.navbar.sticky-top,
.navbar.fixed-top {
  box-shadow: 0px 1px 5px gray;
}

.navbar.fixed-top + * {
  padding-top: 5rem;
}

.width-fit-content {
  width: fit-content;
}

.font-text {
  font-family: "Inter", sans-serif;
}

.presta a {
  font-family: "Futura", sans-serif;
  color: #000000e5;
  color: #404040;
  text-decoration: inherit;
}
.presta a > div {
  border-radius: 1rem;
  background-color: #ffb516;
  background-color: #b09c64;
  background: linear-gradient(10deg, #7b6432ff 0%, #7b6432ff 4%, #eff2a2ff 40%, #eff2a2ff 60%, #7b6432ff 96%, #7b6432ff 100%);
  box-shadow: 3px 3px 7px black;
}
.presta a > div > div {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.btn.btn-outline-success {
  box-shadow: 3px 3px 7px #00000055;
}

.btn.btn-success {
  box-shadow: 3px 3px 7px #00000099;
}

.messagedefilant {
  position: relative;
  overflow: clip;
  white-space: nowrap;
}
.messagedefilant div {
  width: fit-content;
}
.messagedefilant div:after {
  position: absolute;
  content: attr(data-text);
}
.messagedefilant.rtl div span {
  animation: scrolling-rtl 25s infinite linear;
}
.messagedefilant.ltr div span {
  animation: scrolling-ltr 25s infinite linear;
}
@keyframes scrolling-rtl {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes scrolling-ltr {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 0%;
  }
}

.recursive-acronym b {
  color: rgb(164, 132, 20);
  display: inline-block;
  text-align: center;
  width: 1em;
}

.bg-title-1 {
  font-size: calc(1.625rem + 6.5vw);
}

.h-2 {
  height: 22rem;
  overflow: scroll;
}

.bg-fixed {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-top {
  min-height: 100vh;
}

.bg-design {
  font-family: "Futura", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
  text-shadow: 5px 5px 11px black, 0 0 30px #00000077;
  color: white;
}
.bg-design img.logo {
  max-width: 100%;
  width: 20rem;
}
.bg-design .logo-animation {
  position: relative;
  width: fit-content;
  height: fit-content;
  width: 20rem;
  height: 15rem;
  perspective: 23rem;
}
.bg-design .logo-animation img {
  position: absolute;
}
.bg-design .logo-animation img.logo {
  animation: 8s linear infinite;
}
.bg-design .logo-animation img.logo.logo-a {
  animation-name: logo-a;
  animation-direction: normal;
}
.bg-design .logo-animation img.logo.logo-b {
  animation-name: logo-b;
  animation-direction: normal;
}
@keyframes logo-b {
  0% {
    visibility: hidden;
    transform: rotate3d(0, 1, 0, 90deg);
  }
  25% {
    visibility: hidden;
    transform: rotate3d(0, 1, 0, 90deg);
  }
  37.5% {
    visibility: visible;
    transform: rotate3d(0, 1, 0, 0deg);
  }
  62.5% {
    visibility: visible;
    transform: rotate3d(0, 1, 0, 0deg);
  }
  75% {
    visibility: hidden;
    transform: rotate3d(0, -1, 0, 90deg);
  }
  100% {
    visibility: hidden;
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes logo-a {
  0% {
    visibility: visible;
    transform: rotate3d(0, -1, 0, 0deg);
  }
  12.5% {
    visibility: visible;
    transform: rotate3d(0, -1, 0, 0deg);
  }
  25% {
    visibility: hidden;
    transform: rotate3d(0, -1, 0, 90deg);
  }
  75% {
    visibility: hidden;
    transform: rotate3d(0, 1, 0, 90deg);
  }
  87.5% {
    visibility: visible;
    transform: rotate3d(0, 1, 0, 0deg);
  }
  100% {
    visibility: visible;
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
.bg-design .texte-design {
  line-height: 1.2;
  width: fit-content;
}
.bg-design .texte-design > div {
  width: fit-content;
}
.bg-design .half-smaller {
  font-size: 60%;
}
.bg-design .smaller-3 {
  font-size: 60%;
}
.bg-design .larger-1 {
  font-size: 127%;
}
.bg-design .larger-2 {
  font-size: 156%;
}
.bg-design .ms-6 {
  margin-left: 5.5rem;
}
.bg-design .ms-7 {
  margin-left: 6.5rem;
}
.bg-design .ms-8 {
  margin-left: 8rem;
}

.header-accueil {
  background-image: linear-gradient(to bottom, #00000000, #00000000), url("../img/sommaire_fond.jpg?12");
}
.header-accueil .description-site {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 800px) {
  .header-accueil .description-site {
    min-height: max(96vh, 33rem);
  }
}
.header-accueil .description-site img.logo {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100%;
  width: 24rem;
}
.header-accueil .description-site .texte-accueil {
  margin-left: auto;
  margin-top: 4rem;
  margin-right: auto;
  font-size: 2.2rem;
  width: fit-content;
  line-height: 0.9;
}
.header-accueil .description-site .texte-accueil::before {
  content: " ";
  width: 0.2em;
  display: inline-block;
}
.header-accueil .description-site .texte-accueil .m-first {
  margin-right: 0.5em;
  display: inline-block;
}
.header-accueil .description-site .texte-accueil .m-service {
  color: #fff;
  font-weight: bold;
  font-size: 127%;
  margin-bottom: 0.2em;
  display: inline-block;
}
.header-accueil .description-site .texte-accueil .m-ecoute {
  color: #fff;
  font-weight: bold;
  font-size: 156%;
  margin-bottom: 0.2em;
  display: inline-block;
  margin-right: -0.5em;
}
.header-accueil .description-site .texte-accueil .m-coaching {
  color: #fff;
  font-weight: bold;
  font-size: 127%;
  margin-bottom: 0.2em;
  display: inline-block;
}
.header-accueil .description-site .texte-accueil .m-objectif {
  color: #fff;
  margin-top: 0.1em;
  display: inline-block;
  font-size: 156%;
  font-weight: bold;
  margin-left: -0.3em;
}
@media (min-width: 800px) {
  .header-accueil .description-site .texte-accueil.texte-accueil-1 {
    position: absolute;
    margin-top: -8rem;
    right: 3rem;
  }
}
.header-accueil .description-site .texte-accueil.texte-accueil-2 {
  margin-top: 7rem;
  text-align: right;
}
@media (min-width: 800px) {
  .header-accueil .description-site .texte-accueil.texte-accueil-2 {
    position: absolute;
    margin-top: -8rem;
    left: 3rem;
  }
}

.carousel-control-icon {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  text-shadow: 5px 5px 11px black, 0 0 30px #00000077;
}

@media (min-width: 992px) {
  .two-column {
    column-count: 2;
    column-span: all;
    text-align: justify;
    column-gap: 2rem;
  }
  .two-column p {
    margin-bottom: 1rem;
  }
}

.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.texte-intro {
  font-size: 1.8rem;
}

.roi {
  background-color: #f6f2ea;
  border: #000000 solid 1px;
  border-radius: 12px;
}
.roi .roi-title {
  background-color: transparent;
  color: inherit;
  margin: 0;
  padding: 0;
}
.roi .accordion-button::after {
  margin-right: 1rem;
}
.roi img {
  padding: 0.5rem;
  float: left;
  height: 4rem;
}
.roi p {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.recursive-acronym p span {
  display: block;
}
.recursive-acronym p span.acronym {
  font-weight: bolder;
}
.recursive-acronym p span.def::first-letter {
  font-weight: bolder;
}

.intro-rubrique.intro-rubrique-entreprise div {
  background-color: #e5a91023;
  background-color: #febb73;
}
.intro-rubrique.intro-rubrique-particulier div {
  background-color: #ee3ec923;
  background-color: #fd75cf;
}
.intro-rubrique > div {
  border-radius: 5px;
  border: solid #00000023 1px;
}
.intro-rubrique > div a.btn {
  display: inline;
}

.texte-a-propos {
  position: absolute;
  top: 40%;
  left: 15rem;
}

@media (max-width: 900px) {
  .texte-a-propos {
    left: 3rem;
    top: auto;
    bottom: 0;
  }
}
.texte-a-propos h2 {
  color: #fbfbfb;
}

.texte-a-propos h2 .m-humain {
  color: #ffffff;
}

.texte-a-propos h2 .m-centre {
  color: #ffffff;
}

.titre-a-propos {
  position: relative;
}
.titre-a-propos h2 {
  position: absolute;
  bottom: 0;
}

.prestation-accueil .prestation-item {
  margin-top: 5em;
  height: 29.25em;
  width: 33em;
  max-width: 100vw;
  position: relative;
  padding: 0;
  display: inline-block;
}
.prestation-accueil .rectangle {
  color: #706666;
  background: linear-gradient(to top right, #928c7b, #efe9d5);
  position: absolute;
  top: 9em;
  left: 0em;
  border-radius: 0.6em;
  height: 9em;
  width: 21em;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 6px 4px #ddd;
  text-decoration: none;
}
.prestation-accueil .rectangle img {
  filter: opacity(0.5);
  height: 1.15em;
  padding-bottom: 0.2em;
  margin-right: 0.1em;
}
.prestation-accueil .rectangle:hover {
  z-index: 10;
  background-color: #babdbd;
  color: white;
}
.prestation-accueil .rectangle:hover img {
  filter: opacity(1);
}
.prestation-accueil .cercle {
  box-shadow: 5px 5px 4px #ddd;
  border-radius: 50%;
  height: 13.5em;
  width: 13.5em;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-decoration: none;
  background: linear-gradient(to bottom left, white, #dbc88b);
  color: #706666;
  border: solid #cfb664 1px;
}
.prestation-accueil .cercle:nth-child(1) {
  background: linear-gradient(to bottom left, white, #95aaab);
  border: solid #799394 1px;
}
.prestation-accueil .cercle.article-6 {
  background: linear-gradient(to bottom left, #ffddee, 50%, #d10e6e);
  background: linear-gradient(to bottom left, white, 50%, #d10e6e);
  background: linear-gradient(to bottom left, white, 50%, #d7468e);
  border: solid #d7468e 1px;
  border: solid #c02a74 1px;
}
.prestation-accueil .cercle:hover {
  background: #fdfbf6;
  color: #746944;
  color: white;
  text-shadow: #666 1px 0 5px;
  font-weight: 900;
  background-size: cover;
  background-position: center;
}
.prestation-accueil .cercle:nth-child(1) {
  top: 0em;
  left: 19.5em;
}
.prestation-accueil .cercle:nth-child(2) {
  top: 15.75em;
  left: 13.5em;
}
@media (max-width: 576px) {
  .prestation-accueil {
    font-size: 80%;
  }
  .prestation-accueil .rectangle {
    top: 0;
    left: 3em;
  }
  .prestation-accueil .cercle:nth-child(1) {
    top: 6.75em;
    left: 13.5em;
  }
  .prestation-accueil .cercle:nth-child(2) {
    top: 14.5em;
    left: 0em;
  }
  .prestation-accueil .prestation-item {
    height: 28em;
    width: 27em;
  }
}

.anchor {
  position: absolute;
  transform: translateY(-50vh);
}

footer img {
  height: 2em;
}

.frm {
  --bs-secondary-bg: #ecdbad;
}

.formulaire_crayon,
.crayon-active {
  color: black !important;
}
