/*index*/

#body-homme-admin{
    background-image: url("../img/fond3.jpg");
    background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;  
    height: 100vh;
}
.container-homme-admin{
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    padding: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

/*view*/

#body-view-admin{
    background-image: url('../img/fond_gesha.jpg');
    background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover; 
    }
    .container-view-admin{
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .bord img{
        
        border: 1px solid #3B3337;
        box-shadow: 0 0 10px #3B3337;
        padding: 5px;
        margin-bottom: 100px;
      }
      .bord img:hover{
          border: 3px solid #5B1B72;
          transition: all .4s ease-in-out;
      }
      
      .description-title {
        margin: 15% auto;
    }
  
    .description-title h3{
        color:#fff;
        padding: 20px 15px 30px 10px;
        text-shadow: 1px 1px #5B1B72;
        text-align: center;
        font-size: 1.7rem;
        width: 100%;
        background:rgba(178, 167,240,0.8);
    }
    .text-description{
        background-color: rgba(255, 255, 255,0.95);
        padding: 3%;
        border-radius: 3px;
        border: 1px solid #3B3337;
        text-align:justify;
        font-size: 1.3rem;
    }
    input.back{
        background: #5B1B72;
        width: 20%;
        color: #fff;
        margin: 3% 0 ;
    }
    input.back:hover{
      background: #fff;
      width: 20%;
      color: #5B1B72;
    }

/*insert*/

.form-insert{
    margin: auto;
}
span.help-error{
    color: red;
    font-style: italic;
}