#Maps_Block .Country_Map_1_Frame_CssClass{    overflow: scroll;
    float: left;
    margin-top: -500px;}

#Maps_Block .Country_Map_1_Map_CssClass{height: 100vh !important;
    width: calc(100% - 100px) !important;
    position: absolute;

    left: 100px;}

#Maps_Block .gm-style-iw a { display: block;   text-align: center;     color: #022d62;font-size:14px;font-weight:bold;}
#Maps_Block .gm-style img {

}
#projets  span {
    display: block;
    margin: 10px 0px;
    font-weight: bold;
    font-family: roboto;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 767px)
{
#Maps_Block .Country_Map_1_Map_CssClass {
    height: 100vh !important;
    width: calc(100% - 0px) !important;
    position: absolute;
    left: 0px !important;
}
}

