#page-title-auteur {
  padding: 100px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  #page-title-auteur {
    height: calc(100vh - 301px);
  }
}

@media (max-width: 991px) {
  #page-title-auteur {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#page-title-auteur .content-header {
  padding-right: 80px;
}

@media (max-width: 991px) {
  #page-title-auteur .content-header {
    margin-top: 56px;
    margin-bottom: 44px;
    padding-right: 0;
  }
}

#page-title-auteur h1 {
  margin-bottom: 10px;
}

#page-title-auteur .col-bg {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#page-title-auteur .col-bg img {
  border-radius: 50%;
  border: 4px solid var(--color-qw-green);
}

@media (max-width: 991px) {
  #page-title-auteur .page-title-auteur-img-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 97px 0 67px 0;
  }
  #page-title-auteur .page-title-auteur-img-mobile img {
    width: 248px;
    height: 248px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 4px solid var(--color-qw-green);
  }
}
