/*
 Theme Name: Divi child theme
 Template: Divi
 */

/* YOUR CSS EDITS GO BELOW THIS LINE AND AND CSS RULES YOU MAKE HERE WILL OVERIDE THE MASTER DIVI THEME CSS RULES */

/* Contact Form 7 Styles 
---------------------------------*/ 

/*
.wpcf7-submit { 
background: #555555; 
color: #ffffff; 
} 
*/

/* #footer-info {display:none;}
background:#4f2a0f; 
*/

/* voir si je fais ça :
 .wpcf7-submit { 
	
	background-image: url("http://www.cyel.lu/wp-content/uploads/2016/03/courriel.jpg");
	cursor:pointer; 
	padding-left:15px; 
	padding-right:15px; 
	color:#000000; 
	border-radius:0px;
	height:30px;
	width:100px;
	border: 0px;
}
*/


/* Changer la taille des images/posts*/
/* voir si je fais ça :
.et_pb_post a img {
height: auto;
float: left;
width: 350px;
padding-right: 0px;
left: 0;
}
@media only screen and (max-width: 980px) {
.et_pb_post a img {
float:none;
width:100%;
height: 200px;
}
}

.et_post_meta_wrapper > img {
	height: 180px; 
	width: auto;
	}
	
*/


