@charset "UTF-8";
/*
	Theme Name: WP Starter
	Theme URI: https://nature-digitale.fr
	Description: Thème de la société Nature Digitale
	Author: Nature Digitale - Agence Web Eco Responsable
	Author URI: https://nature-digitale.fr
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: nature-digitale
*/
/* @font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"), url("assets/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("assets/fonts/roboto/Roboto-Bold.woff") format("woff"), url("assets/fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */
@font-face {
  font-family: "Roboto";
  src:
    local("Roboto"),
    local("Roboto-Regular"),
    url("assets/fonts/roboto/Roboto-Regular.woff2") format("woff2"),
    url("assets/fonts/roboto/Roboto-Regular.woff") format("woff"),
    url("assets/fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.display-none-block {
  display: none !important;
}

.section-normal {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.section-normal--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-normal--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-full {
  width: 100%;
  margin-inline: auto;
}
.section-full--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-full--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-page {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.section-page--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-page--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-article {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.section-article--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-article--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-full-no-pa {
  width: 100%;
}
.section-full-no-pa--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-full-no-pa--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.pa-left-0 {
  padding-left: 0;
}

.pa-right-0 {
  padding-right: 0;
}

.pa-top-0 {
  padding-top: 0;
}

.pa-bottom-0 {
  padding-bottom: 0;
}

.pa-left-1 {
  padding-left: 30px;
}

.pa-right-1 {
  padding-right: 30px;
}

.pa-top-1 {
  padding-top: 30px;
}

.pa-bottom-1 {
  padding-bottom: 30px;
}

.pa-left-2 {
  padding-left: 60px;
}

.pa-right-2 {
  padding-right: 60px;
}

.pa-top-2 {
  padding-top: 60px;
}

.pa-bottom-2 {
  padding-bottom: 60px;
}

.pa-left-3 {
  padding-left: 90px;
}

.pa-right-3 {
  padding-right: 90px;
}

.pa-top-3 {
  padding-top: 90px;
}

.pa-bottom-3 {
  padding-bottom: 90px;
}

.ma-left-0 {
  margin-left: 0px;
}

.ma-right-0 {
  margin-right: 0px;
}

.ma-top-0 {
  margin-top: 0px;
}

.ma-bottom-0 {
  margin-bottom: 0px;
}

.ma-left-1 {
  margin-left: 30px;
}

.ma-right-1 {
  margin-right: 30px;
}

.ma-top-1 {
  margin-top: 30px;
}

.ma-bottom-1 {
  margin-bottom: 30px;
}

.ma-left-2 {
  margin-left: 60px;
}

.ma-right-2 {
  margin-right: 60px;
}

.ma-top-2 {
  margin-top: 60px;
}

.ma-bottom-2 {
  margin-bottom: 60px;
}

.ma-left-3 {
  margin-left: 90px;
}

.ma-right-3 {
  margin-right: 90px;
}

.ma-top-3 {
  margin-top: 90px;
}

.ma-bottom-3 {
  margin-bottom: 90px;
}

@media screen and (max-width: 1200px) {
  .section-normal {
    width: 100%;
    padding-inline: 30px;
  }
  .section-article {
    width: 100%;
    padding-inline: 30px;
  }
  .section-page {
    width: 100%;
    padding-inline: 30px;
  }
  .section-full {
    padding-inline: 30px;
  }
}
body .site-header {
  display: flex;
  flex-direction: column;
  z-index: 10;
  position: relative;
}
body .site-header .menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 1200px;
  max-width: 100%;
}
body .site-header .menu-wrapper img {
  display: block;
  max-width: 80px;
  height: auto;
}
body .site-header .menu-wrapper .site-navigation {
  display: flex;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal {
  display: flex;
  list-style: none;
  font-size: 14px;
  text-decoration: none;
}
body
  .site-header
  .menu-wrapper
  .site-navigation
  #menu-menu-principal
  .menu-item
  a {
  font-family: "Roboto";
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}
body
  .site-header
  .menu-wrapper
  .site-navigation
  #menu-menu-principal
  .menu-item.cta
  a {
  display: block;
  background-color: #563893;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #563893;
  transition: all 0.2s ease-in;
  border-radius: 50px;
}
body
  .site-header
  .menu-wrapper
  .site-navigation
  #menu-menu-principal
  .menu-item.cta
  a:hover {
  background-color: transparent;
  color: #7755bb;
  border: 2px solid #7755bb;
}
body
  .site-header
  .menu-wrapper
  .site-navigation
  #menu-menu-principal
  .menu-item.cta-red
  a {
  display: block;
  background-color: #ff314e;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #ff314e;
  transition: all 0.2s ease-in;
  border-radius: 50px;
}
body
  .site-header
  .menu-wrapper
  .site-navigation
  #menu-menu-principal
  .menu-item.cta-red
  a:hover {
  background-color: transparent;
  color: #ff314e;
  border: 2px solid #ff314e;
}
body
  .site-header
  .menu-wrapper
  .site-navigation
  #menu-menu-principal
  .menu-item-has-children
  .sub-menu {
  list-style: none;
}

@media screen and (min-width: 1201px) {
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal {
    -moz-column-gap: 30px;
    column-gap: 30px;
    align-items: center;
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal
    .menu-item
    .sub-menu {
    display: none;
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal
    .menu-item
    .sub-menu
    a {
    padding: 13px 16px 11px;
    display: block;
    font-size: 15px;
    color: #221638;
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal
    .menu-item
    .sub-menu
    .menu-item:last-child
    a {
    padding-right: 16px;
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal
    .menu-item:hover {
    position: relative;
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal
    .menu-item:hover
    .sub-menu {
    display: block;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    border-radius: 0 0 5px 5px;
    border-top: 3px solid #563893;
    background: #fff;
    top: 61px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    border-radius: 5px;
  }
  body
    .site-header
    .menu-wrapper
    .site-navigation
    #menu-menu-principal
    .menu-item-has-children
    > a {
    padding-bottom: 60px;
  }
  body .site-header .menu-wrapper .site-navigation .close-btn {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  body {
    /*
    * Spin du burger
    */
  }
  body .site-header .logo-site img {
    max-width: 80px;
  }
  body .site-header .site-navigation {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    background-color: #fff;
    min-width: 300px;
    height: 100vh;
    z-index: 20;
    top: 0;
    right: 0;
    transform: translateX(20px);
    opacity: 0;
    transition:
      transform 0.5s ease-out,
      opacity 0.5s ease-out,
      visibility 0.5s linear;
  }
  body .site-header .site-navigation .menu-menu-principal-container {
    display: flex;
    justify-content: center;
    flex: 1;
    padding-top: 100px;
    padding-inline: 20px;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-container
    #menu-menu-principal {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    row-gap: 20px;
    overflow: scroll;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-container
    #menu-menu-principal
    .menu-item
    a {
    padding-right: 0px;
    text-transform: uppercase;
    font-weight: 900;
    color: #563893;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-container
    #menu-menu-principal
    .menu-item
    .sub-menu {
    padding-left: 10px;
    border-left: 1px solid rgba(86, 56, 147, 0.168627451);
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-container
    #menu-menu-principal
    .menu-item
    .sub-menu
    a {
    display: block;
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    margin-bottom: 5px;
    transition: transform 0.3s ease-in-out;
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-container
    #menu-menu-principal
    .menu-item
    .sub-menu
    a:hover {
    transform: translateX(3px);
  }
  body
    .site-header
    .site-navigation
    .menu-menu-principal-container
    #menu-menu-principal
    .menu-item-has-children {
    row-gap: 10px;
    display: flex;
    flex-direction: column;
  }
  body .site-header .site-navigation.menu-active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  body .site-header .overlay-menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 10;
    transition:
      opacity 0.5s ease-out,
      visibility 0.5s linear;
  }
  body .site-header .overlay-menu.overlay-menu-active {
    visibility: visible;
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  body .hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  body .hamburger.burger-active .hamburger-inner,
  body .hamburger.burger-active .hamburger-inner::before,
  body .hamburger.burger-active .hamburger-inner::after {
    background-color: #563893;
  }
  body .hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
    z-index: 30;
  }
  body .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  body .hamburger-inner,
  body .hamburger-inner::before,
  body .hamburger-inner::after {
    width: 30px;
    height: 2px;
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    z-index: 20;
    background-color: #563893;
  }
  body .hamburger-inner::before,
  body .hamburger-inner::after {
    content: "";
    display: block;
  }
  body .hamburger-inner::before {
    top: -7px;
  }
  body .hamburger-inner::after {
    bottom: -7px;
  }
  body .hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  body .hamburger--spin .hamburger-inner::before {
    transition:
      top 0.1s 0.25s ease-in,
      opacity 0.1s ease-in;
  }
  body .hamburger--spin .hamburger-inner::after {
    transition:
      bottom 0.1s 0.25s ease-in,
      transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  body .hamburger--spin.burger-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body .hamburger--spin.burger-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition:
      top 0.1s ease-out,
      opacity 0.1s 0.12s ease-out;
  }
  body .hamburger--spin.burger-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition:
      bottom 0.1s ease-out,
      transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body.body-fixed {
    overflow: hidden;
  }
}
.categories-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.categories-links .btn {
  text-decoration: none;
  color: #fff;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
  padding: 10px 20px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-color: #563893;
  border-radius: 0.5rem;
}

body:not(.home) .page .wp-block-quote {
  border-left: 5px solid #563893;
  padding-left: 10px;
}
body:not(.home) .page .wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}

body main.privacy-policy,
body main.legal-terms {
  max-width: 800px;
  margin-inline: auto;
}
body main.privacy-policy h2,
body main.legal-terms h2 {
  font-size: 22px;
  margin-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body main.privacy-policy p,
body main.legal-terms p {
  margin-top: 10px;
  margin-bottom: 10px;
}
body main.privacy-policy strong,
body main.legal-terms strong {
  font-family: "Roboto";
  font-weight: normal;
  font-weight: 600;
}
body main.privacy-policy a,
body main.legal-terms a {
  font-family: "Roboto";
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  color: #563893;
}
body main.privacy-policy ul,
body main.privacy-policy ol,
body main.legal-terms ul,
body main.legal-terms ol {
  padding-left: 30px;
  list-style-position: outside;
}
body main.privacy-policy ul li,
body main.privacy-policy ol li,
body main.legal-terms ul li,
body main.legal-terms ol li {
  margin-bottom: 10px;
}

.article {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 300px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.article .article-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.article .article-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  background-color: #fff;
}
.article .article-container .title {
  text-decoration: none;
}
.article .article-container .title h2 {
  text-align: left;
  font-size: 32px;
  margin-bottom: 0;
}
.article .article-container .author {
  font-weight: 600;
}
.article .article-container .author span {
  font-weight: 600;
}
.article .article-container .date {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.article .article-container .date img {
  max-width: 21px;
  height: 23px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.article .article-container .article-subcontainer {
  display: none;
}
.article .article-container .excerpt {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
}

.error-404 {
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
}
.error-404__img {
  width: 200px;
  filter: invert(37%) sepia(20%) saturate(1744%) hue-rotate(219deg)
    brightness(99%) contrast(90%);
}
.error-404__title {
  font-size: 22px;
}
.error-404__sub-title {
  padding-top: 20px;
  font-size: 18px;
}

form .fields-double-col {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  form .fields-double-col {
    flex-direction: column;
  }
}
form .fields-double-col span {
  flex-grow: 1;
}
form .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ff314e;
  font-size: 14px;
  text-align: center;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"] {
  padding: 15px;
  border: 1px solid grey;
  width: 100%;
  background-color: transparent;
  font-size: 16px;
  border-radius: 5px;
}
form input[type="text"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="tel"]::placeholder {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
}
form input:focus,
form textarea:focus {
  outline: none;
}
form textarea {
  padding: 15px;
  width: 100%;
  border: 1px solid grey;
  background-color: transparent;
  font-size: 16px;
  border-radius: 5px;
}
form textarea::-moz-placeholder {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
}
form textarea::placeholder {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
}
form input[type="submit"] {
  display: block;
  background-color: #563893;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #563893;
  transition: all 0.2s ease-in;
  border-radius: 50px;
  width: 100%;
}
form input[type="submit"]:hover {
  background-color: transparent;
  color: #7755bb;
  border: 2px solid #7755bb;
}
form .wpcf7-acceptance .wpcf7-list-item {
  margin: 20px 0;
  font-size: 14px;
  color: grey;
  line-height: 1.5;
  text-align: justify;
}
form .legal-notice {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  color: grey;
}
form .legal-notice a {
  color: #563893;
}
form .wpcf7-response-output {
  margin: 30px 0 0;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
form.sent {
  color: #46b450;
  background-color: rgba(70, 180, 80, 0.2);
}
form.invalid {
  color: #ffb900;
  background-color: rgba(255, 185, 0, 0.2);
}

.block-video {
  box-shadow: 0px 5px 19px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.block-video .video-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-inline: auto;
  background-color: #563893;
  aspect-ratio: 16/9;
}
.block-video .video-wrapper .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.block-video .video-wrapper .text-container .play-icon {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.block-video .video-wrapper .text-container .play-icon img {
  display: block;
  width: 60px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%)
    contrast(101%);
}
.block-video .video-wrapper .text-container .play-icon:hover {
  transform: scale(1.1);
}
.block-video .video-wrapper .poster-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-video .video-wrapper .poster-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #000),
    to(transparent)
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #000),
    to(transparent)
  );
  filter: grayscale(1);
  transition:
    filter 0.3s ease-in-out,
    transform 2s ease-in-out;
}
.block-video:hover .poster-container img {
  transform: scale(1.1);
}
.block-video .video-container.show-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-video .video-container.show-video .video-player-container {
  position: relative;
  display: block;
  width: 90%;
  max-width: 800px;
}
.block-video .video-container.show-video .video-player-container .close-icon {
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: 0px;
  filter: invert(22%) sepia(72%) saturate(1567%) hue-rotate(239deg)
    brightness(83%) contrast(89%);
  transition: transform 500ms ease-in-out;
}
.block-video
  .video-container.show-video
  .video-player-container
  .close-icon:hover {
  transform: rotate(90deg);
}
.block-video .video-container.show-video video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .block-video .video-wrapper {
    min-height: unset;
  }
  .block-video .video-wrapper .text-container .play-icon img {
    width: 45px;
  }
}

.display-none {
  display: none;
}

.background-grey {
  background-color: #f0f0f0;
}

.default-title h2 {
  font-size: clamp(28px, 5vw, 38px);
  font-weight: 900;
  line-height: 1.5;
  color: #563893;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .default-title h2 {
    text-align: center;
  }
}
.default-title h3 {
  font-size: clamp(22px, 5vw, 26px);
  font-weight: 300;
  color: #ff314e;
}
.default-title.center h2,
.default-title.center h3 {
  text-align: center;
}

.default-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  text-align: justify;
  padding-bottom: 15px;
}
.default-text p:last-of-type {
  padding-bottom: 0;
}
.default-text ul,
.default-text ol {
  list-style: disc;
  margin-left: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.default-text ul li,
.default-text ol li {
  margin-bottom: 10px;
}
.default-text ul li:last-of-type,
.default-text ol li:last-of-type {
  margin-bottom: 0;
}
.default-text a {
  color: #563893;
  text-decoration: underline;
}
.default-text.custom-marquee ul {
  list-style: none;
  margin: 0;
}
.default-text.custom-marquee ul li {
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.default-text.custom-marquee ul li strong {
  color: #563893;
}
.default-text.custom-marquee ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 15px;
  height: 15px;
  border: 3px solid #563893;
  border-radius: 50%;
  background-color: transparent;
}

.default-btn .btn-container a {
  display: block;
  background-color: #563893;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #563893;
  transition: all 0.2s ease-in;
  border-radius: 50px;
}
.default-btn .btn-container a:hover {
  background-color: transparent;
  color: #7755bb;
  border: 2px solid #7755bb;
}
.default-btn.center .btn-container a {
  margin-inline: auto;
}

.default-key-numbers {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.default-key-numbers .card {
  flex: 1 1 200px;
  max-width: 200px;
  margin-bottom: 24px;
}
.default-key-numbers .card .image-container {
  margin-bottom: 10px;
}
.default-key-numbers .card .image-container img {
  display: block;
  width: 50px;
  height: auto;
  margin-inline: auto;
  text-align: center;
  filter: invert(37%) sepia(20%) saturate(1744%) hue-rotate(219deg)
    brightness(99%) contrast(90%);
}
.default-key-numbers .card .text-container {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
}
.default-key-numbers .card .text-container .inner-text-container h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 8px;
  color: #563893;
}
.default-key-numbers .card .text-container .inner-text-container p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 1200px) {
  .default-key-numbers .card {
    flex: 1 1 45%;
    max-width: 45%;
  }
}
@media (max-width: 600px) {
  .default-key-numbers .card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.default-cards-services {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 24px;
}
.default-cards-services .card {
  cursor: pointer;
  position: relative;
  flex: 1 1 calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 5/6;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
}
.default-cards-services .card.card-link {
  text-decoration: none;
}
.default-cards-services .card .image-container {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.default-cards-services .card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    filter 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}
.default-cards-services .card .image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  z-index: 2;
}
.default-cards-services .card .text-container {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  height: 100%;
}
.default-cards-services .card .text-container .inner-text-container h2 {
  font-size: clamp(28px, 5vw, 38px);
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #fff;
}
.default-cards-services .card .text-container .inner-text-container p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #fff;
  text-align: justify;
}
.default-cards-services .card:hover .image-container img {
  transform: scale(1.05);
}
@media (max-width: 900px) {
  .default-cards-services .card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.default-cards-sell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.default-cards-sell .card {
  background-color: #563893;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.default-cards-sell .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.default-cards-sell .card .image-container {
  margin-bottom: auto;
  background-color: #7f64b5;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 8px;
  max-width: 50px;
  max-height: 50px;
}
.default-cards-sell .card .image-container img {
  width: 100%;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%)
    contrast(101%);
}
.default-cards-sell .card .text-container {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.default-cards-sell .card .text-container .inner-text-container h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 30px;
  color: inherit;
  color: #fff;
}
.default-cards-sell .card .text-container .inner-text-container p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #b49be6;
}
.default-cards-sell .card .text-container .btn-container a {
  display: block;
  background-color: #ff314e;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #ff314e;
  transition: all 0.2s ease-in;
  border-radius: 50px;
  width: 100%;
  text-align: center;
}
.default-cards-sell .card .text-container .btn-container a:hover {
  background-color: transparent;
  color: #ff314e;
  border: 2px solid #ff314e;
}
@media (max-width: 1200px) {
  .default-cards-sell {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .default-cards-sell {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .default-cards-sell .card {
    aspect-ratio: auto;
    min-height: 300px;
  }
}

.default-informations {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 950px) {
  .default-informations {
    flex-direction: column;
    align-items: center;
  }
}
.default-informations .image-container {
  flex: 1 1 50%;
}
.default-informations .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  transition:
    box-shadow 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}
.default-informations .image-container img:hover {
  transform: scale(1.01);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
}
.default-informations .informations-container {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .default-informations .informations-container {
    flex-direction: column;
    align-items: center;
  }
}
.default-informations .informations-container .logo-container img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
.default-informations .informations-container .informations-wrapper {
  margin-top: 20px;
}
@media screen and (max-width: 950px) {
  .default-informations .informations-container .informations-wrapper {
    margin-top: unset;
  }
}
.default-informations .informations-container .title {
  font-size: clamp(26px, 5vw, 36px);
  margin-bottom: 10px;
  line-height: 1.5;
  color: #563893;
}
@media screen and (max-width: 950px) {
  .default-informations .informations-container .title {
    text-align: center;
  }
}
.default-informations .informations-container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  font-size: 22px;
  margin-top: 30px;
}
@media screen and (max-width: 950px) {
  .default-informations .informations-container .content {
    font-size: 16px;
  }
}
.default-informations .informations-container .content .content-item {
  cursor: pointer;
  display: flex;
  gap: 10px;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 950px) {
  .default-informations .informations-container .content .content-item {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.default-informations .informations-container .content .content-item img {
  display: block;
  width: 35px;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: invert(22%) sepia(72%) saturate(1567%) hue-rotate(239deg)
    brightness(83%) contrast(89%);
}
.default-informations
  .informations-container
  .content
  .content-item
  .content-item-text
  a {
  text-decoration: none;
  color: #563893;
}
.default-informations .informations-container .content .content-item:hover {
  transform: translateX(10px);
}
@media screen and (max-width: 950px) {
  .default-informations .informations-container .content .content-item:hover {
    transform: translateY(-5px);
  }
}

.default-double-col {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 30px;
  align-items: center;
}
.default-double-col .col {
  flex-grow: 1;
  flex-basis: 350px;
}
@media screen and (max-width: 809px) {
  .default-double-col .col {
    flex-basis: 100%;
  }
}
.default-double-col .col h2 {
  font-size: clamp(28px, 5vw, 38px);
  line-height: 1.5;
  color: #563893;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 809px) {
  .default-double-col .col h2 {
    text-align: center;
  }
}
.default-double-col .col p {
  text-align: justify;
  line-height: 1.8;
}
.default-double-col .col img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.default-double-col .col ul {
  list-style: none;
  margin: 0;
  margin-left: 15px;
}
.default-double-col .col ul li {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.default-double-col .col ul li strong {
  color: #563893;
}
.default-double-col .col ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 13px;
  height: 13px;
  border: 3px solid #563893;
  border-radius: 50%;
  background-color: transparent;
}
.default-double-col .col ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 809px) {
  .default-double-col.reverse {
    flex-direction: column-reverse;
  }
}

.default-citation p {
  padding: 20px 20px;
  line-height: 1.8;
  border-radius: 10px;
  background-color: #563893;
  font-size: 22px;
  text-align: center;
  font-style: italic;
  color: #fff;
  font-weight: 300;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .default-citation p {
    padding: 30px 20px;
  }
}

.default-slider-offers {
  position: relative;
  /* Flèches de navigation */
  /* Placement plus élégant */
}
.default-slider-offers .swiper-container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.default-slider-offers .swiper-wrapper {
  align-items: stretch;
}
.default-slider-offers .swiper-slide {
  height: auto;
}
.default-slider-offers .swiper-slide .offre-pro-card {
  height: 100%;
}
.default-slider-offers .swiper-slide .offre-pro-card .card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.default-slider-offers .swiper-slide .offre-pro-card .card-content {
  flex: 1;
}
.default-slider-offers .swiper-pagination {
  position: relative;
  bottom: 0px !important;
}
.default-slider-offers .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
}
.default-slider-offers .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #563893;
  scale: 1.01;
}
.default-slider-offers .swiper-button-prev,
.default-slider-offers .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  color: #563893;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
.default-slider-offers .swiper-button-prev::after,
.default-slider-offers .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
.default-slider-offers .swiper-button-prev:hover,
.default-slider-offers .swiper-button-next:hover {
  background-color: #563893;
  color: #fff;
  transform: scale(1.1);
}
.default-slider-offers .swiper-button-prev {
  left: -20px;
}
.default-slider-offers .swiper-button-next {
  right: -20px;
}

.accueil .section-ban .ban-header {
  min-height: 600px;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .accueil .section-ban .ban-header {
    justify-content: end;
  }
}
.accueil .section-ban .ban-header .image-container {
  z-index: 1;
}
.accueil .section-ban .ban-header .image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
}
.accueil .section-ban .ban-header .title,
.accueil .section-ban .ban-header .subtitle {
  font-size: clamp(26px, 5vw, 36px);
  color: #fff;
  line-height: 1.5;
}
.accueil .section-ban .ban-header .title {
  font-weight: 300;
  max-width: 700px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .accueil .section-ban .ban-header .title {
    max-width: unset;
  }
}
.accueil .section-ban .ban-header .subtitle {
  font-weight: 900;
  margin-bottom: 30px;
}
.accueil .section-ban .ban-header .content {
  z-index: 3;
  position: relative;
  padding-bottom: 50px;
  height: auto;
}
.accueil .section-ban .ban-header #offres-pro-filters label {
  color: #fff;
}
.accueil .section-ban .ban-header #offres-pro-filters input,
.accueil .section-ban .ban-header #offres-pro-filters select {
  background-color: #fff;
}
.accueil .section-ban .ban-header #offres-pro-submit {
  display: block;
  background-color: #563893;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #563893;
  transition: all 0.2s ease-in;
  border-radius: 50px;
  margin-top: 20px;
}
.accueil .section-ban .ban-header #offres-pro-submit:hover {
  background-color: #ff314e;
  color: #fff;
  border: 2px solid #ff314e;
}
@media screen and (max-width: 768px) {
  .accueil .section-ban .ban-header #offres-pro-submit {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .accueil .section-mci-002,
  .accueil .section-mci-003 {
    overflow: hidden;
  }
}
.accueil .section-mci-004 .default-text {
  background-color: #563893;
  padding: 20px;
  border-radius: 10px;
}
.accueil .section-mci-004 .default-text p {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.post-type-archive-offre_pro .pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.post-type-archive-offre_pro .pagination-container a {
  text-decoration: none;
  color: #666666;
}
.post-type-archive-offre_pro .pagination-container .nav-links {
  display: flex;
  gap: 10px;
}
.post-type-archive-offre_pro .pagination-container .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #666666;
  font-size: 14px;
}
.post-type-archive-offre_pro .pagination-container .page-numbers.current {
  background-color: #563893;
  color: #fff;
}

.vendre .section-mci-001 .default-double-col {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: unset;
}
.vendre .section-mci-001 .default-double-col .col {
  flex-grow: 1;
  flex-basis: 350px;
}
.vendre .section-mci-001 .default-double-col .left {
  padding: 50px 30px;
  background-color: #563893;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
}
.vendre .section-mci-001 .default-double-col .left h2 {
  color: #fff;
  font-size: clamp(26px, 5vw, 33px);
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8973b7;
}
@media screen and (max-width: 789px) {
  .vendre .section-mci-001 .default-double-col .left h2 {
    margin-top: 0px;
    text-align: center;
  }
}
.vendre .section-mci-001 .default-double-col .left h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 789px) {
  .vendre .section-mci-001 .default-double-col .left h3 {
    text-align: center;
  }
}
.vendre .section-mci-001 .default-double-col .left ul {
  margin-left: 0;
}
.vendre .section-mci-001 .default-double-col .left ul li {
  line-height: 1.8;
}
.vendre .section-mci-001 .default-double-col .left ul li strong {
  color: #fff;
}
.vendre .section-mci-001 .default-double-col .left ul li:before {
  background-color: #fff;
}
.vendre .section-mci-001 .default-double-col .right {
  text-align: center;
  color: #563893;
  font-weight: 300;
  font-size: 26px;
}
.vendre .section-mci-003 .default-text ul {
  margin: 0;
  text-align: center;
  list-style: none;
  font-size: 22px;
  color: #f0f0f0;
  background-color: #563893;
  padding: 30px 20px;
  border-radius: 10px;
  line-height: 1.8;
  font-style: italic;
  font-weight: 300;
}
.vendre .section-mci-003 .default-text ul strong {
  font-weight: 900;
}

.a-propos .section-mci-001 .default-title h2 {
  font-size: clamp(28px, 5vw, 41px);
}
.a-propos .section-mci-002 .default-double-col .left {
  flex-basis: 600px;
  flex-grow: 2;
}
.a-propos .section-mci-002 .default-double-col .left h2 {
  font-size: clamp(28px, 5vw, 38px);
}
.a-propos .section-mci-002 .default-double-col .right {
  flex-basis: 300px;
  flex-grow: 1;
}
.a-propos .section-mci-002 .default-double-col .right img {
  box-shadow: 0px 5px 19px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .a-propos .section-mci-004 .default-title {
    padding-top: 0px;
  }
}
.a-propos .section-mci-004 .default-double-col .left ul {
  background-color: #f0f0f0;
  padding: 20px;
  margin-left: 0;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
}
.a-propos .section-mci-004 .default-double-col .left ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-left: unset;
}
.a-propos .section-mci-004 .default-double-col .left ul li img {
  display: block;
  width: 30px;
  height: 30px;
  filter: invert(22%) sepia(72%) saturate(1567%) hue-rotate(239deg)
    brightness(83%) contrast(89%);
}
.a-propos .section-mci-004 .default-double-col .left ul li:before {
  display: none;
  padding-left: 0;
}
.a-propos .section-mci-005 .default-text p {
  font-size: clamp(16px, 3vw, 22px);
  color: #563893;
}
@media screen and (max-width: 1200px) {
  .a-propos .section-mci-005 {
    overflow: hidden;
  }
}

.contact .section-ban .block-ban-container .content {
  align-items: center;
}
.contact .section-ban .block-ban-container .content .title,
.contact .section-ban .block-ban-container .content .subtitle {
  text-align: center;
}
.contact .section-ban .block-ban-container .content .title {
  color: #fff;
  font-size: 66px;
}

#site-footer {
  position: relative;
  background-color: rgba(86, 56, 147, 0.8588235294);
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
}
#site-footer .footer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  z-index: -1;
}
#site-footer .footer-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
}
#site-footer .footer-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#site-footer a {
  transition:
    transform 0.3s ease-in-out,
    color 0.3s ease-in-out;
  text-decoration: none;
  color: #fff;
}
#site-footer .footer-top {
  display: flex;
  justify-content: space-between;
}
#site-footer .footer-top .logo-footer {
  width: 100px;
}
#site-footer .footer-top .logo-footer img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#site-footer .footer-top .menu-footer {
  display: flex;
  align-items: center;
}
#site-footer .footer-top .menu-footer .site-navigation .menu {
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-right: 40px;
}
#site-footer .footer-top .menu-footer .site-navigation .menu .sub-menu {
  display: none;
}
#site-footer .footer-top .menu-footer .menu {
  list-style: none;
}
#site-footer .footer-top .menu-footer .menu .menu-item a:hover {
  color: #ff314e;
}
#site-footer .footer-top .social-links {
  display: flex;
  gap: 10px;
}
#site-footer .footer-top .social-links a {
  display: flex;
}
#site-footer .footer-top .social-links a img {
  width: 23px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%)
    contrast(101%);
  transition: transform 0.3s ease-in-out;
}
#site-footer .footer-top .social-links a img:hover {
  filter: invert(38%) sepia(70%) saturate(6652%) hue-rotate(338deg)
    brightness(119%) contrast(101%);
  transform: translateY(-3px);
}
#site-footer .separator {
  border-bottom: 1px solid #666666;
  opacity: 0.1;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 28px;
}
#site-footer .footer-bottom {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
#site-footer .footer-bottom .informations {
  display: flex;
}
#site-footer .footer-bottom .informations a:hover {
  color: #ff314e;
  transform: translateY(-3px);
}
#site-footer .footer-bottom .nature-digitale-link {
  color: #fff;
  transition:
    transform 0.3s ease-in-out,
    color 0.3s ease-in-out;
  display: inline-block;
}
#site-footer .footer-bottom .nature-digitale-link:hover {
  color: #54d393;
  transform: translateY(-3px);
}
#site-footer .footer-pill .pill {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid rgb(4, 215, 169);
  transition: transform 0.3s ease-in-out;
  text-decoration: none;
  font-size: 12px;
  margin-left: auto;
  margin-top: 20px;
}
#site-footer .footer-pill .pill:hover {
  transform: translateY(-5px);
}
#site-footer .footer-pill .pill .note {
  background-color: rgb(0, 174, 136);
  padding: 5px;
  border-radius: 3px 0 0 3px;
  color: white;
  font-weight: 600;
}
#site-footer .footer-pill .pill .carbon {
  display: flex;
  padding-left: 16px;
  align-items: center;
  padding-right: 20px;
}
#site-footer .footer-pill .pill .carbon p {
  color: rgb(0, 174, 136);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  #site-footer .footer-pill .pill {
    margin-inline: auto;
  }
}

@media screen and (max-width: 1000px) {
  #site-footer .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #site-footer .footer-top .logo {
    margin: 30px 0;
  }
  #site-footer .footer-top .menu-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  #site-footer .footer-top .menu-footer .site-navigation .menu {
    row-gap: 10px;
    margin: 0;
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-right: 0;
  }
  #site-footer .separator {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1130px) {
  .informations {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 1129px) {
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom .informations {
    -moz-column-gap: 10px;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer-bottom p {
    text-align: center;
  }
}
.category .articles,
.home-section-blog .articles,
.blog .articles,
.single-post .articles,
.search .articles {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  /* Vous pouvez modifier la taille minimale (ici 250px) selon vos besoins */
  gap: 20px;
  margin-top: 30px;
}
.category .btn-all-posts,
.home-section-blog .btn-all-posts,
.blog .btn-all-posts,
.single-post .btn-all-posts,
.search .btn-all-posts {
  display: block;
  background-color: #563893;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #563893;
  transition: all 0.2s ease-in;
  border-radius: 50px;
}
.category .btn-all-posts:hover,
.home-section-blog .btn-all-posts:hover,
.blog .btn-all-posts:hover,
.single-post .btn-all-posts:hover,
.search .btn-all-posts:hover {
  background-color: transparent;
  color: #7755bb;
  border: 2px solid #7755bb;
}
@media screen and (max-width: 798px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .single-post .articles,
  .search .articles {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 799px) and (max-width: 1199px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .single-post .articles,
  .search .articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .single-post .articles,
  .search .articles {
    grid-template-columns: repeat(3, 1fr);
  }
}

.search h1.entry-title {
  text-align: center;
  color: #563893;
}
.search h1.entry-title span {
  text-decoration: underline;
  text-decoration-color: #7755bb;
}

.single-post {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
}
.single-post .header-content {
  max-width: 1000px;
  margin-inline: auto;
}
.single-post .header-content .post-thumbnail {
  position: relative;
}
.single-post .header-content .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.single-post .header-content .post-thumbnail .categories-links {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.single-post .header-content .post-informations {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.single-post .header-content .post-informations .title {
  color: #563893;
  font-size: 50px;
  margin-top: 30px;
}
.single-post .header-content .post-informations .post-details-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  opacity: 0.4;
}
.single-post .page-content {
  font-size: 16px;
  line-height: 1.8em;
  font-family: "Roboto";
  font-weight: normal;
}
.single-post .page-content > h1 {
  font-size: 50px;
  line-height: 1.7;
}
.single-post .page-content > h2 {
  font-size: 36px;
  line-height: 1.7;
}
.single-post .page-content > h3 {
  font-size: 22px;
  line-height: 1.7;
}
.single-post .page-content > ul,
.single-post .page-content > ol {
  padding-left: 30px;
  list-style-position: outside;
}
.single-post .page-content > ul li,
.single-post .page-content > ol li {
  margin-bottom: 10px;
}
.single-post .page-content > a {
  cursor: pointer;
  text-decoration: none;
  color: #563893;
  font-family: "Roboto";
  font-weight: normal;
}
.single-post .page-content > strong {
  color: var(#563893);
  font-family: "Roboto";
  font-weight: normal;
}
.single-post .page-content .wp-block-quote {
  border-left: 5px solid #563893;
  padding-left: 10px;
}
.single-post .page-content .wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-post .block-share-article {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .single-post .block-share-article {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
.single-post .block-share-article .share-article-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .single-post .block-share-article .share-article-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
.single-post .block-share-article .share-article-wrapper .links {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.single-post .block-share-article .share-article-wrapper .links a {
  width: 30px;
  height: 30px;
}
.single-post
  .block-share-article
  .share-article-wrapper
  .links
  .announce-share-link {
  display: block;
  width: 100%;
  height: 100%;
  isolation: isolate;
  transition: transform 0.3s ease-in-out;
}
.single-post
  .block-share-article
  .share-article-wrapper
  .links
  .announce-share-link
  img {
  cursor: pointer;
  filter: invert(22%) sepia(72%) saturate(1567%) hue-rotate(239deg)
    brightness(83%) contrast(89%);
  position: relative;
  z-index: -1;
}
.single-post
  .block-share-article
  .share-article-wrapper
  .links
  .announce-share-link:hover {
  transform: translateY(-3px);
}
.single-post
  .block-share-article
  .share-article-wrapper
  .links
  .announce-share-link:hover
  img {
  filter: invert(37%) sepia(20%) saturate(1744%) hue-rotate(219deg)
    brightness(99%) contrast(90%);
}
.single-post .block-share-article .more-announces,
.single-post .block-share-article .more-articles {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  text-decoration: none;
  color: #563893;
}
.single-post .block-share-article .more-announces:hover,
.single-post .block-share-article .more-articles:hover {
  color: #7755bb;
}
.single-post .block-author-article {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.single-post .block-author-article .author-card {
  display: flex;
  flex-direction: row;
  padding: 20px;
}
.single-post .block-author-article .author-card .image img {
  display: block;
  width: auto;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-right: 20px;
}
.single-post .block-author-article .author-card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-post .block-author-article .author-card .content .nickname {
  font-size: 32px;
  margin-bottom: 0;
  text-align: left;
}
.single-post .block-author-article .author-card .content .social-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}
.single-post .block-author-article .author-card .content .social-links a {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.single-post .block-author-article .author-card .content .social-links a img {
  width: 20px;
  height: 20px;
  filter: invert(22%) sepia(72%) saturate(1567%) hue-rotate(239deg)
    brightness(83%) contrast(89%);
  position: relative;
  z-index: -1;
}
.single-post .block-author-article .author-card .content .social-links a:hover {
  transform: translateY(-5px);
}
.single-post
  .block-author-article
  .author-card
  .content
  .social-links
  a:hover
  img {
  filter: invert(37%) sepia(20%) saturate(1744%) hue-rotate(219deg)
    brightness(99%) contrast(90%);
}
.single-post .block-author-article .author-card .content .description {
  text-align: justify;
}
.single-post .table-of-contents {
  margin-top: 50px;
  width: 100%;
  padding-inline: 20px;
  z-index: 1;
}
.single-post .table-of-contents .toc-container {
  position: relative;
}
.single-post .table-of-contents .toc-container .toc-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.single-post .table-of-contents .toc-container ul {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
  position: absolute;
  top: 35px;
  left: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: translateX(-50%);
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-post .table-of-contents .toc-container ul li {
  list-style: none;
  font-size: 14px;
  padding: 10px 15px;
}
.single-post .table-of-contents .toc-container ul li a {
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease-in;
}
.single-post .table-of-contents .toc-container ul li a:hover {
  transform: translateX(2px);
}
.single-post .table-of-contents .toc-container ul li:hover {
  border-left: 2px solid #563893;
}
.single-post .table-of-contents .toc-container ul.toc-fade-in {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1000px) {
  .single-post .table-of-contents.toc-fixed .toc-container {
    position: fixed;
    animation: slide-to-top-left 0.3s forwards;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title {
    margin: unset;
  }
  .single-post
    .table-of-contents.toc-fixed
    .toc-container
    .toc-title
    .toc-icon {
    background-color: #563893;
    padding: 4px;
    border-radius: 50%;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title p {
    display: none;
  }
  .single-post .table-of-contents.toc-fixed .toc-container ul {
    top: 45px;
    left: 0;
    width: -moz-max-content;
    width: max-content;
    transform: translateX(0);
  }
  @keyframes slide-to-top-left {
    from {
      top: 0;
      left: 50%;
    }
    to {
      top: 10px;
      left: 10px;
    }
  }
}
@media screen and (max-width: 999px) {
  .single-post .table-of-contents.toc-fixed {
    position: fixed;
    bottom: 0;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title {
    left: 20px;
    position: fixed;
    bottom: 20px;
  }
  .single-post
    .table-of-contents.toc-fixed
    .toc-container
    .toc-title
    .toc-icon {
    background-color: #563893;
    padding: 4px;
    border-radius: 50%;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title p {
    display: none;
  }
  .single-post .table-of-contents.toc-fixed .toc-container ul {
    max-width: 100%;
    top: unset;
    bottom: 65px;
  }
}
.single-post .cta-article-block {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-post .cta-article-block .title {
  font-size: 24px;
  font-weight: bold;
  color: #343a40;
  margin-bottom: 15px;
}
.single-post .cta-article-block .texte {
  font-size: 16px;
  color: #495057;
  margin-bottom: 20px;
  line-height: 1.5;
}
.single-post .cta-article-block .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  background-color: #563893;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.single-post .cta-article-block .btn:hover {
  background-color: #7755bb;
}
.single-post .popup-article-block {
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0.3s,
    opacity 0.3s linear;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .popup-article-block.is-visible {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .single-post .popup-article-block {
    padding: 0 20px;
  }
}
.single-post .popup-article-block .popup-content {
  position: relative;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 30px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 500px;
}
@media screen and (max-width: 500px) {
  .single-post .popup-article-block .popup-content {
    padding: 20px;
  }
}
.single-post .popup-article-block .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.single-post .popup-article-block .popup-close img {
  display: block;
  width: 30px;
  height: auto;
  filter: invert(22%) sepia(72%) saturate(1567%) hue-rotate(239deg)
    brightness(83%) contrast(89%);
}
@media screen and (max-width: 500px) {
  .single-post .popup-article-block .popup-close img {
    font-size: 20px;
  }
}
.single-post .popup-article-block .title {
  text-align: center;
  margin-bottom: 20px;
}
.single-post .popup-article-block .text {
  margin-bottom: 30px;
  text-align: justify;
  line-height: 1.5;
}
.single-post .popup-article-block .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background-color: #563893;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}
.single-post .popup-article-block .btn:hover {
  background-color: #7755bb;
}
.single-post .comments-area {
  max-width: 830px;
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.single-post .comments-area h2 {
  font-size: 36px;
}
.single-post .comments-area h3 {
  font-size: 36px;
}
.single-post .comments-area a {
  text-decoration: none;
  color: #666666;
}
.single-post .comments-area .post-count-comments-container {
  text-align: center;
  margin-bottom: 4rem;
}
.single-post .comments-area .comment-list {
  list-style-type: none;
}
.single-post .comments-area .comment-list .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.single-post .comments-area .comment-list .comment .comment-body {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .comments-area .comment-list .comment .comment-body p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-post
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-author
  .fn {
  font-size: 2rem;
  font-style: normal;
  color: #563893;
}
.single-post
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-author
  .says {
  display: none;
}
.single-post
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-author
  img {
  display: none;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-meta {
  margin-left: 10px;
}
.single-post
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-meta
  .comment-edit-link {
  color: #563893;
}
.single-post .comments-area .comment-list .comment .comment-body .reply {
  margin-left: 10px;
}
.single-post .comments-area .comment-list .comment .comment-body .reply a {
  margin-left: 5px;
}
.single-post .comments-area .comment-list .comment .comment-body .reply:before {
  content: "";
  display: inline-block;
  background-image: url("./assets/images/reply.svg");
  background-position: center;
  background-size: cover;
  filter: invert(22%) sepia(72%) saturate(1567%) hue-rotate(239deg)
    brightness(83%) contrast(89%);
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.single-post
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-awaiting-moderation {
  font-size: 14px;
  color: #563893;
}
.single-post .comments-area .comment-list .comment .children {
  margin-left: 30px;
}
.single-post .comments-area .comment-list .comment .children .comment.byuser {
  border: none;
}
.single-post .comments-area .comment-list .comment::marker {
  content: "";
}
.single-post .comments-area .comment-respond {
  margin-top: 20px;
}
.single-post
  .comments-area
  .comment-respond
  .comment-reply-title
  #cancel-comment-reply-link {
  font-size: 14px;
  color: #563893;
  margin-left: 20px;
}
.single-post .comments-area .comment-respond .logged-in-as {
  display: flex;
  margin-bottom: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}
.single-post .comments-area .comment-respond .comment-form-comment {
  display: flex;
  flex-direction: column;
}
.single-post .comments-area .comment-respond .comment-form-comment label {
  display: none;
}
.single-post .comments-area .comment-respond .comment-form-comment textarea {
  font-family: "Roboto";
  font-weight: normal;
  border: 1.5px solid #666666;
  outline: none;
  padding: 10px;
  resize: vertical;
  height: 150px;
  border-radius: 5px;
}
.single-post .comments-area .comment-respond .user_inputs {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-post .comments-area .comment-respond .user_inputs .comment-form-author,
.single-post .comments-area .comment-respond .user_inputs .comment-form-email,
.single-post .comments-area .comment-respond .user_inputs .comment-form-url {
  flex: 1;
}
.single-post
  .comments-area
  .comment-respond
  .user_inputs
  .comment-form-author
  input,
.single-post
  .comments-area
  .comment-respond
  .user_inputs
  .comment-form-email
  input,
.single-post
  .comments-area
  .comment-respond
  .user_inputs
  .comment-form-url
  input {
  width: 100%;
  font-family: "Roboto";
  font-weight: normal;
  border: none;
  border-bottom: 1.5px solid #666666;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
}
.single-post .comments-area .comment-respond .form-submit {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .comments-area .comment-respond .form-submit input {
  border: none;
  background-color: #563893;
  height: 40px;
  padding: 0.6rem 2.5rem;
  border-radius: 0.5rem;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .single-post .header-content .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.7777777778;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single-post .header-content .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.3333333333;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .single-post .header-content .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 0.8888888889;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .single-post .comments-area .logged-in-as {
    flex-direction: column;
    gap: none;
  }
  .single-post .comments-area .form-submit {
    text-align: center;
  }
}
.block-ban-container {
  position: relative;
}
.block-ban-container .content {
  row-gap: 0px;
  width: 1200px;
  max-width: 90%;
  margin-inline: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-ban-container .btn {
  display: block;
  background-color: #563893;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #563893;
  transition: all 0.2s ease-in;
  border-radius: 50px;
  margin-top: 30px;
}
.block-ban-container .btn:hover {
  background-color: transparent;
  color: #7755bb;
  border: 2px solid #7755bb;
}
.block-ban-container .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-ban-container .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-ban-container.default-inner-ban {
  min-height: 500px;
  display: flex;
  align-items: center;
}
.block-ban-container.default-inner-ban .content {
  z-index: 2;
  position: relative;
  text-align: center;
}
.block-ban-container.default-inner-ban .title {
  font-size: clamp(36px, 5vw, 56px);
  color: #fff;
  text-transform: uppercase;
}
.block-ban-container.default-inner-ban .image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}

.block-ban-container.full-height {
  height: calc(100vh - 126px);
}

@media screen and (max-width: 500px) {
  .block-ban-container {
    height: calc(100lvh - 126px);
  }
}
.block-multipurpose.standard .title {
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  color: #7755bb;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-multipurpose.standard .subtitle {
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  font-size: 36px;
  padding-bottom: 30px;
}
.block-multipurpose.standard .paragraph p {
  padding-bottom: 20px;
  line-height: 1.6em;
  text-align: justify;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
}
.block-multipurpose.standard .paragraph p:last-of-type {
  padding-bottom: 0;
}
.block-multipurpose.standard .btn-container {
  text-align: center;
  margin-top: 50px;
}
.block-multipurpose.standard .btn-container .btn {
  display: block;
  background-color: #563893;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #563893;
  transition: all 0.2s ease-in;
  border-radius: 50px;
  display: inline-block;
}
.block-multipurpose.standard .btn-container .btn:hover {
  background-color: transparent;
  color: #7755bb;
  border: 2px solid #7755bb;
}

@media screen and (max-width: 500px) {
  .block-multipurpose.standard .title {
    font-size: 17px;
  }
  .block-multipurpose.standard .subtitle {
    font-size: 30px;
  }
}
.block-multipurpose.block-double-col .block-default-element__img-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-multipurpose.block-double-col.img-gauche .block-double-col-element {
  flex-direction: row;
}
.block-multipurpose.block-double-col.img-droite .block-double-col-element {
  flex-direction: row-reverse;
}
.block-multipurpose.block-double-col .block-double-col-element {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.block-multipurpose.block-double-col .block-double-col-element__img-container {
  flex-grow: 1;
  flex-basis: 40%;
  min-width: 500px;
}
@media screen and (max-width: 768px) {
  .block-multipurpose.block-double-col
    .block-double-col-element__img-container {
    min-width: 100%;
  }
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container {
  flex-grow: 1;
  flex-basis: 40%;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .title {
  font-family: "Roboto";
  font-weight: 600;
  text-align: left;
  font-size: 18px;
  color: #7755bb;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .subtitle {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 36px;
  padding-bottom: 30px;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .paragraph
  p {
  padding-bottom: 20px;
  line-height: 1.6em;
  text-align: justify;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .paragraph
  p:last-of-type {
  padding-bottom: 0;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .btn-container {
  text-align: right;
  padding-top: 30px;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .btn-container
  .btn {
  display: block;
  background-color: #563893;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #563893;
  transition: all 0.2s ease-in;
  border-radius: 50px;
  display: inline-block;
}
.block-multipurpose.block-double-col
  .block-double-col-element__content-container
  .btn-container
  .btn:hover {
  background-color: transparent;
  color: #7755bb;
  border: 2px solid #7755bb;
}

@media screen and (max-width: 900px) {
  .block-multipurpose.block-double-col.img-gauche
    .block-double-col-element
    .block-double-col-element__img-container {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .block-multipurpose.block-double-col.img-droite
    .block-double-col-element
    .block-double-col-element__img-container {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .block-multipurpose.block-double-col.img-droite
    .block-double-col-element
    .title {
    text-align: center;
  }
  .block-multipurpose.block-double-col.img-droite
    .block-double-col-element
    .subtitle {
    padding-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .block-multipurpose.block-double-col
    .block-double-col-element__content-container
    .title {
    font-size: 17px;
  }
  .block-multipurpose.block-double-col
    .block-double-col-element__content-container
    .subtitle {
    font-size: 30px;
  }
}
.block-multipurpose.block-cards-simple {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 60px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 30%;
  min-width: 250px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container {
  padding: 30px 30px 40px 30px;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container
  .title {
  text-align: center;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 36px;
  color: #7755bb;
  margin-bottom: 10px;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container
  .subtitle {
  text-align: center;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 18px;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container
  .paragraph {
  padding-top: 20px;
  line-height: 1.6em;
  color: #666666;
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container
  .paragraph
  p {
  padding-bottom: 10px;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container
  .btn-container {
  text-align: center;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container
  .btn-container
  .btn {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #563893;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  transition: all 0.2s ease-in;
  border-radius: unset;
  background: transparent;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__content-container
  .btn-container
  .btn:hover {
  background-color: transparent;
  color: #563893;
  border: unset;
  text-decoration: underline;
}
.block-multipurpose.block-cards-simple
  .block-cards-simple-element
  .block-cards-simple-element__img-container
  img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 900px) {
  .block-multipurpose.block-cards-simple {
    transform: translateY(0px);
    height: auto;
  }
}
body.default .block-team-cards,
body.default .team {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  line-height: 1.5;
}
body.default .block-team-cards .card-member,
body.default .team .card-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  flex-basis: 30%;
  min-width: 300px;
  padding: 20px;
  background-color: rgba(126, 132, 130, 0.04);
  border-radius: 10px;
}
body.default .block-team-cards .picture img,
body.default .team .picture img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
body.default .block-team-cards .infos,
body.default .team .infos {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
}
body.default .block-team-cards .name,
body.default .team .name {
  font-size: 22px;
}
body.default .block-team-cards .job,
body.default .team .job {
  font-size: 18px;
}
body.default .block-team-cards .description,
body.default .team .description {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 20px;
}
body.default .block-team-cards .social-link,
body.default .team .social-link {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: auto;
}
body.default .block-team-cards .social-link a,
body.default .team .social-link a {
  cursor: pointer;
}
body.default .block-team-cards .social-link a:hover,
body.default .team .social-link a:hover {
  filter: invert(22%) sepia(72%) saturate(1567%) hue-rotate(239deg)
    brightness(83%) contrast(89%);
}
body.default .block-team-cards .social-link img,
body.default .team .social-link img {
  width: 20px;
}

.block-reviews.slider-reviews .review-container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: justify;
}
.block-reviews.slider-reviews .client-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 599px) {
  .block-reviews.slider-reviews .client-container {
    flex-direction: column;
    row-gap: 10px;
  }
}
.block-reviews.slider-reviews .review {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
}
.block-reviews.slider-reviews .client-infos {
  display: flex;
}
@media (min-width: 600px) {
  .block-reviews.slider-reviews .client-infos {
    align-items: baseline;
    flex-direction: column;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media (max-width: 599px) {
  .block-reviews.slider-reviews .client-infos {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
}
.block-reviews.slider-reviews .client-name {
  font-weight: 600;
}
.block-reviews.slider-reviews .review-date {
  font-size: 14px;
  color: rgb(185, 185, 185);
  font-style: italic;
}
.block-reviews.slider-reviews .client-picture {
  width: 30px;
  height: 30px;
}
.block-reviews.slider-reviews .client-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.block-reviews.slider-reviews .splide__pagination {
  bottom: -20px;
}

.block-gallery-container .gallery {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block-gallery-container .gallery .img-gallery {
  display: block;
  min-width: 300px;
  flex-basis: 30%;
  flex-grow: 1;
}
.block-gallery-container .gallery .img-gallery img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.block-gallery-container .block-gallery-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.block-gallery-container .block-gallery-lightbox .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.block-gallery-container .block-gallery-lightbox .slider-media-gallery {
  width: 100%;
}
.block-gallery-container .block-gallery-lightbox .swiper {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-wrapper {
  display: flex;
  cursor: pointer;
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-slide picture,
.block-gallery-container .block-gallery-lightbox .swiper .swiper-slide img {
  cursor: grab;
  width: auto;
  max-width: 100%;
  max-height: 700px;
}
@media screen and (max-width: 768px) {
  .block-gallery-container
    .block-gallery-lightbox
    .swiper
    .swiper-slide
    picture,
  .block-gallery-container .block-gallery-lightbox .swiper .swiper-slide img {
    max-height: 70vh;
    max-width: 90vw;
  }
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-button-next,
.block-gallery-container .block-gallery-lightbox .swiper .swiper-button-prev {
  color: #fff;
}

.block-faqs.faq {
  list-style: none;
  padding-left: 0px !important;
}
.block-faqs.faq .faq-item {
  margin-bottom: 20px;
}
.block-faqs.faq .question {
  background-color: #f1f1f1;
  padding: 20px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.15s ease-in-out;
}
.block-faqs.faq .question:hover {
  background-color: #563893;
  color: white;
}
.block-faqs.faq .question:hover::before {
  filter: invert(22%) sepia(72%) saturate(1567%) hue-rotate(239deg)
    brightness(83%) contrast(89%);
}
.block-faqs.faq .question::before {
  content: url("./assets/images/chevronDown.svg");
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  transform: rotate(-90deg);
  transition: transform 0.15s ease-in-out;
}
.block-faqs.faq .answer {
  height: 0;
  transition: height 0.2s ease-out;
  background-color: #f1f1f1;
  overflow: hidden;
}
.block-faqs.faq .answer .text-wrapper {
  padding: 20px;
}
.block-faqs.faq .expanded .question {
  background-color: #563893;
  color: white;
}
.block-faqs.faq .expanded .question::before {
  transform: rotate(0deg);
  filter: invert(22%) sepia(72%) saturate(1567%) hue-rotate(239deg)
    brightness(83%) contrast(89%);
}
.block-faqs.faq .expanded .answer {
  transition: height 0.5s ease-out;
}

#loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #563893;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: spin 1s linear infinite;
}

/* Animation de rotation */
@keyframes spin {
  from {
    /* on conserve la translation ET on ajoute la rotation */
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#offres-pro-count {
  text-align: end;
  font-size: 12px;
  color: #fff;
  background-color: #563893;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 15px;
  margin-top: 10px;
  margin-left: auto;
}

#offres-pro-filters > #base-filters,
#offres-pro-filters > #dynamic-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#offres-pro-filters > #dynamic-filters {
  margin-top: 10px;
}
#offres-pro-filters .filter-field {
  flex: 1 1 200px;
}
#offres-pro-filters .filter-field .field-label {
  display: block;
}
#offres-pro-filters .filter-field select,
#offres-pro-filters .filter-field input[type="number"] {
  width: 100%;
  padding: 7px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin-top: 3px;
}
#offres-pro-filters .filter-field input[type="number"] {
  background-color: #e9e9ed;
}
#offres-pro-filters .filter-field[data-key="field_exclusive"] {
  max-width: 120px;
}
#offres-pro-filters .toggle-switch {
  display: block;
  cursor: pointer;
}
#offres-pro-filters .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#offres-pro-filters .toggle-switch .slider {
  display: inline-block;
  width: 54px;
  height: 30px;
  background-color: #ccc;
  border-radius: 26px;
  position: relative;
  transition: background-color 0.3s;
  margin-top: 3px;
}
#offres-pro-filters .toggle-switch .slider::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 2px;
  left: 2px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}
#offres-pro-filters .toggle-switch input:checked + .slider {
  background-color: #563893;
}
#offres-pro-filters .toggle-switch input:checked + .slider::before {
  transform: translateX(24px);
}
@media (max-width: 768px) {
  #offres-pro-filters > #base-filters,
  #offres-pro-filters > #dynamic-filters {
    flex-direction: column;
  }
  #offres-pro-filters .filter-field {
    flex: none;
    width: 100%;
  }
}

#offres-pro-results {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  margin-top: 15px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

#offres-pro-results.fade-out {
  opacity: 0;
}

#offres-pro-results.fade-in {
  opacity: 1;
}

.offres-pro-container {
  position: relative;
}

.offre-pro-card-archive {
  flex: 1 1 calc(33.333% - 1rem);
  max-width: calc(33.333% - 1rem);
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #offres-pro-results {
    gap: 0.75rem;
  }
  .offre-pro-card-archive {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.offre-pro-card {
  cursor: pointer;
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}
.offre-pro-card .card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.offre-pro-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
.offre-pro-card .card-media {
  position: relative;
}
.offre-pro-card .card-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
.offre-pro-card .card-media .badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.6rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
.offre-pro-card .card-media .badge.sold {
  background: #54d393;
}
.offre-pro-card .card-media .badge.sold-old {
  background: #000;
  color: #fff;
}
.offre-pro-card .card-media .badge.exclu {
  background: #ff314e;
}
.offre-pro-card .card-media .badge.installed {
  background: #54d393;
}
.offre-pro-card .card-media .badge.installed-old {
  background: #000;
  color: #fff;
}
.offre-pro-card .card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  height: 100%;
}
.offre-pro-card .card-content .transaction-type {
  font-size: 0.8rem;
  color: #757575;
  text-transform: uppercase;
}
.offre-pro-card .card-content .card-title {
  font-size: 1.1rem;
  margin: 0;
  color: #212121;
}
.offre-pro-card .card-content .sub-types {
  font-size: 0.9rem;
  color: #424242;
}
.offre-pro-card .card-content .price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2e7d32;
  margin: 0.5rem 0;
}
.offre-pro-card .card-content .price .price-label {
  font-size: 0.75rem;
  font-weight: normal;
  color: #757575;
  margin-left: 0.3rem;
}
.offre-pro-card .card-content .price .on-demand {
  color: #ff314e;
}
.offre-pro-card .card-content .location {
  font-size: 0.85rem;
  color: #616161;
  margin-top: auto;
}

@media (max-width: 600px) {
  .offre-pro-card .card-content {
    padding: 0.75rem;
    gap: 0.5rem;
  }
}
.no-results {
  padding: 15px;
  background-color: #563893;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.no-results a {
  color: #fff;
  font-weight: 900;
}

.block-slider-offers-container {
  visibility: hidden;
}
@media screen and (min-width: 1000px) {
  .block-slider-offers-container {
    overflow: hidden;
  }
}

.block-slider-offers-container.swiper-initialized {
  visibility: visible;
}

.single-pro-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.single-pro-content .col-left.single-gallery-container {
  flex-grow: 1;
  flex-basis: 450px;
  display: flex;
  min-width: 0;
}
.single-pro-content .col-left.single-gallery-container .swiper-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
  position: sticky;
  top: 50px;
}
.single-pro-content
  .col-left.single-gallery-container
  .swiper-container
  .swiper-wrapper {
  height: 100%;
}
.single-pro-content
  .col-left.single-gallery-container
  .swiper-container
  .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.single-pro-content
  .col-left.single-gallery-container
  .swiper-container
  .swiper-slide
  img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-pro-content
  .col-left.single-gallery-container
  .swiper-container
  .swiper-pagination {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.single-pro-content
  .col-left.single-gallery-container
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #6c2ae0;
  opacity: 0.3;
  margin: 0 5px;
  border-radius: 100%;
  transition: opacity 0.3s;
  display: inline-block;
}
.single-pro-content
  .col-left.single-gallery-container
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet-active {
  opacity: 1;
  background: #6c2ae0;
}
.single-pro-content .col-left.single-gallery-container .badge.exclusive {
  position: absolute;
  top: 10px;
  left: 10px;
  align-self: flex-start;
  background: #ff314e;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  z-index: 1;
}
.single-pro-content .col-left.single-gallery-container .gallery-disclaimer {
  font-size: 14px;
  text-align: justify;
  background-color: #563893;
  padding: 5px 10px;
  border-radius: 3px;
  margin-top: 5px;
  color: #fff;
}
.single-pro-content .col-left.single-image-container {
  flex-grow: 1;
  flex-basis: 450px;
  display: flex;
  min-width: 0;
}
.single-pro-content .col-left.single-image-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-pro-content .col-left.single-image-container .badge.exclusive {
  position: absolute;
  top: 10px;
  left: 10px;
  align-self: flex-start;
  background: #ff314e;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  z-index: 1;
}
.single-pro-content .col-left.single-image-container .gallery-disclaimer {
  font-size: 14px;
  text-align: justify;
  background-color: #563893;
  padding: 5px 10px;
  border-radius: 3px;
  margin-top: 5px;
  color: #fff;
}
.single-pro-content .col-left.single-image-container {
  flex-grow: 1;
  flex-basis: 450px;
  display: flex;
  flex-direction: column;
}
.single-pro-content .col-left.single-image-container .badge.exclusive {
  position: absolute;
  top: 10px;
  left: 10px;
  align-self: flex-start;
  background: #ff314e;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single-pro-content .col-left.single-image-container .image-container {
  width: 100%;
  position: sticky;
  height: -moz-fit-content;
  height: fit-content;
  top: 50px;
}
.single-pro-content .col-left.single-image-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-pro-content .col-right {
  flex-grow: 1;
  flex-basis: 450px;
  display: flex;
  flex-direction: column;
}
.single-pro-content .col-right .information-details-container {
  display: flex;
  flex-direction: column;
}
.single-pro-content
  .col-right
  .information-details-container
  .reference-container {
  font-size: 13px;
  color: gray;
}
.single-pro-content .col-right .information-details-container .title {
  font-size: clamp(24px, 2vw, 32px);
  color: #563893;
  margin-bottom: 15px;
}
.single-pro-content .col-right .information-details-container .price-container {
  margin-bottom: 20px;
}
.single-pro-content
  .col-right
  .information-details-container
  .price-container
  .price {
  font-weight: 900;
  font-size: clamp(22px, 2vw, 28px);
  color: #2e7d32;
}
.single-pro-content
  .col-right
  .information-details-container
  .price-container
  .price
  .transaction-type {
  font-weight: 300;
  font-size: 14px;
}
.single-pro-content
  .col-right
  .information-details-container
  .price-container
  .price.on-demand {
  color: #ff314e;
}
.single-pro-content
  .col-right
  .information-details-container
  .price-container
  .net-vendeur {
  display: block;
  font-size: 14px;
  color: gray;
}
.single-pro-content
  .col-right
  .information-details-container
  .sub-types-location-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.single-pro-content .col-right .information-details-container .sub-types {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.single-pro-content .col-right .information-details-container .sub-types img {
  display: block;
  width: 24px;
  height: auto;
}
.single-pro-content .col-right .information-details-container .sub-types p {
  color: #000000;
  font-weight: bold;
}
.single-pro-content
  .col-right
  .information-details-container
  .location-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  color: gray;
}
.single-pro-content
  .col-right
  .information-details-container
  .location-container
  .location {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.single-pro-content
  .col-right
  .information-details-container
  .location-container
  .location
  img {
  display: block;
  width: 24px;
  height: auto;
  filter: invert(64%) sepia(0%) saturate(1278%) hue-rotate(136deg)
    brightness(90%) contrast(91%);
}
.single-pro-content
  .col-right
  .information-details-container
  .short-description-container {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.single-pro-content .col-right .information-keys-container {
  padding: 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
}
.single-pro-content .col-right .information-keys-container .title {
  color: #563893;
  font-weight: 300;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
}
.single-pro-content .col-right .information-keys-container ul.information-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
}
.single-pro-content
  .col-right
  .information-keys-container
  ul.information-list
  li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-pro-content
  .col-right
  .information-keys-container
  ul.information-list
  li
  img {
  display: block;
  width: 25px;
  height: auto;
  filter: invert(22%) sepia(72%) saturate(1567%) hue-rotate(239deg)
    brightness(83%) contrast(89%);
}
.single-pro-content .col-right .description-container {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.single-offre_pro .default-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.single-offre_pro .important-informations-container h2 {
  color: #ff314e;
}
.single-offre_pro
  .important-informations-container
  .important-informations-list {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.single-offre_pro
  .important-informations-container
  .important-informations-list
  p {
  text-align: justify;
  margin-bottom: 10px;
}
.single-offre_pro
  .important-informations-container
  .important-informations-list
  p:last-child {
  margin-bottom: 0;
}
.single-offre_pro
  .important-informations-container
  .important-informations-list
  ul,
.single-offre_pro
  .important-informations-container
  .important-informations-list
  ol {
  list-style: disc;
  margin-left: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-offre_pro
  .important-informations-container
  .important-informations-list
  ul
  li,
.single-offre_pro
  .important-informations-container
  .important-informations-list
  ol
  li {
  margin-bottom: 10px;
}
.single-offre_pro
  .important-informations-container
  .important-informations-list
  ul
  li:last-child,
.single-offre_pro
  .important-informations-container
  .important-informations-list
  ol
  li:last-child {
  margin-bottom: 0;
}
.single-offre_pro
  .important-informations-container
  .important-informations-list
  a {
  color: #fff;
  font-weight: 900;
}
.single-offre_pro .single-pro-back-to-archive-container a {
  display: block;
  background-color: #563893;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #563893;
  transition: all 0.2s ease-in;
  border-radius: 50px;
  margin-inline: auto;
}
.single-offre_pro .single-pro-back-to-archive-container a:hover {
  background-color: transparent;
  color: #7755bb;
  border: 2px solid #7755bb;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Roboto";
  font-weight: normal;
  scroll-behavior: smooth;
}

::-moz-selection {
  background-color: rgba(176, 176, 176, 0.386);
}

::selection {
  background-color: rgba(176, 176, 176, 0.386);
}

a {
  outline: 0;
}

body.body-fixed {
  overflow: hidden;
}

.admin-bar {
  padding-top: 32px;
}
.admin-bar .site-navigation {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar {
    padding-top: 46px;
  }
  .admin-bar .site-navigation {
    top: 46px;
  }
} /*# sourceMappingURL=style.css.map */
