﻿/********************************************
	* Domaine : pleyad.fr
	*
	* Exploitant : UBS
	*
	* Rôle : Feuille de style spécifique page intérieure 
	*
	* Auteur : Ultra-Fluide, copyright 2017
********************************************/

/*****************************/
/**** contenus principaux ****/
/*****************************/
section p, aside p {
	line-height:26px;
	margin-bottom:15px;
}
section h2.headercover {
	padding:20px 20px 5px 20px;
	position: absolute;
	bottom:5.71143%;
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.94));
	color:white;
	font-size:2.4rem;
	margin:0;
	width:59.6%;
}
section p.headercover {
	position:absolute;
	right:0;
	top:0;
	text-align:right;
	padding:2.54237288%;
}
section p.headercover img {
	display : inline;
	width:auto;
	max-width:60px;
	margin-right:5px;
	margin-top:5px;
}
section h2 {
	margin-bottom:20px ;
	color:#006a7b;
}
section ul {
	margin-bottom:20px ;
}
section li {
	list-style-type: none;
	padding:0 20px;
	background: url("images/puce.png") 0 13px no-repeat;
	line-height:26px;
}
section h3 {
	margin-bottom:15px ;
	color:#222;
}
section a {
	color:#00aac3;
}
h3 span {
	color:#00aac3;
}
section h4 {
	text-transform:uppercase;
	color:#00aac3;
	font-weight:400;
	margin-bottom:5px ;
}
section h5 {
	font-size:1rem;
}
/**** contenu flexible (contacts) ****/
.flexible {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexible > * {
	display: inline-block;
}
.flexible > * img{
	width: auto;
}
/**** specifique galerie d'images et contenu flexible ****/
section .galerie {
	display: flex;
	flex-wrap: wrap;
	margin-bottom:30px;
}
section .galerie p {
	display:inline-block;
	width:160px;
	line-height:16px;
	font-size:.8rem;
	margin-right:2%;
}
section .galerie p span {
	text-align:center;
	display:inline-block;
	width:100%;
}
/**** specifique liste temps de transport ****/
dl {
	display:inline-block ;
	vertical-align:top;
	margin-right:5%;
	margin-bottom:10px;
	min-width:135px;
}
dl dt {
	margin-top:10px ;
	font-weight: 700;
}
dl dd {
	padding-left:25px ;
	line-height:1.6rem;
}
dl dt + dd {
	background: url("images/picto-automobile.png") 0 3px no-repeat;
	background-size: 17px;
}
dl dt + dd + dd{
	background: url("images/picto-transport.png") 0 1px no-repeat;
	background-size: 13px;
}
dl dt + dd + dd +dd{
	background: url("images/picto-transport-demain.png") 0 1px no-repeat;
	background-size: 13px;
	color:#00aac3;
}
/**** contenu standard sur 2 colonnes ****/
.deuxcol{
	column-count: 2;
	column-gap : 3rem;
}
.deuxcol ul{
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
}
.deuxcol h2, .deuxcol h3{
	break-after: avoid;
	page-break-after: avoid;
	-webkit-column-break-after: avoid;
}
.deuxcol > a > img {
	margin-bottom:120px;
}
/**** contenu images vignettes taille fixe ****/
.noscale img {
	width:auto;
	display:inline;
}
.noscale p {
	margin-top:15px;
	margin-bottom:0;
	display: flex;
	justify-content: space-between;
}
/**** colonne de droite ****/
section.withaside {
	width:65%;
	display:inline-block;
	vertical-align:top;
}
aside {
	width:35%;
	display:inline-block;
	vertical-align:top;
	padding:2.54237288% 2.54237288% 2.54237288% 0;
}
section + section.withaside + aside{
	padding-top:0;
}
aside h3 {
	padding:20px 0;
	margin-top:20px ;
	border-top:1px solid #ccc;
	color:#222;
}
aside h3:first-child {
	padding:0 0 20px 0;
	border:none;
	margin:0 ;
	color:#222;
}
aside table {
	width:100%
}
/**** données tabulaire - disparues depuis retrait des tableaux de surfaces par le client ****/
table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
table tbody tr:nth-child(odd) {
	background-color: #eee;
}
table tfoot tr {
	background-color: #00aac3;
	color:white;
}
table th {
	color:#00aac3;
	font-weight:400;
}
table td, table th {
	text-align:right;
	padding:5px 8px;
}
table td:first-child, table th:first-child {
	text-align:left;
}