.listeDoc{
    background-color: #FFF;
}
.liensPage{
    font-family: "open_sanslight";
    color:#818181;
    font-weight:normal;
}
.liensPage:hover{
    color:#FFF;
    text-decoration: none;
}
.titrePage{
    padding:0;
    margin:2px 0 0 0;
    color:#FFF;
    font-family: "open_sans_condensedbold";
}
.entete{
    font-family: "open_sansregular", Arial, Helvetica;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 4px 0 4px 28px;
    background: #b3b3b3;
    color: white;
    font-size: 20px;
    font-weight: normal;
}
.chpsAffiche{
    margin-bottom:15px;
    margin-top:15px;
    margin:15px;
}
.chpsVideo{
    margin-bottom:15px;
    margin-top:15px;
}
.WhiteBkg {
    background-color: #FFF;
    min-height:100%;
}
.titreVideo{
    font-family: "open_sans_condensedbold";
    color: black;
    font-size: 14px;
    margin: 10px 0 0;
}
.imgAffiche{
    width:150px;
    height:210px;
}

.cadreImg img{
    box-shadow: -5px 4px 5px 1px rgba(0, 0, 0, 0.3);
    max-width:155px;
}
/*col-md et sm*/
@media (min-width: 992px){
    body{
        padding-top:0;
        background-color:#efefef;
    }
    .content{
        background-color:#FFF;
    }
    .titreListe{
        margin: 0 0 10px 0;
        padding: 10px 0 10px 28px;
        background: #b3b3b3;
        text-transform: uppercase;

    }
    .titrePage{
        font-size: 28px;
        font-weight: bold;
    }
    .liensPage{
        font-size: 28px;
    }
    iframe{
        width:290px;
        height:160px;
    }
    .alignnone{
        width:187px;
        height:266px;
    }
    .chpsCorps{
        margin:15px 0 15px 0;
        padding: 0;
    }
    .cadreImg{
        min-height:250px;
        position:relative;
    }
    .cadreImg>a{
        position: absolute;
        top: 50%; /* poussé de la moitié de hauteur du référent */
        transform: translateY(-50%);
    }
}

/*ecran petit*/
@media only screen and (max-width: 991px) {
    .content{
        padding-top:0;
        background-color:#efefef;
    }

    .titreListe {
        display:none
    }
    .chpsPicture{

    }
}