/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.title-row-real{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    margin-top:65px;
    width:100%;
}

.nomarg{
    margin:0 !important;
}

.real-image-box.bg-white{
    width:100%;
    height:100%;
    border-radius:10px;
    background-color: rgba(0,0,0,0.5)!important;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
}

.real-image-box.bg-grey{
    width:100%;
    height:100%;
    border-radius:10px;
    background: rgba(0,0,0,0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
}

.salvador-img{
    background-image:url('../image/platform/salvador_rainfall.jpg')!important;
}
.odd-img{
    background-image:url('../image/platform/odd.png')!important;
}
.suivi-gif{
    background-image:url('../image/outilsuivi.gif')!important;
}
.salvador-img2{
    background-image:url('../image/gpn_own.png')!important;
}
.soudan{
    background-image: url('../image/platform/soudan.png')!important;
}
.gabon{
    background-image: url('../image/platform/gabon.png')!important;
}
.pov-img{
    background-image:url('../image/gpn_viz.png')!important;
    background-position:45% 50%!important;
}
.irak-img{
    background-image:url('../image/gpn_irak.png')!important;
}
.png-img{
    background-image:url('../image/platform/png2.png')!important;
}

.real-box-layout{
    color: var(--pal-1);
    border-radius: 8px;
    padding: 18px;
    text-decoration: none;
}

.real-box-title-row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.real-icon-box{
    width:20px;
    height:20px;
    color:var(--pal-11);
}

.real-section-title{
    font-family: 'Gotham-Book';
    font-weight:600;
    font-size:1rem;
}
