html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
    footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}/*margereset*/


@font-face {
    font-family: 'Wedding';
    src: url('polices/Wedding.woff2') format('woff2'),
         url('polices/Wedding.woff') format('woff'),
         url('polices/Wedding.ttf') format('truetype');
}

@font-face {
    font-family: 'Birds';
    src: url('polices/Birds.woff2') format('woff2'),
         url('polices/Birds.woff') format('woff'),
         url('polices/Birds.ttf') format('truetype');
}

@font-face {
    font-family: 'EasterRabbits';
    src: url('polices/EasterRabbits.woff2') format('woff2'),
         url('polices/EasterRabbits.woff') format('woff'),
         url('polices/EasterRabbits.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CinzelDecorative-Regular';
    src: url('polices/CinzelDecorative-Regular.woff2') format('woff2'),
         url('polices/CinzelDecorative-Regular.woff') format('woff'),
         url('polices/CinzelDecorative-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'SantasSleighFull Bold';
    src: url('polices/SantasSleighFull-Bold.woff2') format('woff2'),
         url('polices/SantasSleighFull-Bold.woff') format('woff'),
         url('polices/SantasSleighFull-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'stnicholas';
    src: url('polices/stnicholas.woff2') format('woff2'),
         url('polices/stnicholas.woff') format('woff'),
         url('polices/stnicholas.ttf') format('truetype');
}
@font-face {
    font-family: 'alamain1';
    src: url('polices/alamain1.woff2') format('woff2'),
         url('polices/alamain1.woff') format('woff'),
         url('polices/alamain1.ttf') format('truetype');
}



img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    padding: 1em;
    max-width: 1200px; /* Largeur maximale pour contenir les éléments */
    margin: 0 auto; /* Centrage */

}



body{
    background-image:url(img/flowers.png);
    background-repeat: repeat;
         background-attachment: fixed;
         background-position: center;
    background-size: 900px;
}



/* Désactiver les scrollbars */
body, html {
    margin: 0;
    padding: 0;
    height: auto;
    overflow-x: hidden; /* Pas de défilement horizontal */
    overflow-y: scroll; /* Scroll vertical fonctionnel mais invisible */
     font-family: 'CinzelDecorative-Regular';
}

body::-webkit-scrollbar {
    display: none; /* Masque les scrollbars Webkit */
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Le body couvre toute la hauteur de la fenêtre */
}

main {
    flex: 1; /* Prend tout l'espace restant entre le header et le footer */
}

/**************************************************************************************************************************************************************************************************************************************************************************************NAV NAV NAV NAV NAV**************************************** NAV******************************************************************************************************************************************************************/
/* Styles pour la barre de navigation */
.navigation {
    width: 100%;
    height: auto;
   
    
}

/* Cible tous les liens dans la navigation (#skroll) */
#skroll .navbar-nav .nav-link {
    color: #b296ac; /* Remplacez par la couleur souhaitée */
    font-size: 2rem;
    margin-left: 25px;
    height: auto;
    
    margin: 30px;
   
    
}

/* Couleur au survol */
#skroll .navbar-nav .nav-link:hover {
   
    border-bottom-color: black;
}

#skroll {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
   justify-content: center;
    justify-items: center;
    z-index: 1000;
    padding: 5px; /* Espacement interne */
    background-color: snow; /* Couleur de fond */
    /*border-bottom: 2px solid #730217; /* Bordure pour démarcation */
    font-family: 'Birds';
    
    
    
}

#searchBar{
    background-color: gray;
    color: snow;
}

#skroll a img {
    height: auto;
    width: 15%;
}

/* Positionnement des liens dans la navbar */
.navbar-nav {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) { /* Ajustement pour tablettes et mobiles */
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10%; /* Ajuste la taille */
    white-space: nowrap; /* Empêche le texte de passer à la ligne */
    z-index: 999; /* S'assure que le texte reste visible */
  }

  .navbar-toggler {
    position: absolute;
    left: 10px; /* Déplace le bouton menu à gauche */
    top: 10px;
    z-index: 1000;
  }

  .navbar-collapse {
    text-align: center; /* Centre le menu lorsqu'il est ouvert */
  }
}

@media (min-width: 601px) and (max-width: 960px) {
 .navigation {
    width: 100%;
     height: auto;
  }
  
    .navbar-brand {
    display: none;
  } 
  .navbar-nav {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    justify-items: center;
      background-color: snow;
  }
    
  

  #skroll .navbar-nav .nav-link {
    color: black !important; /* Couleur souhaitée */
    font-size: 2rem;
    margin-left: 25px;
    text-align: center;
      
  }

  #skroll {
    height: 70px;
    z-index: 1000;
    background-color: snow;
    text-align: center;
     
  }

  #skroll {
    font-family: 'birds';
    font-size: 20px;
    text-align: center;
  }

  #skroll img {
    display: none;
  }


}




@media (max-width: 600px) {
  .navbar, .search-form {
    width: 100%;
    margin-bottom: 10px;
  }

  .navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
      background-color: snow;
  }

  #skroll {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px; /* Fixe la hauteur */
    padding: 10px 20px;
    z-index: 9999;
    background-color: snow;
    text-align: center;
    font-family: 'Birds';
    
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #skroll .navbar-nav .nav-link {
    color: black !important;
    font-size: 2rem;
    margin-left: 25px;
    text-align: center;
    padding: 10px;
  }

  #skroll img {
    max-width: 50px; /* Réduction au lieu de cacher */
    height: auto;
  }
    .navbar .navbar-brand{
       display: none;
    }
}





/**************************************************************************************************************************************************************************************************************************************************************************************NAV NAV NAV NAV NAV**************************************** NAV******************************************************************************************************************************************************************/










/****************************************************************************************************************************************************************************************************ANIMATION************************************************ ANIMATION***************************************ANIMATION***************************************************************************************************************************************************************/


/****************************************************************************************************************************************************************************************************ANIMATION************************************************ ANIMATION***************************************ANIMATION***************************************************************************************************************************************************************/
main{
    margin-top: 30px;
    width: 100%;
    margin: 0;
}



body, html  {
  width: 100%;
}

body {
  display: grid;
  place-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";;
}
.image-wrapper {
  width: 100%;
  height: auto; /* Laisse l'image s'ajuster à son contenu */
  overflow: visible; /* Assure que le contour ne soit pas coupé */
}

.image-wrapper a img {
  display: block; /* Évite l'espace sous l'image */
  width: 100%;
  height: auto; /* Garde le bon ratio */
  border-radius: 16px;
  border: 10px solid #bbe1c5; /* Assure que le contour est bien appliqué */
}

.container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 100%;
  column-gap: 1em;
  padding: 3em;
    
    
    
}
.activity-image {
  border: 10px solid #bbe1c5; /* Change la couleur ici */
  border-radius: 10px; /* Adoucit les coins */
  margin-bottom: 3em;
    
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* Ombre pour plus de visibilité */
}


.image-wrapper a {
    position: relative;
    z-index: 10; /* Assure que le lien est cliquable */
}

.image-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}


.column {
  display: flex;
  flex-direction: column;
  gap: 3em;
   
}

.content-wrapper p {
      
  font-weight: bold;
    color: black;
    font-family: 'Birds';
    font-size: 30px;
}
/* Effet de survol pour l'activité */
.image-wrapper:hover {
   
    transition: transform 0.3s ease-in-out; /* Animation fluide */
}

/* Ombre pour souligner l'activité */
.image-wrapper:hover img {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5); /* Ombre sous l'image */
    
    
}



.overlay {
  
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  padding: 0.75em;
  color: white;
  pointer-events: none; /* Désactive les clics sur l'overlay */
    opacity: 0;
    transition: opacity 0.3s;
}

.overlay:hover {
  opacity: 1;
    pointer-events: none; /* Toujours non cliquable */
}
.overlay:hover .like-container {
    background: none; /* Pas de fond */
}

.overlay div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.overlay div > p {
  cursor: pointer;
}


@media (max-width: 1050px) {
  .container {
     grid-template-columns: repeat(3, 1fr);
  }
  
  .column:last-child {
    display: none;
  }
    
     
}

@media (max-width: 800px) {
  .container {
     grid-template-columns: repeat(2, 1fr);
      grid-gap: 5px;
  }
  
  .column:nth-child(3) {
    display: none;
  }
}

@media (max-width: 550px) {
  .container {
     grid-template-columns: repeat(2, 1fr);
    gap: 3em;
      grid-gap: 5px;
  }
 
  .column:nth-child(3) {
    display: flex;
  }
  
  .column:last-child {
    display: flex;
  }
  
}

/*********************************************************************************************************************************************************************************************BOUTON***********************************************************************RECHERCHER**************************************************************************************************************************************************************************************/





/*********************************************************************************************************************************************************************************************BOUTON*********************************************************************NAV NAV NAV********************************** NAV**************************************************************************************************************************************************************************************/

/* --- Styles généraux --- */

header{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    
}




.navbar .navbar-brand{
    z-index: 11;
    font-family:'Birds';
   
    font-size: 80px;
    color: #eab2be; 
     position: absolute;
  left: 50%;
  transform: translateX(-50%);
   
        
}


#accueil p{
    z-index: 11;
    font-family:'stnicholas';
    color: white;
    font-size: 65px;
}



/*********************************************************************************************************************************************************************************SEARCH************************************************************************************************************************ BAR*****************************************************************************************************************************/





/*********************************************************************************************************************************************************************************SEARCH************************************************************************************************************************ BAR*****************************************************************************************************************************/


/* Style pour centrer le contenu du footer */
footer {
  display: flex;                /* Active le flexbox */
  justify-content: center;       /* Centre horizontalement */
  align-items: center;           /* Centre verticalement */
  flex-direction: column;        /* Empile les éléments verticalement */
  text-align: center;            /* Centrer le texte à l'intérieur du footer */
  padding: 20px;
    background-color: beige/* Ajouter un peu d'espace autour du footer */
}
footer a{
    text-decoration: none;
    color: springgreen;
    font-family: 'CinzelDecorative-Regular';
    font-size: 40px;
}

footer a:hover{
    color: springgreen;
    
    text-decoration: none;
}

footer p{
    color: springgreen;
}



/* Style pour l'image */
.smoothScroll img {
  width: 80px;
  height: auto;
  margin-bottom: 10px;  /* Optionnel : pour espacer l'image du texte */
}

/* Optionnel : style pour le lien */
.smoothScroll {
  display: flex;
  justify-content: center;
  align-items: center;
}




@media (max-width: 768px) {
    #accueil h2 {
        font-size: 50px; /* Réduction supplémentaire pour mobile */
    }

    #accueil p {
        font-size: 16px; /* Texte encore plus petit */
    }
}

p{
    margin-bottom: 0 !important;
}
