﻿body {
    font-family: 'Arial','Open Sans', 'sans-serif';
    background: #FFFFFF;
    font-size: 100%;
    /*background-image:url('../images/Background_CV.jpg');*/
    /*background-repeat: repeat-x;*/
    min-height: 700px;
    margin: 0px;
    height: 100%;
}

.Main {
    margin: auto;
    width: 85%;
    border: 0px solid #C0C0C0;
    background: #FFFFFF;
    min-width: 1200px;
    margin-top: 25px;
}

.Lien_Pale {
    color: #C0C0C0;
}

.Lien_Pale:hover {
    color: #FFFFFF;
}

.Main_Prise_Appel {
    margin: auto;
    width: 100%;
    border: 0px solid #C0C0C0;
    background: #FFFFFF;
    min-width: 1200px;
    margin-top: 25px;
}

.Bas_Page_Commun {
    margin: auto;
    width: 100%;
    background-color: #222222;
    color: #FFFFFF;
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    padding: 5px;
}

.Image_Entete_Navigation {
    position: relative;
    left: 0px;
    top: 0px;
    min-width: 1200px;
    background-image: url('../images/Entete2.jpg');
    background-repeat: repeat-x;
    height: 75px;
    border-bottom: 2px solid #bebebe;
    border-top: 2px solid #C0C0C0;
}

.Image_Entete_Navigation_Contenu {
    margin: auto;
    border: 0px solid #808080;
    height: 50px;
    position: relative;
    float: right;
}

.Image_Entete {
    position: relative;
    left: 0px;
    top: 0px;
    min-width: 1200px;
}

.Texte_Entete_Image {
    color: #FFFFFF;
    font-size: calc(60px + 4.5vw);
    opacity: 0.30;
    text-shadow: 3px 2px #000000;
    position: absolute;
    bottom: -20px;
    left: 25px;
    margin: 0px;
    text-align: center;
    /*text-transform: uppercase;*/
}


.Formulaire_Bouton {
    font-size: 13px;
    background: #0c98d7;
    color: #FFFFFF;
    padding: 10px 26px;
    line-height: 12px;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    margin-top: 10px;
}

    .Formulaire_Bouton:hover {
        color: #000000;
        background: #51ebeb;

    }

.Formulaire_Bouton_Annuler {
    font-size: 13px;
    color: #FFFFFF;
    background: #FF0000;
    padding: 10px 26px;
    line-height: 12px;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    margin-top: 10px;
}

    .Formulaire_Bouton_Annuler:hover {
        background: #fb6c6c;
    }

.Formulaire_Bouton_OFF {
	font-size: 13px;
	color: #808080;
	background: #C0C0C0;
	padding: 10px 26px;
	line-height: 12px;
	text-transform: uppercase;
	border: none;
	outline: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
    margin-top: 10px;
}

.Formulaire_Bouton_Menu_Gauche_Admin_Noir {
    font-size: 14px;
    color: #ffffff;
    background: #333333;
    padding: 10px;
    line-height: 5px;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    margin-top: 10px;
    width: 97%;
    cursor: grab;
    height: 50px;
}

    .Formulaire_Bouton_Menu_Gauche_Admin_Noir:hover {
        background: #808080;
    }

.Formulaire_Bouton_Menu_Gauche_Admin {
    font-size: 14px;
    background: #0c98d7;
    color: #FFFFFF;
    padding: 10px;
    line-height: 5px;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    margin-top: 10px;
    width: 97%;
    cursor: grab;
    height: 50px;
}

    .Formulaire_Bouton_Menu_Gauche_Admin:hover {
        color: #000000;
        background: #51ebeb;
    }

.Formulaire_Bouton_Menu_Haut_Admin {
    font-size: 14px;
    background: #0c98d7;
    color: #FFFFFF;
    padding: 10px;
    line-height: 5px;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    margin-top: 10px;
    /*width: 97%;*/
    cursor: grab;
    height: 50px;
}

    .Formulaire_Bouton_Menu_Haut_Admin:hover {
        color: #000000;
        background: #51ebeb;
    }

.Formulaire_Bouton_Recherche_Entete {
	font-size: 13px;
	color: #ffffff;
	background: #80c048;
	padding: 10px 26px;
	line-height: 14px;
	text-transform: uppercase;
	border: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
    margin-top: 10px;
}
    .Formulaire_Bouton_Recherche_Entete:hover {
        background: #6da33d;
    }

.Formulaire_Bouton_Navigation {
	font-size: 13px;
	color: #ffffff;
	background: #F15F43;
	padding: 10px 26px;
	line-height: 20px;
	text-transform: uppercase;
	border: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
    margin-left: 5px;
}

    .Formulaire_Bouton_Navigation:hover {
        background: #354B77;
    }
    .Formulaire_Bouton_Navigation_Choisit {
        background: #354B77;
    }


.Formulaire_Champ {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fbfaf0;
    /*background-image: none;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Formulaire_Champ2 {
    /*display: block;
    width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fbfaf0;
    /*background-image: none;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Formulaire_Champ_Gris {
    background-color: #C0C0C0;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

     margin-top: 10px;
     margin-bottom: 10px;
}

.Formulaire_Combo_Bas_Page {
  width: 75%;
  height: 30px;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

     margin-bottom: 10px;
}

.Formulaire_Champ:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


.Formulaire_Champ_Textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fbfaf0;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100px;
}

.Formulaire_Champ_Textarea_Prise_Appel {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 70px;
}

.Formulaire_Champ_Textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.Entete_Accueil {
    margin: auto;
    width: 100%;
    height: 340px;
    padding: 10px;
    margin-bottom: 15px;
    background: url("../images/Back_Entete.jpg");
}

.Entete_Message_Conteneur {
    margin-top: 200px;
    background-color: rgba(57, 84, 159, 0.8);
    height: 100px;
    text-align: center;
}

.Entete_Message_Conteneur_Texte {
    line-height: 100px;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 50px;
    position:relative;
}

.Entete_Commun_Logo {
    background: url("../images/Logo_Regim.png");
    margin-left: 10px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: 225px 90px;
}

.Entete_Commun {
    margin: auto;
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 60px;

}

.Entete_Commun div {

}

.Entete_Navigation {
    margin-top: 30px;
    font-size: 16px;
}

.Entete_Navigation_Item {
    float: Right;
    margin-right: 30px;
}

.Entete_Navigation_Tag_Inscription {
    float: Right;
    margin-right: 15px;
    margin-top:-35px;
}




  .colonne_1_tier {
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  }

  .colonne_2_tier {
  width: 66.666666%;
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  }

  .colonne_3_tier {
  width: 99%;
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  }

  .colonne_1_quart {
  width: 22%;
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  }

  .colonne_3_quart {
  width: 72%;
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  }

  .colonne_1_cinquieme {
  width: 18%;
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  }

  .colonne_1_sixieme {
  width: 16.66666%;
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  }

  .colonne_4_sixieme {
  width: 66%;
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  }

  .colonne_5_sixieme {
  width: 83%;
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  }

  .colonne_moitier {
  width: 47%;
  position: relative;
  float: left;
  margin: auto;
  padding-right: 8px;
  padding-left: 8px;
  }

  .colonne_Full_Pas_Padding {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
  }
   
    .colonne_Full_Text_Page {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: center;
  padding-right: 8px;
  padding-left: 8px;
  }

  .Conteneur_Recherche_Itineraire {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
  margin-bottom: 15px;
  background-color: #606060;
  padding: 10px;
  }

  .Majuscule {
      text-transform: uppercase;
  }

.Boite_Google_Map {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #555;
    border: 1px solid #535353;
    overflow: hidden;
    height: auto;
    margin-bottom: 15px;
    width: 100%;
}

.Boite {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #555;
    border: 1px solid #535353;
    overflow: hidden;
    height: auto;
    margin-bottom: 15px;
    width: 100%;
}

.Boite_Entete {
    background-color: #535353;
    color: #FFFFFF;
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #000000;
}

.Boite_Entete_Secondaire {
    background-color: #797676;
    color: #FFFFFF;
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #000000;
}

  .Entete_Page {
      background-color: #0055ff;
      color: #FFFFFF;
      padding: 10px;
      font-weight: bold;
      font-size: 14px;
      border-bottom: 1px solid #000000;
      margin-bottom: 10px;
      height: 40px;
  }

  .Boite_Contenu {
      background-color: #f0f0f0;
      padding: 10px;
      float: left;
      width: 100%;
  }

  p {
      text-align: left;
  }

  .Centre {
      text-align: center;
  }

  .Texte_Petit {
      font-size: 12px;
  }

  .Texte_Moyen {
      font-size: 14px;
  }

  .Texte_Grand {
      font-size: 16px;
  }

  .Texte_Tres_Grand {
      font-size: 36px;
  }

  .Gauche {
      float: left;
  }

  .Droite {
      float: right;
  }

  .Gras {
      font-weight: bold;
  }

  #map_canvas {
      width: 100%;
      height: 400px;
  }

  .Tag_Champ {
    font-size: 12px;
    margin-bottom: -10px;
  }

  .Champ_Erreur {
    background: #eec2c2;
	background-size: 20px;
	background-position: right;
	background-repeat: no-repeat;
    background-color: #eec2c2;
  }

  .Erreur {
      color: #FF0000;
      font-size: 14px;
  }

  .Message_Info_Bulle_Erreur{
      background: #eec2c2;
      color: #FF0000;
      padding: 10px;
      border: 1px solid #FF0000;
  }

  .Message_Info_Bulle{
      background: #c2eec6;
      color: #2da138;
      padding: 10px;
  }

  #info{
      text-align:center;
  }

    .Textbox_Image_Lock {
	background: url('../images/lock.png');
	background-size: 20px;
	background-position: right;
	background-repeat: no-repeat;
    background-color: #FFFFFF;
  }

  .Textbox_Image_Depart {
	background: url('../images/Pointeur_Vert_Petit.png');
	background-position: left;
	background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: 5px;
    text-indent:20px;
  }

    .Textbox_Image_Destination {
	background: url('../images/Pointeur_Rouge_Petit.png');
	background-position:left;
	background-repeat:no-repeat;
    background-color: #fff;
    background-position-x: 5px;
    text-indent:20px;
  }

    .Textbox_Image_Etape {
	background: url('../images/Pointeur_Bleu_Petit.png');
	background-position:left;
	background-repeat:no-repeat;
    background-color: #fff;
    background-position-x: 5px;
    text-indent:20px;
  }

.Textbox_Image_Calendrier {
    width: 250px;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url('../images/icone_calendrier.png');
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-color: #fbfaf0;
    text-indent: 35px;
}

.Textbox_Image_Calendrier_Prise_Appel {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url('../images/icone_calendrier.png');
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: 5px;
    text-indent: 35px;
}


    .Membre_Photo{
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
    margin-left: -10px;
    margin-top: -5px;
    border: 1px solid #C0C0C0;
    }

    .Membre_Photo_Entete{
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
    margin-top: -10px;
    margin-left: -15px;
    border: 1px solid #C0C0C0;
    }

    p.petit{
        line-height: 70%;
    }

    .Row {
        width: 100%;
        position: relative;
        min-height: 1px;
        float: left;
        padding-top: 15px;
        border-bottom: solid 1px #C0C0C0;
        cursor: pointer;
    }

    .Row:hover {
        background: #f0f0f0;
    }

    .Prix_Forfait {
        font-size: 22px;
        color:#89c33f;
    }
    

    .Itineraire_Option{
        margin-right: 3px;
        width: 30px;
        height: 30px;
        float: left;
	    border-radius: 100px;
	    -webkit-border-radius: 100px;
	    -moz-border-radius: 100px;
    }

    .Itineraire_Etoile{
        margin-right: 2px;
        width: 20px;
        height: 20px;
        float: left;
    }

    .Itineraire_Tarif{
        font-size: 36px;
        color: #68be57;
    }

    .Ligne_Verticale_Droite{
        border-right: solid 1px #C0C0C0;
    }

    .Ligne_Verticale_Gauche{
        border-left: solid 1px #C0C0C0;
    }

    .Cercle_Depart {
        width: 15px;
        height: 15px;
        background: red;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        text-indent:20px;
        position: relative;
    }

    .Itineraire_Bonhomme {
        background: url("../images/Bonhomme.png");
        margin-right: 3px;
        width: 19px;
        height: 25px;
        background-repeat: no-repeat;
        float: left;
    }

    .Itineraire_Bonhomme_OFF {
        background: url("../images/Bonhomme.png");
        margin-right: 3px;
        width: 19px;
        height: 25px;
        background-repeat: no-repeat;
        float: left;
        opacity: 0.4;
        filter: alpha(opacity=40); /* For IE8 and earlier */

    }

.Infobulle
{
  position: relative;
  cursor: help;
  display: inline-block;
  text-decoration: none;
  color: #222;
  outline: none;
}

.Infobulle span
{
  visibility: hidden;
  position: absolute; 
  bottom: 30px;
  left: 50%;
  z-index: 25;
  width: 250px;
  margin-left: -127px;
  padding: 10px;
  border: 2px solid #161a1f;
  opacity: .95;
  -moz-border-radius: 4px;
  border-radius: 4px;  
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 #000;  
  border-color: #161a1f;
  background-color: #1e2227;

}

.Infobulle:hover
{
  border: 0; /* IE6 fix */
}

.Infobulle:hover span
{
  visibility: visible;
  display: block;
}

.Infobulle span:before,
.Infobulle span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;  
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;        
  border-bottom: 0;  
  border-top-color: #1e2227;
}

.Infobulle span:before
{
  border-top-color: #161a1f;
  bottom: -8px;
}

.Accueil_Trajet_Recent {

}

.Accueil_Trajet_Recent_Tarif{
    color: #68be57;
}

.Accueil_Trajet_Recent_Etoile{
    margin-right: 2px;
    width: 10px;
    height: 10px;
    float: right;
}
    
.Accueil_Panneau_Trajet_Recent {
    overflow:hidden;
    width:100%;
    height:250px
}

.Accueil_Enumeration_Chochet {
    background-image: url(../images/Crochet_Vert.png);
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 20px; 
    margin-bottom: 5px;
    background-size: 15px;
}

.Accueil_Tag_Conducteur {
    background-color: #a0f4f1;
    cursor: pointer;
}

ul {
     list-style-type: none;
     padding: 0px;
     margin: 0px;
 }

.Pad_5 {
    padding: 5px;
}

.Pad_10 {
    padding: 10px;
}

.Pad_10_Droite {
    padding-right: 10px;
}

.Pad_10_Gauche {
    padding-left: 10px;
}

.or-spacer {
  margin-top: 30px;
  width: 100%;
  position: relative;
}
.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.or-spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px black;
}
.or-spacer span {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}
.or-spacer span i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #aaa;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #999;
}

.or-spacer-vertical {
  display: inline-block;
  margin-top: 100px;
  margin-left: 100px;
  width: 100px;
  position: relative;
}
.or-spacer-vertical .mask {
  overflow: hidden;
  width: 20px;
  height: 200px;
}
.or-spacer-vertical.left .mask:after {
  content: '';
  display: block;
  margin-left: -20px;
  width: 20px;
  height: 100%;
  border-radius: 12px / 125px;
  box-shadow: 0 0 8px black;
}
.or-spacer-vertical.right .mask:before {
  content: '';
  display: block;
  margin-left: 20px;
  width: 20px;
  height: 100%;
  border-radius: 12px / 125px;
  box-shadow: 0 0 8px black;
}




/* $activeColor: #c0392b; //red */
/* $background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/13460/dark_wall.png'); */
/* .slideOne */
.slideOne {
  width: 50px;
  height: 10px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideOne label {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -3px;
  left: -3px;
  cursor: pointer;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.slideOne input[type=checkbox] {
  visibility: hidden;
}
.slideOne input[type=checkbox]:checked + label {
  left: 37px;
}

/* end .slideOne */
/* .slideTwo */
.slideTwo {
  width: 80px;
  height: 30px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideTwo:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  height: 2px;
  width: 52px;
  background: #111;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideTwo label {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  z-index: 1;
  left: 4px;
  background: #fcfff4;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
}
.slideTwo label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #333;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px black, 0px 1px 0px rgba(255, 255, 255, 0.9);
}
.slideTwo input[type=checkbox] {
  visibility: hidden;
}
.slideTwo input[type=checkbox]:checked + label {
  left: 54px;
}
.slideTwo input[type=checkbox]:checked + label:after {
  background: #27ae60;
  /*activeColor*/
}

/* end .slideTwo */
/* .slideThree */
.slideThree {
  width: 80px;
  height: 26px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideThree:after {
  content: 'OFF';
  color: #000;
  position: absolute;
  right: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.slideThree:before {
  content: 'ON';
  color: #27ae60;
  position: absolute;
  left: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
}
.slideThree label {
  display: block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.slideThree input[type=checkbox] {
  visibility: hidden;
}
.slideThree input[type=checkbox]:checked + label {
  left: 43px;
}

/* end .slideThree */
/* .roundedOne */
.roundedOne {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedOne label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.roundedOne label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #27ae60;
  background: -webkit-linear-gradient(top, #27ae60 0%, #145b32 100%);
  background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedOne label:hover::after {
  opacity: 0.3;
}
.roundedOne input[type=checkbox] {
  visibility: hidden;
}
.roundedOne input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .roundedOne */
/* .roundedTwo */
.roundedTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedTwo label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.roundedTwo label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.roundedTwo label:hover::after {
  opacity: 0.3;
}
.roundedTwo input[type=checkbox] {
  visibility: hidden;
}
.roundedTwo input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .roundedTwo */
/* .squaredOne */
.squaredOne {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredOne label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.squaredOne label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #27ae60;
  background: -webkit-linear-gradient(top, #27ae60 0%, #145b32 100%);
  background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.squaredOne label:hover::after {
  opacity: 0.3;
}
.squaredOne input[type=checkbox] {
  visibility: hidden;
}
.squaredOne input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .squaredOne */
/* .squaredTwo */
.squaredTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredTwo label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.squaredTwo label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squaredTwo label:hover::after {
  opacity: 0.3;
}
.squaredTwo input[type=checkbox] {
  visibility: hidden;
}
.squaredTwo input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .squaredTwo */
/* .squaredThree */
.squaredThree {
  width: 20px;
  position: relative;
  margin: 20px auto;
}
.squaredThree label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.squaredThree label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squaredThree label:hover::after {
  opacity: 0.3;
}
.squaredThree input[type=checkbox] {
  visibility: hidden;
}
.squaredThree input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .squaredThree */
/* .squaredFour */
.squaredFour {
  width: 20px;
  position: relative;
}
.squaredFour label {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #c7c4c4;
  /*background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);*/
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredFour label:after {
  content: '';
  width: 12px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 1px;
  border: 3px solid #007481;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.squaredFour label:hover::after {
  opacity: 0.2;
}
.squaredFour input[type=checkbox] {
  visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .squaredFour */

.squareFour_Texte {
  color: #292321;
  font-family: Arial, sans-serif;
  margin-left: 25px;
  margin-top: -17px;
}

.separateur_menu {
    margin-top: 15px;
    border-top: 1px solid #808080;
    margin-bottom: 15px;
}

/*** Create the tabs **/
#nav{

}
#nav ul li{
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    background: #39549f;
    min-width: 200px;
    width: 350px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
}

    #nav ul li:hover {
        background: #f15f43;
        cursor: pointer;
    }

    #nav ul li.selection {
        background: #f15f43;
        font-size: 26px;
    }

#nav a {
    color: #FFFFFF;
    text-decoration: none;
}


#conteneur_page_texte {
        color: #555;
        border: 1px solid #808080;
        margin-bottom: 15px;
        width: 100%;
        padding: 15px;
        height: 500px;
        overflow-y: auto;
        -webkit-border-radius: 4px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 4px;
        -moz-border-radius-topleft: 0;
        border-radius: 4px;
        border-top-left-radius: 0;
}

.conteneur_terme_inscription {
        color: #555;
        background: #FFFFFF;
        border: 1px solid #808080;
        margin-bottom: 15px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: -25px;
        height: 150px;
        overflow-y: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}


#conteneur_menu_gauche {
        color: #555;
        border: 1px solid #808080;
        margin-top: 50px;
        width: 100%;

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;

}

.bouton_menu_gauche ul li {
    font-size: 14px;
    padding: 10px;
    border-bottom: solid 1px #808080;
    cursor: pointer;
    background: #eaf9fe;
}

.bouton_menu_gauche ul li:hover  {
    background: #FF0000;
}

.bouton_menu_gauche ul li a {
    color: #000000;
    text-decoration: none;
}

.cblock {
    display: block;
}

.info_aere {
    margin-bottom: 15px;
}

.image_tag_depart_destination {
    margin-right:3px;
}

.Entete_Liste {
    background-color: #C0C0C0;
    color: #000000;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
    font-weight: bold;
    padding: 5px;
}
.itineraire_detail_tarif {
    position: relative;
    text-align: right;
    font-size: 36px;
    color: #68be57;
    font-weight: bold;
    float: right;
}
.itineraire_detail_tarif_tag_place {
    position: relative;
    text-align: left;
    font-size: 14px;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
    color: #808080;
}

.itineraire_detail_nb_place {
    position: relative;
    text-align: right;
    font-size: 36px;
    color: #808080;
    font-weight: bold;
    float: left;
}
.itineraire_detail_tag_nb_place {
    position: relative;
    text-align: left;
    font-size: 14px;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    color: #808080;
}

.itineraire_detail_entete_reservation {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eaf9fe;
    border-bottom: 1px solid #808080;
}

.itineraire_detail_tag_acceptation {
    color: #808080;
    margin-top: 3px;
}

.itineraire_detail_bouton_reservation {
    width: 100%;
    margin-bottom: 15px;
}

.Itineraire_Ajout_Champ_Prix {
  display: block;
  width: 50%;
  height: 34px;
  padding: 2px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  text-align:right;
  margin-top: 5px;
  font-weight: bold;
  float: right;
}

.Itineraire_Ajout_Champ_Prix:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.Itineraire_Ajout_Champ_Prix_OFF {
    background-color: #d9d9d9;
}

.Itineraire_Ajout_Row_Ligne_Bas {
    border-bottom: 1px solid #e4e1e1 ;
}

.Ligne_Bas {
    border-bottom: 1px solid #e4e1e1 ;
}

.Ligne_Bas_Fonce {
    border-bottom: 3px solid #808080 ;
}

.TEST {

}

#liste_contact {
    font-size: 12px;
    list-style-type: square;
    margin-left: 25px;
    margin-bottom: 15px;
}

#encadre_texte {
        color: #555;
        border: 1px solid #808080;
        margin-bottom: 15px;
        width: 100%;
        padding: 15px;
        -webkit-border-radius: 4px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 4px;
        -moz-border-radius-topleft: 0;
        border-radius: 4px;
        border-top-left-radius: 0;
}

.Partenaire_Logo {
    margin-top:15px;
    margin-bottom:15px;
    border: 1px solid #000000;
}

.Partenaire_Nom_Entreprise {
    margin-left: 140px;
    margin-top: -65px;
}

.Partenaire_Detail {
    margin-left: 140px;
    margin-bottom: 25px;
}

.media_tag_langue {
    margin-left: 5px;
    margin-right: 10px;
}

.media_texte_article {
    margin-top: -20px;
    margin-left: 60px;
}

.media_tag_langue_video {
    margin-left: -10px;
    margin-right: 10px;
}

.media_texte_article_video {
    margin-top: 0px;
    margin-left: 45px;
}

.media_video {
    border: 1px solid #000000;
}

.Itineraire_Detail_Info_Valide {
    font-weight: bold;
    color: #1a8a3b;
    margin-left: 8px;
    margin-top:3px;
}

  .ligne_full {
  width: 100%;
  position: relative;
  float: right;
  text-align: right;
  }

    .Panier_Tarif{
        font-size: 30px;
        color: #68be57;
    }

.Panier_Supprimer {
    position: absolute;
    left: 0px;
    bottom: -1px;
}

.Gestion_Photo_Photo {
    position: relative;
    margin-left:20px;
}

.Montrer_Bordure {
    border: 1px solid #000000;
}

.Description_Forfait {
    margin-left:18px;
    font-size: 12px;
    color:#808080;
    font-style:italic;
}

.Carte_Accueil_Petit {
    border: 1px solid #808080;
    position: absolute;
}

.Solde_Accueil {
    margin-left: 60px;
    position: relative;
}

.Solde_Accueil_Hauteur {
    height: 60px;
}

.Solde_Accueil_Avertissement {
    background-color: #ffe2e2;
}

.Solde_Accueil_Avertissement_Icone {
    position: absolute;
}

.Bas_Page_Regie {
    text-transform: uppercase;
    font-size: 16px;
    font-family: Oswald;
}

.Bas_Page_Titre {
    text-transform: uppercase;
}

.Bas_Page_Info {

}

.Bas_Page_Lien {
    font-size: 18px;
    color: #80c048;
}

.Bas_Page_Transporte {
    font-size: 24px;
    font-weight: bold;
    font-family: Oswald;
}

.Hide {
    display: none;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
}

/*Style pour Detail_Achat*/

.Full_Largeur {
    width: 100%
}

.Ligne_Separation {
    border-color: #023B59;
}

.Logo_Regim_Recu {
    margin-right: 10px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: 225px 90px;
    float: right
}

.Conteneur_Recu {
    text-align: center;
    margin: 25px 75px 25px 75px;
}

.Logo_Paypal_Recu {
    margin-left: 0px;
    height: 20px;
    float: left;
}

@media print {
    div.Non_Impression {
        display: none;
    }
}

.Photo_Recherche_Admin {
    padding-right: 10px;
}

.Colonne_Horaire_Quota {
    width:12%;
    border: solid 1px;
    float: left;
    border-color: #808080;
    height: 25px;
    font-size: 14px;
}

.Colonne_Horaire_Quota_Highlight {
    background: #c2eec6;
}

.Colonne_Horaire_Quota_Highlight_Rouge {
    background: #eec2c2;
}

.Colonne_Horaire_Quota_Entete {
    width:12%;
    border: solid 1px;
    float: left;
    border-color: #808080;
    background: #C0C0C0;
    font-size: 14px;
}

.Horaire_Quota_Tag {
    font-size: 16px;
    margin-top:8px;
}

.Horaire_Quota_Combo_Heure {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

     margin-top: 10px;
     margin-bottom: 10px;
}

.Formulaire_Bouton_Rouge {
	font-size: 13px;
	color: #ffffff;
	background: #ff002a;
	padding: 10px 26px;
	line-height: 12px;
	text-transform: uppercase;
	border: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
    margin-top: 10px;
}

    .Formulaire_Bouton_Rouge:hover {
        background: #b40425;
    }


.Quai_Vehicule {
        margin-top: -15px;
    }

.Quai_Vehicule_Intrus {
        margin-top: -55px;
    }

    .Quai_Numero {
        font-size: 24px;
        color: #45484d;
        font-weight: bold;
    }

    .Highlight_Vert {
        background: #c2eec6;
    }

    .Highlight_Rouge {
        background: #eec2c2;
    }

    .Quai_Record {
        height: 50px;
    }

    .Quai_Record_Blocage {
        height: 100px;
    }

    .Resultat_Recherche {
        font-size: 18px;
        height:45px;
    }

    .Resultat_Recherche:hover {
        background-color:#C0C0C0;
    }

.Formulaire_Bouton_Recherche {
	font-size: 8px;
	color: #ffffff;
	background: #0055ff;
	padding: 10px;
	line-height: 12px;
	text-transform: uppercase;
	border: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
    margin-top: 10px;
}

    .Formulaire_Bouton_Recherche:hover {
        background: #043eb4;
    }

.Formulaire_Champ {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    /*background-color: #fff;
    background-image: none;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Formulaire_Champ_Erreur {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eec2c2;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Fade_Appel {
    transition: color 5s;
}

.Fade_Appel2 {
    transition: background-color 5s;
}

.Boite_Stats {
    float: left;
    width: 23%;
    height: 125px;
    border: 1px solid #000000;
    margin: 10px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 5px 5px 8px #888888;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.close2 {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top:-5px;
}
.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.modal-header {
    padding: 2px 16px;
    background-color: #535353;
    color: white;
    font-size: 18px;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #535353;
    color: white;
}
.Selection_Recherche {
    background-color: #FFFFFF;
}
.Selection_Recherche:hover {
    background-color: #C0C0C0;
}

.Entete_Modal {
    background-color: #808080;
}

.Bas_Modal {
    background-color: #808080;
}

.Bouton_Restriction {
    background-color: #cbf9d4;
    border: 1px solid #808080;
    color: black;
    padding: 12px 16px;
    font-size: 10px;
    cursor: pointer;
    margin: 5px;
}

    /* Darker background on mouse-over */
    .Bouton_Restriction:hover {
        background-color: #f4cccc;
        color: black;
    }

.Textbox_Image_Depart {
    background: url('../../images/Pointeur_Rouge_Petit.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: 5px;
    text-indent: 20px;
}

.Textbox_Image_Destination {
    background: url('../../images/Pointeur_Bleu_Petit.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: 5px;
    text-indent: 20px;
}

.Prise_Appel_Reparti_Fini {
    color: #808080;
}
.Prise_Appel_Reparti_En_Cours{
    color: #000000;
    font-weight:bold;
}

.Boite_Entete_Prise_Appel {
    background-color: #41538e;
    color: #FFFFFF;
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #000000;
}

.Boite_Entete_Petite {
    background-color: #41538e;
    color: #FFFFFF;
    padding: 5px;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #000000;
}

.Chauffeur_Photo {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    /*margin-left: -10px;
    margin-top: -5px;*/
    border: 1px solid #C0C0C0;
}