/* DÉBUT COMMUN */

/* typos */
.lumanosimo-regular {
  font-family: "Lumanosimo", cursive;
  font-weight: 400;
  font-style: normal;}

 .antic-didone-regular {
  font-family: "Antic Didone", serif;
  font-weight: 400;
  font-style: normal;}

 @font-face {
  font-family: 'Cantabel';
  src: url('fonts/cantabel.woff2') format('woff2'),
       url('fonts/cantabel.woff') format('woff'),
       url('fonts/cantabel.ttf') format('truetype');}
/* fin typos */


/* début nav barre */
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;}

#nav a{
	font-family: "Antic Didone";
	color: #834E83;}

#nav a:hover{
	color: #4b3c8e;}
/* fin nav barre */



#entete {
    background-color: lightgray;
    height: 20vh; /* Utilise 20% de la hauteur de la fenêtre */
    padding-top: 4px;
    box-sizing: border-box; /* S'assure que le padding est inclus dans la hauteur totale */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Force les titres à être l'un sous l'autre*/}

#entete h1,
#entete h2 {
    display: block; /* S'assure que les titres se comportent comme des éléments de bloc */
    margin: 0; /* Enlève les marges par défaut, ajuste si nécessaire */}

/* Ajustements pour les petits écrans */
@media (max-width: 768px) {
    #entete {
        height: 15vh; /* Réduit la hauteur sur les petits écrans */
        padding-top: 2px; /* Ajuste le padding pour les petits écrans */}
}


h1{
	font-family: bastro;
	text-align: center;
	font-weight: normal;
    margin-top: 30px;}

h2{
	font-family: cantabel;
	text-align: center;
	font-style: italic;
    margin-bottom: 45px;
    z-index: 1;}

h3{
    font-family: Lumanosimo;
    color: #834E83;
    font-size: 18px;
    margin-left: 45px;
    margin-top: -10px;}

h4{
    font-family: Lumanosimo;
    color: #4b3c8e;
    font-style: italic;
    font-size: 13px;
    margin-left: 55px;
    margin-top: -10px;}

p{
	font-family: Antic Dione;
    margin: 10px;
    text-align: justify;
    font-size: 17px;
    font-style: italic;}


/* PIED DE PAGE */
#piedpage {
    background-color: lightgray;
    padding: 40px 0;
    text-align: right;}

.footer-container {
    max-width: 1200px;
    margin: 0 auto; /* Centrer le conteneur tout en gardant l'alignement à droite */
    padding: 0 20px;}

/* Liens vers les réseaux sociaux */
.social-links {
    display: flex;
    justify-content: flex-end; /* Aligne les liens à droite */
    gap: 20px;
    margin-bottom: 20px;}

.social-icon {
    color: #834E83;
    font-style: italic;
    font-size: 16px;}

.social-icon:hover {
    color: #4b3c8e;
    text-decoration: none;}

/* Copyright */
.copyright {
    font-size: 13px;
    color: black;}
/* FIN PIED DE PAGE */


/* FIN COMMUN */





/* DÉBUT PAGE QUAIMEJE */

/* vignettes qu'aime-je ? */
.container {
	background-image:url('photos/fond-marbre-noir.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	width: 100%}

.row-container {
    max-width: 1060px; /* Limite la largeur */
    margin: 0 auto;}

.thumbnail-aime-border{
	padding: 5px;
	margin: 10px;
	margin-top:10px;
	margin-bottom: 22px;}

.thumbnail-aime {
    width: 320px;
    height: 420px;
    overflow: hidden; /* Empêche les photos de dépasser */
    margin: 0 auto;
	box-shadow: 0 0 0 5px white, 0 0 0 10px darkgray;
	position:relative;} /* Apparition du texte */

.text-overlay {
    position: absolute;
    top: 35%; /* Ajuste cette valeur pour modifier la position verticale */
    left: 0;
    right:0;
    transform: translateY(-40px); /* Déplace vers le haut */
    background-color: rgba(0, 0, 0, 0.6); /* Fond semi-transparent */
    color: #997950;
    text-align: center;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    font-size: 20px;
    font-family: "Antic Didone";}

.thumbnail-aime:hover .text-overlay {
    opacity: 1;
    transform: translateY(0); /* Remonte à sa place initiale */}

.image-spacing{
	filter:grayscale(80%);
	transition: filter 1.5s ease, transform 1.5s ease; /* Rend la transition plus douce */
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover; /* Recadre l'image pour remplir sans la déformer */
    object-position: center;}

 .image-spacing:hover{
 	filter:grayscale(0%);
 	transform:scale(1.2);} /* Grossit l'image */

/* fin vignettes qu'aime-je? */


/* début texte thème */

#container2 {
    max-width: 800px; /* Largeur maximale pour limiter la taille */
    margin: 30px auto; /* Centrer horizontalement */
    padding: 20px; /* Espace intérieur */
    background-color: #f9f9f9; /* Couleur de fond de la "bulle" */
    border-radius: 15px; /* Coins arrondis pour l'effet bulle */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombre pour l'effet flottant */
    font-family: georgia, serif; /* Police pour harmoniser avec le texte */}

/* fin texte thème */


/* début flêche */

#scrollTopButton {
    position: fixed; /* Fixe la flèche à un endroit de la page */
    bottom: 20px; /* Positionne la flèche à 20px du bas */
    right: 20px; /* Positionne la flèche à 20px de la droite */
    background-color: #834E83; /* Couleur de fond de la flèche */
    color: white; /* Couleur du texte (flèche) */
    border: none;
    border-radius: 50%; /* Donne une forme ronde à la flèche */
    font-size: 24px; /* Taille de la flèche */
    padding: 10px;
    cursor: pointer; /* Change le curseur pour indiquer qu'il est cliquable */
    transition: background-color 0.3s ease; /* Effet de transition sur la couleur */}

#scrollTopButton:hover {
    background-color: #4b3c8e; /* Change la couleur au survol */}

/* fin flèche */


/* FIN PAGE QUAIMEJE */

