

.navbar {
    background-image:linear-gradient(black, #000010);
}



.recap .ListDetails {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.recap ul.ListDetails li {
    padding: 5px 0;
}

#nos_services_article
 {
    background-color: #000010;
    color: white;
    font-size: 0.9em;
    border-radius: 8px;
    border: 1px solid #ab7d3f;
    padding: 1px;
    position: relative;
    flex: 1.2;   
}

#reservation_confirmation_article, #devenez_chauffeur_postuler_article_mail
 {
    background-color: white;
    color: #000010;
    font-size: 1em;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #ab7d3f;
    padding: 1px;
    position: relative;
    flex: 1.2;  
}



.table_chauffeur_drivigo
{
background: rgba(255, 255, 255, 0.89);/* couleur de fond*/
color: black;           /* couleur de texte*/
font-size: 1.2em;       /*taille du texte*/
border-radius: 5px;    /* degré des angles*/
border:1px solid #ab7d3f;   /* bordure: taille couleur;*/
padding: 5;          /* marge exterieur*/
box-shadow:0px 2px 5px black;  /*ombre */
-moz-box-shadow:2px 2px 10px gray;
-webkit-box-shadow:2px 2px 10px gray;
margin: auto;           /* On peut donc demander à ce que le bloc soit centré avec auto */
text-align: center;
/* width:400px; */
} 


input, select{
  border-radius: 3%;
  border: 1px solid #ab7d3f;
  transition: 0.2s all linear;
  outline: none;
  margin-right: 2px;
  height: 30px;
  font-size: 1em;
}

input {
  width: 300px;
  height: 35px;
}




/* arriere plan formulaire */

#BcBannerMap {
    width: 100%;
    height: 550px;
    background: #ccc;
    position: relative;
}

#BannerMap {
    width: 400px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#BannerImage {
    width: 100%;
    height: 100;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}


#BcFiltreMap {
    width: 100%;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 1;
    margin: 10px auto;
}

.BcRightSearch #BcFiltreMap {
    left: inherit !important;
    right: 5% !important;
}

#BcFiltreMap ul {
    margin: 0;
    padding: 0;
}


/* formulaire */


#BcBannerMap #BcFiltreMap {
	border:1px solid #ab7d3f;   /* bordure: taille couleur;*/
    width:400px;
    padding: 5;
    background: rgba(255, 255, 255, 0.89);/* couleur de fond*/
    color: black;           /* couleur de texte*/
    position: absolute;
    top: 2%;
    left: 4%;
    z-index: 4;
    font-size: 1.2em;       /*taille du texte*/
    padding: 10px;          /* marge exterieur*/
	border-radius: 5px;    /* degré des angles*/
	box-shadow:0px 2px 5px black;  /*ombre */
	-moz-box-shadow:2px 2px 10px gray;
	-webkit-box-shadow:2px 2px 10px gray;
	margin: auto;  
}

.FieldStyle1 {
    height: 40px;
    line-height: 40px;
    margin: 0 auto 10px auto;
    width: 100%;
    padding: 0 10px;
    padding-left: 30px;
    position: relative;
    font-size: 15px;
}


.SubmitMap:hover {/*bouton */
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-image:linear-gradient(#ac7e40,#ac7e40);
    border-radius: 5%;
    box-shadow: inset 1em 1  1em gold;
    border: 0;
    font-size: 20px;
}
.SubmitMap {/*bouton */
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: linear-gradient(#000, #000);
    border-radius: 5%;
    box-shadow: inset 1em 1  1em gold;
    color: #fff;
    border: 0;
    font-size: 20px;
}

.SubmitMap-inverse {
    /*bouton */
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-image: linear-gradient(#ac7e40, #ac7e40);
    color: #fff;
    border-radius: 5%;
    box-shadow: inset 1em 1 1em gold;
    border: 0;
    font-size: 20px;
}

.SubmitMap-inverse:hover {
    /*bouton */
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: linear-gradient(#000, #000);
    border-radius: 5%;
    box-shadow: inset 1em 1 1em gold;
    border: 0;
    font-size: 20px;
}


.ListCat {
    margin: 10px auto;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
    z-index: 2;
}

.ListCat li {
    float: left;
    width: 25px;
    padding: 0;
    margin-right: 2px;
    position: relative;
    line-height: 1;
}

.ListCat li label {
    display: block;
    border: 1px solid #56ad7c;
    padding: 7px 2px 0 2px;
    background: #56ad7c;
    color: #fff;
    cursor: pointer;
    font-size: 0;
    margin: 0;
    cursor: pointer;
    text-align: center;
}

.ListCat li input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}



.ListCat li.selected label{
    background: #23282c;
    border: 1px solid #23282c;
}

.ListCat li.selected:before {
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-top: 10px solid #23282c;
    font-size: 0;
    top: 92%;
    left: 4px;
}

.ListCat li label i {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
}

.BcDescription {
    text-align: center;
}




/* sous-menu mise a disposition */
#BcFiltreMap .nav-tabs li.active a, .ListGamme li.selected label
{
    background: #000010;
    color: #ab7d3f;
    border-radius: 3%;
}

#BcFiltreMap .nav-tabs li a 
{
    text-align: center;
    color: #000;
    text-decoration: none;
}

#BcFiltreMap .nav-tabs {
    margin-bottom: 2px;
}
#BcFiltreMap .tab-content {
    overflow: hidden;
    padding: 5px;
}
#BcFiltreMap .nav-tabs li {
    width: 50%;
}

.ListGamme {
    margin: 90px auto;
    list-style: none;
    column-width: 32;
}

.ListGamme label {
    float: left;
    width: 32%;
    padding: 2px;
    position: relative;
    line-height: 1;
}

.ListGamme li input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	cursor: pointer;
}
.ListGamme li label {
    display: block;
    border: 1px solid #ab7d3f;
    padding: 5px 5px;
    background: white;
    color: #ab7d3f;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}
.ListGamme li img {
    width: 100%;
    height: auto !important;
}

/* Lliste gamme */
.BcPrix p {
    font-size: 16px;
}

.BcPrix #BcDetailsPrix {
    padding: 15px 0;
    text-align: right;
}

.vc_btn3.vc_btn3-size-lg {
    font-size: 30px;
    padding: 18px 25px;
}

.resa {
    border: 0px,5px groove #ab7d3f ;
    padding: 5px; 
    margin-top: 20px;
    border-radius: 30px;
    margin-right: auto;
    margin-left: auto;
  }

 a { color: #000;}

 a:hover { color: red;}
 
 img { max-width:100%; }
 

 

