.almanach{
margin-left:0px;
margin-top:0px;
}
table.ui-datepicker-calendar tbody td.specialDayM a {
    border: 1px solid #185875;
    background: #185875;
    color: white;
}
.ui-datepicker td{
    padding: 4px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-next span{
    background:url(/template/fleche-d.webp) !important;
background-repeat:no-repeat !important;
height:49px;
width:28px;
}
.ui-datepicker th{
    text-transform: uppercase;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev span{
    background:url(/template/fleche-g.webp) !important;
    background-repeat:no-repeat !important;
    height:49px;
    width:28px;
    }

.ui-datepicker .ui-datepicker-title {
    font-family: Archivo Narrow, sans-serif;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border:none;
    background:#f6f6f6;
    font-weight:normal;
    color:#092327;
    text-align:center;
    padding:10px 10px;
    margin:5px;
    display:inline-block; 
}

.ui-state-hover, .ui-widget-content.ui-state-hover, .ui-widget-header .ui-state-hover{
    background:transparent !important;
border:none !important;
}

.ui-widget-header{
    border:none;
    background:white;
    border-radius:0px !important;
    color:##1d1d1b;
    font-weight:bold;
    font-size:30px;
       
}
.ui-widget.ui-widget-content{
    border:none;
font-size:20px;
}
table.ui-datepicker-calendar tbody td.specialDay a{
border: 2px solid #f3f3f3;
    background: transparent;
    color: #212121;
    transition: transform 300ms;
    padding: 5px 10px;
}

table.ui-datepicker-calendar tbody td.specialDay a:hover{
    transform: rotate(39deg);
    border: 1px solid #242d39;
    background: #242d39 !important;
    color: white !important;
}

@media screen and (max-width: 470px) {

    .ui-datepicker .ui-datepicker-header{
        padding:20px 0px;
    }
}

@media screen and (min-width: 470px) and (max-width: 980px) {
    .ui-datepicker .ui-datepicker-header{
        padding:20px 0px;
}
}

@media screen and (min-width: 980px) {
    .almanach{
        margin-left:0px;
        margin-top:0px;
        }
    .ui-datepicker{
        width:21em;
    }
    .ui-datepicker .ui-datepicker-header{
        padding:20px 0px;
}
.ui-datepicker table{
    width:100%;
}

}