.card-project {
  height: 500px;
  width: 500px;
  border: #EE174A 2px solid;
  background-color: #EBF0F7;
  border-radius: 15px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.project-1 {
  background-image: url("../medias/Portfolio/rondache\ portfolio\ couv\ 1.png");
  background-size: cover;
  background-position: center;
}

.project-2 {
  background-image: url("../medias/Portfolio/apf\ 3.png");
  background-size: cover;
  background-position: center;
}

.project-3 {
  background-image: url("../medias/Portfolio/region\ france\ couv.png");
  background-size: cover;
  background-position: center;
}

.project-4 {
  background-image: url("../medias/Portfolio/mag-goth.png");
  background-size: cover;
  background-position: center;
}

.project-5 {
  background-image: url("../medias/Portfolio/couvapfmedi.jpg");
  background-size: cover;
  background-position: center;
}

.project-6 {
  background-image: url("../medias/Portfolio/logo\ promocash\ planche\ 1.png");
  background-size: cover;
  background-position: center;
}

.project-7 {
  background-image: url("../medias/Portfolio/logomode.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.project-8 {
  background-image: url("../medias/Portfolio/IMG.png");
  background-size: cover;
  background-position: center;
}

.card-project:hover {
  border: solid 2px #424550;
}

.column-right {
  margin-top: 3rem;
}

.image-realisation {
  width: 90%;
  border-radius: 15px;
}

.card-info {
  background-color: #fff;
  width: 90%;
  border-radius: 15px;
}

.text-bold {
  font-weight: 700;
}

.text-grey {
  color: #676767;
  font-size: 0.8em;
}

.info {
  border-left: #EE174A solid 1.5px;
  flex: 0 0 auto;
  width: 58.33333333%;
  padding-left: 3rem;
}

.card-info a {
  text-decoration: none;
  color: black;
}

.card-info a > i {
  color: #EE174A;
}

.promocash {
  width: calc(45% - 7px);
}

.couv {
  background-image: url("../medias/region france/region france couv.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 15px;
  margin-right: 3rem;
}

.page-regions-de-france {
  width: calc(90% - 50px);
}

.left-part {
  flex: 0 0 auto;
  width: 41.66666667%;
}

@media only screen and (max-width: 768px) {

  .card-project {
    height: 400px;
    width: 350px;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .projects {
    flex-direction: column;
  }

  .column-right {
    margin-top: 0px;
  }

  h2 {
    margin-top: 2rem;
    margin-left: 1rem;
  }

  .card-info {
    flex-direction: column;
  }

  .info {
    border-left: none;
    border-top: #EE174A solid 1.5px;
    flex: none;
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }

  .left-part {
    flex: none;
    width: 100%;
  }

  .flyers-contents {
    flex-direction: column;
  }

  .flyers-contents > .d-flex {
    align-items: center;
  }

  .couv {
    width: 350px;
    height: 450px;
    margin-right: 0;
  }

  h2 + .d-flex {
    align-items: center;
  }

  h2 + .d-flex > .d-flex {
    justify-content: center;
  }
}
