/*
  Credits:
  Developed and designed with heart by Lili & Jiji | Digital Creative Agency
  AUTHORS : Lili & Jiji | Digital Creative Agency | ELIF SÖNMEZ and HAJAR SAIM
  Website : https://www.liliandjiji.be
  Connect with our vibe : https://linktr.ee/liliandjijiagency

  This code is proprietary and should not be modified or redistributed without permission.
  Unauthorized modification, distribution, or reproduction of this code is strictly prohibited and may result in legal action.
  
  For permissions, please contact us at liliandjijiagency@gmail.com
*/ 
@font-face {
  font-family: Bookantiqua;
  src: url('../fonts/bookantiqua.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bookantiqua;
  src: url('../fonts/bookantiqua_bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Photograph Signature;
  src: url('../fonts/Photograph-Signature.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --background-color: #fffdf9;
  --text-color: #35261b;
  --radiant-ui-components-library-marketplace--color--white: white;
  --other-2: #fa7d4d;
  --title-color: #3f240f;
  --hero-text\<deleted\|variable-7af8f1a4-eb8e-92ca-c38b-5f355865caf1\>: #eae290;
  --title-section-color: #7d4923;
  --btn-color: #f3eee1;
  --other-1: #f3d156;
  --font-family: Montserrat, sans-serif;
  --font-family-2: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font-family-3: Bookantiqua, Arial, sans-serif;
  --font-family-4: "Photograph Signature", Arial, sans-serif;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.title-line {
  background-color: #0a0a0a;
  width: 10%;
  height: 1px;
  margin-top: 8px;
  transition: transform .6s;
  transform: scale(0);
}

.title-line.title-line-active {
  transform: scale(1);
}

.title-line.title-line-active.title-line-footer-mobile, .title-line.title-line-active.title-line-footer {
  background-color: #fff;
}

.social-icon-footer-size {
  max-width: 70%;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-5.social-icon-footer-size {
  max-width: 70%;
}

.footer-dark {
  background-color: #2e6576;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-2 {
  text-decoration: none;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-wrapper {
  padding-top: 40px;
}

.footer-social-block {
  flex-flow: column;
  display: block;
}

.footer-copyright {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-13 {
  color: #fff;
  margin-top: 10px;
}

.link-2 {
  color: #e2fcff;
  text-decoration: underline;
}

.footer-socials-icons {
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 100px;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #afdce2;
}

.footer-copyright-center {
  opacity: .5;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
}

.footer-mobile {
  background-color: #2e6576;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  display: none;
  position: relative;
}

.footer-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.div-nav-links-menu {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.navbar-no-shadow-container {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 14px;
  position: fixed;
}

.nav-btn {
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.nav-link {
  color: #1d4549;
  letter-spacing: .25px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.btn-menu-nohover {
  color: #1d4549;
  background-color: #fff;
  border: 1px solid #1d4549;
  border-radius: 5px;
}

.button-primary.btn-menu-nohover:hover {
  color: #fff;
  background-color: #1d4549;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.navbar-no-shadow.navbar-background-mobile, .nav-socials {
  display: none;
}

.div-nav-links {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.div-block-12 {
  max-width: 640px;
  margin-bottom: 64px;
}

.div-block-12.services-header.contact-header {
  margin-bottom: 40px;
}

.form-row-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.txt-sous-img-form {
  margin-top: 40px;
  margin-right: 0;
  padding-left: 40px;
  position: static;
}

.contact-form-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column wrap;
  width: 100%;
  padding-left: 0;
  padding-right: 100px;
  display: flex;
}

.div-block-9-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column wrap;
  display: flex;
}

.div-block-9-copy.contact-media-col-copy {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
  position: relative;
  top: 70px;
  left: -65px;
}

.form {
  padding-right: 140px;
}

.contact-grid-tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr;
  display: flex;
}

.form-submit-btn {
  float: right;
  color: #fff;
  vertical-align: baseline;
  background-color: #2e6576;
  border: 1px solid #1d4549;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 40px;
  position: relative;
}

.form-submit-btn:hover {
  color: #1d4549;
  background-color: #fff;
  border: 1px solid #1d4549;
}

.txt-form-suite {
  color: #1d4549;
  margin-bottom: 0;
  font-size: 12px;
  position: relative;
}

.contact-container-tab {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 2fr) 1fr;
  justify-items: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
}

.div-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column wrap;
  display: flex;
}

.div-block-13.contact-media-col {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 40px;
  position: relative;
  top: 0;
  left: -40px;
}

.form-label {
  color: #1d4549;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.txt-form {
  color: #1d4549;
  margin-bottom: 0;
  font-size: 12px;
}

.media-image-wrap {
  width: 100%;
  position: relative;
}

.heading-8 {
  color: #1d4549;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  font-size: 24px;
  display: block;
}

.p-txt-sous-img-form {
  color: #1d4549;
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  position: static;
}

.contact-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr;
  display: flex;
}

.link-4 {
  color: #1d4549;
  text-decoration: none;
}

.link-4:hover {
  color: #afdce2;
}

.about-title-2 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.section-contact-tab, .section-contact-mob {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 0;
  display: none;
}

.contact-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 2fr) 1fr;
  justify-items: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.form-text-field-style {
  color: #fff;
  background-color: #2e6576;
  border-radius: 5px;
  padding: 20px;
}

.form-text-field-style.form-text-fied-message {
  height: 148px;
}

.form-text-field-style.form-text-field-objet {
  width: 50%;
}

.contact-form-bg {
  z-index: 1;
  background-color: #e2fcff;
  padding: 48px 60px 48px 100px;
  position: relative;
}

.section-contact {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 0;
}

.media-image {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  display: block;
  position: static;
}

.section, .section-2 {
  display: none;
}

.rt-text-semibold {
  font-weight: 600;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-position-relative {
  position: relative;
}

.rt-position-relative.rt-navbar-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-menu-layout {
  width: 100%;
}

.rt-navbar-container-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-menu-links {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 15px;
  line-height: 25px;
  transition: transform .35s;
}

.rt-menu-links:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  transform: translate(5px);
}

.rt-hamburger-3 {
  display: none;
}

.rt-dropdown-list-6 {
  background-color: #f5f3f2;
  border-bottom: 4px solid #fcbf4a;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  padding-top: 23px;
  padding-bottom: 20px;
}

.rt-dropdown-list-6.w--open {
  border-bottom-color: var(--text-color);
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 5px;
  padding-top: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-navbar-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.rt-dropdown-3.rt-pages {
  position: static;
}

.rt-main-mega-menu-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.rt-dropdown-link-2 {
  -webkit-text-stroke-color: #4a5355;
  padding: 0 40px 6px 20px;
  font-size: 15px;
  transition: transform .35s, color .35s;
}

.rt-dropdown-link-2:hover {
  color: var(--other-2);
  transform: translate(5px);
}

.rt-dropdown-link-2.w--current {
  color: #4a5055;
}

.rt-dropdown-link-2.w--current:hover {
  color: #fcbf4a;
}

.rt-tab-display-off {
  border-radius: 5px;
  overflow: hidden;
}

.rt-header-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rt-logo-black {
  opacity: 0;
  position: absolute;
}

.rt-dropdown-toggle-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  padding: 20px 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.rt-header-3 {
  z-index: 1;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Outfit;
  font-weight: 300;
}

.rt-header-3.navbar-pc {
  z-index: 1000;
  background-color: var(--background-color);
  width: 100%;
  position: fixed;
}

.rt-header-3.navbar-mob {
  display: none;
}

.rt-navbar-right-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
}

.rt-logo-box {
  position: relative;
  overflow: hidden;
}

.rt-main-nav-mega-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-right: 1px solid #0003;
  border-bottom: 4px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-left: 1px solid #0003;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 40em;
  min-width: 40em;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 50px 30px;
  display: block;
  overflow: hidden;
}

.rt-mega-menu-links-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-mega-menu-links-wrapper.rt-mega-menu-margin-top {
  margin-top: 52px;
}

.rt-menu-text-black {
  color: var(--text-color);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.rt-menu-text-black:hover {
  color: var(--other-2);
}

.rt-menu-text-black.rt-text-semibold {
  font-weight: 600;
}

.rt-menu-text-black.rt-text-semibold.rt-tab-display-off {
  color: #191b1d;
  font-weight: 400;
}

.rt-header-button-icon {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.rt-arrow-black-two {
  filter: invert();
  margin-top: 4px;
}

.rt-dropdown-list-two {
  background-color: #202638;
  padding-bottom: 5px;
}

.rt-dropdown-list-two.rt-border-radius-six.rt-pages-dropdown {
  background-color: #20263800;
  border-bottom: 0 solid #0003;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  inset: auto 0% 0%;
}

.rt-dropdown-list-two.rt-border-radius-six.rt-pages-dropdown.w--open {
  background-color: #fff;
  margin-top: 0;
  top: 75px;
  left: 0;
  right: 0;
  overflow: visible;
}

.rt-navbar-content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.rt-header-button-text.rt-white-button-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.body {
  background-color: var(--background-color);
  color: var(--text-color);
  font-family: Montserrat, sans-serif;
}

.text-block-15 {
  color: var(--title-color);
  text-align: left;
  margin-bottom: 40px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 30px;
}

.background-video, .div-block-14 {
  height: 100vh;
}

.columns {
  margin-top: 40px;
}

.text-block-16 {
  margin-bottom: 20px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

.col_2_txt {
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-17 {
  margin-bottom: 40px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-18 {
  text-align: right;
  margin-bottom: 40px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-size: 30px;
  font-style: italic;
}

.text-span {
  font-family: Bookantiqua, Arial, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

.text-block-19 {
  text-align: right;
  margin-bottom: 60px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-2 {
  color: #7d4923;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.paragraph-2 {
  color: #35261b;
  text-align: left;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  line-height: 30px;
}

.hero-heading-left {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 91vh;
  margin-bottom: 40px;
  display: flex;
}

.container-3 {
  z-index: 2;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
  top: 232px;
  bottom: 209px;
  left: 207px;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto;
  display: block;
}

.shadow-two {
  vertical-align: baseline;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom-24px {
  color: var(--background-color);
  margin-top: 40px;
  margin-bottom: 50px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 400;
  line-height: 70px;
}

.heading {
  color: var(--background-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
}

.section-4 {
  margin-bottom: 100px;
}

.div-block-15 {
  color: var(--title-color);
  justify-content: space-around;
  margin-bottom: 40px;
  display: flex;
}

.div-block-15.hero-footer-mob {
  display: none;
}

.div-block-15.hero-footer-pc {
  margin-top: 100px;
}

.text-block-21 {
  text-transform: uppercase;
  font-weight: 300;
}

.text-block-22 {
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 600;
}

.text-block-23 {
  text-transform: uppercase;
  font-weight: 300;
}

.div-block-16 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-24 {
  color: var(--title-section-color);
  text-transform: uppercase;
  font-family: Bookantiqua, Arial, sans-serif;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-25 {
  color: var(--title-section-color);
  font-family: Photograph Signature, Arial, sans-serif;
  font-size: 20px;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.div-block-18 {
  margin-top: 100px;
  margin-bottom: auto;
}

.slider {
  max-width: 1000px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  background-image: url('../images/DSC08486.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/plaisirs_chocolates_homepage.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-nav {
  background-image: url('../images/arrow-down-3101_17arrow-down-3101_16.png');
  background-position: 0 0;
  background-size: cover;
  display: block;
}

.slide-3 {
  background-image: url('../images/plaisirs_chocolates_boutique_vitrine.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/plaisiris_chocolates_boutique_interne.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/DSC_9536.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-6, .section-7 {
  margin-bottom: 100px;
}

.container-7 {
  max-width: 940px;
}

.columns-3 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.heading-3 {
  color: #7d4923;
  margin-top: 0;
  font-family: Bookantiqua, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.image-3 {
  max-width: 90%;
  margin-top: 0;
}

.section-8 {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: block;
}

.container-8 {
  max-width: 940px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.columns-4 {
  margin-left: 0;
  margin-right: 0;
}

.image-6, .image-7 {
  margin-top: 100px;
}

.section-9 {
  justify-content: center;
  margin-bottom: 100px;
  display: block;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 940px;
  display: block;
}

.columns-5 {
  margin-left: 0;
  margin-right: 0;
}

.image-4 {
  transform: rotate(-10deg);
}

.image-8 {
  margin-left: -25px;
}

.heading-4 {
  color: #7d4923;
  margin-bottom: 20px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.section-10 {
  margin-bottom: 100px;
}

.heading-5 {
  color: #7d4923;
  text-align: center;
  font-family: Bookantiqua, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.container-10 {
  max-width: 940px;
}

.paragraph-3 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-4, .paragraph-5 {
  margin-bottom: 0;
}

.heading-6 {
  color: #7d4923;
  text-align: center;
  font-family: Bookantiqua, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.section-11 {
  margin-bottom: 100px;
}

.paragraph-6 {
  text-align: center;
}

.columns-7 {
  justify-content: center;
  align-items: center;
}

.image-9 {
  margin-left: 22px;
  transform: rotate(-6deg);
}

.image-10 {
  margin-left: -22px;
  transform: rotate(7deg);
}

.container-13 {
  margin-bottom: 40px;
}

.container-13.img-section-nos-pralines-mob, .container-13.img-section-nos-pralines-tab {
  display: none;
}

.container-14 {
  color: var(--btn-color);
  padding-top: 40px;
}

.container-14.footer-mob, .container-14.footer-tab, .container-14.footer_mob_h {
  display: none;
}

.section-12 {
  background-color: var(--title-color);
  color: var(--background-color);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
}

.section-12.footer-pc {
  color: var(--btn-color);
  font-weight: 200;
}

.section-12.footer-mob {
  display: none;
}

.section-12.footer {
  margin-top: 100px;
}

.text-block-26 {
  margin-bottom: 12px;
}

.text-block-27 {
  color: var(--background-color);
  text-decoration: none;
  -webkit-text-decoration-color: var(--background-color);
  text-decoration-color: var(--background-color);
}

.text-block-28 {
  color: var(--background-color);
  -webkit-text-decoration-color: var(--background-color);
  text-decoration-color: var(--background-color);
  margin-bottom: 12px;
}

.text-block-29 {
  margin-right: 20px;
}

.div_some_footer {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-11, .image-12, .image-13 {
  max-width: 70%;
}

.text-block-37 {
  color: var(--btn-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.text-block-37:hover {
  text-decoration: underline;
}

.div-block-20 {
  float: right;
  width: 5%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 220px;
  display: none;
}

.text-block-38, .text-block-39, .text-block-40 {
  margin-bottom: 10px;
}

.div_adres_footer {
  margin-bottom: 12px;
}

.image-14 {
  max-width: 65%;
}

.column-3 {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.column-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  display: block;
}

.container-15 {
  max-width: 100%;
}

.div-block-28 {
  background-color: var(--background-color);
  opacity: .5;
  height: .5px;
  margin-top: 20px;
}

.column-7 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.link-block-4 {
  color: var(--background-color);
  text-decoration: none;
  -webkit-text-decoration-color: var(--background-color);
  text-decoration-color: var(--background-color);
}

.column-8, .column-9 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.link-6 {
  color: var(--background-color);
  text-decoration: none;
  -webkit-text-decoration-color: var(--background-color);
  text-decoration-color: var(--background-color);
}

.link-6:hover {
  text-decoration: underline;
}

.columns-8, .text-block-41 {
  color: var(--btn-color);
}

.text-block-41:hover {
  text-decoration: underline;
}

.text-block-42, .text-block-43 {
  color: var(--btn-color);
}

.section-13, .section-14 {
  margin-bottom: 100px;
}

.container-16 {
  border: 1px solid var(--title-color);
  padding: 40px 100px;
}

.text-block-44 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.text-block-45 {
  text-align: right;
  margin-top: 40px;
  font-family: Photograph Signature, Arial, sans-serif;
  font-size: 35px;
}

.section-15 {
  background-image: url('../images/Plaisirs_Chocolates_pralines_vague.png');
  background-position: 0 0;
  background-size: cover;
  min-height: 100vh;
}

.paragraph-7 {
  text-align: left;
}

.heading-9 {
  color: #7d4923;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.image-15 {
  vertical-align: baseline;
  max-width: 50%;
  display: inline-block;
}

.paragraph-8 {
  margin-bottom: 0;
}

.container-17 {
  justify-content: center;
  margin-bottom: 40px;
  display: block;
}

.container-17.proposons-colonnes {
  display: none;
}

.col_infos_prod {
  margin-bottom: 0;
}

.cont_infos_prod_img {
  margin-top: 100px;
  display: none;
}

.infos_prod {
  margin-bottom: 100px;
}

.p_ip_ingredients_mob {
  margin-bottom: 0;
  display: none;
}

.paragraph-9 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 14px;
}

.text-span-2 {
  color: var(--other-2);
  font-weight: 600;
}

.text-span-3 {
  color: var(--other-2);
}

.link-7 {
  display: inline;
}

.text-span-4 {
  color: var(--other-2);
}

.heading-10 {
  color: var(--title-section-color);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-weight: 400;
}

.paragraph-10, .paragraph-11 {
  font-size: 10px;
}

.text-span-5 {
  color: var(--other-2);
  font-weight: 600;
}

.section-16 {
  margin-bottom: 100px;
  display: none;
}

.paragraph-12 {
  font-size: 10px;
}

.text-span-6 {
  color: var(--other-2);
  font-weight: 600;
}

.column-10 {
  font-size: 10px;
}

.paragraph-13 {
  margin-bottom: 40px;
}

.text-span-7 {
  color: var(--title-section-color);
  font-weight: 600;
}

.text-span-8 {
  color: var(--title-section-color);
  text-align: left;
  font-weight: 600;
}

.column-11 {
  font-size: 10px;
}

.paragraph-14 {
  font-size: 14px;
  font-weight: 400;
}

.paragraph-15 {
  margin-bottom: 40px;
}

.heading-11 {
  color: var(--title-color);
  text-align: left;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.text-span-9 {
  color: var(--title-section-color);
  font-weight: 600;
}

.section-17 {
  margin-bottom: 100px;
  padding-top: 100px;
}

.rt-menu-text-black-2 {
  color: #35261b;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.rt-menu-text-black-2.rt-text-semibold {
  font-weight: 600;
}

.rt-menu-text-black-2.rt-text-semibold.rt-tab-display-off {
  color: #191b1d;
  font-weight: 400;
}

.div-block-29 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-dropdown-list-7 {
  background-color: #f5f3f2;
  border-bottom: 4px solid #fcbf4a;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  padding-top: 23px;
  padding-bottom: 20px;
}

.rt-dropdown-list-7.w--open {
  background-color: #fff;
  border-bottom-color: #116df8;
  border-radius: 5px;
  padding-top: 17px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-main-nav-mega-menu-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-bottom: 4px solid #116df8;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 40em;
  min-width: 40em;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 50px 30px;
  display: grid;
  overflow: hidden;
}

.rt-dropdown-link-3 {
  color: #4a5055;
  padding: 0 40px 6px 20px;
  font-size: 15px;
  transition: transform .35s, color .35s;
}

.rt-dropdown-link-3:hover {
  color: #116df8;
  transform: translate(5px);
}

.rt-dropdown-link-3.w--current {
  color: #4a5055;
}

.rt-dropdown-link-3.w--current:hover {
  color: #fcbf4a;
}

.text-block-46 {
  color: #7d4923;
  font-family: Photograph Signature, Arial, sans-serif;
  font-size: 20px;
}

.text-block-47 {
  text-transform: uppercase;
  font-family: Bookantiqua, Arial, sans-serif;
}

.rt-navbar-menu-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.rt-menu-links-2 {
  color: #150438;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 25px;
  transition: transform .35s;
}

.rt-menu-links-2:hover {
  color: #116df8;
  transform: translate(5px);
}

.rt-header-4 {
  z-index: 1;
  background-color: #fff;
  font-weight: 300;
}

.rt-header-4.navbar-pc {
  z-index: 1000;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-13 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  display: none;
}

.container-19, .section-18 {
  margin-bottom: 100px;
}

.section-18.img_ambiance_boutique.parallaxe {
  background-image: url('../images/plaisirs_chocolates_boutique_etageres.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.column-12 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-14 {
  color: var(--title-section-color);
  text-align: center;
  margin-bottom: 20px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.section-19 {
  margin-bottom: 100px;
}

.paragraph-16 {
  margin-bottom: 40px;
}

.column-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: var(--text-color);
  text-align: center;
  margin-bottom: 20px;
}

.boutique {
  margin-bottom: 100px;
}

.cont_bout_mob {
  display: none;
}

.paragraph-17 {
  text-align: center;
  line-height: 30px;
}

.image-16 {
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.cont_bout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 940px;
  display: flex;
  overflow: hidden;
}

.text-block-5 {
  text-align: center;
  margin-bottom: 20px;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.heading-7 {
  color: #7d4923;
  text-align: center;
  margin-bottom: 20px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.div-block {
  max-width: 100%;
}

.image-17 {
  margin-top: 0;
}

.contact-form-col-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column wrap;
  width: 100%;
  display: flex;
}

.cont_contact {
  justify-content: center;
  align-items: center;
  display: block;
}

.cont_contact_mob {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: none;
}

.form-text-field-style-2 {
  color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.form-text-field-style-2.form-text-field-objet {
  width: 50%;
}

.form-text-field-style-2.form-text-fied-message {
  height: 148px;
}

.txt-form-suite-2 {
  color: #35261b;
  margin-bottom: 0;
  font-size: 10px;
  position: relative;
}

.form-submit-btn-2 {
  float: right;
  color: #3f240f;
  vertical-align: baseline;
  background-color: #f3eee1;
  border-radius: 3px;
  margin-top: 20px;
  padding: 15px 40px;
  position: relative;
}

.form-submit-btn-2:hover {
  background-color: var(--title-color);
  color: var(--btn-color);
}

.form-label-2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-7 {
  color: #35261b;
  text-transform: uppercase;
  font-size: 12px;
}

.heading-15 {
  color: #7d4923;
  text-align: center;
  font-family: Bookantiqua, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.grid_contact {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  align-items: center;
}

.section-20 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.paragraph-18 {
  text-align: center;
}

.cont_val_mob {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1200px;
  display: none;
}

.valeurs {
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
}

.col_val {
  margin-left: 0;
  margin-right: 0;
}

.heading-16 {
  color: #7d4923;
  margin-bottom: 20px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.image-18 {
  width: 50%;
  max-width: none;
  height: 50%;
  overflow: visible;
  transform: rotate(-10deg);
}

.image-19 {
  width: 50%;
  max-width: none;
  height: 50%;
  margin-left: -25px;
  overflow: visible;
}

.cont_val {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 100%;
  display: block;
}

.cont_val.cont_val-mob-couche {
  display: none;
}

.histoire {
  margin-top: 100px;
  margin-bottom: 100px;
}

.cont_hist {
  display: none;
}

.columns-10 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.heading-17 {
  color: #7d4923;
  margin-bottom: 20px;
  font-family: Bookantiqua, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.image-20 {
  max-width: 100%;
  margin-top: 10px;
}

.cont_hist_mob {
  max-width: 1200px;
  display: none;
}

.paragraph-21 {
  display: none;
}

.sous-titre-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.text-block-48 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-style: italic;
}

.section_rgpd {
  padding-top: 100px;
}

.div-block-34 {
  margin: 40px 40px 40px 60px;
}

.heading-19 {
  text-transform: uppercase;
  font-family: Bookantiqua, Arial, sans-serif;
  display: none;
}

.sous-titres-1 {
  text-transform: uppercase;
}

.div-block-35 {
  margin: 40px 40px 40px 60px;
}

.link-block-5, .link-block-6 {
  text-decoration: none;
}

.link-block-7 {
  text-decoration: none;
  -webkit-text-decoration-color: var(--title-color);
  text-decoration-color: var(--title-color);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
}

.link-block-8, .link-block-9 {
  text-decoration: none;
}

.link-block-10 {
  text-decoration: none;
  -webkit-text-decoration-color: var(--btn-color);
  text-decoration-color: var(--btn-color);
}

.link-block-11, .link-block-12, .link-block-13 {
  text-decoration: none;
}

.link-block-14 {
  text-decoration: none;
  -webkit-text-decoration-color: var(--background-color);
  text-decoration-color: var(--background-color);
}

.link-block-15 {
  width: 100%;
  text-decoration: none;
  -webkit-text-decoration-color: var(--text-color);
  text-decoration-color: var(--text-color);
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
}

.div-block-36 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-32, .link-block-33, .link-block-34, .link-block-35 {
  text-decoration: none;
}

.rt-dropdown-list-8 {
  background-color: #f5f3f2;
  border-bottom: 4px solid #fcbf4a;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  padding-top: 23px;
  padding-bottom: 20px;
}

.rt-dropdown-list-8.w--open {
  background-color: #fff;
  border-bottom-color: #35261b;
  border-radius: 5px;
  padding-top: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-menu-text-black-3 {
  color: #35261b;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.rt-menu-text-black-3:hover {
  color: #fa7d4d;
}

.text-block-49 {
  color: #7d4923;
  font-family: Photograph Signature, Arial, sans-serif;
  font-size: 20px;
}

.text-block-50 {
  color: #7d4923;
  text-transform: uppercase;
  font-family: Bookantiqua, Arial, sans-serif;
}

.rt-dropdown-link-4 {
  -webkit-text-stroke-color: #4a5355;
  padding: 0 40px 6px 20px;
  font-size: 15px;
  transition: transform .35s, color .35s;
}

.rt-dropdown-link-4:hover {
  color: #fa7d4d;
  transform: translate(5px);
}

.rt-dropdown-link-4.w--current {
  color: #4a5055;
}

.rt-dropdown-link-4.w--current:hover {
  color: #fcbf4a;
}

.link-block-36 {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.rt-header-5 {
  z-index: 1;
  background-color: #fff;
  font-weight: 300;
}

.rt-header-5.navbar-pc {
  z-index: 1000;
  background-color: #fffdf9;
  width: 100%;
  position: fixed;
}

.rt-header-5.navbar-mob {
  display: none;
}

.div-block-37 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-dropdown-list-9 {
  background-color: #f5f3f2;
  border-bottom: 4px solid #fcbf4a;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  padding-top: 23px;
  padding-bottom: 20px;
}

.rt-dropdown-list-9.w--open {
  background-color: #fff;
  border-bottom-color: #35261b;
  border-radius: 5px;
  padding-top: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-menu-text-black-4 {
  color: #35261b;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.rt-menu-text-black-4:hover {
  color: #fa7d4d;
}

.text-block-51 {
  color: #7d4923;
  font-family: Photograph Signature, Arial, sans-serif;
  font-size: 20px;
}

.text-block-52 {
  color: #7d4923;
  text-transform: uppercase;
  font-family: Bookantiqua, Arial, sans-serif;
}

.rt-dropdown-link-5 {
  -webkit-text-stroke-color: #4a5355;
  padding: 0 40px 6px 20px;
  font-size: 15px;
  transition: transform .35s, color .35s;
}

.rt-dropdown-link-5:hover {
  color: #fa7d4d;
  transform: translate(5px);
}

.rt-dropdown-link-5.w--current {
  color: #4a5055;
}

.rt-dropdown-link-5.w--current:hover {
  color: #fcbf4a;
}

.link-block-37 {
  color: #fffdf9;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.section-21 {
  color: #fffdf9;
  background-color: #3f240f;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
}

.section-21.footer {
  margin-top: 100px;
}

.text-block-54 {
  color: #f3eee1;
}

.text-block-54:hover {
  text-decoration: underline;
}

.column-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  display: block;
}

.text-block-55, .text-block-56 {
  color: #f3eee1;
}

.link-block-38 {
  text-decoration: none;
}

.div-block-39 {
  margin-bottom: 12px;
}

.column-20 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.text-block-57 {
  margin-right: 20px;
}

.div-block-40 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-59 {
  color: #f3eee1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.text-block-59:hover {
  text-decoration: underline;
}

.text-block-60 {
  margin-bottom: 12px;
}

.link-block-40 {
  text-decoration: none;
}

.columns-11 {
  color: #f3eee1;
}

.text-block-63 {
  color: #fffdf9;
  margin-bottom: 12px;
  text-decoration-color: #fffdf9;
}

.link-block-43 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-64 {
  color: #fffdf9;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-block-44 {
  text-decoration: none;
}

.column-23, .column-24 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-44 {
  opacity: .5;
  background-color: #fffdf9;
  height: .5px;
}

.text-block-68 {
  margin-bottom: 10px;
}

.link-block-47 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-69 {
  margin-bottom: 10px;
}

.container-22 {
  max-width: 100%;
}

.container-23 {
  color: #f3eee1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-23.footer-mob, .container-23.footer-tab {
  display: none;
}

.image-23 {
  max-width: 65%;
}

.link-8 {
  color: #fffdf9;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-8:hover {
  text-decoration: underline;
}

.text-block-70 {
  margin-bottom: 10px;
}

.link-block-50 {
  color: #fffdf9;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.section-22 {
  color: #fffdf9;
  background-color: #3f240f;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
}

.section-22.footer {
  margin-top: 100px;
}

.text-block-72 {
  color: #f3eee1;
}

.text-block-72:hover {
  text-decoration: underline;
}

.column-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  display: block;
}

.text-block-73, .text-block-74 {
  color: #f3eee1;
}

.link-block-51 {
  text-decoration: none;
}

.div-block-48 {
  margin-bottom: 12px;
}

.column-26 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.text-block-75 {
  margin-right: 20px;
}

.div-block-49 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-77 {
  color: #f3eee1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.text-block-77:hover {
  text-decoration: underline;
}

.text-block-78 {
  margin-bottom: 12px;
}

.link-block-53 {
  text-decoration: none;
}

.columns-12 {
  color: #f3eee1;
}

.text-block-80 {
  color: #fffdf9;
  margin-bottom: 12px;
  text-decoration-color: #fffdf9;
}

.link-block-56 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-81 {
  color: #fffdf9;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-block-57 {
  text-decoration: none;
}

.column-29, .column-30 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-53 {
  opacity: .5;
  background-color: #fffdf9;
  height: .5px;
}

.text-block-84 {
  margin-bottom: 10px;
}

.link-block-60 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-85 {
  margin-bottom: 10px;
}

.container-24 {
  max-width: 100%;
}

.container-25 {
  color: #f3eee1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-25.footer-mob, .container-25.footer-tab {
  display: none;
}

.image-24 {
  max-width: 65%;
}

.link-9 {
  color: #fffdf9;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-9:hover {
  text-decoration: underline;
}

.text-block-86 {
  margin-bottom: 10px;
}

.div-block-56 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-63, .link-block-64, .link-block-65, .link-block-66 {
  text-decoration: none;
}

.rt-dropdown-list-10 {
  background-color: #f5f3f2;
  border-bottom: 4px solid #fcbf4a;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  padding-top: 23px;
  padding-bottom: 20px;
}

.rt-dropdown-list-10.w--open {
  background-color: #fff;
  border-bottom-color: #35261b;
  border-radius: 5px;
  padding-top: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-menu-text-black-5 {
  color: #35261b;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.rt-menu-text-black-5:hover {
  color: #fa7d4d;
}

.text-block-87 {
  color: #7d4923;
  font-family: Photograph Signature, Arial, sans-serif;
  font-size: 20px;
}

.text-block-88 {
  color: #7d4923;
  text-transform: uppercase;
  font-family: Bookantiqua, Arial, sans-serif;
}

.rt-dropdown-link-6 {
  -webkit-text-stroke-color: #4a5355;
  padding: 0 40px 6px 20px;
  font-size: 15px;
  transition: transform .35s, color .35s;
}

.rt-dropdown-link-6:hover {
  color: #fa7d4d;
  transform: translate(5px);
}

.rt-dropdown-link-6.w--current {
  color: #4a5055;
}

.rt-dropdown-link-6.w--current:hover {
  color: #fcbf4a;
}

.link-block-67 {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-57 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-dropdown-list-11 {
  background-color: #f5f3f2;
  border-bottom: 4px solid #fcbf4a;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  padding-top: 23px;
  padding-bottom: 20px;
}

.rt-dropdown-list-11.w--open {
  background-color: #fff;
  border-bottom-color: #35261b;
  border-radius: 5px;
  padding-top: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-menu-text-black-6 {
  color: #35261b;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.rt-menu-text-black-6:hover {
  color: #fa7d4d;
}

.text-block-89 {
  color: #7d4923;
  font-family: Photograph Signature, Arial, sans-serif;
  font-size: 20px;
}

.text-block-90 {
  color: #7d4923;
  text-transform: uppercase;
  font-family: Bookantiqua, Arial, sans-serif;
}

.rt-dropdown-link-7 {
  -webkit-text-stroke-color: #4a5355;
  padding: 0 40px 6px 20px;
  font-size: 15px;
  transition: transform .35s, color .35s;
}

.rt-dropdown-link-7:hover {
  color: #fa7d4d;
  transform: translate(5px);
}

.rt-dropdown-link-7.w--current {
  color: #4a5055;
}

.rt-dropdown-link-7.w--current:hover {
  color: #fcbf4a;
}

.div_img_val {
  display: flex;
}

.div-block-60 {
  display: block;
}

.grid_val {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
}

.div-block-68 {
  width: 30%;
  margin-top: -40px;
  margin-left: auto;
  margin-right: 0;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-8_mob {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: block;
}

.section-8_mob.galerie_img-_mob {
  display: none;
}

.section_slider_img_val_mob {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: block;
}

.section_slider_img_val_mob.galerie_img-_mob, .section_slider_img_val_mob.slider_img_val_mob {
  display: none;
}

@media screen and (min-width: 1280px) {
  .rt-navbar-container-2 {
    max-width: 1160px;
  }

  .rt-dropdown-toggle-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .rt-header-3.navbar-mob {
    display: none;
  }

  .text-block-15 {
    margin-bottom: 40px;
  }

  .text-block-19 {
    font-size: 43px;
  }

  .hero-heading-left {
    flex-flow: column;
    min-height: 92vh;
    margin-bottom: 40px;
    display: flex;
  }

  .container-3 {
    max-width: 700px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    top: 299px;
    bottom: auto;
    left: 210px;
  }

  .hero-split {
    margin-bottom: auto;
    margin-right: auto;
  }

  .hero-wrapper {
    justify-content: center;
    display: block;
  }

  .margin-bottom-24px {
    color: var(--title-color);
    margin-bottom: 60px;
    font-size: 80px;
  }

  .heading {
    color: var(--title-color);
    font-size: 130px;
  }

  .container-4 {
    max-width: none;
  }

  .section-3 {
    opacity: .65;
    background-image: url('../images/plaisirs_chocolates_homepage.jpg');
    background-position: 0 0;
    background-size: cover;
    min-height: 100vh;
  }

  .container-5 {
    font-family: Bookantiqua, Arial, sans-serif;
    font-size: 100px;
  }

  .text-block-20 {
    margin-bottom: 60px;
  }

  .div-block-15 {
    color: var(--hero-text\<deleted\|variable-7af8f1a4-eb8e-92ca-c38b-5f355865caf1\>);
    justify-content: space-around;
    margin-bottom: 40px;
  }

  .div-block-15.hero-footer-mob {
    display: none;
  }

  .text-block-21 {
    color: var(--title-color);
    text-transform: uppercase;
    font-weight: 300;
  }

  .text-block-22 {
    color: var(--title-color);
    font-weight: 600;
  }

  .text-block-23 {
    color: var(--title-color);
    text-transform: uppercase;
    font-weight: 300;
  }

  .div-block-16 {
    text-align: center;
  }

  .text-block-24 {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Bookantiqua, Arial, sans-serif;
    font-size: 16px;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-25 {
    color: var(--title-section-color);
    margin-bottom: 20px;
    font-family: Photograph Signature, Arial, sans-serif;
    font-size: 22px;
  }

  .div-block-18 {
    margin-top: 160px;
  }

  .slider {
    max-width: 1000px;
    min-height: 500px;
  }

  .slide {
    background-image: url('../images/DSC08486.jpg');
  }

  .slide-2 {
    background-image: url('../images/plaisirs_chocolates_homepage.jpg');
  }

  .div-block-20 {
    margin-right: 200px;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-46 {
    color: #7d4923;
    margin-bottom: 20px;
    font-family: Photograph Signature, Arial, sans-serif;
    font-size: 25px;
  }

  .text-block-47 {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Bookantiqua, Arial, sans-serif;
    font-size: 16px;
  }

  .cont_hist {
    display: none;
  }

  .section_rgpd {
    padding-top: 120px;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-49 {
    color: #7d4923;
    margin-bottom: 20px;
    font-family: Photograph Signature, Arial, sans-serif;
    font-size: 22px;
  }

  .text-block-50 {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Bookantiqua, Arial, sans-serif;
    font-size: 16px;
  }

  .rt-header-5.navbar-mob {
    display: none;
  }

  .div-block-37 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-51 {
    color: #7d4923;
    margin-bottom: 20px;
    font-family: Photograph Signature, Arial, sans-serif;
    font-size: 25px;
  }

  .text-block-52 {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Bookantiqua, Arial, sans-serif;
    font-size: 16px;
  }

  .div-block-56 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-87 {
    color: #7d4923;
    margin-bottom: 20px;
    font-family: Photograph Signature, Arial, sans-serif;
    font-size: 22px;
  }

  .text-block-88 {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Bookantiqua, Arial, sans-serif;
    font-size: 16px;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-89 {
    color: #7d4923;
    margin-bottom: 20px;
    font-family: Photograph Signature, Arial, sans-serif;
    font-size: 25px;
  }

  .text-block-90 {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Bookantiqua, Arial, sans-serif;
    font-size: 16px;
  }

  .div-block-68 {
    width: 25%;
    margin-top: -30px;
    margin-right: 0;
  }

  .section-8_mob.galerie_img-_mob, .section_slider_img_val_mob.galerie_img-_mob, .section_slider_img_val_mob.slider_img_val_mob {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .rt-navbar-container-2 {
    max-width: 1780px;
  }

  .rt-dropdown-list-6.w--open {
    background-color: var(--background-color);
    border-bottom-width: 2px;
  }

  .rt-dropdown-toggle-6 {
    display: flex;
  }

  .rt-header-3 {
    z-index: 2;
  }

  .rt-header-3.navbar-mob {
    display: none;
  }

  .rt-header-button-icon-image {
    filter: none;
    max-width: 200%;
  }

  .rt-menu-text-black {
    font-size: 18px;
  }

  .rt-navbar-content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .body {
    background-color: var(--background-color);
  }

  .text-block-15 {
    text-align: center;
    font-size: 74px;
    line-height: 55px;
  }

  .background-video {
    height: 250%;
  }

  .div-block-14 {
    height: auto;
  }

  .text-block-16 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 40px;
  }

  .col_2_txt {
    padding-top: 0;
  }

  .text-block-17 {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 55px;
  }

  .text-block-18 {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 40px;
  }

  .text-block-19 {
    margin-bottom: 60px;
    font-size: 45px;
    line-height: 50px;
  }

  .container-2 {
    max-width: 1280px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .heading-2 {
    margin-bottom: 60px;
    font-size: 60px;
  }

  .paragraph-2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 30px;
  }

  .hero-heading-left {
    opacity: 1;
    mix-blend-mode: normal;
    flex-flow: column;
    min-height: 91vh;
    margin-bottom: 40px;
    display: flex;
  }

  .container-3 {
    flex: 0 auto;
    max-width: 1100px;
    margin-top: 0;
    margin-bottom: 0;
    top: 424px;
    bottom: auto;
    left: 298px;
  }

  .hero-split {
    margin: auto;
  }

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

  .margin-bottom-24px {
    color: var(--title-color);
    margin-bottom: 100px;
    font-size: 120px;
    line-height: 120px;
  }

  .heading {
    color: var(--title-color);
    font-size: 200px;
    line-height: 120px;
  }

  .section-4 {
    margin-bottom: 60px;
  }

  .section-4.collectionssaisonnieres {
    margin-bottom: 220px;
  }

  .container-6 {
    max-width: 1920px;
    min-height: 91vh;
  }

  .div-block-15 {
    color: var(--title-color);
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 60px;
    display: flex;
  }

  .div-block-15.hero-footer-mob {
    display: none;
  }

  .div-block-15.hero-footer-pc {
    margin-top: 70px;
  }

  .text-block-21 {
    color: var(--title-color);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
  }

  .text-block-22 {
    color: var(--title-color);
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
  }

  .text-block-23 {
    color: var(--title-color);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-style: normal;
    display: flex;
  }

  .text-block-24 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Bookantiqua, Arial, sans-serif;
    font-size: 20px;
  }

  .div-block-17 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-25 {
    color: var(--title-section-color);
    margin-bottom: 20px;
    font-family: Photograph Signature, Arial, sans-serif;
    font-size: 26px;
  }

  .code-embed {
    width: 30px;
    height: 50px;
  }

  .div-block-18 {
    margin-top: 140px;
    margin-bottom: 0;
  }

  .slider {
    max-width: 1300px;
    min-height: 580px;
  }

  .slide {
    background-image: url('../images/DSC08486.jpg');
    background-position: 50%;
  }

  .slide-2 {
    background-image: url('../images/plaisirs_chocolates_homepage.jpg');
  }

  .slide-nav {
    font-size: 18px;
  }

  .section-5 {
    display: none;
  }

  .section-6.secnospralines {
    margin-bottom: 100px;
  }

  .container-7 {
    max-width: 1200px;
  }

  .section-8.galerie_img, .section-8.galerie_img-_mob {
    margin-bottom: 220px;
  }

  .container-8 {
    max-width: 1280px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-9, .container-10, .container-11, .container-12 {
    max-width: 1200px;
  }

  .container-13 {
    max-width: 70%;
  }

  .container-14 {
    max-width: 85%;
  }

  .section-12 {
    background-color: var(--title-color);
    color: var(--background-color);
    padding-top: 40px;
    font-size: 14px;
  }

  .text-block-26 {
    color: var(--background-color);
    margin-bottom: 32px;
    font-weight: 400;
  }

  .text-block-27 {
    color: var(--background-color);
    margin-bottom: 32px;
    text-decoration: none;
  }

  .text-block-28 {
    color: var(--background-color);
    margin-bottom: 32px;
  }

  .text-block-29 {
    color: var(--background-color);
    padding-right: 20px;
  }

  .div_some_footer {
    vertical-align: baseline;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-11, .image-12, .image-13 {
    margin-right: 20px;
  }

  .text-block-30 {
    color: var(--background-color);
    margin-bottom: 20px;
  }

  .text-block-31 {
    color: var(--background-color);
    margin-bottom: 10px;
  }

  .text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36 {
    margin-bottom: 10px;
  }

  .text-block-37 {
    text-transform: uppercase;
    margin-bottom: 28px;
  }

  .text-block-37.contact_foot {
    margin-bottom: 0;
  }

  .div-block-20 {
    float: right;
    width: 5%;
    margin-bottom: 40px;
    margin-right: 215px;
  }

  .text-block-38, .text-block-39, .text-block-40 {
    margin-bottom: 20px;
  }

  .div_adres_footer {
    margin-bottom: 32px;
  }

  .image-14 {
    max-width: 100%;
  }

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

  .column-5 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container-16 {
    max-width: 1140px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-44 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 44px;
  }

  .text-block-45 {
    margin-top: 20px;
    font-size: 35px;
    line-height: 80px;
  }

  

  .paragraph-7 {
    padding-right: 20px;
    font-size: 15px;
    line-height: 30px;
  }

  .heading-9 {
    margin-bottom: 60px;
    padding-top: 20px;
    font-size: 60px;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .container-17 {
    max-width: 1280px;
  }

  .col_infos_prod {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 25px;
    line-height: 30px;
  }

  .p_ip_ingredients_mob {
    display: none;
  }

  .cont_infos_prod {
    max-width: 1280px;
  }

  .paragraph-9 {
    font-size: 15px;
    line-height: 30px;
  }

  .rt-menu-text-black-2 {
    font-size: 24px;
  }

  .div-block-29 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-46 {
    color: #7d4923;
    margin-bottom: 20px;
    font-family: Photograph Signature, Arial, sans-serif;
    font-size: 40px;
  }

  .text-block-47 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Bookantiqua, Arial, sans-serif;
    font-size: 30px;
  }

  .rt-header-4 {
    z-index: 2;
  }

  .heading-12 {
    margin-top: 60px;
  }

  .section-18.img_ambiance_boutique {
    margin-bottom: 220px;
  }

  .section-18.img_ambiance_boutique.parallaxe {
    background-image: url('../images/plaisirs_chocolates_boutique_etageres.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 60vh;
    margin-bottom: 220px;
  }

  .heading-14 {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 60px;
  }

  .section-19.secchocoperso {
    margin-bottom: 220px;
  }

  .paragraph-16 {
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 30px;
  }

  .text-block-6 {
    font-size: 15px;
    line-height: 40px;
  }

  .boutique {
    margin-bottom: 220px;
  }

  .paragraph-17 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 40px;
  }

  .image-16 {
    margin-top: 0;
  }

  .cont_bout {
    max-width: 1280px;
    padding-top: 20px;
    padding-right: 0;
  }

  .text-block-5 {
    font-size: 15px;
    line-height: 40px;
  }

  .heading-7 {
    margin-bottom: 20px;
    font-size: 60px;
  }

  .form-2, .contact-form-col-2 {
    padding-right: 0;
  }

  .cont_contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    display: block;
  }

  .cont_contact_mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    display: none;
  }

  .form-text-field-style-2, .form-text-field-style-2.form-text-field-objet {
    background-color: #0000;
  }

  .form-text-field-style-2.form-text-fied-message {
    -webkit-text-stroke-color: #3f240f;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .txt-form-suite-2 {
    color: #3f240f;
    text-transform: none;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 18px;
  }

  .form-submit-btn-2 {
    color: #3f240f;
    background-color: #f3eee1;
    margin-top: 0;
  }

  .form-submit-btn-2:hover {
    background-color: var(--title-color);
    color: var(--btn-color);
  }

  .form-label-2 {
    color: #3f240f;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 16px;
  }

  .text-block-7 {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 13px;
  }

  .heading-15 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 60px;
  }

  .grid_contact {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    place-items: center stretch;
  }

  .container-20 {
    max-width: 1280px;
  }

  .paragraph-18 {
    font-size: 15px;
    line-height: 30px;
  }

  .cont_val_mob {
    display: none;
  }

  .valeurs {
    margin-bottom: 220px;
  }

  .heading-16 {
    margin-bottom: 60px;
    font-size: 60px;
  }

  .cont_val {
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    display: flex;
  }

  .histoire {
    margin-bottom: 220px;
  }

  .cont_hist {
    max-width: 1280px;
    display: none;
  }

  .heading-17 {
    text-align: left;
    margin-bottom: 60px;
    font-size: 60px;
  }

  .image-20 {
    max-width: 100%;
    margin-top: 0;
  }

  .container-21 {
    max-width: 1500px;
  }

  .column-15 {
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .section_rgpd {
    padding-top: 140px;
  }

  .div-block-34, .div-block-35 {
    font-size: 20px;
    line-height: 26px;
  }

  .link-block-10 {
    width: 100%;
  }

  .div-block-36 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-menu-text-black-3 {
    font-size: 18px;
  }

  .text-block-49 {
    color: #7d4923;
    margin-bottom: 20px;
    font-family: Photograph Signature, Arial, sans-serif;
    font-size: 26px;
  }

  .text-block-50 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Bookantiqua, Arial, sans-serif;
    font-size: 20px;
  }

  .rt-header-5 {
    z-index: 2;
  }

  .rt-header-5.navbar-mob {
    display: none;
  }

  .div-block-37 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-menu-text-black-4 {
    font-size: 24px;
  }

  .text-block-51 {
    color: #7d4923;
    margin-bottom: 20px;
    font-family: Photograph Signature, Arial, sans-serif;
    font-size: 40px;
  }

  .text-block-52 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Bookantiqua, Arial, sans-serif;
    font-size: 30px;
  }

  .section-21 {
    color: #fffdf9;
    background-color: #3f240f;
    padding-top: 60px;
    font-size: 16px;
  }

  .text-block-53 {
    margin-bottom: 10px;
  }

  .div-block-39 {
    margin-bottom: 32px;
  }

  .text-block-57 {
    color: #fffdf9;
    padding-right: 20px;
  }

  .div-block-40 {
    vertical-align: baseline;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-58 {
    margin-bottom: 10px;
  }

  .text-block-59 {
    text-transform: uppercase;
    margin-bottom: 45px;
  }

  .text-block-60 {
    color: #fffdf9;
    margin-bottom: 32px;
    font-weight: 400;
  }

  .text-block-61, .text-block-62 {
    margin-bottom: 10px;
  }

  .text-block-63 {
    color: #fffdf9;
    margin-bottom: 32px;
  }

  .text-block-64 {
    color: #fffdf9;
    margin-bottom: 32px;
    text-decoration: none;
  }

  .text-block-65 {
    color: #fffdf9;
    margin-bottom: 20px;
  }

  .text-block-66 {
    color: #fffdf9;
    margin-bottom: 10px;
  }

  .text-block-67 {
    margin-bottom: 10px;
  }

  .text-block-68, .text-block-69 {
    margin-bottom: 20px;
  }

  .container-23 {
    max-width: 85%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-70 {
    margin-bottom: 20px;
  }

  .section-22 {
    color: #fffdf9;
    background-color: #3f240f;
    padding-top: 60px;
    font-size: 16px;
  }

  .text-block-71 {
    margin-bottom: 10px;
  }

  .div-block-48 {
    margin-bottom: 32px;
  }

  .text-block-75 {
    color: #fffdf9;
    padding-right: 20px;
  }

  .div-block-49 {
    vertical-align: baseline;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-76 {
    margin-bottom: 10px;
  }

  .text-block-77 {
    text-transform: uppercase;
    margin-bottom: 45px;
  }

  .text-block-78 {
    color: #fffdf9;
    margin-bottom: 32px;
    font-weight: 400;
  }

  .text-block-79 {
    margin-bottom: 10px;
  }

  .text-block-80 {
    color: #fffdf9;
    margin-bottom: 32px;
  }

  .text-block-81 {
    color: #fffdf9;
    margin-bottom: 32px;
    text-decoration: none;
  }

  .text-block-82 {
    color: #fffdf9;
    margin-bottom: 20px;
  }

  .text-block-83 {
    color: #fffdf9;
    margin-bottom: 10px;
  }

  .text-block-84, .text-block-85 {
    margin-bottom: 20px;
  }

  .container-25 {
    max-width: 85%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-86 {
    margin-bottom: 20px;
  }

  .div-block-56 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-menu-text-black-5 {
    font-size: 18px;
  }

  .text-block-87 {
    color: #7d4923;
    margin-bottom: 20px;
    font-family: Photograph Signature, Arial, sans-serif;
    font-size: 26px;
    line-height: 20px;
  }

  .text-block-88 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Bookantiqua, Arial, sans-serif;
    font-size: 20px;
  }

  .div-block-57 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-menu-text-black-6 {
    font-size: 24px;
  }

  .text-block-89 {
    color: #7d4923;
    margin-bottom: 20px;
    font-family: Photograph Signature, Arial, sans-serif;
    font-size: 40px;
  }

  .text-block-90 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Bookantiqua, Arial, sans-serif;
    font-size: 30px;
  }

  .paragraph-22 {
    font-size: 15px;
    line-height: 30px;
  }

  .text-block-91 {
    text-align: left;
    font-size: 15px;
    line-height: 28px;
  }

  .paragraph-23 {
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-24 {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-25 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 26px;
  }

  .div_img_val {
    flex: 1;
    align-items: stretch;
    display: flex;
  }

  .div_txt_val {
    flex: 1;
    margin-left: 40px;
    padding-left: 40px;
  }

  .div-block-60 {
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .grid_val {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .div-block-61 {
    margin-top: 60px;
    margin-left: 30px;
  }

  .div-block-68 {
    width: 25%;
    margin-top: -40px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .container-27 {
    max-width: 1400px;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-28 {
    max-width: 1280px;
  }

  .div-block-69 {
    width: 100%;
  }

  .paragraph-26, .paragraph-27 {
    padding-right: 10px;
    font-size: 15px;
    line-height: 30px;
  }

  .hist_grid_img {
    width: 100%;
  }

  .section-8_mob.galerie_img {
    margin-bottom: 220px;
  }

  .section-8_mob.galerie_img-_mob {
    margin-bottom: 220px;
    display: none;
  }

  .section_slider_img_val_mob.galerie_img {
    margin-bottom: 220px;
  }

  .section_slider_img_val_mob.galerie_img-_mob, .section_slider_img_val_mob.slider_img_val_mob {
    margin-bottom: 220px;
    display: none;
  }

  .image-25 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .link-block-2, .footer-copyright-center {
    text-decoration: none;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-nav-links-menu {
    flex-flow: column;
    justify-content: space-around;
  }

  .social-icon-menu-size {
    max-width: 70%;
  }

  .nav-btn {
    width: 100%;
    margin-left: 0;
  }

  .nav-link {
    border-bottom: 1px #000;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 30px 5px;
  }

  .social-icon {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-button {
    color: #2e6576;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-socials {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-nav-links {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    height: 100vh;
    padding-bottom: 60px;
    display: flex;
  }

  .link-3 {
    color: #1d4549;
    text-decoration: none;
  }

  .link-3:hover {
    color: #afdce2;
  }

  .txt-sous-img-form {
    margin-top: 10px;
    margin-right: 0;
    padding-left: 0;
  }

  .contact-form-col {
    padding-right: 0;
  }

  .div-block-9-copy.contact-media-col-copy {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding: 20px 60px;
    display: none;
    top: 0;
    left: 0;
  }

  .contact-grid-tab {
    flex-flow: column;
  }

  .form-submit-btn {
    margin-top: 20px;
  }

  .txt-form-suite {
    font-size: 12px;
  }

  .contact-container-tab {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-13.contact-media-col {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding: 20px 60px;
    top: 0;
    left: 0;
  }

  .form-label {
    font-size: 15px;
  }

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

  .media-image-wrap {
    z-index: 2;
    width: 70%;
    position: relative;
    top: -130px;
  }

  .heading-8 {
    font-size: 20px;
  }

  .p-txt-sous-img-form {
    font-size: 15px;
  }

  .section-contact-tab {
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .section-contact-mob {
    padding-top: 40px;
    padding-bottom: 0;
    display: none;
  }

  .contact-form-bg {
    padding-bottom: 140px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-contact {
    display: none;
  }

  .rt-menu-button {
    padding: 0;
  }

  .rt-menu-button.w--open {
    background-color: #c8c8c800;
  }

  .rt-position-relative.rt-overflow-hidden {
    text-decoration: none;
  }

  .rt-menu-links {
    padding: 10px 40px;
  }

  .rt-hamburger-3 {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding-left: 15px;
    display: flex;
  }

  .rt-dropdown-list-6.w--open {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .rt-navbar-menu {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
    min-height: 100vh;
    padding-top: 20px;
    position: absolute;
  }

  .rt-dropdown-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    display: block;
  }

  .rt-menu-bar {
    background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    padding: 0;
  }

  .rt-menu-bar.rt-bar-three {
    margin-bottom: 0;
  }

  .rt-tab-display-off, .rt-header-button {
    display: none;
  }

  .rt-dropdown-toggle-6 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .rt-header-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-header-3.navbar-pc {
    display: none;
  }

  .rt-header-3.navbar-mob {
    display: block;
  }

  .rt-navbar-right-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .rt-main-nav-mega-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: auto;
    min-width: auto;
    margin-top: 0;
    padding: 5px 0;
  }

  .rt-mega-menu-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
  }

  .rt-mega-menu-links-wrapper.rt-mega-menu-margin-top {
    margin-top: 0;
  }

  .rt-menu-text-black {
    text-decoration: none;
  }

  .rt-dropdown-list-two.rt-border-radius-six.w--open {
    position: relative;
    top: 0;
  }

  .rt-dropdown-list-two.rt-border-radius-six.rt-pages-dropdown {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .rt-navbar-content-wrapper {
    position: static;
  }

  .text-block-15 {
    font-size: 45px;
  }

  .text-block-16 {
    font-size: 25px;
  }

  .text-block-17 {
    font-size: 35px;
  }

  .text-block-18 {
    font-size: 25px;
  }

  .text-block-19 {
    font-size: 35px;
  }

  .container-3 {
    width: auto;
    max-width: 500px;
    padding-top: 0;
    position: static;
    left: 150px;
  }

  .hero-split {
    margin-bottom: 40px;
    overflow: visible;
  }

  .hero-wrapper {
    white-space: normal;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    display: block;
    overflow: visible;
  }

  .margin-bottom-24px {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 30px;
  }

  .heading {
    font-size: 80px;
    line-height: 60px;
  }

  .div-block-15 {
    margin-bottom: 40px;
  }

  .text-block-21, .text-block-23 {
    text-align: center;
  }

  .text-block-24, .text-block-25 {
    text-decoration: none;
  }

  .div-block-18 {
    z-index: 0;
    position: relative;
  }

  .slider {
    max-width: 600px;
    min-height: 400px;
  }

  .container-7, .container-8, .container-9, .container-10 {
    max-width: 729px;
  }

  .container-14.footer-mob {
    display: none;
  }

  .container-14.footer-tab {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .container-14.footer_mob_h {
    display: none;
  }

  .section-12 {
    font-size: 8px;
  }

  .text-block-29 {
    margin-right: 10px;
  }

  .div_some_footer {
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-11, .image-12, .image-13 {
    max-width: 60%;
  }

  .div-block-20 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 10%;
    height: 5%;
    margin-top: 20px;
    margin-right: 100px;
    display: block;
  }

  .div_adres_footer {
    padding-left: 0;
    font-size: 10px;
  }

  .image-14 {
    max-width: 100%;
  }

  .column-5 {
    padding-left: 40px;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .div_menu_footer_list {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    font-size: 10px;
    display: flex;
  }

  .div_footer_content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 10px;
    display: flex;
  }

  .div_logo_footer {
    width: 10%;
    height: 5%;
    margin-bottom: 10px;
    margin-left: 37px;
  }

  .div_heure_footer {
    margin-left: -60px;
    font-size: 10px;
  }

  .div_info_footer {
    font-size: 10px;
  }

  .container-15.footer-pc {
    display: none;
  }

  .container-15.footer-tab {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-menu-bar-2 {
    background-color: #150438;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    padding: 0;
  }

  .rt-menu-bar-2.rt-bar-three {
    margin-bottom: 0;
  }

  .rt-main-nav-mega-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: auto;
    min-width: auto;
    margin-top: 0;
    padding: 5px 0;
  }

  .rt-navbar-menu-2 {
    background-color: #fff;
    min-height: 100vh;
    padding-top: 20px;
    position: absolute;
  }

  .rt-menu-links-2 {
    padding: 10px 40px;
  }

  .rt-header-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-header-4.navbar-pc {
    display: none;
  }

  .contact-form-col-2 {
    padding-right: 0;
  }

  .cont_contact, .cont_contact_mob {
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt-form-suite-2 {
    font-size: 12px;
  }

  .form-submit-btn-2 {
    margin-top: 20px;
  }

  .form-submit-btn-2:hover {
    background-color: var(--title-color);
    color: var(--btn-color);
  }

  .form-label-2 {
    font-size: 15px;
  }

  .grid_contact {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cont_val.cont_val-mob-couche {
    display: none;
  }

  .section_rgpd {
    padding-top: 40px;
  }

  .link-block-21, .link-block-22 {
    width: 100%;
    text-decoration: none;
  }

  .link-block-23 {
    text-decoration: none;
  }

  .link-block-24 {
    width: 100%;
    text-decoration: none;
  }

  .link-block-25 {
    text-decoration: none;
  }

  .link-block-26 {
    width: 100%;
    text-decoration: none;
  }

  .link-block-27, .link-block-27.w--current, .link-block-28, .link-block-29, .link-block-30, .link-block-31.w--current {
    text-decoration: none;
  }

  .rt-header-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-header-5.navbar-pc {
    display: none;
  }

  .rt-header-5.navbar-mob {
    display: block;
  }

  .rt-dropdown-list-9.w--open {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .section-21 {
    font-size: 8px;
  }

  .column-19 {
    padding-left: 40px;
  }

  .text-block-57 {
    margin-right: 10px;
  }

  .div-block-40 {
    justify-content: space-around;
    align-items: stretch;
  }

  .link-block-39 {
    width: 100%;
    text-decoration: none;
  }

  .link-block-41 {
    text-decoration: none;
  }

  .link-block-42 {
    width: 100%;
    text-decoration: none;
  }

  .column-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-42 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .link-block-45 {
    width: 100%;
    text-decoration: none;
  }

  .div-block-45 {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .link-block-48 {
    width: 100%;
    text-decoration: none;
  }

  .container-22.footer-pc, .container-23.footer-mob {
    display: none;
  }

  .container-23.footer-tab {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 0;
    display: block;
  }

  .link-block-49 {
    text-decoration: none;
  }

  .section-22 {
    font-size: 8px;
  }

  .column-25 {
    padding-left: 40px;
  }

  .text-block-75 {
    margin-right: 10px;
  }

  .div-block-49 {
    justify-content: space-around;
    align-items: stretch;
  }

  .link-block-52 {
    width: 100%;
    text-decoration: none;
  }

  .link-block-54 {
    text-decoration: none;
  }

  .link-block-55 {
    width: 100%;
    text-decoration: none;
  }

  .column-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-51 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .link-block-58 {
    width: 100%;
    text-decoration: none;
  }

  .div-block-54 {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .link-block-61 {
    width: 100%;
    text-decoration: none;
  }

  .container-24.footer-pc, .container-25.footer-mob {
    display: none;
  }

  .container-25.footer-tab {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 0;
    display: block;
  }

  .link-block-62 {
    text-decoration: none;
  }

  .rt-dropdown-list-11.w--open {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .div-block-60 {
    display: flex;
  }

  .grid_val {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    justify-content: space-between;
  }

  .link-block-68.w--current {
    flex-flow: row;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .title-line.title-line-active.title-line-footer-mobile.title-line-footer-mobile-h {
    width: 100%;
    margin-bottom: 10px;
  }

  .title-line.title-line-active.title-line-footer.title-line-footer-mobile.title-line-footer-mobile-h {
    width: 100%;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-copyright {
    display: block;
  }

  .footer-socials-icons {
    justify-content: center;
    align-items: stretch;
    margin-top: 40px;
  }

  .footer-link:hover {
    color: #afdce2;
  }

  .text-block-14 {
    color: #fff;
  }

  .link-block {
    text-align: center;
    text-decoration: none;
    display: block;
  }

  .footer-mobile {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .footer-content {
    grid-column-gap: 5px;
    grid-template-columns: 1fr;
    grid-template-areas: "Area Area-2";
    margin-top: 40px;
  }

  .div-nav-links-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .navbar-no-shadow-container {
    max-width: 1140px;
  }

  .nav-link {
    margin-top: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .div-nav-links {
    display: none;
  }

  .txt-sous-img-form {
    margin-top: 0;
  }

  .div-block-13.contact-media-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .txt-form {
    text-align: left;
  }

  .media-image-wrap {
    width: 100%;
  }

  .heading-8 {
    white-space: normal;
    overflow: visible;
  }

  .contact-form-bg {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-dropdown-list-6.w--open {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .rt-dropdown-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .rt-avenor-logo {
    padding-left: 0;
    text-decoration: none;
  }

  .rt-avenor-logo.w--current {
    padding-left: 0;
  }

  .rt-header-3 {
    border-bottom-color: #0003;
  }

  .rt-navbar-right-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .rt-navbar-content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-15 {
    font-size: 37px;
  }

  .container-2 {
    max-width: 600px;
  }

  .paragraph-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-heading-left {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-3 {
    margin-left: auto;
    padding-top: 0;
    top: 250px;
    left: 87px;
  }

  .heading {
    font-size: 75px;
  }

  .columns-2 {
    flex: 0 auto;
  }

  .div-block-15 {
    flex-flow: row;
  }

  .container-7 {
    max-width: 600px;
  }

  .section-8.galerie_img {
    display: none;
  }

  .container-8, .container-9, .container-10, .container-11, .container-12 {
    max-width: 600px;
  }

  .image-9, .image-10 {
    max-width: 33%;
  }

  .container-13.img-section-nos-pralines-pc {
    display: none;
  }

  .container-13.img-section-nos-pralines-tab {
    display: block;
  }

  .container-14.footer-mob {
    display: none;
  }

  .container-14.footer-tab {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    display: none;
  }

  .container-14.footer_mob_h {
    padding-bottom: 40px;
    display: block;
  }

  .text-block-28, .text-block-37 {
    text-decoration: none;
  }

  .div-block-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-14 {
    max-width: 100%;
  }

  .div_menu_footer_list {
    margin: 20px auto;
  }

  .div_menu_footer_list.menu_footer_tab {
    text-align: center;
  }

  .div_footer_content {
    align-items: stretch;
    display: block;
  }

  .div-block-24 {
    background-color: var(--btn-color);
    opacity: .5;
    height: .2px;
  }

  .div_logo_footer {
    width: 20%;
    margin-left: 0;
  }

  .div_heure_footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div_info_footer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-15.footer-pc {
    display: none;
  }

  .column-7 {
    padding-top: 20px;
  }

  .column-8, .column-9 {
    padding-top: 0;
  }

  .section-14 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-15 {
    max-width: 80%;
  }

  .container-17, .cont_infos_prod {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-header-4 {
    border-bottom-color: #0003;
  }

  .container-19 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-submit-btn-2:hover {
    background-color: var(--title-color);
    color: var(--btn-color);
  }

  .container-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-16 {
    margin-left: 20px;
  }

  .image-18, .image-19 {
    max-width: 30%;
  }

  .cont_val {
    display: none;
  }

  .cont_val.cont_val-mob-couche {
    display: block;
  }

  .container-21 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-31 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-22 {
    max-width: 33%;
  }

  .column-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-15 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-16 {
    justify-content: center;
    display: flex;
  }

  .column-17, .div-block-32 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-33 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .cont_rgpd {
    padding-left: 20px;
  }

  .link-block-16, .link-block-17, .link-block-18, .link-block-19 {
    margin-top: 10px;
    margin-left: 20px;
    text-decoration: none;
  }

  .link-block-20, .link-block-27 {
    text-decoration: none;
  }

  .rt-header-5 {
    border-bottom-color: #0003;
  }

  .div-block-37 {
    text-decoration: none;
  }

  .rt-dropdown-list-9.w--open {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .rt-menu-text-black-4, .text-block-51, .text-block-52 {
    text-decoration: none;
  }

  .div-block-38 {
    width: 10%;
  }

  .div-block-45 {
    align-items: stretch;
  }

  .container-22.footer-pc, .container-23.footer-mob {
    display: none;
  }

  .container-23.footer-tab {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-23 {
    max-width: 100%;
  }

  .div-block-47 {
    width: 10%;
  }

  .div-block-54 {
    align-items: stretch;
  }

  .container-24.footer-pc, .container-25.footer-mob {
    display: none;
  }

  .container-25.footer-tab {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-24 {
    max-width: 100%;
  }

  .div-block-62 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

  .div-block-64 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 10px;
  }

  .container-26 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-28 {
    display: none;
  }

  .column-31, .column-32 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .column-33 {
    justify-content: center;
    display: flex;
  }

  .section-8_mob.galerie_img-_mob {
    display: block;
  }

  .slider-2.slider_mob {
    background-color: #0000;
    width: 60%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-6 {
    background-image: url('../images/plaisirs_chocolates_boite_choix_.png');
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slide-7 {
    background-image: url('../images/plaisirs_chocolates_chocolat_fondu_.png');
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slide-8 {
    background-image: url('../images/plaisirs_chocolates_boutique_vitrine_.png');
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slide-9 {
    background-image: url('../images/plaisirs_chocolates_comptoir_.png');
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .section_slider_img_val_mob.galerie_img-_mob {
    display: block;
  }

  .section_slider_img_val_mob.slider_img_val_mob {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .title-line.title-line-active.title-line-footer-mobile {
    width: 100%;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-dark {
    display: none;
  }

  .footer-divider {
    margin-top: 40px;
  }

  .container {
    max-width: none;
  }

  .footer-copyright {
    display: block;
  }

  .footer-socials-icons {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .footer-link:hover {
    color: #afdce2;
  }

  .text-block-14 {
    color: #fff;
  }

  .footer-copyright-center, .link-block {
    text-decoration: none;
  }

  .footer-mobile {
    display: block;
  }

  .footer-content {
    grid-column-gap: 0px;
    flex-flow: column;
    grid-template: "Area Area-2"
    / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-btn {
    width: auto;
  }

  .navbar-no-shadow.navbar-background-mobile {
    z-index: 999;
    background-color: #fff;
    align-items: stretch;
    width: 100%;
    display: none;
    position: fixed;
  }

  .div-nav-links {
    height: 100vh;
    max-height: 100vh;
  }

  .div-block-12.services-header.contact-header {
    margin-bottom: 10px;
  }

  .form-row-2 {
    grid-auto-flow: row;
    display: block;
  }

  .txt-sous-img-form {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    position: static;
  }

  .div-block-9-copy.contact-media-col-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: static;
  }

  .contact-grid-tab {
    display: block;
  }

  .contact-container-tab {
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-13.contact-media-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    top: -45px;
  }

  .form-label {
    font-size: 14px;
  }

  .txt-form {
    text-align: left;
  }

  .media-image-wrap {
    width: 80%;
    position: static;
    top: -78px;
  }

  .heading-8 {
    text-align: center;
    font-size: 20px;
  }

  .p-txt-sous-img-form {
    float: none;
    text-align: left;
    margin-top: 40px;
    font-size: 12px;
  }

  .contact-grid {
    display: block;
  }

  .about-title-2 {
    font-size: 12px;
  }

  .section-contact-tab {
    display: none;
  }

  .section-contact-mob {
    padding-top: 0;
    display: block;
  }

  .contact-container {
    padding-right: 0;
  }

  .contact-form-bg {
    padding: 40px 20px;
  }

  .section-contact {
    display: none;
  }

  .link-5 {
    color: #1d4549;
    text-decoration: none;
  }

  .link-5:hover {
    color: #afdce2;
  }

  .media-image {
    max-width: 100%;
  }

  .rt-dropdown-list-6.w--open {
    border-bottom: 4px #0003;
    border-left-style: none;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 1px;
    border-radius: 5px;
  }

  .rt-dropdown-3 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    display: block;
  }

  .rt-dropdown-link-2.w--current {
    text-decoration: none;
  }

  .rt-header-3.navbar-pc {
    display: none;
  }

  .rt-header-3.navbar-mob {
    z-index: 1000;
    width: 100%;
    display: block;
    position: fixed;
  }

  .text-block-15 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-block-17 {
    font-size: 33px;
    overflow: hidden;
  }

  .text-block-19 {
    font-size: 33px;
  }

  .container-2 {
    max-width: 350px;
  }

  .paragraph-2 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading-left {
    padding-top: 0;
  }

  .container-3 {
    max-width: 300px;
    padding-top: 0;
    top: 246px;
    bottom: auto;
    left: 44px;
  }

  .margin-bottom-24px {
    margin-bottom: 40px;
    font-size: 45px;
  }

  .heading {
    font-size: 45px;
    line-height: 40px;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-15.hero-footer-mob {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    display: flex;
  }

  .div-block-15.hero-footer-pc {
    display: none;
  }

  .text-block-21 {
    text-transform: none;
    font-weight: 300;
    line-height: 10px;
  }

  .text-block-22 {
    font-weight: 600;
    line-height: 10px;
  }

  .text-block-23 {
    text-transform: none;
    font-weight: 300;
    line-height: 10px;
  }

  .div-block-16 {
    line-height: 5px;
  }

  .div-block-18 {
    margin-top: 110px;
    margin-bottom: 40px;
  }

  .slide {
    background-repeat: no-repeat;
  }

  .section-6.secnospralines {
    margin-bottom: 100px;
  }

  .container-7 {
    max-width: 300px;
  }

  .heading-3 {
    text-align: center;
  }

  .section-8.galerie_img {
    display: none;
  }

  .container-8, .container-9, .container-10, .container-11, .container-12 {
    max-width: 300px;
  }

  .image-9 {
    max-width: 35%;
    margin-left: 0;
    display: block;
  }

  .image-10 {
    max-width: 35%;
  }

  .container-13, .container-13.img-section-nos-pralines-mob, .container-13.img-section-nos-pralines-tab {
    display: none;
  }

  .container-14 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-14.footer-mob {
    max-width: 100%;
    font-size: 12px;
    display: block;
  }

  .container-14.footer-tab {
    display: none;
  }

  .container-14.footer_mob_h {
    max-width: 100%;
    font-size: 12px;
    display: none;
  }

  .section-12.footer-pc {
    display: none;
  }

  .section-12.footer-mob {
    color: var(--btn-color);
    font-size: 10px;
    font-weight: 200;
    display: block;
  }

  .div_some_footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 auto 30px;
    display: flex;
  }

  .image-11, .image-12, .image-13 {
    max-width: 80%;
  }

  .text-block-37 {
    margin-bottom: 0;
    padding-left: 40px;
    line-height: 40px;
  }

  .div-block-20 {
    float: none;
    justify-content: center;
    align-items: center;
    width: 15%;
    margin: 20px 10px;
    display: block;
  }

  .text-block-38 {
    text-align: center;
    margin-bottom: 5px;
  }

  .text-block-39, .text-block-40 {
    margin-bottom: 5px;
  }

  .image-14 {
    max-width: 80%;
  }

  .div_menu_footer_list {
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
  }

  .div_footer_content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-24 {
    background-color: var(--btn-color);
    opacity: .5;
    height: .2px;
  }

  .div_logo_footer {
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0;
    display: block;
  }

  .div_heure_footer {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 130px;
    padding-right: 110px;
    line-height: 30px;
    display: block;
  }

  .div_info_footer {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    display: flex;
  }

  .container-15.footer-pc {
    display: none;
  }

  .div-block-28 {
    font-size: 12px;
    line-height: 15px;
  }

  .column-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-8 {
    padding-bottom: 20px;
  }

  .column-9 {
    padding-bottom: 0;
  }

  .columns-8 {
    padding-bottom: 20px;
    line-height: 8px;
  }

  .container-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-9 {
    margin-bottom: 40px;
  }

  .image-15 {
    max-width: 100%;
  }

  .container-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col_infos_prod {
    display: none;
  }

  .cont_infos_prod_img {
    max-width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .infos_prod {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .p_ip_ingredients_mob {
    text-align: center;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .container-18 {
    justify-content: center;
    display: flex;
  }

  .paragraph-9 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
  }

  .paragraph-14 {
    margin-bottom: 40px;
    line-height: 25px;
  }

  .rt-header-4.navbar-pc {
    display: none;
  }

  .heading-12 {
    margin-bottom: 40px;
  }

  .heading-13 {
    display: none;
  }

  .container-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .map {
    max-height: 220px;
  }

  .boutique {
    margin-bottom: 40px;
  }

  .cont_bout_mob {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .paragraph-17 {
    text-align: center;
  }

  .cont_bout {
    display: none;
  }

  .heading-7 {
    color: #7d4923;
    text-align: center;
    margin-bottom: 20px;
    font-family: Bookantiqua, Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
  }

  .div-block {
    max-height: 220px;
    margin: 20px 20px 60px;
  }

  .contact-form-col-2 {
    margin-bottom: 40px;
  }

  .cont_contact {
    display: none;
  }

  .cont_contact_mob {
    display: block;
  }

  .form-submit-btn-2:hover {
    background-color: var(--title-color);
    color: var(--btn-color);
  }

  .form-label-2 {
    font-size: 14px;
  }

  .container-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cont_val_mob {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    display: none;
  }

  .valeurs {
    margin-bottom: 60px;
  }

  .image-18 {
    margin-left: 25px;
  }

  .image-19 {
    margin-left: -10px;
  }

  .paragraph-19 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .cont_val {
    display: none;
  }

  .columns-9 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .histoire {
    margin-top: 0;
  }

  .cont_hist {
    display: none;
  }

  .heading-17 {
    text-align: center;
    margin-bottom: 20px;
  }

  .image-20 {
    text-align: center;
    vertical-align: baseline;
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
  }

  .cont_hist_mob {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .paragraph-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-21 {
    margin-top: 100px;
  }

  .div-block-31 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-22 {
    max-width: 35%;
  }

  .section_rgpd {
    padding-top: 140px;
  }

  .div-block-34 {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
  }

  .heading-18 {
    text-align: left;
    font-size: 24px;
    line-height: 26px;
  }

  .sous-titres-1 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .cont_rgpd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-35 {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .link-block-16, .link-block-17, .link-block-18, .link-block-19 {
    text-decoration: none;
  }

  .link-block-20 {
    margin-top: 0;
    text-decoration: none;
  }

  .link-block-27, .link-block-28, .link-block-29, .link-block-30, .link-block-31 {
    text-decoration: none;
  }

  .rt-header-5.navbar-pc {
    display: none;
  }

  .rt-header-5.navbar-mob {
    z-index: 1000;
    width: 100%;
    display: block;
    position: fixed;
  }

  .rt-dropdown-list-9.w--open {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .div-block-38 {
    justify-content: center;
    align-items: center;
    width: 25%;
    margin: 40px auto 20px;
    display: flex;
  }

  .div-block-40 {
    justify-content: center;
    align-items: stretch;
    margin: 40px auto;
  }

  .text-block-59 {
    margin-bottom: 0;
    padding-left: 40px;
    line-height: 40px;
  }

  .div-block-41 {
    opacity: .5;
    background-color: #f3eee1;
    height: .2px;
  }

  .div-block-42 {
    margin-bottom: 20px;
    text-decoration: none;
  }

  .div-block-43 {
    text-align: center;
    margin-bottom: 20px;
  }

  .div-block-44 {
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-45 {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .container-22.footer-pc {
    display: none;
  }

  .container-23 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-23.footer-mob {
    max-width: 100%;
    font-size: 15px;
    display: block;
  }

  .container-23.footer-tab {
    display: none;
  }

  .div-block-46 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 110px;
    padding-right: 110px;
    display: block;
  }

  .div-block-47 {
    justify-content: center;
    align-items: center;
    width: 25%;
    margin: 40px auto 20px;
    display: flex;
  }

  .div-block-49 {
    justify-content: center;
    align-items: stretch;
    margin: 40px auto;
  }

  .text-block-77 {
    margin-bottom: 0;
    padding-left: 40px;
    line-height: 40px;
  }

  .div-block-50 {
    opacity: .5;
    background-color: #f3eee1;
    height: .2px;
  }

  .div-block-51 {
    margin-bottom: 20px;
    text-decoration: none;
  }

  .div-block-52 {
    text-align: center;
    margin-bottom: 20px;
  }

  .div-block-53 {
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-54 {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .container-24.footer-pc {
    display: none;
  }

  .container-25 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-25.footer-mob {
    max-width: 100%;
    font-size: 15px;
    display: block;
  }

  .container-25.footer-tab {
    display: none;
  }

  .div-block-55 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 110px;
    padding-right: 110px;
    display: block;
  }

  .div-block-62 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .text-block-92 {
    margin-bottom: 20px;
  }

  .div-block-63 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-64 {
    text-align: center;
    margin-top: 40px;
  }

  .div-block-65, .div-block-66 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .italic-text, .italic-text-2 {
    font-style: normal;
  }

  .div-block-67 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-26 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-28 {
    display: none;
  }

  .slider-2 {
    background-color: #0000;
  }

  .slider-2.slider_mob {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }

  .slide-6 {
    background-image: url('../images/plaisirs_chocolates_boite_choix_.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-7 {
    background-image: url('../images/plaisirs_chocolates_chocolat_fondu_.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-8 {
    background-image: url('../images/plaisirs_chocolates_boutique_vitrine_.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-9 {
    background-image: url('../images/plaisirs_chocolates_comptoir_.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section_slider_img_val_mob.slider_img_val_mob {
    margin-bottom: 0;
    display: block;
  }

  .slider_val_mob {
    background-color: #0000;
  }

  .slide-10 {
    background-image: url('../images/plaisirs_chocolates_travail_chocolat.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-11 {
    background-image: url('../images/plaisirs_chocolates_boite_fermee.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-12 {
    background-image: url('../images/DSC_9554.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#w-node-e0556a57-7f00-6208-3117-45b264aaf4ac-704fc1ff {
  place-self: center;
}

#w-node-_250c1eaa-d9e2-b399-0748-a992990b66fb-704fc1ff {
  place-self: center;
}

#w-node-_710f59f9-8ed7-e8c0-efb3-77cfb9f8997c-704fc1ff {
  justify-self: auto;
}

#w-node-_5846c6ac-e01a-e58c-7526-a2ef93717e0a-704fc1ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-e0556a57-7f00-6208-3117-45b264aaf4ac-704fc1ff {
    place-self: center;
  }

  #w-node-_250c1eaa-d9e2-b399-0748-a992990b66fb-704fc1ff, #w-node-_5846c6ac-e01a-e58c-7526-a2ef93717e18-704fc1ff, #w-node-_70a5790f-96e2-36d9-4a0d-99884f254459-704fc1ff {
    align-self: center;
  }
}


@font-face {
  font-family: 'Bookantiqua';
  src: url('../fonts/bookantiqua.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bookantiqua';
  src: url('../fonts/bookantiqua_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Photograph Signature';
  src: url('../fonts/Photograph-Signature.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.conteneur-map {
  display: flex;
  justify-content: center; 
  width: 100%;
}

.conteneur-map-mob {
  margin-bottom: 40px;
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: center; 
}

.videopl {
  height: 80vh;
}

@media screen and (max-width: 768px) {
    .text-block-24, .text-block-25 {
        text-decoration: none;
    }
}

@media screen and (max-width: 1000px) {
    .cont_bout_mob {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }
    .cont_bout {
        display: none;
    }
}

html{
  scroll-behavior: smooth;
  scroll-padding-top: 130px;

}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 10px 0;
}

.marquee-content {
  display: inline-block;
  animation: defilement-continu 45s linear infinite;
}

.marquee-content span {
  padding-right: 20px; /* Espace entre les répétitions */
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

@keyframes defilement-continu {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); } /* Ajusté pour la boucle infinie */
}