.formSearch .col-md-8{
    padding:0;
}

.vignetteBox {
    display: flex; /* crÃ©e un contexte flex pour ses enfants */
    flex-direction: column; /* affichage vertical */
    /*height: 250px;*/
    height: 100%;
    background-color: white;
    -moz-box-shadow: 0 0 11px 3px #666666;
    -webkit-box-shadow: 0 0 11px 3px #666666;
    -o-box-shadow: 0 0 11px 3px #666666;
    box-shadow: 0 0 11px 3px #666666;
    border-radius: 4px;
    justify-content: space-between;
}
.vignetteWrapper {
    display: block; /* IE fix */
    flex: 1 1 auto; /* occupe la hauteur restante */
    display: flex; /* crÃ©e un contexte flex pour ses enfants */
    flex-direction: row; /* affichage horizontal */
    position: relative;

}
.vignetteWrapperDate {
    display: block; /* IE fix */
    flex: 1 1 auto; /* occupe la hauteur restante */
    display: flex; /* crÃ©e un contexte flex pour ses enfants */
    flex-direction: row; /* affichage horizontal */
    position: relative;
    text-align: right;
}
.vignetteImg {
    width: 65%;
    background-size: cover;
}
.vignetteJourmois {
    line-height: 13px;
    padding-top: 9px;
    padding-right: 5px;
    /*border-bottom: 1px solid white;*/
    height: 40px;
}
.vignetteJour {
    font-size: 29px;
    font-weight: 900;
    line-height: 47px;
}
.vignetteMois {
    text-align: right !important;
    width: 100%;
}
.vignetteDatefin {
    text-align: right;
    padding-right: 5px;
    line-height: 10px;
    font-size: 14px;
}

.vignetteContent {
    display: block; /* IE fix */
    flex: 1; /* occupe la largeur restante */
}
.vignetteBas {
    /*height: 100px;*/
    padding: 5px;
    overflow: hidden;
    line-height: 15px;
}
.vignetteBas h4 {
    margin: 0;
    padding: 0;
    color: #2693ce;
    font-size: 1.25em;
}
.vignetteDate {
    background-color: #2693ce;
    height: 65px;
    color: white;
}
.vignetteDateFeatured {
    background-color: #ffc107;
}
.vignetteContent h4 {
    font-size: 1em;
    padding: 0;
    margin: 0;
    margin-top: 4px;
}
.vignetteCompass{
    float:right;
}
.vignetteText {
    margin-top: 4px;
}
.vignetteLieux{
    -moz-box-shadow: -2px -5px 7px 0 #666666;
    -webkit-box-shadow: -2px -5px 7px 0 #666666;
    -o-box-shadow: -2px -5px 7px 0 #666666;
    box-shadow: -2px -5px 7px 0px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=90, Strength=5);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 3px;
    line-height: 16px;
    height: 100px;
}
.vignetteVille{
    height: 16px;
    overflow: hidden;
}
.vignettePlace
{
    height: 32px;
    overflow: hidden;
}
.vignetteText, .vignetteVille, .vignettePlace{
    color: #6e7479;
    padding-left: 5px;
    z-index: 1;
}

.imgLast {
    position: relative;

}
.imgLast img{
    width: 100%;
}
.contentLast{
    flex-direction: row;
    display: flex;
    flex-flow: row;
    flex:1;
}
.avatarLast img{
    height: 65px;
    width: 65px;
}
.avatarLast {
    border-radius: 50%;
    overflow: hidden;
    margin: 5px;
    height: 65px;
    width: 65px;
    position: absolute;
    background-color: red;
    z-index: 99999;
    top: -6px;
    left: -6px;
}
.wrapperLast{
    display: block; /* IE fix */
    flex: 1 1 auto; /* occupe la hauteur restante */
    /*display: flex; /* crÃ©e un contexte flex pour ses enfants */
    flex-direction: row; /* affichage horizontal */
}
.infosLast {
    width: 50%;
}

.infosLast p {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-left: 5px;
    font-weight: 600;
}

.boxLast{
    display: flex; /* crÃ©e un contexte flex pour ses enfants */
    flex: 1 1 auto;
    flex-direction: row; /* affichage vertical */
    height: auto;
    background-color: white;
    justify-content: space-between;
    margin: 12px;
    width: 46%;
    overflow: hidden;
}


@media (max-width: 576px) {

}

@media (min-width: 577px) {


}


@media (max-width: 768px) {

    .boxLast{
        display: flex; /* crÃ©e un contexte flex pour ses enfants */
        flex: 1 1 auto;
        flex-direction: row; /* affichage vertical */
        height: auto;
        background-color: white;
        justify-content: space-between;
        margin: 0;
        width: 100%;
        overflow: hidden;
    }
}



@media (min-width: 1200px) {}
