﻿@import url("style_m_top.css");

body {
	font-family: 'Arial','Open Sans', 'sans-serif';
	background:#FFFFFF;
	font-size: 100%;
    /*background-image:url('../images/Background_CV.jpg');*/
    background-repeat:repeat-x;
}

.Bouton_Orange_Mobile_Resultat {
	font-size: 14px;
	color: #ffffff;
	background: #80c048;
	padding: 2px 2px;
	line-height: 26px;
	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: 4px;
	width: 100%;
	vertical-align: middle;
	height: auto;
}

.Formulaire_Bouton_Menu_Gauche_Membre {
	font-size: 13px;
	color: #ffffff;
	background: #F15F43;
	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: 100%;
}

    .Formulaire_Bouton_Menu_Gauche_Membre:hover {
        background: #354B77;
    }

.Formulaire_Bouton_Gestion_Telephone{
	font-size: 13px;
	color: #ffffff;
	background: #F15F43;
	padding: 10px;
	text-align: center;
	line-height: 5px;
	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;
    width: 100%;
}

    .Formulaire_Bouton_Gestion_Telephone:hover {
        background: #354B77;
    }

.Formulaire_Bouton_Menu_Gauche_Membre_Vert {
    background-color: #ffffff;	
    text-indent:25px;
	font-size: 14px;
	color: #85898b;
	font-weight: bold;
	/*background: #80c048;*/
	padding: 15px;
	line-height: 5px;
	/*text-transform: uppercase;*/
    text-align: left;
	border: none;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
    margin-top: 10px;
    width: 100%;
}

.Formulaire_Bouton_Menu_Gauche_Membre_Vert:hover {
	background-color: #eaeaea;
	color: #7f8c8c;
	/*background: #6da33d;*/
}

.Bouton_Icone_1 {
	background: url('../images/Menu/Telephone.png');
	background-position: left;
	background-repeat: no-repeat;
    background-position-x: 2px;
	background-size: 35px 35px;
}

.Bouton_Icone_2 {
	background: url('../images/Menu/Identite.png');
	background-position: left;
	background-repeat: no-repeat;
    background-position-x: 2px;
	background-size: 35px 35px;
}

.Bouton_Icone_3 {
	background: url('../images/Menu/Photo.png');
	background-position: left;
	background-repeat: no-repeat;
    background-position-x: 2px;
	background-size: 35px 35px;
}

.Bouton_Icone_4 {
	background: url('../images/Menu/Vehicule.png');
	background-position: left;
	background-repeat: no-repeat;
    background-position-x: 2px;
	background-size: 35px 35px;
}

.Bouton_Icone_5 {
	background: url('../images/Menu/Passager.png');
	background-position: left;
	background-repeat: no-repeat;
    background-position-x: 2px;
	background-size: 35px 35px;
}

.Bouton_Icone_6 {
	background: url('../images/Menu/Publier_Trajet.png');
	background-position: left;
	background-repeat: no-repeat;
    background-position-x: 2px;
	background-size: 35px 35px;
}

.Bouton_Icone_7 {
	background: url('../images/Menu/Reservation.png');
	background-position: left;
	background-repeat: no-repeat;
    background-position-x: 2px;
	background-size: 35px 35px;
}

.Bouton_Icone_8 {
	background: url('../images/Menu/Panier.png');
	background-position: left;
	background-repeat: no-repeat;
    background-position-x: 2px;
	background-size: 35px 35px;
}

.Bouton_Icone_9 {
	background: url('../images/Menu/Message.png');
	background-position: left;
	background-repeat: no-repeat;
    background-position-x: 2px;
	background-size: 35px 35px;
}

.Bouton_Icone_10 {
	background: url('../images/Menu/Solde.png');
	background-position: left;
	background-repeat: no-repeat;
    background-position-x: 2px;
	background-size: 35px 35px;
}

.Bouton_Icone_11 {
	background: url('../images/Menu/Recherche.png');
	background-position: left;
	background-repeat: no-repeat;
    background-position-x: 2px;
	background-size: 35px 35px;
	
}
.Formulaire_Bouton_Recherche_Entete {
	font-size: 13px;
	color: #ffffff;
	background: #80c048;
	margin-top: 2px;
    margin-bottom: 2px;
	line-height: 10px;
	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;
  	float: center;
	
}
.Bouton_Barre_Recherche_Conducteur {
	font-size: 13px;
	color: #ffffff;
	background: #f15f43;
	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_Publication {
    display: block;
    width: 100%;
    height: 28px;
    padding: inherit;
    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: 2px;
    margin-bottom: 5px;
}

.Formulaire_Champ_Textarea {
  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:100px;
}

.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);
}

.Formulaire_Meeting_Point {
  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:auto;
}

.Main {
    width: 100%;
    background:#FFFFFF;
    min-width: 200px;
	margin-top: 13px;
	border-top: none;
	padding-top:35px;
}

.Main_Menu {
    width: 100%;
    background:#FFFFFF;
    min-width: 200px;
	height: 52px;
	
}

.Entete_Accueil {
    margin: auto;
    width: 100%;
    height: 270px;
    padding: 10px;
    margin-bottom: 15px;
    background: url("../images/Back_Entete.jpg");
	opacity: 0.65;
}

.Entete_Message_Conteneur {
    margin-top: px;
    background-color: rgba(57, 84, 159, 0.8);
    height: 90px;
    text-align: center;
}

.Entete_Message_Conteneur_Texte {
    line-height: 90px;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 50px;
    position:relative;
}

.Entete_Page_Recherche {
    margin: auto;
    width: 100%;
    height: 150px;
    background: url("../images/icone/Back_Entete_recherche.jpg");
	
}

.Entete_Message_Conteneur_Page_Recherche {
    background-color: rgba(57, 84, 159, 0.8);
    height: 28px;
    text-align: center;
}

.Entete_Message_Conteneur_Texte_Page_Recherche {
    line-height: 25px;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 15px;
    position:relative;
	font-weight: bold;	
}

.Entete_Page_Acceuil_Mobile {
    margin: auto;
    width: inherit;
    height: 150px;
    background: url("../images/icone/Back_Entete_recherche.jpg");
	
}

.Message_Conteneur_Mobile {
    background-color: rgba(57, 84, 159, 0.8);
    height: 50px;
    text-align: center;
	margin-top: 5px;
}

.Message_Conteneur_Texte_Page_Mobile {
    line-height: 20px;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 16px;
    position:relative;
	padding-top: 5px;

	
}


.Entete_Navigation {
    margin-top: 30px;
    font-size: 16px;
}


.Entete_Navigation_Tag_Inscription {
    float: Right;
    margin-right: 15px;
    margin-top:-35px;
}

.Bas_Page_Commun {
    width: 100%;
    height: 200px;
    margin-top: 15px;
    background-color: #39549f;
    color: #FFFFFF;
    font-size: 12px;
}

.Bas_Page_Mobile {
    width: 100%;
    height: 260px;
    margin-top: 5px;
    background-color: #39549f;
    color: #FFFFFF;
    font-size: 12px;
	padding-bottom:20px;
}

  .colonne_1_tier {
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  }

  .colonne_2_tier {
  width: 66.666666%;
  position: relative;
  min-height: 1px;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  }

  .colonne_3_tier {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  }

  .colonne_1_quart {
  width: 25%;
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 4px;
  padding-left: 4px;
  
  }

  .colonne_3_quart {
  width: 75%;
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 4px;
  padding-left: 4px;
  }

  .colonne_1_sixieme {
  width: 16.66666%;
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 2px;
  padding-left: 2px;
  }

  .colonne_4_sixieme {
  width: 66.66666%;
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 2px;
  padding-left: 2px;
  }

  .colonne_5_sixieme {
  width: 83.66666%;
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 2px;
  padding-left: 2px;
  }

  .colonne_moitier {
  width: 49.5%;
  position: relative;
  float: left;
  margin: auto;
  padding-right: 4px;
  padding-left: 4px;
  }

  .colonne_Full_Pas_Padding {
  width: 100%;
  position: relative;
  min-height: 1px;
  margin: auto;
  }

    .colonne_Full_Pad_4 {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: center;
  padding-right: 4px;
  padding-left: 4px;
  padding-top: 4px;
  }
   
    .colonne_Full_Text_Page {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: center;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 8px;
  }

  .Boite_Conteneur_Recherche_Itineraire {
    width: 100%;
    height: auto;
    background-color: #39549f;
    color: #FFFFFF;
    font-size: 12px;
  }

  .Boite_Conteneur_Recherche_Conducteur {
  width: 100%;
  position: relative;
  min-height: 1px;
  margin-bottom: 15px;
  background: #39549f;
  height: 76px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
  border: 1px solid #6c7979;
  cursor: pointer;
 
 }
 
  .Boite_Conteneur_Recherche_Conducteur:hover {
   background: #eaeaea;
   color: #FFFFFF;
   font-size: 18px;
   text-align: center;
   border: none;
      
 }  

  .Texte_Boite_Conteneur_Recherche_Conducteur_1 {
	color: #FFFFFF;
	text-decoration: #FFFFFF;
	font-size: 16px;
	text-align: center;
	padding: 15px;
 }  

  .Texte_Boite_Conteneur_Recherche_Conducteur_1:hover {
  	color: #39549f;
	text-decoration: #39549f;
	padding: 15px;
 }
 
   
  .Boite_Seule {
        color: #555;
        border: 1px solid #C0C0C0;
        overflow: hidden;
        height:auto;
        margin-bottom: 15px;
        width: 100%;	
  }
  
   .Colonne_Boite_Seule {
    width: 100%;
  	position: relative;
  	float: center;
  	margin: auto;
  	padding-right: 8px;
  	padding-left: 8px;
			
  }
 

    .Boite_Trajet_Populaire {
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -khtml-border-radius: 7px;
        border-radius: 7px;
        color: #555;
        border: 1px solid #808080;
        overflow: hidden;
        height:auto;
        margin-bottom: 15px;
        width: 100%;
    }

 
    .Boite_Entete_Membre_Vert {
      background-color: #39549f;
      color: #FFFFFF;
      padding: 0px;
      font-weight: bold;
      font-size: 14px;
      border-bottom: 1px solid #000000;
  }

  .Boite_Entete_Pale {
      background-color: #9bd46a;
      color: #000000;
      padding: 10px;
      border-bottom: 1px solid #808080;
      font-weight: bold;
      font-size: 14px;
  }

  .Boite_Entete_Resultat {
      background-color: #9bd46a;
      color: #000000;
      padding: 2px;
      border-bottom: 1px solid #808080;
      border-top: 1px solid #808080;
      font-weight: bold;
      font-size: 14px;
      height: auto;
      vertical-align: middle;
}

  .Boite_Contenu_2 {
      background-color: #eaeaea;
  }

  .Boite_Filtre_Recherche {
      background-color: #eaeaea;
      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_Separateur_Menu {
      font-size: 14px;
	  font-weight: bold;
  }

  .Texte_Grand {
      font-size: 16px;
  }

    .Texte_Tres_Grand {
      font-size: 20px;
  }

  .Texte_Trajet_Populaire_Petit {
      font-size: 14px;
	  font-weight: bold;
	  
  }

  .Texte_Trajet_Populaire_Moyen {
      font-size: 20px;
	  font-weight: bold;
  }

  .Texte_Trajet_Populaire_Grand {
      font-size: 25px;
	  font-weight: bold;
  }

  .Texte_Trajet_Populaire_Tres_Grand {
      font-size: 30px;
	  font-weight: bold;
  }

  .Texte_Trajet_Populaire_Tres_Grand_2X {
      font-size: 40px;
	  font-weight: bold;	  
  }

  .Texte_Vert {
	  color: #80c048;
 }

  .Texte_Noir {
	  color: #00000;
 }
 
  .Texte_Noir a:link {
	  color: #00000;
	
}

 .Texte_Noir a:visited {
	color: #00000;
}
 

  .Texte_Boite_Recherche_Mobile {
	  font-size: 18px;
	  color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;		
	  		  	
  }

  .Texte_Bleu {
	  color: #39549f;
  }

  .Texte_Orange {
	  color: #F15F43;	  	  	  	  
  }


  .Droite_IMP {
      float: right;
      margin-right: 25px;
  }

  .Gras {
      font-weight: bold;
  }

  .Oppacity {
	  opacity: 0.5;

  }
  
  .Saturation {
	-webkit-filter: saturate(70%); /* Chrome, Safari, Opera */
    filter: saturate(70%); 	  
	  
	  
  }

  #map_canvas {
      width: 100%;
      height: 400px;
  }

  .Tag_Champ {
    font-size: 12px;
    margin-bottom: 1px;
  }

  .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: #FFFFFF;
      color: #FF0000;
      padding: 10px;
      float: left;
      border: 2px solid #FF0000;
  }

  .Message_Info_Bulle{
      background: #FFFFFF;
      color: #2da138;
      float: left;
	  font-weight: bold;
  }

  #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/icone/Pointo.png');
	background-position: left;
	background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: 5px;
    text-indent:20px;
	
  }

    .Textbox_Image_Destination {
	background: url('../images/icone/Pointo.png');
	background-position:left;
	background-repeat:no-repeat;
    background-color: #fff;
    background-position-x: 5px;
    text-indent:20px;
  }

    .Textbox_Image_Etape {
	background: url('../images/icone/Pointo.png');
	background-position:left;
	background-repeat:no-repeat;
    background-color: #fff;
    background-position-x: 5px;
    text-indent:20px;
  }

    .Textbox_Image_Calendrier {
	background: url('../images/icone_calendrier.png');
	background-position:left;
	background-repeat:no-repeat;
    background-color: #fff;
    background-position-x: 5px;
    text-indent:25px;
  }


    .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: 3px;
    margin-left: -15px;
    border: 1px solid #C0C0C0;
    }

    p.petit{
        line-height: 100%;
    }

    .Itineraire_Row {
        width: 100%;
        position: relative;
        min-height: 1px;
        float: left;
        cursor: pointer;
		border-bottom: none;
    }

    .Itineraire_Row:hover {
        background: #eaeaea;
    }
    

    .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;
    }

.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;
  visibility: hidden;
  cursor: pointer;
}

.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: #9bd46a;
    cursor: pointer;
}

ul {
     list-style-type: none;
     padding: 0px;
     margin: 0px;
 }

.Pad_10 {
    padding: 10px;
}

.Pad_10_Droite {
    padding-right: 10px;
}

.Pad_10_Gauche {
    padding-left: 10px;
}

.Pad_5_top {
    padding-top: 5px;
}

.Pad_5_bottom {
    padding-bottom: 5px;
}

.Bas_Page_Image {
display: block; 
margin: 0 auto; 
}


.Bas_Page_Contact {
    color: #FFFFFF;
    font-size: 16px;
	padding-bottom: 5px;
}

.Bas_Page_Contact:hover {
    color: #FFFFFF;
    text-decoration: underligned
}


.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;
}/*

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  color: #292321;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

input[type="radio"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input[type="radio"] + label span {
  background-color: #c7c4c4;
}

input[type="radio"]:checked + label span {
  background-color: #F15F43;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.21 linear;
  border: solid 2px #c7c4c4;
}
*/

/* $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 #f15f43;
  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;
  font-size: 14px;
  margin-left: 25px;
  margin-top: -17px;
}

.separateur_menu {
    margin-top: 15px;
    border-top: 1px solid #808080;
    margin-bottom: 15px;
}

/*** Create the tabs **/
#nav{
	padding-bottom:20px;

}
#nav ul li{
    display: inline;
    font-size: 14px;
    background: #39549f;
    min-width: 50%;
	width: 100%;
    text-align: center;
}

    #nav ul li:hover {
        background: #f15f43;
        cursor: pointer;
    }

    #nav ul li.selection {
        background: #f15f43;
        font-size: 18px;
		font-weight: bold;
		
    }

#nav a {
    color: #FFFFFF;
    text-decoration: none;
}

/*** Create the tabs section corpo **/
#navcorpo{


}
#navcorpo ul li{
    display: block;
	height: auto;
    font-size: 20px;
    background: #CCC;
    width: auto;
	margin: 1px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-top-left: 8px;
    -moz-border-radius-top-right: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottom-left: 8px;
    -moz-border-radius-bottom-right: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	text-align: center;
	
	}

    #navcorpo ul li:hover {
    	background: #39549f;
        cursor: pointer;
    }

    #navcorpo ul li.selection {
    	background: #39549f;
        font-size: 20px;
    }

#navcorpo a {
    color: #FFFFFF;
    text-decoration: none;
}

/*** Create the tabs pour mobile **/
#navmobile{


}
#navmobile ul li{
    display: block;
	height: auto;
    font-size: 20px;
    background: #CCC;
    width: auto;
	margin: 2px;
	padding: 5px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-top-left: 8px;
    -moz-border-radius-top-right: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottom-left: 8px;
    -moz-border-radius-bottom-right: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	text-align: center;
	
}

    #navmobile ul li:hover {
    	background: #39549f;
        cursor: pointer;
}

    #navmobile ul li.selection {
    	background: #39549f;
        font-size: 20px;
		
}

	#navmobile a {
    color: #FFFFFF;
    text-decoration: none;
}


#conteneur_page_texte {
        color: #555;
        border: 1px solid #808080;
        margin-bottom: 15px;
        width: 100%;
        padding: 15px;
        height: auto;
        overflow-y: hidden;
        -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;
	font-weight: bold;
    border-bottom: solid 1px #808080;
    cursor: pointer;
    background: #FFFFFF;
	color: #6c7979;
}

.bouton_menu_gauche ul li:hover  {
	background-color: #6c7979;
	color: #FFFFFF;
}

.bouton_menu_gauche ul li a {
    color: #6c7979;
    text-decoration: none;
}

.bouton_menu_gauche ul li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.cblock {
    display: block;
}

.info_aere {
    margin-bottom: 15px;
}

.image_tag_depart_destination {
    margin-right:3px;
}

.Entete_Liste_Detail_Trajet {
    background-color: #39549f;
    color: #FFFFFF;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
	
}
.itineraire_detail_tarif {
    position: relative;
    font-size: 24px;
    color: #9bd46a;
    font-weight: bold;
	
}
.itineraire_detail_tarif_Mobile {
    position: relative;
	font-size: 30px;
    color: #9bd46a;
    font-weight: bold;	
}
.itineraire_detail_tarif_tag_place {
    position: relative;
    text-align: left;
    font-size: 14px;
    float: right;
    color: #808080;
	vertical-align: middle;
}

.itineraire_detail_Texte_Info {
    position: relative;
    text-align: right;
    font-size: 14px;
    float: right;
    color: #808080;
	vertical-align: middle;
}


.itineraire_detail_nb_place {
    position: relative;
    text-align: right;
    font-size: 36px;
    color: #808080;
    font-weight: bold;
    float: left;
}

.itineraire_detail_Complet {
    position: relative;
    text-align: right;
    font-size: 30px;
    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: #394349;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #9bd46a;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
	text-align: center;
}

.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: 35%;
  height: 34px;
  padding: 2px 2px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  text-align:right;
  margin: 2px;
  font-weight: bold;
  float: left;
  border: none;
}

.Itineraire_Ajout_Champ_Prix_OFF {
    background-color: #CCC;
}

.Itineraire_Ajout_Prix_Texte {
  display: block;
  width: 20px;
  height: 34px;
  padding: 2px 2px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  text-align:left;
  margin: 2px;
  font-weight: bold;
  float: left;
  border: none;
}

.Itineraire_Ajout_Row_Ligne_Bas {
    border-bottom: 1px solid #e4e1e1 ;
}

.Itineraire_Ajout_Row {
	width:49.5%;
	display: inline-block;
    
}

.Ligne_Menu {
    border-bottom: 1px solid #e4e1e1 ;
	width: 80%;
	margin:auto;
}

.Ligne_Bas_Padding {
    border-bottom: 1px solid #e4e1e1 ;
	padding-bottom: 5px;
}

.Ligne_Haut {
    border-top: 1px solid #e4e1e1 ;
    margin-top: 10px;
}

.Ligne_Haut_0_Pad {
    border-top: 1px solid #e4e1e1 ;
    margin-top: 1px;
}


#liste_contact {

    font-size: 14px;
    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;
}

.Itineraire_Siege_Plein {
        background: url("../images/Siege_Plein.png");
        margin-right: 3px;
        width: 75px;
        height: 75px;
        background-repeat: no-repeat;
        float: left;
}

.Itineraire_Siege_Vide {
        background: url("../images/Siege_Vide.png");
        margin-right: 3px;
        width: 75px;
        height: 75px;
        background-repeat: no-repeat;
        float: left;
}

    .Itineraire_Gestion_Row {
        width: 100%;
        position: relative;
        min-height: 1px;
        float: left;
        padding-top: 15px;
        border-bottom: none;
    }

.Itineraire_Gestion_Bouton{
	font-size: 14px;
	color: #ffffff;
	background: #F15F43;
	padding: 10px;
	line-height: 5px;
	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;
    width: 100%;
    margin-bottom:10px;
}

    .Itineraire_Gestion_Bouton:hover {
        background: #354B77;
    }

.Itineraire_Gestion_Bouton_OFF{
	font-size: 14px;
	color: #ffffff;
	background: #C0C0C0;
	padding: 10px;
	line-height: 5px;
	border: none;
	outline: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
    width: 100%;
    margin-bottom:10px;
}


.Itineraire_Gestion_Bouton_Mobile{
	font-size: 13px;
	color: #ffffff;
	background: #F15F43;
	padding: 10px;
	line-height: 5px;
	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;
    width: 45%;
    margin: 7px;
}

    .Itineraire_Gestion_Bouton_Mobile:hover {
        background: #354B77;
    }

.Itineraire_Gestion_Bouton_Mobile_OFF{
	font-size: 13px;
	color: #ffffff;
	background: #C0C0C0;
	padding: 10px;
	line-height: 5px;
	border: none;
	outline: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
    width: 45%;
    margin: 7px;
 }
 
 
 .Bouton_Mobile_Moitier{
	font-size: 13px;
	color: #ffffff;
	background: #F15F43;
	padding: 10px;
	line-height: 5px;
	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;
    width: 100%;
    margin: 7px;
}

    .Bouton_Mobile_Moitier:hover {
        background: #354B77;
    }

.Bouton_Mobile_Moitier_OFF{
	font-size: 13px;
	color: #ffffff;
	background: #C0C0C0;
	padding: 10px;
	line-height: 5px;
	border: none;
	outline: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
    width: 100%;
    margin: 7px;
 }
 .Itineraire_Gestion_Bouton_Vert_Mobile{
	font-size: 13px;
	color: #ffffff;
	background: #80c048;
	padding: 10px;
	line-height: 5px;
	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;
    width: 100%;
    margin: 7px;
}

    .Itineraire_Gestion_Bouton_Vert_Mobile:hover {
        background: #354B77;
    }

.Itineraire_Gestion_Bouton_Vert_Mobile_OFF{
	font-size: 13px;
	color: #ffffff;
	background: #C0C0C0;
	padding: 10px;
	line-height: 5px;
	border: none;
	outline: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
    width: 100%;
    margin: 7px;
 }
 
.Bordure {
    border: 1px solid #000000;
}

/*#more-button{border-style:none;background:none;font:16px Serif;color:blue;margin: 0 0 10px 0;}*/

#grow input:checked{color:red;}

/*#more-button:hover{color:black;}*/

.grow {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden;
  }

    .Messagerie_Row {
        width: 100%;
        position: relative;
        min-height: 1px;
        float: left;
        padding-top: 15px;
        border-bottom: solid 1px #C0C0C0;
        cursor: pointer;
    }

    .Messagerie_Row:hover {
        background: #9bd46a;
    }

    .Membre_Photo_Messagerie{
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #C0C0C0;
    }

.Message_Panneau_Boite {
    overflow-y:scroll;
    width:100%;
    height:250px
}

.Itineraire_Ajout_2_Tag_Discuter {
    margin-top: 10px;
    position: absolute;
}

.Menu_Gauche_Maison {
    margin-top:-8px;
}

.Filtre_Resultat_Recherche {
    font-size: 14px;
    margin-left: 15px;
    margin-top: -3px;
}

.Filtre_Combo_Back {
    background-color: #ade080;
}

.button {        
    display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    background-image: linear-gradient(top, #eee, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
    border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0.5em;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border-radius: .2em;
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	width: 100%;
	text-align: center;
}

.button:hover {
    background-color: #ddd;        
    background-image: linear-gradient(top, #fafafa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');    
    text-decoration: none;    
}

.button:active {
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}

.button:focus {
    outline: 0;
    background: #fafafa;
}    

.button:before {
    background: #ccc;
    background: rgba(0,0,0,.1);
    float: left;        
    width: 2em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 .2em;
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    border-radius: .15em 0 0 .15em;
    pointer-events: none;        
}

/* Hexadecimal entities for the icons */

.add:before {
    content: "\271A";
}

.edit:before {
    content: "\270E";        
}

.delete:before {
    content: "\2718";        
}

.save:before {
    content: "\2714";        
}

.email:before {
    content: "\2709";        
}

.like:before {
    content: "\2764";        
}

.next:before {
    content: "\279C";
}

.star:before {
    content: "\2605";
}

.spark:before {
    content: "\2737";
}

.play:before {
    content: "\25B6";
}

.fleche_bas:before {
    content: "\2193";
	
}

.fleche_haut:before {
    content: "\2191";
}

.Itineraire_Resultat_Filtre{
	font-size: 14px;
	color: #ffffff;
	background: #F15F43;
	padding: 6px;
	margin-top: 4px;
	line-height: 5px;
	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;
    width: 100%;
	height: 22px;
}

    .Itineraire_Gestion_Bouton:hover {
        background: #354B77;
    }
	
	.Itineraire_Detail_Lien_Google {
		margin-left: 28px;
    }

.Interac_Woodmark {
    color: #39549f;
    font-size: 14px;
    font-weight:bold;

}

  .Rouge {
      color: #FF0000;
}
   
  .Tableau {
	  background-color: #eaeaea
}

  .Entete_Tableau {
	  color: #00000;
}

  .Lower {
	  text-transform: lowercase;
}

.Boite_Accueil_Mobile_1 {
    margin: auto;
    width: 100%;
    height: 100px;
    padding: 10px;
    background: url("../images/Back_Entete.jpg");
	opacity: 0.65;
}

.Message_Conteneur_Boite_Mobile_1 {
    margin-top: px;
	text-decoration: none;
    height: 50px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,220,220,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(221,220,220,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,220,220,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,220,220,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,220,220,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,220,220,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddcdc', GradientType=0 );
	width:100%;

}

.Message_Conteneur_Texte_Mobile_1 {
	line-height: 15px;
    vertical-align: middle;
    font-size: 18px;
	text-align: center;
	padding: 15px;
	height: 50px;
	width: 100%;
	
}

.Message_Conteneur_Boite_Mobile_3 {
    margin-top: 10px;
	text-decoration: none;
    height: 35px;
	background: rgba(234,234,234,1);
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 33%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234,234,234,1)), color-stop(0%, rgba(209,209,209,1)), color-stop(33%, rgba(219,219,219,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 33%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 33%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 33%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(234,234,234,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 33%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fefefe', GradientType=0 );
	width:100%;
	vertical-align:middle;
	padding-top: 4px;
		
}

.Message_Conteneur_Boite_Mobile_4 {
	text-decoration: none;
    height: auto;
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(234,234,234,1) 53%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(53%, rgba(234,234,234,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(234,234,234,1) 53%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(234,234,234,1) 53%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(234,234,234,1) 53%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(234,234,234,1) 53%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
	width:100%;
	vertical-align:middle;
		
}

.Mobile_1_Barre {
	border-left: solid 1px #C0C0C0;
}
.Boite_Accueil_Mobile_2 {
    margin: auto;
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-bottom: 15px;
    background: url("../images/route.jpg");
	background-width: 100%;
	background-height: 100%;
	opacity: 0.65;
	}

.Message_Conteneur_Boite_Mobile_2 {
    margin-top: px;
    background-color: rgba(255,255,255,1);
    height: auto;
    text-align: center;
}

.Message_Conteneur_Texte_Mobile_2 {
    line-height: 10px;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 10px;
    position:relative;
}
 
 .Boite_Entete_Resultat_Mobile {
      background-color: #39549f;
      color: #FFFFFF;
      padding: 10px;
      font-weight: bold;
      font-size: 14px;
      border-bottom: 1px solid #000000;
	  position: fixed;
	  z-index: 25;
}

  
 
 .Boite_MobileXXXXX {
        color: #555;
        height:50px;
        margin-bottom: 50px;
        width: 100%;
		position: fixed;
		z-index: 25;
		padding-bottom:50;

 }
 
  .Boite_Mobile {
        border-radius: none;
        color: #555;
        overflow: hidden;
        height:auto;
        margin-bottom: 15px;
        width: 100%;

 }

.container {
  margin: auto;
  width: 100%;
  text-align: center;
}
.container > .dropdown {
  margin: auto;
  vertical-align: top;
}

.dropdown {
 display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    background-image: linear-gradient(top, #eee, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
    border: 1px solid #777;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border-radius: .2em;
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	width: 100%;
	text-align: center;
	height: 30px;
	font-size: 14px;
	margin: 5px;
}

.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 14px;
  color: #333;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

.dropdown-dark {
  background: #444;
  border-color: #111 #0a0a0a black;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.dropdown-dark:before {
  border-bottom-color: #aaa;
}
.dropdown-dark:after {
  border-top-color: #aaa;
}
.dropdown-dark .dropdown-select {
  color: #aaa;
  text-shadow: 0 1px black;
  /* Fallback for IE 8 */
  background: #444;
}
.dropdown-dark .dropdown-select:focus {
  color: #ccc;
}
.dropdown-dark .dropdown-select > option {
  background: #444;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}

 .Bouton_Entete_Resultat_Mobile_2017 {
    display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    border: 1px solid #777;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border-radius: .2em;
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	width: 20%;
	height: 40px;
	font-size: 14px;
	margin-left: 4%;
	
 } 
 
 
   .Formulaire_Bouton_OFF {
	font-size: 13px;
	color: #ffffff;
	background: #C0C0C0;
	padding: 10px 10px;
	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-top: 10px;
	text-align: center;
  }
 
 /* STYLE pour le pop infobulle */
  
  .blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.modal {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  width: 90%;
  height: auto;
  max-height: 80%;
  background: #fff;
  padding: 5px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  text-align: left;
  font-size: 14px;
  
}

.modal a.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: url(../images/Icone/Non_verifier.png) no-repeat 20 20;
}

.fblogin  {
	height: 40px;
}

.Message_Conteneur_Boite {
	text-decoration: none;
    height: auto;
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(234,234,234,1) 53%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(53%, rgba(234,234,234,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(234,234,234,1) 53%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(234,234,234,1) 53%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(234,234,234,1) 53%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(234,234,234,1) 53%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
	width:100%;
	vertical-align:middle;
    position: relative;
    float: left;
    padding-top: 15px;
		
}

.colonne_bouton_Mobile {
  width: 70%;
  position: relative;
  min-height: 1px;
  float: left;
  left: 15%;
  }
  
  .Surligner_Rouge {
    background-color: #FF0000;
    color: #FFFFFF;
}

.Itineraire_Ajout_Champ_Devise {
  display: block;
  margin-top: 6px;
  height: 60px;
  width: 60px;
  font-size: 12px;
  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;
  float: right;
}

.Ajout_Trajet_Tarif {
  display: block;
  width: 35%;
  height: 34px;
  padding: 2px 2px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  text-align:right;
  margin: 2px;
  font-weight: bold;
  float: left;
  border: none;
}
 
 /*POP Jquery Francis pour Mobile***************************/

.ui-widget-overlay {
    background:black !important;
    opacity: 0.8 !important;
    filter: Alpha(Opacity=80) !important;
}

.ui-widget-content {
    
}

.ui-corner-all {
    
}

.foo {
    
}

.ui-draggable {

}

.ui-resizable {

}

.ui-dialog {
    position: fixed !important;
}

.ui-widget {
    
}

.ui-dialog-titlebar {
    color:white !important;
    background:#39549f !important;
    background-color:#39549f !important;
    border: 0px !important;
}

.ui-dialog-titlebar-close {


}

.no-close .ui-dialog-titlebar-close {

  display: none !important

}

#divmsg1 {
    font-size:14px;
}

.Formulaire_Bouton_Dialog {
	font-size: 13px;
	color: #ffffff !important;
	background: #F15F43 !important;
	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-top: 10px;
}

.Formulaire_Bouton_Dialog:hover {
    background: #354B77 !important;
}


 /*Boutons pour Mobile***************************/
 
 /*Utilisé dans page publication de trajet + login*/
 
 
 .Formulaire_Bouton_Vert {
	font-size: 13px;
	color: #ffffff;
	background: #80c048;
	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-top: 10px;
}

 .Formulaire_Bouton_Vert_Flottant {
	font-size: 13px;
	color: #ffffff;
	background: #80c048;
	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-top: 10px;
}


    .Formulaire_Bouton_Vert_Flottant:hover {
		visibility:hidden;
	    }


 .Bouton_Vert_Mobile {
	font-size: 14px;
	color: #ffffff;
	background: #80c048;
	padding: 2px 2px;
	line-height: 26px;
	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: 4px;
	width: 100%;
	vertical-align: middle;
	height: 30px;
	overflow:hidden;
    text-overflow:ellipsis;	
}

  .Bouton_Vert_Mobile:hover {
        background: #354B77;
    }

.Bouton_Vert_Mobile_OFF {
	font-size: 13px;
	color: #ffffff;
	background: #C0C0C0;
	padding: 10px;
	line-height: 5px;
	border: none;
	outline: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
    width: 100%;
    margin: 7px;
 }

.Bouton_Orange_Mobile {
	background: #f15f43;
	font-size: 14px;
	color: #ffffff;
	padding: 2px 2px;
	line-height: 26px;
	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: 4px;
	width: 100%;
	vertical-align: middle;
	height: 30px;
	overflow:hidden;
    text-overflow:ellipsis;

}

    .Bouton_Orange_Mobile:hover {
        background: #354B77;
    }

.Bouton_Orange_Mobile_OFF {
	font-size: 13px;
	color: #ffffff;
	background: #C0C0C0;
	padding: 10px;
	line-height: 5px;
	border: none;
	outline: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
    width: 100%;
    margin: 7px;
 }
 
 h1	{
font-size: 24px;
line-height:30px;
margin-top: 0px;
margin-bottom: 1px;
}

h2	{
font-size: 18px;
margin-top: 2px;
margin-bottom: 4px;
}

.Fond_blog {
    background-color: #FFF;  

}

.Boite_Blog {
   		background-color: rgba(248, 247, 247, 1);
		color: #555;
        border: 1px solid #rgba(248, 247, 247, 1);
        overflow: hidden;
        height:auto;
        margin-bottom: 15px;
        width: 100%;
 }

.Boite_Comment {
   		background-color: #FFF;
		color: #555;
        border: 1px solid #rgba(248, 247, 247, 1);
        overflow: hidden;
        height:auto;
        margin-left: 2%;
        margin-top: 15px;
        width: 96%;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -khtml-border-radius: 7px;
        border-radius: 7px;
		margin-bottom:10px;				
 }

/* Correctif pour colonne wrapping*/

.nowrap {
	display:inline-block;
}

/* -------------------------------- 

Debut  Résultats recherches 2017

-------------------------------- */

.Back_Boite_Resultat {
	margin:10px;
	background-color: rgba(248, 247, 247, 1);
}

.Boite_Resultat {
	background-color:#fff;
	margin: 10px 0px 10px 0px;
}


.Bloc_Gris_Resultat {
	background-color:#CCC;
	min-height:60px;
}


/* -------------------------------- 

Fin // Résultats recherches 2017

-------------------------------- */