body.angeline-perez {
    background-color:white;
    background-image: url("/css/perso/angeline-perez/fond-page.jpg");
    background-size:contain;
    background-position:top left;
    background-repeat:no-repeat;
    font-family:nunito,sans-serif;
}

#showcasenav {
    background-color:transparent;
}

#master-container {
    background-color:transparent !important;
}

#master-container .col.white {
    background-color:rgba(255,255,255,0.7) !important;
}

#showcasenav nav {
    /*background-color:rgba(52, 125, 153,1) !important;*/
}


.creneau.indispo {
    background: repeating-linear-gradient(
      45deg,
      #becbd9,
      #becbd9 5px,
      #ffffff 5px,
      #ffffff 10px
    );
    z-index:2;
}


.creneau.dispo {
    background-color:rgb(52,125,153);
    z-index:5;
    cursor:pointer;
}

.creneau.indispo .aucunedispo {
    color:rgb(52,125,153);
    width:100%;
    font-size:1.2em;
    font-weight:bold;
}


#table_dispo .next_week {
    color:rgb(52,125,153);width:40px;height:40px;position:absolute;right:-20px;top:8px
}
#table_dispo .prev_week {
    color:rgb(52,125,153);width:40px;height:40px;position:absolute;left:-20px;top:8px
}

.choixhoraire {
    background-color:rgb(52,125,153);
}