.popup {
    position: fixed;
    bottom: 0; /* pour qu'il apparaisse au bas de la page */
    left: 0;
    width:100%;
    max-width: 600px; /* ajustez selon vos besoins */
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s;
    transform: translateY(100%); /* pour cacher le popup initialement */
    z-index: 1000;
    color:#000!important;
}

.popup-content {
    max-height: 560px;
    font-size:14px;
    overflow-y: scroll;
    padding: 20px;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}

.btn-inverse
{
  background-color: #f9efdb!important;
  color:#000;
}



.btn-inverse
{
  background-color: #dfdfdf!important;
  padding:10px 20px!important;
  border-radius:25px!important;
  color:#000;
}

/*.texte a {color:#000!important}*/

.texte ul
{
  padding-left:0px;
  margin-left:20px;
  margin-top:0px;
  margin-bottom:15px;
  list-style: disc;
  color:#222;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}
.embed-responsive::before {
    display: block;
    content: ""
}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%
}
.embed-responsive-16by9::before {
    padding-top: 56.25%
}
.embed-responsive-4by3::before {
    padding-top: 75%
}
.embed-responsive-1by1::before {
    padding-top: 100%
}

.texte {font-size:18px}
.texte ol
{
  padding-left:0px;
  margin-left:15px;
  margin-top:0px;
  margin-bottom:15px;
  list-style: disc;
  color:#222;
}


.texte ul li
{
  margin-bottom:3px;
  list-style: disc;
}

.texte ol li
{
  margin-bottom:3px;
  list-style:  decimal;
}

.texte a {text-decoration:underline!important}