ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.btn_ata{
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #22c0e8;
    text-align: center;
}
.link_lista{
    padding: 10px;
    margin:10px;
    text-align: center;
}
.form-error-icon{
    background-color: red;
    color: white;
}

.contenant {
    position: relative;
    text-align: center;
}

.texte_centrer {
    position: absolute;
    bottom: 10px;
    left: 4%;
    color: #FFFFFF;
    border-radius: 6px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

/* on mobile browsers, I set a width of 100% */
table.mceLayout, textarea.tinymce {
    width: 100% !important;
}

/* on large screens, I use a different layout, so 600px are sufficient */
@media only screen and (min-width: 600px) {
    table.mceLayout, textarea.tinymce {
        width: 600px !important;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    border: 1px solid #ddd;
}

th, td {
    text-align: left;
    padding: 16px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

img {
    width: 100%;
    height: 100%;
}

.modal-header{
    color: #d4d9df;
    background: #1e4356;
}

/*
**************  Awarg **************
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;800;900&display=swap');
.content .trophy img {
    display: block;
    margin: auto;
    max-width: 128px;
    filter: drop-shadow(0 0 4px #000);
    transition: 0.5s;
    animation: animate 2s linear infinite;
}

@keyframes animate {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}

.content .text h1 {
    font-weight: 900;
    font-size: 6rem;
    color: #222324;
    text-shadow: 8px 0px 0px #FABE2C;
}
