.col-md-12 .t3js-forms-select-single-icons.icon-list .item a > img {
    width: 32px;
    height: 32px;
}

.h1-eiffel-doc {
    font-size: 3.5rem;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.h1-eiffel-doc::before {
    display: block;
    height: 100px;
    width: 100px;
    content: '';
    background-color: #2f2a86;
    background-image: url('../Images/icone-eiffel-bleu.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.module-eiffel-doc li {
    font-size: 1.5rem;
}

.module-eiffel-doc h2 {
    font-size: 21px;
}

.module-eiffel-doc .item-eiffel-doc {
    margin: 5rem 0;
}

.module-eiffel-doc .item-eiffel-doc p {
    font-size: 16px;
}

.module-eiffel-doc .item-eiffel-doc a, .documentation-link-eiffel {
    background-color: #2f2a86;
    color: white;
    padding: 12px 25px;
    text-transform: uppercase;
    font-size: 15px;
    width: 200px;
    display: block;
    margin: 1rem 0;
    text-align: center;
    transition: all .5s;
}

.documentation-link-eiffel {
    padding: 11px 7px;
    font-size: 14px;
    width: 270px;
}

.module-eiffel-doc .item-eiffel-doc a:hover, .documentation-link-eiffel:hover, .module-eiffel-doc .item-eiffel-doc a:focus, .documentation-link-eiffel:focus {
    color: white;
    text-decoration: none;
    background-color: #211d5d;;
}

.t3js-modal-content .t3js-modal-body .t3js-tabs .t3js-tabmenu-item:last-child {
    display: none;
}