/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
  padding: 1rem;
}

* {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a,
a:hover {
  color: #005466;
  text-decoration: none;
}

.form-check-input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

select {
  /*-webkit-padding-end: 20px;
  /*-moz-padding-end: 20px;*/
  /*-webkit-padding-start: 2px;
  /*-moz-padding-start: 2px;*/
  background-color: #F7F4EF;
  /* Fallback color if gradients are not supported */
  border: none;
  color: #F7F4EF;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#checkbox-rdv,
#checkbox-appel,
#checkbox-3mois,
#checkbox-6mois,
#checkbox-12mois {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.clear-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html,
body {
  width: 100%;
  overflow-x: hidden !important;
}

body {
  margin: 0px;
  font-family: "Urbanist", sans-serif;
  color: #005466;
  background-color: #FFFFFF;
}

a[type=button],
input[type=button],
svg[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  -webkit-border-radius: 0;
  border-radius: 0;
}

[type="button"] {
  -webkit-appearance: none;
  appearance: none;
}

input {
  color: #005366;
}

button,
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 
###############################################################################
###############################################################################
    POLICES
###############################################################################
###############################################################################
*/

@font-face {
  font-family: Elanor-ExtraLight;
  font-weight: lighter;
  src: url("../font/Elanor-ExtraLight.otf") format("opentype");
}

@font-face {
  font-family: Elanor-ExtraBold;
  font-weight: bolder;
  src: url("../font/Elanor-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: Elanor-ExtraBoldItalic;
  font-weight: bolder;
  src: url("../font/Elanor-ExtraBoldItalic.otf") format("opentype");
}


.elanor-extra-light {
  font-family: Elanor-ExtraLight;
  font-weight: lighter;
}

.elanor-extra-bold {
  font-family: Elanor-ExtraBold;
  font-weight: bolder;
}

.elanor-extra-bold-italic {
  font-family: Elanor-ExtraBoldItalic;
  font-weight: bolder;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.montserrat-medium {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.montserrat-extra-bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.montserrat-black {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.montserrat-bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.montserrat-semibold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.montserrat-light {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.yellow {
  color: #F5B23C;
}



/* 
###############################################################################
###############################################################################
    HEADER
###############################################################################
###############################################################################
*/

.custom-toggler {
  border: none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 83, 102, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.logo-header {
  margin-bottom: 7px;
}

.page-header {
  justify-content: space-between;
  align-items: center;
  margin: 0px;
  font-size: .8rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

@supports not (backdrop-filter: none) {
  .page-header {
    background-color: #F7F4EF;
  }
}

.page-header .active-bar {
  width: 100%;
  margin: auto;
  border: 1px solid #F5B23C;
  border-color: #F5B23C;
  background-color: #F5B23C;
  color: #F5B23C;
}

.page-header .bar {
  display: none;
  width: 100%;
  margin: auto;
  border: 1px solid;
}

.page-header .nav-item:hover hr {
  display: block;
}

.page-header .nav-item .nav-link {
  padding: 0;
}

.page-header .nav-item:hover {
  color: #005366;
}

.beige {
  background-color: #F7F4EF;
}

.page-header .nav-item .nav-link {
  text-decoration: none;
  color: #005466;
  padding-bottom: unset;
  padding-top: unset;
}

.page-header .nav-item .nav-link:hover {
  color: #005466;
}

.navbar-brand img {
  width: 150px;
}

.navbar-nav {
  width: 100%;
  justify-content: space-around;
  align-items: flex-start;
}

.navbar {
  align-items: baseline;
}

.social-menu {
  height: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  width: 6rem;
  align-items: center;
}

.social-menu a {
  margin-bottom: 5px;
  color: #005366;
}

/**** Bouton "mon compte" sur la navbar de la Home page *****/
.social-menu.home{
  width: auto;
  column-gap: 10px;
}
.social-menu.home a:first-of-type{
  border-radius: 12px;
  border: 1px solid #005366;
  color: #FFF;
  background: #005366;
  padding-right: 5px;
}
.social-menu.home a:first-of-type img{
  background: #fff;
  border-radius: 50%;
}
.social-menu.home a:first-of-type span{
  font-size: 10px;
}
/*********************************************************/

.languages-select-input {
  background-color: unset;
  border: none;
  color: #005466;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  margin-top: -4px;
  cursor: pointer;
}

.languages-select-input:focus {
  outline: none;
}

.languages-select-input option {
  color: #005466;
  background-color: #F7F4EF;
}

.dropdown-menu.show {
  position: absolute;
  background: none;
  border: none;
  font-size: inherit;
}

.dropdown-item {
  padding-left: 0;
  color: #005366;
  font-weight: inherit;
}

.dropdown-item:focus {
  background-color: unset;
  color: #005366;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus {
  color: unset;
}

/* 
###############################################################################
###############################################################################
    FOOTER
###############################################################################
###############################################################################
*/

.page-footer {
  font-family: 'Montserrat', sans-serif;
  font-size: .8rem;
  background-color: #005466;
  color: white;
  padding-top: 60px;
}

.page-footer a {
  color: white;
  text-decoration: underline;
}

.page-footer div {
  line-height: 20pt;
}


.footer-title {
  font-weight: 900;
  margin-bottom: 5px;
}

.footer-logo {
  margin-top: -20px;
}

.footer-logo img {
  width: 100%;
  height: auto;
}


/* 
###############################################################################
###############################################################################
    GENERAL
###############################################################################
###############################################################################
*/
.mobile {
  display: none !important;
}

.desktop {
  display: block;
}

.banner {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #F7F4EF;
}

.banner-dropdown {
  display: none;
  position: fixed;
  top: 30px;
  height: 130px;
  left: 0;
  width: 100%;
  text-align: center;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  z-index: 999;
}

@supports not (backdrop-filter: none) {
  .banner-dropdown {
    background-color: #F7F4EF;
  }
}

.white {
  background-color: white;
}

.banner-clients p {
  font-size: 2rem;
}

/* Conteneur du carrousel - largeur réduite pour s'aligner sur les témoignages */
.banner-clients .col-10 {
  max-width: 800px;
}

/* Carrousel des logos clients */
.owl-clients {
  padding: 20px 0;
  position: relative;
}

/* Fallback : afficher les logos en grille si JS ne fonctionne pas */
.owl-clients:not(.owl-loaded) {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.owl-clients:not(.owl-loaded) > img {
  max-height: 50px;
  width: auto;
  max-width: 100px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.owl-clients:not(.owl-loaded) > img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Styles quand le carrousel est chargé */
.owl-clients.owl-loaded {
  display: block !important;
}

.owl-clients .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}

.owl-clients .owl-item img {
  height: 120px;
  width: auto !important;
  max-width: 200px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.owl-clients .owl-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Navigation du carrousel clients */
.owl-clients .owl-nav {
  position: absolute;
  top: 50%;
  width: calc(100% + 60px);
  left: -30px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-clients .owl-nav button {
  pointer-events: auto;
  width: 30px !important;
  height: 30px !important;
  background: rgba(0, 83, 102, 0.1) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.owl-clients .owl-nav button:hover {
  background: rgba(0, 83, 102, 0.2) !important;
}

.owl-clients .owl-nav button img {
  width: 12px !important;
  height: auto !important;
  max-width: none !important;
  filter: none !important;
  opacity: 1 !important;
}

.separator-text {
  margin: 30px 0;
}

.separator-text a {
  color: #005366;
}

hr.bar {
  width: 25%;
  border-color: #F5B23C;
  background-color: #F5B23C;
  color: #F5B23C;
  border: 2px solid #F5B23C;
  margin-top: 30px;
  margin-bottom: 30px;
}

hr.title-bar {
  margin-top: unset;
  margin-bottom: unset;
}

.link-decouvrir:hover {
  color: #F5B23C;
  text-decoration: none;
  background-color: unset;
}

.link-decouvrir:hover .svg-text {
  fill: #F5B23C;
}

.link-article,
.link-article:hover {
  color: #005466;
  text-decoration: none;
}

.link-article:hover .link-decouvrir {
  color: #F5B23C;
  text-decoration: none;
}

.link-article .link-decouvrir {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #005366;
}

.rdv-btn:hover .svg-color {
  fill: #005366;
}

.rdv-btn:hover .svg-text {
  fill: #F5B23C
}

.btn-rdv svg {
  width: 175px;
}

.submit {
  background-color: unset;
  border: none;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: 16px solid #bf141c;
  border-top: 16px solid #005366;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite
}

.loader-back {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: #f3f3f3;
  opacity: .5
}

.hide-loader {
  display: none
}

@keyframes spin {
  0% {
      transform: translate(-50%, -50%) rotate(0)
  }

  100% {
      transform: translate(-50%, -50%) rotate(360deg)
  }
}

body.ui-dialog {
  overflow: hidden
}

.ui-dialog .ui-dialog-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff
}

.ui-dialog .ui-dialog-content {
  color: #2a6078;
  font-weight: 400;
  padding: 1em 2em !important
}

.ui-dialog {
  padding: 0 !important
}

.ui-corner-all {
  border-radius: unset !important
}

.ui-widget-header {
  border: none !important
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 2em !important
}

.ui-button {
  border: none !important;
  background: 0 0 !important
}

.ui-button .ui-icon {
  background-image: url(../images/icons/Icon_material-close.png) !important
}

.ui-icon-closethick {
  background-position: unset !important
}

/* 
###############################################################################
###############################################################################
    MODAL
###############################################################################
###############################################################################
*/

.modal {
  margin-top: 20px;
  padding-left: 16px;
}

.modal-dialog {
  max-width: 1400px;
}


/* 
###############################################################################
###############################################################################
    CAROUSEL
###############################################################################
###############################################################################
*/

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F5B23C;
  margin: 0 10px;
  border: unset;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #005366;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  position: relative;
}

.carousel-item p {
  margin-bottom: 0;
}

.carousel .carousel-item {
  height: 190px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
  align-items: center;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* 
###############################################################################
###############################################################################
    PAGE HOME
###############################################################################
###############################################################################
*/

.scroller-clients {
  margin-top: -7px;
  position: relative;
  overflow: hidden;
  height: 1.7em;
  font-size: 4rem;
}

.scroller-clients-ul>li {
  height: 1.2em;
  margin-bottom: 1.2em;
  display: block;
}

.scroller-clients-ul {
  animation: slide-clients 40s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.arrow {
  animation: 1s linear infinite alternate arrow;
}

@keyframes arrow {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(5px);
  }
}

@keyframes slide-clients {
  0% {
    margin-top: -33.6em;
  }

  1.43% {
    margin-top: -31.2em;
  }

  7.14% {
    margin-top: -31.2em;
  }

  8.57% {
    margin-top: -28.8em;
  }

  14.28% {
    margin-top: -28.8em;
  }

  15.71% {
    margin-top: -26.4em;
  }

  21.42% {
    margin-top: -26.4em;
  }

  22.85% {
    margin-top: -24em;
  }

  28.56% {
    margin-top: -24em;
  }

  30% {
    margin-top: -21.6em;
  }

  35.70% {
    margin-top: -21.6em;
  }

  37.13% {
    margin-top: -19.2em;
  }

  42.84% {
    margin-top: -19.2em;
  }

  44.27% {
    margin-top: -16.8em;
  }

  50% {
    margin-top: -16.8em;
  }

  51.43% {
    margin-top: -14.4em;
  }

  57.14% {
    margin-top: -14.4em;
  }

  58.57% {
    margin-top: -12em;
  }

  64.28% {
    margin-top: -12em;
  }

  65.71% {
    margin-top: -9.6em;
  }

  71.42% {
    margin-top: -9.6em;
  }

  72.85% {
    margin-top: -7.2em;
  }

  78.56% {
    margin-top: -7.2em;
  }

  80% {
    margin-top: -4.8em;
  }

  85.70% {
    margin-top: -4.8em;
  }

  87.13% {
    margin-top: -2.4em;
  }

  92.84% {
    margin-top: -2.4em;
  }

  94.27% {
    margin-top: 0;
  }

  99.99% {
    margin-top: 0;
  }

  100% {
    margin-top: -31.2em;
  }
}

.owl-prev {
  width: 8.33%;
  height: 100%;
  position: absolute;
  top: 0;
  margin-left: -8.33%;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 8.33%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -8.33%;
  display: block !important;
  border: 0px solid black;
}

.owl-prev i,
.owl-next i {
  transform: scale(1, 6);
  color: #ccc;
}

.home-banner>img {
  width: 253px;
  height: 140px;
}

.home-banner>div {
  margin: 40px 0;
}

.home-banner h2 {
  font-size: 3rem;
  margin-bottom: 0px;
}

.home-banner .animated-title {
  font-size: 4rem;
  margin: 0px;
}

.scroll-text-container p {
  font-size: 1.8rem;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}


#Tracé_243,
#Tracé_245 {
  display: none;
}

.dirigeant-svg:hover #Tracé_243 {
  display: block;
}

.drh-svg:hover #Tracé_245 {
  display: block;
}

.interventions-container {
  margin-bottom: 50px;
}

.intervention {
  height: 460px;
  margin-bottom: 50px;
}

.intervention img {
  width: 80%;
  height: 280px;
}

.intervention a {
  color: #005366;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.intervention p {
  font-size: 1.5rem;
}


.newsletter-form {

  justify-content: center;
  align-items: center;
}

.newsletter-email {
  height: 60px;
  border: 1px solid #005366;
}

.newsletter-email::placeholder {
  color: #005366;
}

.newsletter-email input {
  width: 100%;
}

.newsletter-submit {
  margin-left: -7%;
  z-index: 1;
  width: 180px;
}

.adn-text {
  display: none;
}

#adn-expertise:hover #adn-expertise-text,
#adn-passion:hover #adn-passion-text,
#adn-pedagogie:hover #adn-pedagogie-text,
#adn-regard:hover #adn-regard-text,
#adn-experience:hover #adn-experience-text {
  display: block !important;
}

#adn-pedagogie:hover #line-pedagogie,
#adn-regard:hover #line-regard,
#adn-expertise:hover #line-expertise,
#adn-passion:hover #line-passion,
#adn-experience:hover #line-experience {
  stroke: #005366 !important;
}

#adn-pedagogie:hover #trace-pedagogie,
#adn-regard:hover #trace-regard,
#adn-expertise:hover #trace-expertise,
#adn-passion:hover #trace-passion,
#adn-experience:hover #trace-experience {
  fill: #005366 !important;
}

.adn-titre:hover {
  cursor: default;
}


.plateform-container {
  align-items: center;
  text-align: left;
}

.plateform-container a {
  color: #005366;
}

.plateform-container a>img {
  width: 100%;
}

.rdv-title {
  font-size: 1.6rem;
}

.rendez-vous {
  margin-bottom: 100px;
}

.rendez-vous a {
  color: #005366;
}

.rendez-vous>div,
.rendez-vous>form {
  background-color: #F7F4EF;
}

.rendez-vous-text {
  padding: 100px 100px;
}

.rendez-vous-text>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rendez-vous-text>div {
  width: 100%;
  height: 100%;
}

.rendez-vous-text>div>a {
  font-weight: bold;
  text-decoration: underline;
}

.rendez-vous-form-input {
  width: 100%;
  border: none;
  height: 40px;
  padding-left: 20px;
}

*::placeholder {
  color: #005366;
}

.rendez-vous-form-textarea {
  width: 100%;
  border: none;
  height: 80px;
  padding-left: 20px;
  padding-top: 10px;
}

.rendez-vous-submit {

  position: absolute;
  width: 170px;
  right: 60px;
  bottom: -80px;
}

.msg-envoyer {
  display: none;
  position: absolute;
  margin-top: 30px;
  font-style: italic;
  color: #005466;
  left: -webkit-calc(100% - 780px);
  left: -moz-calc(100% - 780px);
  left: calc(100% - 780px);
}

.msg-envoyer-devis {
  display: none;
  position: absolute;
  margin-top: 30px;
  font-style: italic;
  color: #005466;
  left: -webkit-calc(100% - 720px);
  left: -moz-calc(100% - 720px);
  left: calc(100% - 720px);
}

.msg-news {
  display: none;
  position: absolute;
  margin-top: 180px;
  font-size: inherit !important;
  color: #005466;
  padding: 1rem;
}

#accompagnement-graph {
  background-color: white;
}

#accompagnement-graph img {
  width: 100%;
  height: auto;
}

.accompagnement-text {
  text-align: left;
}

.accompagnement-button {
  position: absolute;
  bottom: -90px;
}

.accompagnement-icons {
  margin-bottom: 80px;
}

.accompagnement-icons svg {
  margin-right: 25px;
}

svg a {
  text-decoration: none !important;
}


.bloc-rps:hover {
  text-decoration: none;
}

.bloc-rps:hover .rps-link {
  color: #F5B23C;
  text-decoration: none;
  background-color: unset;
}

.banner-plateforme {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* 
###############################################################################
###############################################################################
    PAGE DIRIGEANT
###############################################################################
###############################################################################
*/
.page-title {
  margin-bottom: 100px;
}

.page-title .active-bar {
  width: 50%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

.intro-rdv {
  margin-top: 50px;
  /*margin-bottom: -50px;*/
}

.intro-situation {
  margin-top: 50px;
}

.intro p {
  text-align: left;
}

.intro .intervention p {
  text-align: center;
}

.intro-citation .citation {

  font-size: 2.5rem;
  text-align: left;
}

.intro-citation .auteur {
  font-size: 1em;
  line-height: 0.2;
  margin-top: -1.5%;
}

.intro-citation img {
  width: 100%;
}

.contexte-logo {
  width: 370px;
}

.icon p {
  margin: 20px 0;
}

.socle-right p {
  text-align: center;
}

.newsletter p {
  font-size: 2rem;
}

.scroller-socle {
  margin-top: 0.4em;
  height: 4em;
  line-height: 1.2em;
  position: relative;
  overflow: hidden;
  font-size: 2rem;
}

.scroller-socle-ul>li {
  height: 3.6em;
  margin-bottom: 1.2em;
  display: block;
}

.scroller-socle-ul {
  animation: slide-socle 20s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

@keyframes slide-socle {
  0% {
    margin-top: -23.4em;
  }

  5% {
    margin-top: -18.6em;
  }

  20% {
    margin-top: -18.6em;
  }

  25% {
    margin-top: -13.8em;
  }

  40% {
    margin-top: -13.8em;
  }

  45% {
    margin-top: -9.6em;
  }

  60% {
    margin-top: -9.6em;
  }

  65% {
    margin-top: -4.2em;
  }

  80% {
    margin-top: -4.2em;
  }

  85% {
    margin-top: 1.2em;
  }

  99.99% {
    margin-top: 1.2em;
  }

  100% {
    margin-top: -18.6em;
  }
}


/* 
###############################################################################
###############################################################################
    QUESTIONS-FREQUENTES
###############################################################################
###############################################################################
*/

.questions-frequentes {
  margin-top: 90px;
}

.question-button p {
  opacity: 1;
  font-size: 16px;
  margin-bottom: 0;
}

.question-reponse p {
  font-size: 16px;
  text-align: left;
}

.question-button {
  background-color: unset;
  color: #005366;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.question-reponse {
  padding-left: 55px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.fleche-icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  transition: transform 0.2s ease-out;
  vertical-align: middle;
}

.question-button.active .fleche-icon {
  transform: rotate(90deg);
}

/*
###############################################################################
###############################################################################
    PAGE INTERVENTION
###############################################################################
###############################################################################
*/

.intervention-graph {
  width: 500px;
}

.intervention-graph .intervention-rdv .svg-container {
  margin-top: -25%;
}

.intervention-graph .svg-container {
  margin-top: -10%;
}

.intervention-text {
  margin-top: 5%;
}

.intervention-contexte-list ul {
  list-style: none;
}

.intervention-contexte-list li {
  margin: 20px 0;
}

.intervention-contexte-list li::before {
  content: '';
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url(../images/svg/bullet.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}

.intervention-contexte-list a {
  color: inherit;
  list-style: none;
}

.intervention .link-intervention {
  position: relative;
  bottom: unset;
  text-decoration: none;
}

.page-intervention .intervention {
  height: unset;
  margin-bottom: 0;
}

/* 
###############################################################################
###############################################################################
    PAGE ACTUALITES
###############################################################################
###############################################################################
*/
.articles-categories {
  height: fit-content;
  margin-top: 2rem;
}

.articles-categories h5 {
  font-size: 1rem;
  margin: 0;
}

.articles-categories h3 {
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.articles-categories .bar {
  color: #F7F4EF;
  background-color: #F7F4EF;
  width: 100%;
  margin: auto;
  border: 1px solid;
}

.categories-item {
  margin-bottom: 20px;
  width: fit-content;
}

.categories-item h5 {
  text-align: left;
}

.categories-item:hover .bar {
  color: #F5B23C;
  background-color: #F5B23C;
}

.categories-item .active-bar {
  width: 100%;
  margin: auto;
  border: 1px solid #F5B23C;
  border-color: #F5B23C;
  background-color: #F5B23C;
  color: #F5B23C;
}


.article-bar {
  width: 80%;
  height: 4px;
  border-color: #F5B23C;
  background-color: #F5B23C;
  color: #F5B23C;
}

.actualite>h2 {
  margin-bottom: 50px;
}

.articles-container img {
  width: 100%;
}

.article-card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}

.article-card {
  background-color: #F7F4EF;
  position: relative;
}

.article-card h5 {
  margin-top: 10px;
  height: 70px;
}

.article-card p {
  margin-top: 10px;
}

.article-card a {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #005366;
}

.article-card-icon {
  width: 50%;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.article-text {
  padding-bottom: 25% !important;
}

.img-container {
  position: relative;
  padding-bottom: 68%;
  height: 0;
}

.article-page img {
  width: 100%;
}

.article-categorie {
  font-size: 0.75rem;
  background-color: #F5B23C;
  padding: 8px 15px;
  width: fit-content;
}


.actu-grid {
  display: grid;
  grid-template-rows: fit-content(100%);
  grid-template-columns: repeat(3, 25.9%);
  width: 75%;
  grid-auto-flow: dense;
  grid-gap: 2rem;
  padding: 2rem;
  align-content: center;
  justify-content: center;
}






/* 
###############################################################################
###############################################################################
    PAGE TEMOIGNAGES
###############################################################################
###############################################################################
*/

.temoignages {
  margin-top: -50px;
}

.temoignages .video {
  width: 100%;
}

.temoignages-title {
  margin-bottom: unset;
}

/* 
###############################################################################
###############################################################################
    MENTIONS LEGALES
###############################################################################
###############################################################################
*/

.mentions-legales {
  margin-top: -30px;
}

.mentions-legales h2 {
  margin-top: 30px;
  margin-bottom: 0;
}

.mentions-legales h3 {
  margin-bottom: 30px;
}

.mentions-legales p {
  line-height: normal;
}

/* 
###############################################################################
###############################################################################
    RISQUES PSYCHOSOCIAUX
###############################################################################
###############################################################################
*/

.risques-graph {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* 
###############################################################################
###############################################################################
    PAGE ECOLE
###############################################################################
###############################################################################
*/

.ecole-graph {
  width: 320px;
}

/* 
###############################################################################
###############################################################################
    QUI SOMMES-NOUS
###############################################################################
###############################################################################
*/

.profile-extend .profile-img {
  margin-bottom: unset;
}

.profile-extend .drapeaux {
  margin: 15px 0;
}

.profile-img {
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

.profile-img img {
  width: 60%;
}

.titre-expert {
  margin-bottom: 10px;
}

.profile-extend {
  display: none;
  grid-column: 1 / span 3;
  position: relative;
}

.open {
  display: flex;
}

.profile-card {
  margin-top: -50px;
}

.profile-card p {
  margin-bottom: 0;
}

.profile-text p {
  font-size: 0.9rem;
}

.profile-close {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1000;
}

.profile-grid {
  display: grid;
  grid-template-rows: fit-content(100%);
  grid-template-columns: repeat(3, 290px);
  width: 83.33333%;
  grid-auto-flow: dense;
  grid-gap: 3rem;
  padding: 1rem;
  align-content: center;
  justify-content: center;
}

.profil p {
  height: 110px;
}

.drapeaux img {
  width: 25px !important;
}

.text-expert {
  max-width: calc(870px);
}

/* 
###############################################################################
###############################################################################
    LOGIN
###############################################################################
###############################################################################
*/

.login-title {
  padding-bottom: 30px;
}

.login-form a {
  text-decoration: none;
  color: #005366;
}

.svg-triangle-bottom {
  position: absolute;
  left: calc(50% - 30px);
  right: 50%;
  margin-left: auto;
  margin-right: auto;
}

.form-control {
  height: 50px;
  color: #005366;
}

.form-control:focus {
  color: #005466;
  border-color: black;
  box-shadow: unset;
}

.btn-connexion {
  color: #005466;
  background-color: #F5B23C;
  border-color: #F5B23C;
  line-height: 2;
}

.btn-connexion:hover {
  color: #F5B23C;
  background-color: #005466;
  border-color: #005466;
}

.login-title .page-title {
  margin-bottom: 0;
}

.login-title .title-bar {
  width: 50%;
}

.login-banner {
  padding-top: 0;
}

.maintenance-message{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 140px 0;
}


/* 
###############################################################################
###############################################################################
    MEDIA QUERIES
###############################################################################
###############################################################################
*/
@media (max-width: 1200px) {
  .newsletter-submit {
    width: 150px;
  }
}

@media (max-width: 1100px) {
  .rps-separator {
    font-size: 1.3rem;
  }
}


@media (max-width: 992px) {
  .page-header .nav-item {
    padding: 5px 0;
  }

  .page-header .bar {
    width: 100%;
  }

  .navbar-brand img {
    width: 200px;
  }

  .navbar-nav {
    padding-left: 10px;
  }

  .languages-select-input {
    margin-top: unset;
  }

  .social-menu {
    height: 100%;
    align-items: center;
    width: auto;
    margin-bottom: 15px;
  }

  .social-menu a {
    margin-right: 10px;
    margin-bottom: 0;
    color: #005366;
  }

  .scroller-socle {
    font-size: 1.6rem;
  }

  .categories-item {
    margin-right: auto;
    margin-left: auto;
  }

  .profile-extend {
    grid-column: 1 / span 2;
  }

  .profile-grid {
    grid-template-columns: repeat(2, 300px);
  }

  .rps-separator {
    font-size: 1.1rem;
  }

  .dropdown-menu.show {
    position: relative;
    margin-left: 25px;
  }

  .text-expert {
    max-width: 600px;
  }

  .actu-grid {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .msg-envoyer {
    margin-top: 100px;
    left: 0;
    right: 0;
  }

  .rdv-modal {
    margin-bottom: 200px;
  }
}

@media (max-width: 768px) {
  /* md */

  .profile-extend {
    grid-column: 1;

  }

  .profile-grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 600px;
  }

  .profile-text {
    padding-top: unset;
  }

  .profile-card {
    padding-left: unset;
  }

  .profil {
    max-width: 300px;
    width: 100%;
    justify-self: center;
  }

  .text-expert {
    max-width: 90%;
  }

  .actu-grid {
    grid-template-columns: repeat(2, 43.6%);
  }

  /* 
###############################################################################
###############################################################################
    FOOTER
###############################################################################
###############################################################################
*/
  .page-footer {
    text-align: center;
  }

  .page-footer .row {
    flex-direction: row-reverse;
  }

  .footer-logo {
    margin-top: 0;
  }

  .footer-fsl {
    margin-bottom: 30px;
  }

  /* 
###############################################################################
###############################################################################
    PAGE HOME
###############################################################################
###############################################################################
*/
  .home-svg,
  .home-svg-hover {
    width: 120%;
    margin-left: -10%;
  }

  .scroller-clients {
    font-size: 3rem;
  }

  .scroller-socle {
    font-size: 1.3rem;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none;
  }

  .bloc-adn * {
    margin: 10px 0;
  }

  .bloc-adn a {
    text-decoration: underline;
    color: #005366;
  }



}

@media (max-width: 576px) {

  /* 
###############################################################################
###############################################################################
    GENERAL
###############################################################################
###############################################################################
*/

  h2 {
    font-size: 1.5rem;
  }

  p {
    line-height: 1.2;
  }

  .modal {
    padding: 0 !important;
  }

  .page-title {
    margin-bottom: 50px;
  }

  /* 
###############################################################################
###############################################################################
    PAGE HOME
###############################################################################
###############################################################################
*/
  .home-banner h2 {
    font-size: 2rem;
  }

  .home-banner .animated-title {
    font-size: 2rem;
  }

  .home-svg {
    width: 175%;
    margin-left: -37%;
  }

  .scroll-text-container p {
    font-size: 1.8rem;
  }

  .intervention {
    height: 420px;
  }

  .newsletter p:first-of-type {
    font-size: 1.2rem;
  }

  .plateform-container {
    text-align: center;
  }

  .plateform-text p {
    margin: 30px 0;
  }

  .rendez-vous a {
    color: #005366;
  }

  .rendez-vous-form-textarea {
    height: 150px;
  }

  .rendez-vous-telephone {
    margin-bottom: 100px;
  }

  .msg-envoyer {
    margin-top: 130px;
  }

  .accompagnement-text {
    text-align: center;
  }

  .newsletter-submit {
    margin-left: -15%;
    width: 150px;
  }

  .rendez-vous-checkboxes {
    margin-bottom: 70px;
  }

  .rendez-vous-submit {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -110px;
  }

  .rendez-vous-text {
    padding: 50px 50px;
  }

  .actualite>h2 {
    font-size: 2rem;
  }

  .temoignages {
    padding-top: 50px;
  }

  .temoignages h2 {
    font-size: 2rem;
  }

  .accompagnement {
    padding-top: 40px;
  }

  .accompagnement h2 {
    font-family: 'Elanor-ExtraLight';
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .accompagnement h4 {
    font-family: 'Elanor-ExtraBoldItalic';
    font-weight: bold;
    margin-bottom: 1rem;
  }

  /* 
###############################################################################
###############################################################################
    PAGE DIRIGEANT
###############################################################################
###############################################################################
*/

  .intro-citation {
    margin-bottom: 30px;
  }

  .scroller-clients {
    font-size: 2.2rem;
  }

  #banner-clients-dirigeant {
    padding-top: 0;
  }

  /* 
###############################################################################
###############################################################################
    NOS INTERVENTIONS
###############################################################################
###############################################################################
*/
  .intervention-graph {
    width: 370px;
  }

  .intervention-contexte-list ul {
    padding-left: unset;
  }



  /* 
###############################################################################
###############################################################################
    PAGE ECOLE
###############################################################################
###############################################################################
*/
  .ecole-text p {
    line-height: 2;
  }

  .ecole-intro-text p {
    line-height: 2;
  }

  /* 
###############################################################################
###############################################################################
    PAGE ACTU
###############################################################################
###############################################################################
*/

  .articles-categories {
    margin-top: -2em;
  }

  .newsletter-email {
    margin-left: 1em;
  }

  .article-content p {
    line-height: 1.5;
  }

  .actu-grid {
    grid-template-columns: repeat(1, 79.8%);
  }

}

@media (max-width: 435px) {
  .newsletter-email {
    flex: 0 0 95%;
    max-width: 100%;
    margin-left: 0;
  }

  .newsletter-submit {
    margin-left: unset;
    width: 40%;
  }
}

@media (max-width: 425px) {

  .newsletter p {
    font-size: 1.7rem;
  }

  .msg-news {
    margin-top: 270px;
  }

  .scroller-clients {
    font-size: 1.9rem;
  }

  .scroller-socle {
    font-size: 1.2rem;
  }

  .rps-titre {
    font-size: 2em;
  }

  .profile-card {
    max-width: 83.3333%;
    flex: 0 0 83.3333%
  }

  .login-title h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 350px) {
  .check {
    padding: 0.25rem;
  }

  .check>label {
    font-size: 0.95rem;
  }

  .scroller-clients {
    font-size: 1.5rem;
  }

  .newsletter-submit {
    width: 45%
  }

  .accompagnement-icons>div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .login-title h1 {
    font-size: 2rem;
  }
}

@media (min-width: 2000px) {
  .newsletter-email {
    max-width: 30%;
  }

  .newsletter-submit {
    width: 200px;
    margin-left: -3%;
  }
}

/* ===========================================
   RECHERCHE D'ARTICLES
   =========================================== */

.search-box {
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid #ddd;
  border-radius: 30px;
  padding: 5px 8px 5px 25px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.search-box:focus-within {
  border-color: #c9a227;
  box-shadow: 0 0 10px rgba(201, 162, 39, 0.2);
}

.search-box .search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  padding: 12px 10px;
  background: transparent;
  min-width: 0;
}

.search-box .search-input::placeholder {
  color: #999;
}

.search-box .search-button {
  background: #c9a227;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  transition: background-color 0.3s ease;
}

.search-box .search-button:hover {
  background: #a88620;
}

.search-box .search-button svg {
  width: 22px;
  height: 22px;
}

.search-results-info {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}



/* X-Small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }

*/