body, html{
  margin: 0 ;
  padding: 0;
}


.full_image{
  background-image: url(/media/23041.png);
    height: calc(100vh - 21px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 127px;
    text-align: center;
}

.moreMargin{
  margin-top: 20px !important;
}

.col p{
  font-weight: 700;
}

* {
  font-family: 'Roboto', sans-serif;
  color: #5C5C5C;
}

a{
  text-decoration: none;
}

a:hover{
  color: #000;
}

.adreseEmail{
  width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.adreseEmailContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.adreseEmail p{
  width: 100%;
  margin-bottom: 0px;
  margin-top: 10px;
}

.col{
  width: 50%;
}

.imageMobile{
  display: none;
}

@media(max-width:748px)
{
  .imageMobile{
    display: block;
  }

  .full_image {
    background-image: none;
  }
  .adreseEmail, h1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .imageMobile img{
    width: 100%;
  }
}
