/*
Theme Name: Marberie Vessot
Theme URI:
Author: Jean-Baptiste Druet - Agence Album
Author URI: agencealbum.com
Description: Theme
Version: 1.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

@font-face {
  font-family: "Brolimo";
  src: url("./assets/fonts/brolimo/Brolimo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brolimo";
  src: url("./assets/fonts/brolimo/Brolimo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brolimo";
  src: url("./assets/fonts/brolimo/Brolimo-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brolimo";
  src: url("./assets/fonts/brolimo/Brolimo-Demibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./assets/fonts/lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./assets/fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./assets/fonts/lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./assets/fonts/lato/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/montserrat/Montserrat-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/montserrat/Montserrat-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/montserrat/Montserrat-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/montserrat/Montserrat-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
.text-decoration-none {
  text-decoration: none;
}
.text-small {
  font-size: clamp(16px, 2vw, 18px) !important;
}
header.vessot__header {
  position: sticky;
  top: 0;
  height: 10rem;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0.7961918735px 2.3885756206px -0.625px rgba(0, 0, 0, 0.0509803922), 0 2.4145061431px 7.2435184293px -1.25px rgba(0, 0, 0, 0.0509803922), 0 6.3826535215px 19.1479605645px -1.875px rgba(0, 0, 0, 0.0509803922), 0 20px 60px -2.5px rgba(0, 0, 0, 0.0509803922);
  transition: transform 0.4s ease;
  z-index: 99;
}
@media screen and (max-width: 767.98px) {
  header.vessot__header {
    height: 6rem;
  }
}
header.vessot__header.--green {
  background: #194D53;
}
header.vessot__header.--green .logo {
  max-width: 20rem;
}
@media screen and (max-width: 999.98px) {
  header.vessot__header.--green .logo {
    width: 12rem;
  }
}
@media screen and (max-width: 767.98px) {
  header.vessot__header.--green .logo {
    width: 8rem;
  }
}
header.vessot__header.--hide {
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}
.menu.--open ~ header.vessot__header {
  transform: none;
}
header.vessot__header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 14rem;
}
@media screen and (max-width: 999.98px) {
  header.vessot__header .logo {
    width: 12rem;
  }
}
@media screen and (max-width: 767.98px) {
  header.vessot__header .logo {
    width: 8rem;
  }
}
header.vessot__header .menuicon {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  header.vessot__header .menuicon {
    right: 0;
  }
}
header.vessot__header .menuicon .icon {
  font-size: 4rem;
  color: #194D53;
}
@media screen and (max-width: 767.98px) {
  header.vessot__header .menuicon .icon {
    font-size: 3rem;
  }
}
header.vessot__header .menuicon .icon.--white {
  color: #FFFFFF;
}
header.vessot__header .menu {
  display: none;
  background: #194D53;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  background-image: url("./assets/img/watermarks/signe-menu.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 99;
}
header.vessot__header .menu .menu__header {
  position: relative;
  height: 10rem;
}
@media screen and (max-width: 999.98px) {
  header.vessot__header .menu .menu__header {
    height: 6rem;
  }
}
header.vessot__header .menu .menu__header .logo {
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 298px;
}
@media screen and (max-width: 999.98px) {
  header.vessot__header .menu .menu__header .logo {
    display: none;
  }
}
header.vessot__header .menu .menu__header .closeicon {
  position: absolute;
  top: 4.8rem;
  right: 2rem;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  header.vessot__header .menu .menu__header .closeicon {
    top: 3rem;
    right: 0;
  }
}
header.vessot__header .menu .menu__header .closeicon .icon {
  font-size: 4rem;
  color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  header.vessot__header .menu .menu__header .closeicon .icon {
    font-size: 3rem;
  }
}
header.vessot__header .menu .menu__body {
  flex: 1;
  display: flex;
}
@media screen and (max-width: 999.98px) {
  header.vessot__header .menu .menu__body {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  header.vessot__header .menu .menu__body {
    position: relative;
    top: -3rem;
    gap: 0;
  }
}
header.vessot__header .menu .menu__body .nav {
  flex: 1;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999.98px) {
  header.vessot__header .menu .menu__body .nav {
    width: 100%;
  }
}
@media screen and (max-width: 999.98px) {
  header.vessot__header .menu .menu__body .nav .inner {
    width: 80%;
  }
}
header.vessot__header .menu .menu__body .nav .inner .navigation {
  list-style: none;
  font-family: "Brolimo", sans-serif;
}
header.vessot__header .menu .menu__body .nav .inner .navigation li:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 999.98px) {
  header.vessot__header .menu .menu__body .nav .inner .navigation li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  header.vessot__header .menu .menu__body .nav .inner .navigation li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
header.vessot__header .menu .menu__body .nav .inner .navigation li a {
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  color: #FFFFFF;
}
header.vessot__header .menu .menu__body .nav .inner .navigation li a:hover {
  color: #D6B99C;
}
header.vessot__header .menu .menu__body .infos {
  flex: 1;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999.98px) {
  header.vessot__header .menu .menu__body .infos {
    width: 100%;
  }
}
header.vessot__header .menu .menu__body .infos .inner {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media screen and (max-width: 999.98px) {
  header.vessot__header .menu .menu__body .infos .inner {
    align-items: start;
    width: 80%;
  }
}
header.vessot__header .menu .menu__body .infos .inner .contact {
  border: 1px #FFFFFF solid;
  border-radius: 36px;
  padding: 0.8rem 1rem;
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 1rem;
}
header.vessot__header .menu .menu__body .infos .inner .contact:hover {
  background: #D6B99C;
  color: #194D53;
  border: 1px #D6B99C solid;
}
header.vessot__header .menu .menu__body .infos .inner .tel {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.38px;
  text-align: right;
  color: #FFFFFF;
  text-decoration: none;
  margin-top: 2rem;
}
header.vessot__header .menu .menu__body .infos .inner .tel:hover {
  color: #D6B99C;
}
header.vessot__header .menu .menu__body .infos .inner .mail {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.34px;
  text-align: right;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 2rem;
}
header.vessot__header .menu .menu__body .infos .inner .mail:hover {
  color: #D6B99C;
}
header.vessot__header .menu .menu__body .infos .inner .address {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.34px;
  text-align: right;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 1rem;
}
@media screen and (max-width: 999.98px) {
  header.vessot__header .menu .menu__body .infos .inner .address {
    text-align: left;
  }
}
header.vessot__header .menu .menu__body .infos .inner .address:hover {
  color: #D6B99C;
}
header.vessot__header .menu .menu__body .infos .inner .socials {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.34px;
  text-align: right;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
header.vessot__header .menu .menu__body .infos .inner .socials .socials__inner {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 999.98px) {
  header.vessot__header .menu .menu__body .infos .inner .socials .socials__inner {
    justify-content: left;
  }
}
header.vessot__header .menu .menu__body .infos .inner .socials .socials__inner a .icon {
  font-size: 2.5rem;
  color: #D6B99C;
  transition: transform 0.3s ease-in-out;
}
header.vessot__header .menu .menu__body .infos .inner .socials .socials__inner a .icon:hover {
  transform: translateY(-10%);
}

.vessot__footer {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.vessot__footer .footer__top {
  display: flex;
  min-height: 20rem;
  background: #F7F1EB;
}
@media screen and (max-width: 767.98px) {
  .vessot__footer .footer__top {
    flex-direction: column;
    justify-content: end;
    gap: 1rem;
    padding-bottom: 1rem;
  }
}
.vessot__footer .footer__top .left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .vessot__footer .footer__top .left {
    width: 100%;
  }
}
.vessot__footer .footer__top .left .inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  max-width: 80%;
  text-align: center;
}
.vessot__footer .footer__top .left .inner a {
  text-decoration: none;
  color: #000000;
  font-family: "Lato", sans-serif;
}
.vessot__footer .footer__top .left .inner a:hover {
  text-shadow: 0 0 1px #000000;
}
.vessot__footer .footer__top .logo {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12rem;
}
@media screen and (max-width: 999.98px) {
  .vessot__footer .footer__top .logo {
    width: 5rem;
    top: 5%;
  }
}
.vessot__footer .footer__top .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .vessot__footer .footer__top .right {
    width: 100%;
  }
}
.vessot__footer .footer__top .right .inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.vessot__footer .footer__top .right .inner .socials {
  display: flex;
  width: fit-content;
  gap: 0.5rem;
  margin: auto;
}
.vessot__footer .footer__top .right .inner .socials a .icon {
  font-size: 2.5rem;
  color: #194D53;
  transition: transform 0.3s ease-in-out;
}
.vessot__footer .footer__top .right .inner .socials a .icon:hover {
  transform: translateY(-10%);
}
.vessot__footer .footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.vessot__footer .footer__bottom .inner {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 999.98px) {
  .vessot__footer .footer__bottom .inner {
    flex-direction: column;
    gap: 1rem;
  }
}
.vessot__footer .footer__bottom .inner .item {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.vessot__footer .footer__bottom .inner .item a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  color: currentColor;
}

.cky-consent-container,
.cky-modal {
  font-family: unset;
}

.vessot__home .home__hero {
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__hero {
    flex-direction: column;
  }
}
.vessot__home .home__hero .hero__item {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  aspect-ratio: 1.24;
  z-index: 2;
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__hero .hero__item {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__home .home__hero .hero__item {
    aspect-ratio: 1.1;
  }
}
.vessot__home .home__hero .hero__item .overlay {
  transition: opacity 0.3s;
}
.vessot__home .home__hero .hero__item:hover .overlay {
  opacity: 0.8 !important;
}
.vessot__home .home__hero .hero__item.decorative .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #194D53;
}
.vessot__home .home__hero .hero__item.decorative .overlay img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 80%;
  object-fit: contain;
  object-position: center;
}
.vessot__home .home__hero .hero__item.funeraire .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #D6B99C;
}
.vessot__home .home__hero .hero__item.funeraire .overlay img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 80%;
  width: 80%;
  object-fit: contain;
  object-position: center;
  transform: scaleX(-1);
}
.vessot__home .home__hero .hero__item img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.vessot__home .home__hero .hero__item .inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.vessot__home .home__hero .hero__item .inner .item__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: clamp(24px, 3vw, 50px);
  text-transform: uppercase;
  text-align: center;
}
.vessot__home .home__hero .hero__item .inner .item__categories {
  display: flex;
  gap: 5px;
}
.vessot__home .home__hero .hero__item .inner .item__categories span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 5px;
}
@media screen and (max-width: 1449.98px) {
  .vessot__home .home__hero .hero__item .inner .item__categories span {
    font-size: 16px;
  }
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__hero .hero__item .inner .item__categories span {
    font-size: 14px;
  }
}
.vessot__home .home__hero .hero__item .inner .item__categories hr {
  border: none;
  background: #FFFFFF;
  width: 1px;
}
.vessot__home .home__hero .hero__item .inner .item__link {
  border: 1px #FFFFFF solid;
  border-radius: 36px;
  padding: 0.8rem 2rem;
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}
.vessot__home .home__story {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .vessot__home .home__story {
    margin-bottom: -15rem;
  }
}
.vessot__home .home__story .row__first {
  display: flex;
  align-items: center;
  min-height: 70rem;
  height: auto;
  background: #F7F1EB;
  background-image: url("./assets/img/watermarks/sigle-plein.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 20rem;
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__story .row__first {
    min-height: unset;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__home .home__story .row__first {
    padding-bottom: 16rem;
  }
}
.vessot__home .home__story .row__first .story__image__left {
  position: relative;
  top: 10rem;
  left: 0;
  max-width: 400px;
  width: 35%;
  height: 585px;
}
@media screen and (max-width: 1249.98px) {
  .vessot__home .home__story .row__first .story__image__left {
    display: none;
  }
}
.vessot__home .home__story .row__first .story__image__left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.vessot__home .home__story .row__first .story__image__right {
  position: relative;
  right: 0;
  max-width: 400px;
  width: 35%;
  height: 585px;
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__story .row__first .story__image__right {
    display: none;
  }
}
.vessot__home .home__story .row__first .story__image__right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.vessot__home .home__story .row__first .story__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__story .row__first .story__content {
    max-width: 80%;
  }
}
.vessot__home .home__story .row__first .story__content .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 40rem;
  gap: 4rem;
}
@media screen and (max-width: 1249.98px) {
  .vessot__home .home__story .row__first .story__content .inner {
    align-items: start;
    text-align: left;
  }
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__story .row__first .story__content .inner {
    gap: 2rem;
  }
}
.vessot__home .home__story .row__first .story__content .inner .story__title {
  font-family: "Brolimo", serif;
  font-size: clamp(48px, 3.5vw, 60px);
  font-weight: 300;
  letter-spacing: 1.2px;
  text-align: center;
  color: #194D53;
}
@media screen and (max-width: 1249.98px) {
  .vessot__home .home__story .row__first .story__content .inner .story__title {
    text-align: left;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__home .home__story .row__first .story__content .inner .story__title {
    line-height: 45px;
  }
}
.vessot__home .home__story .row__first .story__content .inner .story__text {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: clamp(18px, 2.5vw, 18px);
  text-align: center;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1249.98px) {
  .vessot__home .home__story .row__first .story__content .inner .story__text {
    text-align: left;
  }
}
.vessot__home .home__story .row__first .story__content .inner .story__button {
  border: 1px #194D53 solid;
  font-family: "Lato", sans-serif;
  border-radius: 36px;
  padding: 0.8rem 2rem;
  text-decoration: none;
  color: #194D53;
  width: fit-content;
  transition: background 0.2s, color 0.2s;
}
.vessot__home .home__story .row__first .story__content .inner .story__button:hover {
  background: #194D53;
  color: #FFFFFF;
}
.vessot__home .home__story .row__second {
  position: relative;
  top: -14rem;
  display: flex;
  flex-direction: column;
}
.vessot__home .home__story .row__second .head {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  padding-left: 15%;
}
@media screen and (max-width: 1249.98px) {
  .vessot__home .home__story .row__second .head {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__home .home__story .row__second .head {
    padding-left: 10%;
    max-width: 80%;
  }
}
.vessot__home .home__story .row__second .head .intro {
  font-family: "Brolimo", sans-serif;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 300;
  letter-spacing: 1.14px;
  color: #194D53;
}
.vessot__home .home__story .row__second .body {
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__story .row__second .body {
    flex-direction: column;
  }
}
.vessot__home .home__story .row__second .body .images {
  display: flex;
  gap: 1rem;
  padding-left: 4rem;
  width: 60%;
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__story .row__second .body .images {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__home .home__story .row__second .body .images {
    padding-left: 0;
  }
}
.vessot__home .home__story .row__second .body .images .image__first {
  max-width: 611px;
}
.vessot__home .home__story .row__second .body .images .image__first img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.vessot__home .home__story .row__second .body .images .image__second {
  max-width: 534px;
}
.vessot__home .home__story .row__second .body .images .image__second img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.vessot__home .home__story .row__second .body .content {
  display: flex;
  flex-direction: column;
  width: 40%;
  min-height: 45rem;
  padding: 2rem;
  padding-right: 10%;
  justify-content: end;
  gap: 2rem;
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__story .row__second .body .content {
    min-height: unset;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__home .home__story .row__second .body .content {
    padding-bottom: 4rem;
  }
}
.vessot__home .home__story .row__second .body .content .text {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: clamp(18px, 2.5vw, 18px);
  text-align: left;
  letter-spacing: 0.4px;
  color: #194D53;
}
.vessot__home .home__story .row__second .body .content .story__button {
  border: 1px #194D53 solid;
  font-family: "Lato", sans-serif;
  border-radius: 36px;
  padding: 0.8rem 2rem;
  text-decoration: none;
  color: #194D53;
  width: fit-content;
  transition: background 0.2s, color 0.2s;
}
.vessot__home .home__story .row__second .body .content .story__button:hover {
  background: #194D53;
  color: #FFFFFF;
}
.vessot__home .home__bref {
  width: 100%;
  background: #194D53;
  display: flex;
}
.vessot__home .home__bref .watermark {
  width: 20%;
}
@media screen and (max-width: 1449.98px) {
  .vessot__home .home__bref .watermark {
    width: 15%;
  }
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__bref .watermark {
    display: none;
  }
}
.vessot__home .home__bref .watermark img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.vessot__home .home__bref .list {
  width: 80%;
  display: flex;
  align-items: center;
  padding: 2rem;
}
@media screen and (max-width: 1449.98px) {
  .vessot__home .home__bref .list {
    width: 85%;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__bref .list {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__home .home__bref .list {
    flex-direction: column;
  }
}
.vessot__home .home__bref .list .item {
  width: 25%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-family: "Lato", sans-serif;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 300;
  color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .vessot__home .home__bref .list .item {
    width: 80%;
    padding-bottom: 1rem;
    justify-content: start;
    padding-left: 0;
  }
}
.vessot__home .home__bref .list .item:not(:last-child) {
  border-right: 0.5px #FFFFFF solid;
}
@media screen and (max-width: 767.98px) {
  .vessot__home .home__bref .list .item:not(:last-child) {
    border-right: unset;
    border-bottom: 0.5px #FFFFFF solid;
    margin-bottom: 1rem;
  }
}
.vessot__home .home__projects {
  position: relative;
  display: flex;
  padding: 10% 0;
}
@media screen and (max-width: 1249.98px) {
  .vessot__home .home__projects {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__home .home__projects {
    gap: 3rem;
    padding-bottom: 10rem;
  }
}
.vessot__home .home__projects .projects__content {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1249.98px) {
  .vessot__home .home__projects .projects__content {
    width: 100%;
  }
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__projects .projects__content {
    width: 80%;
    margin: auto;
  }
}
.vessot__home .home__projects .projects__content .inner {
  width: 65%;
  max-width: 20rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 1249.98px) {
  .vessot__home .home__projects .projects__content .inner {
    max-width: unset;
  }
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__projects .projects__content .inner {
    width: 100%;
  }
}
.vessot__home .home__projects .projects__content .inner .projects__title {
  font-family: "Brolimo", serif;
  font-size: clamp(48px, 3.5vw, 60px);
  font-weight: 400;
  letter-spacing: 1.14px;
  color: #194D53;
  text-align: left;
}
.vessot__home .home__projects .projects__content .inner .projects__intro {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.5vw, 18px);
  text-align: left;
  letter-spacing: 0.4px;
}
.vessot__home .home__projects .projects__content .inner .projects__button {
  border: 1px #194D53 solid;
  font-family: "Lato", sans-serif;
  border-radius: 36px;
  padding: 0.8rem 2rem;
  text-decoration: none;
  color: #194D53;
  width: fit-content;
  transition: background 0.2s, color 0.2s;
}
.vessot__home .home__projects .projects__content .inner .projects__button:hover {
  background: #194D53;
  color: #FFFFFF;
}
.vessot__home .home__projects .home-projets {
  width: 60%;
  position: relative;
}
.vessot__home .home__projects .home-projets .splide__arrows {
  position: absolute;
  bottom: -3rem;
  left: calc(50% - 4.5rem);
}
@media (min-width: 1000px) {
  .vessot__home .home__projects .home-projets .splide__arrows {
    bottom: 3rem;
    left: -10rem;
  }
}

.vessot__home .home__projects .home-projets .splide__arrow {
  transform: translateY(-100%);
  background-color: transparent;
  width: 3rem;
  height: 4rem;
}
.vessot__home .home__projects .home-projets .splide__arrow svg {
  fill: #194D53;
  stroke: white;
  width: 3rem;
  height: 4rem;
}
.vessot__home .home__projects .home-projets .splide__arrow--prev {
  left: 0;
}
.vessot__home .home__projects .home-projets .splide__arrow--next {
  left: 4rem;
  right: initial;
}
@media screen and (max-width: 1249.98px) {
  .vessot__home .home__projects .home-projets {
    width: 65%;
    margin: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__projects .home-projets {
    width: 80%;
  }
}
.vessot__home .home__projects .home-projets .project-card {
  padding: 0 0 0 1rem;
}
.vessot__home .home__projects .home-projets .project-card .img-projet {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.vessot__home .home__projects .home-projets .project-card .img-projet img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 1s;
}
.vessot__home .home__projects .home-projets .project-card:hover .img-projet img {
  transform: scale(105%);
}
.vessot__home .home__projects .home-projets .project-card p.h4 {
  text-transform: uppercase;
  color: #194D53;
  padding: 1rem 0;
  transition: 1s;

}
.vessot__home .home__projects .home-projets .project-card p.h4::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: rgb(25, 77, 83);
  margin-top: 0.5rem;
  transition: 1s;
}
.vessot__home .home__projects .home-projets .project-card:hover p.h4 {
  transform: translateY(-.5rem);
}
.vessot__home .home__projects .home-projets .project-card:hover p.h4::after {
  width: 80%;
}
.vessot__home .home__projects .home-projets .project-card {

}
.vessot__home .home__projects .projects__slider {
  width: 60%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1249.98px) {
  .vessot__home .home__projects .projects__slider {
    width: 65%;
    margin: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .vessot__home .home__projects .projects__slider {
    width: 80%;
  }
}
.vessot__home .home__projects .projects__slider .splide .splide__track .splide__list {
  height: 100%;
}
.vessot__home .home__projects .projects__slider .splide .splide__track .splide__list .splide__slide {
  cursor: grab;
}
.vessot__home .home__projects .projects__slider .splide .splide__track .splide__list .splide__slide:active {
  cursor: grabbing;
}
.vessot__home .home__projects .projects__slider .splide .splide__track .splide__list .splide__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 398/520;
}
.vessot__home .home__projects .projects__slider .splide__projects__progress {
  position: absolute;
  width: 40%;
  height: 1px;
  /* Thin background line */
  margin: 4rem auto 0;
  background: #194D53;
  bottom: -3rem;
  left: 0;
}
.vessot__home .home__projects .projects__slider .splide__projects__progress .progress-bar {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #194D53;
  /* Replace $green with your desired color or define the variable */
  height: 4.5px;
  /* Taller "cursor" */
  width: 40px;
  /* Fixed width for the cursor */
  transition: left 400ms ease;
  /* Transition the left property for smooth movement */
  cursor: grab;
  user-select: none;
}
.vessot__home .home__projects .projects__slider .splide__projects__progress .progress-bar:active {
  cursor: grabbing;
}

.vessot__story {
  padding-bottom: 10rem;
  overflow: hidden;
}
.vessot__story .story__first {
  width: 90%;
  margin: 5% auto auto auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1249.98px) {
  .vessot__story .story__first {
    margin: 5% auto 5% auto;
  }
}
.vessot__story .story__first .story__first__row-one {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__first .story__first__row-one {
    flex-direction: column;
    gap: 1rem;
  }
  .vessot__story .story__first .story__first__row-one > * {
    width: 100% !important;
  }
}
.vessot__story .story__first .story__first__row-one .col__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__first .story__first__row-one .col__content {
    align-items: start;
  }
}
.vessot__story .story__first .story__first__row-one .col__content h1 {
  font-family: "Brolimo", sans-serif;
  font-size: clamp(36px, 2.5vw, 50px);
  font-weight: 300;
  color: #194D53;
}
.vessot__story .story__first .story__first__row-one .col__image {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.vessot__story .story__first .story__first__row-one .col__image .image {
  width: 50%;
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__first .story__first__row-one .col__image .image {
    width: 100%;
    height: 20rem;
  }
}
.vessot__story .story__first .story__first__row-one .col__image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.vessot__story .story__first .story__first__row-two {
  width: 100%;
  display: flex;
  margin-top: -5%;
  margin-bottom: -5%;
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__first .story__first__row-two {
    flex-direction: column-reverse;
    margin-top: unset;
    margin-bottom: unset;
  }
  .vessot__story .story__first .story__first__row-two > * {
    width: 100% !important;
  }
}
.vessot__story .story__first .story__first__row-two .col__image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vessot__story .story__first .story__first__row-two .col__image .image {
  aspect-ratio: 812/707;
}
.vessot__story .story__first .story__first__row-two .col__image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.vessot__story .story__first .story__first__row-two .col__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__first .story__first__row-two .col__content {
    padding: 2rem 0;
  }
}
.vessot__story .story__first .story__first__row-two .col__content span {
  font-family: "Lato", sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.35px;
  text-align: left;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__first .story__first__row-two .col__content span {
    width: 100%;
  }
}
.vessot__story .story__second {
  width: 100%;
  margin: 5% auto;
  display: flex;
  flex-direction: column;
  background: #F7F1EB;
  background-image: url("./assets/img/watermarks/sigle-story.png");
  background-size: 40%;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-top: 15%;
  padding-bottom: 8%;
  margin-top: -5%;
}
@media screen and (max-width: 1249.98px) {
  .vessot__story .story__second {
    padding-top: 10%;
  }
}
.vessot__story .story__second .story__second__row-one {
  width: 80%;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__second .story__second__row-one {
    width: 90%;
  }
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__second .story__second__row-one {
    flex-direction: column;
  }
  .vessot__story .story__second .story__second__row-one > * {
    width: 100% !important;
  }
}
.vessot__story .story__second .story__second__row-one .col__content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 5%;
}
@media screen and (max-width: 1249.98px) {
  .vessot__story .story__second .story__second__row-one .col__content {
    padding-top: unset;
  }
}
@media screen and (max-width: 1249.98px) {
  .vessot__story .story__second .story__second__row-one .col__content {
    padding: 2rem 0;
  }
}
.vessot__story .story__second .story__second__row-one .col__content .inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1249.98px) {
  .vessot__story .story__second .story__second__row-one .col__content .inner {
    width: 100%;
  }
}
.vessot__story .story__second .story__second__row-one .col__content .inner h2 {
  font-family: "Brolimo", sans-serif;
  font-size: clamp(28px, 2vw, 40px);
  font-weight: 300;
  color: #194D53;
}
.vessot__story .story__second .story__second__row-one .col__content .inner span {
  font-family: "Lato", sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.35px;
  text-align: left;
  margin: 0 auto;
}
.vessot__story .story__second .story__second__row-one .col__image {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vessot__story .story__second .story__second__row-one .col__image .image {
  width: 80%;
}
@media screen and (max-width: 1249.98px) {
  .vessot__story .story__second .story__second__row-one .col__image .image {
    width: 100%;
  }
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__second .story__second__row-one .col__image .image {
    height: 20rem;
  }
}
.vessot__story .story__second .story__second__row-one .col__image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.vessot__story .story__second .story__second__row-two {
  width: 80%;
  margin: auto;
  display: flex;
  margin-top: -7vw;
}
@media screen and (max-width: 1449.98px) {
  .vessot__story .story__second .story__second__row-two {
    margin-top: -4rem;
  }
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__second .story__second__row-two {
    width: 80%;
    flex-direction: column-reverse;
    margin-top: unset;
  }
  .vessot__story .story__second .story__second__row-two > * {
    width: 100% !important;
  }
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__second .story__second__row-two {
    width: 90%;
  }
}
.vessot__story .story__second .story__second__row-two .col__image {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.vessot__story .story__second .story__second__row-two .col__image .image {
  width: 65%;
  aspect-ratio: 476/502;
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__second .story__second__row-two .col__image .image {
    height: 20rem;
  }
}
@media screen and (max-width: 1249.98px) {
  .vessot__story .story__second .story__second__row-two .col__image .image {
    width: 100%;
  }
}
.vessot__story .story__second .story__second__row-two .col__image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.vessot__story .story__second .story__second__row-two .col__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding-bottom: 5%;
}
@media screen and (max-width: 1249.98px) {
  .vessot__story .story__second .story__second__row-two .col__content {
    padding-bottom: unset;
  }
}
@media screen and (max-width: 1249.98px) {
  .vessot__story .story__second .story__second__row-two .col__content {
    padding: 2rem 0;
  }
}
.vessot__story .story__second .story__second__row-two .col__content span {
  font-family: "Lato", sans-serif;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.3px;
  text-align: left;
  width: 75%;
}
@media screen and (max-width: 1249.98px) {
  .vessot__story .story__second .story__second__row-two .col__content span {
    width: 100%;
  }
}
.vessot__story .story__third {
  height: auto;
  width: 100%;
  padding: 0 0 10rem 0;
}
.vessot__story .story__third .story__third__inner {
  display: flex;
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__third .story__third__inner {
    width: 90%;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__story .story__third .story__third__inner {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .vessot__story .story__third .story__third__inner > * {
    width: 100% !important;
  }
}
.vessot__story .story__third .story__third__inner .col__image {
  width: 60%;
}
.vessot__story .story__third .story__third__inner .col__image .image {
  position: relative;
}
.vessot__story .story__third .story__third__inner .col__image .image .main {
  margin-left: auto;
  width: 80%;
  z-index: 1;
  aspect-ratio: 652/685;
}
.vessot__story .story__third .story__third__inner .col__image .image .overlap {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 30%;
  z-index: 2;
}
.vessot__story .story__third .story__third__inner .col__content {
  width: 40%;
  display: flex;
  align-items: center;
}
.vessot__story .story__third .story__third__inner .col__content .inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .vessot__story .story__third .story__third__inner .col__content .inner {
    width: 100%;
  }
}
.vessot__story .story__third .story__third__inner .col__content .inner h3 {
  font-family: "Brolimo", sans-serif;
  font-size: clamp(28px, 2vw, 40px);
  font-weight: 600;
  color: #194D53;
}
.vessot__story .story__third .story__third__inner .col__content .inner span {
  font-family: "Lato", sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.35px;
  text-align: left;
  margin: 0;
  max-width: 80%;
}
@media screen and (max-width: 1249.98px) {
  .vessot__story .story__third .story__third__inner .col__content .inner span {
    max-width: unset;
  }
}
.vessot__story .story__fourth {
  width: 100%;
  height: auto;
}
.vessot__story .story__fourth__inner {
  width: 100%;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .vessot__story .story__fourth__inner {
    flex-direction: column;
  }
  .vessot__story .story__fourth__inner > * {
    width: 100% !important;
  }
}
.vessot__story .story__fourth__inner .col__content {
  width: 60%;
  padding: 10% 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  background: #F7F1EB;
}
@media screen and (max-width: 767.98px) {
  .vessot__story .story__fourth__inner .col__content {
    padding: 5%;
  }
}
.vessot__story .story__fourth__inner .col__content h4 {
  font-family: "Brolimo", sans-serif;
  font-size: clamp(28px, 2vw, 40px);
  font-weight: 500;
  color: #194D53;
  margin-bottom: 2rem;
}
.vessot__story .story__fourth__inner .col__content span {
  font-family: "Lato", sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.35px;
  text-align: left;
  margin: 0 auto;
}
.vessot__story .story__fourth__inner .col__image {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vessot__story .story__fourth__inner .col__image .image {
  width: 100%;
  aspect-ratio: 674/797;
  position: relative;
  top: 10%;
  left: -20%;
}
@media screen and (max-width: 767.98px) {
  .vessot__story .story__fourth__inner .col__image .image {
    top: unset;
    left: unset;
  }
}
.vessot__story .story__fourth__inner .col__image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.vessot__story .story__fifth {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14rem;
}
.vessot__story .story__fifth #story-fifth-grid[data-columns] {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .vessot__story .story__fifth #story-fifth-grid[data-columns] .story__fifth__item__container {
    flex: 1 1 calc(50% - 2rem);
  }
}
.vessot__story .story__fifth #story-fifth-grid[data-columns]::before {
  content: "3 .column.size-1of3";
}
@media screen and (max-width: 767.98px) {
  .vessot__story .story__fifth #story-fifth-grid[data-columns]::before {
    content: "1 .column.size-1of1";
  }
}
.vessot__story .story__fifth #story-fifth-grid[data-columns] .story__fifth__item__container {
  flex: 1 1 calc(33.333% - 2rem);
}
@media screen and (max-width: 767.98px) {
  .vessot__story .story__fifth #story-fifth-grid[data-columns] .story__fifth__item__container {
    flex: 1 1 100%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .vessot__story .story__fifth #story-fifth-grid[data-columns] {
    width: 75%;
  }
  .vessot__story .story__fifth #story-fifth-grid[data-columns]::before {
    content: "3 .column.size-1of2";
  }
}
@media (max-width: 1280px) {
  .vessot__story .story__fifth #story-fifth-grid > .column:nth-child(3) > .column {
    display: flex;
    gap: 2rem;
  }
}
.vessot__story .story__fifth .story__fifth__item {
  position: relative;
  overflow: hidden;
  max-width: 25rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}
.vessot__story .story__fifth .story__fifth__item::before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 1px;
  background-color: #194D53;
  z-index: 1;
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__fifth .story__fifth__item::before {
    display: none;
  }
}
.vessot__story .story__fifth .story__fifth__item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #194D53;
  top: calc(100% - 7px);
  z-index: 2;
  transition: transform 0.3s ease, top 0.3s ease, border-top-color 0.3s ease;
}
@media screen and (max-width: 999.98px) {
  .vessot__story .story__fifth .story__fifth__item::after {
    display: none;
  }
}
.vessot__story .story__fifth .story__fifth__item:hover::before {
  bottom: 0px;
}
.vessot__story .story__fifth .story__fifth__item:hover::after {
  transform: translateX(-50%) rotate(180deg);
  top: calc(100% - 12px);
  border-top-color: #194D53;
}
.vessot__story .story__fifth .story__fifth__item:hover .item__infos {
  min-height: 15rem;
}
.vessot__story .story__fifth .story__fifth__item .item__image {
  padding: 2rem;
}
.vessot__story .story__fifth .story__fifth__item .item__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.vessot__story .story__fifth .story__fifth__item .item__infos {
  padding: 1rem 1rem 5% 1rem;
  min-height: 12rem;
  transition: all 0.4s ease;
}
.vessot__story .story__fifth .story__fifth__item .item__infos::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #194D53;
  transition: transform 0.3s ease;
}
.story__fifth__item:hover .vessot__story .story__fifth .story__fifth__item .item__infos::after {
  transform: translateX(-50%) rotate(180deg);
}
.vessot__story .story__fifth .story__fifth__item .item__title {
  font-family: "Brolimo", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #194D53;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.vessot__story .story__fifth .story__fifth__item .item__text {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.36px;
}
.vessot__story .story__fifth .story__fifth__item .item__textstrong {
  font-weight: 400;
}
.vessot__story .story__fifth .story__fifth__item .item__text .text__preview {
  display: block;
}
.vessot__story .story__fifth .story__fifth__item .item__text .text__full {
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 1000px) {
  .vessot__story .story__fifth .story__fifth__item:hover .item__text .text__full {
    display: block;
    opacity: 1;
    max-height: 500px;
  }
}
@media (max-width: 999px) {
  .vessot__story .story__fifth .story__fifth__item .text__full {
    display: block;
    opacity: 1;
    max-height: none;
  }
}
.vessot__story .story__fifth .story__fifth__item__contact {
  position: relative;
  z-index: 1;
  background: #F7F1EB;
  padding: 2rem;
  max-width: 25rem;
  min-height: 25rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2rem;
}
.vessot__story .story__fifth .story__fifth__item__contact::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 9999px;
  background: #F7F1EB;
  z-index: -1;
}
.vessot__story .story__fifth .story__fifth__item__contact span {
  font-family: "Brolimo", sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.87px;
  color: #194D53;
}
.vessot__story .story__fifth .story__fifth__item__contact .link {
  border: 1px #194D53 solid;
  border-radius: 36px;
  padding: 0.8rem 2rem;
  text-decoration: none;
  color: #194D53;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
}
.vessot__story .story__fifth .story__fifth__item__contact .link:hover {
  background-color: #194D53;
  color: #F7F1EB;
}

.vessot__tax__parent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 8rem 0 10rem 0;
}
@media screen and (max-width: 767.98px) {
  .vessot__tax__parent {
    padding: 5rem 0 10rem 0;
  }
}
.vessot__tax__parent .vessot__tax__parent__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.vessot__tax__parent .vessot__tax__parent__container .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  max-width: 55%;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .vessot__tax__parent .vessot__tax__parent__container .intro {
    max-width: 75%;
  }
}
.vessot__tax__parent .vessot__tax__parent__container .intro h1 {
  font-family: "Brolimo", serif;
  font-size: clamp(48px, 3.5vw, 60px);
  font-weight: 300;
  color: #194D53;
  text-align: center;
}
.vessot__tax__parent .vessot__tax__parent__container .intro p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: clamp(18px, 2.5vw, 18px);
  text-align: center;
  letter-spacing: 0.4px;
}
.vessot__tax__parent .vessot__tax__parent__container .vessot__tax__parent__list {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .vessot__tax__parent .vessot__tax__parent__container .vessot__tax__parent__list {
    gap: 2%;
  }
}
.vessot__tax__parent .vessot__tax__parent__container .vessot__tax__parent__list__item {
  position: relative;
  aspect-ratio: 454/48;
  width: 33%;
  min-width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 454/535;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .vessot__tax__parent .vessot__tax__parent__container .vessot__tax__parent__list__item {
    min-width: 16rem;
    width: 80%;
    margin-bottom: 2%;
  }
}
.vessot__tax__parent .vessot__tax__parent__container .vessot__tax__parent__list__item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.568627451);
  transition: background 0.3s, opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .vessot__tax__parent .vessot__tax__parent__container .vessot__tax__parent__list__item:hover .overlay {
    background: #194D53;
    opacity: 0.7;
  }
}
.vessot__tax__parent .vessot__tax__parent__container .vessot__tax__parent__list__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.vessot__tax__parent .vessot__tax__parent__container .vessot__tax__parent__list__item h2 {
  font-family: "Brolimo", serif;
  font-size: clamp(24px, 2vw, 38px);
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  max-width: 80%;
  z-index: 1;
}

.vessot__tax__child {
  display: flex;
  flex-direction: column;
  padding-bottom: 10rem;
}
.vessot__tax__child .child__row__first {
  display: flex;
  width: 80%;
  margin: auto;
  margin-top: 6rem;
  gap: 5%;
}
@media screen and (max-width: 999.98px) {
  .vessot__tax__child .child__row__first {
    flex-direction: column;
    gap: 2rem;
  }
  .vessot__tax__child .child__row__first > * {
    width: 100% !important;
  }
}
.vessot__tax__child .child__row__first .col__content {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .vessot__tax__child .child__row__first .col__content {
    gap: 2rem;
  }
}
.vessot__tax__child .child__row__first .col__content h1 {
  font-family: "Brolimo", serif;
  font-size: clamp(38px, 3.5vw, 60px);
  font-weight: 300;
  letter-spacing: 1.2px;
  text-align: left;
  color: #194D53;
}
.vessot__tax__child .child__row__first .col__content h1 strong {
  font-weight: 600;
}
.vessot__tax__child .child__row__first .col__content span {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 2.5vw, 18px);
  text-align: left;
  letter-spacing: 0.4px;
}
.vessot__tax__child .child__row__first .col__content span ol, .vessot__tax__child .child__row__first .col__content span ul {
  padding: 1rem 0 1rem 18px;
}
.vessot__tax__child .child__row__first .col__image {
  width: 50%;
}
.vessot__tax__child .child__row__first .col__image .image {
  max-width: 41rem;
}
@media screen and (max-width: 999.98px) {
  .vessot__tax__child .child__row__first .col__image .image {
    width: 100%;
  }
}
.vessot__tax__child .child__row__first .col__image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 55rem;
}
.vessot__tax__child .child__row__second {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4rem 10%;
  margin: auto;
  margin-top: 10rem;
  gap: 5%;
}
@media screen and (max-width: 767.98px) {
  .vessot__tax__child .child__row__second {
    flex-direction: column-reverse;
    margin-top: unset;
  }
  .vessot__tax__child .child__row__second > * {
    width: 100% !important;
  }
}
.vessot__tax__child .child__row__second::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 80%;
  right: 0;
  background: url("./assets/img/watermarks/sigle-tax-child.png") no-repeat top right, #F7F1EB;
  background-size: contain;
  z-index: -1;
}
.vessot__tax__child .child__row__second .col__image {
  width: 35%;
  display: flex;
  justify-content: center;
}
.vessot__tax__child .child__row__second .col__image .image {
  width: 25rem;
  position: relative;
  top: -5rem;
}
@media screen and (max-width: 999.98px) {
  .vessot__tax__child .child__row__second .col__image .image {
    top: 2rem;
  }
}
@media screen and (max-width: 1249.98px) {
  .vessot__tax__child .child__row__second .col__image .image {
    width: 22rem;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__tax__child .child__row__second .col__image .image {
    width: 100%;
  }
}
.vessot__tax__child .child__row__second .col__image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.vessot__tax__child .child__row__second .col__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  gap: 4rem;
}
@media screen and (min-width: 1450px) {
  .vessot__tax__child .child__row__second .col__content .content {
    max-width: 80%;
  }
}
.vessot__tax__child .child__row__second .col__content .content span {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 2.5vw, 18px);
  text-align: left;
  letter-spacing: 0.4px;
}
.vessot__tax__child .child__row__second .col__content .content span ol, .vessot__tax__child .child__row__second .col__content .content span ul {
  padding: 1rem 0 1rem 18px;
}
.vessot__tax__child .child__row__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  padding: 7rem 0;
}
@media screen and (max-width: 999.98px) {
  .vessot__tax__child .child__row__slide {
    padding: 4rem 0;
    gap: 4rem;
  }
}
.vessot__tax__child .child__row__slide .title {
  font-family: "Brolimo", serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 500;
  letter-spacing: 1.2px;
  text-align: center;
  color: #194D53;
}
.vessot__tax__child .child__row__slide .title strong {
  font-weight: 600;
}
.vessot__tax__child .child__row__slide .projects-slider {
  width: 80%;
  margin: auto;
}
.vessot__tax__child .child__row__slide .projects-slider .splide__track .splide__list {
  display: flex;
  gap: 1rem;
}
.vessot__tax__child .child__row__slide .projects-slider .splide__track .splide__list .splide__slide {
  width: 33.333% !important;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.vessot__tax__child .child__row__slide .projects-slider .splide__track .splide__list .splide__slide .img-projet {
  overflow: hidden;
}
.vessot__tax__child .child__row__slide .projects-slider .splide__track .splide__list .splide__slide .img-projet img {
  transition: 1s;
}
.vessot__tax__child .child__row__slide .projects-slider .splide__track .splide__list .splide__slide:hover .img-projet img {
  transform: scale(110%);
}
.vessot__tax__child .child__row__slide .projects-slider .splide__track .splide__list .splide__slide p.h4 {
  transition: 1s; position: relative;
  &:after {
    content:'';
    display: block;
    width: 0; height: 2px;
    background: #194D53;
    margin-top: 0.5rem;
    transition: 1s;
  }
}
.vessot__tax__child .child__row__slide .projects-slider .splide__track .splide__list .splide__slide:hover p.h4 {
  transform: translateY(-.5rem);
  &:after {
    width: 80%;
  }
}
@media screen and (max-width: 999.98px) {
  .vessot__tax__child .child__row__slide .projects-slider .splide__track .splide__list .splide__slide {
    width: 50% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__tax__child .child__row__slide .projects-slider .splide__track .splide__list .splide__slide {
    width: 100% !important;
  }
}
.vessot__tax__child .child__row__slide .projects-slider .splide__track .splide__list .splide__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.vessot__tax__child .child__row__slide .projects-slider .splide__track .splide__list .splide__slide .h4 {
  font-family: "Lato", sans-serif;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 500;
  text-transform: uppercase;
  padding: 1rem 0;
  text-align: left;
  color: #194D53;
  margin: 0;
}
.vessot__tax__child .child__row__slide .projects-slider .splide__arrows .splide__arrow {
  background: transparent;
}
.vessot__tax__child .child__row__slide .projects-slider .splide__arrows .splide__arrow--prev {
  left: -8%;
}
.vessot__tax__child .child__row__slide .projects-slider .splide__arrows .splide__arrow--next {
  right: -8%;
}
.vessot__tax__child .child__row__slide .projects__button {
  border: 1px #194D53 solid;
  font-family: "Lato", sans-serif;
  border-radius: 36px;
  padding: 0.8rem 2rem;
  text-decoration: none;
  color: #194D53;
  width: fit-content;
  transition: background 0.2s, color 0.2s;
}
.vessot__tax__child .child__row__slide .projects__button:hover {
  background: #194D53;
  color: #FFFFFF;
}
.vessot__tax__child .child__row__slide .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #F7F1EB;
  z-index: -1;
}
.vessot__tax__child .child__row__partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding: 6rem 0;
}
.vessot__tax__child .child__row__partners .title {
  font-family: "Brolimo", serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 500;
  letter-spacing: 1.2px;
  text-align: center;
  color: #194D53;
}
.vessot__tax__child .child__row__partners .title strong {
  font-weight: 600;
}
.vessot__tax__child .child__row__partners .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  width: 80%;
  margin: auto;
}
.vessot__tax__child .child__row__partners .list .partner {
  display: flex;
  align-items: center;
  text-align: center;
  width: 28%;
  min-width: 18rem;
  padding: 0.5rem 1rem;
  border: 1px #707070 solid;
}
.vessot__tax__child .child__row__partners .list .partner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 10rem;
}
.vessot__tax__child .child__row__partners .list .partner span {
  font-family: "Lato", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 300;
  margin-top: 1rem;
  color: #194D53;
}

.vessot__archive__projects {
  display: flex;
  flex-direction: column;
  padding-bottom: 10rem;
}
.vessot__archive__projects .archive__projects__title {
  height: auto;
  width: 80%;
  margin: auto;
  margin-top: 8rem;
}
@media screen and (max-width: 999.98px) {
  .vessot__archive__projects .archive__projects__title {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__archive__projects .archive__projects__title {
    margin-top: 4rem;
  }
}
.vessot__archive__projects .archive__projects__title h1 {
  font-family: "Brolimo", serif;
  font-size: clamp(36px, 3.5vw, 60px);
  font-weight: 400;
  letter-spacing: 1.14px;
  color: #194D53;
  text-align: left;
}
.vessot__archive__projects .archive__projects__filters {
  width: 80%;
  margin: auto;
  margin-top: 6rem;
  padding: 3rem 0;
}
@media screen and (max-width: 999.98px) {
  .vessot__archive__projects .archive__projects__filters {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__archive__projects .archive__projects__filters {
    margin-top: 0;
    padding: 2rem 0;
    padding-bottom: 0;
  }
}
.vessot__archive__projects .archive__projects__filters ul.filters {
  list-style: none;
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .vessot__archive__projects .archive__projects__filters ul.filters {
    flex-direction: column;
    align-items: start;
  }
}
.vessot__archive__projects .archive__projects__filters ul.filters li.filter {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 18px);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 2rem;
  cursor: pointer;
  transition: 1s;
}
/*@media screen and (min-width: 1000px) {
  .vessot__archive__projects .archive__projects__filters ul.filters li.filter:first-child {
    padding-left: 0;
  }
}*/
@media screen and (max-width: 999.98px) {
  .vessot__archive__projects .archive__projects__filters ul.filters li.filter {
    padding: 0.7rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__archive__projects .archive__projects__filters ul.filters li.filter {
    padding: 0.3rem 0;
  }
}
.vessot__archive__projects .archive__projects__filters ul.filters li.filter:not(:last-child) {
  border-right: 1px #194D53 solid;
}
@media screen and (max-width: 999.98px) {
  .vessot__archive__projects .archive__projects__filters ul.filters li.filter:not(:last-child) {
    border: none;
  }
}
.vessot__archive__projects .archive__projects__filters ul.filters li.filter.active {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7882352941);
  color: #fff;
  background: #194D53;
}
.vessot__archive__projects .archive__projects__list {
  width: 80%;
  margin: auto;
}
.vessot__archive__projects .archive__projects__list .grid {
  position: relative;
}
.vessot__archive__projects .archive__projects__list .grid .archive__projects__list__item {
  float: left;
  width: 32.3333%;
  margin-bottom: 1rem;
  box-sizing: border-box;
  text-decoration: none;
  transition: 1s;
}
@media screen and (max-width: 999.98px) {
  .vessot__archive__projects .archive__projects__list .grid .archive__projects__list__item {
    width: 48%;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__archive__projects .archive__projects__list .grid .archive__projects__list__item {
    width: 100%;
  }
}
.vessot__archive__projects .archive__projects__list .grid .archive__projects__list__item .image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.vessot__archive__projects .archive__projects__list .grid .archive__projects__list__item .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1s;
}
.vessot__archive__projects .archive__projects__list .grid .archive__projects__list__item:hover .image img {
  transform: scale(110%);
}
.vessot__archive__projects .archive__projects__list .grid .archive__projects__list__item .infos {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 1rem 5px;
  transition: 1s;
  position: relative;
  &:after {
    content:'';
    display: block;
    width: 0; height: 2px;
    background: #194D53;
    margin-top: 0.5rem;
    transition: 1s;
  }
}
.vessot__archive__projects .archive__projects__list .grid .archive__projects__list__item:hover .infos {
  transform: translateY(-.5rem);
  &:after {
    width: 80%;
  }
}
.vessot__archive__projects .archive__projects__list .grid .archive__projects__list__item .infos .name,
.vessot__archive__projects .archive__projects__list .grid .archive__projects__list__item .infos .place {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 18px);
  text-transform: uppercase;
  color: #194D53;
}
.vessot__archive__projects .archive__projects__list .grid .archive__projects__list__item .infos .place {
  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 16px);
}
.vessot__archive__projects .archive__projects__list .grid .pagination {
  text-align: center;
  margin-top: 2rem;
}
.vessot__archive__projects .archive__projects__list .grid .pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  background: #eee;
  color: #333;
  border-radius: 4px;
  text-decoration: none;
}
.vessot__archive__projects .archive__projects__list .grid .pagination .current {
  background: #333;
  color: #fff;
}

.vessot__single__projects {
  background-image: url("./assets/img/watermarks/sigle-projets.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 50%;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .vessot__single__projects {
    background-size: 100%;
  }
}
.vessot__single__projects .single__projects__title {
  height: auto;
  width: 80%;
  max-width: 85rem;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 999.98px) {
  .vessot__single__projects .single__projects__title {
    margin-bottom: 3rem;
  }
}
.vessot__single__projects .single__projects__title h1 {
  font-family: "Brolimo", serif;
  font-size: clamp(48px, 3.5vw, 60px);
  font-weight: 700;
  letter-spacing: 1.14px;
  color: #194D53;
  text-align: left;
}
.vessot__single__projects .single__projects__title .place {
  font-family: "Brolimo", serif;
  font-size: clamp(48px, 3.5vw, 60px);
  font-weight: 300;
  letter-spacing: 1.14px;
  color: #194D53;
  text-align: left;
}
.vessot__single__projects .single__projects__slider {
  width: 80%;
  max-width: 85rem;
  margin: auto;
}
.vessot__single__projects .single__projects__slider .splide__track {
  aspect-ratio: 1360/546;
}
@media screen and (max-width: 767.98px) {
  .vessot__single__projects .single__projects__slider .splide__track {
    aspect-ratio: 1/1;
  }
}
.vessot__single__projects .single__projects__slider .splide__track .splide__list .splide__slide {
  max-height: 546px;
}
@media screen and (max-width: 767.98px) {
  .vessot__single__projects .single__projects__slider .splide__track .splide__list .splide__slide {
    max-height: unset;
  }
}
.vessot__single__projects .single__projects__slider .splide__track .splide__list .splide__slide.first {
/*  border: 1px red solid;*/
  width: 40% !important;
}
@media screen and (max-width: 999.98px) {
  .vessot__single__projects .single__projects__slider .splide__track .splide__list .splide__slide.first {
    width: 100%;
  }
}
.vessot__single__projects .single__projects__slider .splide__track .splide__list .splide__slide:not(.first) {
  width: 60% !important;
}
@media screen and (max-width: 999.98px) {
  .vessot__single__projects .single__projects__slider .splide__track .splide__list .splide__slide:not(.first) {
    width: 100% !important;
  }
}
.vessot__single__projects .single__projects__slider .splide__track .splide__list .splide__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.vessot__single__projects .single__projects__slider .splide__arrows .splide__arrow {
  background: transparent;
}
.vessot__single__projects .single__projects__slider .splide__arrows .splide__arrow--prev {
  left: -8%;
}
.vessot__single__projects .single__projects__slider .splide__arrows .splide__arrow--next {
  right: -8%;
}
.vessot__single__projects .single__projects__content {
  width: 80%;
  max-width: 85rem;
  margin: 5rem auto auto auto;
}
@media screen and (max-width: 999.98px) {
  .vessot__single__projects .single__projects__content {
    margin: 4rem auto auto auto;
  }
}
.vessot__single__projects .single__projects__content .inner .content {
/*  border: 1px red solid;*/
  padding-right: 20%;
}
@media screen and (max-width: 999.98px) {
  .vessot__single__projects .single__projects__content .inner .content {
    padding-right: unset;
  }
}
.vessot__single__projects .single__projects__content .inner .content p,
.vessot__single__projects .single__projects__content .inner .content ul,
.vessot__single__projects .single__projects__content .inner .content li,
.vessot__single__projects .single__projects__content .inner .content ol {
  font-family: "Lato", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: currentColor;
  margin-bottom: 1.5rem;
}
.vessot__single__projects .single__projects__navigation {
  border-top: 1px #194D53 solid;
  width: 80%;
  max-width: 85rem;
  margin: 4rem auto auto auto;
  padding: 2rem 0;
}
.vessot__single__projects .single__projects__navigation .nav-container {
  display: flex;
  justify-content: space-between;
}
.vessot__single__projects .single__projects__navigation .nav-container a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #194D53;
  text-decoration: none;
}

.vessot__contact {
  display: flex;
  padding-bottom: 10rem;
}
.vessot__contact .inner {
  display: flex;
  width: 80%;
  max-width: 75rem;
  margin: 10rem auto auto auto;
  gap: 3rem;
}
@media screen and (max-width: 999.98px) {
  .vessot__contact .inner {
    flex-direction: column;
  }
  .vessot__contact .inner > * {
    width: 100% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__contact .inner {
    margin-top: 5rem;
  }
}
.vessot__contact .inner .column__content {
  width: 50%;
}
.vessot__contact .inner .column__content .title h1 {
  font-family: "Brolimo", serif;
  font-size: clamp(48px, 3.5vw, 60px);
  font-weight: 700;
  letter-spacing: 1.14px;
  color: #194D53;
  text-align: left;
}
.vessot__contact .inner .column__content .infos {
  display: flex;
  flex-direction: column;
}
.vessot__contact .inner .column__content .infos .tel {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.38px;
  text-align: right;
  color: #000000;
  text-decoration: none;
  margin-top: 2rem;
  width: fit-content;
}
.vessot__contact .inner .column__content .infos .tel:hover {
  color: #194D53;
}
.vessot__contact .inner .column__content .infos .mail {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.34px;
  text-align: right;
  color: #000000;
  text-decoration: none;
  margin-bottom: 2rem;
  width: fit-content;
}
.vessot__contact .inner .column__content .infos .mail:hover {
  color: #194D53;
}
.vessot__contact .inner .column__content .hours {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.34px;
  text-align: left;
  color: #000000;
  text-decoration: none;
  max-width: 80%;
  padding-bottom: 1rem;
}
.vessot__contact .inner .column__content .address {
  display: flex;
  align-items: end;
  justify-content: space-between;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.34px;
  text-align: left;
  color: #000000;
  text-decoration: none;
  width: 100%;
}
.vessot__contact .inner .column__content .address:hover {
  color: #194D53;
}
@media screen and (max-width: 767.98px) {
  .vessot__contact .inner .column__content .address {
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    text-align-last: left;
  }
}
.vessot__contact .inner .column__content .address .socials {
  display: flex;
}
.vessot__contact .inner .column__content .address .socials a .icon {
  font-size: 2.5rem;
  color: #194D53;
  transition: transform 0.3s ease-in-out;
}
.vessot__contact .inner .column__content .address .socials a .icon:hover {
  transform: translateY(-10%);
}
.vessot__contact .inner .column__content .form {
  font-family: "Lato", sans-serif;
}
.vessot__contact .inner .column__content .form input,
.vessot__contact .inner .column__content .form textarea {
  border-radius: 0;
}
.vessot__contact .inner .column__content .form button[type=submit] {
  background-color: #194D53;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.vessot__contact .inner .column__content .form button[type=submit]:hover {
  background-color: #D6B99C;
}
.vessot__contact .inner .column__map {
  width: 50%;
  display: flex;
  align-items: start;
  justify-content: center;
}
.vessot__contact .inner .column__map #map {
  height: 500px !important;
  width: 100% !important;
}

.vessot__funeraire {
  display: flex;
  flex-direction: column;
  padding-bottom: 10rem;
}
.vessot__funeraire .child__row__first {
  display: flex;
  width: 80%;
  margin: auto;
  margin-top: 6rem;
  gap: 5%;
}
@media screen and (max-width: 999.98px) {
  .vessot__funeraire .child__row__first {
    flex-direction: column;
    gap: 2rem;
  }
  .vessot__funeraire .child__row__first > * {
    width: 100% !important;
  }
}
.vessot__funeraire .child__row__first .col__content {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .vessot__funeraire .child__row__first .col__content {
    gap: 2rem;
  }
}
.vessot__funeraire .child__row__first .col__content h1 {
  font-family: "Brolimo", serif;
  font-size: clamp(38px, 3.5vw, 60px);
  font-weight: 300;
  letter-spacing: 1.2px;
  text-align: left;
  color: #194D53;
}
.vessot__funeraire .child__row__first .col__content h1 strong {
  font-weight: 600;
}
.vessot__funeraire .child__row__first .col__content span {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 2.5vw, 18px);
  text-align: left;
  letter-spacing: 0.4px;
}
.vessot__funeraire .child__row__first .col__image {
  width: 50%;
}
.vessot__funeraire .child__row__first .col__image .image {
  max-width: 41rem;
}
@media screen and (max-width: 999.98px) {
  .vessot__funeraire .child__row__first .col__image .image {
    width: 100%;
  }
}
.vessot__funeraire .child__row__first .col__image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 55rem;
}
.vessot__funeraire .child__row__second {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4rem 10%;
  margin: auto;
  margin-top: 10rem;
  gap: 5%;
}
@media screen and (max-width: 767.98px) {
  .vessot__funeraire .child__row__second {
    flex-direction: column-reverse;
    margin-top: unset;
  }
  .vessot__funeraire .child__row__second > * {
    width: 100% !important;
  }
}
.vessot__funeraire .child__row__second::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 80%;
  right: 0;
  background: url("./assets/img/watermarks/sigle-tax-child.png") no-repeat top right, #F7F1EB;
  background-size: contain;
  z-index: -1;
}
.vessot__funeraire .child__row__second .col__image {
  width: 35%;
  display: flex;
  justify-content: center;
}
.vessot__funeraire .child__row__second .col__image .image {
  width: 25rem;
  position: relative;
  top: -5rem;
}
@media screen and (max-width: 999.98px) {
  .vessot__funeraire .child__row__second .col__image .image {
    top: 2rem;
  }
}
@media screen and (max-width: 1249.98px) {
  .vessot__funeraire .child__row__second .col__image .image {
    width: 22rem;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__funeraire .child__row__second .col__image .image {
    width: 100%;
  }
}
.vessot__funeraire .child__row__second .col__image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.vessot__funeraire .child__row__second .col__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  gap: 4rem;
}
@media screen and (min-width: 1450px) {
  .vessot__funeraire .child__row__second .col__content .content {
    max-width: 80%;
  }
}
.vessot__funeraire .child__row__second .col__content .content span {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 2.5vw, 18px);
  text-align: left;
  letter-spacing: 0.4px;
}
.vessot__funeraire .child__row__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  padding: 7rem 0;
}
@media screen and (max-width: 999.98px) {
  .vessot__funeraire .child__row__slide {
    padding: 4rem 0;
    gap: 4rem;
  }
}
.vessot__funeraire .child__row__slide .title {
  font-family: "Brolimo", serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 500;
  letter-spacing: 1.2px;
  text-align: center;
  color: #194D53;
}
.vessot__funeraire .child__row__slide .title strong {
  font-weight: 600;
}
.vessot__funeraire .child__row__slide .projects-slider {
  width: 80%;
  margin: auto;
}
.vessot__funeraire .child__row__slide .projects-slider .splide__track .splide__list {
  display: flex;
  gap: 1rem;
}
.vessot__funeraire .child__row__slide .projects-slider .splide__track .splide__list .splide__slide {
  width: 33.333% !important;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 999.98px) {
  .vessot__funeraire .child__row__slide .projects-slider .splide__track .splide__list .splide__slide {
    width: 50% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .vessot__funeraire .child__row__slide .projects-slider .splide__track .splide__list .splide__slide {
    width: 100% !important;
  }
}
.vessot__funeraire .child__row__slide .projects-slider .splide__track .splide__list .splide__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.vessot__funeraire .child__row__slide .projects-slider .splide__track .splide__list .splide__slide h4 {
  font-family: "Lato", sans-serif;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 500;
  text-transform: uppercase;
  padding: 1rem 0;
  text-align: left;
  color: #194D53;
  margin: 0;
}
.vessot__funeraire .child__row__slide .projects-slider .splide__arrows .splide__arrow {
  background: transparent;
}
.vessot__funeraire .child__row__slide .projects-slider .splide__arrows .splide__arrow--prev {
  left: -8%;
}
.vessot__funeraire .child__row__slide .projects-slider .splide__arrows .splide__arrow--next {
  right: -8%;
}
.projects__button {
  border: 1px #194D53 solid;
  font-family: "Lato", sans-serif;
  border-radius: 36px;
  padding: 0.8rem 2rem;
  text-decoration: none;
  color: #194D53;
  width: fit-content;
  transition: background 0.2s, color 0.2s;
}
.projects__button:hover {
  background: #194D53;
  color: #FFFFFF !important;
}
.vessot__funeraire .child__row__slide .projects__button {
  border: 1px #194D53 solid;
  font-family: "Lato", sans-serif;
  border-radius: 36px;
  padding: 0.8rem 2rem;
  text-decoration: none;
  color: #194D53;
  width: fit-content;
  transition: background 0.2s, color 0.2s;
}
.vessot__funeraire .child__row__slide .projects__button:hover {
  background: #194D53;
  color: #FFFFFF;
}
.vessot__funeraire .child__row__slide .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #F7F1EB;
  z-index: -1;
}
.vessot__funeraire .child__row__partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding: 6rem 0;
}
.vessot__funeraire .child__row__partners .title {
  font-family: "Brolimo", serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 500;
  letter-spacing: 1.2px;
  text-align: center;
  color: #194D53;
}
.vessot__funeraire .child__row__partners .title strong {
  font-weight: 600;
}
.vessot__funeraire .child__row__partners .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  width: 80%;
  margin: auto;
}
.vessot__funeraire .child__row__partners .list .partner {
  display: flex;
  align-items: center;
  text-align: center;
  width: 28%;
  min-width: 18rem;
  padding: 0.5rem 1rem;
  border: 1px #707070 solid;
}
.vessot__funeraire .child__row__partners .list .partner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 10rem;
}
.vessot__funeraire .child__row__partners .list .partner span {
  font-family: "Lato", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 300;
  margin-top: 1rem;
  color: #194D53;
}

/*
Theme Name: sitename
Theme URI:
Author: Jean-Baptiste Druet - Agence Album
Author URI: agencealbum.com
Description: Theme sitename
Version: 1.0
*/