
/* General Styles */
body {
  font-family: "Inter", serif !important;
  margin: 0;
  padding: 0;
}
select {
  font-family: "Inter", serif !important;
}  
a:hover {
  text-decoration: none; 
}
/* MENU Navbar Styles */
.custom-navbar {
  background-color: #005455;
  padding-top: 12px;
  padding-bottom: 12px;
}
.custom-navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-logo img {
  width: 130px;
}
.navbar-menu {
  display: flex;
  align-items: center;
  gap: 15px;
}
.nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}
.nav-link:hover {
  color: #ccc;
}
.btn_pro{
  font-size: 14px;
}
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  background-color: #fff;
  color: #005455;
}
button:focus {
  outline: none;
}
/* Style du bouton dropdown */
.dropdown-toggle {
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #005455;
  padding: 10px 15px;
  border-radius: 5px;
}
/* Style du menu déroulant */
.dropdown-menu {
  background: #ffffff;
  border-radius: 5px;
  padding: 0px 0;
  min-width: 100px;
}
/* Style des éléments du menu */
.dropdown-item {
  color: #334155;
  text-align: left;
  font-size: 13px;
  padding: 7px 9px;
  transition: background 0.2s ease-in-out;
  border-bottom: 1px solid #f1f1f1; /* Séparateurs entre les éléments */
}
/* Effet au survol */
.dropdown-item:hover {
  background: #f3f4f6;
  color: #1e293b;
}
/* Supprimer la bordure du dernier élément */
.dropdown-item:last-child {
  border-bottom: 1px solid #d0d7dd;

}
.nav-link-client {
  font-size: 15px;
  color: #fff;
  margin-left: 20px;
}
.dropdown-menu {
  --bs-dropdown-min-width: 1rem !important;
}
/* Carousel Styles */
.carousel-item img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.slider-container {
  position: relative;
}

/* Search Bar Styles */
input::placeholder {
  font-size: 12px; /* Taille du texte */
  color: #aaa; /* Couleur du texte */
}
.clic_red {
  background-color: #fd4855 !important;
}
.ambu:hover, .ureg:hover, .inf:hover {
  background-color: #fd4855 !important; /* Couleur plus foncée au survol */
  cursor: pointer;
}
.clic_gren {
  background: #35a88b !important;
}
.green {
  background: #1a7e6f !important;
}
.search-bar-left {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 10;
  color: rgb(102, 98, 98);
}
.search-bar-left h1 {
  font-size: 30px;
  margin-bottom: 34px;
  color: white;
  font-weight: bold;
}
.search-bar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: white;
  border-radius: 8px;
}
.search-bar input {
  border: none;
  padding: 10px;
  font-size: 16px;
  color: #645f5f;
  background: transparent;
  outline: none;
}
.search-container .icon {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.search-bar button {
  background-color: #35a88b;
  border: none;
  padding: 10px 20px;
  color: white;
  cursor: pointer;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.search-bar button:hover {
  background-color: #218838;
}

/* Search Options Buttons */
.button-container {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.icon_btn {
  font-size: 12px !important;
}
.btn-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  color: white;
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #c43636;
  font-weight: 700;
}
.btn-radio input {
  display: none;
}
.btn-radio i {
  font-size: 18px;
}
.btn-radio:hover {
  border-color: #ffffff;
}
/* Services Section Styles */
.titre_service {
  font-size: 31px;
  font-weight: bold;
  color: #005455;
}
.sub_title {
  color: #8a8a8a;
}
.card_service img {
  height: 120px;
}
.card_service h5 {
  font-size: 18px;
  font-weight: bold;
  color: #005455;
}
.card_service p {
  font-size: 14px;
  color: #6c757d;
}
.custom-border {
  position: relative;
  padding: 15px;
}
.custom-border::before,
.custom-border::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #abb0b5;
}
.custom-border::before {
  top: 15%;
  left: 0;
}
.custom-border::after {
  top: 15%;
  right: 0;
}
/* Healthcare Section Styles */
.healthcare-section {
  background-color: #005455;
  color: #ffffff;
  border-radius: 10px;
  padding: 40px;
}
.titre_pro {
  color: #ffffff;
  font-size: 31px;
  font-weight: bold;
}
.healthcare-section .circle-image {
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
.healthcare-section .circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-custom {
  background-color: #ffffff;
  color: #004D43;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}
.btn-custom:hover {
  background-color: #e6e6e6;
  color: #004D43;
}

/* Articles Section Styles */
.title_article {
  color: #005455;
  font-size: 31px;
  font-weight: bold;
}
.article-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
  background: #f6f7f963;
}
.article-card img {
  object-fit: cover;
  width: 100%;
  height: 200px;
  border-radius: 8px 8px 0 0;
}
.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.article-title {
  font-weight: bold;
  font-size: 16px;
  min-height: 86px;
  padding: 0 10px;
  text-align: justify;
  margin-top: 7px;
}
.read-more {
  color: #a1a7ac;
  font-weight: bold;
  text-decoration: none;
  margin-left: 11px;
}
.read-more:hover {
  text-decoration: underline;
}

/* FAQ Section Styles */
.centre-aide{
  color: #7b858e;
  font-size: 15px;
}
.faq-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.faq-text {
  font-size: 1.1rem;
  color: #004d40;
  margin-bottom: 0px !important;
}
.faq-buttons .btn {
  margin-left: 10px;
}

/* Footer Styles */
.footer {
  padding: 40px 20px;
}
.footer h6 {
  font-weight: bold;
  color: #004d40;
}
.footer a {
  text-decoration: none;
  color: #7b858e;
  font-weight: 300;
  font-size: 14px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .logo {
  display: block;
  max-width: 120px;
}
.copyright_footer {
  padding: 20px 0;
}
.copyright_footer .logo {
  max-height: 50px;
}
.copyright_footer .copyright {
  font-size: 14px;
  color: #005455;
  text-align: left;
}

/* Button Styles */
.btn-consult {
  background: #f5971b;
  color: #fff;
  font-size: 15px;
}
.btn-consult:hover {
  background: #f5971b;
  color: #fff;
  opacity: 0.7;
}
.btn-contacter {
  background: #35a88b;
  color: #fff;
  font-size: 15px;
}
.btn-contacter:hover {
  background: #35a88b;
  color: #fff;
  opacity: 0.7;
} 
/*******************Page Detail*****************/
      .btn-cancel {
        background:white;
        color: #666;
        border-radius: 5px;
        padding: 6px 27px;
        font-size: 15px;
      }
      .btn-cancel:hover {
          color: #666;
      }
      .btn-confirm {
        background-color: #005455;
        color: white;
        padding: 6px 27px;
        font-size: 15px;
      }
      .btn-confirm:hover {
          color: white;
          opacity: 0.8;
      }
      .icon_edit_pro{
        float: right;
        color: #6c757d;
        font-size: 12px;
        cursor: pointer;
        margin-right: 16px;
      }
      .custom-textarea-detail {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 10px;
        width: 100%;
        resize: none;
        color: #666;
      }
      .custom-label-detail {
          font-size: 14px;
          font-weight: bold;
          color: #666;
      }
      .custom-box {
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 15px;
            width: 100%;
            max-width: 200px;
            background-color: #fff;
            float: left;
            
      }
      .lang-container {
            max-width: 350px;
            margin: 20px auto;
        }
        .lang-box {
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 10px;
            width: 100%;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 14px;
            margin-bottom: 8px;
        }
        .lang-box input {
            border: none;
            width: 100%;
            padding: 8px;
            outline: none;
            font-size: 14px;
            color: #333;
        }
        .delete-lang {
            background: none;
            border: none;
            cursor: pointer;
            font-size: 16px;
            color: #ff3b3b;
        }
        .add-lang {
            display: flex;
            align-items: center;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 10px;
            width: 100%;
            background-color: #fff;
            cursor: pointer;
            font-weight: 500;
            font-size: 14px;
        }
        .add-lang:hover {
            background-color: #f5f5f5;
        }
        .add-lang i {
            font-size: 16px;
            margin-right: 10px;
            color: #000;
        }
.expertise-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 350px;
    margin: 20px auto;
}
.expertise-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    transition: 0.3s;
    margin-bottom: 8px;
}
.expertise-box input:focus {
    outline: none;
    border-color: #007bff;
    background: #fff;
}
.expertise-box input {
    flex-grow: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    padding: 5px;
}
.delete-expertise {
    background: none;
    border: none;
    color: #dc3545;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}
.delete-expertise:hover {
    color: #a71d2a;
}
.add-expertise {
  display: flex;
            align-items: center;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 10px;
            width: 100%;
            background-color: #fff;
            cursor: pointer;
            font-weight: 500;
            font-size: 14px;
}
.add-expertise i {
  font-size: 16px;
  margin-right: 10px;
  color: #000;
}
.badge-custom-tag {
    background-color: #d1e7dd; /* Vert clair */
    color: #000; /* Noir */
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 8px;
    display: inline-block;
    margin: 5px;
    white-space: nowrap;
}
/*****end detail***/

/********** Calendrier resultats **********/

/* Liens */
.timeslot a {
  color: #343434 !important;
  font-weight: bold;
  font-size: 12px;
}
a {
  text-decoration: none;
  background-color: transparent;
}
.detail-title-profil{
  color: white !important;
  text-decoration: none !important;
  font-size: 19px;
  font-weight: 600 !important;
}
/* Jours */
.days {
  width: 313px;
}
.day {
  width: 78px;
  padding: 2px;
  float: left;
}
.datelabel {
  margin-bottom: 9px;
  text-align: center;
  color: #343434;
  padding: 4px;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: bold;
}

/* Créneaux horaires */
.timeslot {
  background-color: white;
  width: auto;
  padding: 5px;
  margin-top: 7px;
  font-size: 11px;
  border-radius: 2px;
  text-align: center;
}
.timeslot:hover { 
  background: #cee7e1 !important;
  color: white;
  cursor: pointer;
}
.timeslot a:hover {
  background: #cee7e1 !important;
  color: white;
  cursor: pointer;
}
.timeslot_non {
  text-decoration: line-through;
  width: auto;
  color: #34343494;
  padding: 5px;
  margin-top: 7px;
  font-size: 12px;
  border-radius: 3px;
  text-align: center;
  background: white;
}

/* Contenu limité */
.fixed-height {
  height: 190px;
  overflow: hidden;
}
.show-content {
  height: auto !important;
}

/* Boutons */
.btn_show_hide {
  width: 100%;
  margin: 26px auto;
  color: #fff;
  background: #9f9f9f;
  border: 1px solid #9f9f9f;
  border-radius: 2px;
  padding: 6px;
  font-weight: 600;
}
.btn_show_hide:hover {
  cursor: pointer;
  opacity: 0.9;
}

.btn-profil {
  background: #005455;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  width: 60%;
}
.btn-profil:hover { 
  background-color: #2CA893;
  color: white;
  cursor: pointer;
}

.button-container {
  margin: 20px 0;
}
.btn-filter {
  padding: 5px 9px;
  font-size: 14px;
  border: 1px solid #cac4ba;
  color: #484848;
  background: #fff;
}
.btn-filter:hover {
  color: #484848;
  background: #d1e8e2;
  border: 1px solid #cac4ba;
}

/* Icônes */
.iconResult {
  color: #35a88b;
  font-size: 13px;
}
.iconTextResult {
  color: #86888a;
  font-size: 12px;
}

/* Divers */
/*
.round {
  border-radius: 10%;
  width: 50px !important;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}
*/

.desktop_recherche {
  min-height: 115px;
  background: #005455;
  padding-top: 39px;
}
.mobile_recherche {
  min-height: 115px;
  background: #005455;
  padding-top: 1px;
  padding-bottom: 10px;
  display: none;
}

.breadcrumb-bar {
  display: none;
}
.all_btn_ca_vid_domicile {
  /*
  display: table;
  gap:5px;
  */
}
/* RDV Espace Client */
.appointment-title {
  color: #004d40;
  text-align: left;
  margin-bottom: 19px;
  font-weight: bold;
  font-size: 22px;
}
.appointment-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow: hidden;
}
.appointment-header {
    background-color: #005455;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 14px;
}
.appointment-date,
.appointment-time {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
}
.icon {
    color:#66bcb3;
    font-size: 14px;
}
.appointment-body {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #f6f6f6;
}
.doctor-image {
    width: 57px;
    /*height: 70px;*/
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}
.doctor-info h3 {
    margin-top: 10px;
    font-size: 16px;
    color: #005455;
    font-weight: bold;
}
.doctor-info .speciality {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}

.doctor-info .location {
    font-size: 12px;
    color: #777;
}
.old{
  opacity: 0.8;
}
/* Conteneur principal */
.appointment-container-get {
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  font-size: 14px;
  margin-top: 46px;
}
/* En-tête */
.appointment-header-get {
  background-color: #005455;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 14px;
}
.date-time-get {
  display: flex;
  align-items: center;
  gap: 15px;
}

.date-get,
.time-get {
  font-weight: bold;
  font-size: 14px;
}
.actions {
  display: flex;
  gap: 10px;
}
.reschedule {
  color: white;
  font-size: 12px;
}
.icon-reschedule {
  color: #87df88;
}
.reschedule:hover {
  /*color: #1b8a7a;*/
  opacity: 0.7;
}
.cancel {
  color: white;
  font-size: 12px;
}
.icon-cancel {
  color: #c62828;;
}
.cancel:hover {
  /*background-color: #c62828;*/
}
/* Section médecin */
.doctor-info-get {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  /*border-bottom: 1px solid #ddd;*/
  background: #f6f6f6;
}
.doctor-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #ddd; /* Placeholder */
}
.doctor-details-get {
  margin-left: 25px;
  color: #333;
}
.doctor-name-get {
  font-size: 16px;
  font-weight: bold;
  color: #004d40;
}
.doctor-title-get {
  font-size: 14px;
  color: #757575;
}
/* Section patient */
.patient-info-get {
  padding: 22px 5px 18px 26px;
  font-size: 14px;
  color: #333;
  background:#f6f6f6;
}

.label-get {
  font-weight: bold;
  color:#327676;
  margin-bottom: 12px;
  display: block;
  font-size: 15px;
}
.patient-name-get {
  margin-left: 5px;
} 
.result-city{
  font-size: 14px;
  margin-bottom: 12px;
 }
 .div_plan{
  margin-top: 30px !important;
 }
/*********mobile resultat*****/
@media (max-width: 991px) {
  .result-city{
    font-size: 14px;
    margin-bottom: 10px;
   }
  .appointment-container-get{
  margin-top: 0px;
  }
  .centre-aide {
    font-size: 12px;
    margin: 10px auto;
    display: block;
  }
      
}
/**********End RDV Espace client********************************/
/*     admin Mon compte    */
.modal-title{
  text-align: center;
  margin: auto;
  width: 100%;
}
.modal-header {
  background-color: #005455; /* Couleur de fond personnalisée */
  color: white;
}
.account-section, .settings-section {
  margin: auto;
  max-width: 500px;
  background: #fff;
  /*padding: 20px;*/
}
.section-title {
    font-size: 20px;
    font-weight: bold;
    color: #005455;
    padding-bottom: 8px;
    margin-bottom: 15px;
    margin-top: 21px;
    padding: 10px 15px;
}
.info-item, .settings-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
/* Effet hover */
.info-item:hover {
    background-color: #f6f6f6;
}

.settings-item:hover {
    background-color: #f6f6f6;
}
.info-item:first-child, .settings-item:first-child {
  border-top: none;
}
.info-label, .settings-label {
  font-weight: bold;
  font-size: 1rem;
}
.info-value, .settings-value {
    color: #6c757d;
    font-weight: 600;
    font-size: 14px;
}
.edit-icon, .settings-action {
  color: #005455;
  cursor: pointer;
}
.icon-section {
  margin-right: 10px;
  color: #005455;
  font-size: 1.25rem;
}
.logout {
  color: #d7262f;
  margin-top: 30px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}
.btn_save {
   margin: 24px auto 0px auto;
   display: block;
   width: 231px;
   background: #005455;
   color: white;
   border: none;
}  
/***********************************/
/*Commentaire.*/
.review-listing > ul {
  list-style: none;
}
.review-listing > ul li .comment .comment-body .meta-data span.comment-author {
  font-weight: 600;
  color: #272b41;
  text-transform: capitalize;
}
.review-listing > ul li .comment .comment-body .meta-data span.comment-date {
  font-size: 14px;
}
.review-listing > ul li .comment .comment-body .meta-data span {
  display: block;
  font-size: 16px;
  color: #757575;
}
.rating i.filled {
  color: #f4c150;
}
.review-listing > ul li .comment .comment-body .comment-content {
    color: #757575;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
/*******Page resultat****/
.search-img-pro{
  max-width: 90px;
  height: 90px;
}
.div_filter{
  padding-top: 20px;
  padding-bottom:20px;
  background: #f6f6f6;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  display: block;

}
  .page-item.active .page-link {
    background-color: #005455;
    border-color: #005455;
  }
  .pagination > li > a, .pagination > li > span {
    color: #005455;
  }
  .count-result{
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #005455;
  }
  #get_name{
    color: #6d8c9a !important;font-weight: 900;
    text-align: center;
    margin: 10px auto;
    display: block;
    font-size: 18px;	
    }	
    .custom-modal .modal-header {
    padding: 1.25rem !important;
    background: #005455 !important;
    color: white !important;
    } 
  .custom-modal .close {
    font-size: 31px !important; 
    font-weight: 600 !important; 
    line-height: 1 !important; 
    color: white !important;
    opacity: 1;
    background: none;
  }
  .modal-header .close {
    font-size: 31px !important; 
    font-weight: 600 !important; 
    line-height: 1 !important; 
    color: white !important;
    opacity: 1;
    background: none;
  }
  .swal2-title,.swal2-icon {
    font-size: 16px !important;
  }
    .btn-gris {
      background-color: #6d8c9a;
      border: 1px solid #6d8c9a;
      color: #fff;
      padding: 5px;
      border-radius: 7px;
      
    }
    .btn-gris:hover,
    .btn-gris:focus,
    .btn-gris.active,
    .btn-gris:active,
    .open > .dropdown-toggle.btn-gris {
      background-color: #93acb8;
      border: 1px solid #93acb8;
      /*border: none;*/
      color: #fff;
    }
    
    .btn-vert {
      background-color: #005455;
      border: none;
      color: #fff;
      padding: 5px;
      border-radius: 7px;
    }
    .btn-vert:hover,
    .btn-vert:focus,
    .btn-vert.active,
    .btn-vert:active,
    .open > .dropdown-toggle.btn-vert {
      background-color: #35a88b;
      border: none;
      color: #fff;
    }
    .text_alert_rev {
      width: 100%;
      text-align: center;
      font-size: 15px;
      color: rgb(215, 29, 29);
    }
    .btn-primary {
      background-color: #005455;
      border: none;
    }
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.active,
    .btn-primary:active,
    .open > .dropdown-toggle.btn-primary {
      background-color: #156d6e;
      border: none;
    }
    /*//////////////////////// */
/*********Page Login*************/

.div-se-connecter {
  align-items: center;
  justify-content: center;
  padding: 20px;
  max-width: 400px;
  margin: auto;
}
.btn-se-connecterLogin {
  background-color: #005455;
  border: 1px solid #005455;
  color: white;
  width: 100%;
  margin: auto;
  display: block;
  height: 47px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 700;
}
.btn-se-connecterLogin:hover {
  background-color: #005455;
  border: 1px solid #005455;
  color: white;
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.btn-back-homeLogin {
  background-color: #6d8c9a;
  border: 1px solid #6d8c9a;
  color: #fff;
  padding: 5px;
}
.btn-back-homeLogin:hover,
.btn-back-homeLogin:focus,
.btn-back-homeLogin.active,
.btn-back-homeLogin:active,
.open > .dropdown-toggle.btn-back-homeLogin {
  background-color: #93acb8;
  border: 1px solid #93acb8;
  color: #fff;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-cree-nov {
background: none;
color: #005455;
border: 1px solid #6d8c9a;
height: 45px;
}
.btn-cree-nov:hover {
  background-color: #005455;
 color: #fff;
}
.btn-forget {
color: #005455 !important;
margin: 0px auto 19px auto;
display: block;
font-weight: bold;
}
.title-se-connecter{
  font-size: 20px;
  font-weight: 600;
  color: #005455;
  margin-bottom: 15px;
  margin-top: 21px;
  padding-top: 10px;
  padding-bottom: 8px;
}
.connect-label{
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 9px;
}

.form-control::placeholder {
        color: rgba(115, 120, 125, 0.75) !important;
        opacity: 1 !important;
}

/*******end page login***************************/

  /* Responsiveness for smaller screens */
  /**************desktop**************/
  @media (min-width: 770px) {
    
    .mobile{
      display: none;
    }
    .profil-rdv-mobile{
      display: none;
      color: white;
    }
    .profil-name-mobile{
      display: none;
    }
    .profil-rdv-disk{
      display: contents;
      color: white;
     }
     .profil-name-disk{
      display: contents;
     }
  }

  /*********mobile*****/
  @media (max-width: 500px) {
      .btn-consult{
        font-size: 12px;
        padding: 6px;
      }
      .btn-contacter{
        font-size: 12px; 
      }

  }  
  @media (max-width: 770px) {
    .detail-title-profil{
      color: white !important;
      text-decoration: none !important;
      font-size: 15px;
      font-weight: 600 !important;
    }
    .search-img-pro{
      max-width: 60px;
      height: 60px;
    }
    .profil-rdv-mobile{
      display: contents;
    }
    .profil-name-mobile{
      display: contents;
    }
    .profil-rdv-disk{
      display: none;
     }
     .profil-name-disk{
      display: none;
     }
    .navbar-menu {
      /*flex-direction: column;*/
      gap: 10px;
    }
    .btn_pro{
      display: none;

    }
    .custom-border::before,.custom-border::after {
      display: none;
    }
    .desktop{
      display: none;
    }
    .h1_mobile{
      color: white;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 19px;
      margin-top: -7px;
      padding-top: 25px;
      padding-bottom: 11px;
    }
    .mobile{
      min-height: 370px;
      background: #005455;
    }
    .slide_text {
      min-width: 100%;
      box-sizing: border-box;
      padding: 10px;
      text-align: center;
      color: #f4fdfc;
      text-align: center;
      font-size: 26px;
      margin-top: -17px !important;
      margin-bottom: -16px !important;
    }
    .btn-radio {
      /*display: flex;*/
      align-items: center;
      gap: 8px;
      color: white;
      font-size: 11px;
      font-weight: 700;
      padding-top: 9px;
      padding-bottom: 9px;
      margin: auto;
      display: inline-grid;
    }
    .btn-radio i {
      font-size: 18px;
      margin: auto;
    }
    /***********/
    .form-group_descMobil{
      max-width: 100%; 
      width: 300px;
      margin: 10px auto; 
      position: relative;
    }
    .icon_mobil{
      position: absolute; top: 50%;
       left: 10px; 
       transform: translateY(-50%);color: #9aa4a4;
    }
    .input_mobil{
      height: 50px;
      padding-left: 30px;
      font-size: 12px;
      color: #645f5f;
    }
    .icon_btn_mobil{
      position: absolute; top: 50%; 
      left: 10px; 
      transform: translateY(-50%);
      color: #ffffff;
    }
    /*******/
    .copyright_footer .logo {
      margin: auto;
    }
    .copyright_footer .copyright {
      text-align: center;
    }
  }
  /*********mobile resultat*****/
    @media (max-width: 770px) {
      .mobile_recherche{
        display:block;
      }
      .desktop_recherche{
        display:none;
      } 
      .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #2ea999;

      }
      .nav-link {
        font-size: 12px;
      }
      .navbar-logo img {
        width: 124px;
      }
      .btn-option_rech {
        background-color: #6d8c9a;
        border: none;
        color: white;
        display: inline flow-root list-item;
        width: 99%;
      }
      .breadcrumb-bar{
        background-color: #005455;
        padding: 5px 0;
        display: block;
      }
      .all_btn_ca_vid_domicile{
        text-align: center;
        gap: 5px;
        margin: auto;
        display: block;
      

        }

    }
  /******************************************/