
@font-face {font-family: "Helvetica Neue Bold Condensed";
  src: url("../fonts/cbbc177451c9585d9ce65c274ef80c29.eot"); /* IE9*/
  src: url("../fonts/cbbc177451c9585d9ce65c274ef80c29.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/cbbc177451c9585d9ce65c274ef80c29.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/cbbc177451c9585d9ce65c274ef80c29.woff") format("woff"), /* chrome、firefox */
  url("../fonts/cbbc177451c9585d9ce65c274ef80c29.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/cbbc177451c9585d9ce65c274ef80c29.svg#Helvetica Neue Bold Condensed") format("svg"); /* iOS 4.1- */
}

body{
}

b{
font-weight:normal !important;
color:#d40531 !important;	
}

.message h4{
list-style:none; 
	font-family:Helvetica; 
	font-size:9px; 
	color:#d40531; 	
	margin-left:-5px; 	
}


.etoile{
color:#d40531;	
font-size:13px;
}


#alert ul{
margin-left:-40px;
}

#alert li{
font-size:14px;	
font-family:Helvetica; 
color:#d40531;
}



#lieu, #lieu option{
font-size:13px;
line-height:25px;
padding-bottom:3px;
padding-top:4px;	
}



 /* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-family: Helvetica;
  font-size: 15px;
}

/* Style the submit button */
input[type=submit] {
  background-color: #0e3a77;
  color: white;
  padding: 4px 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  width:92px !important;
}

/* Style the container */
#contact .container {
  border-radius: 5px;
  padding: 20px;
  padding-top:40px;
}

/* Floating column for labels: 25% width */
#zonelarge {
width:44.5%;
}

#txtzonelarge{
width: 100%;
}

.col-25 {
  float: left;
  width: 23.33%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 65%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  
#zonelarge {
    width: 100%;
}

#txtzonelarge{
width: 100%;
}

  
} 