
.bloc-header-or{
    font-family: 'Cuprum','Maven Pro','Varela Round','Electrolize', sans-serif;
    font-size: 12pt;
    letter-spacing: 1px;
    background-color: rgba(215, 181, 109, 0.65);
    padding-top:3px;
    padding-bottom:0px;
}
.bloc-header-inverse{
    font-family: 'Cuprum','Maven Pro','Varela Round','Electrolize', sans-serif;
    font-size: 11pt;
    color:black;
    letter-spacing: 1px;
    background-color: rgba(255, 255, 255, .85);
}

.searchDiv {
    background-image: url(../img/design/fondconsultation2.jpg);
    background-position: 50% 70%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 160px;
    padding-top: 0;
    padding-bottom: 0;
    background-repeat: no-repeat
}

.main {
    min-height: 750px;
}


@media screen and (min-width: 992px) and (max-width: 1200px){
    .discoverPCP-textcontainer{
        font-size:9pt;
    }
}

#list_event_pub {
    position:fixed;
    width: 360px;
}

@media (min-width:768px) and (max-width:992px)
{
    #list_event_pub {
        position:fixed;
        width: 360px;
    }
}

@media (min-width:992px) and (max-width:1200px)
{
    #list_event_pub {
        position:fixed;
        width: 295px;
    }
}