/*CSS DU CRUD ADMIN */
.imageDeFond{
    display: none;
    position: fixed;
   width: 14%;
   height: 100%;
   z-index: 1;
   top: 89px;
    /* Durée de l'animation */
   animation-duration: 8s;
    /* Nom de l'animation */
   animation-name: slideleft;
}
@keyframes slideleft {
    /* Début de l'animation */
    from {
      width: 50%;
    }
    /* Fin de l'animation */
    to {
      width: 14%;
    }
}
.imageDeFond1{
    display: none;
    position: fixed;
   width: 14%;
   height: 100%;
   z-index: 1;
   top: 89px;
   right: 0;
    /* Durée de l'animation */
   animation-duration: 8s;
    /* Nom de l'animation */
   animation-name: slideright;
}
@keyframes slideright {
    /* Début de l'animation */
    from {
      width: 50%;
    }
    /* Fin de l'animation */
    to {
      width: 14%;
    }
}
.action{
    width: 100%;
    display: flex;
    border: 0;
    padding: 22px;
}

h1{
    text-align: center;
    color: black;
    font-size: 60px;
}
button{
    background-color: transparent;
    border: 0;
}

#btnajoutretour{
    padding: 10px;
    background-color: #b49761;
    font-size: 15px;
    border-radius: 5px;
    margin-left: 190px;
    box-shadow: 0px 2px 4px;
    margin: 3% 0 3% 70%;
    }


table{
    padding: 40px 0 40px 0;
    margin: 2% auto 2% auto;
    width: 80%;
    border-collapse: collapse;
}

th{
    font-size: 20px;
}

td{
    text-align:center;
    width: 15%;
}

tr, th, td{

    border: 2px solid black;
    color: black;
    vertical-align: middle;
}

form{
    color: black;
    width: 60%;
}

label
{
    padding-top: 20px;
	display: block;
    margin-left: 15%;
}

#comedien_admin_form_photo{
    font-size: 17px;
}

input{
    margin: 10px 0 0 15%;
    padding: 10px;
    width : 66%;
    border-radius: 7px;
}

select{
    padding: 10px;
    width : 66%;
    border-radius: 7px;
    width : 34%;
}
.trait{
    height : 1px;
    width : 80%;
    margin: 2% 10% 2% 10%;
    background-color: #b49761;
}

#tournee_admin_form_heure_hour{
    margin-left: 24%;
}

#tournee_admin_form_heure_hour option{
    text-align: center;
}

#tournee_admin_form_heure_minute option{
    text-align: center;
}

select:nth-child(1){
    margin-left : 24;
}

button{
    cursor: pointer;
}

textarea{
    margin: 10px 0 0 15%;
    width: 68%;
    height: 174px;
    resize: none;
    border-radius: 7px;

}

#btnsave{
    padding: 10px;
    background-color: #b49761;
    font-size: 15px;
    border-radius: 5px;
    margin-left: 190px;
    box-shadow: 0px 2px 4px;
    margin: 2% 0 2% 42%;

}

.fa, .fas, .far{
    
   color: #b49761;
}

.alert{
    color: black;
    text-align: center;
    margin-top: 30px;
}
.miniature{
    width: 100%;
}

.container .photoadmin{
    text-align: center;
    padding-top: 5%;
}

