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

html {
  font-size: 18px;
  font-family: "Roboto", "sans-serif";
}

body {
  min-height: 100vh;
  background: #fafafa;
  margin: 0;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  color: #4d4d4d;
}

blockquote {
  margin: 0 0 0 40px;
  padding: 0px 0 0 10px;
  border-left: 2px solid #646566;
}

.body-dark {
  background: #37393c;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(152 190 85);
}

section h1 h2 h3 h4 h5 h6 {
  margin: 0 auto;
  font-size: 1rem;
}

.carousel {
  min-height: 402px;
}
.carousel-item {
  max-height: 45vh;
  max-width: 100%;
}
.carousel-item-homepage {
  max-height: 75vh !important;
  max-width: 100%;
}

.carousel-item img {
  width: 50%;
  margin: auto;
}

.carousel-caption * {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.carousel-caption strong {
  font-weight: 600;
}

.carousel-caption {
  /* text-shadow: 2px 2px 2px #000; */
  font-size: 24px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: start;
  width: 100%;
}
.carousel-caption-homepage {
  top: 50%;
}
.carousel-item:before {
  -webkit-box-shadow: inset 0 8px 20px -10px #333;
  box-shadow: inset 0 8px 20px -10px #333;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.carousel-caption h5 {
  font-size: calc(1.5rem + 3vw);
  font-weight: bold;
  color: #fff;
}

.carousel-caption a {
  text-decoration: none !important;
  color: #fff;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  background-color: rgba(255, 255, 255, 0.411);
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  list-style: none;
  padding: 15px;
  background: #00000041;
}
.footer-info-cms {
    max-width: 50%!important;
  }

@media only screen and (max-width: 767px) {
  .carousel {
    min-height: 0;
  }
  .carousel-caption {
    bottom: 0;
    top: 10%;
    left: 0;
    right: 0;
    transform: none;
    text-align: center;
  }
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: bold;

  }
  h4 {
    font-size: 14px;
    font-weight: bold;

  }
  .carousel-caption span {
    font-size: 15px !important;
  }
  .service-title h2 {
    font-size: 18px;
    padding: 5px;
    max-width: 55% !important;
  }
}
.service-title {
  position: absolute !important;
  text-align: center;
  color: rgb(0, 0, 0);
  left: 50%;
  top: 100%;
  width: 100%;
  z-index: 2;
  text-transform: capitalize;
  transform: translate(-50%, -50%);
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: calc(var(--bs-gutter-x) * 0.5);
}
.service-title h2 {
  color: #21547a;
  padding: 10px;
  margin: 0 auto;
  border-radius: 10px;
  border: solid 2px #21547a;
  background-color: white;
  max-width: 30%;
}

/* =================== NAVBAR =================== */

/* PREDRE RDV BTN */

.btn-RDV {
  background-color: rgb(255, 255, 255);
  color: #315ea1 !important;
  border-radius: 8px;
  padding: 3px 20px !important;
  font-weight: 500;
}

.btn-RDV:hover {
  background-color: #8ebb4e;
  color: white !important;
}
.navbar-collapse {
  text-align: center;
}

.dropdown-item {
  text-align: center;
}

/* .navbar-nav a {
    text-decoration: none;
    color: rgba(255,255,255,.55);
} */

/* =================== HEADER =================== */

.flex-wrap-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.image {
  flex-shrink: 0;
}

.image img {
  width: 100%;
}

.border-slide {
  border-bottom: solid 3px #3b3b9f;
}

.box-shadow-05 {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.box-info-container {
  padding: 20px 30px;
  background-color: rgb(255 255 255);
  margin: 0 30px;
  max-height: max-content;
  height: max-content;
  border-radius: 16px;
}

.title-type-bar {
  position: relative;
  text-transform: uppercase;
  padding-left: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.title-type-bar h4 {
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.1rem;
}
.title-type-bar h2 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.1rem;
}

.title-type-bar::before {
  display: block;
  content: "";
  position: absolute;
  left: -64px;
  top: 15px;
  width: 55px;
  height: 2px;
  background-color: #196e8f;
}

.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.social-link:hover,
.social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;
}

.progress {
  height: 10px;
}

.picto-title {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.picto-title p {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 0 15px;
}
.picto-title a {
  text-decoration: none;
  color: #333333;
}

/* ===================== PICTOGRAMME ==================== */
.test-img {
  position: relative;
    /* width: 130pxpx; */
    /* height: 130px; */
    /* line-height: 122px; */
    text-align: center;
    /* float: left; */
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.238s;
    -moz-transition: all 0.238s;
    transition: all 0.238s;
}
.test-img:hover {
  background-color: #7cbd3c;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pictogram-img {
  width: 100px;
  height: 100px;
}
/* ===================== Title Part ==================== */

.title-container {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  margin: 4rem 0;
  letter-spacing: 0.1rem;
}

.title-in-container::before {
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  top: 18px;
  width: 30%;
  height: 5px;
  background-color: #1b7091;
}

.video-container {
  max-width: 70%;
  margin: 60px auto 0;
}

.titleSquare {
  border-top: 5px solid #3c3c3c;
  position: relative;
  text-align: center;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.titleSquareWhite {
  border-top: 5px solid #ffffff;
  position: relative;
  text-align: center;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.titleSquareWhite h3 {
  font-weight: 700;
  border-radius: 10px;
  letter-spacing: 0.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  padding-right: 20px;
  padding-left: 20px;
  display: inline-block;
  background: #fff;
  position: relative;
  top: -20px;
}

.titleSquare h3 {
  font-weight: 700;
  letter-spacing: 0.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  padding-right: 20px;
  padding-left: 20px;
  display: inline-block;
  background: #fafafa;
  position: relative;
  top: -20px;
}

/*====================== PATOLOGIE ======================*/

.column {
  position: relative;
  box-sizing: border-box;
  margin-top: 30px;
  height: 300px;
}

.column .overlay {
  position: absolute !important;
  text-align: center;
  color: rgb(0, 0, 0);
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 2;
  text-transform: capitalize;
  transform: translate(-50%, -50%);
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: calc(var(--bs-gutter-x) * 0.5);
}

.link-overlay-title {
  background-color: #edededad;
  text-decoration: none;
  padding: 15px 0px;
}

.image-patologie {
  height: 100%;
  width: 100%;
  background-size: cover;
  border: solid 3px #ededed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.column:hover > .link-overlay-title > * {
  color: #00a0de !important;
  -webkit-filter: grayscale(10%) !important;
  filter: grayscale(10%) !important;
}

.galerie p {
  color: white;
}

.row {
  justify-content: center;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

.row-patologie {
  justify-content: center;
}

/*================== ARTICLES ===================*/
.button-article {
  position: absolute;
  bottom: 5%;
  right: 2%;
}
.button-article:hover ~ a {
  color: #00a0de;
}

@media screen and (max-width: 978px) {
  .carousel-item {
    width: 100% !important;
    height: 50vw !important;
    object-fit: cover !important;
  }
   .carousel-item-pole {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
  .card-same-size {
    height: 30vw !important;
  }
  .row-patologie {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    flex-direction: column;
    align-items: center;
  }
  .column {
    float: left;
    width: 100%;
    padding: 0px;
    position: relative;
    box-sizing: border-box;
    padding: 10px 10px;
  }
  .title-type-bar::before {
    left: -48px;
    top: 15px;
    width: 55px;
    height: 2px;
    background-color: #196e8f;
  }
  .box-info-container {
    margin: 25px auto;
  }
  .titleSquare h3 {
    font-size: 1.5rem;
  }
  .video-container {
    max-width: 100%;
  }
  .button-article {
    position: relative;
    bottom: none;
    right: none;
  }
  .footer-info-cms {
    max-width: 100%!important;
  }
}

@media screen and (max-width: 640px) {
  .card-same-size {
    height: auto !important;
  }
  .numbers-oanim {
    display: block !important;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: url(../images/chiffres-fond.jpg) center center;
  }

  .numbers-anim {
    display: none;
  }

  .numbers-oanim h5 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 26px 0 0;
  }
  .footer-info-cms {
    width: 100%!important;
  }
  .img-article {
    width: 100%!important;
  }
}

/* =================== FOOTER =================== */
.footer-container {
  /*
  background-color: #196e8f;
  */
}
.custom-anchor:first-child {
  margin: 0;
}

.custom-anchor {
  margin-left: 1rem;
  color: #fff;
}
.text-center a {
  color: #fff;
  text-decoration: none;
}
.text-center a:hover {
  color: rgb(152 190 85);
  text-decoration: none;
}
.container-footer-copyright {
  background-color: rgb(255, 255, 255);
  padding: 45px;
}
.container-footer-copyright a {
  color: #7dbe3d;
}
.container-footer-copyright a:hover {
  color: #888888;
}

/*================ ANIMATION STAFF ===================*/

.card-same-size {
  width: 100%;
  height: 20vw;
  object-fit: cover;
}
.staff-card img {
  opacity: 0.6;
}
.staff-card:hover img {
  opacity: 1;
}

.container-staff-card {
  padding: 60px 0px;
}

.container-staff-body {
  position: absolute;
  border-radius: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #f8f8f8;
  top: 100%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  padding: calc(var(--bs-gutter-x) * 0.5);
}

/* ========================================== MODAL ======================================= */

.modal-header {
  align-items: stretch;
}

/* ========================================= POPUP ======================================== */
.modal-dialog {
  max-width: none;
}
.modal-content {
  padding: 25px;
}

/* FontAwesome for working BootSnippet :> */

#team {
  background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: black !important;
  border-color: black !important;
  box-shadow: none;
  outline: none;
}

.btn-primary {
  color: #fff !important;
  background-color: #21547a;
  border-color: #21547a;
}

section {
  padding: 60px 0;
}

#team .card {
  border: none;
  background: #ffffff;
}

/* #team .row {
    --bs-gutter-x: none;
} */

/* ====================================== CHIFFRE CLE ======================================== */
.key-figures-container {
  padding-bottom: 45px !important ;
  padding-top: 45px !important ;
}

/* Piechart
-------------------------------------------------------------- */
.roll-piechart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.roll-piechart .piechart {
  max-width: 200px;
  margin: 0 auto;
}

.roll-piechart .piechart .progressbar-text {
  font-family: "Roboto Slab", sans-serif;
  color: #fff !important;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.roll-piechart .piechart path:last-child {
  stroke: #fff;
}

.roll-piechart .piechart path:first-child {
  stroke: rgba(0, 106, 180, 0.3);
}

.roll-piechart h5 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: 26px 0 0;
}

.roll-piechart .inner-circle {
  position: absolute;
  top: 25px;
  left: 25px;
  height: 150px;
  width: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.3);
}

/* Parallax
-------------------------------------------------------------- */
.roll-section.piecharts {
  display: flex;
  background: url(../images/chiffres-fond.jpg);
  background-size: cover;
  background-position: center;
}

/* .background-overlay-color:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(119, 173, 28, .65);
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
}

.background-overlay-blue:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 38, 65, .65);
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
} */

section {
  font-size: 1rem;
}

/*     SOCIAL SHARING BUTTON    */

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 1em 0.5em 0.5em 0em;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

.resp-sharing-button--tumblr {
  background-color: #35465c;
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
  background-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.resp-sharing-button--email {
  background-color: #777;
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
  background-color: #25d366;
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

.resp-sharing-button--hackernews {
  background-color: #ff6600;
}
.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
  background-color: #fb6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
}

.resp-sharing-button--vk:hover {
  background-color: #43648c;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465c;
  border-color: #35465c;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

/*========================================================*/

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

.heading {
  text-align: center;
  font-size: 2em;
  letter-spacing: 1px;
  padding: 40px;
  color: white;
}

.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  transform: scale(1);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 5px;
  height: 250px;
  width: 300px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
  /* box-shadow: 0px 0px 8px rgb(86 96 117 / 70%); */
  /* border: 3px solid white; */
}

.caption {
  position: absolute;
  background-color: white;
  width: 100%;
  color: black;
  bottom: 25%;
  text-align: center;
  left: 0%;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.caption p {
  margin: 0;
  padding: 10px;
  font-weight: 500;
  color: black;
  font-size: 20px;
  text-transform: uppercase;
}

.transparent-box {
  height: 250px;
  width: 300px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color: rgb(255 255 255 / 50%);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}

.transparent-box-home {
  height: 250px;
  width: 300px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.caption-homepage {
  position: absolute;
  background-color: rgb(49 94 161/ 72%);
  width: 100%;
  bottom: 25%;
  text-align: center;
  left: 0%;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.caption-homepage p {
  margin: 0;
  padding: 10px;
  font-weight: 400;
  color: rgb(255, 255, 255) !important;
  font-size: 20px;
  text-transform: uppercase;
}

.img-box:hover .transparent-box-home {
  background-color: rgb(49 94 161/ 72%);
}

.img-box:hover .caption-homepage {
  transform: translateY(-20px);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.division-title {
  text-align: center;
  margin-bottom: 50px;
}

.card a {
  text-decoration: none;
  color: black;
}

.card .card-text a:hover {
  color: rgb(119 173 28 / 72%);
}

.card:hover {
  background-color: #dbdbdb;
}





/* ================== PLAN DU SITE ================ */
.container-title-plan{
  text-align: center;
  background: white;
  color: #21547a;
  width: 50%;
  margin: 60px auto 0;
  padding: 15px;
  border: solid 2px #21547a;
  border-radius: 25px;
}

.hover-ol-container a {
  text-decoration: none;
  color: black;
}

.hover-ol-container:hover {
  background-color: #e7f1ff;
  color: #7cbd3c !important;
}

.accordion-button:hover{
  background-color: #dbdbdb;
}

/*   DOWNLOAD BTN IN JOBS   */
.download-jobs-link {
  color: white;
  text-decoration: none;
}
.download-jobs-link:hover {
  color: white;
}

.download-jobs {
  margin:25px auto;
  display:block !important;
  color: white !important;
}
.download-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}

.nav-pills .nav-link.active{
  color: white;
  background-color: #21547a ;
}
.nav-pills .nav-link{
  color: #21547a;

}

.is-white {
  color: rgb(77, 77, 77);
}

.container-logo-home {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  flex-basis: auto;
  flex-grow: 1;
  padding: 15px;
  /* width: 150px; */
}
.container-logo-home h6 {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .container-logo-home-wrapper {
    flex-direction: column;
  }
}

#under-nav{
  margin-top:65px
}
.bg-white {
  background-color:#fafafa
}

.division-title {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    color: #21547a;
    background-color: white;
    /* padding: 20px; */
    border-top: 2px solid #21547a;
    border-bottom: 2px solid #21547a;
    text-align: center;
}

.service-title-pole {
    background: white;
    padding: 10px;
    border: 2px solid #21547a;
    color: #21547a;
}

.page-content p {
  margin-bottom: 0;
}

.footer-item {
  display: flex;
  flex-direction: column;
  /* flex-basis: 33.33%; */
  margin-right: 20px;
  text-align: left;
  /* margin: 20px 0; */
}

.roll-piechart div {
  margin-bottom: 25px;
}

.footer-item div {
  margin: 15px 0;
}
.footer-item .fas{
  width: 15px;
  color: #7cbd3c;
  margin: 5px 20px 0 0;
}
.footer-item .fab {
  margin-right: 15px;
}
.container-logo-home {
  text-align: center;
}

.change-whole>* {
  color:white
}
.contrast-white-enforced>*{
  color: white;
}
.jumbotron {
  padding: 0.5rem;
}
.jumbotron p{
  margin: 0;
}
.btn-search-outline {
  color:#21547a;
}
.btn-search-outline:hover {
  color:#ffffff ;
}
.input-search {
  margin-bottom: 0 !important;
}

.g-recaptcha {
  margin-bottom: 20px;
  text-align: center;
  text-align: -webkit-center;
}
.lead {
  color: white;
}
.logo-footer {
  max-width: 180px;
}
.header-under-navbar {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.title-a-ym-user {
    width: 25ch !important;
    display: inline !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer
}



.navbar-nav .nav-link {
    /*color: #fff;*/
}

.dropend .dropdown-toggle {
    /* color: salmon;*/
    margin-left: 1em;
}

.dropdown-item:hover {
    /*
    background-color: lightsalmon;
    */
    /* color: #fff;*/
    /*width: 100% !important;*/
    /* margin: auto !important;*/
    padding: 0.25rem !important;
}

.dropdown .dropdown-menu {
    /* display: none;*/
    /* width: 100% !important;*/
    /* margin: auto !important;*/
    padding: 0.25rem !important;
}

.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: .125em;
    margin-left: .125em;
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        /*margin-left: .5em;*/
    }
}


/*$$$$$$$$$$$$$$$$$$$$$$$ Sous-menu d'un sous menu $$$$$$$$$$$$$$$$$$$*/

.submen-box {
    border-radius: 0 !important;
   /* border-color: #C1C1C1 !important;*/
    min-width: 10vw !important;
    margin-top: 0.1vh !important;
    margin-left: -0.1rem !important;
   /* width: 95% !important;*/
    align-items: center!important;
 /*   background-color: #21547A;*/
}

.menu-btn:hover {
    box-shadow: 0.1px 0.1px 0.4px 1px #C1C1C1 !important;
    border-radius: 0.1rem !important;
    font-weight: bolder !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.nav-title-ymed {

}

 .nav-link[data-toggle].collapsed:after {
    content: " ▾";
}
.nav-link[data-toggle]:not(.collapsed):after {
    content: " ▴";
}



@media (max-width: 1024px) {
    .menu-web {
      /*  display:none!important;*/
    }
    .menu-mobile {
        /*display:block!important;*/
    }
}
@media (min-width: 1025px) {
    .menu-mobile {
     /*   display:none!important;*/
    }
    .menu-web {
      /*  display:block!important;*/
    }

}

.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.hidd-menu-ymed {
    display: none!important;
    opacity: 0!important;
    height: 0!important;
}



.container_doc {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.info-serv {
    margin: 0 !important;
    width: 100% !important;
    justify-content: space-between;
}

@media screen and (max-width: 978px) {
    .container_doc {
        display: flex;
        align-items: stretch;
        flex-direction: column !important;
    }

    .staf-img {
        max-height: fit-content !important;
        width: 100% !important;
        /* justify-content: center!important; */
        align-items: center;
        text-align: center !important;
        height: 100% !important;
    }

    .img-staf-m-t {
        margin-top: 6% !important;
    }

    .info-serv {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    /*.info-serv .box-info-container {
        width: 100% !important;
    }*/
    .service-title {
        margin: auto !important;
        margin-top: 6% !important;
    }

    .bc-ymed-d {
        width: 100% !important;
    }
}

.box-info-container-v2 {
    padding: 20px 26px;
    background-color: rgb(255 255 255);
    margin: 15px 15px;
    text-align: center;
    max-height: fit-content;
    border-radius: 16px;
    flex: 1 1 30%;
}


.carousel-content {
    color:black;
    display:flex;
    align-items:center;
}

#text-carousel {
  width: 100%;
  height: auto;
  padding: 50px;
}


.cms-new-carousel .carousel-item:before {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
}
.cms-new-carousel .carousel-item:after {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
}
.cms-new-carousel .carousel-item {
  justify-content: center !important;
  max-height: fit-content!important;
}

.cms-new-carousel .carousel-inner {
  justify-content: center !important;
  width: 80%!important;
  margin-left: auto!important;
  margin-right: auto!important;
}

.max-h-10 {
  max-height: 10vh!important;
}

.max-h-20 {
  max-height: 20vh!important;
  margin-top: auto!important;
  margin-bottom: auto!important;
}

.cms-new-carousel .indic-carr {
      padding: 0!important;
    width: 90%!important;
    margin: auto!important;
    justify-content: center!important;
  background: inherit!important;
}
.cms-new-carousel .carousel{
  min-height: fit-content!important;
  height: auto!important;
}
.max-h-heri {
  max-height: inherit!important;
}

.car-w-90 {
  width: 90% !important;
}
@media screen and (max-width: 978px) {
  .cms-new-carousel .carousel-item {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
   }

 .cms-new-carousel .car-w-90 {
   width: 100% !important;
 }

 .car-new-info {
   flex-direction: column!important;
 }

 .card-new-row {
   flex-direction: row!important;
 }

 .mapbox-directions-route-summary + .mapbox-directions-instructions {
    display: none;
}
 .mapboxgl-ctrl-top-left .mapboxgl-ctrl, .maplibregl-ctrl-top-left .maplibregl-ctrl {
    float: left;
    margin: 2px 0 0 1px;
}
.mapbox-directions-profile {
    margin: 2px!important;
    display: flex;
    flex-direction: column;
    background-color: #3bb2d0!important;
    color: white!important;
     padding: 2px!important;
    border-radius: 0px!important;
  width: 12vw!important;
}
.mapbox-directions-profile input {
    display: flex;
    flex-direction: column;
    background-color: #3bb2d0!important;
    color: white!important;
    padding: 2px!important;
    border-radius: 0px!important;
    width: 12vw!important;
}
.mapbox-directions-profile label {
    cursor: pointer;
    vertical-align: top;
    display: block;
    border-radius: 2px!important;
    padding: 2px!important;
    font-size: 12px;
    color: rgba(0,0,0,.5);
    line-height: 20px;
    text-align: center;
    width: 96%!important;
    float: left;
}
.directions-control.directions-control {
    /* width: 69%; */
    max-width: 100%;
    width: fit-content!important;
}

.mapbox-directions-route-summary {
    position: relative;
    z-index: 1;
    width: 98%!important;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    padding: 5px 4px!important;
    font-size: 15px;
    line-height: 28px;
}
}

.w-max {
  width: max-content!important;
}



#contact {
	background-color: #f5f5f5;
}
#contact p {
	text-align: left;
}

 .contact-text {
	background-color: #fff;
	border: 1px solid #bbb;
	color: #111;
	font-size: 14px;
	height: 45px;
	width: 100%;
	padding-left: 20px;
}
.contact-message {
	background-color: #fff;
	border: 1px solid #bbb;
	color: #111;
	font-size: 14px;
	height: 150px;
	width: 100%;
	padding: 14px 20px;
}
#contact .send-btn {
	background-color: #0099e6;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 24px;
	border: none;
	float: left;
	margin-bottom: 30px;
   width: fit-content!important;
}
#contact .send-btn:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
#contact .fa {
	background-color: #0099e6;
	color: #fff;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
}
#contact span {
	color: #000;
	font-weight: 500;
	padding-left: 10px;
}
#contact .sep {
	border-bottom: 1.5px solid #bbb;
}

.btn-marg1 {
  margin: 1% !important;
  width: fit-content !important;
}

.trafic-none {
  display: none!important;
  width: 0px!important;
}

.m-content-i {
  margin-left: 3rem!important;
  margin-right: 3rem!important;
}
.m-top-site{margin-top: 0.1%!important;}
@media screen and (max-width: 978px) {
  .m-content-i {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .m-top-site-sm {
    margin-top: 3% !important;
  }
}




/*******loder css start********/
#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}

#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    left: 50%;
    top: 50%;
    position: absolute;
    width: 36px;
    margin: -18px 0 0 -18px;
}

/*******loader css end*******/

.item-ali-row {
    display: flex!important;
    flex-direction: row!important;
}
.item-ali-col {
    display: flex!important;
    flex-direction: column!important;
}
.item-sp-bw {
    justify-content: space-between!important;
}
.w-fit {
    width: fit-content!important;
}
.cur-p-i {
  cursor: pointer!important;
}

.ml-foot-i{
  margin-bottom: 0!important; margin-left:20px!important; max-width: 90%!important;
  color: var(--footer_title_color)!important;
}

.t-al-lef {
    text-align: left!important;
}
.t-al-center {
    text-align: center!important;
}
.t-al-rigth {
    text-align: right!important;
}

.h-fit {
    height: fit-content!important;
}


.ymed-select-form {
  padding: 0.7rem !important;
  width: 90% !important;
}

.captcha {
  cursor: pointer !important;
}

.captcha-f input {
  cursor: pointer !important;
  min-width: 100% !important;
  padding: 0.5rem!important;
}

.item-al-col {
  display: flex !important;
  flex-direction: column !important;
}

.ymed-filed input, textarea, select {
  min-width: 100% !important;
}

.contact-form input {
	background-color: #fff;
	border: 1px solid #bbb;
	color: #111;
	font-size: 14px;
	height: 45px;
	width: 100%;
	padding-left: 20px;
}


.contact-form textarea {
	background-color: #fff;
	border: 1px solid #bbb;
	color: #111;
	font-size: 14px;
	height: 150px;
	width: 100%;
	padding: 14px 20px;
}


.p-date {
  margin-bottom: 2rem!important;
}





/* Departments Page
-------------------------------------------------------------- */
.departments-list .dpt-toggle {
	margin: 0;
	border: 0;
	padding: 0;
}

.departments-list .dpt-toggle .toggle-title {
	padding: 11px 0;
	border-bottom: 1px solid #e1e1e1;
	color: #c30066;
    font-size: 16px;
	margin: 0;
	cursor: pointer;
	position: relative;
}

.departments-list .dpt-toggle .toggle-title:after {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 12px;
	font-weight: 400;
}

.departments-list .dpt-toggle.active .toggle-title:after {
	content: "\f068";
	right: 20px;
}

.departments-list .dpt-toggle.active .toggle-title {
	background-color: #c30066;
	border-color: #c30066;
	color: #fff;
	padding-left: 20px;
}

.departments-list .dpt-toggle:first-child .toggle-title {
	border-top: 1px solid #e1e1e1;
}

.departments-list .dpt-toggle .toggle-title:before {
	content: "";
}

.departments-list .dpt-toggle .toggle-content {
	padding: 0;
}

.departments-list .tabs .menu-tab,
.departments-list .item-list,
.departments-list .doctors-list,
.departments-list .doctors-list .dr-info .detail {
	margin: 0;
	list-style: none;
}

.departments-list .tabs .menu-tab {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 45px;
}

.departments-list .tabs .menu-tab li {
	float: left!important;
	padding: 0 15px!important;
	margin-right: 0;
}

.departments-list .tabs .menu-tab li a {
	border: 0;
	padding: 0;
	padding: 25px 0;
	position: relative!important;
	display: inline-block!important;
	color: #3c3f46;
    font-family: "Gotham Book", sans-serif!important;
    font-size: 16px;
}

.departments-list .tabs .menu-tab li:first-child {
	padding-left: 0;
}

.departments-list .tabs .menu-tab li.active a:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #c30066!important;
	position: absolute!important;
	left: 0!important;
	bottom: 0!important;
}

.departments-list .tabs .content-tab {
	padding-bottom: 42px!important;
	border-bottom: 1px solid #e1e1e1!important;
}

.departments-list .tabs .content-tab p {
	margin-bottom: 24px!important;
}

.departments-list .item-list li {
	float: left!important;
	width: 50%;
	margin-right: 14.942% !important;
	border-bottom: 1px solid #e1e1e1!important;
	line-height: 52px!important;
	font-size: 16px!important;
}

.departments-list .item-list li > span.price {
	float: right!important;
}

.departments-list .item-list li.last {
	margin-right: 0;
}

.departments-list .links {
	font-family: "Gotham Book", sans-serif!important;
	position: relative!important;
	display: inline-block!important;
	padding-right: 22px;
	margin-top: 20px;
}

.departments-list .links:after {
	content: "\f105"!important;
	font-family: "Font Awesome 5 Free"!important;
    font-weight: 900!important;
	position: absolute;
	right: 0;
	top: 0;
}

.departments-list .doctors-list > li {
	margin-top: 50px;
}

.departments-list .doctors-list > li:first-child {
	margin-top: 0;
}

.departments-list .doctors-list .detail li {
	padding: 23px 0!important;
	border-top: 1px solid #e1e1e1!important;
	overflow: hidden!important;
}

.departments-list .doctors-list li:first-child {
	border-top: 0!important;
}

.departments-list .doctors-list .dr-thumb {
	width: 130px!important;
	height: 130px!important;
	float: left!important;
	margin-right: 30px!important;
}

.departments-list .doctors-list .dr-info {
	overflow: hidden!important;
}

.departments-list .doctors-list .dr-info .name {
	font-size: 18px;
	font-weight: 700;
	margin: -5px 0 0;
}

.departments-list .doctors-list .dr-info .title {
	display: inline-block;
	width: 22.807%;
	float: left;
}

.departments-list .doctors-list .dr-info .detail .title + span {
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 77.192%;
}

.departments-list .doctors-list .dr-info .detail li.detail-links span {
	margin-left: 50px;
}

.departments-list .doctors-list .dr-info .detail li.detail-links span:first-child {
	margin-left: 0;
}

.departments-list .doctors-list .dr-info .detail li.detail-links .links {
	margin-top: 0;
}

/* Timetable Page
-------------------------------------------------------------- */
.departments-nav {
	float: right;
	position: relative;
	width: 270px;
}

.departments-nav > span {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	line-height: 48px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.departments-nav > span:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #d8dd50;
}

.departments-nav > ul {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 30;
	list-style: none;
	margin: 0;
	background-color: #fff;
	border: 1px solid #d8dd50;
	width: 270px;
	opacity: 1;
	padding: 0 14px;
    box-shadow: 0 2px 10px rgba(6, 6, 6, 0.3);
}

.departments-nav:hover > ul {
	opacity: 1;
}

.departments-nav > ul li {
	line-height: 50px;
	border-top: 1px solid #e1e1e1;
	padding: 0 5px;
}

.departments-nav > ul li:first-child {
	border-top: 0;
}

.departments-nav > ul li a {
	color: #7e8186;
}

.departments-nav > ul li a:hover {
	color: #d8dd50;
}

.department-wrap {
	clear: right;
	padding-top: 15px;
}

.timetable {
	width: 100%;
	font-size: 12px;
	background-color: #f5f5f5;
}

.timetable th,
.timetable td:first-child {
	text-align: center;
	vertical-align: middle;
}

.timetable th, .timetable td {
	width: 12.5%;
	padding: 20px 10px 20px 20px;
}

.timetable th {
	font-size: 16px;
	color: #7e8186;
	font-weight: 400;
	background-color: #fff;
}

.timetable td {
    border: 1px solid #fff;
	vertical-align: middle;
}

.timetable .event {
	line-height: 18px;
	color: #fff;
	background-color: #d8dd50;
}

.timetable .event:hover {
	background-color: #d8dd50;
}

/* TimeTable Responsive */
.timetable.small {
	display: none;
	background-color: #fff;
	font-size: 13px;
}

.timetable.small h3 {
	font-size: 18px;
}

.timetable.small ul {
	list-style: none;
	margin-bottom: 25px;
}

.timetable.small ul li {
	line-height: 30px;
	padding-left: 10px;
	position: relative;
}

.timetable.small ul li:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #d8dd50;
	position: absolute;
	left: -5px;
	top: 0;
}