.tracimBrandingWelcomePage__main {
  /*background-image: url('313776_10151304346474221_1638213557_n.jpg');*/
  min-height: 100%;
  padding: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.tracimBrandingWelcomePage__text {
  /* You can restrict the size of the text block by uncommenting the following line: /*
  /* width: 66%; */
  padding: 0px;
  margin: 0px;
  color: black;
  z-index: 10;
  position: relative;
}

.tracimBrandingWelcomePage__background {
  padding: 10px;
  height: 100%;
  z-index: -1;
  opacity: 100%;
}

/* ////////////////// custom css */
.customHome__imageList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 15px auto 15px 0;
  width: 80%;
}

.customHome__imageList__item {
  margin: 15px;
  width: 280px;
  height: 170px;
  background-size: cover;
  background-position: center center;
}

.customHome__imageList__item__img {
  width: 250px;
  height: 150px;
}

.branding {
  width: 250px;
  height: 90px;
  margin-left: 25px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.homebodylogocontainer {
  margin: 0;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.4);
}

.homebodylogo {
  width: 60%;
  max-height: 300px;
}

.homebodycontent {
  text-align: left;
  width: 50%;
  padding: 20px;
}

.homebodymailtocolorfr {
  color: white;
}

.homebodymailtocolorgb {
  color: black;
}

@media screen and (min-width: 1600px) {
  .homebodycontent {
    font-size: 1.5em;
  }
}

.homebodycontent.left {
  background-color: #20B0B7AA;
  margin: 20px;
}

.homebodycontent.right {
  background-color: #2D2E82FF;
  margin: 20px 20px 20px 0;
  color: #FFFFFF;
}

.homebodyflag {
  float: left;
  font-size: 2em;
  margin: 0 0.5em 0 0;
  vertical-align: top;
}

.homebody {
    display: flex;
    flex-direction: row;
}

.homebodyfooter {
  position: fixed;
  bottom: 0;
  margin: 0;
  padding: 5px;
  background-color: #FFFFFF77;
}

/* INFO - CH - 20210414 - overrides tracim's class to fix scroll height */
.loginpage__welcome {
  max-height: calc(100vh - 61px) !important; /* INFO - CH - 20210414 - 61 is header's height */
  background-repeat: no-repeat;
}

