body {
    background-color: #efefef;
   /* font-family: 'Patua One', cursive;*/
    font-size: 12pt;
}
.widget{
    margin: 0 auto;
    padding: 15px;
    border: 2px solid #2d465d;
    border-radius: 5px;
    background: #eee;
    box-shadow: 0 8px 8px -4px #2d465d;

}
.roundStatus{
    width :15px;
    height: 15px;
    border-radius: 50%;

}
.visible{
    background-color: #BADA55;

    border: 2px solid #70a949;
}
.unvisible{
    background-color: #da6869;
    border: 2px solid #a92323;
}

.vids{
    position: relative;
}

.fond-img{
    position: absolute;
    z-index: 0;
    left: 15px;

}
.img-logo {
    height: 120px;
    width: 120px;
    margin-right: 25px;
    background-image: url("../assets/logo.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    opacity: 0.5;
}
.img-logo-color {
    height: 120px;
    width: 120px;
    margin-right: 25px;
    background-image: url("../assets/logo-color.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    opacity: 0.5;
}
.col{

}
.table-notYet{
    background-color: rgba(218, 149, 40, 0.5) !important;
}
.table-succes-notyet{
    background-color: rgba(47, 112, 206, 0.5) !important;
}
.grid-activity{

}
.activity{

}

.calendar__table{
 margin : 2px;
}

.calendar__table td{
    margin : 0 auto;
    font-size: 00px;
}

.borderredCell {
    padding :0px;
    margin :0px;
    width : 10px;
    height : 10px;
    border: 1px solid #c4c4c4;
    border-radius: 2px;



}

.firstDayMonth {
    border: 2px dashed rgba(255, 69, 0, 0.45);
}
.toDayMonth {
    border: 2px dashed rgba(89, 255, 34, 0.45);
}


.pasdeclass {
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(190,188,188,1) 100%);

}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #20bd37;
}

input:focus + .slider {
    box-shadow: 0 0 1px #20bd37;
}

input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.blur{

    color: transparent;
    text-shadow: 0 0 18px #000;
}


.darkA{
    text-decoration: none;
    color: #0A0A0A;
    font-size: 18px;
}

.spanTitle {
    font-size: 22px;
}
.displayCanvas{
    display: block; width:300px; height: 380px!important;
}

.b-border{
    border-bottom: 1px solid grey;
    margin-bottom: 5px;
}

div[id^=revenu] {
    color: #005500;
}
div[id^=depense] {
    color: #005500;
}
#link-book{
    border-radius: 10px;
}

#link-recap{
    border-radius: 10px;
}
.top-container{
    position: relative;
    margin-top: -100px;
}
video {
left:45px;
    top : 20px;
    height: 480px;
    width: 310px;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    opacity: 50%;
}



@media only screen and (max-width: 720px) {

    label {
        font-size: 32px;
    }
    .Biginput{
        font-size: 22px;
        height : 50px;

    }
}

@media only screen and (max-width: 560px) {

    body{
        padding: 0;
        margin: 0;
    }
    .table-last-write{
        font-size: 9px;
    }
    .displayCanvas{
        display: block; width:300px; height: 280px!important;
    }
    .smallDate{
        font-size: 10px;
    }

    td {
        padding: 0;
        margin: 0;
    }

    #listeContainer{
        padding : 0;
        margin : 0;
    }
}


