@charset "utf-8";
/* CSS Document */


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.bloccontactez {
	height: auto;
	background-color: #ffffff;
	border-bottom: 0px dotted #ffffff;
		
	padding: 50px 10px 50px 10px;
		
	margin-top: 40px;
}
	.textebloccontactez {
	height: auto;
	padding: 0px 10px 0px 10px;
}
	
	.textebloccontactez p {
	font-size: 18px;
	font-weight: normal;
		
	color: #525252;
	
	line-height: 1.2;
	margin: 0 0 40px;
}

.bloccontactez .button {
  background-color: transparent;
  border: none;
  color: #525252; 
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
	font-weight: bold;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.bloccontactez .button1 {
  background-color: transparent;
  color: #525252; 
  border: 2px solid #525252;
	border-radius: 5px;
}

.bloccontactez .button1:hover {
  background-color: #ffffff;
  color: #525252;
}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
		.bloccontactez {
	height: auto;
	background-color: #ffffff;
	border-bottom: 0px dotted #ffffff;
			
	padding: 50px 10px 50px 10px;
			
	margin-top: 40px;
}
	.textebloccontactez {
	height: auto;
	padding: 0px 10px 0px 10px;
}
	
	.textebloccontactez p {
	font-size: 18px;
	font-weight: normal;
		
	color: #525252;
	
	line-height: 1.2;
	margin: 0 0 40px;
}

.bloccontactez .button {
  background-color: transparent;
  border: none;
  color: #525252; 
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
	font-weight: bold;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.bloccontactez .button1 {
  background-color: transparent;
  color: #525252; 
  border: 2px solid #525252;
	border-radius: 5px;
}

.bloccontactez .button1:hover {
  background-color: #ffffff;
  color: #525252;
}
	
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.bloccontactez {
	height: auto;
	background-color: #ffffff;
	border-bottom: 0px dotted #ffffff;
		
	padding: 50px 10px 50px 10px;
		
	margin-top: 40px;
}
	.textebloccontactez {
	height: auto;
	padding: 0px 10px 0px 10px;
}
	
	.textebloccontactez p {
	font-size: 22px;
	font-weight: normal;
		
	color: #525252;
	
	line-height: 1.2;
	margin: 0 0 40px;
}

.bloccontactez .button {
  background-color: transparent;
  border: none;
  color: #525252; 
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
	font-weight: bold;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.bloccontactez .button1 {
  background-color: transparent;
  color: #525252; 
  border: 2px solid #525252;
	border-radius: 5px;
}

.bloccontactez .button1:hover {
  background-color: #ffffff;
  color: #525252;
}
	
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.bloccontactez {
	height: auto;
	background-color: #ffffff;
	border-bottom: 0px dotted #ffffff;
		
	padding: 50px 10px 50px 10px;
		
	margin-top: 40px;
}
	.textebloccontactez {
	height: auto;
	padding: 0px 10px 0px 10px;
}
	
	.textebloccontactez p {
	font-size: 22px;
	font-weight: normal;
		
	color: #525252;
	
	line-height: 1.2;
	margin: 0 0 40px;
}

.bloccontactez .button {
  background-color: transparent;
  border: none;
  color: #525252; 
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
	font-weight: bold;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.bloccontactez .button1 {
  background-color: transparent;
  color: #525252; 
  border: 2px solid #525252;
	border-radius: 5px;
}

.bloccontactez .button1:hover {
  background-color: #ffffff;
  color: #525252;
}
	
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	.bloccontactez {
	height: auto;
	background-color: #ffffff;
	border-bottom: 0px dotted #ffffff;
		
	padding: 50px 10px 50px 10px;
		
	margin-top: 40px;
}
	.textebloccontactez {
	height: auto;
	padding: 0px 10px 0px 10px;
}
	
	.textebloccontactez p {
	font-size: 22px;
	font-weight: normal;
		
	color: #525252;
	
	line-height: 1.2;
	margin: 0 0 40px;
}

.bloccontactez .button {
  background-color: transparent;
  border: none;
  color: #525252; 
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
	font-weight: bold;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.bloccontactez .button1 {
  background-color: transparent;
  color: #525252; 
  border: 2px solid #525252;
	border-radius: 5px;
}

.bloccontactez .button1:hover {
  background-color: #ffffff;
  color: #525252;
}
	
}
	
