@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

html {
  font-size: 16px;
}
body {
  font-family: "Lato", sans-serif;
}

/* DEBUT Header */

.logo-titre {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-right: 180px;
}

.top {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid grey;
}

.top nav ul {
  list-style: none;
  padding: 0;
  gap: 30px;
  display: flex;
  flex-direction: row;
  padding-right: 295px;
  padding-top: 1rem;
}

.top nav ul a {
  text-decoration: none;
  color: #9ca3af;
}

.top nav a {
  color: #9ca3af; 
  text-decoration: none;
}

.top nav a:hover {
  color: #c6a75e;
}

.top nav a.active {
  color: #c6a75e;
  font-weight: 600;
}
.recherche {
  padding-right: 30px;
  padding-top: 1rem;
}

.connexion-rejoindre {
  margin-left: 200px;
  margin-top: 1.2rem;
}

.connexion-rejoindre a {
  text-decoration: none;
}
.profile {
  padding-top: 1rem;
}

.connexion {
  background-color: black;
  color: #c6a75e;
  border: 1px solid #6e5f2f;
  padding: 5px;
  margin-right: 10px;
}

.sinscrire {
  background-color: #c6a75e;
  color: black;
  border: 1px solid #6e5f2f;
  padding: 5px;
  margin: 5px;
}

.deconnexion {
  background-color: #c6a75e;
  color: black;
  border: 1px solid #6e5f2f;
  padding: 5px;
  margin: 5px;
  margin-left: 100px;
}
/* FIN Header*/

/*DEBUT Sidebar*/

.sidebar {
  width: 18rem;
  min-height: 93vh;
  border-right: 1px solid grey;
  padding: 1rem 1.2rem;
}

/* Le titre */
.sidebar h5 {
  color: #c6a75e;
  margin: 0 0 1rem 0;
}

.sidebar nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.sidebar .logo-page {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sidebar .logo-page a {
  color: #9ca3af;
  text-decoration: none;
}

.sidebar .logo-page a:hover,
.sidebar .logo-page a.active {
  color: #c6a75e;
  font-weight: 600;
}


/* DEBUT Rightside */
.right-side {
  flex: 0 0 380px;
  margin-left: auto;
  color: white;
  border-left: 1px solid grey;
  padding: 1rem;
  min-height: 93vh;
}

.online-count {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  background-color: #2f2e2b;
  border: 1px solid #6e5f2f;
  border-radius: 999px;
  color: #c6a75e;
  font-size: 14px;
  margin-bottom: 15px;
}

.online-count p {
  margin-top: 10px;
}
.title-info {
  display: flex;
  flex-direction: row;
  padding-left: 15px;
}
.title-info p {
  padding-top: 10px;
}
.info-destination {
  background-color: #2f2e2b;
  border-radius: 0.8rem;
  padding-left: 5px;
  width: 380px;
  margin-bottom: 15px;
}
.card {
  background-color: #2f2e2b;
  display: flex;
  flex-direction: column;
  padding: 15px;
  color: white;
}
.card-2 {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  align-items: center;
  border-bottom: 1px solid #6e5f2f;
}
.card-2:last-child {
  border-bottom: none;
}

.vols-tout {
  background-color: #2f2e2b;
  margin-bottom: 10px;
  padding: 5px;
  width: 380px;
  border-radius: 5px;
  padding-bottom: 15px;
  padding-bottom: 15px;
}
.vols-p {
  margin-left: 70px;
  display: flex;
  flex-direction: row;
}

.hotelForm {
  margin-left: 50px;
}
.vols-p p {
  margin-left: 15px;
  padding-top: 10px;
}

.vols {
  color: white;
  gap: 30px;
  display: flex;
  flex-direction: row;
  background-color: #6e5f2f;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-radius: 5px;
}
.company {
  display: flex;
  flex-direction: row;
}

.company img {
  margin-top: 5px;
  border-radius: 5px;
}

.vols-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.vols-info p {
  margin: 0;
}

.errorDisplay {
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.hotelItem {
  border-bottom: 1px solid #2a2418;
  padding: 10px 0;
}

.destinationDisplay {
  color: #c6a75e;
  font-style: italic;
  font-size: 1.6rem;
  margin-top: 12px;
}
.hotelName {
  color: #c6a75e;
  font-weight: 600;
  margin: 0;
}

.hotelAddress {
  color: #888;
  font-size: 0.8rem;
  margin: 2px 0;
}

.hotelDistance {
  color: #c6a75e;
  font-size: 0.8rem;
  margin: 0;
}
/* FIN Right */

/* LAYOUT */
.layout {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

/* DEBUT FEED */
.layout2 {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.layout-publier {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.feed-index {
  margin-top: 30px;
  margin-left: 250px;
  background-color: #1e1e1e;
  width: 780px;
  min-height: 360px;
  border-radius: 12px;
  border: 1px solid #2a2a38;
  overflow: hidden;
}

.feed-header-index {
  background-color: #1e1e1e;
  width: 100%;
  min-height: 50px;
  border-bottom: 1px solid #2a2a38;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-left: 12px;
}

.feed-header-index a {
  font-size: 16px;
  padding: 15px;
  color: white;
  margin: 0;
  margin-left: 0px;
  text-decoration: none;
}

.feed-header-index p {
  font-size: 16px;
  padding: 15px;
  color: white;
  margin: 0;
  margin-left: 0px;
  text-decoration: none;
}

.feed-header-index a:hover {
  color: #c6a75e;
}

.post-media-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-image-box {
  flex: 1;
  height: 450px;
  background-color: #1e1e1e;
  box-sizing: border-box;
}

.post-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-caption {
  color: white;
  padding: 16px 20px;
  margin: 0;
  margin-left: 0px;
  line-height: 1.5;
  background-color: #1e1e1e;
}

.feed-box {
  margin-left: 150px;
}
.feed-title-info {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.feed-title-info h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: white;
}

.feed-title-info label {
  margin-right: 20px;
  margin-bottom: 5px;
  color: white;
}

.button-publier {
  display: flex;
  margin-left: 120px;
}

.button-publier button {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 12px;
  background-color: #c6a75e;
}

.feed-publier {
  margin-top: 100px;
  margin-left: 350px;
  background-color: #1e1e1e;
  width: 780px;
  min-height: 360px;
  border-radius: 12px;
  border: 1px solid #2a2a38;
  overflow: hidden;
}
.feed p {
  color: white;
}

.feed-container {
  width: 100%;
  min-width: 0;
  padding: 1rem;
}

.feed-header-publier {
  background-color: #1e1e1e;
  width: 1000px;
  min-height: 50px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: 1px solid #2a2a38;
}

.feed-header-publer p {
  font-size: 16px;
  padding: 15px;
  color: #6c63ff;
  margin: 0;
}
.feed-posts {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.post-infos {
  margin-left: 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.post-caption {
  color: white;
  margin: 0 0 10px 0;
  line-height: 1.5;
}

.post-date {
  color: #9ca3af;
  padding-top: 18px;
  font-size: 14px;
}

.feed-header {
  width: 100%;
}

.feed-header nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding-left: 220px;
}

.feed-header nav ul a {
  text-decoration: none;
  color: #9ca3af;
}
.feed-header nav a {
  color: #9ca3af;
  text-decoration: none;
}

.feed-header nav a:hover {
  color: #c6a75e;
}

.feed-header nav a.active {
  color: #c6a75e;
  font-weight: 600;
}

.feed-header nav a:hover,
.feed-header nav a.active {
  color: #c6a75e;
  font-weight: 600;
}


.like-commenter-partager {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 14px 16px 8px 16px;
  width: 100%;
}
.active,
button:hover,
.btn:hover {
    color: #c6a75e;
    text-shadow: 0 0 8px rgba(198, 167, 94, 0.45);
}

.like {
  display: flex;
  align-items: center;
}

.like-form {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background-color: #2a2a2a;
  border-radius: 12px;
}

.like-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.like-form p {
  margin: 5px;
  color: white;
}

.like-text {
  color: #d9d9d9;
}
.like button {
  background-color: #2a2a2a;
  border: none;
}
#nbr-like {
  color: white;
}

.pdp-feed {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
}

#reserver-hotel {
  text-decoration: none;
  color: #c6a75e;
  background-color: #2a2a2a;
}

#reserver-hotel:hover {
  color: white;
}

/* DEBUT INSCRIPTION */

.inscription {
  font-family: "Lato", sans-serif;
  background-color: white;
  display: flex;
  flex-direction: row;
}

.left-side {
  margin-top: 50px;
  margin-bottom: 80px;
  margin-left: 100px;
  margin-right: 100px;
}

.title-inscription {
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  color: white;
  margin-left: 100px;
}

.title-inscription p {
  font-size: 24px;
}

.sign-up-ga {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.sign-up-g {
  width: 500px;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  width: 500px;
  background-color: #d9d9d9;
}

.sign-up-g a {
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  color: black;
}

.sign-up-g img {
  margin-top: 10px;
  margin-right: 10px;
}

.separator {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
  width: 500px;
}

.separator span {
  flex: 1;
  height: 1px;
  background-color: #5f5f5f;
}

.separator p {
  margin: 0;
  color: #4a4a4a;
  font-size: 2rem;
}

.form {
  width: 100%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.form-group {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-left: 0px;
}

.form-group input {
  width: 500px;
  height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  background-color: #d9d9d9;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.form-group select {
  margin-top: 30px;
  margin-left: 120px;
  background-color: #c6a75e;
}
.button {
  display: flex;
  justify-content: center;
}

.button button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 12px;
  background-color: #c6a75e;
}

.have_account {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}

.have_account a {
  color: #c6a75e;
}
.right_side_inscription {
  margin-left: auto;
  width: 620px;
  padding: 20px 30px 20px 0;
  box-sizing: border-box;
}

.right_side_inscription img {
  width: 100%;
  height: calc(100vh - 40px);
  object-fit: cover;
  display: block;
  border-radius: 32px;
  border: 1px solid #2f2f2f;
}

.checkbox-inscription {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.checkbox-inscription p {
  margin-top: 15px;
}

/* BACKOFFICE */

.backoffice-container {
  max-width: 1200px;
  margin: 40px auto;
  background: white;
  padding: 25px;
  border-radius: 12px;
}

.backoffice-container h1 {
  margin-bottom: 20px;
}

.table {
  background: white;
}

.top-links {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.top-links a {
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 8px;
}

.btn-retour {
  background: #c6a75e;
  color: black;
}

.btn-logout {
  background: #222;
  color: white;
}

/* PAGE OTP DEBUT */
.otp-page {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0f0f0f;
}

.otp-box {
  background-color: #1e1e1e;
  border-radius: 12px;
}

.otp-box h1 {
  color: #c6a75e;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}

.otp-box p {
  padding-top: 10px;
  color: #f8f5f0;
  display: flex;
  justify-content: center;
}

.otp-form {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.otp-form .button {
  margin-top: 15px;
}

/*PAGE OTP FIN */

/* ACCUEIL */
body.home-page {
  overflow: hidden;
}

body.home-page .layout {
  height: calc(100vh - 59px);
  overflow: hidden;
  align-items: stretch;
}

body.home-page .home-main {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

body.home-page .feed-scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body.home-page .sidebar,
body.home-page .right-side {
  height: 100%;
  min-height: 0;
}

body.home-page .feed-scroll::-webkit-scrollbar {
  display: none;
}

/* DEBUT PROFILE */

.profile-page {
  margin-top: 50px;
  margin-left: 300px;
}

.profile-page p {
  color: white;
}

.photo_de_profile img {
  border-radius: 999px;
}
.photo_de_profile {
  display: flex;
  flex-direction: row;
  gap: 100px;
  background-color: #1e1e1e;
}

.nom-prenom-pseudo p {
  margin: 0px;
}

.stats {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.stats a {
  text-decoration: none;
  color: white;
}

.stats a:hover {
  color: #c6a75e;
}

.bio {
  margin-top: 60px;
}

.modifier-profile {
  margin-top: 3px;
}

.modifier-profile a {
  color: white;
  text-decoration: none;
  margin-top: 2px;
  padding: 5px;
  background-color: #c6a75e;
}

.modifier-profile a:hover {
  background-color: #c6a75e;
}
#boutton-abonnememnt {
  margin-top: 10px;
  background-color: #c6a75e;
}

.publications {
  border-top: 1px solid grey;
  margin-top: 150px;
  background-color: #1e1e1e;
}

.section-publications {
  display: flex;
  flex-direction: row;
  gap: 200px;
  padding-left: 100px;
  padding-right: 100px;
}

.section-publication-detail {
  display: flex;
  align-items: center;
  gap: 5px;
}

.section-publication-detail p {
  margin: 0;
}

.publication-photo-video {
  margin-top: 50px;
  margin-left: 100px;
}

.publication_photo_mini {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.publication_photo_mini img {
  width: 100px;
  height: 100px;
}


/* Modifier profile */

.modifier-profile-container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-left: 200px;
  margin-top: 100px;
}

.form-modifier-profile {
  padding: 50px;
  background-color: #1e1e1e;
  width: 100%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 38px;
  border-radius: 15px;
}

.photo-profile-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.photo-profile-section img {
  border-radius: 999px;
}

.image-input {
  border-radius: 999px;
  align-self: center;
  color: white;
}

.historique-modifications-profile {
  width: 400px;
  background-color: #1e1e1e;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.boutton-historique {
  background-color: #3a3a3a;
  color: white;
  border: 1px solid #2a2a38;
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.boutton-historique:hover {
  background-color: #4a4a4a;
}

.historique-titre {
  color: #6e5f2f;
  font-size: 20px;
  margin-left: 30px;
}

.historique-box {
  background-color: #2f2e2b;
  border-radius: 10px;
  padding: 12px;
}

.historique-item {
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 12px;
  margin-bottom: 12px;
}


.historique-date {
  color: #c6a75e;
  font-size: 14px;
}

.historique-label {
  color: #9ca3af;
  font-size: 14px;
}

.historique-valeur {
  color: white;
}

/* PAGE POST */
.page-post {
  margin-left: 300px;
}
.delete-post{
    margin-top: 2px;
}

.delete-post-btn{
    background-color: #6e5f2f;
    color: white;
    border: none;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.delete-post-btn:hover{
    background-color: #c6a75e;
}


/* PAGE MESSAGE */
.messagerie-container {
  display: flex;
  gap: 20px;
  padding: 20px;
  color: white;
}

.conversations {
  width: 320px;
  background-color: #272727;
  border-radius: 12px;
  padding: 15px;
}

.chat-box {
  flex: 1;
  background-color: #272727;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  min-height: 70vh;
}

#chat-header {
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #c6a75e;
}

#chat-messages {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 10px;
}

.message-envoye {
  align-self: flex-end;
  background-color: #c6a75e;
  color: black;
  padding: 10px 14px;
  border-radius: 16px;
  max-width: 70%;
}

.message-recu {
  align-self: flex-start;
  background-color: #3a3a3a;
  color: white;
  padding: 10px 14px;
  border-radius: 16px;
  max-width: 70%;
}

#message-form {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

#message-input {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: none;
}

#message-form button {
  background-color: #c6a75e;
  color: black;
  border: none;
  padding: 10px 16px;
  border-radius: 10px;
}

.conversation-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}

.conversation-item:hover {
  background-color: #c6a75e;
  border-radius: 15px;
}

.conversation-item-pseudo {
  padding-top: 7px;
}

#date-message {
  font-size: small;
}

/*Debut Errors*/
.Error-404 {
  background-image: url("images/Error-404.jpg");
  background-size: cover;
  background-position: center;

  width: 100%;
  min-height: 945px;

  display: flex;
  flex-direction: column;
  gap: 10px;

  color: Black;
}

.Error-404 h1 {
  margin-top: 300px;
  margin-left: 850px;
}

.Error-404 p {
  margin-left: 880px;
}

.Error-500 {
  background-image: url("images/Error-500.jpg");
  background-size: cover;
  background-position: center;

  width: 100%;
  min-height: 945px;

  display: flex;
  flex-direction: column;
  gap: 10px;

  color: Black;
}
.Error-500 h1 {
  margin-top: 300px;
  margin-left: 850px;
}
.Error-500 p {
  margin-left: 880px;
}

.Error-403 {
  background-image: url("images/Error-404.jpg");
  background-size: cover;
  background-position: center;

  width: 100%;
  min-height: 945px;

  display: flex;
  flex-direction: column;
  gap: 10px;

  color: Black;
}
.Error-403 h1 {
  margin-top: 300px;
  margin-left: 850px;
}

.Error-403 p {
  margin-left: 880px;
}


/* DEBUT MES GROUPES*/

.group-head {
  color: white;
}

#nom_groupe {
  margin-top: 25px;
}
.group {
  display: flex;
  flex-direction: row;
  color: white;
  gap: 40px;
}

.nbr-inscrit-group  {
  margin-left: 5px;
}

.groupe-description {
  margin-top: 30px;
}

#voir-groupe  {
  color: #6e5f2f;
}
#voir-groupe:hover {
  color: #c6a75e;
}

.group-photo {
  width: 100px;
  height: 100px;
  border-radius: 999px;
  margin-bottom: 20px;
}

/* DEBUT GROUPE */
.group-page-wrapper{
    margin: 20px auto;
    color: white;
}

.presentation_groupe{
    background: #1e1e1e;
    border: 1px solid #2a2a38;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 18px;
}

.photo-groupe{
    width: 100%;
    height: 250px;
    background: #2f2e2b;
}

.photo-groupe img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.info-group{
    padding: 20px;
}

.group-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.group-title{
    margin: 0;
    font-size: 2rem;
    color: #ffffff;
}

.group-membre-createur{
    margin-top: 8px;
    color: #9ca3af;
    font-size: 0.95rem;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.group-membre-createur a{
    color: #c6a75e;
    text-decoration: none;
}

.group-membre-createur a:hover{
    text-decoration: underline;
}

.group-actions{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.group-btn{
    background: #c6a75e;
    color: #111;
    border: none;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease;
}

.group-btn:hover{
    opacity: 0.9;
}

.group-btn-outline{
    background: transparent;
    color: #c6a75e;
    border: 1px solid #6e5f2f;
}

.group-btn-outline:hover{
    background: rgba(198, 167, 94, 0.08);
}

.group-description{
    margin-top: 18px;
    padding: 16px;
    background: #242424;
    border: 1px solid #2a2a38;
    border-radius: 12px;
    line-height: 1.6;
    color: #e5e7eb;
}

.group-details{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.group-detail{
    background: #2f2e2b;
    color: #c6a75e;
    border: 1px solid #6e5f2f;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.9rem;
}

.group-moderation{
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
}

.group-card{
    background: #1e1e1e;
    border: 1px solid #2a2a38;
    border-radius: 18px;
    padding: 18px;
}

.group-card h3{
    margin-top: 0;
    margin-bottom: 14px;
    color: #ffffff;
}

.group-proprietaire{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: white;
}

.group-proprietaire img{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #c6a75e;
}

.group-proprietaire p{
    display: block;
    color: #9ca3af;
    margin-top: 3px;
    font-size: 12px;
}

.members-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.membre-inscrit{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: white;
    padding: 10px;
    border-radius: 12px;
    transition: 0.2s ease;
    background: #242424;
    border: 1px solid #2a2a38;
}

.membre-inscrit:hover{
    background: #2b2b2b;
}

.membre-inscrit img{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.membre-inscrit p{
    font-weight: 600;
    padding-top: 7px;
}

.chat-condition{
    color: #9ca3af;
    line-height: 1.6;
}

.group-empty{
    color: #9ca3af;
}

/* DEBUT FOLLOWER */
.followers-page {
    margin-left: 500px;
    width: 400px;
    padding: 40px 30px;
    display: flex;
    justify-content: center;
}

.followers-section {
    width: 100%;
    max-width: 760px;
    min-height: 500px;
    background-color: #1e1e1e;
    border: 1px solid #2a2a38;
    border-radius: 24px;
    padding: 24px;
    box-sizing: border-box;
}

.followers-section-header {
    margin-bottom: 25px;
}

.followers-titre {
    color: white;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

.followers-soustitre {
    color: #9ca3af;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
}

.followers-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.follower-detail {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    background-color: #232323;
    border: 1px solid #2a2a38;
    border-radius: 18px;
    padding: 14px 18px;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.2s ease;
}

.follower-detail:hover {
    border-color: #c6a75e;
}

.follower-photo {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
}

.follower-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.follower-pseudo {
    color: white;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.follower-nom {
    color: white;
    font-size: 16px;
    margin: 0;
}

.follower-bio {
    color: #9ca3af;
    font-size: 14px;
    margin: 0;
}

.followers-empty {
    color: #9ca3af;
    background-color: #232323;
    border: 1px solid #2a2a38;
    border-radius: 18px;
    padding: 18px;
}

/* DEBUT hotel*/
.hotel-payment-box {
    background-color: #1e1e1e;
    border: 1px solid #2a2a38;
    border-radius: 10px;
    padding: 20px;
    color: white;
}

.hotel-recap {
    background-color: #2f2e2b;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.hotel-recap h3 {
    color: #c6a75e;
    margin-bottom: 8px;
}

.hotel-recap p {
    color: #9ca3af;
    margin-bottom: 6px;
}

.hotel-recap .hotel-price {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.hotel-payment-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hotel-payment-form label {
    color: #c6a75e;
    font-weight: bold;
}

.hotel-payment-form input {
    background-color: #2a2a2a;
    border: 1px solid #2a2a38;
    border-radius: 6px;
    padding: 10px;
    color: white;
    outline: none;
}

.hotel-payment-form input:focus {
    border-color: #c6a75e;
}

.payment-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.payment-row div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-pay {
    margin-top: 12px;
    background-color: #c6a75e;
    color: #1e1e1e;
    border: none;
    border-radius: 6px;
    padding: 12px;
    font-weight: bold;
    cursor: pointer;
}

.btn-pay:hover {
    background-color: white;
}
.hotel-page {
    background-color: #1e1e1e;
}

.hotel-page .layout {
    background-color: #1e1e1e;
    min-height: calc(100vh - 80px);
}

.hotel-page .sidebar {
    background-color: #1e1e1e;
}

.hotel-page .right-side {
    background-color: #1e1e1e;
}

.hotel-page .feed-index {
    background-color: #1e1e1e;
}

.hotel-page .feed-header-index h2 {
    color: #c6a75e;
}

/* Rechercher */
.explorer-main {
  flex: 1;
  min-width: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.explorer-box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
}

.explorer-title {
  background-color: #1e1e1e;
  border: 1px solid #2a2a38;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.explorer-title h2 {
  color: #c6a75e;
  margin: 0 0 8px 0;
}

.explorer-title p {
  color: #9ca3af;
  margin: 0;
}

.explorer-form {
  display: flex;
  gap: 12px;
  background-color: #1e1e1e;
  border: 1px solid #2a2a38;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
}

.explorer-form input {
  flex: 1;
  background-color: #2a2a2a;
  border: 1px solid #444;
  border-radius: 10px;
  color: white;
  padding: 12px;
  outline: none;
}

.explorer-form input:focus {
  border-color: #c6a75e;
}

.explorer-form button {
  background-color: #c6a75e;
  color: black;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 700;
  cursor: pointer;
}

.search-info {
  color: #9ca3af;
  margin: 15px 0;
}

.search-results .feed-index {
  margin-left: 0;
  width: 100%;
}

.search-results .post-image-box {
  height: 420px;
}

/* Carte */
#map {
  margin-left: 100px;
    min-width: 1000px;
    height: 600px;
    border-radius: 16px;
    border: 1px solid #6e5f2f;
    margin-top: 20px;
}

/* Debut mobile */

@media screen and (max-width: 768px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #242424;
  }

  body.home-page {
    overflow-x: hidden;
    overflow-y: auto;
  }

  body.home-page .layout {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
  }

  body.home-page main,
  body.home-page .home-main {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  body.home-page .feed-scroll {
    width: 100%;
    height: auto;
    overflow: visible;
    padding-bottom: 95px;
  }

  .right-side {
    display: none;
  }

  .top {
    width: 100%;
    min-height: auto;
    padding: 12px 24px 0 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #242424;
    border-bottom: 1px solid #333;
  }

  .logo-titre {
    padding-right: 0;
    gap: 12px;
    display: flex;
    align-items: center;
  }

  .logo-titre img {
    width: 50px;
  }

  .logo-titre h1 {
    font-size: 32px;
    margin: 0;
    color: #c6a75e;
  }

  .connexion-rejoindre {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .connexion,
  .sinscrire,
  .deconnexion {
    margin: 0;
    padding: 6px 10px;
    font-size: 12px;
  }


  .navigation {
    display: block;
    width: 100%;
    order: 3;
    margin-top: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    border-top: 1px solid #333;
  }

  .navigation nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    width: max-content;
    padding: 10px 0;
    margin: 0;
    white-space: nowrap;
  }

  .navigation .logo-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .navigation .logo-page img {
    width: 24px;
    height: 24px;
  }

  .navigation .logo-page a {
    font-size: 12px;
  }


  .feed-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-bottom: 95px;
  }

  .feed-header {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #242424;
    border-bottom: 1px solid #2a2a38;
  }

  .feed-header nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    padding: 14px 24px;
    margin: 0;
    white-space: nowrap;
    overflow-x: auto;
  }

  .feed-header nav ul a {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .feed-index {
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    background-color: #1e1e1e;
    overflow: hidden;
  }

  .feed-header-index {
    width: 100%;
    min-height: 68px;
    margin-left: 0;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    background-color: #1e1e1e;
  }

  .pdp-feed {
    width: 54px;
    height: 54px;
  }

  .feed-header-index a {
    font-size: 22px;
    color: white;
    padding-left: 16px;
  }

  .post-image-box {
    width: 100%;
    height: auto;
    background-color: #111;
  }

  .post-image-box img,
  .post-image-box video {
    width: 100%;
    height: 58vh;
    display: block;
    object-fit: cover;
  }

  .like-commenter-partager {
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 10px;
    padding: 14px 16px;
    background-color: #1e1e1e;
  }

  .like {
    flex: 1;
  }

  .like-form {
    width: 100%;
    height: 52px;
    padding: 0;
    border-radius: 12px;
    background-color: #2a2a2a;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .like-btn {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .like-form img {
    width: 25px;
    height: 25px;
  }

  .like-count {
    font-size: 14px;
    margin: 0;
  }

  .like-text {
    display: none;
  }

  .post-infos {
    display: flex;
    flex-direction: column;
    padding: 0 24px 18px 24px;
    gap: 5px;
    background-color: #1e1e1e;
  }

  .post-caption {
    font-size: 16px;
    color: white;
    margin: 0;
    padding: 0;
  }

  .post-date {
    font-size: 12px;
    color: #9ca3af;
    margin: 0;
    padding: 0;
  }


  body.home-page .sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 1000;
    width: 100%;
    height: 86px;
    min-height: 86px;
    padding: 6px 0 10px 0;
    background-color: #111;
    border-right: none;
    border-top: 1px solid #333;
    overflow: hidden;
  }

  body.home-page .navigation-sidebar {
    height: 100%;
  }

  body.home-page .sidebar h5 {
    display: none;
  }

  body.home-page .sidebar nav {
    height: 100%;
  }

  body.home-page .sidebar nav ul {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  body.home-page .sidebar .logo-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }

  body.home-page .sidebar .logo-page img {
    width: 28px;
    height: 28px;
  }

  body.home-page .sidebar .logo-page a {
    display: block;
    font-size: 13px;
    text-align: center;
  }

  body.home-page .sidebar .menu-profil {
    grid-column: 1;
  }

  body.home-page .sidebar .menu-messages {
    grid-column: 2;
  }

  body.home-page .sidebar .menu-publier {
    grid-column: 3;
  }

  body.home-page .sidebar .menu-groupes {
    grid-column: 4;
  }

  body.home-page .sidebar .menu-parametres {
    grid-column: 5;
  }

  body.home-page .sidebar .menu-badges {
    display: none;
  }

  body.home-page .sidebar .menu-publier img {
    width: 46px;
    height: 46px;
    border: 3px solid #c6a75e;
    border-radius: 50%;
    padding: 6px;
  }

  body.home-page .sidebar .menu-publier a {
    color: #c6a75e;
    font-weight: bold;
  }
}


.comment-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.comment-popup-content {
    width: 500px;
    max-width: 90%;
    max-height: 80vh;
    background: #1e1e1e;
    border: 1px solid #2a2a38;
    border-radius: 20px;
    padding: 20px;
    color: white;
    overflow-y: auto;
    position: relative;
}

.close-comment-popup {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
}

.comment-popup-content h3 {
    margin-bottom: 20px;
    color: white;
}

.commentaire {
    border-bottom: 1px solid #2a2a38;
    padding: 12px 0;
}

.commentaire-pseudo {
    color: #c6a75e;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.commentaire-texte {
    color: white;
    margin: 0 0 5px 0;
}

.commentaire-date {
    color: #9CA3AF;
    font-size: 13px;
    margin: 0;
}
.like-form .like-btn {
    background: transparent;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: Lato, sans-serif;
    padding: 0;
}

.like-form .like-btn p {
    margin: 0;
}

.like-form .like-btn img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* DEBUT EASTER EGG */ 
.easter-slide-page {
    margin: 0;
    min-height: 100vh;
    background: #000;
    overflow: hidden;
}

.easter-slide-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #000;
}

.easter-slide-img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100vw;
    max-height: 100vh;
    object-fit: contain;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation: easterSlide 6s infinite;
}

.image-un {
    animation-delay: 0s;
}

.image-deux {
    animation-delay: 1s;
}

.image-trois {
    animation-delay: 2s;
}

.image-quatre {
    animation-delay: 3s;
}

.image-cinq {
    animation-delay: 4s;
}

.image-six {
    animation-delay: 5s;
}

.easter-slide-back {
    position: fixed;
    bottom: 25px;
    right: 25px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    opacity: 0.35;
    z-index: 10;
}

.easter-slide-back:hover {
    opacity: 1;
}

@keyframes easterSlide {
    0% {
        opacity: 0;
    }

    3% {
        opacity: 1;
    }

    15% {
        opacity: 1;
    }

    16.66% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

body {
  background-color: #242424;
  color: white;
}

.top {
  background-color: #242424;
  border-bottom: 1px solid #2f2e2b;
}

.logo-titre h1 {
  color: #c6a75e;
}

.top nav ul a,
.top nav a {
  transition: 0.2s ease;
}

.top nav ul a:hover,
.top nav a:hover {
  color: #c6a75e;
}

.connexion,
.sinscrire,
.deconnexion {
  border-radius: 8px;
  transition: 0.2s ease;
}

.connexion:hover,
.sinscrire:hover,
.deconnexion:hover {
  transform: translateY(-2px);
}

.sidebar {
  background-color: #242424;
  border-right: 1px solid #2f2e2b;
}

.sidebar .logo-page {
  padding: 8px;
  border-radius: 10px;
  transition: 0.2s ease;
}

.sidebar .logo-page:hover {
  background-color: #2f2e2b;
}

.sidebar .logo-page a {
  transition: 0.2s ease;
}

.right-side {
  background-color: #242424;
  border-left: 1px solid #2f2e2b;
}

.online-count,
.info-destination,
.vols-tout,
.card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Feed */
.feed-index {
  border: 1px solid #2f2e2b;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  animation: apparitionPost 0.4s ease;
}

.feed-index:hover {
  border-color: #6e5f2f;
}

.feed-header-index {
  background-color: #1e1e1e;
}

.post-image-box img {
  transition: 0.25s ease;
}

.feed-index:hover .post-image-box img {
  filter: brightness(1.04);
}

.like-form {
  transition: 0.2s ease;
}

.like-form:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

button,
.btn,
.button button,
.button-publier button,
.explorer-form button,
.btn-pay,
.group-btn {
  transition: 0.2s ease;
}

button:hover,
.btn:hover,
.button button:hover,
.button-publier button:hover,
.explorer-form button:hover,
.btn-pay:hover,
.group-btn:hover {
  transform: translateY(-2px);
}

input,
select,
textarea {
  transition: 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #c6a75e;
  box-shadow: 0 0 0 2px rgba(198, 167, 94, 0.15);
}

.group-card,
.presentation_groupe,
.followers-section,
.follower-detail,
.conversations,
.chat-box,
.hotel-payment-box,
.explorer-title,
.explorer-form {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.follower-detail:hover,
.membre-inscrit:hover,
.group-card:hover,
.presentation_groupe:hover {
  border-color: #6e5f2f;
}

.comment-popup-content {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.45);
  animation: apparitionPopup 0.25s ease;
}

.feed-scroll::-webkit-scrollbar,
#chat-messages::-webkit-scrollbar,
.comment-popup-content::-webkit-scrollbar {
  width: 6px;
}

.feed-scroll::-webkit-scrollbar-thumb,
#chat-messages::-webkit-scrollbar-thumb,
.comment-popup-content::-webkit-scrollbar-thumb {
  background-color: #6e5f2f;
  border-radius: 999px;
}

.feed-scroll::-webkit-scrollbar-track,
#chat-messages::-webkit-scrollbar-track,
.comment-popup-content::-webkit-scrollbar-track {
  background-color: #1e1e1e;
}

@keyframes apparitionPost {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes apparitionPopup {
  from {
    opacity: 0;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* RESPONSIVE ORDINATEUR PETIT / LAPTOP */

/* Pour les écrans entre laptop et grand écran */
@media screen and (max-width: 1500px) {

  .logo-titre {
    padding-right: 80px;
  }

  .top nav ul {
    gap: 22px;
    padding-right: 120px;
  }

  .connexion-rejoindre {
    margin-left: 80px;
  }

  .sidebar {
    width: 15rem;
  }

  .right-side {
    flex: 0 0 300px;
  }

  .info-destination,
  .vols-tout {
    width: 300px;
  }

  .feed-index {
    margin-left: 120px;
    width: 700px;
  }

  .feed-header nav ul {
    padding-left: 100px;
  }

  .post-image-box {
    height: 400px;
  }

  .like-commenter-partager {
    gap: 25px;
  }

  .feed-publier {
    margin-left: 220px;
    width: 700px;
  }

  .profile-page {
    margin-left: 180px;
  }

  .page-post {
    margin-left: 180px;
  }

  .modifier-profile-container {
    margin-left: 100px;
  }

  #map {
    margin-left: 50px;
    min-width: 800px;
  }
}


/* Pour les petits laptops genre 1366px */
@media screen and (max-width: 1366px) {

  .logo-titre {
    padding-right: 40px;
    gap: 12px;
  }

  .logo-titre h1 {
    font-size: 34px;
  }

  .top nav ul {
    gap: 18px;
    padding-right: 40px;
  }

  .top nav ul a {
    font-size: 15px;
  }

  .connexion-rejoindre {
    margin-left: 20px;
  }

  .connexion,
  .sinscrire,
  .deconnexion {
    font-size: 13px;
    padding: 5px 8px;
  }

  .sidebar {
    width: 13rem;
    padding: 1rem;
  }

  .sidebar nav ul {
    gap: 1.6rem;
  }

  .sidebar .logo-page {
    gap: 8px;
  }

  .sidebar .logo-page a {
    font-size: 14px;
  }

  .right-side {
    flex: 0 0 260px;
    padding: 0.8rem;
  }

  .info-destination,
  .vols-tout {
    width: 260px;
  }

  .hotelForm {
    margin-left: 20px;
  }

  .vols-p {
    margin-left: 30px;
  }

  .feed-container {
    padding: 0.8rem;
  }

  .feed-header nav ul {
    padding-left: 40px;
    gap: 25px;
  }

  .feed-header nav ul a {
    font-size: 15px;
  }

  .feed-index {
    margin-left: 70px;
    width: 640px;
  }

  .post-image-box {
    height: 360px;
  }

  .like-commenter-partager {
    gap: 18px;
    padding: 12px;
  }

  .like-form {
    padding: 9px 11px;
  }

  .like-text {
    font-size: 14px;
  }

  .post-caption {
    font-size: 15px;
  }

  .feed-publier {
    margin-left: 150px;
    width: 650px;
  }

  .feed-box {
    margin-left: 80px;
  }

  .profile-page {
    margin-left: 120px;
  }

  .modifier-profile-container {
    margin-left: 60px;
    gap: 20px;
  }

  .form-modifier-profile {
    max-width: 580px;
  }

  .historique-modifications-profile {
    width: 330px;
  }

  .page-post {
    margin-left: 120px;
  }

  .followers-page {
    margin-left: 300px;
  }

  #map {
    margin-left: 30px;
    min-width: 700px;
    height: 550px;
  }
}


/* Pour très petit écran d'ordinateur avant mobile */
@media screen and (max-width: 1200px) {

  .top {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .logo-titre {
    padding-right: 20px;
  }

  .top nav ul {
    padding-right: 20px;
    gap: 16px;
  }

  .connexion-rejoindre {
    margin-left: 0;
  }

  .sidebar {
    width: 11rem;
  }

  .right-side {
    flex: 0 0 230px;
  }

  .info-destination,
  .vols-tout {
    width: 230px;
  }

  .online-count {
    font-size: 12px;
  }

  .feed-index {
    margin-left: 35px;
    width: 580px;
  }

  .post-image-box {
    height: 330px;
  }

  .feed-header nav ul {
    padding-left: 20px;
    gap: 20px;
  }

  .like-commenter-partager {
    gap: 10px;
  }

  .like-form {
    padding: 8px;
  }

  .like-form img {
    width: 24px;
    height: 24px;
  }

  .like-text {
    display: none;
  }

  .feed-publier {
    margin-left: 80px;
    width: 600px;
  }

  .profile-page {
    margin-left: 70px;
  }

  .page-post {
    margin-left: 70px;
  }

  .modifier-profile-container {
    margin-left: 30px;
    flex-direction: column;
  }

  .historique-modifications-profile {
    width: 580px;
  }

  .followers-page {
    margin-left: 180px;
  }

  #map {
    margin-left: 20px;
    min-width: 600px;
    height: 500px;
  }
}