.top
{
    position: relative;
    text-align: center;
    width: 100%;
    /* height: 25rem; */
    background-image: url("../img/manBg.jpg");
    background-color: white;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.top h1
{
    font-family: Athelas;
    font-size: 2rem;
    line-height: 2rem;
    /* margin-top: -1rem; */
    padding-top: 0;
}

.top p
{
    font-family: Roboto;
    font-size: 1rem;
    margin: 2rem 15rem 0 15rem;
}

.middle
{
    /*flex-wrap: wrap;
    flex-direction: row;
    position: relative;*/
    margin-left: 10%;
    margin-right: 10%;
    justify-content: right;
	/* margin-left: 1rem; */
    /* margin-top: 1rem; */
    vertical-align: text-top;
    /* padding-bottom: 4rem;
    padding-top: 4rem; */
    padding: 4rem 2rem;
    position: relative;
    display: inline-block;
}

section
{
    background-image: url("../img/marbre.png");
    background-size: cover;
    /* background-color: #F8F8F8; */
}
section div.imgContainer{
  width: calc(30% - 0.2rem);
  position: absolute;
  left: 0;
  top: 2rem;
  bottom: 2rem;
}

.middle h1
{
    color: #cc393e;
    font-family: Athelas;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2rem;
    /* padding-bottom: 2.5rem; */
    padding-top: 0;
    margin: 0;
}

.middle h2
{
    color: #cc393e;
    font-family: Athelas;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2rem;
    margin: 0;
}

.middle h3
{
    color: #000;
    font-family: Athelas;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    padding-top: 0rem;
    padding-bottom: 2.5rem;
    margin: 0;
}

.middle ul
{
  margin-bottom: 1rem;
  color: #cc393e;
}

.middle span.cat
{
    color: #cc393e;
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 2rem;
    padding-top: 2rem;
}

.middle p
{
    color: #000;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 400;
    /* line-height: 1rem; */
    /* margin: 0.5rem 21% 1rem 0; */
}

.middle > div.left{
  width: calc(70% - 0.2rem);
  display: inline-block;
  vertical-align: top;
}
.middle > div.left p{
  padding-right: 2rem;
}

.middle div.right{
  width: calc(70% - 0.2rem);
  float: right;
  padding-left: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.middle div.imgContainer{
  width: calc(30% - 0.2rem);
  /* display: inline-block; */
  position: absolute;
  right: 0;
  top: 2rem;
  bottom: 2rem;
}
.middle div.imgContainer img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.middle p span
{
    color: #cc393e;
    font-family: Roboto;
    font-weight: 700;
    font-style: italic, bold;
}

@media (max-width:992px){
  .middle{
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .middle > div.left,
  .middle > div.right{
    width: 100%;
  }
  .middle > div.right{
    padding: 2rem 0 0 0;
  }
  .middle > div.right > p:last-child{
    margin: 0;
  }
  section div.middle div.imgContainer {
    margin-bottom: 2rem;
    margin-top: -2rem;
  }
  .middle > div.left > p{
    padding: 0;
  }
  .middle div.imgContainer
  {
    position: relative;
    width: 100%;
  }
  div.left ~ div.imgContainer{
    padding-bottom: 2rem;
  }
  .middle div.imgContainer img
  {
    height: 40vh;
  }
  .top p{
    margin: 0;
    padding: 0 2rem;
  }
}

.img-sebCompethance{
  width: 10%;
  margin-bottom: 1rem;
}
