body{
    background-image: url('../image/rm222-mind-24.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
}
.Incompte{
    background-image: url('../image/h3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
}
section.compte {
    min-height: 500px;
    padding: 22px;
    background: #ffffff;
    max-width: 300px;
    margin-left: 10%;
    box-shadow: 0px 0px 0px 4px #eaeaea;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: solid 7px #676262;
}
section.compte div{
    color: #5f6b6b;
    font-size: 20px;
    font-weight: 600;
    font-family: cursive;
}
section.compte h1{
    color: #a5becb;
}
section.compte h3 {
    font-family: fantasy;
    font-size: 17px;
    color: #293346;
    font-weight: 100;
    margin: 20px 0 10px;
}
section.compte h5 {
    color: #a5becb;
    width: 300px;
}
section.compte p {
    color: #293346;
    font-size: 15px;
}
.btncompte{
    width: fit-content;
    padding: 2%!important;
    margin: 2%;
    font-size: 16px!important;
    font-weight: 600!important;
}
.btncompteout{
    width: fit-content;
    padding: 2%!important;
    margin: 2%;
    font-size: 18px!important;
    font-weight: 600!important;
    background: #b06d6d!important;
}
.btncompteout:hover {
    background-color: #a15d5d!important;
}
section.compte span{
    color: #282b2c;
    font-size: 19px;
    text-align: center;
}
section.compte div span{
    color: #a5c9df;
    font-size: 21px;
}
section.compte h6 {
    font-size: large;
    font-weight: 600;
    color: #857777;
}
.subcompte{
    background: #fff;
    max-width: 800px;
    margin: auto;
    padding: 2%;
    margin-top: 10px;
    margin-bottom: 10px;
}
h3.dateinsc {
    font-family: fantasy;
    font-size: 17px;
    color: #293346;
    font-weight: 100;
    margin: 20px 0 10px;
}
@media screen and (max-width:380px) {
    section.compte {
        margin-left: unset;
        overflow: hidden;
    }
    .Incompte {
        display: flex;
        justify-content: center;
    }
}
.lineforme {
 margin: 1%!important;
}
.card {
    overflow: hidden;
    position: relative;
    text-align: left;
    border-radius: 0.5rem;
    min-width: 260px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    margin: 1%;
  }
  
  .dismiss {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    background-color: #fff;
    color: black;
    border: 2px solid #D1D5DB;
    font-size: 1rem;
    font-weight: 300;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    transition: .3s ease;
  }
  
  .dismiss:hover {
    background-color: #ee0d0d;
    border: 2px solid #ee0d0d;
    color: #fff;
  }
  
  .header {
    padding: 1.25rem 1rem 1rem 1rem;
  }
  
  .image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: #e2feee;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    animation: animate .6s linear alternate-reverse infinite;
    transition: .6s ease;
  }
  
  .image svg {
    color: #0afa2a;
    width: 2rem;
    height: 2rem;
  }
  
  .content {
    margin-top: 0.75rem;
    text-align: center;
  }
  
  .title {
    color: #066e29;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
  }
  
  .message {
    margin-top: 0.5rem;
    color: #595b5f;
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: block;
    width: 100%;
    text-align: center;
  }
  
  .actions {
    margin: 0.5rem 0rem;
    display: flex;
  }
  
  .history {
    display: inline-flex;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background-color: #1aa06d;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    height: 3rem;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    border-radius: 0.375rem;
    border: none;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 24%);
    display: flex;
    align-items: center;
    margin: 1px;
  }
  .history:hover{
    color: white!important;
    background-color: #156b4a;
  }
  .history2 {
    display: inline-flex;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background-color: #ffffff;
    color: #1aa06d;
    font-size: 1rem;
    text-align: center;
    height: 3rem;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    border-radius: 0.375rem;
    border: none;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 24%);
    display: flex;
    align-items: center;
    margin: 1px;
  }
  .history2:hover{
    color: #1aa06d!important;
    background-color: #f1f1f1;
  }
  .track {
    display: inline-flex;
    margin-top: 0.75rem;
    padding: 0.5rem 1rem;
    color: #242525;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    border-radius: 0.375rem;
    border: 1px solid #D1D5DB;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  
  @keyframes animate {
    from {
      transform: scale(1);
    }
  
    to {
      transform: scale(1.09);
    }
  }
input[name="Nome"],
input[name="Prenom"] {
  text-transform: uppercase;
}
button.Delete-btn.btn {
  background: #f19292;
  color: white;
  padding: 5px 10px;
  margin: 2px;
  position: absolute;
  top: 3px;
  right: 3px;
}