body{
  font-family: Arial, sans-serif;
  background-color: #f4f4f4 !important;
  margin: 0;
  padding: 0;
}
h1{
      color: #FF5F5E;
}
h2{
  color: #0c6950;
  font-weight: bold;
  margin-bottom: 20px;
}
h3{
  margin: 0 !important;
  padding: 0 !important;
}
.loginform>.row>div{
  background: #ffff;
}
.container{
  background: #ffff;
}
.nomfd{
  color: #0c6950;
}
ul{
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}

ul li a{
  color: #0c6950 !important;
  margin: 0;
  padding: 0;
}
ul li a:hover{
  color: #0c6950 !important;
  /* margin: 0;
  padding: 0; */
}

nav ul li a:hover{
  color: #0c6950 !important;
}
.nav-link{
    font-size: 20px;
    font-weight: 500;
}
.inactif{
    opacity: 0.8;
}
.link{
  color: #0c6950 !important;
  margin: 0;
  padding: 0;
}
.link:hover{
  color: #0c6950 !important;
  margin: 0;
  padding: 0;
}


.error-message {
  color: red;
  margin-top: 15px;
 }


/* footer */
footer{
    width: 100%;
    height: 50px;
    background: #f4f4f4;
    display: flex;
  }

footer a{
  color: #0c6950;
}

.list-group-item{
  background: #f4f4f4 !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #198754 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #1987544f !important;
}

.form-select:focus {
    border-color: #198754 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #1987544f !important;
}
.img-cover{
    height: 300px;
    width: 100%;
    z-index: 1;
    background-repeat: repeat-x;
    background-image: url("../images/papierpain.png");
}

.typecotisation{
    background: #0c6950;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;

}
.typecotisation:hover{
    background: #198754;
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.typecotisation div>span:first-child{
    font-weight: bold;
}

.typecotisation.dragging {
    opacity: 1;      /* l'élément devient semi-transparent */
    border: 5px solid #198754; /* facultatif : bordure pour montrer la zone */
}
.typecotisation a{
    text-decoration: none;
    color: inherit;
}
.typecotisation a:hover{
    text-decoration: none;
    color: inherit;
}
.btn-outline-success{
    border-color: #0c6950 !important;
}
.btn-outline-success:hover{
    color: #198754 !important;
    background-color: #fff !important;
    border-color: #198754 !important;
}
[class^="btn-outline"]{
    color: #fff !important;
    background-color: #fff !important;
}
.typecotisation .btn{
    color: #0c6950;
    background-color: #fff;
}

.typecotisation .btn:hover{
  color: #198754;
}
.bg-body-secondary{
    background-color: rgba(233, 236, 239, 1)
}

.card {
    max-width: 420px;
    margin: 80px auto;
    background: #ffffff;
    padding: 24px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* button {
    width: 100%;
    padding: 12px;
    background: #198754;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
} */

button:hover {
    background: #0c6950;
}

button:disabled {
    background: #9ca3af;
    cursor: not-allowed;
}
.overlay-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1050;
    text-align: center;
}