body { background-image:url("pics/bkg.png"); background-attachment:fixed;}
div {
	display:block;
	font-family: Noto;
	font-size: 18px;
	text-align: center;
	margin-left: 30%;
    margin-right: 30%;
	width: 40%;
}

@media (orientation: portrait) {
  div {
    margin-left: 5%;
    margin-right: 5%;
	width: 90%;
  }
}

.nom {
	font-size: 36px;
	padding-top : 25px;
	text-shadow: 3px 3px #D0D0F0;
}
.titre {
	font-size: 30px;
	padding-bottom: 25px;
	text-shadow: 4px 4px #C0C0E0;
}
.present {
	text-align: justify;
}
.stitre {
	font-size: 30px;
	padding: 15px 0px;
	text-shadow: 4px 4px #C0C0E0;
}
.oeuvre {
	display:inline-block;
	margin: 0;
	width:23%;
	vertical-align:top;
	padding: 1%;	
}

div::first-letter{ color:#446; }

img { width: 100%; height:100%; object-fit: cover;}

button {
    padding: 6px 10px;
    margin: 4px;
    border-radius: 22px;
    background: #f2f2f7;
    border: 1px solid #c8c8d8;
    color: #333;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

button:hover {
    background: #e6e6ef;
    border-color: #b0b0c0;
}

button.active {
    background: #445;
    color: #fff;
    border-color: #223;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.35);
    transform: translateY(1px);
}