*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Maiandra GD;
}
body
{
    margin: 0;
    padding: 0;
    width: 100%;
    
}


/* Css header start */

#header
{
width: 100%;
height: 60px;
line-height: 60px;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
padding: 0px 5%;
position: fixed;
background: rgb(241, 25, 25);
/* background-color: bisque; */
z-index: 100;
margin-bottom: 60px;
}
.logo{
    height: 60px;
    line-height: 60px;
    float: left;
}
/* .logo img{
    height: 60px;
    line-height: 60px;
    float: left;
} */
.logo h3{
    color: rgb(255, 255, 255);
    font-weight: 600;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    font-family: Maiandra GD;
    font-size: 30px;
    /* border-style: dotted; */
    line-height: 60px;
}
#menu
{
    float: right;
}
#menu a
{
    font-weight: bold;
    text-decoration: none;
    margin-right: 20px;
    font-size: 20px;
    color: #fff;
    width: 100%;
    font-family: Maiandra GD;
}
#menu a:hover
{
    color: rgb(7, 51, 248);
}

#menu ul
{
float: right;
list-style: none;
width: 100%;
}

#menu ul li
{
    float: left;
    position: relative;
}


#menu ul li
{
    float: left;
    position: relative;
}

#menu ul li ul
{
    position: absolute;
    width: 200px;
    background-color: rgb(73, 167, 230);
    /* background: white; */
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    top: 58px;
    left: 0px;
    line-height: initial;
    display: none;
    text-align: center;
    
    
}
#menu ul li:hover ul
{
display: block;
}
#menu ul li ul li
{
    padding: 10px 0px;
}



/* css header end */




/* css container home page start */
#container{
    width: 100%;
    height: 100vh;
    /* height: 500px; */
    background-image: url(../images/image_banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
    
}

/* css container home page end */




/* Tabular section start elevage */

.tabular--wrapper{
    background: #fff;
    margin-top: 2.5rem;
    border-radius: 10px;
    padding: 2rem;
}
.table-container{
    width: 100%;
    display: flex;
}
table{
    width: 100%;
    border-collapse: collapse;
}
thead{
    /* background: rgba(113, 99, 186, 255); */
    background: rgb(0, 26, 255);
    color: #fff;
}
th{
    padding: 15px;
    text-align: left;
}
tbody{
    background: #f2f2f2;
}
td{
    padding: 15px;
}

/* Tabular section end elevage */


/* modal form start */
.modal-container
{
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 2000;
    background: rgb(0,0,0,0.1);
    top: 0px;
    left: 0px;
    display: flex;
}
.modal-form
{
    float: left;
    width: 40%;
    margin: auto;
    /* background-color: rgb(233, 128, 96); */
    background-color: red;
    min-height: 100px;
    border: 1px solid rgb(0,0,0,0.1);
    border-radius: 10px;
    padding: 30px;
    position: relative;
}
.form-control
{
    float: left;
    width: 100%;
    margin: 10px 0px;
    padding: 10px 10px;
    border: 1px solid rgba(0,0,0, 0.2);
    border-radius: 10px;
}
.close-modal
{
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
input, textarea, select
{
    margin-bottom: 10px;
}
button
{
  float: left;
  width: 100%;
  margin: 10px 0px;
  padding: 10px 10px;
  border-radius: 10px; 
  background: rgb(0, 26, 255);
  color: white;
  font-weight: bold;
  font-size: 16px;
}

/* modal form end */

#banner
{
    width: 100%;
    height: 600px;
    /* height: 500px; */
    background-image: url(../images/image_banner1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 10px 50px 50px;
    
    /* padding: 100px 50px; */
}
#bannerOne
{
    width: 100%;
    height: 300px;
    /* height: 500px; */
    background-image: url(../images/image_banner1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 10px 50px 50px;
    background-color: rgb(199, 194, 194, 0.2);
    /* padding: 100px 50px; */
}
.level
{
    font-weight: bold;
    font-size: 60px;
    color: #f52e2e;
    margin-top: 50px;
    background-color: rgb(199, 194, 194, 0.2);
}
.levelOne
{
    font-weight: bold;
    font-size: 40px;
    color: #f52e2e;
    margin-top: 10px;
    background-color: rgb(199, 194, 194, 0.2);
}
#banner-items-left
{
    width: 100%;

}
/* .level
{
    font-weight: bold;
    font-size: 60px;
    color: #f52e2e;
    margin-top: 10px;
    background-color: rgb(199, 194, 194, 0.2);
} */

#banner-items-left h1{
    text-align: center;
    font-weight: bold;
    background-color: rgb(199, 194, 194, 0.2);
    
}
#banner-items-left p
{
    font-size: 25px;
    font-weight: bold;
    color:rgb(7, 7, 7);
    padding: 5px 10px;
    text-align: center;
    background-color: rgb(199, 194, 194, 0.2);
}


/* Form start */

#contact{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#contact form{
    display: flex;
    /* background-color: rgb(233, 128, 96); */
    background-color: red;
    padding: 25px;
    border-radius: 6px;
    flex-direction: column;
    width: 350px;
    margin-bottom: 10px;
}
#contact form label{
    margin-bottom: 8px;
    font-size: 14px;
    color: white;
    font-weight: bold;
}
#contact form input{
    margin-bottom: 8px;
    font-size: 14px;
    padding: 5px;
    border: 1px solid transparent;
    box-shadow: 0 0 60px gray;
    outline: 0;
}
#contact form textarea{
    margin-bottom: 8px;
    font-size: 14px;
    padding: 5px;
    border: 1px solid transparent;
    box-shadow: 0 0 10px gray;
    outline: 0;
}
#contact form input:focus{
    outline: 1px solid #f52e2e;
}

#contact form input[type="submit"]{
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    background-color: #f52e2e;
}

/* Form Ends */


/* div id Menu Elevage start */

/* #menuElevage{
    width: 20%;
    height: 200px;
    background-color: gray;
    margin-left: 40%;
    padding-top: 30px;
    margin-top: 50px;
    border-radius: 20px;
    border: 3px solid blue;
}
#menuElevage a{
    font-size: larger;
    text-transform: uppercase;
    text-align: center;
    margin-left: 30px;
    padding: 20px 50px;
    line-height: 50px;
    text-decoration-line: initial;

} */

.bodyy{
    display: flex;
    
}
.sidebar{
    position: sticky;
    left: 0;
    top: 0;
    bottom: 0;
    width: 110px;
    height: 100vh;
    padding: 0 1.7rem;
    color: #fff;
    overflow-x: hidden;
    transition: all 0.5s linear;
    background-color: rgb(8, 4, 253);
    float: left;
    
}
.sidebar:hover{
    width: 240px;
    transition: 0.8s;
}

.logoAdmin{
    height: 80px;
    padding: 16px;
}
.menuAdmin{
    height: 88%;
    position: relative;
    list-style: none;
    padding: 0;

}
.menuAdmin li{
    padding: 1rem;
    margin: 8px 0;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
}
.menuAdmin li:hover,
.active{
    background: #ff020258;
    
}
.menuAdmin a{
    color:#fff;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: left;
    gap: 1.5rem;
   
}
.menuAdmin a span{
    overflow: hidden;
}
.menuAdmin a i{
    font-size: 1rem;
   
   
}
.logout{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.card--container--details{
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
}
.main--content{
    position: relative;
    background: rgb(163, 160, 160);
    width: 100%;
    padding: 1rem;
    float: right;
    margin-top: 60px;
    /* display: flex; */
   
    /* margin-top: 0 !important; */
}

/* div id Menu Elevage end */
