/*!
 * reid-IT modifications
 */

 a {
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   font-size: 1rem;
   color: white; }
   a:hover, a:focus {
     text-decoration: none;
     font-weight: bold;
     color: white;
}

h1, h2, h3, h4, h5, h6
{
  text-transform: none;
  margin-bottom:10px;
}

hr {
  border : 3px solid #8a879c;
  width: 80%;
}

p
{
  margin-bottom:10px;
}

.btn {
  text-transform: none;
}

.close{
  color:white;
  opacity: 1;
  font-size: 1.5rem;
}

.col-lg-6, .col-md-5, .col-md-7{
  min-height: 0;
}

.content-section{
  padding-top: 4rem;
  padding-bottom: 0rem;
}

.docteur_col{
  margin-bottom: auto;
  margin-top: auto;
}

.docteur_intro{
  margin-bottom: 1rem;
}

.docteur_rdv{
  margin-left: 2rem;
}

.dropdown-toggle{
  text-transform: none !important;
}

.dropdown-menu {
  background-color: #818795 !important;
  color: #ffffff !important;
  border-color: #ffffff;
  border-radius: 6px;
  border-width: 2px;
  text-align: center;
  text-transform: none !important;
}


.dropdown-item:hover{
  color: #818795 !important;
  background-color: ffffff !important;
}

.img_doctor{
  margin-bottom: 1rem;
}

.nav-link{
  text-transform: none !important;
}

.masthead .intro-body .intro-text {
  font-size: 2rem;
  padding-top: 1rem;
}

#bienvenue {
  margin-top:2rem;
  margin-bottom: 2rem;
}

#cabinet_row {
  height: 600px;
  margin-bottom: 2rem;
}

#cabinet_row2 {
  height: 550px;
  margin-bottom: 2rem;
}

#cabinet_title{
  font-size: 1.5rem;
  margin-top: 1rem;
}

#dropdownMenuButton {
  color: #ffffff !important;
  background-color: #818795 !important;
  border-color: transparent !important ;
  border-radius: 6px;
  border-width: 2px;
  text-transform: none !important;
}

#footer_texte{
  font-size: 1.25rem;
  background: #7C8290;
}

#map1, #map2, #map3, #map4, #map5, #map6,
#map7, #map8, #map9, #map10, #map11, #map12 {
  height:100%;
  width:100%;
  margin-top: 0;
}

#no_bottom_marge{
  margin-bottom: 0;
}

#rdv{
  background-color: #d95c5c;
  border-color: #d95c5c;
  border-radius: 6px;
  border-width: 2px;
}

@media (max-width: 767px) {
  #cabinet_row {
    height: 650px;
    margin-bottom: 0;
  }
  #cabinet_row2 {
    height: 250px;
    margin-bottom: 10px;
  }
  #cabinet_title{
    font-size: 1.5rem;
    margin-top: 0;
  }
  #bienvenue {
    margin-bottom: 1rem;
  }
  .masthead {
    padding: 4rem;
  }
  .docteur_row{
/*    height: 150px; */
    margin-bottom: 10px;
  }
  .masthead .intro-body .intro-text {
    font-size: 1.5rem;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .docteur_row{
    height: 250px;
    margin-bottom: 1rem;
  }
  #cabinet_row2 {
    height: 200px;
    margin-bottom: 0;
  }
  .masthead .intro-body .intro-text {
    font-size: 1.5rem;
    padding-top: 0;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
     max-width: 75%;
     margin: auto;
  }
}

@media (max-width: 575px) {
  .modal-dialog {
     max-width: 90%;
     margin: auto;
  }
}

@media (max-width: 415px) {
  .docteur_rdv{
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
