ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.enclasse-list {
    position: relative;
}

.enclasse-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    transition: all 0.3s;
}

.enclasse-list li a {
    display: block;
}
.enclasse-list li a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.enclasse-home {
    padding: 60px;
}

.enclasse-list-text-bloc {
    width: 580px;
    height: 630px;
    background: #f15533;
    padding: 15px;

}

.enclasse-list-text-bloc ul {
    overflow: auto;
    height: 600px;
}

.js .enclasse-list-text-bloc {
    opacity: 0;
    position: absolute;
    z-index: 30;
    text-align: left;
    right: 0;
    visibility: hidden;
    
}

.enclasse-list-text-bloc a:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
}

.enclasse-list-text-bloc a {
    display: block;
    color: #ffffff;
    padding: 5px;

}

.enclasse-list-text-bloc li {
    clear: both;
    padding-top: 10px;
}

.enclasse-list-text-bloc a .img {
    background: #ffffff;
    width: 66px;
    height: 66px;
    float: left;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 65px;
}

.enclasse-list-text-bloc a img {
    max-height: 60px;
    max-width: 60px;
}

.enclasse-list-text-bloc a h1 {
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 0;
}

.enclasse-list-text-button {
    padding: 10px;
    border: 0;
    background: #f15533;
    color: #ffffff;

}

.enclasse-list-text-button span {
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.5s;
}

.enclasse-list-text-button.open span {
    transform: rotate(90deg);
}

.enclasse-list-text {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    text-align: right;
}



.selectize-control{
    padding:10px 0;
}

.selectize-input, 
.selectize-dropdown {
    border: 1px solid #f0592c !important;
    box-shadow:none !important;
    border-radius:0px !important;
}

.enseignant .selectize-input,
.enseignant .selectize-dropdown {
    border: 1px solid #6b82bf !important;
}