/* GENERAL PAGE STYLES */
.WebMHPage{
  height: 100%;
  width: 100%;
}

/* HOME PAGE STYLES */
.WebMHHomePageLeftPart{
  text-align: right;
  display: inline-block;
  width: calc(50% - 10px);
  margin-right: 10px;
  vertical-align: top;
}

.WebMHHomePageRightPart{
  display: inline-block;
  width: calc(50% - 10px);
  text-align: left;
  margin-left: 10px;
}

/* PRO PAGE STYLES */
.WebMHCVMainDiv{
  width: 100%;
  max-width: 600px;
  position: relative;
}

.WebMHCVImg{
  width:100%;
  transition: all 0.2s;
}

.WebMHCVDownload{
  position: absolute;
  top: 75px;
  width: 75px;
  height: 75px;
  background-size:contain;
  transition: opacity 0.2s;
}

.WebMHCVDownloadEn{
  background-image:url('../pictures/icons/englishDownload.png');
  opacity: 0;
  left: calc(75% - 75px);
}

.WebMHCVDownloadEn:hover{
  background-image:url('../pictures/icons/englishDownload_Hover.png');
}

.WebMHCVDownloadFr{
  background-image:url('../pictures/icons/frenchDownload.png');
  opacity: 0;
  left: 25%;
}

.WebMHCVDownloadFr:hover{
  background-image:url('../pictures/icons/frenchDownload_Hover.png');
}

/* GALLERY PAGE STYLES */
.WebMHGalleryMainContainer{
  text-align: center;
}

.WebMHGalleryPageLeftPart{
  display:inline-block;
  width:50%;
  float:left;
}

.WebMHGalleryPageRightPart{
  display:inline-block;
  width:50%;
  float:left;
}

/* TRAVELS PAGE STYLES */
.WebMHTravelPageMainContainer {
  text-align: center;
}

/* CONTACTS PAGE STYLES */
.WebMHContactLink{
  display:inline-block;
  margin:0px 10px;
}

.WebMHContactLink:hover{
  color:rgb(40, 80, 120);
}

.WebMHContactIcon{
  display:inline;
  width:40px;
  height:40px;
}

.WebMHContactLinkTitle{
  display:inline;
  margin-left: 20px;
  position: absolute;
}
