.image {
    position: relative;
    display: block;
}

.fa-video, .fa-image {
    position: absolute;
    left: 20px;
    top: 20px;
}

@font-face {
    font-family: 'helveticaneueregular';
    src: url('font/helveticaneue-webfont.woff') format('woff2'),
         url('font/helveticaneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.body{
    font-family: 'helveticaneueregular';
}


.meta > div {
    padding: 0;
    text-align: center;
    white-space: nowrap;
}
.title-Container{
    display: flex;
    align-items: center;
}
.logoBanner{
    width: 50%;
}

.CopyrightTitle{
    color: rgb(32, 129, 197)
    
}

@media screen and (min-width: 800px) and (max-width: 1600px) {
    .bloc {
      display:block;
      clear:both;
    }

    col-sm-chart{
        width: 100%;
    }
   
   
  }

@media screen and (min-width: 200px) and (max-width: 640px) {
    .bloc {
      display:block;
      clear:both;
    }

    .col-sm-chart{
        width: 100%;
    }
  }

 

