/* main css for nos-taxis */

.nos-taxis
{
    background-image:url('/images/site/bg_taxis.jpg');
    background-repeat:no-repeat;
    background-size: 100% 100% ;
    background-position:bottom;
     padding-top:50px;
    padding-bottom:50px;
    color:#FFF;
}

.nos-taxis .wrapper
{


    
    
}



hr
{
    display:inline-block;
    width:499px;
}
h1
{
    text-align:center;
    padding:0 20px;
    display:inline-block;
	margin-top:0px;
}




.nos-taxis .wrapper .encart
{
    background-color:#297de1;
    width:46%;
    padding:1%;
    display:inline-block;
    vertical-align:top;
    margin:0 0 25px 0;
    text-align:center;
}

.nos-taxis .wrapper .encart:nth-child(2n)
{
    margin-right:2%;
}




.encart h2
{
   font-weight:normal;
   display:inline-block;
   margin:10px 0 0 0;
   background-repeat:no-repeat;
   padding:10px;
   padding-left:70px;

}


.certif h2{
    background-image:url('/images/site/picto_certifications.png');
    padding-left:55px;
}
.paiement h2{
    background-image:url('/images/site/picto_paiement.png');
}
.reservations h2{
    background-image:url('/images/site/picto_reservation.png');
    padding-left:55px;
}
.services h2{
    background-image:url('/images/site/picto_service.png');
}

ul
{
    background-color:#FFF;
    padding:20px 40px 20px 40px;
    color:#297de1;
    height:82px;
	margin-bottom:0;
    font-size:18px;
    text-align:left;
}

.encart.certif, .encart.paiement
{
    height:198px;
}
.encart.certif ul, .encart.paiement ul
{
    height:82px;
}

.encart.services, .encart.reservations
{
    height:278px;
}
.encart.services ul, .encart.reservations ul
{
    height:162px;
}





.encart ul li
{
    list-style-type:square;
}