body
{
    font-family:"Roboto";
    background: #ccc;
    margin: 0;
    padding: 0;
}
#kitshwa table
{
    float: left;
    text-align: left;
    border:none;
    width: 45%;
    height: auto;
    color: #fff;
    font-weight: bold;
    margin-left:5%;
}
#kitshwa table .sou
{
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 5px 0 0 5px;
    padding: 5px;
    font-size: 0.7em;
}
#kitshwa table .pro
{
    padding-left:5px;
    background:#fff;
    color: #000;
    border-radius: 0 5px 5px 0;
    font-size: 0.7em;
}
#kitshwa
{
  height: 350px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #800000, #CC5500);
  padding: 3% 0 1% 0;
  margin-bottom:20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
#kitshwa h2
{
  padding-bottom: 10px;
  border-bottom: thick solid #fff;
  width: 100%;
}
#kitshwa img
{
  float: right;
  width: 35%;
  margin-right: 7%;
  margin-top:3%;
  border-radius:10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);

position: relative;
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }

            100% {
                transform: translateY(0);
            }
        }
        
        
#mwili
{
    margin: 15px auto;
}
#mikulu
{
    font-weight: bold;
    background: #800000;
    text-align: center;
    height: 40px;
    padding-top: 20px;
    color: #fff;
}
#mikulu a
{
    text-decoration: none;
    color: #fff;
}
#mikulu a:hover
{
    color: #0fa;
}
h3
{
    color: #fff;
    background-image: linear-gradient(to right, #008080, blue);
    border-radius: 20px;
    text-align: center;
    margin: auto;
    padding: 10px 0;
    width: 85%;
}
h4
{
    color: #fafa0;
    font-weight: bold;
    color: #008080;
    width: 70%;
    margin-left: 20px;
}
#bloc
{
 border-radius: 10px;
 margin: 10px auto;
 padding: 10px;
 width: 80%;
 height: 300px;
 background:#fff;
}
#bloc img
{
    float: left;
    margin-right: 15px;
    width: 30%;
    border-radius: 10px;
}
#bloc p
{
    float: rigt;
    text-align: justify;
}
.tableau .bdl1
{
    border: none;
    font-weight: bold;
    text-align: center;
    font-size: small;
    color: #666;
}
.tableau .bdl
{
    border: none;
    font-weight: bold;
    text-align: right;
    font-size: small;
    color: #ccc;
    width:100px;
    padding-right:5px;
}
.tableau
{
    height: 580px;
    background: #fff;
    padding: 10px 0;
}
.tableau table
{
    width: 85%;
    height: 550px;
    margin: 5px 5px 10px 4%;
}
.tableau td{border: thin solid #ccc;}

.fade-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Classe ajoutée au scroll */
.fade-scroll.show {
    opacity: 1;
    transform: translateY(0);
}


            