/*
Theme Name: Le Bâtisseur
Description: Thème enfant de Hello pour Le Bâtisseur
Author: Emilie BRIOSCA
Author URL: https://emilie-briosca.fr/
Template: hello-elementor
Version: 1.0.0

*/
/* Placer votre CSS ci-dessous */



/*



Vous pouvez ajouter du CSS personnalisé ici.

Cliquez sur l’icône d’aide ci-dessus pour en savoir plus.



*/

/***************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************
**************************** STYLES COMMUN *********************************
****************************************************************************
****************************************************************************
****************************************************************************
***************************************************************************/




blockquote {
  position: relative;
  background: #C1E0F7 url('images/quote.png') no-repeat left 10px;
  padding: 40px 70px;
	margin:20px 0px;
	border-radius:20px;
	color: black;
}
blockquote p {
  margin: 0;
}

.elementor-container ul li {
	list-style-image: url('images/puce.png');
}

/***************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************
********************** STYLES MOBILE ET TABLETTE ***************************
****************************************************************************
****************************************************************************
****************************************************************************
***************************************************************************/



@media (max-width: 1023px) {

	



}




/***************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************
*************************** STYLES TABLETTE ********************************
****************************************************************************
****************************************************************************
****************************************************************************
***************************************************************************/



@media (min-width: 740px) and (max-width: 1023px) {


	

}




/***************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************
****************************** STYLES MOBILE *******************************
****************************************************************************
****************************************************************************
****************************************************************************
***************************************************************************/



@media (max-device-width: 739px) { 

blockquote {
	padding: 0px 20px; 
	font-size: 15px;
	line-height: 1.6em;
	margin:10px;
}

blockquote cite {
	font-size: 12px;
	line-height: 1.2em;
}


}

/***************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************
****************************** STYLES PC ***********************************
****************************************************************************
****************************************************************************
****************************************************************************
***************************************************************************/



@media (min-device-width: 1024px) { 
	
	
}
