.presse p {
  font-family: "Quicksand", sans-serif;
}

.presse li {
  font-size: 1.5rem;
}

.presse-contacts {
  margin-bottom: 2rem;
}

.presse strong,
.presse address {
  font-size: 1.5rem;
}

.presse-title {
  margin-bottom: 3rem;
}

.presse-flyer,
.contact-presse,
.contact-informations-presse {
  font-size: 1.5rem;
}

.presse-flyer {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
}

.presse-flyer li {
  width: 30%;
  border: 1px dotted #2a272f;
  border-radius: 5px;
  padding: 0.7rem;
  text-align: center;
}

.cpt-presse-even {
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
}

.cpt-presse-even .entry-content {
  padding-left: 1rem;
}

.cpt-presse-odd {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.cpt-presse-odd .entry-content {
  padding-right: 1rem;
}

@media screen and (max-width: 600px) {
  .cpt-presse-odd,
  .cpt-presse-even {
    display: block;
  }

  .cpt-presse__link {
    margin-bottom: 2rem;
  }
}
