.fullplanning {
    /*background-color: #f7f7f7;*/
    padding: 10px;
    margin-bottom: 10px;
}
.syet_timetable_container{
    display: flex;
}
.row-container {
    flex: 1;
    vertical-align: top;
    margin: 0 1px;
}
.col-title {
    min-height: 44px;
    font-size: 16px;
    padding: 10px; 
    text-align: center;
}
.rows > ul { list-style-type: none; margin: 0; padding: 0; margin-bottom: 2px; display: block; vertical-align: top;}
.syet_timescale_cont {
    display: inline-block;
}
.syet_timescale .creneau {
    margin: 0 5px 2px 0;
    min-width: 20px;
    padding: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:768px) {
    .row-container {
    display: block ;
    width: 100% !important;
    vertical-align: top;
    /*width: 150px;*/
    }
    .empty {
        display:none !important;
    }
    .time {
        display: inline-block;
        font-size: inherit !important;
    }
    .acttitle {
        display: inline-block;
        font-weight: bold;
        padding: 5px !important;
    }
    .full > .activite {
        height: auto !important;
    }
    .full {
        background-color: none !important;
        height: auto !important;
    }
    .button {
        border-radius: 3px !important;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        color: #fff;
        display: inline-block;
        font-size: 12px !important;
        line-height: 14px !important;
        padding: 7px 11px !important;
    }

    .col-title {
        font-size: 14px;
        padding: 7px;
        min-height: 28px;
        border-bottom: 1px solid #e2e2e2;
    }
    .rows > ul {
        margin: 0 0 2px;
    }
}

.col-title {
      
}
.rows {width:100%;min-width: 92px;}

.rows > li { margin: 5px; padding: 5px; width: 140px !important; }
.creneau {
    height: 50px;
    /*background-color: #e9f1fb;*/
    min-width: 92px;
}
.activite {
	margin: 0 auto 0;
	color: #333;
	/*font-size: 16px;*/ 
	text-align: center;
	/*height: 60px;*/
	padding: 0px;
	/*width: 140px;*/
}
.activity {
    margin: 5px auto 0;
    color: #333;
    font-size: 16px; 
    text-align: center;
    height: 60px;
    padding: 0px;
    width: 140px;
    display: inline-block;
}
.acttitle {
    font-size: 14px;
    padding: 0 5px 10px;
    font-weight: bold;
    line-height: 20px;

}
.actiname {
    font-size: 14px;
    padding: 0 5px 10px;
    text-transform: uppercase;
}
.time {
    font-size: 12px;
    padding-top: 5px;
    line-height: 18px;
}
.start, .end {
    width: 35px !important; 
    color:#fff !important;
    /*font-weight: bold ;*/
    text-align: center; 
    border: 0 !important;
    padding: 3px !important;
    /*background-color: rgba(0, 0, 0, 0.2) !important;*/ 
}
.supprimer {
    background-color: rgba(255, 255, 255, 0.32);
    /*border-radius: 6px;*/
    color: white;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 10px;
    line-height: 8px;
    margin: 4px 50px;
    padding: 0 2px 2px;
    display: none;
    position: absolute;
}
.duration {
    color: rgba(255, 255, 255, 0.42);
    font-size: 25px;
    font-weight: 800;
}
.sy-actsingle {
    margin-bottom:4px;
    cursor: pointer;
}
.sy-actsingle:not(.allfilter) {
    margin-right: 4px;
}
.acttitle > a {
    color: #fff !important;
    text-decoration: underline;
}