.content {

background-color: red;

}

.main-content {
margin: 10px;

}

.main-footer {
    color:rgba(0,0,0,0.6);
    text-align: center;
    vertical-align: middle;


}

.main-footer:before {
    content: " ";
    display:block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    margin:1.5em auto;
    width: 20%;
}

label {
    width: 100px;
}

input#id_nom {
    
}

.mes-clubs {
    display:block;
    margin: 1em auto;
}

.errorlist {
    color: #c00c00;
}

.crea-modif {
    font-style: italic;
    color: #c5c5c5;
}

.bold {
    font-weight: bold;
}

.post {
    margin-top: 10px;
}

.post-title {
    background-color: grey; 
    
}

.post-text {
    border-style: solid;
    border-color: grey;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.topic-msg {
    background-color: #F5F5F5;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #DDD;
    
    margin-left: -5px;
    padding-left: 5px;
}

.pagination {
    color: red;
    text-align: center;
}
.last {
    padding-bottom: 25px;
}

.carton {
    max-width: 100%;
    height: auto;
}