/* cmsms stylesheet: lba modified: Monday, March 10, 2025 10:02:24 AM */
h1{
color:#e35d3b;
text-transform:uppercase;
}
.orange{
color:#e35d3b;
}
.vert, .activites .vert{
color:#195951;
}
.contenus p{
text-align:justify;
}
.fvert{
background:#195951;
}
.fvert p{
color:#FFF;
}
.calend td{
text-align:center;
background:#efefef;
}

.calend th{
background:#efefef;
}

.calend .bleu{
background:#69B0DD;
}
.calend .vert{
background:#8cbc4e;
}
.calend .rouge{
background:#F75447;
color: #FFF;
}
.calend .jaune{
background:#edcb22;
color: #FFF;
}
#sidebar.fixed {
    position: fixed;
    top: 50%;
    right: 0;
}
#sidebar {
position: absolute;
    top: 0;
    right: 0;
    border-top: 5px solid #195951;
    padding-top: 19px;
    background: #FFF;
    z-index: 1000;
    text-align: center;
    width: 160px;
    background: #ec673d;
    color: #FFF;
}
#sidebar p{
font-size:12px;
font-weight:bold
}
.activites h2{
font-weight:700!important;
}
