@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Kite+One');

#top{
    display: flex;
}

#top_text{
    margin-right: 20px;
}

#top_mov{
    display: block;
}

#formation{
    font-size: 12px;
    background-color: #fff;
    text-align: center;
    border-collapse: collapse;
}

#formation td{
    border: 1px solid #646464;
}

.ylw{
    background-color: #fffca9;
}

.t1{
    width: 100px
}

.t2{
    width: 150px;
}

.t3{
    width: 75px;
}

.photo{
    display: block;
    margin: auto;
    height: 200px;
}

.side{
    height: 100px;
    padding: 20px;
}