@font-face {
    font-family: 'Roman';
    src: url('MorrisRoman-Black.ttf');
    /* IE9 Compat Modes */

}

body {
    position: relative;
    text-align: center;
    max-width: 1024px;
    margin: auto;
    font-family: "Roman";
}

.robot_affiche {
    max-width: 800px;
}

.robot_vignette {
    max-width: 200px;
}

.language {
    max-width: 24px;
    border-radius: 50%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6)
}

.samourai_small {
    max-width: 75px;
    border-radius: 50%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6)
}

.samourai_medium {
    max-width: 250px;
    border-radius: 50%;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6)
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.robot-header {
    text-align: center;
}

.robot-header img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 50%;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6)
}

.robot-header h1 {
    margin: 10px 0 5px;
}

.robot-header h2 {
    color: #777;
    margin: 0;
}

.robot-details {
    margin-top: 20px;
}

.robot-details h3 {
    margin-bottom: 10px;
    color: #333;
}

.robot-details p {
    margin: 5px 0;
    color: #555;
}

.robot-link {
    margin-top: 20px;
    text-align: center;
}

.robot-link a {
    text-decoration: none;
    color: #007BFF;
}

#robot-commissions {
    text-align: left;
}

#robot-image_jp {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 50%;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6)
}

.action {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 50%;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6)
}



.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.grid-container-actions {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.grid-item {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
}

.grid-item h2 {
    font-size: 1.2em;
    margin: 10px 0;
}

.grid-item p {
    font-size: 1em;
    margin: 10px 0;
}

.top_right {
    max-width: 44px;
    position: absolute;
    top: O;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    right: 0;
    border-radius: 50%;
}

.top_left {
    max-width: 44px;
    position: absolute;
    border-radius: 50%;
    top: O;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    left: 0;
}

.knowMore {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: red;
}

.socialNetwork {
    max-width: 25px;
}

ul {
    list-style-type: none;
}

ul>li {
    display: inline-block;
    /* You can also add some margins here to make it look prettier */
}