body{

	background-image: url(marchéordi.png);
    background-size: cover;
    color: white;
    font-weight: bold;
    font-family: arial, sans-serif;
padding-left: 15px;
}

.h1inscri, .h2inscri{
    color: white;
    font-size: 20px;
}


 .top-banner {
        position: fixed;  /* Fixe la bande en haut de la page */
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8); /* Fond sombre semi-transparent */
        color: white;
        padding: 5px 0;
        text-align: center;
        z-index: 1000; /* Assure que la bande soit visible par-dessus le contenu */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Ombre pour un meilleur effet visuel */
        
    }

    /* Bande en haut */
    .bottom-banner {
        position: fixed;  /* Fixe la bande en haut de la page */
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8); /* Fond sombre semi-transparent */
        color: white;
        padding: 5px 0;
        text-align: center;
        z-index: 1000; /* Assure que la bande soit visible par-dessus le contenu */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Ombre pour un meilleur effet visuel */
    }



/* Style pour la barre de navigation en bas de la page */
.footer-nav {
    position: fixed; /* Position fixe en bas de la page */
    bottom: 0; /* Fixe la position en bas */
    left: 0; /* Aligne à gauche */
    width: 100%; /* Prend toute la largeur de la page */
    background-color: rgba(0, 0, 0, 0.8); /* Fond semi-transparent (vous pouvez ajuster l'opacité) */
    color: white; /* Couleur du texte */
    padding: 10px 0; /* Espacement vertical */
    text-align: center; /* Centre le texte */
    z-index: 1000; /* Assurez-vous que c'est au-dessus des autres éléments */
}

/* Style pour les éléments de liste dans la barre de navigation */
.footer-nav .lignecobis {
    list-style: none; /* Retire les puces de liste */
    margin: 0;
    padding: 0;
    display: flex; /* Affiche les éléments de manière horizontale */
    justify-content: center; /* Centre les éléments */
}

/* Style pour chaque lien */
.footer-nav .lignecobis li {
    margin: 0 20px; /* Espace entre les liens */
}

/* Style pour les liens */
.footer-nav .lignecobis a {
    color: white; /* Texte blanc */
    text-decoration: none; /* Retire les soulignements */
    font-size: 18px; /* Taille de la police */
    transition: color 0.3s; /* Ajoute une transition pour l'effet hover */
}

.footer-nav .lignecobis a:hover {
    color: #F4D03F; /* Change la couleur au survol */
}

#ras{
      color: #333;
    }

::-webkit-scrollbar {
  width: 4px;
  
  background-color: #342719;
}
 
/* Style pour le bouton de la barre de défilement */
::-webkit-scrollbar-thumb {
  background-color: #8A745D;
}
 
/* Style pour le coin de la barre de défilement */
::-webkit-scrollbar-corner {
  background-color: #F5F5F5;

}








.ligneco li{
    color: darkgreen;
    list-style: none;
    display: inline;
    float: right;
    margin-right: 20px;
}

.ligneco a{
    color: green;
    font-size: 22px;
}

.form-recherche {
  display: flex;
  flex-direction: row;
  align-items: center;


}


.form-recherche label,
.form-recherche input {
  margin-right: 10px;
  
}
.form-recherche input {
    border-radius: 5px;
    padding: 5px;
    }

.td1{
    margin-left: 30px;
}
.td2{

    margin-right: 10px;
}

input {
    background-color: #DFE0DE;
    border-radius: 5px;
    padding: 5px;
}


.MV {
  background-color: transparent;
  border: none;
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.MV:hover {
  text-decoration: underline;
}










img {
    width: 100%; /* Utiliser toute la largeur disponible */
    height: auto; /* Maintenir la proportion de l'image */
    margin-bottom: 5px;
    border: 3px solid #785E0C; /* Bordure dorée pour faire ressortir l'image */
    border-radius: 10px; /* Plus de bordure arrondie pour un effet plus doux */
    object-fit: cover; /* Adapter l'image au cadre sans déformation */
}


a{
    text-decoration: none;
    color: white;
}

a:hover{
    text-decoration: underline;
    cursor: pointer;
}




.td3 {
    background-color: #6A5132;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    border-radius: 10px;

}

tr{
    padding-top: 10px;
    margin-top: 10px;
}



.Vignette {
    background-color: #333; /* Fond sombre pour un contraste élégant */
    padding: 20px; /* Espacement autour du contenu */
    padding-top: 30px; /* Plus d'espacement en haut pour équilibrer */
    border: 4px solid #785E0C; /* Bordure dorée pour un effet visuel chic */
    border-radius: 15px; /* Bordures arrondies pour un look plus moderne */
    display: inline-block; /* Affichage en bloc mais sur une seule ligne si possible */
    margin-top: 20px; /* Espacement au-dessus de la vignette */
    margin-left: 10px; /* Espacement à gauche */
    margin-right: 10px; /* Espacement à droite */
   
     flex-basis: calc(15% - 5px );
    height: auto; /* Hauteur automatique pour s'adapter au contenu */
    max-height: 17vw; /* Limite de hauteur pour garder une forme bien proportionnée */
    overflow-y: auto; /* Permet le défilement vertical si nécessaire */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombre douce pour ajouter de la profondeur */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Animation au survol */
}

/* Ajout d'un effet au survol pour un aspect interactif */
.Vignette:hover {
    transform: scale(1.05); /* Agrandissement léger au survol */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Ombre plus prononcée */
}






.Vignettebis {
    background-color: #333; /* Fond sombre pour un contraste élégant */
    padding: 20px; /* Espacement autour du contenu */
    padding-top: 30px; /* Plus d'espacement en haut pour équilibrer */
    border: 4px solid #785E0C; /* Bordure dorée pour un effet visuel chic */
    border-radius: 15px; /* Bordures arrondies pour un look plus moderne */
    display: inline-block; /* Affichage en bloc mais sur une seule ligne si possible */
    margin-top: 20px; /* Espacement au-dessus de la vignette */
    margin-left: 10px; /* Espacement à gauche */
    margin-right: 10px; /* Espacement à droite */
   
     flex-basis: calc(15% - 5px );
    height: auto; /* Hauteur automatique pour s'adapter au contenu */
    max-height: 17vw; /* Limite de hauteur pour garder une forme bien proportionnée */
    overflow-y: auto; /* Permet le défilement vertical si nécessaire */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombre douce pour ajouter de la profondeur */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Animation au survol */
}

/* Ajout d'un effet au survol pour un aspect interactif */
.Vignettebis:hover {
    transform: scale(1.05); /* Agrandissement léger au survol */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Ombre plus prononcée */
}






.wrap{
    display: flex;
    flex-wrap: wrap;
  
}
    
.zoom {
  transition: transform .2s;
}

.zoom:hover {
  transform: scale(1.1);
}
   


 ul.Modif {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.Modif li {
  margin: 0 10px;
}
  
  .Modif li a,

  .Modif li input[type="submit"] {

    padding: 5px 10px;
    background-color: #ddd;
    color: #333;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-style: initial;
    text-decoration: underline;
    font-weight: initial;
    font-size: 14px;
    margin-top: 0px;
   
  }





 ul.ModifV {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.ModifV li {
  margin: 0 10px;
}
  
  .ModifV li a,

  .ModifV li input[type="submit"] {

    padding: 2px 10px;
    background-color: #ddd;
    color: #333;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-style: initial;
    text-decoration: underline;
    font-weight: initial;
    font-size: 12px;
    margin-top: 0px;
   
  }





 .suggestionsphotos li {
    cursor: default;
}
.suggestionsphotos li:hover {
    text-decoration: underline;
}

.suggestionsphotos {
border-radius: 15px;
            color: black;
            position: absolute;       
            top: calc(100% + 10px); /* 5px est l'espacement entre la barre de saisie et les suggestions */      
            width: 80%; /* Largeur de la barre de saisie */
            background-color: lightgray; /* Couleur de fond pour le conteneur des suggestions */
            border: 2px solid gray; /* Bordure pour le conteneur des suggestions */
            border-radius: 10px;
            z-index: 1; /* Pour passer par dessus le texte en dessous */
}








.avatar {
  width: 40px;
  height: 40px;
  transform: translate(0, 25%);
}

#background, #background2{
    border-radius: 20px;
    padding: 10px;
    max-width: 600px;
    background-color: #333;
 /* background-color: rgba(41, 128, 185, 0.3);  */
 /* background-color:#0B4208 ; */

}

#background{
    margin-top: 50px;

}

#background2{
    min-width:420px;
    margin-left: 10px; 
}



    .ville-group {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: transparent;
}

#suggestions {
    position: absolute;
    color: black;
    top: 100%;
    left: 0;
    z-index: 100;
    background-color:lightgray;
    border: 1px solid #ccc;
    border-radius: 4px;
    
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#suggestions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#suggestions li {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 10px;
    color: black;
}
#suggestions li:hover {
    background-color: #f2f2f2;
}



.suggestions {
    position: absolute;
    color: black;
    top: 100%;
    left: 0;
    z-index: 100;
    background-color:lightgray;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.suggestions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.suggestions li {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 10px;
    color: black;
}
.suggestions li:hover {
    background-color: #f2f2f2;
}




@media (max-width: 767px) {
    #background{
        /*background-color: rgba(247, 243, 191, 1.0);*/
        border: 1px solid black;
        background-color: #333;
        /*background-color: #0B4208;*/
        margin-top: 20px;
    }

    #background1 {
        background-color: #333;
        /*background-color: #0B4208;*/
    }
    }

@media (max-width: 767px) {
    body{
        background-image: url(fondmarcheia.png);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
input[type="submit"] {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

input[type="submit"]:hover {
    background-color: #218838;
}

    .lignecobis{
        
        z-index:2;
        top: initial;
        bottom: 1vh;
        right: 10px;
    }

    #background2{
        margin-left: 0px;
        padding: 1vw;
        min-width: 90vw;
       
    }

    #background2 input, #background1 input {
        min-width: 10px;
        width: 95%;


    }
    body{
        padding-left:0;
    }
    
    .Vignette{
        background-color: #333;
        /*background-color: #0B4208;*/
        padding: 2vw;
        padding-top: 2vw;
        margin-top: 4vw;
        margin-left: 1vw;
        margin-right: 1vw;
        flex-basis: calc(42% - 5px );
        max-height: 55vw;
    }
    .Vignettebis{
        background-color: #333;
        /*background-color: #0B4208;*/
        padding: 2vw;
        padding-top: 2vw;
        margin-top: 4vw;
        margin-left: 1vw;
        margin-right: 1vw;
        flex-basis: calc(60% - 5px );
        max-height: 70vw;
    }


img {
    width: 95%; /* Utiliser toute la largeur disponible */
    height: auto; /* Maintenir la proportion de l'image */
    margin-bottom: 5px;
    border: 3px solid #785E0C; /* Bordure dorée pour faire ressortir l'image */
    border-radius: 10px; /* Plus de bordure arrondie pour un effet plus doux */
    object-fit: cover; /* Adapter l'image au cadre sans déformation */
}




    header h1{
        font-size: 20px;
    }
    
}
@media (max-width: 767px) {
    .top-banner {
        position: fixed;  /* Fixe la bande en haut de la page */
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8); /* Fond sombre semi-transparent */
        color: white;
        padding: 10px 0;
        text-align: center;
        z-index: 1000; /* Assure que la bande soit visible par-dessus le contenu */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Ombre pour un meilleur effet visuel */
    }

    /* Bande en haut */
    .bottom-banner {
        position: fixed;  /* Fixe la bande en haut de la page */
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8); /* Fond sombre semi-transparent */
        color: white;
        padding: 10px 0;
        text-align: center;
        z-index: 1000; /* Assure que la bande soit visible par-dessus le contenu */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Ombre pour un meilleur effet visuel */
    }

    /* Style du texte dans la bande en haut */
    .h1inscri {
        font-size: 20px; /* Taille de police plus petite */
        color: white; /* Jaune clair pour le texte */
        margin: 0; /* Enlève la marge pour que le texte soit parfaitement centré */
        font-weight: bold;
    }
}