/* {
  border: 1px solid red;
  box-sizing: border-box;
}
/*must be pretty useful to see how blocks will be placed*/
.black-top {
    background-color: black;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.row-picto {
    height: 120px;
    background-color: black;
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.holo {
    height: 130px;
}
.contained-holo {
    margin-top: -15px;
}
.picto-about {
    height: 85px;
}
.picto-about-top {
    height: 110px;
    padding-top: 15px;
}
.picto-about-bottom {
    height: 85px;
}
.black-box {
    justify-items: center;
}
.map-kcp {
    width: 100%;
}
.world-map h3 {
    font-weight: 700;
}


@media screen and (max-width: 768px) {
    .black-box {
        background-color: black;
        height: 100%;
    }
    .row-picto {
        height: 100%;
        width: 100%;
    }
}
/* @media screen and (min-width:769px){
    .black-box {
        background-color: black;
        height: 100px;
    }
    .row-picto {
        height: 100%;
    }
}*/
@media screen and (max-width: 1012px){
    .row-picto {
        height: 100%;
        width: 100%;
    }
    
}
@media screen and (max-width: 1140px){
    .picto-about-top {
        height: 105px;
        padding-top: 20px;
    }
}