

/*Class pour le titre*/
.gp-line{
  display: block;
  border-bottom:solid 3px #009aa3;
  padding:0 0 10px 0;
  height: 10px;
  font-family: "Arial";
  font-size: 14px;
  font-weight: bold; 
}

div.gp-line-title{
  background: url(http://www.lequotidiendumedecin.fr/sites/qdm/files/public/assets/images/gp-lines.jpg) no-repeat left top;
  background-size: contain;
  background-position:0px 10px;
  min-height: 100px;
  padding-top:5px;
  margin:0;
}

h1.gp-galien{
  font-family: "Judson";
  font-weight: 400;
  color:#3f3f3f;
  font-size: 22px;
}

h1.gp-galien strong{
  color:#009aa3;
}
/*FIN titre*/

.galien-baseline {
  position: relative;
  top:-50px;
  margin-bottom: -50px;
  font-family: "Judson";
  font-weight: 400;
  color:#000000;
  font-size: 15px;
  line-height: 22px;
  margin-bottom:0px;
}

.categories {
  font-size:22px;
  font-family: "Judson";
  font-weight: 400;
  margin:20px 0 30px 0;
  line-height: 24px;
}

.galien--jury--list .categories {
  font-size: 22px;
  font-family: "Judson";
  font-weight: 400;
  margin: 0px 0 30px 0;
  border-top: 1px solid #DDE7EB;
  padding-top: 20px;
  line-height: 24px;
}

.categories strong{
  font-size:24px;
  color:#009aa3;
  font-family: "Judson";
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.text--jury {
  padding:0 20px 0 20px;
}

h1.name-person{
  font-size:20px !important;
  font-family: "Judson";
  font-weight: 400 !important;
  font-style: italic !important;
  color: #009aa3;
  margin:0 0 10px 0 !important;
}

p.describe {
  font-size:13px;
  font-family: Arial;
  line-height: 18px;
  margin:0;
}

p.describe:after {
  content:"";
  display: block;
  height: 3px;
  width: 100px;
  background-color: #009aa3;
  margin-top:15px;
}

.layout-middle{
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: table-cell;
  vertical-align: top;
}

.layout--table{
  display: table;
  width: 100%;
}

.picture-person {
  transition:all 1s;
  position: relative;
  cursor: pointer;
}
ul.galien-carrousel li{
  width: 105px;
  height: 105px;
}

li.picture-person img {
  filter:grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

li.picture-person:before {
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,150,160,0.5);
  z-index: 150;
  transition: 1s all
}

.active--galien.picture-person:before {
  content:"";
  background-color: transparent;
}

li.active--galien img{
  filter:grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.active--galien {
  transform:scale(1.05);
  transition:all 1s;
  z-index: 1000;
}

ul.galien-carrousel {
  list-style: none;
  padding: 0;
  font-size: 0;
  margin:0 !important;
}
ul.galien-carrousel li {
  float:left;
}

h1.name-person-list{
  font-size:20px !important;
  font-family: "Judson";
  font-weight: 400 !important;
  font-style: italic !important;
  color: #009aa3;
  margin:0 0 10px 0 !important;
}

h6.titre-person{
  font-size:14px;
  font-family: "Judson";
  font-weight: 600;
  margin:0;
  line-height: 24px;
}

p.describe-list {
  font-size:13px;
  font-family: Arial;
  line-height: 18px;
  margin:0 0 15px 0;
}

.galien--jury--list .layout-middle{
  padding:8px 8px 8px 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.esante {
  margin-bottom: 30px;
}

.galien--candidater {
  font-family: Arial;
  color: white;
  text-decoration: none;
  font-size: 15px;
  padding: 5px;
  background-color: #009aa3;
  border: 2px solid #009aa3;
  transition:all 1s;
  text-transform: uppercase;
  font-weight: bold;
}

.galien--candidater:before {
  content:"";
  display: inline-block;
  background:url(http://docs.lequotidiendumedecin.fr/galien/picto-canditatez-white.png) center no-repeat;
  background-size:contain;
  width: 15px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}





   