/* Global vars */
/* Global colors */
/* rgb(255,255,255); */
/* rgb(60,60,60); */
/* rgb(30,30,30); */
/* rgb(0,0,0); */
/* rgb(200,200,200); */
/* rgb(150,150,150); */
/* rgb(100,100,100); */
/* Site colors */
/* Bleu principal (bleu logo) */
/* Rouge logo */
/* Beige */
/* Beige */
/* Bleu foncé */
/* Bleu clair */
/* Bleu très clair */
/* Bleu clair menu */
/* Bleu clair menu */
/* Gris foncé */
/* Ouverture restaurant */
/* END Site colors */
/* Site fonts */
/* END Site fonts */
.section-brochures {
  background-color: #2A363B;
  padding: 75px 0;
}
.section-brochures .brochures-container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 40px;
}
.section-brochures .brochures-container .row-brochures .brochure {
  display: flex;
  column-gap: 7.9vw;
  align-items: center;
}
.section-brochures .brochures-container .row-brochures .brochure figure img {
  width: 400px;
  height: auto;
}
.section-brochures .brochures-container .row-brochures .brochure .brochure-content {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
.section-brochures .brochures-container .row-brochures .brochure .brochure-content .brochure-titretexte h3 {
  font-size: 7rem;
  line-height: 1;
  color: #ffffff;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.section-brochures .brochures-container .row-brochures .brochure .brochure-content .brochure-titretexte span.soustitre {
  font-size: 4rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  background-color: #E62537;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
}
.section-brochures .brochures-container .row-brochures .brochure .brochure-content .brochure-titretexte span.soustitre:before {
  content: "";
  display: block;
  height: 10px;
}
.section-brochures .brochures-container .row-brochures .brochure .brochure-content .brochure-titretexte p {
  margin-bottom: 0;
  color: #ffffff;
}
.section-brochures .brochures-container .row-brochures .brochure .brochure-content .brochure-titretexte p:first-of-type {
  margin-top: 20px;
}
.section-brochures .brochures-container .row-brochures .brochure .brochure-content .brochure-titretexte p a:hover {
  text-decoration: underline;
}
.section-brochures .brochures-container .row-brochures .brochure .brochure-content .brochure-titretexte ul {
  color: #ffffff;
}
.section-brochures .brochures-container .row-brochures .brochure .brochure-content .brochure-boutons {
  display: flex;
  column-gap: 15px;
}
.section-brochures .brochures-container .row-brochures .brochure .brochure-content .brochure-boutons a.bouton4 {
  border: 1px solid #E62537;
}
.section-brochures .brochures-container .row-brochures .brochure .brochure-content .brochure-boutons a.bouton4:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.section-brochures .brochures-container .row-brochures .brochure:nth-child(2) {
  margin-top: 110px;
}
.section-brochures .brochures-container .row-brochures .brochure:not(:first-child) {
  column-gap: 45px;
  align-items: flex-start;
  padding-bottom: 25px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 65px;
}
.section-brochures .brochures-container .row-brochures .brochure:not(:first-child):last-child {
  margin-bottom: 0;
}
.section-brochures .brochures-container .row-brochures .brochure:not(:first-child) figure img {
  width: 125px;
}
.section-brochures .brochures-container .row-brochures .brochure:not(:first-child) .brochure-content {
  display: flex;
  flex-direction: row;
  column-gap: 45px;
  width: 100%;
  justify-content: space-between;
}
.section-brochures .brochures-container .row-brochures .brochure:not(:first-child) .brochure-content .brochure-titretexte h3 {
  font-size: 4rem;
}
.section-brochures .brochures-container .row-brochures .brochure:not(:first-child) .brochure-content .brochure-titretexte span.soustitre {
  font-size: 2rem;
}
.section-brochures .brochures-container .row-brochures .brochure:not(:first-child) .brochure-content .brochure-titretexte span.soustitre:before {
  height: 5px;
}
.section-brochures .brochures-container .row-brochures .brochure:not(:first-child) .brochure-content .brochure-titretexte p:first-of-type {
  margin-top: 12px;
}
.section-brochures .brochures-container .row-brochures .brochure:not(:first-child) .brochure-content .brochure-boutons {
  flex-direction: column;
  row-gap: 12px;
  flex-shrink: 0;
  align-items: flex-end;
}
@media (max-width: 1399px) {
  .section-brochures .brochures-container .row-brochures .brochure {
    column-gap: 6vw;
  }
  .section-brochures .brochures-container .row-brochures .brochure figure img {
    width: 340px;
  }
  .section-brochures .brochures-container .row-brochures .brochure .brochure-content .brochure-titretexte h3 {
    font-size: 6rem;
  }
}
@media (max-width: 1199px) {
  .section-brochures .brochures-container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .section-brochures .brochures-container .row-brochures .brochure figure img {
    width: 200px;
  }
  .section-brochures .brochures-container .row-brochures .brochure .brochure-content .brochure-titretexte h3 {
    font-size: 4rem;
  }
  .section-brochures .brochures-container .row-brochures .brochure .brochure-content .brochure-titretexte span.soustitre {
    font-size: 2.8rem;
  }
  .section-brochures .brochures-container .row-brochures .brochure:not(:first-child) .brochure-content .brochure-titretexte h3 {
    font-size: 3rem;
  }
  .section-brochures .brochures-container .row-brochures .brochure:not(:first-child) .brochure-content .brochure-titretexte span.soustitre {
    font-size: 1.8rem;
  }
  .section-brochures .brochures-container .row-brochures .brochure:not(:first-child) figure img {
    width: 85px;
  }
  .section-brochures .brochures-container .row-brochures .brochure:not(:first-child),
  .section-brochures .brochures-container .row-brochures .brochure:not(:first-child) .brochure-content {
    column-gap: 25px;
  }
}
@media (max-width: 767.98px) {
  .section-brochures .brochures-container .row-brochures .brochure {
    flex-direction: column;
    row-gap: 10px;
  }
  .section-brochures .brochures-container .row-brochures .brochure:not(:first-child) .brochure-content {
    flex-direction: column;
    row-gap: 20px;
  }
  .section-brochures .brochures-container .row-brochures .brochure:not(:first-child) .brochure-content .brochure-boutons {
    flex-direction: row;
  }
  .section-brochures .brochures-container .row-brochures .brochure:nth-child(2) {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .section-brochures .brochures-container .row-brochures .brochure .brochure-content .brochure-boutons,
  .section-brochures .brochures-container .row-brochures .brochure:not(:first-child) .brochure-content .brochure-boutons {
    flex-direction: column;
    row-gap: 15px;
  }
}
@media (max-width: 500px) {
  .section-brochures .brochures-container {
    padding: 0 20px;
  }
}
