body {
    color: #3e3d40;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}
.containerexterne{
    max-width:560px;
}
.alignright{
	text-align:right;
}
.alignleft{
	text-align:left;
}
.alignjustify{
	text-align:justify;
}
.aligncenter{
	text-align:center;
}
.fixright{
    padding-right:0px !important;
}
#contact_info .success{
     background: #D8FFC0;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #2E6800;
    border-left: 3px solid #2E6800;
}
/**********slide********/
.contentslide{
	height:357px;
    padding-top:2px;
}
 .contentpage a{
 	color:#BF170A;
     text-decoration:none;
 }
  .contentpage a:hover{
    color:#BF170A;
    text-decoration:underline;
 }
 .bgwhite{
 	background:rgba(255, 255, 255, 0.9);
    padding-bottom:25px;
 }
 
 h1{
 	font-size:22px !important;
     text-align: left;
 }
  h2{
    font-size:20px !important;
    text-align: left;
 }
 h3{
 	padding-left:22px;
     text-align: left;
 }
.imgleft{
    float: left;
    margin-right: 5px;
}
.imgright{
    float:right;
}

/******************formulaire*********/
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 3px;
    font-size: 14px;
    padding-bottom: 3px;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style label > span{
    width: 125px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    width: 213px;
    text-align: left;
}
.form-style  .long{
    width: 120px;
}
.form-style input.input-field{
    width: 360px;
   
}
.form-style input.fieldmax{
    width: 431px !important;
   
}
.form-style input.fieldmund{
    width: 40% !important;
   
}
.form-style input.fieldmin{
    width: 26.5% !important;
   
}
.form-style .legend {
    margin-bottom: 5px;
    width: auto;
    font-size:17px;
    padding-bottom:3px;
    padding-left:7px;
    padding-right:7px;
}
.form-style fieldset{
    font-size:14px;
    margin-top:4px;
    margin-bottom: 10px;
    padding:2px 8px;
    color:#333;
    background:#f4f4f4;
    border:1px solid #ebebeb;
    max-width:550px;
}
.input-fieldcaptcha{
    font-size:16px;
    letter-spacing:1px;
    font-weight:bold;
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #848484;
    color:#3e3d40;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px;
    outline: none;
    margin:1px;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,  
.form-style .select-field:focus{
    border: 1px solid #0C0;
}
.form-style .textarea-field{
    height:100px;
    width: 80.5%;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font: 12px Arial,Helvetica,sans-serif;
    padding: 8px 18px;
    text-decoration: none;
}
.form-style input[type="submit"]:hover {
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font: 12px Arial,Helvetica,sans-serif;
    padding: 8px 18px;
    text-decoration: none;
    opacity:0.9;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    /*background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;*/
}
.form-style .success{
    background: #D8FFC0;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #2E6800;
    border-left: 3px solid #2E6800;
}
.form-style .error {
    background: #FFE8E8;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #FF0000;
    border-left: 3px solid #FF0000;
}
.menu-form-style{
    width:100%;
    height:29px;
}
.menu-form-style ul{
    list-style:none;
    padding:0px;
    margin:0px;
}
.menu-form-style ul li{
    float:left;
    padding:4px 24px 5px;
}


.divclear{
    clear:both;
}
.icontelmobile{display:none;}
/******************end****************/
 /*********menu smartphone*******/
 @media screen and (max-width: 550px) { 
.containerexterne{
    max-width:305px;
}
.divalignleft {
    float: left;
    margin-left: 10px;
    width:95%;
}
.fixright {
    float: right;
    margin-right:6px;
    padding-right: 0 !important;
}
.bgheader {
    height:225px;
}

h1 {
    font-size: 20px !important;
}
h2 {
    font-size: 19px !important;
}

.divclear{
    clear:both;
}
.form-style .legend {
    margin-bottom: 5px;
    width: auto;
    font-size:17px;
    padding-bottom:3px;
    padding-left:7px;
    padding-right:7px;
}
.form-style .tel-number-field{
    width: 45%;
    text-align: left;
}
.form-style input.input-field{
    width: 71.7%;
   
}
.form-style input.fieldmax{
    width: 92% !important;
   
}
.form-style input.fieldmund{
    width: 45% !important;
   
}
.form-style input.fieldmin{
    width: 38.5% !important;
   
}
.form-style .textarea-field{
    height:100px;
    width: 91%;
}
} /*endsmartphone*/