.picker_img{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0rem;
}
.picker_img li{
    width: 25%;
    list-style: none;
    padding: 0.5rem;
}
.picker_img li img{
    width: 100%;
}
.picker_img_choisi{
    border-style:solid;
	border-color: #ff0000;
}
.picker_img_prevoir{
    word-wrap:break-word
}
.picker_img_prevoir img{
    width: 100%;
}
.picker_img_prevoir audio{
    width: 100%;
}
.mce-preview-object{
    border: 0px !important;
}

.visuel{
    display: flex;
    flex-direction: row;
}
.un_parent{
    border-bottom-color: #17a2b8;
    border-bottom-style: solid;
    border-bottom-width: 0.05rem;
    margin-bottom: 1rem;
}
.un_parent_trash{
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1.5rem;
    color: #17a2b8
}

.hide{
    display: none;
}
.hide_input{
    visibility: hidden;
}
.errorlist{
    font-size: 0.8rem;
    color: #bd2130;
    list-style:none;
}

.inside{
    width: 100%;
}

.date-ib-row .col{
    padding: 0;
}
.datetime-ib{
    cursor: pointer;
}

.combodate{
    word-break:normal;
    width:auto;
    display:block;
    white-space:pre-wrap;
    word-wrap : break-word ;
    overflow: hidden ;
}
.year-select {
    width: 100px;
    margin: 0 5px;
    border-radius: 4px; /* Material Blue的圆角 */
    border: 1px solid #42a5f5; /* Material Blue的边框颜色 */
    background-color: #42a5f5; /* 背景色 */
    color: #fff; /* 文字颜色 */
    font-size: 16px; /* 匹配Material Blue的字体大小 */
    padding: 2px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.year-select:focus {
    border-color: #1976D2; /* Material Blue的聚焦颜色 */
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.3); /* 聚焦时的光晕效果 */
}
.year-select option {
    background-color: #fff;
    color: #2196F3;
}
.year-select option:hover {
    background-color: #E3F2FD; /* Material Blue的浅色背景 */
}