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

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

.top span.cat
{
    font-family: Roboto;
    font-size: 0.9rem;
}

.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;
}

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

.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(20% - 0.2rem);
  display: inline-block;
} */
.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;
}

/* .middle img
{
    vertical-align: top;
    margin: -14rem 1rem 1rem 80%;
} */

.middleBanner
{
    position: relative;
    text-align: center;
    width: 100%;
    height: 15rem;
    background-image: url("../img/marbre.png");
    background-size: cover;
}

.middleBanner p
{
    text-align: center;
    color: #4a4a4a;
    font-family: Roboto;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.53px;
    /* margin-top: 1rem; */
    padding: 5rem;
}

.bottom
{
    display: inline-block;
    /*flex-wrap: wrap;
    flex-direction: row;
    position: relative;*/
    justify-content: right;
	/* margin-left: 1rem;
    margin-top: 1rem; */
    margin-left: 10%;
    margin-right: 10%;
    vertical-align: text-top;
    position: relative;
}
.bottom div.right{
  width: calc(70% - 0.2rem);
  float: right;
  padding-left: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.bottom div.right .dotCircle{
  margin-left: 1rem;
}
.bottom div.imgContainer{
  width: calc(30% - 0.2rem);
  position: absolute;
  left: 0;
  top: 2rem;
  bottom: 2rem;
}
.bottom div.imgContainer img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bottom h2
{
    color: #000;
    font-family: Athelas;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    /* margin: 1rem 16rem; */
    padding-bottom: 2.5rem;
    padding-top: 0;
    margin: 0;
}

.bottom span.cat
{
    color: #cc393e;
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 2rem;
    padding-top: 2rem;
    /* margin: -19rem 1rem -1rem 16rem; */
}

.bottom p
{
    color: #000;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 400;
    /* line-height: 1rem; */
    /* margin: 1rem 1rem 1rem 16rem; */
}

.bottom ul{
  list-style-type: none;
}

.bottom p
{
    /* margin: 1rem 1rem 1rem 16rem; */
    list-style-image: url("../img/puce.png");
}

.bottom p span
{
    color: #cc393e;
    font-family: Roboto;
    font-weight: 700;
    font-style: italic, bold;
}

.bottom img
{
    vertical-align: text-top;
}

.dotCircle
{
    color: #cc393e;
    margin-left: 1rem;
}

@media (max-width:992px){
  .middle{
    text-align: center;
  }
  .middle > div.left,
  .bottom > div.right{
    width: 100%;
  }
  .bottom > div.right{
    padding-right: 2rem;
  }
  .middle div.imgContainer,
  .bottom div.imgContainer{
    position: relative;
    width: 100%;
  }
  .middle div.imgContainer img,
  .bottom div.imgContainer img{
    height: 40vh;
  }
  .top p{
    margin: 0;
    padding: 0 2rem;
  }
}
@media (max-width:450px){
    .middleBanner p{
        padding: 3rem;
        font-size: 1.5rem;
    }
}
.img-sebCompethance{
  width: 10%;
  min-width: 6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px){
  .img-sebCompethance {
    display: none;
  }
}