/* Default Link Styles */
#bleuband {
	background-color: #2BA6CB;
	padding: 20px;
	margin-bottom: 50px;
}
.bleu {
	color: #2ba6cb;
	font-weight: bolder;
}

.bleuFont {
	color: #2ba6cb;
	}

.whiteFont {
	color: #FFF;
}
.blanc {
	color: #FFFFFF;
	font-weight: bolder;
}

  a:hover, a:focus {
	color: #000000;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.8375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }
	.lead {
	font-size: 125%;
	line-height: 1.6;
	color: #390;
}
.button.hollow {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
.button.hollow:hover, .button.hollow:focus {
	border-color: #4597B1;
	color: #000000;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
	border: 1px solid #ff7b02;
	color: #2BA6CB;
}
		
	
  .panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
	
.taxis-ez-st-germain-container-top{
	margin-top: 0px;
	padding-top: 1.575em;
	background-color: #2BA6CB;
	padding-bottom: 0.75em;
	text-align: center;
	margin-bottom: 15px;	
	}	
	
	.taxis-ez-st-germain-container-bottom{
	margin-top: 0px;
	padding-top: 1.575em;
	background-color: #2BA6CB;
	padding-bottom: 0.75em;
	text-align: center;
	
	}
	
.dbd-link-container .row .large-12.columns p a {
	color: #47BCE3;
}
/* Breadcrumbs */

.dbd-link-container .row .large-12.columns p a:hover {
	color: #000000;
}
.dbd-bottom-container{
	margin-top: 0px;
	padding-top: 1.875em;
	background-color: #222222;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	margin-bottom: 15px;
		}
.callout.secondary .vertical li a {
	color: #FFF;
}		
.dbd-bottom-container .bottomFooter{
	 text-align: left;
		}
.dbd-bottom-container .row.bottomFooter .large-2.columns ul {
	list-style-type: none;
}
.dbd-bottom-container .row.bottomFooter .large-2.columns ul li a {
	color: #FFF;
	text-decoration: none;
	}
	.dbd-bottom-container .row.bottomFooter .large-2.columns ul li a:hover {
	color: #2BA6CB;
	text-decoration: none;
	}
	
	.dbd-bottom-container .row.bottomFooter .large-3.columns ul {
	list-style-type: none;
}
.dbd-bottom-container .row.bottomFooter .large-3.columns ul li a {
	color: #FFF;
	text-decoration: none;
	}
	.dbd-bottom-container .row.bottomFooter .large-3.columns ul li a:hover {
	color: #2BA6CB;
	text-decoration: none;
	}

.dbd-top-container {
	background-color: #dfddd0;
}
.stats-list {
  list-style-type: none;
  clear: left;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}

.stats-list .stats-list-positive {
	color: #339900;
}

.stats-list .stats-list-negative {
	color: #FF6600;
}

.stats-list > li {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #cacaca;
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
}

.stats-list > li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.stats-list > li .stats-list-label {
  display: block;
  margin-top: 2px;
  font-size: 0.9em;
  font-weight: normal;
}

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }
	  
	  
	  
	  .noMargin {
	margin-top: 0px;
	margin-bottom: 0px;
}


.dbd-bottom-container .row.bottomFooter .large-6.columns h5 {
	color: #2BA6CB;
}
.productTitle {
	font-weight: bold;
	color: #666;
}
.imageEncadrement {
	padding: 5px;
	border: 1px solid #999;
}
.row .large-12.columns .large-3.small-12.columns .panel .priceNDPACstore {
	line-height: 1.4;
  color: #390;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}
.registrationNumber {
	background-color: #CCE021;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #360;
	border-right-color: #360;
	border-left-color: #360;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #360;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.formfields {
	border-style: solid;
	border-width: 1px;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	background-color: #DEFF79;
	text-align: center;
	padding: 1.25em;
}
.renewformfields {
	border-style: solid;
	border-width: 1px;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	background-color: #8ED50D;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.newformfields {
	border-style: solid;
	border-width: 1px;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	background-color: #FFCB9B;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.formfieldspink {
	border-style: solid;
	border-width: 1px;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	background-color: #FFCB9B;
	text-align: center;
	padding-top: 1.25em;
	padding-right: 1.25em;
	padding-bottom: 1.25em;
	padding-left: 1.25em;
}
.row .large-12.columns .row .large-9.columns #conventiononlineregistration .panel .row.collapse .large-3.columns .description {
	font-size: small;
	color: #390;
}
.row .large-12.columns .row .large-9.columns #conventiononlineregistration .panel .row.collapse .description {
	color: #390;
	font-size: small;
}
.photogallerythumb{
	float: left;
	background-color: #98CB00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
}
.has-tip:hover, .has-tip:focus {
	border-bottom: dotted 1px #196177;
	color: #FF6600;
}
.dbd-link-container{
	color: #696565;
	text-align: center;
	}
	
	body, html {
    height: 100%;
}

/* The hero image */
.hero-image1 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_banner.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0;
}
.hero-image2 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_contact.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image3 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_transport_en_taxi_conventionne_CPAM.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image4 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_transport_transfert_aeroport.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image5 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_taxis_services.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image6 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_transport_transfert_gare.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image7 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_reservation.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image8 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_transport_longue_distance.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image9 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_transport_courte_distance.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image10 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_visite_de_paris.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image11 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_taxi_seminaire.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image12 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_transport_evenement_prive_mariage.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image13 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_transport_taxi_soiree.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image14 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_transport_taxi_coli.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image15 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_commentaire.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image16 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_confidentialite.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
.hero-image17 {
	background-image: url(../img/taxis_ez_saint_germain_en_laye_qualite.jpg);
	height: 55%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
}
/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.newsletter-signup {
	background: #085a78;
    padding: 1rem 0;
}

h2 {
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.taxis-ez-st-germain-container-top  a {
	color: #FFF;
}
.taxis-ez-st-germain-container-bottom  a {
	color: #FFF;
}
.panel a {
	color: #2ba6cb;
}
.panel a:hover {
	color: #000000;
}

.dbd-bottom-container .row.bottomFooter .large-5.columns p a:hover {
	color: #FFF;
}
