html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0px;
}


.img-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-width: 400px;
}
.form {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 50%;
    padding: 40px;
    top: 20px;
    border-radius: 2px;
    border-color:transparent;
    border-width:0;
    max-width: 300px;
    min-width: 250px;
    background-color: white;
    box-shadow: 0 0 0.3em black,0 0 0.0em black;
    opacity: 1;
    animation: FormLoggin;
    animation-duration: 3s;
    transition: 0.2s;
}
.txt-Loggin{
    display:block;
    margin-right:auto;
    margin-left:auto;
    width:100%;
}
.txt-input {
    display: flex;
    flex-direction:column;
    margin-top: 40px;
}
    .txt-input .inpt {
        width: 100%;
        border: none;
        outline: none;
        padding-top: 10px;
        transition: 0.1s;
        background-color: transparent;
        border-bottom: solid;
        border-color: white;
        border-width: 1px;
        color: white;
    }
.txt-input i{
    position:absolute;
    left:40px;
    font-size:1rem;
    transition:0.1s;
    margin-top:-10px;
}
.inpt:valid ~ i,
.inpt:focus ~ i {
    transform: translateY(-7px);
    font-size: 0.8rem;
}

    .btn-Ortho {
        background-color: #808080;
        color: white;
        margin-top: 15px;
        height: 40px;
        width: 100%;
        border-radius: 6px;
        border-width: 1px;
    }

    .btn-Ortho:hover {
        background-color: #D83D1F;
        color: white;
        margin-top: 15px;
        height: 40px;
        width: 100%;
        border-radius: 6px;
        border-width: 1px;
    }


.CardPArent {
    width: 100%;
    display: flex;
    flex-direction:row;
    justify-content:space-evenly;
    align-content:center;
    flex-wrap:wrap;
    
}
.card-form {
    width: 250px;
    border-radius: 2px;
    margin: 10px;
    box-shadow:  0 0 0em black, 0 0 0.5em black;
}
.cardImg {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: flex;
}
.card-title {
    color: orangered;
    margin-top: -15px;
    font-weight:700;
}
.card-text{
    height:80px;
}
.bt {
    bottom: 0;
    height: 40px;
    width: 150px;
    background-color: #b5b5b5;
    border-radius: 10px;
}
.bt:hover{
    background-color: orangered;

}
.cards {
    width: 100pt;
    height: 100pt;
    background-image: url(../Images/rar.png);
    background-size: cover;
    margin: 2px 2px 45px 2px;
    cursor: pointer;
}

.cards-title{
    font-size:12px;
    text-align:center;
    position:relative;
    margin-top:135px;
    font-weight:bold;
}
.cards-Date {
    font-size: 12px;
    text-align: center;
    margin-top: -10px;
    position: relative;
}
.cards .closes {
    display:none;
}
.cards:hover .closes {
    background-image:url(../Images/delete.png);
    background-size:cover;
    display:block;
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: 100px;
    margin-top:-170px;
}


.cards .btn-p {
    display:none;
}
    .cards:hover .btn-p {
    display: block;
    font-size:13px;
    position: absolute;
    margin-left: 25px;
    margin-top: -65px;
    background-color:deepskyblue;
    border-radius:20px;
}
.FileAjout
{
    display:flex;
}

.conteneur {
    display: block;
    width: 60%;
    max-width:250px;
    height: 10%;
    margin-left: auto;
    margin-right: auto;

    margin-top:20px;
    margin-bottom:auto;
    border-color: black;
    border-radius: 15px;

    padding-left: 20px;
    padding-right: 20px;
    box-shadow:1px 1px 1px 1px black;

}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
    position: absolute;
    margin-left: 30%;
}
.img{
    width:20px;
    height:20px;
   
}

.userIcone {
    position:relative;
    width: 70%;
    min-width:20px;
    max-width:30px;
    margin-top:auto;
    margin-bottom:auto;
}
.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: 100px;
    margin-top: 100px;
    left: 50%;
    background-color:aqua;
}


.notes {
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    width:100%;
    height:200px;
    
}
.ligne{
    margin-right:auto;
    margin-left:auto;
    width:50px;
    height:5px;
    background-color:chocolate;
}
.img-trash{
    width:25%;
    max-width:20px;
    min-width:15px;
    margin-left:auto;
    margin-right:auto;
}
.img-trash:hover {
    cursor:pointer;
}
.img-succes{
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
a:hover {
    color: orangered;
}
@keyframes BG {
    0% {
        background-position-x: 0px;
        background-image: url(../Images/BG.jpg);
    }
    50% {
        background-position-x: 20px;
        background-image: url(../Images/BG41.jpg);
    }
    100% {
        background-position-x: 0px;
        background-image: url(../Images/BG31.jpg);
    }
}

@keyframes FormLoggin
{
    from {
        opacity: 0;
        width: 0%;
    }
    to {
        width: 50%;
    }
}