/*
Theme Name: Vitruviana
Description: Theme personnalise Vitruviana
Version: 1.0
*/
* { margin: 0; padding: 0; box-sizing: border-box; }
body, html { height: 100%; font-family: "Lato", sans-serif; font-size: 100%; color: rgb(51,51,51); overflow-y: auto; line-height: 1.6; }
h1 { font-size:150%; font-weight:normal; padding:1.5% 0 0 0; }
h2 { font-size:120%; font-weight:normal; padding:1.5% 0 0 0; }
.background-video { position:fixed; top:0; left:0; width:100%; height:100%; overflow:hidden; z-index:-1; background:#f0f0f0; }
.video-overlay { position:absolute; top:0; left:0; width:100%; height:100%; backdrop-filter:blur(4px); }
.content-div { width:100%; background-color:rgba(255,255,255,0.5); margin:0; padding:10px; opacity:0; transform:scale(0.7); animation:fadeInZoom 0.8s forwards; z-index:20; }
@keyframes fadeInZoom { to { opacity:1; transform:scale(1); } }
.content-div.text-center-sticky-menu { display:flex; justify-content:center; align-items:center; background-color:rgba(255,255,255,0.8); padding:10px; position:sticky; top:0; z-index:2000; }
.content-div.image-center { display:flex; justify-content:center; align-items:center; }
.content-div.image-center img { margin:0 50px; }
.content-div.text-center-sticky-message { position:sticky; top:50px; text-align:center; background-color:rgba(255,255,255,0.5); z-index:1500; }
.btn-mailto { display:inline-block; padding:10px; width:300px; font-weight:bold; text-align:center; border:none; text-decoration:none; }
.btn-mailto:hover { background-color:#0056b3; color:white; }
.content-div.text-center { text-align:center; background-color:rgba(255,255,255,0.5); }
.content-div.text-left { text-align:left; padding:2% 5%; margin-top:1%; background-color:rgba(255,255,255,1); }
.content-div.text-left img { width:100%; padding:2% 0 0 0; }

.btn-mailto {
  background-color: rgba(243, 224, 192, 0.9);
  color: navy;
  display: inline-block;
  width: 300px;
  font-weight: bold;
  text-align: center;
  z-index: 900;
  position: relative;
  padding: 10px;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
.btn-mailto:hover {
  background-color: #0056b3;
  color: white;
}
.btn-mailto p { margin: 0; color: inherit; }
