.tracimBrandingWelcomePage__main {
  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: 2em 0 0 0;
  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);
  /*max-height: 100px;*/
}

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

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

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

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

.homebodycontent.right {
  background-color: #2D2E82cc;
  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 10px 5px 5px;
  background-color: #FFFFFFCC;
  text-align: left;
  font-weight: bold;
  border-radius: 0 1em 0 0;
}

/* 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;
}

.tracimBrandingWelcomePage__text h1 {
	text-align: center;
	font-weight: bold;
        max-width: 80%;
        background-color: #FFFFFFCC;
        margin: auto;
        padding: 0.5em;
        border-radius: 1em;
}

.tracimBrandingWelcomePage__text div.pres {
        max-width: 80%;
        margin: auto;
        padding-top: 1em;
}

.tracimBrandingWelcomePage__text div.presentation_fr {
        max-width: 49%;
        background-color: #FFFFFFCC;
        margin: 1em auto;
        padding: 1em;
        border-radius: 1em;
	float: left;
}

.tracimBrandingWelcomePage__text div.presentation_en {
        max-width: 49%;
        background-color: #FFFFFFCC;
        margin: 1em auto;
        padding: 1em;
        border-radius: 1em;
	float: right;
}

.tracimBrandingWelcomePage__text div.pres_public {
        background-color: #FFFFFFCC;
        margin: auto;
        padding: 1em;
        border-radius: 1em;
}

h2 {
	text-align: center;
}

hr {
	margin: 0;
	padding: 0;
}
