/*body{
font-size: 16px;
}*/
.acc{
  background-color: blanchedalmond; 
border-style:double;
  border-color: darkorange;
  top:50px;
  margin-left: 200px;
 /* margin-right: 100px;*/
}
div h1{  
    font-style :italic;
    top:50px;
    font-size:2em;
    text-align:center ;
}

.desc{
font-style:italic;
font-size: 20px;
 color:rgb(124, 22, 82);
 font-weight: bold;
/*margin-right:100px;*/
}
.annonce{
    font-style:italic;  
    font-size:18px;
    color:rgb(189, 9, 9);
    font-weight: bold; 
}
.pht{
    padding-right:20px;
    border-width:3px;
    border-radius: 15px;
    border-color:blueviolet;
}
/*.choix{
    background-color: blanchedalmond; 
   
    margin-right:700px;
    position:absolute;
    top:20px;
    left:10px;
}*/

div .el{
    border-style:double;
    border-color: darkorange;
    font-size:15px;
    height: 40px;
    width: 150px;
    
   

} 
  div .el:hover{
    background-color: burlywood;
}

thead{
    background-color:greenyellow; 
}
table{
    table-layout: fixed;
  width: 100%;
    border-color:darkorange ;
    border-style:double;
}
thead th{
    font-size: 18;
    border-color:darkorange ;
    border-style:double;
}
tbody .el{
    border-style:double;
    border-color: darkorange;
    font-size:15px;
    height: 40px;
    width: 150px;
    background-color: rgba(179, 255, 0, 0.699) ;
  
}
tbody .el:hover{
    background-color: burlywood;
}
tbody {
 
    font-size:17px;    
}

tfoot{
    font-size:20px;
    font-weight: bold ;
}
img{
    border-style:double;
    border-color: darkorange;  
}
.amour{
    font-size:17px;
    border-color: white;
}
.slider-container {
    max-width: 800px;
    position: relative;
    margin: auto;
    height: 350px;
    overflow: hidden;
}
.menu {
    position: absolute;
    left: 0;
    z-index: 11;
    width: 100%;
    bottom: 0;
    text-align: center;
}
.slide-input{
    opacity: 0;
}
.slide-img {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    transition: left 0s 0.75s;
}
.images_t{
    display:flex;
    overflow: scroll;
    height:480px;
    
}
.victory{
    font-weight: bold;
    color: red;
}
.center_pos{
    positin:absolute;
    margin-left: 200px; 
}