﻿/********************************************
	* Domaine : carre-pleyel.fr
	*
	* Exploitant : AG Real Estate
	*
	* Rôle : Feuille de style spécifique contenus page quartier 
	*
	* Auteur : Ultra-Fluide, copyright 2021
********************************************/

/**** couleurs  ********/
/************************/
:root{
	--fond-trame: #ffdada;
	--titre: #E4B1B1;
	--sous-titre: #5C4848;
	--encart: #E4B1B1;
}
/**** Plaine commune en chiffres  ********/
/************************/
section.technique > div > div {
	justify-content: flex-start;
}
section.technique > div > div > img {
	width:60px;
}
section.technique > div > div > article {
	width:calc(50% - 60px);
	padding-left:2%;
	margin-bottom:40px;
}
/**** grands projets  ********/
/************************/
section.standard li > img {
	display:inline-block;
	margin-right:7%;
	width:60px;
	position:relative;
}
section.standard ul li {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	list-style:none;
	margin:20px 0;
}
section.standard ul li span {
	display:inline-block;
	width:calc(93% - 60px)
}