body {
  padding-bottom: 100px;
  padding-top: 140px;
}

.JSParametres {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  justify-content: center;
}

.icons-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.icons-container div:hover {
  box-shadow: 10px 4px 40px rgba(0, 0, 0, 0.6);
  transition: box-shadow 0.3s ease;
}

.bg-rose-500 {
  background-color: #d63384;
}

ul Cercle {
  list-style: none;
}

ul Cercle a {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  margin: 0 10px;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: 0.3s;
}

ul Cercle a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

ul Cercle a .fab {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(50px - 12px);
  font-size: 20px;
  color: #262626;
  transition: 0.3s;
}

/* Style pour les éléments <i> avec la classe "fa-solid fa-bullhorn" */
ul Cercle i.fa-solid {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(50px - 12px);
  font-size: 24px;
  color: #262626;
  transition: 0.3s;
}

cercle i.fa-solid:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: red;
}

ul Cercle:nth-child(1) a .fab {
  color: #dd4b39;
}

ul Cercle:nth-child(2) a .fab {
  color: #00aced;
}

ul Cercle:nth-child(3) a .fab {
  color: #000000;
}

ul Cercle:nth-child(4) a .fab {
  color: #e4405f;
}

ul Cercle:nth-child(5) a .fab {
  color: #e4405f;
}

#entete_page {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1049;
  background: #e0e0e0;
  /*background-image: url(../images/fond_page.webp);*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 140px;
  padding: 10px;
  width: 100%;
}

#entete_logo {
  order: 1;
  height: 120px;
}

#entete_video {
  order: 2;
}

#entete_action {
  order: 3;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  align-content: space-between;
}

#entete_logo img {
  width: auto;
  height: 120px;
  left: 5px;
  margin-top: 5px;
}

#entete_video video {
  width: 600px;
  height: auto;
  margin-top: 10px;
}

#entete_action img {
  width: 190px;
  height: 25px;
}

h6.small {
  font-size: 0.7rem;
}

/* video {
    width: 90%;
    height: 90%;
    max-height: 130px;
} */

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 100vh;*/
  /* Hauteur ajustée à 100% de la fenêtre de visualisation */
}

#GroupeVideoRecherche {
  max-width: 650px;
}

#PortefeuilleDepotRetrait {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: baseline;
}

#PortefeuilleDepotRetrait img {
  width: 100%;
}

#Footer {
  position: fixed;
}

#PiedCGV {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: baseline;
  height: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #5a5c69;
  color: white;
}

#PiedCGV span {
  margin-left: 20px;
  margin-right: 20px;
  color: white;
}

#PiedCGV a {
  color: white;
}

#PiedCGV a:hover {
  color: rgb(139, 139, 139);
}

.CGU_pdf {
  width: 80%;
  height: 80%;
}

.Menu_de_DROITE {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
}

#AchatTypeCarte_input[type="radio"][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.AchatTypeCarte {
  display: flex;
  overflow-y: hidden;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.AchatTypeCarte_Group {
  margin-left: auto;
  margin-right: auto;
}

.AchatTypeCarte_ImageCarte {
  width: 60px;
}

.CarteAVendre_Bloc {
  display: flexbox;
  flex-wrap: wrap;
}

.CarteAVendre {
  width: 150px;
  padding: 10px;
  margin-left: 5px;
}

.CarteAVendre:hover .icons-container {
  visibility: visible;
  opacity: 1;
}

.Video_EchangeEtiquette {
  position: relative;
  padding: 2rem;
  text-align: center;
  width: 150px;
  box-shadow: 0px 13px 10px black;
  margin-left: 30px;
  margin-bottom: 30px;
  border-radius: 40px 0px 40px 0px;
}

.Video_EchangeEtiquette::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15px;
  right: 5px;
  width: 50%;
  top: 80%;
  width: 200px;

  box-shadow: 0px 13px 10px black;
  transform: rotate(4deg);
}

.checkhorizontal {
  display: flex;
  justify-content: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

article:hover {
  cursor: pointer;
  transform: scale(1.05);
}

article {
  transition: transform 0.9s;
}

.CopieColler:hover {
  cursor: pointer;
  transform: scale(1.3);
  right: 2px;
}

.Title_video-id {
  font-size: smaller;
}

.card-body-V002_Card {
  transition: transform 0.35s;
  height: 430px;
  background-color: white;
  overflow-y: hidden;
  overflow-x: hidden;
}

.card-body-V004_Card {
  transition: transform 0.35s;
  height: 460px;
  background-color: white;
  overflow-y: hidden;
  overflow-x: hidden;
}

.card-body-V004_Card {
  transition: transform 0.35s;
  height: 430px;
  background-color: white;
  overflow-y: hidden;
  overflow-x: hidden;
}

.Vignette-V002_Card-image {
  height: 140px;
  margin-left: 30px;
  margin-top: 20px;
}

.Vignette-V002_Card-image:hover {
  cursor: pointer;
  transform: scale(1.16);
  transition: transform 0.9s;
}

.Vignette-V004_Card-image {
  height: 180px;
  margin-left: 30px;
  margin-top: 20px;
}

.Vignette-V004_Card-image:hover {
  cursor: pointer;
  transform: scale(1.2);
  transition: transform 0.5s;
}

.imagevignette {
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  margin-left: 20px;
}

.Vignette-V002_Card-performance {
  -moz-transform: skew(-28deg, 0deg);
  -webkit-transform: skew(-28deg, 0deg);
  -o-transform: skew(-28deg, 0deg);
  -ms-transform: skew(-28deg, 0deg);
  transform: skew(-28deg, 0deg);
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  color: #f0eaea;
  background: #ee0a0a;

  width: 100px;
  position: relative;
  right: 0px;
  margin-top: 5px;
}

.Vignette-V002_Card-Titre {
  height: 70px;
}

.Vignette-V002_Card-Info {
  height: 30px;
}

.Vignette-V002_Card-Info_Chaine {
  font-size: 10px;
  height: 130px;
}

.Vignette-V002_Card-bouton {
  height: 30px;
  margin-top: 5px;
}

.card-header-creo {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #5a5c69;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#tbcaseverte {
  text-align: "center";
  background-color: rgb(170 255 135 / 21%);
  font-size: 5em;
  color: #ce1919;
  height: 300px;
  text-transform: uppercase;
}

tda {
  background: rgba(235, 8, 8, 0.849);
  font-size: 1em;
}

.no-link-blue {
  text-decoration: none;
  color: white;
}

.no-link-blue:hover {
  text-decoration: none;
  color: white;
}

#offcanvasBody_card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
}

.MesCommandes_ImagesVideo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.MesCommandes_ImagesVideo img {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.MesCommandes_ImagesCartes {
  display: flex;
  justify-content: center;
  align-items: center;
}

.MesCommandes_ImagesCartes img {
  width: 300px;
}

.MesCommandesDetail_ImagesVideo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.MesCommandesDetail_ImagesVideo img {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -----------------------------------*/
/* ----------- MENU DROITE -----------*/
/* -----------------------------------*/

/* #5a5c69 */
.navbar-item_logo {
  background-color: #ff0f1f;
  color: #ffffff;
  border-radius: 10px 100px / 120px;
  margin-bottom: 15px;
  height: 55px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

:root {
  --navbar-background-color: white;
  --navbar-item-hovered-color: white;
  --navbar-separator-color: #ececec;
  --navbar-icon-color: #646c79;
  --navbar-text-color: black;
  --navbar-transition-speed: 0.2s;
  --primary-color: #7c4dff;
  --navbar-logo-background-color: #e2dfe4;
}

.navbar-item {
  width: 100%;
  /* border-bottom: solid 1px var(--navbar-logo-background-color); */
}

.navbar {
  position: fixed;
  background: #e0e0e0;
  /*var(--navbar-background-color);*/
  box-shadow: rgba(12, 43, 30, 0.2) 0 4px 14px;
  border-radius: 8px;
  height: auto;

  width: 200px;
  margin-top: 10px;
}

.navbar .navbar-title {
  padding-left: 10px;
}

libarre {
  padding: 5px;
}

.icon-plus-container {
  cursor: pointer;
  position: absolute;
  margin-top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

libarre:hover {
  /* background-color: #f7c9c9;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; */
  cursor: pointer;
  padding: 5px;
  border-radius: 8px;
  background: #e0e0e0;
  box-shadow: -7px 7px 17px #5a5a5a, 7px -7px 17px #ffffff;
}

.navbar-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 4rem;
  width: 100%;
  text-decoration: none;
}

#libarreMenuBurger {
  display: none;
}

.navbar-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.logo {
  background: var(--navbar-logo-background-color);
}

.navbar-icon {
  text-align: center;
  font-size: 1.5rem;
  min-width: 2rem;
  margin: 0;
  margin-right: 5px;
  color: var(--navbar-icon-color);
  transition: var(--navbar-transition-speed);
}

.navbar-item:last-child {
  margin-top: auto;
}

a:link {
  text-decoration: none;
}

.libarre i {
  margin-right: 10px;
}

.hamburger {
  display: none;
}

@media only screen and (max-width: 1200px) {
  #Footer {
    display: none;
  }

  #PortefeuilleDepotRetrait img {
    width: 150px;
  }

  #Menu_Creotube {
    height: 35px;
  }

  #MenuBurger {
    z-index: 9000;
  }

  #libarreMenuBurger {
    display: flex;
    justify-content: center;
  }

  .MenuBurgerLien {
    color: black;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: center;
  }

  .navbar {
    width: 100%;
    bottom: 0px;
    left: 0px;
    justify-content: center;
    display: block;
    z-index: 4;
  }

  body {
    height: 220px;
  }

  .navbar:hover {
    width: 100%;
  }

  .navbar-menu {
    flex-direction: row;
    justify-content: space-around;
  }

  .logo {
    display: none;
  }

  main {
    margin-left: 0;
    margin-bottom: 5rem;
  }

  .navbar .navbar-title {
    display: none;
  }

  .navbar-icon {
    min-width: auto;
    margin: 0;
  }

  .navbar-link {
    justify-content: center;
    width: auto;
    height: auto;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
  }

  /* HAMBURGER MENU BAS DE PAGE */
  /* 
    .nav-links {
        top: 0;
        left: 0;
        position: fixed;
        display: flex;
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(8px);
        align-items: center;
        justify-content: center;
        margin-left: -100%;
        transition: all 0.5s ease;
        z-index: 3;
    } */

  /*  .nav-links.mobile-menu {
        margin-left: 0;
    }
 */
  .navbars {
    top: 0;
    margin-left: 0;
  }

  /* -----------------------------------*/
  /* ----------- BAS DE PAGE -----------*/
  /* -----------------------------------*/
  .test {
    display: none;
  }

  body {
    padding-bottom: 100px;
    padding-top: 140px;
    height: 100px;
  }

  #entete_page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1049;
    background-image: url(../images/fond_page.webp);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 140px;
    padding: 10px;
    width: 100%;
  }

  #entete_logo {
    order: 1;
    height: 120px;
  }

  #entete_action {
    order: 3;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  #entete_video {
    order: 2;
  }

  #entete_logo img {
    width: auto;
    height: 100px;
    left: 5px;
    margin-top: 5px;
  }

  #entete_video video {
    width: 600px;
    height: auto;
    margin-top: 10px;
  }

  #entete_action img {
    width: 190px;
    height: 25px;
  }
}

@media (max-width: 992px) {
  body {
    padding-bottom: 100px;
    padding-top: 120px;
  }

  #entete_page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1049;
    background-image: url(../images/fond_page.webp);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 90px;
    padding: 10px;
    width: 100%;
  }

  #entete_logo {
    order: 1;
    height: 90px;
  }

  #VideoGraphFiltre {
    display: flexbox;
    flex-direction: row;
    justify-content: stretch;
    align-content: space-around;
  }

  #VideoGraphCard {
    height: 20px;
  }

  #entete_action {
    order: 3;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  #entete_video {
    order: 2;
  }

  #entete_logo img {
    width: 90px;
    height: 70px;
    left: 5px;
    margin-top: 5px;
  }

  #entete_video video {
    width: 400px;
    height: auto;
    margin-top: 10px;
  }

  #entete_action img {
    right: 5px;
    width: 160px;
    height: 20px;
  }

  #btn_verif_url {
    width: 100%;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 100px;
    padding-top: 120px;
  }

  #CI_Thumbnail {
    width: 220px;
    height: auto;
  }

  #MonCompte_Fichier_CI_Verso_Btn span {
    display: none;
  }

  iframe {
    width: auto;
    height: auto;
  }

  #entete_page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1049;
    background-image: url(../images/fond_page.webp);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 90px;
    padding: 10px;
    width: 100%;
  }

  #entete_logo {
    order: 1;
    height: 90px;
  }

  #entete_action {
    order: 2;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  #entete_video {
    order: 3;
    left: 5px;
    display: none;
  }

  #entete_logo img {
    width: 90px;
    height: 70px;
    left: 5px;
    margin-top: 5px;
  }

  #entete_video video {
    width: 400px;
    height: auto;
  }

  #entete_action img {
    right: 5px;
    width: 160px;
    height: 20px;
  }

  #btn_verif_url {
    width: 100%;
  }

  ul Cercle {
    list-style: none;
  }

  ul Cercle a {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin: 0 10px;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: 0.3s;
  }

  ul Cercle i.fa-solid {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, #fff, #ddd);
    border-radius: 50%;
    line-height: calc(30px - 12px);
    font-size: 12px;
    color: #262626;
    transition: 0.3s;
  }
}

.Historique_Prop {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Historique_Prop img {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_V03 {
  width: 190px;
  height: 290px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 10px;
  perspective: 1000px;
  overflow: none;
}

.recto {
  width: 190px;
  height: 290px;
  border-radius: 10px;
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.card_V03-header {
  background-color: #b2babb;
  color: white;
  padding: 5px;
  border: none;
  border-radius: 10px 10px 0px 0px;
}

.card_V03-body {
  display: flex;
  flex-direction: column;
  height: 200px;
  padding: 5px;
}

.card_V03-thumbnail {
  padding: 10px;
  height: 110px;
  overflow: hidden;
}

.card_V03-thumbnail :hover {
  transform: scale(1.08);
  transition: transform 0.5s;
  transform-origin: center;
}

.card_V03-thumbnail img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px 10px 40px 10px;
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.card_V03-descriptif {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  color: midnightblue;
  height: 60px;
}

.no-border {
  border: none !important;
}

.card_V03-pied {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.card_V03-Compte {
  font-size: 12px;
  text-align: center;
  height: 20px;
}

.card_V003-bouton a:link {
  color: black;
  padding: 0px;
}

.card_V003-bouton {
  display: flex;
  flex-grow: 2;
  justify-content: center;
  width: 100%;
}

span_btn {
  font-size: 10px;
  text-align: center;
}

.card_V03-creo img {
  width: 190px;
  height: 256px;
  border-radius: 10px 10px 10px 10px;
}

.recto,
.verso {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s linear;
}

.verso {
  width: 190px;
  height: 290px;
  transform: rotateY(180deg);
}

.card_V03:hover .recto {
  transform: rotateY(180deg);
}

.card_V03:hover .verso {
  transform: rotateY(360deg);
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.form-control-with-icon {
  position: relative;
}

.form-control-with-icon .bi-eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.form-control-with-icon .bi-eye-slash {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#iconeEyeX {
  cursor: pointer;
}

#iconeEyeModal {
  cursor: pointer;
}

#iconeEyeXModal {
  cursor: pointer;
}

.card_neumorphism_v01 {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0px;
  width: 200px;
  min-width: 200px;
  height: 350px;
  margin: 10px;
  border-radius: 15px;
  background: #e0e0e0;
  box-shadow: -5px 5px 10px #afafaf, 5px -5px 10px #ffffff;
}

.card_neumorphism_v01_Recto,
.card_neumorphism_v01_Verso {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s linear;
  padding: 0px;
}

.card_neumorphism_v01_Verso {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  width: 200px;
  min-width: 200px;
  height: 350px;
  transform: rotateY(180deg);
}

.card_neumorphism_v01_Verso_img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  width: 200px;
  height: 350px;
}

.card_neumorphism_v01_img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px 15px 0 0;
  width: 200px;
  height: 100px;
}

.card_neumorphism_v01_description {
  margin-top: 105px;
  text-align: center;
  font-size: 0.8rem;
}

.card_neumorphism_v01_stat {
  display: flexbox;
  flex-direction: column;
  align-content: space-between;
  position: absolute;
  padding: 10px;
  bottom: 50px;
  width: 90%;
  height: 95px;
  margin: 5px;
  border-radius: 15px;
  background: #e0e0e0;
  font-size: 0.68em;
  box-shadow: inset -5px 5px 10px #afafaf, inset 5px -5px 10px #ffffff;
}

.hr-sans-marges {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #000;
  /* Couleur et épaisseur de la ligne */
}

.overflow {
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
}

.card_neumorphism_v01_Pied {
  position: absolute;
  bottom: 5px;
  height: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card_neumorphism_v01_Icon {
  position: relative;
  padding: 5px;
  margin-left: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  border-radius: 50%;
  background: linear-gradient(225deg, #f0f0f0, #cacaca);
  box-shadow: -5px 5px 10px #5a5a5a, 5px -5px 10px #ffffff;
}

.card_neumorphism_v01_Icon:hover {
  border-radius: 50%;
  padding: 10px;
  background: #e0e0e0;
  box-shadow: inset -5px 5px 10px #5a5a5a, inset 5px -5px 10px #ffffff;
}

.card_neumorphism_v01_Btn {
  position: relative;
  padding: 5px;
  margin-left: 10px;
  font-size: 0.7em;
  width: 85px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  border-radius: 8px;
  background: #e0e0e0;
  box-shadow: -7px 7px 17px #5a5a5a, 7px -7px 17px #ffffff;
}

.card_neumorphism_v01_Btn:hover {
  cursor: pointer;
  border-radius: 8px;
  background: #e0e0e0;
  box-shadow: inset 5px 5px 3px #acacac, inset -5px -5px 3px #ffffff;
}

/* Masquer par défaut les icônes avec les terminaisons */
.card_neumorphism_v01_Icon_1,
.card_neumorphism_v01_Icon_2,
.card_neumorphism_v01_Icon_3 {
  display: none;
  position: absolute;
  z-index: 1;
  /* pour les placer au-dessus des autres éléments */
}

.card_neumorphism_v01_Icon {
  position: relative;
}

.icon-group {
  position: absolute;
  top: -65px;
  left: -77px;
  width: 220px;
  height: 60px;
  padding: 0px;
}

/* Lorsque vous survolez l'icône fa-plus, affichez les autres icônes */
.card_neumorphism_v01_Icon:hover .icon-group .card_neumorphism_v01_Icon_1,
.card_neumorphism_v01_Icon:hover .icon-group .card_neumorphism_v01_Icon_2,
.card_neumorphism_v01_Icon:hover .icon-group .card_neumorphism_v01_Icon_3 {
  display: block;
  border-radius: 11px;
  background: #e0e0e0;
  box-shadow: -7px 7px 17px #5a5a5a, 7px -7px 17px #ffffff;
  padding: 15px;
}

/* Positionner chaque icône dans le groupe */
.card_neumorphism_v01_Icon_1 {
  position: absolute;
  top: 0px;
  left: 10px;
  transition: all 0.2s ease;
}

.card_neumorphism_v01_Icon_1:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.card_neumorphism_v01_Icon_2 {
  position: absolute;
  top: 0px;
  left: 70px;
  transition: all 0.2s ease;
}

.card_neumorphism_v01_Icon_2:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.card_neumorphism_v01_Icon_3 {
  position: absolute;
  top: 0px;
  left: 130px;
  transition: all 0.2s ease;
}

.card_neumorphism_v01_Icon_3:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

/*Negociation*/
.Modal_Nego_Vignette {
  height: 100px;
  margin-top: 0px;
}

.Modal_Nego_Offre {
  height: 445px;
  width: 450;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
}

.Modal_Nego_fils {
  height: 420px;
  width: 520;
}

.Modal_Nego_Offre_Interlocuteur {
  height: 100%;
  border-radius: 10px;
  background: #e0e0e0;
  border-radius: 24px;
  border: #44476a;
  box-shadow: inset 5px 5px 8px #b8b8b8, inset -5px -5px 8px #ffffff;
  padding: 15px;
}

.Modal_Nego_Offre_Interlocuteur_U_active {
  font-size: 0.65em;
  border-radius: 4px;
  background: #e0e0e0;
  box-shadow: 7px 7px 9px #b3b3b3, -7px -7px 9px #ffffff;
  transform: translateY(2px);
  margin: 5px;
}

.Modal_Nego_Offre_Interlocuteur_U {
  padding: 10px;
  border-radius: 33px;
  background-color: #f0f0f0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
  transition: transform 0.2s ease-in-out;
}

.Modal_Nego_Offre_Interlocuteur_U:hover {
  /*transform: scale(0.95);*/
  cursor: pointer;
  border-radius: 33px;
  background: #e0e0e0;
  box-shadow: inset 5px 5px 3px #acacac, inset -5px -5px 3px #ffffff;
}

.Modal_Nego_Offre_Initial_V {
  font-size: 0.7em;
  position: absolute;
  top: 18px;
  right: -20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: linear-gradient(145deg, #cacaca, #f0f0f0);
  box-shadow: 8px 8px 15px #bebebe, -8px -8px 15px #ffffff;
}

.Modal_Nego_Offre_Initial_A {
  font-size: 0.7em;
  position: absolute;
  top: 18px;
  left: -20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: linear-gradient(35deg, #cacaca, #f0f0f0);
  box-shadow: 8px 8px 15px #bebebe, -8px -8px 15px #ffffff;
}

.Modal_Nego_Offre_Date {
  position: absolute;
  font-size: 0.7em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.Messagerie_Interlocuteur {
  display: flex;
  flex-direction: row;
  width: 400px;
  padding: 5px;
  border-radius: 10px;
  background: #e0e0e0;
  box-shadow: 5px 5px 10px #acacac, -5px -5px 10px #ffffff;
  border: #44476a;
  font-size: 0.875rem;
  border: 0.0625rem solid #d1d9e6;
  position: relative; /* Position relative déjà présente */
  cursor: pointer; /* Change le pointeur pour indiquer une action de clic */
}

.Messagerie_Initial {
  border-radius: 75px;
  background: #e0e0e0;
  box-shadow: 5px 5px 8px #b8b8b8, -5px -5px 8px #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: #44476a;
  font-weight: bold;
  align-self: center;
}

.Messagerie_DernierNego {
  width: 200px;
  padding: 10px;
  margin-left: 10px;
  border-radius: 10px;
  background: #e0e0e0;
  box-shadow: inset 5px 5px 8px #b8b8b8, inset -5px -5px 8px #ffffff;
}

.badge-top {
  z-index: 300; /* 1050 est juste un exemple, cela peut être plus élevé en fonction de votre mise en page */
}

.Messagerie_video img {
  width: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0px;
  border-radius: 0 10px 10px 0;
  height: 100%;
  margin: 0;
  z-index: 200;
}

.Messagerie_video .badge {
  z-index: 300;
}

@media screen and (max-width: 600px) {
  .Modal_Nego_Offre_Date {
    position: static;
    /* ou une autre méthode de positionnement */
    margin: 0 auto;
    left: auto;
    transform: none;
  }
  .Messagerie_video img {
    width: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0px;
    border-radius: 0 10px 10px 0;
    height: 100%;
    margin: 0;
  }

  .Messagerie_DernierNego {
    width: 150px;
    font-size: 0.65rem;
    padding: 10px;
    margin-left: 10px;
    border-radius: 10px;
    background: #e0e0e0;
    box-shadow: inset 5px 5px 8px #b8b8b8, inset -5px -5px 8px #ffffff;
  }
}

.Modal_Nego_Offre_detail {
  position: absolute;
  top: 15px;
  font-size: 0.85em;
  text-align: right;
  width: 90%;
}

.Modal_Nego_Offre_reponse {
  position: absolute;
  top: 65px;
  right: 25%;
  width: 50%;
  float: right;
}

.Modal_Nego_Offre_A {
  display: relative;
  flex-direction: column;
  border-radius: 8px;
  background: #d1d1d1;
  box-shadow: 8px 8px 15px #848484, -8px -8px 15px #e0e0e0;
  margin-top: 10px;
  margin-bottom: 45px;
  width: 70%;
  position: relative;
  font-size: 1em;
  height: 80px;
}

.Modal_Nego_Offre_V {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: #e0e0e0;
  box-shadow: 8px 8px 15px #848484, -8px -8px 15px #e0e0e0;
  margin-top: 10px;
  margin-bottom: 45px;
  margin-left: 80px;
  width: 70%;
  position: relative;
  font-size: 1em;
  height: 80px;
}

.neumorphism-container {
  background: #e0e0e0;
  padding: 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 8px 8px 15px #a3a3a3, -8px -8px 15px #ffffff;
  width: 200px;
  margin-top: 70px;
}

.input-group {
  position: relative;
  margin-bottom: 20px;

  width: 100%;
}

.neumorphism-input {
  border: none;
  outline: none;
  padding: 8px;

  background: #e0e0e0;
  /* Mettez un fond blanc */
  box-shadow: inset 4px 4px 6px #a3a3a3, inset -4px -4px 6px #ffffff;
  width: 100%;
  transition: background 0.3s;
  /* Ajout d'une transition pour le fond */
}

.neumorphism-btn {
  border: none;
  outline: none;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 6px 6px 10px #a3a3a3, -6px -6px 10px #ffffff;
  background: #e0e0e0;
  transition: all 0.3s ease;
}

@keyframes clignotant {
  0%,
  150% {
    background-color: #e0e0e0;
  }

  30% {
    background-color: #cacaca;
  }
}

.neumorphism-btn-achat {
  border: none;
  outline: none;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 6px 6px 10px #a3a3a3, -6px -6px 10px #ffffff;
  background: #e0e0e0;
  transition: all 0.3s ease;
  animation: clignotant 1s infinite;
}

.neumorphism-btn-achat:hover {
  box-shadow: inset 1px 1px 2px #a3a3a3, inset -1px -1px 2px #ffffff;
  background: #cacaca;
  transform: translateY(2px);
}

.neumorphism-btn_Haut {
  border: none;
  outline: none;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 6px 6px 10px #a3a3a3, -6px -6px 10px #ffffff;
  background: #e0e0e0;
  transition: all 0.3s ease;
}

.neumorphism-btn_Bas {
  border: none;
  outline: none;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: inset 1px 1px 2px #a3a3a3, inset -1px -1px 2px #ffffff;
  background: #cacaca;
  transform: translateY(2px);
}

.neumorphism-btn:hover {
  box-shadow: inset 1px 1px 2px #a3a3a3, inset -1px -1px 2px #ffffff;
  background: #cacaca;
  transform: translateY(2px);
}

.MenuDroite {
  border-radius: 11px;
  background: #e0e0e0;
  box-shadow: -7px 7px 17px #5a5a5a, 7px -7px 17px #ffffff;
}
