/*
Theme Name: themeDHP
Template: appointment
*/

@import url("../appointment/style.css");

.homepage-mycarousel {
  background-color: #1c1c1c;
}

.metaslider .flexslider .flex-direction-nav li a {
  background-image: url('/wp-content/themes/themeDHP/images/new_bg_direction_nav.png') !important;
}

.contactDiv {
  text-align: center;
  list-style-type: none;
}

.contactDiv li{
  color: white;
  display: block;
  font-size: 30px;
  padding-right: 20px;
}

.contactDiv h1 {
    color: #bbcce8 !important;
}

@media only screen and (max-width: 500px) {
  .contactDiv h1 {
    font-size: 25px;
  }

  .contactDiv li {
    font-size: 18px;
  }
}

.textePresentation {
    color: #1c1c1c;
    font-size: 17px;
    text-align: justify;
    text-justify: inter-word;
}

.textePresentation p{
    color: #1c1c1c;
    font-size: 17px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.columnText {
  text-align: center;
}

.hline { width:100%; height:1px; background: #b0bbd3 }

.lefttitlecontainer { padding: 20px 50px; }

.mymenu {
  padding: 30px 0;
}
