/********************************************
	* Domaine : pleyad.fr
	*
	* Exploitant : UBS 
	*
	* Rôle : Feuille de style pour la page accueil
	*
	* Auteur : Ultra-Fluide, copyright 2022
********************************************/
p, li, table, dl, figcaption{
	font-size:1rem;
	font-weight:400;
}
/**** 3D  *****************/
/*****************************/
main > div {
	overflow: hidden;
}
/**** Pictos  *****************/

div.reel-annotation > div {
	cursor:default;
}
div.reel-annotation > .etiquette > div{
	display: none;
	z-index:10;
}
div.reel-annotation > .etiquette > img{
	width: 42px;
	filter: drop-shadow(1px 0 2px rgba(255,255,255,.7)) drop-shadow(-1px 0 2px rgba(255,255,255,.7)) drop-shadow(0 1px 2px rgba(255,255,255,.7)) drop-shadow(0 -1px 2px rgba(255,255,255,.7));
}
div.reel-annotation > .etiquette:hover > img{
	filter: drop-shadow(1px 0 3px rgba(255,255,255,.8)) drop-shadow(-1px 0 3px rgba(255,255,255,.8)) drop-shadow(0 1px 3px rgba(255,255,255,.8)) drop-shadow(0 -1px 3px rgba(255,255,255,.8));
}
div.reel-annotation > .etiquette:hover > div{
	display: block;
}
/**** Etiquettes visibles au survol*******/
div.reel-annotation > .etiquette > div{
	box-shadow: 0 0 20px 0 #222;
	background-color:white;
	border-radius: 10px;
	position:absolute;
	top:70px;
	left:-20px;
	z-index:10;
	text-align:center;
	padding:10px 30px 20px 30px;
	max-width:375px;
	width: max-content;
}
div.reel-annotation > .etiquette > div img{
	max-width:200px;
}
div.reel-annotation > .etiquette > div h2{
	margin:20px 0;
	font-size:1.3rem;
	color:black;
}
div.reel-annotation > .etiquette > div p{
	font-size:.9rem;
}
div.reel-annotation > .etiquette > div:before{ 
	content:url(images/fleche-haut.svg);
	display:block;
	position:absolute; 
	top:-15px;
	left:27px;
}
/**** Etiquettes visibles au survol*******/
/**** spécificités *******/
@media screen and (max-width: 850px) {
	div#manager .etiquette div, 	div#conciergerie .etiquette div {
		position:fixed;
		top:250px;
		left:180px;
	}
	div#manager .etiquette div:before, 	div#conciergerie .etiquette div:before {
		content:none;
	}
}
/**** Contenus complets visibles au clic*******/
div.reel-annotation .contenu{
	display: none;
	z-index:20;
	width:700px;
	max-width:calc(100% - 65px);
	background-color:white;
	position:fixed;
	left:65px;
	top:0;
	flex-flow: row wrap;
	justify-content: space-between;
	cursor:default;
	box-shadow: 8px 3px 8px 0 rgba(0.3, 0.3, 0.3, 0.5);
}
div.reel-annotation .contenu:before{
    content:"";
    background-image: url('../images/logo-pleyad.svg');
    background-size: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	position: absolute;
    width: 65px; 
	height: calc(var(--hauteur-header) - 27px);
	left:-65px;
}
div.reel-annotation .contenu:after{
    content:"";
    background: #00313a;
	position: absolute;
    width: 70px; 
    height: 200px;
	top:550px;
	left:-70px;
}
div:target > a > .contenu{
	display: flex;
	justify-content: end;
}
div.reel-annotation .contenu > img:nth-of-type(1) {
	display: block;
	position: relative;
	top:10px;
	right: 30px;
	cursor:pointer;
}
div.reel-annotation .contenu header{
	width:100%;
	display: flex;
	flex-flow: row wrap;
	align-items: end;
	justify-content: space-between;
	padding: 0 30px 30px 30px;
	height:calc(var(--hauteur-header) - 27px)
}
div.reel-annotation .contenu header h1{
	font-size:2rem;
	line-height:4rem;
}
div.reel-annotation .contenu header h1 strong{
	color:#ef3f4d;
	font-size:1.3rem;
	display:block;
	line-height:1.4rem;
}
div.reel-annotation .contenu header img{
	max-width:210px;
}
div.reel-annotation .contenu > img:nth-of-type(2){
	width:100%;
	margin-top: 0;
}
div.reel-annotation .contenu article{
	width:65%;
	padding:30px;
}
div.reel-annotation .contenu article:nth-of-type(2){
	width:35%;
	padding-left:0;
}
blockquote {
	width:100%;
	padding:0 20px 30px 20px;
	text-align:center;
	font-size:1.5rem;
	line-height:2.2rem;
	font-family: 'Pacifico', cursive;
}
div.reel-annotation .contenu blockquote cite{
	display:block;
	margin-top:5px;
}
.contenu > img:nth-last-of-type(1), .contenu > img:nth-last-of-type(2), .contenu > img:nth-last-of-type(3){
	width:33%;
}
/**** Contenus complets visibles au clic*******/
/**** spécificités selon les encarts*******/
div#plugandplay .contenu article{
	width:100%;
}
div#jardin .contenu article{
	width:100%;
}
div#canopee .contenu > img:nth-last-of-type(1){
	width:64.5%;
}
div#canopee .contenu > img:nth-last-of-type(2){
	width:35%;
}
div#manager .etiquette div img{
	width:30%;
}
div#plugandpley .contenu article{
	width:100%;
}
div#businesscenter1 .contenu article, div#businesscenter2 .contenu article{
	width:100%;
	list-style: inside;
}
div#fitness .contenu blockquote{
	font-size:1.45rem;
}
