input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

#divcontact
{
   background-color: #F6F6F6;
   border-collapse: collapse;
   position:relative;
   float:left;
   width: 100%;
   clear:left;
   display:block;
   height: auto;
   min-height: 30px;
   font-size:13px;
   line-height : 17px;
   color : black;
   margin-top: 30px;
   display:none;
   
   
}

.blogbutton
{
visibility:hidden;
}
.blogthumb {
background-color:transparent !important;
border-width: 0 !important;
box-shadow: unset !important;

}

#articlecontact .blogthumb {
	width : 18%;
}
#articlecontact .blogthumb img{
	width:90% !important;
}
#articlecontact  {
	padding :10px 20px 10px 20px;
	width:80%;
}

#divformcontact {
	left:0;
}
#labnom , #labprenom, #labemail, #labobjet, #labmessage, #labcaptcha    {
		/*width: 350px;*/
		margin-bottom:5px;
		border-width: 0px;
		border-radius: 0px;
	}
#flexboxarticle
	{
	   height : 110px;
	}
/*#message
	{
	   width : 350px;
	}*/
/*#nom
{
   border-color: #ffffff;
   -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}*/

#wb_zonenote {
	font-size: 16px;
	line-height: 26px;
	color : yellow;
	background-color: #4F4F4F ;
	font-weight :bold;
}
/*#Button2, #Button3 {
	opacity :0.9;
}
#Button2:hover, #Button3:hover {
	opacity :1;
}*/
#string {
	height : 38px;
	width :50%;
	margin-top : 0px;
	border-radius : 4px;
}
#wb_string {
	display : inline-block;
	width : 100%;
	max-width : 290px;
}
.form_captcha {
	color: #000000 !important;
	background-color: #f6f6f6 ;
	font-family: Helvetica !important;
	font-size: 16px !important;		
	font-weight: normal !important; 
	font-style: normal !important; 	
	/*padding:5px;	*/
	border: solid 1px #D3D3D3 !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	/*margin: 0 !important;*/
}
.form_captcha:focus, .form_captcha:active {
	border: solid 1px #03A9F4 !important;
}
.form_captcha_img {
	height : 35px;
	display: block;
	/*position :relative;*/
	float:right;
}
.form_captcha_eq {	
	float:right;
	padding-top:9px;
	padding-left:3px;
	padding-right:3px;
	font-size:20px;
	color:#666;
	font-weight:bold;
}
.form_captcha_math {		
	width:40px;
	display:block;
	float:right;
	margin-top:4px;
	height:28px;
	font-size:17px; 
	text-align:center;
}
.form_captcha_s {
	width:66px;
	height:31px;
	display:block;
	position :relative;
	float:right;
	margin-top: 0px !important;
	/*top : -11px;*/
}
.form_asterisk {
	float:left;
	padding-left:5px;
	padding-top:10px;
}
#zonenote .modal-dialog
{
   top: 200px;
}

/*   MEDIAS ONLY  -------------------------------------------------------------------------------------------!!!!!!!!!!!!!!!!!!!!!! */

@media screen and (max-width: 1198px)  {
	/*#message
	{
	   width : 290px;
	}*/
}

@media screen and (max-width: 980px)  {
	/* Correction bug taille menu **************************************** 
	
	#wb_ResponsiveMenu1 {
    width: 690px;    
	}
}*/

@media screen and (max-width: 850px)  {
	#articlecontact .blogthumb {
		width : 20%;
	}
	#articlecontact  {
	padding :10px 10px 10px 10px;
	width:90%;
}
	
}

@media screen and (max-width: 1200px)  {
	/*#message
	{
	   width : 290px;
	}*/
}


@media screen and (max-width: 780px)  {
	#articlecontact .blogthumb {
		width : 22%;
	}
	#articlecontact .blogitem
	{
	   font-size : 12px;
	}
	#flexboxarticle
	{
	   height : 140px;
	}
	#articlecontact  {
	padding :10px 0px 10px 0px;
	width:95%;
	}
	/*#message
	{
	   width : 290px;
	}*/
}



@media screen and (max-width: 450px)  {
	#LayoutGrid1 .col-1 {
		padding : 2px !important;
	}	
	#articlecontact .blogthumb {
		width : 25%;
	}
	#articlecontact .blogitem
	{
	   font-size : 11px;
	}
	#flexboxarticle
	{
	   height : 120px;
	}
	
	#labnom , #labprenom, #labemail, #labobjet, #labmessage, #labcaptcha   {
		width: 310px;
		margin-bottom:5px;		
	}
	#articlecontact  {
	padding :10px 0px 10px 0px;
	width:100%;
	}
	
}

@media only screen and (max-width: 420px)
{
	.form_captcha_s {
		float: none;
		margin : 0 auto 0 auto;
		
	}
	#wb_string img{
		float: none !important;
		width:100px !important;
		margin : 0 auto 8px auto;
		
	}
}


