<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.accueil .slide_overlay svg { position: relative; top: 50%; transform: translateY(-50%); }
g#pointeur path { opacity: 0; transform-origin: 50% 50%; animation-duration: .5s; animation-name: fadeIn; animation-iteration-count: 1; animation-fill-mode: forwards; }

g#pointeur path:nth-child(6) { animation-delay:1s; }
g#pointeur path:nth-child(5) { animation-delay:1.5s; }
g#pointeur path:nth-child(4) { animation-delay:2s; }
g#pointeur path:nth-child(3) { animation-delay:2.5s; }
g#pointeur path:nth-child(2) { animation-delay:3s; }
g#pointeur path:nth-child(1) { animation-delay:3.5s; }

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

#last-news { display: flex; flex-direction: row; }
#last-news .ln { color: white; padding: 15px; width: 33%; }
#last-news .ln a { color: inherit; text-align: center; line-height: 120%; font-size: 22px; }
#last-news .ln a:hover { text-decoration: none; }
#last-news .ln .esp { margin-top: 40px; }

.portfolio-item a h2 { color: #5E9EB1; }
.portfolio-item a:hover { background-color: #5E9EB1; }

#portfolio-top-nav {position: fixed; max-width: 100%; background-color: #052240; padding-top: 80px; }
#portfolio-top-nav .right-nav .next-prev-fiche a { color: #5E9EB1; }
#portfolio-top-nav .right-nav .next-prev-fiche a:hover { background: #5E9EB1; }
#portfolio-top-nav .left-nav a:hover { color: #5E9EB1; }
#portfolio-fiche {padding-top: 136px; max-width: 100%; background: transparent;  }
#portfolio-fiche .fiche-details { max-width: 1200px; margin:0 auto; padding: 40px; }
#portfolio-fiche .fiche-details * { color: white !important;  }
#portfolio-fiche .fiche-details h1 { margin-bottom: 40px; font-size: 30px; color: white; }
#portfolio-fiche figure { height: 300px; }
#portfolio-fiche figure img { width:100%; height: 100%; object-fit: cover; object-position: center; }
</pre></body></html>