@font-face {
    font-family: 'Chillax-Variable';
    src: url(/fonts/Chillax-Variable.woff2) format('woff2'),
        url(/fonts/Chillax-Variable.woff) format('woff'),
        url(/fonts/Chillax-Variable.ttf) format('truetype');
    font-weight: 200 700;
    font-display: swap
}

:root {
    --cms_global: #0f273e;
    --cms_night: #141416;
    --cms_bg: #141416;
    --montblanc: #ffffff;
    --original: #292e41;
    --palette: #4A5568;
    --lemon: #cbfb42;
    --lighting: #cc1818;
    --framework: #7856d9;
    --framework2: #7856d9;
    --fram3: #1a1c26;
    --opaque: #757575;
    --darkmode: #151516;
    --croped: #f6f6f6;
    --corecolor01: #121216;
    --ff1: 'Chillax-Variable';
}

body {
    font-family: "Inter", sans-serif;
    color:#4e5562;
    font-weight: 400;
}

h1,h2,h3,h4,h5,h6{color:#111827;}
.padTB{
    padding: 5rem 0;
}
.z-1 {
    z-index: 1!important;
}
.ratio {
    position: relative;
    width: 100%;
}
.fw-semibold {
    font-weight: 600!important;
}
.fs-lg {
    font-size: 1.125rem!important;
}
.display-3 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
}
.display-4 {
    font-size: calc(0.5rem + 1.8vw);
    font-weight: 700;
    line-height: 1.2;
    color:white;
}
@media (max-width: 1200px) {
    .display-3 {
        font-size: 2rem;
        line-height: 2rem;
    }
}
.rounded {
    border-radius: 10px;
}
.rounded .cellule{
    border-radius: 10px;
}
.services p{
    color:white;
}
.services .blockContent{
    max-width: 80%;
}
@media (max-width: 1200px) {
    .section_001 {
        text-align: center !important;
    }
    .alignOnMobile{
        justify-content: center;
    }
}

.btnCTA{
    background: #3F51B5;
    border:solid 2px#3F51B5;
    color:white;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
}

.btnCTA:hover{
    box-shadow: var(--fram3) 6px 8px 0 0;
}

.iconPaint {
    top: 35%;
    right: 30%;
    background: #37479f;
    border-radius: 20%;
    height: 80px;
    padding: 0.5rem;
    width: 80px;
    object-fit: contain;
}