@charset "UTF-8";
@font-face {
  font-family: "PlayFair Display";
  src: url("../assets/fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf");
}
@font-face {
  font-family: "PlayFair Display Italic";
  src: url("../assets/fonts/Playfair_Display/PlayfairDisplay-Italic-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf");
  font-weight: 300;
  font-style: 300;
  font-display: swap;
}
.marron-button, .blog-filters .filter-btn.active, #faq-categories button.active {
  color: #ece7dd;
  background-color: #462620;
  padding: 10px 30px;
  transition: 0.3s;
  border: 1px solid #462620;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
}
.marron-button:hover, .blog-filters .filter-btn.active:hover, #faq-categories button.active:hover {
  border: 1px solid #3f5e5a;
  background-color: #3f5e5a;
}

.secondary-button {
  color: #462620;
  background-color: transparent;
  padding: 10px 30px;
  transition: 0.3s;
  border: 1px solid #462620;
  display: inline-block;
  cursor: pointer;
}
.secondary-button:hover {
  background-color: #462620;
  color: #ece7dd;
}

.orange-button {
  color: #f6f5f2;
  background-color: #d86a3d;
  border: 2px solid #d86a3d;
  padding: 1rem 2rem;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 18px;
  transition: 0.3s;
  display: table;
  cursor: pointer;
  width: fit-content;
  min-width: 0;
  white-space: unset;
}
.orange-button:hover {
  background-color: #9c6338;
  border-color: #9c6338;
}

.border-orange-button {
  color: #d86a3d;
  background-color: transparent;
  border: 2px solid #d86a3d;
  padding: 1rem 2rem;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 18px;
  transition: 0.3s;
  display: inline-block;
  cursor: pointer;
}
.border-orange-button:hover {
  background-color: #d86a3d;
  color: #f6f5f2;
}

.beige-button {
  color: #f6f5f2;
  background-color: #d86a3d;
  border: 2px solid #d86a3d;
  padding: 1rem 2rem;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 18px;
  transition: 0.3s;
  display: inline-block;
  cursor: pointer;
}
.beige-button:hover {
  background-color: #462620;
  border-color: #462620;
}

.border-beige-button {
  color: #f6f5f2;
  background-color: transparent;
  border: 2px solid #f6f5f2;
  padding: 1rem 2rem;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 18px;
  transition: 0.3s;
  display: inline-block;
  cursor: pointer;
}
.border-beige-button:hover {
  background-color: #f6f5f2;
  color: #d86a3d;
}

.border-marron-button, .blog-filters .filter-btn {
  color: #462620;
  background-color: transparent;
  padding: 10px 30px;
  transition: 0.3s;
  border: 1px solid #462620;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
}
.border-marron-button:hover, .blog-filters .filter-btn:hover {
  background-color: #462620;
  color: #ece7dd;
}

.active-border-marron-button {
  color: #ece7dd;
  background-color: #462620;
  padding: 10px 30px;
  transition: 0.3s;
  border: 1px solid #462620;
  border-radius: 50px;
}

.second-link {
  font-size: 20px;
  display: block;
  color: #f6f5f2;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: 0.3s;
  width: fit-content;
  text-align: left;
}
.second-link:hover {
  color: #ece7dd;
  border-color: #ece7dd;
}

.second-link-orange, #page-contact .reseaux #sb_instagram #sbi_load .sbi_follow_btn a {
  font-size: 20px;
  display: block;
  color: #f6f5f2;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: 0.3s;
  width: fit-content;
  text-align: left;
}
.second-link-orange:hover, #page-contact .reseaux #sb_instagram #sbi_load .sbi_follow_btn a:hover {
  color: #ece7dd;
  border-color: #ece7dd;
}
.second-link-orange, #page-contact .reseaux #sb_instagram #sbi_load .sbi_follow_btn a {
  color: #d86a3d;
  border-color: #d86a3d;
}
.second-link-orange:hover, #page-contact .reseaux #sb_instagram #sbi_load .sbi_follow_btn a:hover {
  color: #9c6338;
  border-color: #9c6338;
}

.second-link-secondary {
  font-size: 20px;
  display: block;
  color: #f6f5f2;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: 0.3s;
  width: fit-content;
  text-align: left;
}
.second-link-secondary:hover {
  color: #ece7dd;
  border-color: #ece7dd;
}
.second-link-secondary {
  color: #3f5e5a;
  border-color: #3f5e5a;
}
.second-link-secondary:hover {
  color: #7a8b85;
  border-color: #7a8b85;
}

.icone-beige {
  margin-bottom: 0.5rem;
  width: fit-content;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .icone-beige {
    width: 37px;
    height: 37px;
    min-width: 37px;
    min-height: 37px;
  }
  .icone-beige svg {
    width: 23px;
  }
}
.icone-beige {
  background-color: #ece7dd;
}
.icone-beige svg {
  fill: #d86a3d;
}

.icone-white {
  margin-bottom: 0.5rem;
  width: fit-content;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .icone-white {
    width: 37px;
    height: 37px;
    min-width: 37px;
    min-height: 37px;
  }
  .icone-white svg {
    width: 23px;
  }
}
.icone-white {
  background-color: #f6f5f2;
}
.icone-white svg {
  fill: #d86a3d;
}

header {
  display: flex;
}

.content-header {
  display: flex;
  background-color: #462620;
  left: 0;
  position: fixed;
  top: 100vh;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: 100vh;
  height: 80px;
  z-index: 1001;
  border-bottom: 1px solid #d86a3d;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .content-header {
    transform: rotate(0);
    width: 100%;
    top: 0;
  }
}
.content-header > nav {
  justify-content: space-between;
  width: 100%;
}
.content-header > nav .content-logo-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-left: 1px solid #d86a3d;
}
@media screen and (max-width: 767px) {
  .content-header > nav .content-logo-menu {
    border-left: none;
    border-right: 1px solid #d86a3d;
  }
}
.content-header > nav .content-logo-menu #menu-toggle {
  padding-left: 19px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .content-header > nav .content-logo-menu #menu-toggle {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.content-header > nav .content-logo-menu #menu-toggle .img-menu {
  width: 40px;
  height: inherit;
  background-image: url("../assets/images/marie-heuman-architecte-interieur-tours-blois-monogramme-clair.png");
  background-size: contain;
  transform: rotate(90deg);
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .content-header > nav .content-logo-menu #menu-toggle .img-menu {
    transform: rotate(0);
    width: 35px;
  }
}
.content-header > nav .content-logo-menu #menu-toggle .img-menu.img-menu-open {
  background-image: url("../assets/images/marie-heuman-architecte-interieur-tours-blois-monogramme-orange.png");
}
@media screen and (min-width: 767px) {
  .content-header > nav .content-logo-menu #menu-toggle .img-menu:hover {
    background-image: url("../assets/images/marie-heuman-architecte-interieur-tours-blois-monogramme-orange.png");
  }
}
.content-header > nav .content-logo-menu #menu-toggle img {
  width: 40px;
}
.content-header > nav .logo-menu-home {
  width: 115px;
}
.content-header > nav .content-calendly {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .content-header > nav .content-calendly {
    display: none;
  }
}
.content-header > nav .content-calendly .calendly {
  width: 46px;
  height: 46px;
  font-size: 2rem;
  transform: rotate(90deg);
  fill: #f6f5f2;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 50%;
  background-color: #d86a3d;
  border: #d86a3d;
}
@media screen and (max-width: 767px) {
  .content-header > nav .content-calendly .calendly {
    transform: rotate(0);
  }
}
.content-header > nav .content-calendly .calendly:hover {
  background-color: #9c6338;
}
.content-header > nav .content-calendly .calendly svg {
  fill: #f6f5f2;
  width: 32px;
  height: 32px;
  transition: 0.3s;
}
.content-header .menu-menu-principal-container {
  width: 100%;
}

.menu-plied {
  position: fixed;
  z-index: 1000;
  top: 0;
  background-color: #462620;
  height: 100%;
  transform: translateX(-321px);
  max-width: 400px;
  transition: 0.5s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .menu-plied {
    transform: translateX(-100%);
  }
}
.menu-plied.menu-open {
  transform: translateX(80px);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .menu-plied.menu-open {
    transform: translateX(0);
  }
}
.menu-plied #menu-menu-principal {
  padding: 0;
}
.menu-plied #menu-menu-principal > li {
  justify-content: center;
  height: 79px;
}
.menu-plied #menu-menu-principal > li:not(:first-child) {
  border-top: 1px solid #d86a3d;
}
.menu-plied #menu-menu-principal > li:last-child {
  border-bottom: 1px solid #d86a3d;
}
.menu-plied #menu-menu-principal > li.current-menu-item a {
  color: #d86a3d;
}
.menu-plied #menu-menu-principal > li > a {
  font-size: 18px;
  padding: 0.5rem 3rem;
  text-transform: uppercase;
  color: #f6f5f2;
}
@media screen and (max-width: 767px) {
  .menu-plied #menu-menu-principal > li > a {
    padding: 0.5rem 25px;
  }
}
.menu-plied #menu-menu-principal > li .sub-menu::before {
  display: none;
}
.menu-plied #menu-menu-principal > li .sub-menu li a {
  padding: 0.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .menu-plied #menu-menu-principal > li .sub-menu li a {
    padding: 0.5rem 25px;
  }
}
.menu-plied #menu-menu-principal a:hover {
  background: none;
  color: #d86a3d;
}
.menu-plied #menu-second-menu {
  padding: 0;
}
.menu-plied #menu-second-menu .menu-item:last-child {
  margin-bottom: 12px;
}
.menu-plied #menu-second-menu .current_page_item a {
  color: #d86a3d;
}
.menu-plied #menu-second-menu a {
  padding: 0.5rem 3rem;
  background: none;
  text-transform: uppercase;
  color: #f6f5f2;
}
.menu-plied #menu-second-menu a:hover {
  color: #d86a3d;
}
@media screen and (max-width: 767px) {
  .menu-plied #menu-second-menu a {
    padding: 0.5rem 25px;
  }
}

.other-buttons-header > a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: fixed;
  font-size: 2rem;
  transition: 0.3s;
  z-index: 200;
  bottom: 20px;
  right: 20px;
}
.other-buttons-header .calendly-link {
  background-color: #d86a3d;
  border: 1px solid #d86a3d;
}
.other-buttons-header .calendly-link:hover {
  background-color: #9c6338;
}
.other-buttons-header .calendly-link svg {
  fill: #f6f5f2;
  width: 2rem;
}
.other-buttons-header .faq-link {
  background-color: #7a8b85;
  border: 1px solid #7a8b85;
}
.other-buttons-header .faq-link svg {
  fill: #f6f5f2;
}
.other-buttons-header .faq-link:hover {
  background-color: #3f5e5a;
}

.more {
  color: #7a8b85;
  align-items: center;
  gap: 1rem;
  font-size: 18px;
  border-bottom: 1px solid #7a8b85;
  position: relative;
  transition: 0.3s;
}
.more:hover {
  color: #3f5e5a;
  border-color: #3f5e5a;
}

.tag-home,
.tag-page {
  font-size: 1rem;
  color: #3f5e5a;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.tag-home::before,
.tag-page::before {
  content: "";
  width: 0.7rem;
  min-width: 0.7rem;
  height: 0.7rem;
  min-height: 0.7rem;
  background-color: #d86a3d;
  border-radius: 50%;
  margin-top: 11px;
  margin-right: 0.5rem;
  display: inline-block;
}
.tag-home p,
.tag-page p {
  display: inline;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #462620;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.7rem !important;
  }
}

h3 {
  color: #462620;
  font-size: 20px;
  gap: 13px;
  margin-bottom: 3rem;
  display: inline-flex;
}
h3::before {
  content: "";
  width: 30px;
  min-width: 30px;
  height: 1px;
  background-color: #462620;
  margin-top: 11px;
}

.content-img-header {
  padding: 0;
  display: flex;
  align-items: center;
}
.content-img-header > div {
  padding: 0 160px;
}
@media screen and (max-width: 1200px) {
  .content-img-header > div {
    padding: 0 20px;
  }
}
.content-img-header img {
  height: 100vh;
  max-height: none;
  width: 100%;
  object-fit: cover;
}
.content-img-header .text-img-header {
  border-radius: 15px;
}
.content-img-header .text-img-header h1 {
  font-size: 3rem;
  font-family: "Playfair Display", serif;
  color: #f6f5f2;
  text-shadow: 0px 3px 15px black;
}
@media screen and (max-width: 767px) {
  .content-img-header .text-img-header h1 {
    font-size: 2rem;
    line-height: normal;
  }
}
@media screen and (max-height: 700px) {
  .content-img-header .text-img-header h1 {
    padding-top: 96px;
  }
}
.content-img-header .text-img-header h2 {
  font-size: 30px;
  display: flex;
  gap: 13px;
  color: #f6f5f2;
  margin-top: 1rem;
  font-family: "Roboto";
  text-shadow: 0px 3px 15px black;
}
.content-img-header .text-img-header h2::before {
  content: "";
  height: 1px;
  width: 50px;
  min-width: 50px;
  background-color: #f6f5f2;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .content-img-header .text-img-header h2 {
    font-size: 20px !important;
  }
  .content-img-header .text-img-header h2::before {
    display: none;
  }
}
.content-img-header .text-img-header .second-link {
  text-shadow: 0px 3px 15px black;
}

.content-links {
  background-color: #f3efea;
}
.content-links h1 {
  color: black;
  font-family: "Playfair Display", serif;
  font-size: 52px;
}
.content-links h2 {
  color: #462620;
  font-size: 30px;
  font-weight: 300;
}
.content-links h3 {
  color: #3f5e5a;
  font-size: 18px;
  font-weight: 400;
}

.content-ma-vision img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.content-ma-vision .texte-ma-vision {
  color: #462620;
  font-size: 1rem;
  line-height: 1.8;
}
.content-ma-vision .texte-ma-vision p {
  margin-bottom: 0.7rem;
  line-height: 1.2rem;
}

.content-services-accueil .selector-services {
  margin-bottom: 56px;
}
.content-services-accueil .selector-services .point:not(:last-child) {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-services-accueil .selector-services .point:not(:last-child)::after {
  content: "";
  min-width: 11px;
  min-height: 11px;
  background-color: #462620;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .content-services-accueil .selector-services .point:not(:last-child)::after {
    display: none;
  }
}
.content-services-accueil .item-service {
  display: none;
}
.content-services-accueil .active-service {
  display: flex;
  animation: fadeIn 0.5s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.content-services-accueil .left-service img {
  border-radius: 15px;
  object-fit: cover;
  height: 60vh;
}
.content-services-accueil .right-service {
  padding: 1rem 0;
}
.content-services-accueil .right-service .tag {
  text-transform: uppercase;
  color: #d86a3d;
}
.content-services-accueil .right-service h4 {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 1rem;
}
.content-services-accueil .right-service p {
  margin-bottom: 1rem;
}
.content-services-accueil .right-service ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.content-services-accueil .right-service ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: rgba(63, 94, 90, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.content-services-accueil .right-service ul li::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #3f5e5a;
  border-radius: 50%;
  position: absolute;
  left: 0.25rem;
}

.content-approche {
  background-color: #ece7dd;
  color: #462620;
}
.content-approche .card-approche {
  border-radius: 15px;
  padding: 2rem;
}
.content-approche .card-approche .icone {
  margin-bottom: 0.5rem;
  width: fit-content;
  background-color: #ece7dd;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-approche .card-approche .icone svg {
  fill: #d86a3d;
}
.content-approche .card-approche h4 {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 1rem;
}
.content-approche .card-approche .tag-card {
  color: #3f5e5a;
  font-size: 18px;
  margin-bottom: 1rem;
}
.content-approche .card-approche .text-card p:not(:last-child) {
  margin-bottom: 1rem;
}
.content-approche .card-approche .text-card p:last-child {
  margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  .content-approche .card-approche:hover .list-approche .list-hide-approche {
    max-height: 220px;
  }
  .content-approche .card-approche:hover .list-approche .list-hide-approche .trait {
    transform: translateX(0%);
  }
}
.content-approche .card-approche .list-approche {
  position: relative;
}
.content-approche .card-approche .list-approche .show-approche {
  cursor: pointer;
  width: 13px;
  height: 15px;
  position: absolute;
  top: -7px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-approche .card-approche .list-approche .show-approche::after {
  content: "";
  width: 13px;
  height: 1px;
  display: block;
  background-color: #3f5e5a;
  transform: rotate(90deg);
  position: absolute;
}
.content-approche .card-approche .list-approche .show-approche::before {
  content: "";
  width: 13px;
  height: 1px;
  display: block;
  background-color: #3f5e5a;
  position: absolute;
}
.content-approche .card-approche .list-approche .hide-approche {
  width: 15px;
  height: 1px;
  background-color: #462620;
}
.content-approche .card-approche .list-approche .trait {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3f5e5a;
  margin-bottom: 2rem;
  transition: 1s;
  transform: translateX(-100%);
}
.content-approche .card-approche .list-approche .list-hide-approche.visible {
  max-height: 220px;
}
.content-approche .card-approche .list-approche .list-hide-approche.visible .trait {
  transform: translateX(0%);
}
.content-approche .card-approche .list-approche .list-hide-approche {
  max-height: 0;
  overflow: hidden;
  transition: 1s;
  display: block;
  position: relative;
}
.content-approche .card-approche .list-approche .list-hide-approche ul li {
  position: relative;
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
}
.content-approche .card-approche .list-approche .list-hide-approche ul li:not(:last-child) {
  margin-bottom: 0.7rem;
}
.content-approche .card-approche .list-approche .list-hide-approche ul li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #d86a3d;
  border-radius: 50%;
  position: absolute;
  left: 0.25rem;
}
.content-approche .card-approche .list-approche .list-hide-approche ul li::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: rgba(216, 106, 61, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.content-approche .content-question-conception-accueil {
  margin-top: 5rem;
  background-color: #3f5e5a;
  color: #f6f5f2;
  padding: 2rem;
  border-radius: 15px;
  max-width: 1000px;
  margin-inline: auto;
}
.content-approche .content-question-conception-accueil h4 {
  font-size: 36px;
  font-family: "Playfair Display";
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .content-approche .content-question-conception-accueil h4 {
    font-size: 1.7rem;
  }
}
.content-approche .content-question-conception-accueil .texte-question-conception {
  margin-bottom: 2rem;
}
.content-approche .content-question-conception-accueil .texte-question-conception p {
  margin-bottom: 0;
}

.content-blog-accueil,
.related-articles {
  color: #462620;
}
.content-blog-accueil .projet-card,
.related-articles .projet-card {
  border-radius: 15px;
  overflow: hidden;
}
.content-blog-accueil .projet-card > div,
.related-articles .projet-card > div {
  width: 100%;
}
.content-blog-accueil .projet-card > div img,
.related-articles .projet-card > div img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
.content-blog-accueil .projet-card > div .text-card,
.related-articles .projet-card > div .text-card {
  padding: 2rem;
}
.content-blog-accueil .projet-card > div .text-card h4,
.related-articles .projet-card > div .text-card h4 {
  font-size: 24px;
  font-family: "Playfair Display";
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.content-blog-accueil .projet-card > div .text-card .blog-meta::first-letter,
.related-articles .projet-card > div .text-card .blog-meta::first-letter {
  text-transform: uppercase;
}
.content-blog-accueil .next-prev .btn-next-prev,
.related-articles .next-prev .btn-next-prev {
  border: 2px solid #ece7dd;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.content-blog-accueil .next-prev .indicator,
.related-articles .next-prev .indicator {
  width: 12px;
  height: 12px;
  background-color: #ece7dd;
  border-radius: 50%;
  transition: 0.3s;
}
.content-blog-accueil .next-prev .indicator.active-card-indicator,
.related-articles .next-prev .indicator.active-card-indicator {
  background-color: #d86a3d;
}

.content-ro-accueil {
  background-color: #f6f5f2;
  color: #462620;
}

.guide-newsletter {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 5rem;
  border-radius: 15px;
  padding: 2rem;
}
@media screen and (max-width: 48rem) {
  .guide-newsletter {
    margin-top: 2.5rem;
  }
}
.guide-newsletter form input:not([type=submit]) {
  background-color: #f6f5f2;
  width: 100%;
  max-width: none;
  outline: none;
}
.guide-newsletter form .cgu {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.guide-newsletter form .cgu input {
  width: auto;
  appearance: none;
  height: 17px;
  min-width: 17px;
  background: #ece7dd;
  border: 1px solid #462620;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
}
.guide-newsletter form .cgu input:checked {
  background: #462620;
  position: relative;
}
.guide-newsletter form .cgu input:checked::before {
  font-family: "FontAwesome";
  content: "\f00c";
  display: block;
  color: #ece7dd;
  font-size: 10px;
  position: absolute;
}
.guide-newsletter form .cgu label {
  margin-bottom: 0;
  font-weight: normal;
}
.guide-newsletter form .cgu label a {
  color: #3f5e5a;
  text-decoration: underline;
}
.guide-newsletter form.sib_signup_form > div > div {
  margin-top: 1.5rem;
}

.card-ro-accueil {
  padding: 2rem;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .card-ro-accueil {
    padding: 2rem;
  }
}
.card-ro-accueil .icone {
  background-color: #f6f5f2;
  min-height: 48px;
  height: 48px;
  min-width: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-ro-accueil .icone svg {
  fill: #d86a3d;
}
.card-ro-accueil .content-card-ro-accueil {
  padding-right: 45px;
  order: 1;
}
@media screen and (max-width: 767px) {
  .card-ro-accueil .content-card-ro-accueil {
    padding-right: 0;
  }
}
.card-ro-accueil .content-card-ro-accueil .title-icon h4 {
  font-size: 24px;
  font-family: "Playfair Display";
  font-weight: bold;
}
.card-ro-accueil .content-card-ro-accueil .pages {
  color: #3f5e5a;
  margin-block: 0.5rem;
}
.card-ro-accueil .content-card-ro-accueil .pages .type-file {
  text-transform: uppercase;
}
.card-ro-accueil .content-card-ro-accueil .pages .type-file::before {
  content: "•";
  margin-inline: 0.3rem;
}

.contact-accueil {
  background-color: #3f5e5a;
  color: #f6f5f2;
}
.contact-accueil .tag-home {
  color: #f6f5f2;
}
.contact-accueil h2,
.contact-accueil h3 {
  color: #f6f5f2;
}
.contact-accueil h2::before,
.contact-accueil h3::before {
  background-color: #f6f5f2;
}
.contact-accueil .content-groupe-contact-accueil {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-accueil .content-groupe-contact-accueil {
    text-align: left;
  }
  .contact-accueil .content-groupe-contact-accueil > * {
    display: inline;
  }
}
.contact-accueil .content-groupe-contact-accueil .dashicons {
  font-size: 2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(246, 245, 242, 0.2);
  border: 1px solid rgba(246, 245, 242, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .contact-accueil .content-groupe-contact-accueil .dashicons {
    margin-bottom: 0;
  }
}
.contact-accueil .content-groupe-contact-accueil .dashicons svg {
  fill: #f6f5f2;
}
.contact-accueil .content-groupe-contact-accueil h4 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.contact-accueil .content-groupe-contact-accueil .description {
  font-size: 14px;
}

.fas, .search::after, main .sidebar form button::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.articles {
  background-color: #f6f5f2;
  color: #462620;
}
.articles .card-article {
  border-radius: 15px;
}
.articles .card-article .img-link {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.articles .card-article .img-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.articles .card-article:hover img {
  transform: scale(1.2);
}
.articles .card-article img {
  height: 40vh;
  object-fit: cover;
  transition: 0.6s;
}
.articles .card-article .text-card {
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .articles .card-article .text-card {
    padding: 2rem;
  }
}
.articles .card-article .text-card h4 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-bottom: 1rem;
  font-weight: bold;
}

.blog-meta {
  color: #3f5e5a;
  margin-bottom: 1rem;
}
.blog-meta .date span::first-letter {
  text-transform: uppercase;
}
.blog-meta .date svg {
  fill: #3f5e5a;
  display: inline;
  width: 20px;
}

main {
  background-color: #f6f5f2;
  color: #462620;
}
main .left-content {
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  main .left-content {
    padding-top: 99px;
    padding-right: 20px;
  }
}
main .left-content h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-family: "Playfair Display";
}
main .left-content h3::before {
  display: none;
}
main .left-content .swiperSingleBlog {
  margin-top: 1.5rem;
}
main .left-content .header-content-blog .blog-meta {
  color: #3f5e5a;
  margin-block: 1.5rem;
}
main .left-content .header-content-blog .blog-meta svg {
  fill: #3f5e5a;
  display: inline;
  width: 20px;
}
main .left-content .header-content-blog img {
  border-radius: 15px;
  margin-bottom: 5rem;
  width: 100%;
  object-fit: cover;
}
main .left-content .content * {
  max-width: none;
}
main .left-content .content p:not(:last-child) {
  margin-bottom: 1rem;
}
main .sidebar {
  margin-block: 5rem;
  margin-right: 160px;
  padding: 2rem;
  border-radius: 15px;
}
main .sidebar .sidebar-decorative-img {
  margin-inline: auto;
  max-width: 200px;
}
@media screen and (max-width: 1200px) {
  main .sidebar {
    margin-block: 64px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  main .sidebar {
    margin-block: 0;
    margin-inline: 20px;
    padding: 20px;
  }
}
main .sidebar div h3 {
  text-transform: uppercase;
  color: #3f5e5a;
  font-size: 1rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  display: inline-block;
}
main .sidebar div h3::before {
  content: "";
  width: 0.7rem;
  min-width: 0.7rem;
  min-height: 0.7rem;
  height: 0.7rem;
  background-color: #d86a3d;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
main .sidebar p {
  font-size: 14px;
}
main .sidebar .accompagnements {
  background: none;
}
main .sidebar form label {
  color: #3f5e5a;
  margin-bottom: 1rem;
  display: block;
}
main .sidebar form input {
  border-radius: 15px;
  background-color: #f6f5f2;
  border: 1px solid #f6f5f2;
  color: #462620;
  padding: 0.3rem 0.9rem;
  width: 100%;
}
main .sidebar form input:active, main .sidebar form input:focus {
  border-color: #d86a3d;
  outline: none;
}
main .sidebar form button::before {
  content: "\f002";
  cursor: pointer;
  width: 33.59px;
  height: 33.59px;
  transition: 0.3s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f5f2;
  font-size: 12px;
  border: 1px solid #f6f5f2;
}
main .sidebar form button:hover::before {
  color: #d86a3d;
  border-color: #d86a3d;
}
main .sidebar .guides-newsletter-aside .images-guides {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
main .sidebar .guides-newsletter-aside .images-guides img {
  border-radius: 15px;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  main .sidebar .guides-newsletter-aside .images-guides img {
    max-width: 300px;
  }
}
main .sidebar .guides-newsletter-aside form label {
  margin-bottom: 0;
  color: #462620;
}
main .sidebar .guides-newsletter-aside form input[type=submit] {
  color: #f6f5f2;
  background-color: #d86a3d;
  border: 2px solid #d86a3d;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 1rem;
  transition: 0.3s;
  display: table;
  cursor: pointer;
  white-space: unset;
  width: fit-content;
}
main .sidebar .guides-newsletter-aside form input[type=submit]:hover {
  background-color: #9c6338;
  border-color: #9c6338;
}
main .sidebar .guides-newsletter-aside form .cgu {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
main .sidebar .guides-newsletter-aside form .cgu input {
  width: auto;
  appearance: none;
  height: 17px;
  min-width: 17px;
  background: #ece7dd;
  border: 1px solid #462620;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
}
main .sidebar .guides-newsletter-aside form .cgu input:checked {
  background: #462620;
  position: relative;
}
main .sidebar .guides-newsletter-aside form .cgu input:checked::before {
  font-family: "FontAwesome";
  content: "\f00c";
  display: block;
  color: #ece7dd;
  font-size: 10px;
  position: absolute;
}
main .sidebar .guides-newsletter-aside form .cgu label {
  margin-bottom: 0;
  font-weight: normal;
}
main .sidebar .guides-newsletter-aside form .cgu label a {
  color: #3f5e5a;
  text-decoration: underline;
}
main .sidebar .guides-newsletter-aside .sib_signup_form > div > div {
  margin-top: 1.5rem;
}
main .informations img {
  border-radius: 15px;
  display: block;
  margin-bottom: 1rem;
}
main p:not(:last-child) {
  margin-bottom: 0.5rem;
}
main .more {
  margin-top: 1rem;
}

.search {
  position: relative;
  max-width: 1000px;
  display: flex;
  align-items: center;
}
.search::after {
  content: "\f002";
  position: absolute;
  right: 1rem;
}
.search #faq-search {
  border-radius: 15px;
  padding: 1rem;
  padding-right: 3rem;
  display: block;
  width: 100%;
  background-color: #ece7dd;
}
.search #faq-search:focus {
  outline: none;
}

#faq-categories li {
  display: flex;
  align-items: center;
  gap: 24px;
}
#faq-categories li:not(:last-child)::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #462620;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  #faq-categories li:not(:last-child)::after {
    display: none;
  }
}
#faq-categories button.active:hover {
  background-color: #462620;
}

#faq-list {
  margin-top: 3rem;
  max-width: 1000px;
  margin-inline: auto;
}
#faq-list .faq-category-block .faq-item {
  border-radius: 15px;
  margin-bottom: 20px;
}
#faq-list .faq-category-block .faq-item .collapse-title {
  font-weight: bold;
  font-size: 18px;
  padding: 1rem 2rem;
}
#faq-list .faq-category-block .faq-item .collapse-content {
  padding: 1rem 2rem;
}
#faq-list .faq-category-block .faq-item .collapse-content p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.header-content,
.header-content-blog {
  color: #462620;
}
.header-content h1,
.header-content-blog h1 {
  font-size: 48px;
  font-family: "Playfair Display";
  color: #462620;
}
@media screen and (max-width: 767px) {
  .header-content h1,
  .header-content-blog h1 {
    font-size: 2rem;
    line-height: normal;
  }
}
.header-content h2,
.header-content-blog h2 {
  font-family: "Roboto" !important;
  display: flex;
  color: #462620;
  font-size: 20px !important;
  gap: 13px;
}
.header-content h2::before,
.header-content-blog h2::before {
  content: "";
  width: 50px;
  min-width: 50px;
  height: 1px;
  background-color: #462620;
  margin-top: 11px;
}

.header-content-without-link h2 {
  margin-bottom: 0 !important;
}

.accompagnements {
  background-color: #f6f5f2;
  color: #462620;
}
.accompagnements .titre-description-top {
  margin-bottom: 5rem;
}
.accompagnements .titre-description-top p {
  max-width: 1000px;
}
.accompagnements .accompagnement:not(:last-child) {
  margin-bottom: 5rem;
}
.accompagnements .accompagnement:nth-child(even) {
  flex-direction: row-reverse;
}
.accompagnements .accompagnement .left-accompagnement {
  position: relative;
}
.accompagnements .accompagnement .left-accompagnement .index {
  position: absolute;
  left: -25px;
  top: -25px;
  width: 50px;
  height: 50px;
  background-color: #d86a3d;
  border-radius: 50%;
  color: #f6f5f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .accompagnements .accompagnement .left-accompagnement .index {
    width: 30px;
    height: 30px;
    top: -15px;
    left: -15px;
  }
}
.accompagnements .accompagnement .left-accompagnement img {
  border-radius: 15px;
  border-top-left-radius: 0;
  height: 100%;
  object-fit: cover;
}
.accompagnements .accompagnement .right-accompagnement .tag-champ {
  text-transform: uppercase;
  color: #d86a3d;
  margin-bottom: 1rem;
  display: block;
}
.accompagnements .accompagnement .right-accompagnement .titre-description h4 {
  font-family: "Playfair Display";
  font-size: 24px;
  margin-bottom: 1.2rem;
  font-weight: bold;
}
.accompagnements .accompagnement .right-accompagnement .titre-description p {
  max-width: 1000px;
}
.accompagnements .accompagnement .right-accompagnement .titre-description ul {
  margin-top: 2rem;
}
.accompagnements .accompagnement .right-accompagnement .titre-description ul li {
  position: relative;
  align-items: center;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.accompagnements .accompagnement .right-accompagnement .titre-description ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: rgba(63, 94, 90, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.25rem;
}
.accompagnements .accompagnement .right-accompagnement .titre-description ul li::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #3f5e5a;
  border-radius: 50%;
  position: absolute;
  left: 0.25rem;
  top: 0.5rem;
}

.engagements {
  color: #462620;
}
.engagements .card-engagement {
  border-radius: 15px;
  padding: 2rem;
}
.engagements .card-engagement .dashicons {
  background-color: #f6f5f2;
  border: 1px solid #f6f5f2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.engagements .card-engagement .dashicons svg {
  fill: #d86a3d;
}
.engagements .card-engagement .titre-description h4 {
  font-family: "Playfair Display";
  font-size: 24px;
  margin-bottom: 1rem;
  font-weight: bold;
}
.engagements .card-engagement .titre-description p:last-child {
  margin-bottom: 0;
}

.collaboration {
  background-color: #f6f5f2;
  color: #462620;
}
.collaboration h3 {
  font-size: 20px;
}
.collaboration > p {
  max-width: 1000px;
}
.collaboration .selectors .swiper-pagination,
.collaboration .swiper-navigation .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.collaboration .selectors .swiper-pagination .swiper-pagination-bullet,
.collaboration .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
  color: #462620;
  border: 1px solid #462620;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  width: 46px;
  height: 46px;
  position: relative;
  border-radius: 50%;
  margin-block: 3rem;
  margin-inline: 0;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
  background-color: #ece7dd;
  opacity: 1;
}
.collaboration .selectors .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .collaboration .selectors .swiper-pagination .swiper-pagination-bullet:hover,
.collaboration .swiper-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.collaboration .swiper-navigation .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #462620;
  color: #f6f5f2;
}
.collaboration .selectors .swiper-pagination .swiper-pagination-bullet:not(:last-child)::after,
.collaboration .swiper-navigation .swiper-pagination .swiper-pagination-bullet:not(:last-child)::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #462620;
  display: block;
  border-radius: 50%;
  cursor: initial;
  position: absolute;
  right: -22px;
}
@media screen and (max-width: 767px) {
  .collaboration .selectors .swiper-pagination .swiper-pagination-bullet:not(:last-child)::after,
  .collaboration .swiper-navigation .swiper-pagination .swiper-pagination-bullet:not(:last-child)::after {
    display: none;
  }
}
.collaboration .selectors .swiper-pagination.active-border-marron-button,
.collaboration .swiper-navigation .swiper-pagination.active-border-marron-button {
  color: #f6f5f2;
}
.collaboration .selectors .point,
.collaboration .swiper-navigation .point {
  width: 10px;
  height: 10px;
  background-color: #462620;
  display: block;
  border-radius: 50%;
  cursor: initial;
}
.collaboration .swiperCollaboration {
  max-width: 1000px;
  margin: auto;
}
.collaboration .card-collaboration {
  padding: 2rem;
  border-radius: 15px;
  transition: 0.3s;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .collaboration .card-collaboration {
    margin-bottom: 4rem;
  }
}
.collaboration .card-collaboration.active-collaboration {
  display: block;
  animation: fadeIn 0.5s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.collaboration .card-collaboration .dashicons {
  background-color: #ece7dd;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.5rem;
}
.collaboration .card-collaboration .dashicons svg {
  fill: #d86a3d;
}
.collaboration .card-collaboration h4 {
  font-family: "Playfair Display";
  font-size: 24px;
  margin-bottom: 1rem;
  font-weight: bold;
}
.collaboration .card-collaboration .offre {
  color: #3f5e5a;
  margin-bottom: 1.5rem;
  font-size: 18px;
  display: block;
}
.collaboration .reservation {
  max-width: 1000px;
  margin: auto;
  padding: 2rem 3rem;
  background-color: #3f5e5a;
  border-radius: 15px;
  color: #f6f5f2;
}
@media screen and (max-width: 767px) {
  .collaboration .reservation {
    padding: 2rem;
  }
}
.collaboration .reservation h2 {
  margin-bottom: 1.5rem;
  color: #f6f5f2;
  font-size: 36px;
  font-family: "Playfair Display";
}
.collaboration .reservation p {
  margin-bottom: 2.5rem;
}

.ressources {
  color: #462620;
}
.ressources .card-ro-accueil {
  background-color: #ece7dd;
}
.ressources .card-ro-accueil::after {
  background-color: #f6f5f2;
}

.content .tag-home:not(:first-child) {
  margin-top: 2rem;
}
.content ol {
  list-style: lower-alpha;
}
.content ol > li {
  margin-left: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.content ol > li > ul {
  font-weight: normal;
}
.content ol > li > ul > li > ul > li {
  margin-left: 1rem;
  list-style: disc;
}
.content > ul > li {
  list-style: disc;
  margin-left: 1rem;
}
.content img {
  border-radius: 15px;
  margin: 80px 0;
  width: 100%;
}
.content h2 {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
.content h3 {
  margin-bottom: 1.2rem;
}

.card-presse {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.card-presse img {
  min-height: 600px;
  max-height: 80vh;
  object-fit: cover;
}
.card-presse .on-card {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .card-presse .on-card {
    padding: 2rem;
  }
}
.card-presse .on-card h2 {
  margin-bottom: 0;
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.card-presse .on-card h2::before {
  display: none;
}
.card-presse .on-card .date {
  margin-bottom: 1rem;
}
.card-presse .on-card .second-link-secondary,
.card-presse .on-card .second-link-orange {
  font-size: 1rem;
}

.modal-box {
  max-width: 1200px;
  width: 100%;
  padding: 2rem;
}
.modal-box > form {
  z-index: 10;
}
.modal-box > form button {
  cursor: pointer;
  color: #462620;
  position: absolute;
  right: -19px;
  top: -24px;
  transition: 0.3s;
  font-weight: bold;
}
.modal-box > form button:hover {
  color: #d86a3d;
}
.modal-box .swiper {
  border-radius: 15px;
}
.modal-box .swiper .swiper-slide {
  width: auto;
}
.modal-box .swiper img {
  width: auto;
  border-radius: 15px;
  max-height: 80vh;
}

#list-projets .blog-filters {
  margin-top: 3rem;
}
#list-projets .card-article {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (min-width: 767px) {
  #list-projets .card-article:hover .text-card {
    transform: translateY(0);
  }
  #list-projets .card-article:hover img {
    transform: scale(1.2);
  }
}
#list-projets .card-article img {
  border-radius: 15px;
  min-height: 650px;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
#list-projets .card-article .over-img-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#list-projets .card-article .show-hide {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d86a3d;
  color: #d86a3d;
  width: 36px;
  height: 36px;
  z-index: 2;
  background-color: #f6f5f2;
}
#list-projets .card-article .show-hide button {
  cursor: pointer;
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
}
#list-projets .card-article .show-hide .hide {
  display: none;
}
#list-projets .card-article .text-card {
  padding: 2rem;
  padding-top: 1.5rem;
  position: absolute;
  bottom: 0;
  background-color: #f6f5f2;
  width: 100%;
  transform: translateY(100%);
  transition: 0.3s;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#list-projets .card-article .text-card h4 {
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#list-projets .card-article.text-card-visible .text-card {
  transform: translateY(0);
}
#list-projets .card-article.text-card-visible img {
  transform: scale(1.2);
}
#list-projets .card-article.text-card-visible .show {
  display: none;
}
#list-projets .card-article.text-card-visible .hide {
  display: block;
}
#list-projets .accompagnements {
  background-color: #3f5e5a;
  color: #f6f5f2;
}
#list-projets .accompagnements .titre h3,
#list-projets .accompagnements .titre h2,
#list-projets .accompagnements .titre p {
  color: #f6f5f2;
}
#list-projets .accompagnements .titre h3 {
  margin-bottom: 0;
}
#list-projets .accompagnements .titre h3::before {
  background-color: #f6f5f2;
}

.swiperAvis {
  max-width: 1000px;
}
.swiperAvis .swiper-wrapper {
  align-items: flex-end;
}
.swiperAvis .swiper-wrapper .swiper-slide {
  background-color: #ece7dd;
  border-radius: 15px;
  padding: 2rem;
}
.swiperAvis .swiper-wrapper .swiper-slide .nom {
  margin-top: 1.5rem;
  color: #3f5e5a;
  margin-left: auto;
  padding-top: 0.2rem;
  border-top: 1px solid #3f5e5a;
  width: fit-content;
}

.left-projet {
  padding: 2rem;
  border-radius: 15px;
  min-width: 311px;
}
@media screen and (max-width: 767px) {
  .left-projet {
    padding: 2rem;
  }
}
.left-projet li:not(:last-child) {
  margin-bottom: 0.7rem;
}
.left-projet li svg {
  fill: #462620;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 0.5rem;
}
.left-projet li .second-link-secondary {
  font-size: 1rem;
  display: inline;
}

.swiperProjectPage,
.avant-apres .swiper {
  border-radius: 15px;
}
.swiperProjectPage .swiper-wrapper .swiper-slide,
.avant-apres .swiper .swiper-wrapper .swiper-slide {
  /* On laisse l'image dicter la largeur du slide */
  max-width: calc(80% + 40px);
  padding-right: 40px;
  box-sizing: border-box;
  width: auto;
  height: auto;
}
.swiperProjectPage .swiper-wrapper .swiper-slide img,
.avant-apres .swiper .swiper-wrapper .swiper-slide img {
  border-radius: 15px;
  display: block;
  max-height: 70vh;
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .swiperProjectPage .swiper-wrapper .swiper-slide,
  .avant-apres .swiper .swiper-wrapper .swiper-slide {
    max-width: 100%;
    padding-right: 0;
  }
}

.avant-apres .content-avant-apres .swiper .swiper-slide {
  max-width: 100%;
  padding-right: 0;
  width: 100%;
}
.avant-apres .content-avant-apres .swiper .swiper-slide img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

.page-projet .parti-pris {
  padding: 2rem;
  max-width: 1000px;
  margin: auto;
  border-radius: 15px;
}
.page-projet .parti-pris p:not(:last-child) {
  margin-bottom: 1rem;
}
.page-projet .avant-apres .selectors {
  margin-bottom: 3rem;
}
.page-projet .avant-apres .selectors ul li:not(:last-child) {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-projet .avant-apres .selectors ul li:not(:last-child)::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #462620;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-projet .avant-apres .selectors ul li:not(:last-child)::after {
    display: none;
  }
}
.page-projet .avant-apres .container-avant-apres {
  position: relative;
}
.page-projet .avant-apres .content-avant-apres {
  width: 0;
  height: 0;
}
.page-projet .avant-apres .active-avant-apres {
  width: 100%;
  height: 100%;
  animation: fadeIn 0.5s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-projet .identite p {
  margin: auto;
}
.page-projet .identite img {
  border-radius: 15px;
  width: auto;
  margin: auto;
  max-height: none;
}
.page-projet .votre-projet {
  background-color: #3f5e5a;
  color: #f6f5f2;
}
.page-projet .votre-projet h2 {
  font-size: 36px;
  font-family: "Playfair Display";
  color: #f6f5f2;
  margin-bottom: 1rem;
}
.page-projet .votre-projet h2::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-projet .votre-projet h2 {
    font-size: 1.7rem;
  }
}
.page-projet .votre-projet p {
  margin-bottom: 2rem;
}

.swiperProjetsRecents .swiper-wrapper,
.swiperSingleBlog .swiper-wrapper {
  align-items: stretch;
}
.swiperProjetsRecents .swiper-slide,
.swiperSingleBlog .swiper-slide {
  position: relative;
  height: auto;
  width: auto;
  max-height: 600px;
}
.swiperProjetsRecents .swiper-slide a,
.swiperSingleBlog .swiper-slide a {
  display: block;
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
}
.swiperProjetsRecents .swiper-slide a:hover img,
.swiperSingleBlog .swiper-slide a:hover img {
  transform: scale(1.2);
}
.swiperProjetsRecents .swiper-slide a .on-img,
.swiperSingleBlog .swiper-slide a .on-img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}
.swiperProjetsRecents .swiper-slide a .on-img h2,
.swiperSingleBlog .swiper-slide a .on-img h2 {
  padding: 0 2rem 2rem;
  color: #f6f5f2;
  text-shadow: 0px 3px 15px black;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .swiperProjetsRecents .swiper-slide a .on-img h2,
  .swiperSingleBlog .swiper-slide a .on-img h2 {
    font-size: 24px !important;
  }
}
.swiperProjetsRecents .swiper-slide a .on-img h2::before,
.swiperSingleBlog .swiper-slide a .on-img h2::before {
  display: none;
}
.swiperProjetsRecents .swiper-slide a img,
.swiperSingleBlog .swiper-slide a img {
  border-radius: 15px;
  height: 100%;
  max-height: 70vh;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

#page-contact .reseaux h3 {
  margin-bottom: 2rem;
}
#page-contact .reseaux #sb_instagram {
  display: flex;
  flex-direction: column;
}
#page-contact .reseaux #sb_instagram #sbi_images {
  order: 2;
  gap: 40px !important;
}
#page-contact .reseaux #sb_instagram #sbi_images img {
  border-radius: 15px;
}
#page-contact .reseaux #sb_instagram #sbi_load {
  order: 1;
  width: fit-content;
  margin-bottom: 1rem;
}
#page-contact .reseaux #sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 0;
}
#page-contact .reseaux #sb_instagram #sbi_load .sbi_follow_btn a {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0;
  color: #d86a3d;
  padding: 0;
  font-size: 1rem;
}
#page-contact .reseaux #sb_instagram #sbi_load .sbi_follow_btn a:hover {
  background: none !important;
  box-shadow: none !important;
  color: #9c6338;
}
#page-contact .reseaux #sb_instagram #sbi_load .sbi_follow_btn a svg {
  display: none;
}
#page-contact .decouverte {
  background-color: #3f5e5a;
  color: #f6f5f2;
}
#page-contact .decouverte h2,
#page-contact .decouverte h3,
#page-contact .decouverte .tag-home {
  color: #f6f5f2;
}
#page-contact .decouverte h3::before {
  background-color: #f6f5f2;
}
#page-contact .content-icone-texte {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-contact .content-icone-texte {
    text-align: left;
  }
  #page-contact .content-icone-texte > * {
    display: inline;
  }
}
#page-contact .content-icone-texte h4 {
  margin-bottom: 0.5rem;
}
#page-contact .content-icone-texte .dashicons {
  font-size: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(246, 245, 242, 0.2);
  border: 1px solid rgba(246, 245, 242, 0.2);
  width: 48px;
  height: 48px;
  margin: auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #page-contact .content-icone-texte .dashicons {
    margin-bottom: 0;
  }
}
#page-contact .content-icone-texte .dashicons svg {
  fill: #f6f5f2;
}
#page-contact .calendly-inline-widget {
  margin-top: 3rem;
}
#page-contact .contactSwiper {
  max-width: 1000px;
  margin: auto;
}
#page-contact .swiper-slide {
  padding: 2rem;
  border-radius: 15px;
}
#page-contact .swiper-slide .dashicons {
  width: 48px;
  min-width: 48px;
  height: 48px;
  font-size: 1.5rem;
  border-radius: 50%;
  background-color: #ece7dd;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-contact .swiper-slide .dashicons svg {
  fill: #d86a3d;
}
#page-contact .swiper-slide h4 {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1.5rem;
}
#page-contact .swiper-slide .infos {
  color: #3f5e5a;
  margin-bottom: 1rem;
  font-size: 18px;
}
#page-contact .swiper-slide .texte {
  padding: 0;
}
#page-contact .swiper-navigation {
  margin-bottom: 2rem;
}
#page-contact .swiper-navigation .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
#page-contact .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
  background: none;
  width: 46px;
  height: 46px;
  border: 1px solid #462620;
  color: #462620;
  transition: 0.3s;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}
#page-contact .swiper-navigation .swiper-pagination .swiper-pagination-bullet:not(:last-child)::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: #462620;
  border-radius: 50%;
  position: absolute;
  right: -29px;
}
#page-contact .swiper-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, #page-contact .swiper-navigation .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #462620;
  color: #f6f5f2;
}
#page-contact .soutiens .content-soutiens {
  border-radius: 15px;
  padding: 2rem;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #page-contact .soutiens .content-soutiens {
    padding: 2rem;
  }
}
#page-contact .soutiens .content-soutiens h2 {
  margin-bottom: 1rem;
}
#page-contact .contact button {
  display: block;
  margin-inline: auto;
  margin-top: 2rem;
}

.form-contact {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .form-contact {
    padding: 2rem;
  }
}

#form-calendly,
#form-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 3rem;
  column-gap: 5rem;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #form-calendly,
  #form-contact {
    display: block;
  }
  #form-calendly > div,
  #form-contact > div {
    margin-bottom: 1rem;
  }
}
#form-calendly label,
#form-contact label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
#form-calendly input,
#form-calendly select,
#form-contact input,
#form-contact select {
  background-color: #ece7dd;
  border-radius: 15px;
  width: 100%;
  padding: 0.7rem 1.5rem;
  font-weight: normal;
}
#form-calendly select,
#form-calendly ::picker(select),
#form-contact select,
#form-contact ::picker(select) {
  appearance: base-select;
}
#form-calendly select,
#form-contact select {
  flex: 1;
}
#form-calendly select,
#form-contact select {
  background: #ece7dd;
  transition: 0.4s;
}
#form-calendly select::picker-icon,
#form-contact select::picker-icon {
  color: #999999;
  transition: 0.4s rotate;
}
#form-calendly select:open::picker-icon,
#form-contact select:open::picker-icon {
  rotate: 180deg;
}
#form-calendly ::picker(select),
#form-contact ::picker(select) {
  border: none;
}
#form-calendly option,
#form-contact option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  border: 2px solid #dddddd;
  background: #ece7dd;
  padding: 0.7rem 1.5rem;
  transition: 0.4s;
  color: #462620;
}
#form-calendly option::checkmark,
#form-contact option::checkmark {
  display: none;
}
#form-calendly option:hover, #form-calendly option:checked,
#form-contact option:hover,
#form-contact option:checked {
  background-color: #462620;
  color: #ece7dd;
}
#form-calendly option:first-of-type,
#form-contact option:first-of-type {
  border-radius: 15px 15px 0 0;
}
#form-calendly option:last-of-type,
#form-contact option:last-of-type {
  border-radius: 0 0 15px 15px;
}
#form-calendly option:not(option:last-of-type),
#form-contact option:not(option:last-of-type) {
  border-bottom: none;
}
#form-calendly ::picker(select),
#form-contact ::picker(select) {
  border-radius: 15px;
}
#form-calendly > div > div,
#form-contact > div > div {
  margin-bottom: 1rem;
  font-weight: bold;
}
#form-calendly fieldset > div,
#form-contact fieldset > div {
  display: flex;
  align-items: center;
}
#form-calendly fieldset > div label,
#form-contact fieldset > div label {
  font-weight: 400;
}
#form-calendly fieldset > div input,
#form-contact fieldset > div input {
  width: auto;
  margin-right: 1rem;
  background-color: #ece7dd;
}
#form-calendly fieldset > div input:checked,
#form-contact fieldset > div input:checked {
  accent-color: #6aa842;
}
#form-calendly fieldset > div input[type=checkbox],
#form-contact fieldset > div input[type=checkbox] {
  appearance: none;
  height: 17px;
  min-width: 17px;
  background: #ece7dd;
  border: 1px solid #462620;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
}
#form-calendly fieldset > div input[type=checkbox]:checked,
#form-contact fieldset > div input[type=checkbox]:checked {
  background: #462620;
  position: relative;
}
#form-calendly fieldset > div input[type=checkbox]:checked:before,
#form-contact fieldset > div input[type=checkbox]:checked:before {
  font-family: FontAwesome;
  content: "\f00c";
  display: block;
  color: #ece7dd;
  font-size: 10px;
  position: absolute;
}
#form-calendly fieldset > div label,
#form-contact fieldset > div label {
  margin-bottom: 0;
}
#form-calendly .textarea-content,
#form-contact .textarea-content {
  grid-column: 1/3;
}
#form-calendly .textarea-content textarea,
#form-contact .textarea-content textarea {
  border-radius: 15px;
  background-color: #ece7dd;
  padding: 0.7rem 1.5rem;
  width: 100%;
  min-height: 120px;
}

#form-contact {
  border-radius: 15px;
  margin-top: 48px;
}
#form-contact input,
#form-contact textarea,
#form-contact select,
#form-contact option {
  background-color: #f6f5f2 !important;
}
#form-contact option:checked,
#form-contact input:checked {
  background-color: #462620 !important;
}
#form-contact option:hover {
  background-color: #462620 !important;
}
#form-contact .from-calendly {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 3rem;
  column-gap: 5rem;
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  #form-contact .from-calendly {
    display: block;
  }
  #form-contact .from-calendly > div {
    margin-bottom: 1rem;
  }
}
#form-contact .textarea-content,
#form-contact .files,
#form-contact .cgv {
  grid-column: 1/3;
}
#form-contact .files input {
  cursor: pointer;
}
#form-contact .cgv a {
  text-decoration: underline;
}

.action-area {
  margin-top: 3rem;
}
.action-area button,
.action-area a {
  display: block;
  width: fit-content;
}

#custom-booking-app {
  padding: 2rem;
  border-radius: 15px;
  color: #462620;
  margin-top: 3rem;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #custom-booking-app {
    padding: 2rem;
  }
}
#custom-booking-app .header-form-calendly > div {
  width: 133px;
  margin-top: 2px;
  text-align: end;
}
#custom-booking-app .header-form-calendly > div > a {
  transition: 0.3s;
}
#custom-booking-app .header-form-calendly > div > a:hover {
  color: #9c6338;
}
#custom-booking-app .header-form-calendly .step-title {
  color: #462620;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 20px;
}
#custom-booking-app .calendar-card {
  border: 2px solid #462620;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 2rem;
}
#custom-booking-app .calendar-card .date-header {
  background-color: #462620;
  padding: 1rem 4rem;
  color: #f6f5f2;
  font-weight: bold;
}
#custom-booking-app .calendar-card .time-slots-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 1rem;
  column-gap: 3rem;
  padding-inline: 3rem;
  padding-top: 1rem;
}
@media screen and (max-width: 1340px) {
  #custom-booking-app .calendar-card .time-slots-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 910px) {
  #custom-booking-app .calendar-card .time-slots-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 690px) {
  #custom-booking-app .calendar-card .time-slots-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    padding-inline: 1rem;
  }
}
@media screen and (max-width: 440px) {
  #custom-booking-app .calendar-card .time-slots-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#custom-booking-app .calendar-card .time-slots-grid .time-btn {
  background-color: #ece7dd;
  transition: 0.3s;
  cursor: pointer;
  padding: 1rem 2rem;
  border-radius: 15px;
}
#custom-booking-app .calendar-card .time-slots-grid .time-btn.selected, #custom-booking-app .calendar-card .time-slots-grid .time-btn:hover {
  background-color: #462620;
  color: #f6f5f2;
}
#custom-booking-app .calendar-card .trait {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  background-color: #462620;
  margin: 2rem 48px;
}
@media screen and (max-width: 690px) {
  #custom-booking-app .calendar-card .trait {
    margin-inline: 1rem;
  }
}
#custom-booking-app .calendar-card .meeting-type-selector {
  display: flex;
  gap: 2rem;
  padding-inline: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 690px) {
  #custom-booking-app .calendar-card .meeting-type-selector {
    padding-inline: 1rem;
  }
}
#custom-booking-app .calendar-card .meeting-type-selector .type-option {
  border-radius: 15px;
  background-color: #ece7dd;
  padding: 20px;
  transition: 0.3s;
  cursor: pointer;
}
#custom-booking-app .calendar-card .meeting-type-selector .type-option * {
  cursor: pointer;
}
#custom-booking-app .calendar-card .meeting-type-selector .type-option.active, #custom-booking-app .calendar-card .meeting-type-selector .type-option:hover {
  background-color: #462620;
  color: #f6f5f2;
}
#custom-booking-app .calendar-card .meeting-type-selector .type-option.active .icon svg, #custom-booking-app .calendar-card .meeting-type-selector .type-option:hover .icon svg {
  fill: #f6f5f2;
}
#custom-booking-app .calendar-card .meeting-type-selector .type-option input {
  display: none;
}
#custom-booking-app .calendar-card .meeting-type-selector .type-option .option-content * {
  display: block;
  text-align: center;
}
#custom-booking-app .calendar-card .meeting-type-selector .type-option .icon {
  display: block;
}
#custom-booking-app .calendar-card .meeting-type-selector .type-option .icon svg {
  fill: #462620;
  transition: 0.3s;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #custom-booking-app .calendar-card .meeting-type-selector .type-option .icon svg {
    width: 24px;
  }
}
#custom-booking-app .other-days {
  margin-top: 2rem;
}
#custom-booking-app .other-days .day-row {
  padding: 1rem 3rem;
  background-color: #f6f5f2;
  border-radius: 15px;
  margin-bottom: 1.5rem;
  cursor: pointer;
  transition: 0.3s;
}
#custom-booking-app .other-days .day-row:hover {
  background-color: #462620;
  color: #f6f5f2;
}
#custom-booking-app .other-days .day-row.active {
  display: none;
}
#custom-booking-app .other-days .day-row span {
  font-weight: bold;
}
#custom-booking-app .summary-text {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}
#custom-booking-app .summary-text::first-letter {
  text-transform: uppercase;
}
#custom-booking-app .call {
  text-align: center;
}
#custom-booking-app .error {
  text-align: center;
  font-weight: bold;
}
#custom-booking-app .locked {
  cursor: not-allowed;
  background-color: #ece7dd;
  border-color: #ece7dd;
  color: #7a8b85;
}
#custom-booking-app .success-title {
  color: #462620;
  font-family: "Display Playfair", serif;
  font-size: 36px;
}

.info-datas,
.info-datas-contact,
.success-contact {
  color: #3f5e5a;
}

.faq h3 {
  display: block;
}

#histoire img {
  border-radius: 15px;
  object-fit: cover;
  height: 100%;
}
#histoire .texte {
  padding: 3rem 0;
}
@media screen and (max-width: 1023px) {
  #histoire .texte {
    padding: 0;
  }
}
#histoire .univers .universSwiper {
  max-width: 1000px;
}
#histoire .univers .swiper-slide {
  padding: 2rem;
  border-radius: 15px;
}
#histoire .univers .swiper-slide .dashicons {
  width: 48px;
  min-width: 48px;
  height: 48px;
  font-size: 1.5rem;
  border-radius: 50%;
  background-color: #ece7dd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
#histoire .univers .swiper-slide .dashicons svg {
  fill: #d86a3d;
}
#histoire .univers .swiper-slide h4 {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1.5rem;
}
#histoire .univers .swiper-slide .texte {
  padding: 0;
}
#histoire .univers .swiper-navigation {
  margin-bottom: 3rem;
}
#histoire .univers .swiper-navigation .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  #histoire .univers .swiper-navigation .swiper-pagination {
    gap: 1rem;
  }
}
@media screen and (max-width: 400px) {
  #histoire .univers .swiper-navigation .swiper-pagination {
    justify-content: flex-start;
  }
}
#histoire .univers .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
  background: none;
  width: 46px;
  min-width: 46px;
  min-height: 46px;
  border: 1px solid #462620;
  color: #462620;
  transition: 0.3s;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}
#histoire .univers .swiper-navigation .swiper-pagination .swiper-pagination-bullet:not(:last-child)::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: #462620;
  border-radius: 50%;
  position: absolute;
  right: -29px;
}
@media screen and (max-width: 767px) {
  #histoire .univers .swiper-navigation .swiper-pagination .swiper-pagination-bullet:not(:last-child)::after {
    display: none;
  }
}
#histoire .univers .swiper-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, #histoire .univers .swiper-navigation .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #462620;
  color: #f6f5f2;
}
#histoire .contrib .content-contrib {
  background-color: #ece7dd;
  border-radius: 15px;
  padding: 2rem;
  max-width: 1000px;
  margin: auto;
}
#histoire .contrib .content-contrib h2 {
  margin-bottom: 1rem;
}
#histoire .accompagnement {
  background-color: #3f5e5a;
}
#histoire .accompagnement h2,
#histoire .accompagnement h3 {
  color: #f6f5f2;
}
#histoire .accompagnement h3::before {
  background-color: #f6f5f2;
}

.newsletter-block {
  background-color: #3f5e5a;
  padding: 2rem;
  color: #f6f5f2;
  border-radius: 15px;
  margin: 5rem auto;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .newsletter-block {
    margin: 2rem 0;
  }
}
.newsletter-block h2 {
  color: #f6f5f2 !important;
  margin-bottom: 1.5rem;
}
.newsletter-block p {
  margin-bottom: 1rem;
}
.newsletter-block p.beige {
  color: #ece7dd;
  font-size: 14px;
}
.newsletter-block form .cgu label a {
  color: #ece7dd;
  text-decoration: underline;
}

footer {
  background-color: #462620;
  color: #ece7dd;
  padding: 5rem 120px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 64px 20px 2rem;
  }
}
footer img {
  max-width: 190px;
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  footer img {
    max-width: 145px;
  }
}
footer p {
  font-size: 14px;
}
footer h2 {
  font-weight: bold;
  color: #f6f5f2;
  font-family: "Roboto";
  font-size: 1rem;
  margin-bottom: 1rem;
}
footer #menu-reseaux {
  margin-top: 2rem;
  flex-direction: row;
  padding: 0;
  gap: 0.5rem;
  flex-wrap: wrap;
}
footer #menu-reseaux a {
  padding: 0;
  font-size: 0;
  display: block;
}
footer #menu-reseaux a:hover {
  background: none;
}
footer #menu-reseaux a:hover .menu-icon {
  border-color: #d86a3d;
}
footer #menu-reseaux a .menu-icon {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(246, 245, 242, 0.3);
  border: 1px solid rgba(246, 245, 242, 0.3);
  border-radius: 50%;
  transition: 0.3s;
}
footer #menu-reseaux a .menu-icon svg {
  fill: #f6f5f2;
  width: 24px;
  transition: 0.3s;
}
footer #menu-navigation {
  padding: 0;
}
footer #menu-navigation a {
  padding: 0;
  transition: 0.3s;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
footer #menu-navigation a:hover {
  background: none;
  color: #d86a3d;
}
footer .contact ul li {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
footer .contact ul li a:hover {
  color: #d86a3d;
}
footer .contact ul li a:hover svg {
  fill: #d86a3d;
}
footer .contact ul li a {
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
footer .contact ul li a svg {
  display: inline-block;
  fill: #f6f5f2;
  width: 24px;
  transition: 0.3s;
}
footer .footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid #d86a3d;
}
footer .footer-bottom a {
  font-size: 14px;
  transition: 0.3s;
}
footer .footer-bottom a:hover {
  color: #d86a3d;
}

* {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
  line-height: normal;
}

pre {
  margin-left: 85px;
}

.items-end {
  align-items: flex-end;
}

img {
  max-height: 80vh;
}

.overflow-x-auto {
  scrollbar-width: none;
}

form label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
form input {
  border-radius: 15px;
  width: 100%;
  padding: 0.7rem 1.5rem;
  font-weight: normal;
  max-width: 400px;
}
form .required::after {
  content: " *";
  color: #d86a3d;
}

section {
  padding: 5rem 160px;
}
@media screen and (max-width: 1200px) {
  section {
    padding: 4rem 20px;
  }
}
section {
  /* Votre couleur de base */
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .header-content {
    padding-top: 144px;
  }
}
.section-white {
  position: relative;
  background-color: #f6f5f2;
}
.section-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* L'image JPEG de votre grain */
  background-image: url("../assets/images/grain-3.jpeg");
  opacity: 0.1;
  background-repeat: repeat;
  /* RÉGLAGES DE LÉGÈRETÉ */
  /* Entre 0.02 et 0.05 pour un effet quasi invisible mais présent */
  mix-blend-mode: multiply;
  /* Fusionne parfaitement le grain avec le beige */
  z-index: 0;
  pointer-events: none;
  /* Important : permet de cliquer sur les boutons en dessous */
}
.section-white > *, .section-white::after {
  position: relative;
  z-index: 1;
  /* Place le contenu au-dessus du grain */
}

.img-under-header {
  width: 100%;
  height: 150px;
  background-image: url("../assets/images/rayure-1.jpeg");
  background-attachment: fixed;
  /* On empêche la répétition */
  /* L'image s'étire pour remplir tout l'espace */
  background-position: center;
}

.img-under-header-2 {
  width: 100%;
  height: 150px;
  background-image: url("../assets/images/rayure-2.jpeg");
  background-attachment: fixed;
  /* On empêche la répétition */
  /* L'image s'étire pour remplir tout l'espace */
  background-position: bottom;
}

.white-block {
  position: relative;
  background-color: #f6f5f2;
  border-radius: 15px;
  padding: 2rem;
  color: #462620;
  margin: 2.5rem 0;
  max-width: 1000px;
}
.white-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* L'image JPEG de votre grain */
  background-image: url("../assets/images/grain-3.jpeg");
  opacity: 0.1;
  background-repeat: repeat;
  /* RÉGLAGES DE LÉGÈRETÉ */
  /* Entre 0.02 et 0.05 pour un effet quasi invisible mais présent */
  mix-blend-mode: multiply;
  /* Fusionne parfaitement le grain avec le beige */
  z-index: 0;
  pointer-events: none;
  /* Important : permet de cliquer sur les boutons en dessous */
}
.white-block > *, .white-block::after {
  position: relative;
  z-index: 1;
  /* Place le contenu au-dessus du grain */
}

.beige-block {
  background-color: #ece7dd;
  border-radius: 15px;
  padding: 2rem;
  color: #462620;
  margin: 2.5rem 0;
  max-width: 1000px;
}

.beige-block *,
.white-block * {
  list-style: none;
}
.beige-block ul,
.white-block ul {
  padding-left: 0;
}
.beige-block ul li,
.white-block ul li {
  position: relative;
  align-items: center;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.beige-block ul li::marker,
.white-block ul li::marker {
  display: none;
}
.beige-block ul li::before,
.white-block ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: rgba(216, 106, 61, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.25rem;
}
.beige-block ul li::after,
.white-block ul li::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #d86a3d;
  border-radius: 50%;
  position: absolute;
  left: 0.25rem;
  top: 0.5rem;
}

.citation {
  font-family: "Playfair Display", serif;
  color: #3f5e5a;
  font-size: 1.7rem;
  text-align: center;
  margin: 2rem 0;
}
.citation * {
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 767px) {
  .citation {
    font-size: 1.2rem;
  }
}

.mce-content-body .swiper-wrapper img {
  width: 150px;
}
.mce-content-body img {
  max-width: 300px;
}
.mce-content-body h2 {
  margin-bottom: 1.5rem;
  margin-top: 5rem;
}
.mce-content-body h3 {
  margin-bottom: 1.2rem;
}

.header-content .orange-list-container {
  margin-top: 3.5rem;
}

.orange-list-container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.orange-list-container li {
  color: #d86a3d;
  background-color: #ece7dd;
  border-radius: 15px;
  padding: 0.5rem 1.5rem;
  display: inline-block;
}

.section-beige {
  background-color: #ece7dd;
  color: #462620;
  position: relative;
}
.section-beige::before {
  display: none;
}

.section-secondary {
  background-color: #3f5e5a;
  padding: 2rem;
  color: #f6f5f2;
  border-radius: 15px;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .section-secondary {
    margin: 2rem 0;
  }
}
.section-secondary h2 {
  color: #f6f5f2 !important;
  margin-bottom: 1.5rem;
}
.section-secondary::before {
  display: none;
}

p {
  max-width: 1000px;
}

.container {
  max-width: 1000px;
  margin: auto;
}

main:not(.front-page) h1 {
  font-size: 48px;
  font-family: "Playfair Display";
  color: #462620;
}
@media screen and (max-width: 767px) {
  main:not(.front-page) h1 {
    font-size: 2rem;
    line-height: normal;
  }
}
main:not(.front-page) h2 {
  font-family: "Playfair Display";
  color: #462620;
  font-size: 2rem;
}
main:not(.front-page) h3 {
  font-family: "Roboto";
  color: #462620;
  font-size: 20px;
}
main:not(.front-page) h3::before {
  content: "";
  display: block;
  width: 50px;
  min-width: 50px;
  height: 1px;
  background-color: #462620;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  main:not(.front-page) h3::before {
    display: none;
  }
}

.rating {
  margin-bottom: 1rem;
}
.rating .star {
  width: auto;
  height: auto;
  font-size: 20px;
  background: none;
}
.rating .star.full {
  color: #d86a3d;
  opacity: 1;
}

.swiper-navigation {
  margin-top: 1.5rem;
}
.swiper-navigation > div {
  position: relative;
  height: auto;
  width: auto;
  margin: 0;
  bottom: auto !important;
  top: auto !important;
}
.swiper-navigation > div svg {
  color: #462620;
}
.swiper-navigation > div[class^=swiper-pagination] {
  width: auto;
}
.swiper-navigation > div[class^=swiper-pagination] .swiper-pagination-bullet {
  transition: 0.3s;
}
.swiper-navigation > div[class^=swiper-pagination] .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d86a3d;
}
.swiper-navigation > div[class^=swiper-pagination] .swiper-pagination-bullet:hover {
  background-color: #d86a3d;
  opacity: 1;
}
.swiper-navigation > div[class^=swiper-button] {
  border: 2px solid #f6f5f2;
  width: 37px;
  height: 37px;
  min-width: 37px;
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.swiper-navigation > div[class^=swiper-button].swiper-button-lock {
  display: none;
}
.swiper-navigation > div[class^=swiper-button]:hover {
  border-color: #d86a3d;
}
.swiper-navigation > div[class^=swiper-button] svg {
  width: 1rem;
  height: 1rem;
}

.blog-filters {
  margin-bottom: 3rem;
}
.blog-filters li:not(:last-child) {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 767px) {
  .blog-filters li:not(:last-child)::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #462620;
    border-radius: 50%;
    display: block;
  }
}
.blog-filters .filter-btn.active:hover {
  background-color: #462620;
}

.pagination {
  margin-block: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.pagination .page-btn:not(.next):not(.prev) {
  width: 25px;
  min-width: 25px;
  height: 25px;
  border: 1px solid #462620;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.pagination .page-btn:not(.next):not(.prev).active, .pagination .page-btn:not(.next):not(.prev):hover {
  background-color: #462620;
  color: #f6f5f2;
}
.pagination .page-btn {
  cursor: pointer;
}

.btn.btn-primary {
  display: inline-block;
  padding: 10px 20px;
  background: #2c6bed;
  color: white;
  border-radius: 6px;
}

.highlight-text {
  background: yellow;
  padding: 2px 4px;
}

.boxed-block {
  border: 2px solid #ddd;
  padding: 15px;
  margin: 10px 0;
  background: #fafafa;
}

/*# sourceMappingURL=main.css.map */
