/********************************************
	* Domaine : pleyad.fr
	*
	* Exploitant : UBS 
	*
	* Rôle : Feuille de style pour la page immeubles
	*
	* Auteur : Ultra-Fluide, copyright 2022
********************************************/


section blockquote, section a, section p, section li{
	line-height:1.9rem;
}
/**** Welcome  *****************/
/*****************************/
section#welcome {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin:30px ;
}
section#welcome p, section#welcome a, section#pleyit p, section#pleyit a{
	font-weight:600;
}
section#welcome article{
	padding:0 30px;
	width:65%;
}
section#welcome article:first-child{
	padding-right:0;
	width:35%;
	text-align:center;
}
section#welcome article:first-child img{
	max-width:95%;
}
section#welcome h2, section#pleyit h2{
	font-size:1.6rem;
	font-weight:400;
	text-transform: uppercase;
}
section#welcome h3{
	font-family: 'Pacifico', cursive;
	color:#068c97;
	font-weight:500;
	font-size:1.4rem;
}
section#welcome p{
	margin:20px 0;
}
/**** Générique bloc immeuble  ******/
/**********************************/
section#immeubles {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top:80px;
}
section#immeubles article{
	margin-bottom:70px;
}
section#immeubles article:nth-of-type(4n), section#immeubles article:nth-of-type(4n+1){
	width:40%;
	padding:0 6%
}
section#immeubles article:nth-of-type(4n+2), section#immeubles article:nth-of-type(4n+3){
	width:60%;
}
section#immeubles embed{
	width:100%;
}
section#immeubles h2{
	text-transform: uppercase;
	font-weight:500;
	font-size:1.4rem;
	margin-bottom:30px;
}
section#immeubles ul{
	margin-top:30px;
}
section#immeubles li{
	padding-left:30px;
	list-style-type: none;
	background:  url(images/CheckMark_Turquoise.svg) no-repeat 0 20%;
	background-size: 22px;
}
section#immeubles article:nth-of-type(4n+3) li{
	margin-left:5%;
}
section#immeubles img{
	width:30%;
	min-width:80px;
	margin:20px 10px 30px 0;
}