@import url("./bootstrap.css");
@import url("./menu.css");

body
{
    background-color: #f6f6f6;

    margin: auto;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
}

.navbar img
{
    float: left;
    margin-top: -30px;
    width: 100px;
    margin-left: 25px;
    margin-right: 0px;
    background-color: white
}





#pied_de_page{

    position:relative;
    bottom:0;

    height:30px;
    background: #000000 url(/style/images/bg_footer.png) repeat-x left top;
    width: 100%;
}


#container{

    background: white;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;

}

.groupe{

    float: left;
    width: 33%;
    text-align: center;

}

.compagnie{

    float: left;
    width: 33%;
    text-align: center;

}

.nb{

    float: left;
    width: 34%;
    text-align: center;
}

.title_trajet{
    border-bottom: 1px solid black;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.trajet{

    clear:both;
    margin-right: 50px;
    margin-left: 50px;
}
.trajet_display{

    clear:both;
    margin-right: 0px;
    margin-left: 0px;
}

.step{

    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.vehicule{

    float: left;
    width: 50%;
}

.chauffeur{

    float: left;
    width: 50%;
}

.separation{

    border-bottom: 2px solid darkblue;
    padding-bottom: 5px;
    margin: 5px;
}


.cale {

    background: #9CFFAF;

}

.non_cale {

    background: #FF9C9C;
}

.termine {

    background: #FFFFFF;
}

.commentaire {

    text-align: center;
}


a{
    color: black;
}

a:hover {

    text-decoration:none;
}

.affichage_titre {

    width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: 3px;
    color: grey;
}

.affichage_titre2 {

    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 3px;
    color: grey;
    padding-bottom: 5px;
}

.affichage_titre3 {

    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 3px;
    color: grey;
}

.affichage_titre4 {

    width: 100%;
    text-align: left;
    margin-bottom: 3px;
    padding-left: 10px;
    color: grey;
}

.affichage_info {

    width: 33.3%;
    float: left;
    text-align: center;
    font-weight: bold;
}

.affichage_info2 {
    width: 50%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size : 18px;
    padding-bottom: 8px;
}

.affichage_info3 {

    width: 25%;
    float: left;
    text-align: center;
    font-weight: bold;
}

.affichage_info4 {

    width: 100%;
    text-align: center;
    font-weight: normal;
    /*height: 100px;*/

}

.affichage_comment {

    width: 96%;
    margin-left : 1%;
    text-align: left;
    font-weight: bold;
    padding: 10px;
}

em {

    color: red;
}

label {
    width: 250px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #00008B;
    border : 0;
}

 .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: black;
}

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

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

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

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