/* Fonts */
@font-face {font-family: "Roundo-Light";src:url("../fonts/Roundo-Light.woff") format("woff");}
@font-face {font-family: "Roundo-Regular";src:url("../fonts/Roundo-Regular.woff") format("woff");}
@font-face {font-family: "Roundo-SemiBold";src:url("../fonts/Roundo-SemiBold.woff") format("woff");}
@font-face {font-family: "Roundo-Bold";src:url("../fonts/Roundo-Bold.woff") format("woff");}
@font-face {font-family: "SansSerif-Italic";src:url("../fonts/SansSerifBldFLF-Italic.woff") format("woff");}

/* Planning */
.ssitalic{font-family: 'SansSerif-Italic', sans-serif;text-transform: uppercase;}


:root{
    --ctypechantier1:#156464;
    --ctypechantier2:#d81687;
    --ctypechantier3:#529900;
    --ctypechantier4:#483ddd;
}

/* Global */
body{background:#bdbdbd !important}
/* temp */ aside{width:250px;height:100vh;position: fixed;background:#343a40;}
#page{margin-bottom:80px;}
.smooth{-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
a:hover{text-decoration: none;}
.bg-danger{background-color:#A21404 !important;}
.text-danger{color:#A21404 !important;}
.border-danger{border-color:#A21404 !important;}
.next-arrow{transform: scale(-1, -1);}
.down-arrow{transform: rotate(-90deg);}
.btn-primary, .btn-primary:hover{color: #fff;background-color: #392B44;border-color: #392B44;}
.border-primary{border-color:#392B44 !important;}
.bg-primary, a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover{background:#392B44 !important;}
.text-primary, a.text-primary:focus, a.text-primary:hover{color:#392B44 !important;}
.btn-cercle-big{width:50px;height:50px;padding:0px !important;flex-shrink: 0 !important;}
.btn-cercle-small{width:30px;height:30px;padding:0px !important;flex-shrink: 0 !important;}
.btn-cercle-big img{height: 40%;width:auto;max-width: 100%;}
.btn-cercle-small img{height: 50%;width:auto;max-width: 100%;}
.bg-grey{background-color:#F2F2F2;}
.border-light{border-color:#F2F2F2 !important;}
.border-2{border-width:5px !important;}
.font-size-4{font-size:0.8rem;}
.alerte-etat-1 path{fill:#00c40a !important;}
.alerte-etat-1{color:#00c40a;}
.alerte-etat-1.border-custom{border-color:#00c40a !important;}
.alerte-etat-2 path{fill:#ffc400 !important;}
.alerte-etat-2{color:#ffc400;}
.alerte-etat-2.border-custom{border-color:#ffc400 !important;}
.alerte-etat-3 path{fill:#ec0000 !important;}
.alerte-etat-3{color:#ec0000 !important;}
.alerte-etat-3.border-custom{border-color:#ec0000 !important;}
.rounded-top-left {border-top-left-radius: 2rem;}
.rounded-top-right {border-top-right-radius: 2rem;}
.rounded-bottom-left {border-bottom-left-radius: 2rem;}
.rounded-bottom-right {border-bottom-right-radius: 2rem;}
.rounded{border-radius:2rem !important;}
.bg-opacity{background:rgba(0, 0, 0, 0.2);}
.mini-picto{height:20px; width:auto;}
.line-tab{min-height:60px;}
.line-tab-mini{min-height:40px;}
.line-tab-mini .btn-cercle-small{width:20px;height:20px;}
.line-tab-mini .mini-picto{height:15px; width:auto;}
.line-collaborateur, .bt-ajouter-collaborateur{font-size:.8rem!important;}
.bt-suppr-line-collaborateur{position:absolute;left:0rem;top:50%;margin-top:-15px;opacity:0;z-index:3;}
.bt-suppr-line-collaborateur.on{position:absolute;left:1rem;top:50%;margin-top:-15px;opacity:1;}
.action-line-collaborateur{width:0px;transform:translateX(-50px);opacity:0;text-align: center;}
.action-line-collaborateur.on{width:100%;position:relative;transform:translateX(0px);opacity:1;text-align: center;}
.span-temps-collaborateur{position:relative;transform:translateX(50px);opacity:0;width:0px;text-align: center;}
.span-temps-collaborateur.on{position:relative;transform:translateX(0px);opacity:1;width:100%;text-align: center;}
.h2{font-size:1.25rem !important;}
.h4{font-size:1rem!important;}
.text-sm{font-size:.8rem!important;}
.note-desktop{line-height:0.75rem;}
.categ-chantier-desktop{font-size:0.5rem !important;}
.nom-collaborateur-desktop{line-height:0.7rem;}
.jour-courant{background:#a9ffb3 !important;}
.ferie{background:#392B44 !important;color:#766086 !important;}
.ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.static-dates{position:fixed;bottom:0px;left:0px;width:100%;z-index:2;}

@media (min-width: 576px) {
    .line-tab{min-height:30px;padding-top:0.1rem !important;padding-bottom:0.1rem !important;}
    body *, .h4{font-size:0.6rem !important;}
    body{background:#ffffff !important;}
}

@media (min-width: 992px) {
    .line-tab{min-height:60px;padding-top:0.25rem !important;padding-bottom:0.25rem !important;}
    body *, .h4{font-size:0.8rem !important;}
    .categ-chantier-desktop{font-size:0.8rem !important;}
    .nom-collaborateur-desktop{line-height:0.8rem;}
}


@media screen and (max-width: 1199px) {
}

@media print{@page {size: landscape}}