* > #carte
{
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
left: 0;
top: 0;
transform: scale(1.05);
filter: brightness(70%) blur(3px);
transition: filter 1s;
}
*.on > #carte
{
z-index: 1;
filter: brightness(100%) blur(0px);
}
* > #carte ~ address {font-style: normal;}
* > #carte ~ address strong {}
* > #carte ~ address a {display: inline-block;}
* > #carte ~ address a:hover {}
* > #carte ~ address a > img
{
height: 1em;
vertical-align: middle;
}
* > #carte ~ hr
{
margin-top: 1em;
margin-bottom: 1em;
}
* > #carte ~ address button
{
z-index: 2;
display: block;
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
}
*.on > #carte ~ address button {}