/* CSS carousel parcours */
#carouselParcours{
    margin-top: 45px;
    position: relative;
    margin-bottom: 80px;
}

.item_parcours{
    height: 200px;
    padding: 2px;
    overflow: hidden;
    /*cursor: pointer;*/
}

.portrait_parcours{
    width: 100%;
    height: 101%;
    background: #f5f5f5;
    padding-top: 40px;
}

.img_container_parcours{
    width: 120px;
    height: 120px;
    margin: auto;
    text-align: center;
}

.img_container_parcours img{
    height: 100%;
}


/* center bootstrap div */
@media screen and (min-width: 768px){
    .row_center{
        text-align: center;
    }
    
    .item_parcours{
        /*float: none !important;
        display: inline-block;*/
    }

}

.hover_parcours{
    height: 100%;
    width: 100%;
    background: #e6008b;
    padding-top: 35px;
    text-align: center;
}

.nom_parcours, .poste_parcours{
    color: white;
    display: block;
    font-size: 18px;
    font-family: 'Helvetica Neue';
}

.nom_parcours{
    margin-top: 15px;
}

.poste_parcours{
    font-weight: 100;
}

img.photo_parcours{
    max-height: 50px;
    max-width: 100%;
}

.portrait_parcours{
    background-image: url(../img/label_diplome_supdemod.png);
    background-position: right top;
    background-repeat: no-repeat;
}


/* Carousel prev / next */
#carouselParcours .carousel-control{
    background: transparent;
    width: 7%;
    line-height: 200px;
}

/* Surcharge bootstrap offset */
@media screen and (min-width: 768px){
    .col-sm-offset-1-5{
        margin-left: 12.4999999999%;
    }
}

.bloc_parcours{
    padding-top: 50px;
}

.tx-bi-parcours2{
    padding-left: 13px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.hover_parcours img{
      max-width: 150px;
      max-height: 70px;
}

#carouselParcours .carousel-control.left{
	background-image:url('../img/icons/left_arrow_parcours.png');
	background-repeat:no-repeat;
	background-position:center center;
}

#carouselParcours .carousel-control.right{
	background-image:url('../img/icons/right_arrow_parcours.png');
	background-repeat:no-repeat;
	background-position:center center;
}

.bloc_parcours .description_parcour{
	width: 70%;
    margin: 0% 15%;
    text-align: center;
    margin-bottom: 70px;
}