@charset "UTF-8";
/**
  * Theme Name: Thème ADN SUCCESS
  * Description: Template réalisée sur-mesure pour le site ADN SUCCESS. 
  * Author: TAHIR M'hamed
  * Version: 1.0
  * Author URI: https://agencewebideal.fr/
  **/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-padding-top: 10em;
}

@keyframes zoomFadeIn {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@font-face {
  font-family: "Canela Thin";
  src: url("fonts/Canela-Thin.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* Canela Text Thin Italic */
@font-face {
  font-family: "Canela Text Thin Italic";
  src: url("fonts/CanelaText-ThinItalic-Trial.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/* Canela Text Regular */
@font-face {
  font-family: "Canela Text Regular";
  src: url("fonts/Canela-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Canela Text Regular No. 2 Italic */
@font-face {
  font-family: "Canela Text Regular Italic";
  src: url("fonts/CanelaText-RegularNo2Italic-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Canela Text Medium */
@font-face {
  font-family: "Canela Text Medium";
  src: url("fonts/CanelaText-Medium-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Canela Text Bold */
@font-face {
  font-family: "Canela Text Bold";
  src: url("fonts/CanelaText-Bold-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Canela Text Bold Italic */
@font-face {
  font-family: "Canela Text Bold Italic";
  src: url("fonts/CanelaText-BoldItalic-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plantin MT Pro Bold";
  src: url("fonts/PlantinMTProBold.TTF") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plantin MT Pro Bold Italic";
  src: url("fonts/PlantinMTProBoldIt.TTF") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plantin MT Pro Condensed Bold";
  src: url("fonts/PlantinMTProCnBd.TTF") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plantin MT Pro Light";
  src: url("fonts/PlantinMTProLight.TTF") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plantin MT Pro Light Italic";
  src: url("fonts/PlantinMTProLightIt.TTF") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plantin MT Pro Regular";
  src: url("fonts/PlantinMTProRg.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plantin MT Pro Regular Italic";
  src: url("fonts/PlantinMTProRgIt.TTF") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plantin MT Pro Semi Bold Italic";
  src: url("fonts/PlantinMTProSemiBdIt.TTF") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plantin MT Pro Semi Bold";
  src: url("fonts/PlantinMTProSmBd.TTF") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rexton Black";
  src: url("fonts/Rexton Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rexton Bold";
  src: url("fonts/Rexton Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rexton Extra Bold";
  src: url("fonts/Rexton Extra Bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rexton Light";
  src: url("fonts/Rexton Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rexton Medium";
  src: url("fonts/Rexton Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rexton Regular";
  src: url("fonts/Rexton Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --white: #ffffff;
  --white-rgb: 255,255,255;
  --creme-rgb: 228, 215, 198;
  --creme: #E4D7C6;
  --creme-02: #EDE7DF;
  --creme-light: #f9f7f4;
  --black-rgb: 0, 0, 0;
  --black: #000000;
  --graycremedarken: #807878;
  --graydarken: #191919;
  --gray: #5c5c5c;
  --graylighten: #aeaeae;
  --red: red;
  --theme-01-red: #5e191a;
  --theme-02-red: #511c27;
  --theme-03-creme: #e2d9c8;
  --theme-04-gray: #eff0ee;
  --theme-05-red: #550F27;
  --theme-06-red: #640018;
  --theme-07-creme: #EDE7DF;
  --theme-08-red-rgb: 100, 0, 24;
  --theme-08-gray: 187, 187, 187;
  --theme-08-graydarken: #999999;
}

body {
  font-family: "Traviata", sans-serif;
}

.bg-white-transparent {
  background: rgba(var(--white-rgb), 0.75) !important;
}
.bg-white-transparent .navbar-brand,
.bg-white-transparent .nav-link {
  color: var(--black) !important;
}

.bg-creme-transparent {
  background: rgba(var(--creme-rgb), 0.5) !important;
}

.bg-nav-creme-transparent {
  background: rgba(var(--creme-rgb), 0.5);
}

.bg-blur-creme {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.bg-blur-creme .navbar-brand,
.bg-blur-creme .nav-link {
  color: var(--black) !important;
}

.bg-blur-layer {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  /* bien blanc */
  z-index: 1;
}

.br-8 {
  border-radius: 8px !important;
}

.header-home {
  /** Slider **/
  /* Boutons Suivant / Précédent */
  /* Positionnement des boutons */
}
.header-home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(var(--black-rgb), 0.45);
  z-index: 1;
}
.header-home .slider-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0;
}
.header-home .slider {
  position: relative;
  width: 100%;
  height: 100vh;
}
.header-home .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: end;
  justify-content: start;
  color: var(--white);
  padding-left: 2em !important;
  padding-bottom: 2em !important;
  pointer-events: none;
}
.header-home .slide .subtitle {
  position: relative;
  z-index: 3;
  font-family: "Canela Thin";
  font-size: clamp(18px, 5vw, 24px);
  opacity: 0;
}
.header-home .slide h1 {
  position: relative;
  font-size: clamp(34px, 5vw, 60px);
  font-family: "Canela Thin";
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1em;
  z-index: 3;
  margin-bottom: 0.15em;
  opacity: 0;
}
@media (max-width: 567px) {
  .header-home .slide h1 {
    max-width: 80%;
  }
}
.header-home .slide .btn {
  position: relative;
  z-index: 3;
  opacity: 0;
}
.header-home .slider-container {
  background: rgba(0, 0, 0, 0.5); /* évite le flash blanc */
}
.header-home .slide {
  opacity: 0;
  z-index: 0;
  transition: opacity 1s ease-in-out;
}
.header-home .slide.active {
  opacity: 1;
  z-index: 1;
}
.header-home .slide-1 {
  position: relative;
  overflow: hidden;
}
.header-home .slide-1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* recadre la vidéo comme background-size: cover */
  z-index: 0;
}
.header-home .slide-1 .row {
  position: relative;
  z-index: 1; /* contenu au-dessus de la vidéo */
}
.header-home .slide-2 {
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/2_HERO SECTION_ MONOGRAMM_2 copie.webp");
  background-size: cover;
  background-position: center;
}
.header-home .slide-3 {
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/1_HEADER HOMEPAGE _MARYAM HOME DEF-27.webp");
  background-size: cover;
  background-position: center;
}
.header-home .slide {
  pointer-events: none;
}
.header-home .slide.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  animation: zoomFadeIn 0.5s ease-in forwards;
}
.header-home .slide.active .subtitle,
.header-home .slide.active h1,
.header-home .slide.active .btn {
  opacity: 0;
  animation: fadeUp 1s ease forwards;
}
.header-home .slide.active .subtitle {
  animation-delay: 0.4s;
}
.header-home .slide.active h1 {
  animation-delay: 0.6s;
}
.header-home .slide.active .btn {
  animation-delay: 0.8s;
}
.header-home .prev,
.header-home .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 5px 10px;
}
.header-home .prev {
  left: 10px;
}
.header-home .next {
  right: 10px;
}

.header-a-propos img.img-a-propos {
  display: block;
  width: 100%;
  margin: 66px auto 1em auto;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: auto;
  animation: zoomFadeIn 1s ease forwards;
}
@media (min-width: 567px) {
  .header-a-propos img.img-a-propos {
    height: 90vh !important;
    border-radius: 8px;
    -o-object-position: center -80px;
       object-position: center -80px;
  }
}
@media (max-width: 567px) {
  .header-a-propos img.img-a-propos {
    height: auto;
    border-radius: 8px;
  }
}
.header-a-propos h1 {
  font-size: clamp(2em, 5vw, 46px);
  text-transform: uppercase;
  font-family: "Canela Thin";
  margin: 1em 0;
  max-width: 79.82%;
  margin-left: 0.55em;
}

.text-animated {
  display: inline-block;
  overflow: hidden;
}

.text-animated .line {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUp 0.6s ease-out forwards;
  display: block;
}

.text-animated .line:nth-child(1) {
  animation-delay: 0s;
}

.text-animated .line:nth-child(2) {
  animation-delay: 0.3s;
}

.text-animated .line:nth-child(3) {
  animation-delay: 0.6s;
}

/* Ajoute plus si nécessaire */
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-animated:not(.start) .line {
  animation: none !important;
}

.header-offres {
  height: calc(38vh - 66px);
  display: flex;
  align-items: end;
  text-transform: uppercase;
  color: var(--black);
  font-family: "Canela Thin";
  padding: 0 0.75em;
}

.header-contact {
  background-color: var(--creme);
  height: 48vh;
  display: flex;
  align-items: end;
  color: var(--black);
  font-family: "Canela Thin";
  padding: 0 0.75em;
}
@media (max-width: 567px) {
  .header-contact {
    margin-top: 66px;
  }
}
.header-contact .subtitle {
  font-size: 18px;
}
.header-contact h1 {
  max-width: 553px;
  font-size: 46px;
  letter-spacing: 2.8px;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.header-contact span {
  animation-delay: 0.4s;
}
.header-contact h1 {
  animation-delay: 0.6s;
}

.header-termes {
  height: calc(38vh - 66px);
  display: flex;
  align-items: end;
  text-transform: uppercase;
  color: var(--black);
  font-family: "Canela Thin";
  padding: 0 0.75em;
}

.navbar {
  width: 100%;
  height: 64px;
  background: transparent;
  color: var(--black);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 1em 1.5em;
}
.navbar .navbar-brand {
  position: relative;
  font-family: "Canela Thin";
  text-transform: uppercase;
  font-size: 1.6em;
}
.navbar .navbar-brand img {
  width: 213px;
  height: auto;
}
.navbar .nav-link {
  text-transform: uppercase;
  font-family: "Rexton Light";
  padding-left: 1em !important;
  padding-right: 1em !important;
  font-size: 8px;
}
@media (min-width: 768px) {
  .navbar .separation-vertical-white {
    position: inherit;
    width: 1px !important;
    height: 30px !important;
    display: inline-block;
    margin: auto 1.5em auto 1em;
    background: rgba(var(--white-rgb), 0.35);
  }
  .navbar .separation-vertical-black {
    position: inherit;
    width: 1px !important;
    height: 30px !important;
    display: inline-block;
    margin: auto 1.5em auto 1em;
    background: rgba(var(--black-rgb), 0.35);
  }
}
.navbar .btn {
  text-transform: uppercase;
  font-family: "Rexton Light";
  border-radius: 8px !important;
  font-size: 8px !important;
}

@media (max-width: 991.98px) {
  .navbar-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .navbar-collapse {
    z-index: 20000 !important;
    height: 100vh;
    overflow: hidden;
    margin: 0;
  }
  .navbar-collapse.show {
    position: fixed !important;
    inset: 0;
    z-index: 20000 !important;
    background-image: url("https://adn-success.fr/wp-content/uploads/themes/sect-4-a-propos-2.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100vh;
  }
  .navbar-collapse.show .navbar-nav {
    width: 100%;
    margin-left: 0;
  }
  .navbar-collapse.show .nav-link {
    position: relative;
    color: white !important;
    font-size: 35px;
    font-weight: medium !important;
    text-transform: uppercase;
    font-family: "Canela Text Regular";
    margin: 0 0 0 0.75em !important;
    padding: 0 1em 0 0 !important;
  }
  .navbar-collapse.show .btn {
    display: none;
  }
  .navbar-collapse.show .separation-vertical-white,
  .navbar-collapse.show .separation-vertical-black {
    display: none;
  }
  .btn-close-menu {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    font-size: 3rem;
    color: white;
    z-index: 9999;
    cursor: pointer;
    line-height: 1;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse.navbar-fullscreen {
    transition: none !important;
    height: 100vh !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
  }
  .navbar-collapse.navbar-fullscreen.collapsing {
    height: 100vh !important;
    transition: none !important;
  }
  .navbar-collapse.navbar-fullscreen.show {
    height: 100vh !important;
    display: flex !important;
  }
}
.text-sm {
  font-size: 8px;
}

.text-md {
  font-size: 12px !important;
}

.btn {
  border-radius: 8px !important;
}

.btn-rlu {
  text-transform: uppercase;
  font-family: "Rexton Light";
}

.btn-xl {
  width: 100%;
  font-size: clamp(1.5em, 5vw, 2em);
  border-radius: 50px;
  margin-top: 0.35em;
  margin-bottom: 0.25em;
  padding: 25px 5px;
  text-transform: uppercase;
}

.btn-md {
  font-size: clamp(0.5em, 5vw, 0.85em) !important;
}

.p-5-12 {
  padding: 5px 12px 5px 12px;
}

.p-10-24 {
  padding: 10px 24px 10px 24px;
}

.btn-lg {
  font-size: 14px !important;
}

.btn-black {
  background: var(--black);
  color: var(--white);
}

.btn-creme {
  background: var(--theme-03-creme);
  color: var(--white);
}

.btn-creme:hover {
  background: rgba(var(--creme-rgb), 0.75);
  color: var(--white);
}

.btn-red {
  background: var(--theme-05-red);
  color: var(--white);
  width: 100%;
}

.btn-outline-red {
  border: 1px solid rgba(var(--theme-08-red-rgb), 0.5);
  color: var(--theme-06-red);
}
.btn-outline-red:hover {
  border: 1px solid var(--theme-06-red);
  color: var(--theme-06-red);
}

.btn-outline-creme {
  border: 1px solid var(--creme);
  color: var(--white);
}
.btn-outline-creme:hover {
  border: 1px solid var(--white);
  color: var(--white);
}

.btn-outline-white {
  border: 1px solid var(--white);
  color: var(--white);
}

.btn-creme-transparent {
  background: rgba(var(--creme-rgb), 0.35);
  color: var(--white);
}

.btn-creme-transparent:hover {
  background-color: var(--white);
  color: var(--black);
}

.btn-creme-transparent-tw {
  background: rgba(var(--creme-rgb), 0.75);
  color: var(--black);
}

.btn-creme-transparent-tw:hover {
  background-color: var(--white);
  color: var(--black);
}

.btn-opacity-white {
  background: rgba(var(--white-rgb), 0.35);
  color: var(--white);
}

.intro {
  padding: clamp(2em, 5vw, 140px) 1em;
}
.intro h2, .intro h3 {
  text-transform: none !important;
  font-family: "Canela Thin";
}
.intro h2 {
  font-size: 43px;
}
@media (min-width: 567px) {
  .intro h2 {
    max-width: 300px !important;
  }
}
.intro h3 {
  margin: 0.5em auto;
}
.intro p {
  font-size: clamp(10px, 5vh, 20px);
  font-family: "Canela Thin";
}
.intro .border-bottom {
  padding-bottom: 0.5em;
  border-bottom: 5px solid var(--graydarken) !important;
}
.intro .container-fluid {
  min-height: 435px;
}

.intro-offres {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Rexton Light";
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-a-propos {
  margin: clamp(2em, 5vw, 4em) 0;
  padding: clamp(2em, 5vw, 3em) 0;
  margin: 0 2em;
}
.intro-a-propos h2 {
  font-size: 40px;
  font-family: "Canela Thin";
}
.intro-a-propos .accordion-button {
  font-size: 40px;
  font-family: "Canela Thin";
  background: none;
  color: var(--black);
}
.intro-a-propos .accordion-body {
  font-size: 20px;
  color: var(--gray);
  font-family: "Canela Thin";
}
.intro-a-propos .accordion-item > .accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none !important;
  background-color: none;
}
.intro-a-propos .accordion-button {
  border-bottom: 1px solid var(--black);
}
.intro-a-propos .accordion-button::after {
  content: "+";
  font-size: 3rem;
  margin-left: auto;
  transition: all 0.3s ease;
  color: var(--black);
  display: inline-block;
  background-image: none;
  margin-top: -35px;
}
.intro-a-propos .accordion-button:not(.collapsed)::after {
  content: "–";
  margin-top: 35px;
}

.intro-contact {
  position: relative;
  width: 100%;
  height: 90vh;
  background: var(--creme);
  z-index: 0;
  overflow: hidden;
}

.intro-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/1_HEADER_Ensaio de Posicionamento.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  z-index: 1;
  animation: fadeUp 1s ease forwards;
}

.intro-contact > * {
  position: relative;
  z-index: 2;
}

.intro-termes {
  margin: clamp(2em, 5vw, 3em);
  font-size: 14px;
  font-family: "Canela Thin";
  font-weight: 500;
  margin-left: 1em;
}
.intro-termes h3 {
  font-family: "Canela Thin";
  text-transform: uppercase;
}

.sect-2-homepage {
  margin: clamp(2em, 5vw, 3em);
  padding: clamp(2em, 5vw, 5em) 0;
}
.sect-2-homepage h2 {
  font-size: clamp(2em, 5vw, 2.5em);
  font-family: "Canela Thin";
  margin-bottom: 1em;
}
.sect-2-homepage h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "Canela Thin";
}
.sect-2-homepage p {
  font-size: clamp(12px, 1em, 24px);
  text-transform: uppercase;
  font-family: "Rexton Light";
  padding: 1em 0;
  margin-bottom: 0;
}

.sect-2-offres {
  margin: clamp(2em, 5vw, 4em) 0;
  padding: clamp(2em, 5vw, 3em) 0;
  width: 100%;
  height: 90vh;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/1_HEADER_Anthropologie Just Dropped Its Most Gorgeous Collection.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  will-change: background-position;
  transition: background-position 0.05s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sect-2-a-propos {
  margin: clamp(2em, 5vw, 4em) 0;
  width: 100%;
  height: 95vh;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/2_HERO SECTION_ MONOGRAMM_2 copie.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: background-position;
  transition: background-position 0.05s ease-out;
  background-attachment: scroll;
}

.sect-2-contact {
  padding: 60px 40px 120px 40px;
  background-color: var(--creme);
}
.sect-2-contact span {
  position: relative;
  z-index: 3;
  text-transform: none;
  font-family: "Canela Thin";
  font-size: clamp(18px, 5vw, 24px);
}
.sect-2-contact .col-lg-6:first-child h2 {
  font-size: 29px;
  font-family: "Canela Thin";
  text-transform: uppercase;
  font-style: none !important;
  color: var(--black);
  letter-spacing: 0.14em;
}
.sect-2-contact .col-lg-6:nth-child(2) h2.h2 {
  font-size: 39px;
  font-family: "Canela Thin";
  text-transform: uppercase;
  font-style: none !important;
  color: var(--black);
  letter-spacing: 0.14em;
}
.sect-2-contact h3 {
  font-size: clamp(26px, 5vw, 40px);
  font-family: "Canela Thin";
}
.sect-2-contact p {
  font-family: "Rexton light";
  color: var(--black);
  font-size: 10px;
  margin-bottom: 8px;
}
.sect-2-contact .font-different {
  font-family: "Canela Thin";
  color: var(--black);
  font-size: 14px;
  margin-bottom: 8px;
}

.sect-3 {
  color: var(--white);
  text-align: center;
  width: 100%;
  height: 100vh;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/homme-dans-ses-pensees.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: background-position;
  transition: background-position 0.05s ease-out;
}
@media (min-width: 992px) {
  .sect-3 {
    background-position: center center !important;
  }
}
@media (max-width: 991px) {
  .sect-3 {
    background-position: -450px !important;
  }
}
.sect-3 span,
.sect-3 h2,
.sect-3 p {
  text-transform: uppercase;
  font-family: "Rexton Light";
  line-height: 2em;
  color: var(--black);
}
.sect-3 h2 {
  font-size: clamp(2em, 5vw, 3em);
  font-family: "Canela Thin";
  margin: 0.25em 0;
}
.sect-3 p {
  font-size: 12px;
}
.sect-3 span {
  font-size: 12px;
}

.sect-3-offres h2 {
  font-size: clamp(2em, 5vw, 3em);
  font-family: "Canela Thin";
  text-transform: uppercase;
  margin: 0.25em 0;
  line-height: auto;
  text-align: center;
}
.sect-3-offres .container {
  min-height: 285px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 2em;
  font-family: "Rexton Light";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sect-3-bis {
  margin: clamp(2em, 5vw, 4em) 0;
  padding: clamp(2em, 5vw, 3em) 0;
}
.sect-3-bis .swiper-wrapper {
  height: inherit !important;
}
.sect-3-bis .swiper-wrapper .card {
  width: 100%;
  width: 400px;
  height: 400px;
  border: 0;
}
.sect-3-bis .swiper-wrapper .card .card-text {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.sect-3-bis .swiper-wrapper .card .card-text h3 {
  position: relative;
  display: block;
  font-size: clamp(1em, 5vw, 1.4em);
  font-weight: bold;
  font-family: "Canela Thin";
}
.sect-3-bis .swiper-wrapper .card .card-text p,
.sect-3-bis .swiper-wrapper .card .card-text p div {
  position: relative;
  text-transform: uppercase;
  font-size: clamp(0.25em, 5vw, 0.5em);
  font-family: "Rexton Regular";
}
.sect-3-bis .swiper-wrapper .card a.btn.btn-light:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.sect-3-bis .swiper-wrapper .card-citation-01 {
  background-color: var(--theme-01-red) !important;
}
.sect-3-bis .swiper-wrapper .card-citation-01 h3 {
  color: var(--white) !important;
}
.sect-3-bis .swiper-wrapper .card-citation-01 p {
  color: var(--theme-03-creme) !important;
}
.sect-3-bis .swiper-wrapper .card-citation-02 {
  background-color: var(--theme-03-creme) !important;
}
.sect-3-bis .swiper-wrapper .card-citation-02 h3 {
  color: var(--theme-02-red) !important;
}
.sect-3-bis .swiper-wrapper .card-citation-02 p {
  color: var(--theme-02-red) !important;
}
.sect-3-bis .swiper-wrapper .card-citation-03 {
  background-color: var(--theme-04-gray) !important;
}
.sect-3-bis .swiper-wrapper .card-citation-03 h3 {
  color: var(--theme-02-red) !important;
}
.sect-3-bis .swiper-wrapper .card-citation-03 p {
  color: var(--theme-02-red) !important;
}
.sect-3-bis .swiper-wrapper .card-citation-04 {
  background-color: var(--theme-02-red) !important;
}
.sect-3-bis .swiper-wrapper .card-citation-04 h3 {
  color: var(--white) !important;
}
.sect-3-bis .swiper-wrapper .card-citation-04 p {
  color: var(--white) !important;
}
.sect-3-bis .swiper-container {
  position: relative;
  width: 100%;
  padding: 3em 1em 3em 1em;
  /* Ajoute un peu d'espace au-dessus et en dessous */
  overflow: hidden;
  /* Empêche le débordement */
  flex-shrink: 0;
  /* Empêche les slides de rétrécir */
}
.sect-3-bis .swiper-slide {
  position: relative;
  width: 100%;
  /* Occupe toute la largeur du conteneur */
  flex-shrink: 0;
  /* Empêche les slides de rétrécir */
  display: flex;
  justify-content: center;
  transition: all 0.5s ease-out !important;
}
.sect-3-bis .swiper-slide .button-service {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 11;
  border-radius: 3em;
}
.sect-3-bis .swiper-button-next,
.sect-3-bis .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  right: 15px !important;
}
@keyframes moveRight {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(10px);
    /* Déplacement vers la droite */
  }
  100% {
    transform: translateY(-50%) translateX(0);
    /* Retour à la position initiale */
  }
}

.sect-3-a-propos {
  padding: clamp(2em, 5vw, 140px) 1em;
}
.sect-3-a-propos h2,
.sect-3-a-propos h3 {
  font-family: "Canela Thin";
}
.sect-3-a-propos h2 {
  font-size: clamp(2em, 5vw, 2.5em);
  text-transform: uppercase;
}
.sect-3-a-propos h3 {
  margin: 0.5em auto;
}
.sect-3-a-propos p {
  font-size: 30px;
  font-family: "Canela Thin";
}
.sect-3-a-propos .border-bottom {
  padding-bottom: 0.5em;
  border-bottom: 5px solid var(--graydarken) !important;
}
.sect-3-a-propos .container-fluid {
  min-height: 435px;
}
.sect-3-a-propos .container {
  padding-bottom: 347px;
}

.sect-3-contact {
  padding: 60px 40px 240px 40px;
  background-color: var(--creme-02);
}
.sect-3-contact h2 {
  position: relative;
  font-size: 34px;
  font-family: "Canela Thin";
  color: var(--black);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.sect-3-contact .form-control, .sect-3-contact .form-select {
  background-color: rgba(var(--theme-08-gray), 0.15) !important;
  border: 0 !important;
  margin-bottom: 1em;
}
.sect-3-contact .form-control ::-moz-placeholder, .sect-3-contact .form-select ::-moz-placeholder {
  color: var(--theme-08-graydarken) !important;
}
.sect-3-contact .form-control ::placeholder, .sect-3-contact .form-select ::placeholder {
  color: var(--theme-08-graydarken) !important;
}

.sect-4-home {
  margin: clamp(2em, 5vw, 4em) 0;
  padding: clamp(2em, 5vw, 3em) 0;
}
.sect-4-home .parallax-bg {
  width: 100%;
  height: auto;
  max-height: 80vh;
  max-width: 90%;
  border-radius: 8px;
  aspect-ratio: 9/16 !important;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/4_A PROPOS SECTION_Hallway Design _ Entry Hallway Ideas copie.webp");
  background-size: 55vh auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  will-change: background-position;
  transition: background-position 0.05s ease-out;
}
.sect-4-home .content span {
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 1.16px;
  font-family: "Canela Thin";
}
.sect-4-home .content h2 {
  font-size: 34px;
  font-family: "Canela Thin";
  text-transform: uppercase;
  margin: 0.25em 0;
  color: var(--black);
  letter-spacing: 0.14em;
}
.sect-4-home .content p {
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 1.16px;
  font-family: "Canela Thin";
  max-width: 222px;
}

.sect-4-a-propos {
  margin: clamp(2em, 5vw, 4em) 0;
  padding: clamp(2em, 5vw, 3em) 0;
}
.sect-4-a-propos .parallax-bg {
  border-radius: 8px;
  width: 100%;
  height: 100vh;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/sect-4-a-propos.webp");
  background-size: 90vh auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  will-change: background-position;
  transition: background-position 0.05s ease-out;
}
@media (max-width: 567px) {
  .sect-4-a-propos .parallax-bg {
    max-height: 555px;
    background-size: cover;
  }
}
.sect-4-a-propos .card {
  position: relative;
  width: 100%;
  border: 0;
}
.sect-4-a-propos .card .card-body {
  position: absolute;
  display: flex;
  justify-content: start;
  padding-left: 1em;
  padding-bottom: 0.5em;
}
.sect-4-a-propos .discover {
  width: 100%;
  height: 555px;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/sect-4-a-propos-2.webp");
  background-size: cover;
  background-position: center center;
  display: block;
  margin-bottom: 2em;
}
.sect-4-a-propos .discover span {
  font-size: 9px;
  letter-spacing: -0.14px;
  font-family: "Rexton Light";
  color: var(--white);
}
.sect-4-a-propos .discover h3 {
  font-size: clamp(2em, 5vw, 40px);
  font-family: "Canela Text Regular";
  font-style: none !important;
  text-transform: uppercase;
  color: var(--white);
}
.sect-4-a-propos .discover p {
  font-size: 1.75em;
  line-height: 1em;
  font-family: "Canela Thin";
  text-align: center;
  margin-bottom: 1em;
  color: rgba(var(--black-rgb), 0.45);
}
.sect-4-a-propos .card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.sect-4-a-propos .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5em 1.5em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.sect-4-a-propos .card-body .card-content {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 0.5s ease;
}
.sect-4-a-propos .card-body .card-content a.btn {
  transform: translateY(150%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  width: 140px;
}
@media (min-width: 992px) {
  .sect-4-a-propos .card:hover .card-body .card-content {
    transform: translateY(-1.5em);
  }
  .sect-4-a-propos .card:hover .card-body .card-content a.btn {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .sect-4-a-propos .card-content {
    transform: none !important;
  }
  .sect-4-a-propos .card-content a.btn {
    transform: none !important;
    opacity: 1 !important;
    margin-bottom: 0.75em;
  }
}
.sect-4-a-propos .col-lg-4 {
  display: flex;
  align-items: center;
}

.sect-4-offre-1 {
  position: relative;
  padding: 62px 40px;
  background-color: var(--theme-06-red);
  color: var(--white);
}
.sect-4-offre-1 span {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Rexton Light";
  line-height: 2em;
}
.sect-4-offre-1 h2 {
  font-size: clamp(2em, 5vw, 40px);
  font-family: "Canela Thin";
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0.14em;
}
.sect-4-offre-1 p {
  font-size: 19px;
  line-height: 1em;
  font-family: "Canela Thin";
  margin-bottom: 1em;
  color: var(--white);
}
.sect-4-offre-1 .offre {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Rexton Light";
  line-height: 2em;
  color: var(--white);
  display: block;
  width: 100%;
}
.sect-4-offre-1 img {
  border-radius: 8px;
}
.sect-4-offre-1 .btn {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Rexton Light";
}

.sect-4-offre-1-bis {
  width: 100%;
  height: 95vh;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/sect-4-offre-1-bis.webp");
  background-size: 150vw 150vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  will-change: background-position;
  transition: background-position 0.05s ease-out;
}

.sect-4-offre-1-bis-2 {
  margin: clamp(2em, 5vw, 4em) 0;
  padding: clamp(2em, 5vw, 3em) 0;
}
.sect-4-offre-1-bis-2 span {
  position: relative;
  z-index: 3;
  text-transform: none;
  font-family: "Canela Thin";
  font-size: clamp(18px, 5vw, 24px);
}
.sect-4-offre-1-bis-2 h2 {
  position: relative;
  font-size: clamp(46px, 5vw, 60px);
  font-family: "Canela Thin";
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1em;
  z-index: 3;
  margin-bottom: 1em;
}
.sect-4-offre-1-bis-2 h3 {
  font-size: clamp(26px, 5vw, 40px);
  font-family: "Canela Thin";
}
.sect-4-offre-1-bis-2 p {
  font-size: 20px;
  font-family: "Canela Thin";
}

.sect-4-contact {
  padding: clamp(2em, 5vw, 120px) 0;
  background-color: var(--creme) !important;
}
.sect-4-contact p {
  max-width: 290px;
}
.sect-4-contact h2 {
  font-size: clamp(2em, 5vw, 40px);
  font-family: "Canela Thin";
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0.14em;
}
.sect-4-contact p {
  font-size: 19px;
  line-height: 1em;
  font-family: "Canela Thin";
  margin-bottom: 1em;
  color: var(--white);
}
.sect-4-contact .card {
  border-radius: 8px;
  margin-bottom: 1em;
  border: 0;
}
.sect-4-contact .card .card-img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 8px;
  min-height: 520px;
}
.sect-4-contact .card .card-img-overlay {
  background: linear-gradient(0, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.2));
  display: flex;
  align-items: end;
  border-radius: 8px;
}

.sect-5-a-propos {
  margin: 60px 0;
  padding: 120px 40px;
  position: relative;
  background-color: var(--theme-06-red);
  color: var(--white);
}
.sect-5-a-propos .col-lg-6:first-child {
  display: flex;
  align-items: center;
}
.sect-5-a-propos .col-lg-6:first-child div {
  max-width: 320px;
}
.sect-5-a-propos span {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Rexton Light";
  line-height: 2em;
}
.sect-5-a-propos h2 {
  font-size: clamp(2em, 5vw, 40px);
  font-family: "Canela Thin";
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0.14em;
}
.sect-5-a-propos p {
  font-size: 19px;
  font-family: "Canela Thin";
  margin-bottom: 1em;
  color: var(--white);
}
.sect-5-a-propos .offre {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Rexton Light";
  line-height: 2em;
  color: var(--white);
  display: block;
  width: 100%;
}
.sect-5-a-propos img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-width: 30em;
  max-height: 30em;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.sect-5-a-propos .btn {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Rexton Light";
}

.sect-5 {
  margin: clamp(2em, 5vw, 4em) 0;
  padding: clamp(2em, 5vw, 3em) 0;
  width: 100%;
  height: 90vh;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/5_DECOUVRIR PLUS_Fotografia de Marca Pessoal.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  will-change: background-position;
  transition: background-position 0.05s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sect-5-offre-1 {
  position: relative;
  padding: 62px 40px;
  background-color: var(--theme-05-red);
  color: var(--white);
}
.sect-5-offre-1 span {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Rexton Light";
  line-height: 2em;
}
.sect-5-offre-1 h2 {
  font-size: clamp(2em, 5vw, 40px);
  font-family: "Canela Thin";
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0.14em;
}
.sect-5-offre-1 p {
  font-size: 19px;
  line-height: 1em;
  font-family: "Canela Thin";
  margin-bottom: 1em;
  color: var(--white);
}
.sect-5-offre-1 .offre {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Rexton Light";
  line-height: 2em;
  color: var(--white);
  display: block;
  width: 100%;
}
.sect-5-offre-1 img {
  border-radius: 8px;
  width: 30em;
  height: 30em;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect-5-offre-1 .btn {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Rexton Light";
}

.sect-5-offre-1-bis {
  width: 100%;
  height: 95vh;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/sect-4-offre-2-bis-2.jpeg");
  background-size: cover;
  background-position: top center;
  background-attachment: scroll;
  will-change: background-position;
  transition: background-position 0.05s ease-out;
}

.sect-5-offre-1-bis-2 {
  margin: clamp(2em, 5vw, 4em) 0;
  padding: clamp(2em, 5vw, 3em) 0;
}
.sect-5-offre-1-bis-2 span {
  position: relative;
  z-index: 3;
  text-transform: none;
  font-family: "Canela Thin";
  font-size: clamp(18px, 5vw, 24px);
}
.sect-5-offre-1-bis-2 h2 {
  position: relative;
  font-size: clamp(46px, 5vw, 60px);
  font-family: "Canela Thin";
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1em;
  z-index: 3;
  margin-bottom: 1em;
}
.sect-5-offre-1-bis-2 h3 {
  font-size: clamp(26px, 5vw, 40px);
  font-family: "Canela Thin";
}
.sect-5-offre-1-bis-2 p {
  font-size: 20px;
  font-family: "Canela Thin";
}

.sect-6 {
  margin: clamp(2em, 5vw, 4em) 0;
  padding: clamp(2em, 5vw, 3em) 0;
}
.sect-6 h2 {
  font-size: clamp(2em, 5vw, 3em);
  font-family: "Canela Thin";
  text-transform: uppercase;
  margin: 0.25em 0;
  line-height: auto;
  text-align: center;
}
.sect-6 h3 {
  font-size: clamp(2em, 5vw, 40px);
  font-family: "Canela Text Regular";
  color: var(--white);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.sect-6 p {
  font-size: 1.75em;
  line-height: 1em;
  font-family: "Canela Thin";
  text-align: center;
  margin-bottom: 1em;
  color: rgba(var(--black-rgb), 0.45);
}
.sect-6 .offre {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Rexton Light";
  line-height: 2em;
  color: var(--white);
  display: block;
  width: 100%;
}
.sect-6 .card {
  position: relative;
  width: 100%;
  border: 0;
}
.sect-6 .card .card-body {
  position: absolute;
  display: flex;
  justify-content: start;
  padding-left: 1em;
  padding-bottom: 0.5em;
}
.sect-6 .offre-1 {
  width: 100%;
  height: 555px;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/offre-1.webp");
  background-size: cover;
  display: block;
  margin-bottom: 2em;
}
.sect-6 .offre-2 {
  width: 100%;
  height: 555px;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/offre-2.webp");
  background-size: cover;
  display: block;
  margin-bottom: 2em;
}
.sect-6 .offre-3 {
  width: 100%;
  height: 555px;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/offre-3.webp");
  background-size: cover;
  display: block;
  margin-bottom: 2em;
}
.sect-6 .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5em 1.5em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.sect-6 .card-body .card-content {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 0.5s ease;
}
.sect-6 .card-body .card-content a.btn {
  transform: translateY(150%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  width: 140px;
}
@media (min-width: 992px) {
  .sect-6 .card:hover .card-body .card-content {
    transform: translateY(-1.5em);
  }
  .sect-6 .card:hover .card-body .card-content a.btn {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .sect-6 .card-content {
    transform: none !important;
  }
  .sect-6 .card-content a.btn {
    transform: none !important;
    opacity: 1 !important;
    margin-bottom: 0.75em;
  }
}

.sect-6-offre-1 {
  position: relative;
  padding: 62px 40px;
  background-color: var(--theme-03-creme);
  color: var(--theme-06-red);
}
.sect-6-offre-1 span {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Rexton Light";
  line-height: 2em;
}
.sect-6-offre-1 h2 {
  font-size: clamp(2em, 5vw, 40px);
  font-family: "Canela Thin";
  text-transform: uppercase;
  color: var(--theme-06-red);
  letter-spacing: 0.14em;
}
.sect-6-offre-1 p {
  font-size: 19px;
  line-height: 1em;
  font-family: "Canela Thin";
  margin-bottom: 1em;
  color: var(--theme-06-red);
}
.sect-6-offre-1 .offre {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Rexton Light";
  line-height: 2em;
  color: var(--white);
  display: block;
  width: 100%;
}
.sect-6-offre-1 img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-width: 30em;
  max-height: 30em;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.sect-6-offre-1 .btn {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Rexton Light";
}

.sect-6-offre-1-bis {
  width: 100%;
  height: 95vh;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/sect-6-offre-2-bis.webp");
  background-size: cover;
  background-attachment: scroll;
  will-change: background-position;
  transition: background-position 0.05s ease-out;
}

.sect-6-offre-1-bis-2 {
  margin: clamp(2em, 5vw, 4em) 0;
  padding: clamp(2em, 5vw, 3em) 0;
}
.sect-6-offre-1-bis-2 span {
  position: relative;
  z-index: 3;
  text-transform: none;
  font-family: "Canela Thin";
  font-size: clamp(18px, 5vw, 24px);
}
.sect-6-offre-1-bis-2 h2 {
  position: relative;
  font-size: clamp(46px, 5vw, 60px);
  font-family: "Canela Thin";
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1em;
  z-index: 3;
  margin-bottom: 1em;
}
.sect-6-offre-1-bis-2 h3 {
  font-size: clamp(26px, 5vw, 40px);
  font-family: "Canela Thin";
}
.sect-6-offre-1-bis-2 p {
  font-size: 20px;
  font-family: "Canela Thin";
}

.sect-6-a-propos {
  margin: clamp(2em, 5vw, 4em) 0;
  padding: clamp(2em, 5vw, 3em) 0;
}
.sect-6-a-propos h2 {
  font-size: clamp(2em, 5vw, 3em);
  font-family: "Canela Thin";
  text-transform: uppercase;
  margin: 0.25em 0;
  line-height: auto;
  text-align: center;
}
.sect-6-a-propos h3 {
  font-size: clamp(2em, 5vw, 40px);
  font-family: "Canela Text Regular";
  color: var(--white);
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.sect-6-a-propos p {
  font-size: 19px;
  font-family: "Canela Thin";
  margin-bottom: 1em;
  color: var(--white);
}
.sect-6-a-propos .offre {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Rexton Light";
  line-height: 2em;
  color: var(--white);
  display: block;
  width: 100%;
}
.sect-6-a-propos .card {
  position: relative;
  width: 100%;
  border: 0;
}
.sect-6-a-propos .card .card-body {
  position: absolute;
  display: flex;
  justify-content: start;
  padding-left: 1em;
  padding-bottom: 0.5em;
  bottom: 0.5em;
}
.sect-6-a-propos .offre-1 {
  width: 100%;
  height: 555px;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/deprogrammation.webp");
  background-size: cover;
  display: block;
  margin-bottom: 2em;
}
.sect-6-a-propos .offre-2 {
  width: 100%;
  height: 555px;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/reprogrammation.webp");
  background-size: cover;
  display: block;
  margin-bottom: 2em;
}
.sect-6-a-propos .offre-3 {
  width: 100%;
  height: 555px;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/miseenaction.webp");
  background-size: cover;
  display: block;
  margin-bottom: 2em;
}
.sect-6-a-propos span {
  position: relative;
  padding: 10px 25px;
  color: var(--white);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  top: 25px;
  left: 15px;
  border-radius: 20px;
}
.sect-6-a-propos .overlay-blur {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.3);
  /* bien blanc */
  z-index: 4;
  border-radius: 20px;
}
.sect-6-a-propos p.approche { /*: not(.container-fluid)*/
  width: 100%;
  margin-bottom: 1em;
  padding-top: 1em;
  color: var(--graylighten);
}
@media (min-width: 768px) {
  .sect-6-a-propos p.approche {
    border-top: 1px solid var(--graylighten);
  }
}

.sect-7 {
  margin: clamp(2em, 5vw, 4em) 0;
  padding: clamp(2em, 5vw, 3em) 0;
}
.sect-7 h2 {
  font-size: clamp(2em, 5vw, 3em);
  font-family: "Canela Thin";
  text-transform: uppercase;
  margin: 0.25em 0;
  line-height: auto;
  text-align: center;
}
.sect-7 p {
  font-size: 1.75em;
  line-height: 1em;
  font-family: "Canela Thin";
  text-align: center;
  margin-bottom: 1em;
  color: rgba(var(--black-rgb), 0.45);
}
.sect-7 .swiper-wrapper {
  height: inherit !important;
}
.sect-7 .swiper-wrapper .card {
  width: 100%;
  width: 400px;
  height: 400px;
  border: 0;
}
.sect-7 .swiper-wrapper .card .card-text {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2em;
  width: 100%;
  height: 100%;
}
.sect-7 .swiper-wrapper .card .card-text h3 {
  position: relative;
  display: block;
  font-size: clamp(1em, 5vw, 1.4em);
  font-weight: bold;
  font-family: "Canela Thin";
}
.sect-7 .swiper-wrapper .card .card-text p,
.sect-7 .swiper-wrapper .card .card-text p div {
  position: relative;
  text-transform: uppercase;
  font-size: clamp(0.25em, 5vw, 0.5em);
  font-family: "Rexton Regular";
}
.sect-7 .swiper-wrapper .card a.btn.btn-light:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.sect-7 .swiper-wrapper .card-citation-01 {
  background-color: var(--theme-01-red) !important;
}
.sect-7 .swiper-wrapper .card-citation-01 h3 {
  color: var(--white) !important;
}
.sect-7 .swiper-wrapper .card-citation-01 p {
  color: var(--theme-03-creme) !important;
}
.sect-7 .swiper-wrapper .card-citation-02 {
  background-color: var(--theme-03-creme) !important;
}
.sect-7 .swiper-wrapper .card-citation-02 h3 {
  color: var(--theme-02-red) !important;
}
.sect-7 .swiper-wrapper .card-citation-02 p {
  color: var(--theme-02-red) !important;
}
.sect-7 .swiper-wrapper .card-citation-03 {
  background-color: var(--theme-04-gray) !important;
}
.sect-7 .swiper-wrapper .card-citation-03 h3 {
  color: var(--theme-02-red) !important;
}
.sect-7 .swiper-wrapper .card-citation-03 p {
  color: var(--theme-02-red) !important;
}
.sect-7 .swiper-wrapper .card-citation-04 {
  background-color: var(--theme-02-red) !important;
}
.sect-7 .swiper-wrapper .card-citation-04 h3 {
  color: var(--white) !important;
}
.sect-7 .swiper-wrapper .card-citation-04 p {
  color: var(--white) !important;
}
.sect-7 .swiper-container {
  position: relative;
  width: 100%;
  padding: 3em 1em 3em 1em;
  /* Ajoute un peu d'espace au-dessus et en dessous */
  overflow: hidden;
  /* Empêche le débordement */
  flex-shrink: 0;
  /* Empêche les slides de rétrécir */
}
.sect-7 .swiper-slide {
  position: relative;
  width: 100%;
  /* Occupe toute la largeur du conteneur */
  flex-shrink: 0;
  /* Empêche les slides de rétrécir */
  display: flex;
  justify-content: center;
  transition: all 0.5s ease-out !important;
}
.sect-7 .swiper-slide .button-service {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 11;
  border-radius: 3em;
}
.sect-7 .swiper-button-next,
.sect-7 .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  right: 15px !important;
}
@keyframes moveRight {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(10px);
    /* Déplacement vers la droite */
  }
  100% {
    transform: translateY(-50%) translateX(0);
    /* Retour à la position initiale */
  }
}

.sect-8 {
  margin: clamp(2em, 5vw, 4em) 0;
  padding: clamp(2em, 5vw, 3em) 0;
  text-align: center;
  width: 100%;
  height: 100vh;
  background-image: url("https://adn-success.fr/wp-content/uploads/themes/8_FOOTER_Erin Lawlor copie_LE_upscale_balanced_2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  will-change: background-position;
  transition: background-position 0.05s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect-8 span {
  font-size: 1.5em;
  font-family: "Canela Thin";
  line-height: 2em;
  color: var(--white);
}
.sect-8 h2 {
  font-size: clamp(2em, 5vw, 4em);
  font-weight: 900 !important;
  font-family: "Canela Thin";
  text-transform: uppercase;
  margin: 0.25em 0;
  line-height: auto;
  color: var(--white);
}
.sect-8 p {
  font-size: 1.75em;
  line-height: 1em;
  font-family: "Canela Thin";
  margin-bottom: 1em;
  color: rgba(var(--black-rgb), 0.45);
}

.sect-9 {
  padding: clamp(2em, 5vw, 140px) 1em;
}
.sect-9 h2,
.sect-9 h3 {
  text-transform: none !important;
  font-family: "Canela Thin";
}
.sect-9 h2 {
  font-size: clamp(2em, 5vw, 3em);
  text-transform: uppercase !important;
}
.sect-9 h3 {
  margin: 0.5em auto;
}
.sect-9 p {
  font-size: 20px;
  font-family: "Canela Thin";
}

footer {
  margin-top: clamp(2em, 5vw, 4em);
  padding: 40px 20px 40px 20px;
  background-color: var(--theme-05-red);
  color: var(--white);
  bottom: 0 !important;
  min-height: 10em;
}
footer h3 {
  font-family: "Canela Thin";
  font-size: 24px;
}
@media (max-width: 567px) {
  footer h3 {
    margin-top: 2em;
  }
}
footer p {
  max-width: 175px;
  font-size: 16px;
  font-family: "Canela Thin";
  margin-bottom: 1em;
  color: var(--white);
}
footer .container-lg {
  padding-bottom: 200px;
}
footer .signature {
  color: rgba(var(--white-rgb), 0.5);
}
footer .terms {
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rexton Light";
  font-size: 9px;
}
footer .nav.flex-column {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
footer .nav.flex-column .nav-link {
  margin-left: 0 !important;
  padding-left: 0 !important;
  color: var(--white);
  font-size: 0.65em;
  text-transform: uppercase;
  font-family: "Rexton Light";
}
footer .newsletter-form {
  display: flex;
  justify-content: start;
  margin: 2rem 0;
}
footer .newsletter-form form {
  display: flex;
  background-color: rgba(255, 255, 255, 0.1);
  /* semi-transparent */
  border-radius: 10px;
  overflow: hidden;
  padding: 6px 6px 6px 12px;
  width: 100%;
  color: var(--white);
}
footer .newsletter-form input[type=email] {
  border: none;
  outline: none;
  margin: 4px 0;
  background: transparent;
  color: var(--white);
  font-size: 1rem;
  width: 100%;
}
footer .newsletter-form input[type=email] ::-moz-placeholder {
  color: var(--white);
}
footer .newsletter-form input[type=email] ::placeholder {
  color: var(--white);
}
footer .newsletter-form button {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 12px 24px;
  color: var(--white);
  cursor: pointer;
  font-weight: bold;
  border-radius: 8px;
  transition: background 0.3s ease;
  margin-right: 0px;
}
footer .newsletter-form button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.animated {
  animation-play-state: running;
}

.forbes-badge {
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 45px 15px;
  width: 120px;
  min-height: 200px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

@media (min-width: 992px) {
  .forbes-badge {
    position: relative;
    top: 50px !important;
    z-index: 20;
  }
}
@media (max-width: 991px) {
  .forbes-badge {
    display: none; /* caché par défaut */
  }
  .navbar-collapse.show .forbes-badge {
    display: block; /* visible seulement si le menu est ouvert */
    z-index: 20001 !important;
    position: absolute !important;
    top: 0 !important;
    left: calc(50% - 60px) !important;
  }
}
.forbes-badge img.forbes-logo {
  display: block;
  margin: 10px auto;
  max-width: 80px;
  filter: brightness(0) invert(1);
}

.forbes-badge span {
  position: relative;
  display: block;
}

.enable-sound-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  z-index: 5;
  transition: background 0.3s ease;
}

.enable-sound-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}/*# sourceMappingURL=style.css.map */