.primary-navigation .menu-primary > ul > li > a {
  text-transform:none;
  color: #2a6cb6;
}
.navigation-classic .primary-navigation .menu-primary > ul > li:hover{
  background-color: #eee;
  color: #2a6cb6;
  font-weight: normal;
}
.navigation-classic .primary-navigation .menu-primary > ul > li.current-menu-item > a{
  background-color: #eee;
  color: #2a6cb6;
  font-weight: normal;
}
.menu-item {
  font-weight: normal;
}
.navigation-classic .primary-navigation .menu-primary > ul > li > a:hover{
  background-color: #eee;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
.navigation-classic .primary-navigation .menu-primary > ul > li > a:focus{
  background-color: #eee;
  color: #2a6cb6;
  font-weight: normal;
}
.navigation-classic .primary-navigation .menu-primary > ul > li > a:active{
  background-color: #eee;
  color: #2a6cb6;
  font-weight: normal;
}
.navigation-classic .primary-navigation .menu-primary > ul > li > a{
  font-weight: normal;
}
.navigation-classic .primary-navigation ul ul li {
  background-color: #eee;
  color: #2a6cb6;
  font-weight: normal;
}

.navigation-classic .primary-navigation ul ul:before {
  border-bottom: 8px solid #eee;
  color: #2a6cb6;
  font-weight: normal;
}

.navigation-classic .primary-navigation ul ul ul:before {
  border-right-color: #eee;
  color: #2a6cb6;
  font-weight: normal;
}

.navigation-classic .primary-navigation ul ul li:last-of-type {
  border-bottom: 12px solid #eee;
  font-weight: normal;
}
.navigation-classic .primary-navigation .menu-item-has-children:before {
  color: #2a6cb6;
  font-weight: normal;
}
.navigation-classic .primary-navigation .menu-primary > ul > li > ul > li > a:hover{
  text-decoration: none;
}
.image_detail{
  margin:10px;
  border:solid 2px #cecece;
}
.page-title{
font-size:200%;
font-weight:normal;
}
h2{
font-size:150%;
font-weight:normal;
}
.footer-widget-area{background-color:#c4c1ba;color:#333;}
.footer-widget-area a{color:#000;text-decoration:none;border-bottom:none}
.footer-widget-area a:hover{color:#333;text-decoration:none;border-bottom:none}
.navigation-wrapper{background-color: #eee;}

.lien_social a
{
  color: #2a6cb6;
  font-size:25px;
}
.lien_social a:hover
{
  text-decoration:none;
}
.lang-item{font-weight:bold}
.entry-content a{text-decoration:none}
h1{font-weight:normal; font-size:3em;}
.with-featured-image.hero, body[class*='front-page'] .hero {
    padding: 10px 0;
}
.front-page-widget-area{background-color:#d8d8d4;}
body{color:#6b6b6b;}
p{color:#6b6b6b;}
.hero {
    padding: 20px 0;
}
ul {list-style: disc outside;}
.hero.with-featured-image{padding:180px 0;}
.avecbordure{border:solid 1px #999}
.post-thumbnail{display:none}
.hero.with-featured-image .hentry {color:#ccc;}

  .doctolib-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    width: 230px;
    background-image: none;
    background-color: rgb(52, 152, 219);
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    font-family: Arial;
    border: 1px solid transparent;
    border-width: medium medium 2px;
    border-style: none none solid;
    border-image: none;
    border-radius: 5px;
    border-bottom-color: rgb(35, 131, 196);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-user-select: none;
  }


  .doctolib-button:hover {
    background-color: rgb(7, 122, 199);
    color: white;
    text-decoration:none;
  }