/** Actualité **/
#blocCoupCoeur{
    min-height:300px;
    margin-bottom: 25px;
    padding:0;}

#blocCoupCoeur .item{
    width: 100%;
    height:270px;
    cursor: pointer;
}

#blocImgCoupCoeur{
    width:100%;
    height:270px;
}

#blocCoupCoeur .divImg{
    width: 50%;
    height:270px;
    float:left;
}

#tulipe{
    position:absolute;
    top:-25px;
    left:-20px;
    z-index:10;
}

#titreCoupCoeur{
    position:relative;
    border-top:solid 1px #000;
}

#titreCoupCoeur p{
    margin-left:40px;
    font-size:16px;
    line-height:30px;
}

#blocCoupCoeur .description{
    position:absolute;
    bottom:0px;
    width:100%;
    padding: 2px 5px 2px 41px;
    color:#fff;
    background: rgba(0, 0, 0,0.8);
}
#blocCoupCoeur .description p{
    padding:0;
    margin:0;
}

#blocRecherche{
    margin-top:0;
    margin-bottom:25px;
}

#blocRecherche label{
    text-align:left;
    font-size: 14px;
}

#alerteMail,#facebook{
    width:210px;
    height: 147px;
    margin:auto;
    text-align:center;
    font-size: 14px;
}


#alerteMail p{
    margin-bottom:30px;
}

#alerteMail .btDefaut{
    min-width:150px;
}

#facebook{
    margin-top:20px; 
}

#facebook p{
    margin-bottom:20px;
}

#listeAnnonceAccueil{
    margin-top: 25px;
}

#listeAnnonceAccueil .thumbnail{
    max-width:270px;
    margin:auto;
    padding:0;
    margin-bottom: 25px;
    border:none;
}


#listeAnnonceAccueil .imgAnnonce{
    width: 100%;
    height:175px;
}

@media (min-width:750px){
    #blocRecherche{
        margin-bottom: 0;
    }

    #alerteMail, #facebook{
        height: 166px;
    }

    #alerteMaiLFacebook{
        width: 100%;
        margin-top:25px;
        margin-left:10px;
    }

    #alerteMail .btDefaut{
        min-width:0;
        padding:2px 10px;
    }

    #alerteMail,#facebook{
        width:100%;
    }

    #listeAnnonceAccueil .thumbnail{
        height:270px;
        margin-bottom:0;
    }

}

@media (min-width:992px){

    #blocRecherche{
        margin-top: 0px;
    }

    #alerteMaiLFacebook{
        width:auto;
        margin-top:0px;
    }

    #alerteMail, #facebook{
        width:auto;
        height:147px;
    }

    #facebook{
        margin-top:25px;
    }
}