.mc-fond-proformation {
  background: url(../../img/photo-proformation.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 900px;
  font-family: arial;
}

header .header-container .header-logo a {
  background-image: url(../../img/logo-proformation.png);
  background-size: 225px 65px;
  color: transparent;
  margin-bottom: 0;
}
header .header-container .header-logo a img {
  display: none;
}
.header-logo a:after {
  display: none;
}
.mc-fond-tr {
  background: rgba(0, 0, 0, 0.5);
}
#mc-header-logo {
  width: 200px;
  margin: 10px;
}

.mc-fond-proformation-texte {
  margin-left: 15%;
  width: 30%;
  margin-top: 70px;
  font-weight: 700;
  height: 428px;
}

.mc-fond-proformation-texte .proformation-texte-top {
  padding-bottom: 20px;
  border-bottom: 3px solid #007c96;
}
.mc-fond-proformation-texte .proformation-texte-bottom {
  font-size: 25px;
  margin-bottom: 8em;
}
.mc-fond-orange {
  background: #ff9e35;
}
.mc-acc-logo-rond {
  border-radius: 1000px;
  background-color: #fff;
  width: 90px;
  padding: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.mc-acc-logo-rond img {
  width: 70px;
}

.mc-fond-orange .mc-title {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 700;
}

.mc-fond-proformation-texte p {
  text-align: center;
  color: #007c96;
  font-size: 45px;
  font-style: italic;
}

.proformation-bulle {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background-color: #4472c4;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
  font-size: 25px
}

.proformation-bulle-desc {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  margin-top: 20px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mc-fond-proformation {
    height: auto;
  }
  .mc-fond-proformation-texte {
    height: auto;
    margin: 0;
  }
  .mc-fond-tr {
    margin: 0;
  }
  .mc-fond {
    text-align: center;
  }
}
