/* FONTS */
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-ExtraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed Thin Italic';
  src: url('../fonts/RobotoCondensed-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab Light';
  src: url('../fonts/RobotoSlab-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab Light';
  src: url('../fonts/RobotoSlab-ExtraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab Regular';
  src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab Var';
  src: url('../fonts/RobotoSlab-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


/* Exemples supplémentaires */
/* Écriture principale */
.body-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}

.body-text-italic {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-style: italic;
}

/* Hover ou style fort */
.body-text-bold {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
}

/* Mail de recrutement */
.recruit-mail {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

/* Chapô / titres élégants */
.lead-slab {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}

/* Version bold ou hover du slab */
.lead-slab-bold {
  font-family: 'Roboto Slab Var', serif;
  font-weight: 400;
}

#competences {
  scroll-margin-top: 40vh; /* ou la valeur que tu veux */
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 100;
  background-color: #fff;
  color: #000;
}

.full-width-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 2.2rem;
  background-color: #2a4a96;
  color: white;
  display: flex;
  align-items: center;
}

.header-inner {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.left-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.lang{
  width:60px !important;
  display: flex;
  align-items: center;
}
.bold{
 font-weight: 600;
}
.lang-switch{
    color:#fff;
    text-decoration: none;
}
.phone{
  background: url(../assets/menu/header_telephone.png);
}
.envelope{
  background: url(../assets/menu/header_mail.png);
}
.linkedin{
  background: url(../assets/menu/header_linkedin.png);
}
.top-icons div {
  float: right;
  height: 33px;
  width: 33px;
  color: white;
  margin-right: 1rem;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2.2rem;
  width: 2.2rem;
  cursor: pointer;
  background:#fff;
  background: url(../assets/menu/header_ouverture_menu.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: .66rem !important;
}

/* Menu from burger */
.right-block.from-burger {
    position: fixed;
    top: 30px;
    z-index: 99;
    padding: 2rem 3rem 3rem 2rem;
    background: #fff;
    display: none;
    width: 15rem;
}

.from-burger .menu-vertical {
/*    margin-right: 6rem; */
}

.navbar-brand{
    color:#fff;
    text-decoration: none;
}


.full-width-footer {
  width: 100%;
  background-color: #2a4a96;
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  box-sizing: border-box;
  height: 164px;
  padding: 0 3rem;
  font-family: 'Roboto Condensed', sans-serif;
}

.footer-infos {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1rem;
  font-weight: 300;
}

.footer-infos p {
  margin: 0;
  font-size: 14px;
  line-height: 1.1rem;
  font-weight: 100;
}

span.name {
    font-weight: 500;
}

.central-content {
  max-width: 950px;
  margin: 0 auto;
  padding-top: 4.4rem;
  padding-bottom: 0;
  box-sizing: border-box;
  /*border-right:1px solid lightgrey;
  border-left:1px solid lightgrey;*/
}

.split-section {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 6.5%; /* espace entre les blocs si nécessaire */
  box-sizing: border-box;
}

.left-block {
  width: 77%;
}

.right-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.5%;
}
/* Animation */
.image-fade-container {
  position: relative;
  width: 100%;
  padding-top: 102%;
}
.image-fade-container .image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  transition: opacity 1s cubic-bezier(0.6, 0, 1, 1); /* lent au début, rapide à la fin */
}
.image-front {
  opacity: 1;
  z-index: 1; /* passe derrière */
}
.image-back {
  opacity: 0;
  z-index: 2; /* passe devant */
}

/* Right menu */
.menu-vertical a:first-child{
  display:none;
}
.menu-vertical hr:first-of-type {
  display:none;
}
.menu-vertical {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
  align-items: stretch; /* ← étire les enfants à 100% */
  width: 100%;
}

.menu-vertical hr {
  width: 100%;            /* ← prend toute la largeur */
  border: none;
  border-top: 1px solid #000;
  margin: 0.25rem 0;
}

.menu-vertical a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  padding: 0.2rem 0;
  letter-spacing: 0.1rem;
}

.menu-vertical a:hover {
  font-weight: 600;
}

/* CAROUSSEL */
.carousel-showcase {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.2rem 0;
}

.carousel-container {
  max-width: 950px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.carousel-track {
  display: flex;
  gap: 0.78rem;
  transition: transform 0.6s ease;
}

.carousel-track img {
  width: 100%;
  height: auto;
  max-width: calc((var(--max-container-width, 950px) -  1.6rem) / 3); /* 3 images avec 1.6rem de gap */
  flex-shrink: 0;
  object-fit: cover;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: transparent no-repeat center center;
  background-size: contain;
  border: none;
  color: #2a4a96;
  cursor: pointer;
  z-index: 10;
}

/*
.carousel-arrow.left {
  left: calc(50% - 950px - 60px);
}

.carousel-arrow.right {
  right: calc(50% - 950px - 60px);
}
*/

.carousel-arrow.left {
  left: calc(50% - calc(var(--max-container-width, 950px) / 2) - 50px);
  background-image: url('../assets/carroussel/carrousel_fleche_gauche.png');
}

.carousel-arrow.left:hover {
  background-image: url('../assets/carroussel/carrousel_fleche_gauche_hover.png');
}

.carousel-arrow.right {
  right: calc(50% - calc(var(--max-container-width, 950px) / 2) - 50px);
  background-image: url('../assets/carroussel/carrousel_fleche_droite.png');
}

.carousel-arrow.right:hover {
  background-image: url('../assets/carroussel/carrousel_fleche_droite_hover.png');
}

.resizable-max-width {
  max-width: var(--max-container-width, 950px);
  margin: 0 auto;
}

/* Souple et reactive */
span.italic {
    font-family: 'Roboto Condensed Thin Italic';
}

.section-textes {
  display: grid;
  grid-template-columns: 27% 66%;
  align-items: center; /* ← CENTRAGE vertical */
  max-width: var(--max-container-width, 950px);
  margin: 0rem auto;
  gap: 4rem;
  padding: 0 0.1rem;
  box-sizing: border-box;
}

.bloc-gauche {
  flex: 0 0 29%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.6;
  text-align: right;
}

.bloc-gauche p {
    font-family: Roboto Slab Light;
    font-size: 21px;
    line-height: 24px;
    font-weight: 100;
}

.section-textes .bloc-droit {
  flex: 0 0 61%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  /*font-family: 'Roboto Condensed', sans-serif;
  font-weight: 100;
  font-size: 1.15rem; */
  line-height: 1.2; 
  margin-top: 0;
}

.bloc-droit p:first-of-type {
  margin-top: 0;
}

.bloc-droit p {
margin-bottom: 1.3em;
}

.bloc-droit strong {
  font-weight: 700;
  display: block;
}

.section-textes .bloc-droit div:first-of-type {
   margin-top: 0;
}

.section-textes .bloc-droit div {
  font-weight: 500;
  display: block;
  margin-top: 1.3rem;
}

.bloc-droit p:last-of-type {
margin-bottom: 0em;
}

.separator {
  width: 100%;
  border: none;
  border-top: 1px solid #000;
  margin: 1.9rem auto 1.9rem;
}

hr.separator.up {
    margin-bottom: 0;
}

hr.separator.down {
    margin-top: 0;
}
/* Equipe */
.section-contextuelle {
  display: grid;
  grid-template-columns: 27% 66.4%;
  max-width: var(--max-container-width, 950px);
  gap: 4rem;
  margin: 0rem auto;
  padding: 0;
  box-sizing: border-box;
}
.menu-contextuel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-contextuel li {
    border-bottom: 1px solid #000;
}

.menu-contextuel li:last-of-type {
    border-bottom: 0px;
}

.menu-contextuel a {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 1.55rem;
  padding: 0.6rem 0;
  text-decoration: none;
  color: #000;
  border-left: 3px solid transparent;
  transition: border-color 0.3s ease;
}

.menu-contextuel ul li:first-of-type a {
  font-family: 'Roboto Slab Light';
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 100;
}

.menu-contextuel ul li:first-of-type a:hover {
    font-family: 'Roboto Slab Light';
    text-transform: uppercase;
    font-weight: 900;
}

.menu-contextuel ul li:first-of-type a.active {
    font-family: 'Roboto Slab Light';
    text-transform: uppercase;
    font-weight: 500;
}


.menu-contextuel ul li a:hover {
  font-family: 'Roboto Condensed';
  font-weight:500;
}

.menu-contextuel a.active {
  font-weight: 500;
}
.image-full {
  width: 100%;
  height: auto;
  display: block;
}

.menu-contextuel hr {
  width: 100%;
  border: none;
  border-top: 1px solid #000;
  margin: 0.25rem 0;
}


.profil-entete img {
  width: 279px;
  object-fit: cover;
}

.profil-entete {
  display: flex;
  align-items: flex-end; /* ← place le contenu verticalement en bas */
  /* gap: 2.2rem; */
  gap: 0;
  margin-bottom: 2rem;
}

.profil-entete h3 {
  margin: 0;
  font-family: 'Roboto Slab Light', sans-serif;
  font-size: 2.8rem;
  position:relative;
  /* bottom: -10px; */
  bottom: -6px;
  margin-left: 2.3rem;
}


.profil-description p {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 1.18rem;
  margin-bottom: 1.2rem;
}

/* ACCORDION */
.section-accordeon {
  max-width: var(--max-container-width, 950px);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.accordion-toggle {
    width: 100%;
    text-align: left;
    font-family: 'Roboto Slab Light', sans-serif;
    font-size: 1.7rem;
    padding: 0.6rem 0;
    background: none;
    border: none;
    border-top: 1px solid #000;
    cursor: pointer;
    transition: color 0.3s ease;
    color: #000;
    font-weight: 100;
    /* text-transform: uppercase; */
}

.accordion-toggle:hover {
  font-weight: 900;
  letter-spacing: -0.12px;
}

.accordion-item:first-of-type .accordion-toggle{
  border-top: 0px;
}

.accordion-content {
  display: grid;
  grid-template-columns: 27% 66%;
  align-items: center;
  gap: 4rem;
  padding: 0.5rem 0 2rem;
}

.accordion-content[hidden] {
  display: none !important;
}

.accordion-bloc-gauche,
.accordion-bloc-droit {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.6;
}
.accordion-bloc-gauche{
  text-align:right;
}
.accordion-bloc-droite{
  text-align:left;
  font-size: 1.15rem;
  line-height: 1.2;
}

.accordion-bloc-droit p {
  line-height: 1.2;
  padding-right: 2px;
}

.accordion-bloc-gauche p {
  font-family: Roboto Slab Light;
  font-size: 21px;
  line-height: 24px;
  padding-left: 2px;
  font-weight: 100;
}
.accordion-bloc-droit p:first-of-type{
  margin-top:0;
}
.accordion-bloc-droit p:last-of-type{
  margin-bottom:0;
}
/* FEEDBACK */
.sep-feedback{
  margin-bottom: 2.1rem !important;
}

.section-feedback {
  max-width: var(--max-container-width, 1900px);
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* Zone 1 : Avatars */
.feedback-avatars {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.feedback-avatars img {
  width: 13%;
  object-fit: cover;
  }

/* Zone 2 : Titre */
.feedback-titre {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: left;
  color: #000;
}

/* Zone 3 : Carrousel */
.feedback-carrousel {
  display: grid;
  grid-template-columns: 27% 66%;
  gap: 4rem;
}

.feedback-bloc-gauche {
  display: flex;
  /*flex-direction: column;
  gap: 1.5rem;*/
  justify-content: right;
}

button#prev-feedback, button#next-feedback {
  width: 60px;
  float: right;
  margin: 0;
  padding: 0;
  height: 60px;
  background: transparent no-repeat center center;
  background-size: contain;
  border: none;
  color: #2a4a96;
  cursor: pointer;
}

button#prev-feedback {
  background-image: url('../assets/presse/presse_fleche_gauche.png');
  margin-right: 10px;
}

button#prev-feedback:hover {
  background-image: url('../assets/presse/presse_fleche_gauche_hover.png');
}

button#next-feedback {
  background-image: url('../assets/presse/presse_fleche_droite.png');
}

button#next-feedback:hover {
  background-image: url('../assets/presse/presse_fleche_droite_hover.png');
}

.arrow {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #2a4a96;
  transition: transform 0.2s;
}
.arrow:hover {
  /*transform: scale(1.2);*/
}

.feedback-bloc-droit {
  position: relative;
  height: 148px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.feedback-slide {
  display: none;
  font-family: 'Roboto Slab Light', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.6;
  animation: fade 0.4s ease;
}

.feedback-slide p {
  margin-top: 0;
  font-size: 21px;
  line-height: 24px;
}

.feedback-slide.active {
  display: block;
}

.citation {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
}

@keyframes fade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Recrutement */
.section-recrutement {
  display: grid;
  grid-template-columns: 27% 66%;
  max-width: var(--max-container-width, 1900px);
  gap: 4rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.6;
  align-items: center;
}

.section-recrutement .bloc-droit{
  margin:0;
}

.section-recrutement .bloc-droit p {
    line-height: 1.35rem;
    font-size: 1.2rem;
}

.section-recrutement .bloc-gauche h2 {
    font-family: Roboto Slab Light;
    font-size: 21px;
    line-height: 24px;
    padding-left: 2px;
    margin: 0;
    font-weight: 100;
}

img.recrutement-logo {
    width: 457px;
}

.recrutement-contact {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;

}

.recrutement-contact img {
  width: 27px;
  height: 20px;
}

.recrutement-contact a {
  font-weight: 700;
  font-size: 1rem !important;
  color: #000 !important;
  text-decoration: none;
}

.recrutement-contact a:hover {
  text-decoration: underline;
}

.note-candidature {
  font-style: italic;
  font-size: 1.1rem;
  margin-top: 1rem;
}
/* Coordonnées */
.section-coordonnees {
  display: grid;
  grid-template-columns: 34% 66%;
  max-width: var(--max-container-width, 1900px);
  gap: 0;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
}

.section-coordonnees .bloc-gauche {
  line-height: 0;
}
.section-coordonnees .bloc-droit {
  display: flex;
  flex-direction: column;     /* empile les éléments verticalement */
  align-items: center;        /* centre horizontalement */
  text-align: left;         /* centre le texte à l’intérieur */
  padding-top: 3.7rem;
  margin-top: 0;
}

.section-coordonnees .bloc-droit p:first-of-type {
    margin-top: 0;
}

.section-coordonnees .bloc-droit p {
    margin-bottom: 0;
    margin-top: 1rem;
}

.plan-cabinet {
  width: 100%;
  height: auto;
}

.bloc-droit h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.bloc-droit address {
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 1.8rem;
  width: 100%;
  margin-left: 98%;
}

.bloc-droit a {
  color: #2a4a96;
  font-weight: 500;
  text-decoration: none;
}

.bloc-droit a:hover {
  text-decoration: underline;
}

/* size tool */
#widthRange {
  width:400px;
}

/* scroll top */
#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent noir */
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
  transition: background-color 0.3s;
  display: none;
}

#scrollTopBtn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.tooltip {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.1rem;
    font-weight: 100;
}
.tooltip:hover {
    font-weight: 400;
}

/* Le rectangle caché */
.tooltip-box {
    display: none;
    position: absolute;
    transform: translateY(-107px);
    width: 469px;
    background: #2a4a96;
    color: white;
    padding: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 1.1rem;
    font-weight: 100;
    z-index: 999;
    text-align: right;
    padding: 0;
    right: 0;
}

/* Apparition au survol */
.tooltip:hover .tooltip-box {
    display: block;
}

@media screen and (max-width: 1066px) {
  .menu-vertical a:first-child {
    display: block; 
  }

  .menu-vertical hr:first-of-type {
    display: block; 
  }
.resizable-max-width{
    max-width: 100vw;
    overflow-x: hidden;
}
/* separator */
  .separator{
  margin: 1.1rem auto 1.4rem !important;
  }
/* header */
  .split-section, .section-textes, .section-contextuelle, .accordion-content, .section-recrutement, .section-coordonnees {
    display: block;
    padding: 0 1.4rem;
  }
  .section-textes{
    border-top: 1px solid #000;
    padding: 0;
  }
  .section-textes .bloc-droit div:first-of-type{
    width: 80%;
  }
  
  .split-section {
    margin-bottom: 2.75rem;
    margin-top: 0;
    padding: 0 1.3rem;
  }
  .central-content{
    padding-top: 4.2rem;
  }
  .burger {
    height: 1.45rem;
    width: 1.45rem;
    margin-right: .64rem !important;
  }
  a.navbar-brand {
    font-size: 0.7rem;
  }
  .left-group div{
    display: flex;
  }
  .full-width-header {
    height: 1.45rem;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .left-group {
    gap:0;
  }
  .resizable-max-width {
      max-width: 1066px;
      margin: 0 2.8rem;
  }
  .header-inner {
      justify-content: normal;
  }
  .left-group {
    flex: 0 0 auto;
  }
  .lang_icons{
    flex: 1; 
    padding-left: 3rem; 
  }  
  .top-icons{
    width: 100%;
  }
  .top-icons > a {
    width: 25%;
    display: inline-block;
    float: right;
  }
  .top-icons div {
    height: 1.3rem;
    width: 1.3rem;
  }
  .top-icons > div {
    width: 25% !important;
    margin-right: 0;
    justify-content: center;
    font-size: 0.7rem;
  }
  /* main */
  .central-content{
            margin: 0 1.5rem;
  }
  /* split-section */
  .left-block {
      width: 100%;
  }
  .split-section .right-block {
    position: fixed;
    z-index: 999;
    background: #fff;
    padding: 0.9rem 1.4rem 2.5rem 2.8rem;
    top: 1.45rem;
    left: 0;
    display: none;
    margin: 0;
  }
  .menu-vertical {
    gap: 0;
  }
  .menu-vertical hr {
    margin: 0.41rem 0;
    width: 83%;
  }
  .menu-vertical a {
   font-size: 0.95rem;
   padding: 0.2rem 0;
   letter-spacing: 0.06rem;
  }
/* carrousel */
  .carousel-track img {
    max-width: unset;
  }
  .carousel-arrow.right {
      right: 0;
  }
  .carousel-arrow.left {
      left: 0;
  }
  .carousel-container {
      margin: 0 2.75rem;
  }
  .carousel-showcase {
    margin-top: 0;
    margin-bottom: 1.35rem;
  }
  .carousel-arrow {
    width: 1.8rem;
    height: 1.8rem;
  }
  .carousel-arrow.right {
      right: 0;
  }
  .carousel-arrow.left {
      left: 0;
  }
/* section textes */
  .section-textes .bloc-gauche {
    text-align: unset;
    display: flex;
    padding: 0 0 1rem 1.4rem;
  }
  .section-textes .bloc-gauche p {
    padding: 0;
    font-size: 0.93rem;
    line-height: 1.1rem;
    margin-bottom: 0;
    margin-top: 1.1rem;
  }
.bloc-droit{
  margin-top: 1rem;
}
.section-textes .bloc-droit div {
  font-size: 0.94rem;
  width: 253px;
}
.section-textes .bloc-droit {
  font-size: 0.93rem;
}
/* feedback-avatar */
.feedback-avatars{
  margin-bottom: 1.2rem;
}
.feedback-avatars img:first-of-type, .feedback-avatars img:last-of-type {
  display:none;
}
.feedback-avatars img {
    width: 18%;
}
.feedback-slide p {
    font-size: 0.8rem;
    line-height: 0.99rem;
}
button#prev-feedback {
  margin-right: 0;
  margin-bottom: 20px;
}
.feedback-bloc-gauche {
    display: block;
    padding-top: 0.3rem;
}
.feedback-carrousel {
    display: grid;
    grid-template-columns: 8% 89%;
    gap: 1rem;
}
button#prev-feedback, button#next-feedback {
    width: 1.7rem;
    height: 1.7rem;
    margin-right: 0.17rem;
    margin-bottom: 1.5rem;
}
.citation {
    font-size: 0.65rem;
}
/* equipe */
hr.separator.up {
 margin-top: 1rem;
 margin-bottom: 0 !important;
}
.menu-contextuel li:first-of-type {
  width:100%;
  float:left;
}
.menu-contextuel ul li:first-of-type a {
  padding: 0 1.1rem;
  font-size: 1.0rem;
  font-family: 'Roboto Slab Light' !important;
  line-height: 2.3rem;
}
.menu-contextuel ul li:first-of-type a.active {
  font-family: 'Roboto Slab Regular' !important;
}
.menu-contextuel ul li:first-of-type a:hover {
  font-family: 'Roboto Slab Regular' !important;
}
.menu-contextuel li {
  width:50%;
  float:left;
}
.menu-contextuel li:last-of-type {
  width:50%;
  float:right;
}
.menu-contextuel ul li a {
    padding: 0 1.1rem;
    font-size: 1.0rem;
    line-height: 2.35rem;
    float: left;
}
.menu-contextuel ul li:nth-child(3) a,
.menu-contextuel ul li:nth-child(5) a,
.menu-contextuel ul li:nth-child(6) a {
  border-left: 1px solid #000;
  padding: 0 1.4rem;
}
.profil-description {
    padding-left: 1.3rem;
}
.profil-description p {
  font-size: 0.95rem;
}
.profil-entete {
    /* gap: 1.4rem;
    margin-bottom: 1.2rem; */
    display: flex;
    width: 100%;
    gap: 0;
    margin-bottom: 1.2rem;
}
.profil-entete img {
  /* width:50.3%; */
  width: 100%;
}
.profil-entete h3 {
  /* width: 50%; */
  float: left;
  font-size: 1.85rem;
  padding-left: 20px;
  margin-bottom: 0.3rem;
  margin-left: 0;
}
.profil-img, .profil-name {
  width: 50%;
}
.bloc-droit.contenu-contextuel{
  margin-top:0; 
}
.section-contextuelle {
    margin: 0;
    padding: 0 !important;
  }
.bloc-gauche.menu-contextuel{
  padding: 0;
}
/* contact */
img.recrutement-logo {
    width: 100%;
}
.bloc-droit address {
  margin-left: 100%;
  margin-top: 1rem;
}
.bloc-gauche {
  padding: 0 0 1rem 0;
}
/* accordion */
.accordion-toggle {
    font-size: 1.15rem;
    padding: 0.5rem 0;
    line-height: 1.25rem;
}
.accordion-content {
    padding: 0 0 1.1rem 0;
}
hr.separator.down {
    margin-top: 0 !important;
    margin-bottom: 1.1rem !important;
}
.accordion-bloc-gauche {
    text-align: left;
    margin: 0 1.4rem;
}
.accordion-bloc-droit {
    font-size: 0.95rem;
    line-height: 0.95rem;
}
.accordion-bloc-gauche p {
  font-size: 0.95rem;
  padding-left: 0;
  margin-top: 0.5rem;
  line-height: 1.1rem;
}
/* recrutement */
.section-recrutement .bloc-gauche h2 {
    font-family: 'Roboto Slab Regular';
    font-size: 0.95rem;
    line-height: 1.1rem;
    padding-right: 9rem;
    margin: 0;
    font-weight: 700;
    padding-left:0;
}
section.section-recrutement {
    padding: 0;
}
.section-recrutement .bloc-gauche {
    padding-left: 1.3rem;
    text-align: left;
}
.section-recrutement .bloc-droit p {
    line-height: 1rem;
    font-size: 1rem;
}
.recrutement-contact {
    padding-left: 1.4rem;
    margin-bottom: 1.4rem;
}
.recrutement-contact img {
    width: 1rem;
    height: 0.7rem;
}
.recrutement-contact a {
    font-size: 0.8rem !important;
}
/* coordonnees */
.section-coordonnees {
  display: flex;
  flex-direction: column;
  padding: 0 1.3rem !important;
}
.section-coordonnees .bloc-gauche{
  order:2;
  margin-top: 1.2rem;
  padding:0;
}
.section-coordonnees .bloc-droit{
  order:1;
  padding:0 1.2rem;
}
.section-coordonnees .bloc-droit p {
  font-size: 0.88rem;
  line-height: 1rem;
  margin-top: 0.72rem;
}
}