:root {
    --noir: #000000;
    --blanc: #ffffff;
    --orange: #FF6600;
    --vert: #00b894;
    --bleu: #0984e3;
}



.btn {
    background-color: var(--orange);
    color: var(--blanc);
    padding: 15px 30px;
    border: none;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s;
    display: inline-block;
}

    .btn:hover {
        background-color: #cc5200;
    }

.matekIT_offshore_1 {
    
}


.matekIT_offshore_2 {
    background: #ebf0ff;
    padding: 1.5rem !important;
    text-align: center !important;
    height: 100% !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: .25rem !important;
}

.matekIT_offshore_2:hover {
    background: linear-gradient(180deg,#fff,hsla(0,0%,100%,0)),linear-gradient(.331turn,#fff,rgb(255, 207, 84) 98.94%);
}

.matekIT_offshore_3 {
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    background: #f28f1c;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    line-height: 1.5em;
    text-align: center;
    width: 1.5em;
}

.matekIT_offshore_4 {
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    background: white;
    border-radius: 100%;
    color: #f28f1c;
    display: inline-block;
    line-height: 1.5em;
    text-align: center;
    width: 1.5em;
}

.matekIT_offshore_5 {
    color: #1a39b6;
    font-family: 'Proxima Nova';
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    word-break: break-word;
    margin-bottom: 50px !important;
}

.matekIT_offshore_6 {
    color: #1a39b6;
    font-family: 'Proxima Nova';
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    word-break: break-word;
    margin-bottom: 50px !important;
    text-align: center;
}

@media (max-width: 1024px) {
    .portages_index_bloc_132 {
        width: 100%;
        max-width: unset;
        flex: unset;
    }
}