/* LINK */

a{text-decoration: none}

/* OVERLAY */

.overlay{position: fixed;width: 100vw;height: 100vh;top:0;left:0;display: none;background: #ffffff;opacity: 0.95;z-index: 1}
.overlay.on{display: block;z-index: 1200}

.spinner-wait{
    position: fixed;
    z-index: 1300;
    top:50vh;
    left: 50vw;
    display: none;
}

.spinner-wait.on{
    display: block;
}

.spinner-wait .wrap-spinner{
    margin-left: -30vw;
    margin-top: -15vh;
    text-align: center;
    width: 60vw;
    height: 60vw;
}

.spinner-wait .spinner-border{
    width: 20vw;
    height: 20vw;

    max-width: 90px;
    max-height: 90px;
}

/* TEXT */

.txt-color-blue{color:#40accd !important}
.txt-color-white{color:#ffffff !important}
.txt-color-darkblue{color:#00537b}

.txt-xlarge,.txt-xlarge p{
    font-size: 1.8rem;
    line-height: normal;
}

.fieldfile, #image,#vignette {
    z-index: -100;
    position: absolute;
}

.col-form-label{
    font-weight: 400;
}


.form-hebergement .bt-add-support span, .form-hebergement .bt-add-illustration span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    font-size: 30px;
}

.form-hebergement .bt-add-support, .form-hebergement .bt-add-illustration {
    position: relative;
    width: 250px;
    height: 200px;
    background: #F0F0F0;
    text-align: center;
    line-height: 200px;
    display: inline-block;
    color: #808080;
    font-size: 30px;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0.4;
    margin: 0 1% 0 1%;
}

.form-hebergement .bt-add-support.enable, .form-hebergement .bt-add-illustration.enable {
    opacity: 1;
    cursor: pointer;
}

.form-hebergement a.bt-add-support .file-selected, .form-hebergement a.bt-add-illustration .file-selected {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F0F0F0;
    display: none;
    line-height: normal;
}

.form-hebergement a.bt-add-support.on .file-selected, .form-hebergement a.bt-add-illustration.on .file-selected {
    display: block;
}

.form-hebergement a.bt-add-support .file-selected em, .form-hebergement a.bt-add-illustration .file-selected em {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

.form-hebergement a.bt-add-support .file-selected img, .form-hebergement a.bt-add-illustration .file-selected img {
    display: inline-block;
    vertical-align: middle;
}

.form-hebergement a.bt-add-support .file-selected .remove, .form-hebergement a.bt-add-illustration .file-selected .remove {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: #000000;
}

.form-hebergement .bt-add-support span, .form-hebergement .bt-add-illustration span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    font-size: 30px;
}

.form-hebergement .bt-add-support span i, .form-hebergement .bt-add-illustration span i {
    font-size: 15px;
    font-style: normal;
}

.form-hebergement a.bt-add-support .file-selected .infos, .form-hebergement a.bt-add-illustration .file-selected .infos {
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    background: rgba(255,255,255,0.85);
    width: 100%;
    font-size: 11px;
    text-align: left;
    color: #404040;
}

/* planning */

.fc .fc-daygrid-day-number{
    color:#000000;
    font-weight: bold;
    background: #F0F0F0;
    padding: 2px !important;
    font-size: 12px;
    width: 25px;
    text-align: center;
    border-radius: 14px;
    margin:3px 3px 0 0 ;
    border:1px solid #C0C0C0;
    box-shadow: 1px 1px 5px #A0A0A0;
}

.fc .fc-daygrid-day.fc-day-today{
    background-color: transparent !important;
}

.fc-bg-event.confirmed{
    opacity: 1 !important;
    background: #bbe8c4 !important;
}

.fc-bg-event.confirmed .fc-event-title{
    font-style: normal !important;
    font-weight: bold !important;
    color:#ffffff;
}

.fc-bg-event.pending{
    opacity: 1 !important;
    background: #f5e895 !important;
}

.fc-bg-event.pending .fc-event-title{
    font-style: normal !important;
    font-weight: bold !important;
    color:#000000;
}

.fc-bg-event.nondispo{
    opacity: 0.4 !important;
    background-color: #F0F0F0 !important;
}

.fc-bg-event.nondispo .fc-event-title{
    font-style: normal !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

.fc-bg-event.ld{
    top:0% !important;
    bottom:50% !important;
}

.fc-bg-event.fd{
    top:50% !important;
    bottom:0% !important;
}

.fc .fc-bg-event.resa .fc-event-title{
    border-radius: 3px !important;
    background:#F0F0F0;
    border:1px solid black;
    display: inline-block !important;
    padding:5px !important;
    color:#000000 !important;
}

.fc .fc-bg-event.resa div{

    display: block !important;
    width: 80% !important;
    margin-left:5px;
    margin-top: 4px !important;
    border-radius: 3px !important;
    background:#F0F0F0;
    border:1px solid black;
    padding:0px 10px 0px 10px !important;
    color:#000000 !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-size: 10px;
}

.fc .fc-bg-event.resa div span{
    font-weight: bold !important;
    font-size: 12px;
}