#ACEQDB section.container-content > h2.subTitle.deco > p {
  padding-top: 50px !important;
}
.ACEQDB #filAriane {
  width: max-content;
  margin: 20px 0;
}
.ACEQDB .enTete {
  background-image: none;
  height: fit-content;
}
.ACEQDB .enTete-qdb-left img {
  height: 75px;
  width: auto;
  object-fit: contain;
}
.ACEQDB .enTete-qdb {
  display: flex;
  column-gap: 52px;
  align-items: center;
}
.ACEQDB h1 {
  margin-top: 0;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.ACEQDB .enTete-qdb-left {
  display: flex;
  flex-direction: column;
}
.ACEQDB .enTete-qdb-center {
  padding-bottom: 25px;
}
.ACEQDB .enTete-qdb-center p {
  font-weight: bold;
}
.ACEQDB .enTete-qdb-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ACEQDB .enTete-qdb-right img {
  height: 145px;
  width: auto;
  margin-bottom: 30px;
}
.ACEQDB .corps {
  margin-top: 24px;
  margin-bottom: 60px;
}
.ACEQDB .contenuImage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 32px;
}
.ACEQDB .contenuImage.reverse {
  column-gap: 62px;
  flex-direction: row-reverse;
}
.ACEQDB .contenuImage h2 {
  padding-bottom: 12px;
  text-transform: uppercase;
}
.ACEQDB .contenuImage .price {
  font-size: 75px;
  color: var(--main-color);
}
.ACEQDB .contenuImage .price span {
  font-size: 55px;
}
.ACEQDB .contenuImage img {
  width: 100%;
  height: auto;
  max-width: 260px;
  min-width: 260px;
}
.ACEQDB .contenuImage p {
  font-weight: bold;
}
.ACEQDB .contenuImage .enAvant {
  color: var(--main-color);
  font-size: 25px;
}
.ACEQDB .contenuImage.reverse > div {
  text-align: right;
}
.ACEQDB .boutonsTelechargement {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.ACEQDB .boutonsTelechargement a {
  position: relative;
  min-width: 444px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  border: 1px solid var(--main-color);
  font-weight: bold;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  margin-top: 10px;
}
.ACEQDB .boutonsTelechargement a:hover {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.ACEQDB .boutonsTelechargement a::after {
  font-family: fts_picto;
  padding: 10px;
  right: 10px;
  bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F0329";
  font-size: 30px;
  position: absolute;
  text-decoration: none;
  color: var(--main-color);
}
.ACEQDB .methodologie {
  background-color: var(--secondary-color);
  margin-bottom: 16px;
}
.ACEQDB .methodologie .container-content {
  text-align: center;
  padding: 35px 20px;
}
.ACEQDB .methodologie .container-content h2 {
  margin-top: 0;
  color: #363636;
}
.ACEQDB .methodologie .container-content p {
  margin-top: 40px;
}

.ACEQDB .accesEspacePresse {
  margin: 50px 0;
}
.ACEQDB .accesEspacePresse .container-content {
  max-width: calc(750px - 30px);
  width: 100%;
  margin: 0 auto;
  border: 2px solid #d0103a;
  border-radius: 3px;
  padding: 20px;
  padding-bottom: calc(20px + 0.5em);
  display: flex;
  flex-direction: column;
}
.ACEQDB .accesEspacePresse .container-content a.qdb-btn-presse {
  background: #d0103a;
  color: white;
  padding: 12px 40px;
  font-weight: bold;
  border-radius: 3px;
  display: inline-block;
  align-self: center;
  text-decoration: none;
}
/*** *******************
****   ESPACE PRESSE 
******************* ***/
.intro-accroche {
  margin: 20px 0;
}
.ACEQDB.espacePress-globalContainer .contact-section {
  width: 100%;
  height: auto;
  min-height: 200px;
  background-color: var(--pale);
  padding: 40px 0;
  margin: 20px 0;
}
.ACEQDB.espacePress-globalContainer .container-content {
  text-align: center;
  max-width: 950px;
}
#contenu-QDB-contacts-presse .carte-liste {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.carte-liste .contact-container {
  width: 45%;
  height: 150px;
  background-color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
  margin: 20px 0;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.carte-liste .contact-container .contact-fonction {
  width: 100%;
  text-align: center;
}
.carte-liste .contact-container .contact-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.carte-liste .contact-container .contact-details img {
  display: block;
  margin: 5px 15px 0 0;
}
.carte-liste .contact-container .contact-details .contact-carte {
  text-align: left;
}

@media screen and (max-width: 880px) {
  #contenu-QDB-contacts-presse .carte-liste {
    flex-direction: column;
    padding: 0 20px;
  }
  .carte-liste .contact-container {
    width: 100%;
  }
}

#parutions {
  margin-bottom: 50px;
}
#selection-parutions .parutions-onglets {
  margin: 10px auto 50px auto;
  padding: 10px;
  width: 80%;
  height: 120px;
  position: relative;
  border: 1px solid var(--main-color);
  border-radius: 100px;
  display: table;
  text-align: center;
}
#selection-parutions .parutions-onglets a {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  height: 100%;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}
#selection-parutions .parutions-onglets:first-child a.active {
  background-color: var(--main-color);
  border-radius: 100px;
  color: #fff;
  padding: 25px;
}
@media screen and (max-width: 880px) {
  #selection-parutions .parutions-onglets {
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  #selection-parutions .parutions-onglets a {
    display: block !important;
    height: auto;
    width: 100%;
    padding: 22px 0;
  }
  #selection-parutions .parutions-onglets a.active {
    border-radius: 50px;
  }
}

.mise-en-avant-twitter {
  margin: 15px 0;
  overflow: hidden;
}

.articles .tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  width: 100%;
}

section#homepagelist
  .articles
  article.tile.actu:nth-child(n + 2):nth-child(-n + 3) {
  background: #ccf0ff;
  max-width: calc(50% - 18px);
  min-height: 360px;
  width: 100%;
  max-height: 360px;
  border: none;
}
section#homepagelist
  .articles
  article.tile.actu:nth-child(n + 2):nth-child(-n + 3)
  .container-tuile {
  display: none;
}

section#homepagelist
  .articles
  article.tile.actu:nth-child(n + 2):nth-child(-n + 3)
  .banner {
  max-width: 100%;
  width: 100%;
  min-height: 360px;
  max-height: 360px;
}

section#homepagelist
  .articles
  article.tile.actu:nth-child(n + 2):nth-child(-n + 3)
  .banner
  h3 {
  font-size: 24px;
}

section#homepagelist
  .articles
  article.tile.actu:nth-child(n + 2):nth-child(-n + 3)
  p.mis-en-avant {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  padding: 0;
}

#homepagecategorie .articles article.tile.actu:first-child,
#homepagelist .articles article.tile.actu:first-child {
  background: #ccf0ff;
  max-width: 100%;
  min-height: 360px;
  max-height: 360px;
  width: 100%;
  border: none;
}
#homepagecategorie .articles article.tile.actu:first-child .container-tuile img,
#homepagelist .articles article.tile.actu:first-child .container-tuile img {
  max-width: 100%;
  max-height: 100%;
  width: 330px;
}

#homepagecategorie .articles article.tile.actu:first-child .container-tuile,
#homepagelist .articles article.tile.actu:first-child .container-tuile {
  max-width: 50%;
  max-height: 100%;
  width: 100%;
  padding: 20px 0;
}
#homepagecategorie .articles article.tile.actu:first-child .banner,
#homepagelist .articles article.tile.actu:first-child .banner {
  max-width: 50%;
}
#homepagecategorie .articles article.tile.actu:first-child a,
#homepagelist .articles article.tile.actu:first-child a {
  display: flex;
}
#homepagecategorie .articles article.tile.actu:first-child .banner h3,
#homepagelist .articles article.tile.actu:first-child .banner h3 {
  font-size: 24px;
}
#homepagecategorie .articles article.tile.actu:first-child p.mis-en-avant,
#homepagelist .articles article.tile.actu:first-child p.mis-en-avant {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  padding: 0px;
}
.container-content span.time img {
  margin-right: 8px;
}
.container-content span.time {
  display: inline-flex;
  margin-top: 6px;
}
.articles article.tile.actu {
  background: white;
  max-width: 355px;
  min-height: 445px;
  max-height: 445px;
  width: 100%;
  height: 100%;
  display: flex;
  border: 3px solid #f7f3f0;
  border-radius: 3px;
}
.articles article.tile.actu p.mis-en-avant {
  display: none;
}
.articles article.tile.actu .container-tuile {
  background: #ccf0ff;
  max-width: 355px;
  max-height: 220px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 20px;
}
.articles article.tile.actu .container-tuile img {
  max-width: 355px;
  max-height: 190px;
  width: 100%;
}
.articles article.tile.actu .banner {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  justify-content: space-between;
  max-width: 355px;
}
.articles article.tile.actu .banner div {
  display: flex;
}
.articles article.tile.actu .banner span.time {
  margin-left: 15px;
  display: flex;
}
.articles article.tile.actu .banner span.time img {
  width: 18px;
  margin-right: 7px;
}
.articles article.tile.actu .banner h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.articles article.tile.actu .banner p.accroche {
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ACEQDB .communiques-liste.container-content {
  padding: 0 20px;
}
.communiques-liste.container-content .tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.communiques-liste.container-content .tiles article {
  max-width: 440px;
  min-height: 575px;
  height: 100%;
  max-height: 575px;
  border: 3px solid #f7f3f0;
  border-radius: 3px;
}
.communiques-liste.container-content .tiles article .container-tuile {
  background: #ccf0ff;
  max-width: 440px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.communiques-liste.container-content .tiles article .banner > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.communiques-liste.container-content .tiles article .banner {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.communiques-liste.container-content
  .tiles
  article
  .banner
  .boutonsTelechargement
  a {
  min-width: 100%;
  text-decoration: none;
}

.communiques-liste.container-content
  .tiles
  article
  .banner
  .boutonsTelechargement {
  gap: 20px;
  margin-top: 20px;
}

.communiques-liste.container-content .tiles article .banner span.time {
  margin-left: 15px;
  display: flex;
  margin-top: 0;
}

.communiques-liste.container-content .tiles article .banner p.accroche {
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.communiques-liste.container-content .tiles article .banner p.accroche.title_c {
  text-transform: uppercase;
  margin-top: 10px;
}

.communiques-liste.container-content .tiles article .container-tuile img {
  display: flex;
  width: 100%;
  max-height: 200px;
  padding: 20px 0;
}

article.tile.actu > a {
  width: 100%;
}

.espace-presse-red {
  background: #d0103a;
  color: white;
  border-radius: 3px;
  display: flex;
  min-height: 205px;
  align-items: center;
  justify-content: space-around;
  padding: 40px;
}
.espace-presse-red .txt {
  padding: 20px;
  max-width: 70%;
  width: 100%;
}
.espace-presse-red .txt h3 {
  font-size: 26px;
  text-transform: uppercase;
}
.espace-presse-red .txt span.influenceur {
  font-weight: bold;
  font-size: 20px;
}
div.container.links {
  display: flex;
  /* justify-content: space-evenly; */
}
div.container.links a {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 40px 8px;
  text-align: center;
  max-width: 390px;
  width: 100%;
  transition: color 0.3s;
}
div.container.links a:hover {
  color: #d0103a;
}
div.container.links nav ul li::before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #363636;
  position: absolute;
  left: -3px;
  bottom: -1px;
}
div.container.links nav ul li:first-child::before {
  content: none;
}

.container.links nav {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.container.links nav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  max-width: 100%;
  width: 100%;
}
.container.links nav ul li {
  text-indent: unset;
  max-width: 390px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  align-self: center;
  justify-content: center;
  min-height: 50px;
  flex-direction: column;
}
.container.links nav ul li::before {
  content: none;
}
.container.links nav ul li:hover::after {
  width: 80%;
  transition: width 0.3s;
}
.container.links nav ul li::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #d0103a;
  transition: width 0.3s;
  margin-bottom: 2px;
}
iframe.espacement {
  width: 100%;
  height: 400px;
}
.accrocheCp {
  display: flex;
  flex-direction: column;
  min-height: 108px;
}
.accrocheCp p {
  width: 100%;
}
/* ESPACE PARUTIONS MEDIAS */

#parutions .parutions-liste.container-content,
section.parutions .container-content .parutions-medias {
  padding: 0 15px;
}
#parutions .parutions-liste .parutions-medias article,
section.parutions .parutions-medias article {
  max-width: 350px;
  width: 100%;
  min-height: 395px;
  background: #f7f3f0;
}
#parutions .parutions-liste .parutions-medias,
section.parutions .parutions-medias {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

#parutions .parutions-liste .parutions-medias article a,
section.parutions .parutions-medias article a {
  display: flex;
  flex-direction: column;
  text-align: left;
  text-decoration: none;
}
#parutions .parutions-liste .parutions-medias article a .container-tuile,
section.parutions .parutions-medias article a .container-tuile {
  margin: 20px;
  display: flex;
  justify-content: center;
}
#parutions .parutions-liste .parutions-medias article a .container-tuile img,
section.parutions .parutions-medias article a .container-tuile img {
  width: 100%;
}
#parutions .parutions-liste .parutions-medias article a .banner,
section.parutions .parutions-medias article a .banner {
  padding: 0 20px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
}
#parutions .parutions-liste .parutions-medias article a .banner p.description,
section.parutions .parutions-medias article a .banner p.description {
  padding: 0px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#parutions h3,
section.parutions .parutions-medias h3 {
  text-transform: uppercase;
}
section.parutions .container-content > .parutions-medias {
  margin-top: 50px;
}
.container-content.imageSeule img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.container-content.interview h3.red {
  margin-top: 50px;
}
#pagination ul li a {
  text-decoration: none;
  padding: 5px;
  font-weight: bold;
}
#pagination ul li a.sel {
  color: #d0103a;
  border-bottom: 2px solid #d0103a;
}
#pagination {
  text-align: center;
  margin-top: 50px;
}
#pagination ul {
  list-style: none;
  display: inline-block;
}
#pagination ul li {
  display: inline;
  margin-right: 20px;
  margin-right: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  list-style: none;
  line-height: 50px;
}
#pagination ul li:before {
  content: none;
}

#pagination a#btnPagination,
#pagination a#btnPaginationLeft {
  padding: 5px 15px;
  position: relative;
}
#pagination a#btnPagination:after {
  content: "\F0329";
  font-family: fts_picto;
  position: absolute;
  right: 0;
  left: -20px;
  width: 30px;
  font-size: 25px;
  color: #d0103a;
  border-radius: 0;
  height: auto;
  background-color: transparent;
}
#pagination a#btnPaginationLeft:before {
  content: "\F0328";
  font-family: fts_picto;
  position: absolute;
  right: 0;
  left: -25px;
  width: 30px;
  font-size: 25px;
  color: #d0103a;
  border-radius: 0;
  height: auto;
  background-color: transparent;
}

@media screen and (max-width: 880px) {
  section#homepagelist
    .articles
    article.tile.actu:nth-child(n + 2):nth-child(-n + 3)
    p.mis-en-avant,
  #homepagecategorie
    .articles
    article.tile.actu:first-child
    p.mis-en-avant
    #homepagelist
    .articles
    article.tile.actu:first-child
    p.mis-en-avant {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding: 0 !important;
  }
}

@media screen and (max-width: 747px) {
  .container.links nav ul {
    flex-direction: column;
    padding: 0 20px;
  }
  div.container.links nav ul li::before {
    content: none;
  }
  div.container.links nav ul li {
    margin: 0;
    border-top: 1px solid black;
  }
  div.container.links nav ul li:first-child {
    border: 0;
  }
  .container.links nav ul li::after {
    content: none;
  }

  div.container.links a {
    padding: 20px 8px;
  }
  .ACEQDB .enTete-qdb-center {
    padding-top: 25px;
  }
  .enTete-qdb {
    flex-direction: column;
  }
  .ACEQDB .accesEspacePresse .container-content {
    max-width: calc(100% - 30px);
  }
  .ACEQDB .enTete-qdb-left img {
    height: 67px;
    margin-top: 32px;
  }

  .ACEQDB .contenuImage {
    flex-direction: column;
    row-gap: 15px;
  }
  .ACEQDB .boutonsTelechargement a {
    width: 100%;
    min-width: 100%;
  }
  .ACEQDB .boutonsTelechargement {
    gap: 20px;
  }
  .ACEQDB .contenuImage.reverse {
    flex-direction: column;
  }
  .espace-presse-red {
    flex-direction: column;
  }
  .espace-presse-red .txt {
    max-width: 100%;
    padding: 30px 0px 0px;
  }
  .articles article.tile.actu,
  .articles article.tile.actu .container-tuile,
  .articles article.tile.actu a,
  .articles article.tile.actu .banner {
    max-width: 100% !important;
    width: 100%;
  }
  .communiques-liste.container-content .tiles article {
    max-height: none;
  }
  #homepagecategorie .articles article.tile.actu:first-child a,
  #homepagelist .articles article.tile.actu:first-child a {
    flex-direction: column;
    align-items: center;
  }
  #homepagecategorie .articles article.tile.actu:first-child p.mis-en-avant,
  #homepagelist .articles article.tile.actu:first-child p.mis-en-avant {
    -webkit-line-clamp: 5;
    padding-top: 10px;
  }
  #homepagecategorie .articles article.tile.actu:first-child .container-tuile,
  #homepagelist .articles article.tile.actu:first-child .container-tuile {
    max-width: -webkit-fill-available !important;
    max-height: 100%;
    width: 100%;
    padding-top: 30px;
    height: auto;
  }
  #homepagecategorie .articles article.tile.actu:first-child .banner div,
  #homepagelist .articles article.tile.actu:first-child .banner div {
    padding-top: 10px;
  }
  #homepagecategorie
    .articles
    article.tile.actu:first-child
    .container-tuile
    img,
  #homepagelist .articles article.tile.actu:first-child .container-tuile img {
    width: 270px;
  }
  #homepagecategorie .articles article.tile.actu:first-child .banner h3,
  #homepagelist .articles article.tile.actu:first-child .banner h3 {
    -webkit-line-clamp: 4;
  }
  #homepagecategorie .articles article.tile.actu:first-child .banner,
  #homepagelist .articles article.tile.actu:first-child .banner h3 {
    max-width: 100%;
    min-height: auto;
  }

  #homepagecategorie .articles article.tile.actu:first-child,
  #homepagelist .articles article.tile.actu:first-child {
    min-height: auto;
    max-height: 100%;
  }
  section#homepagelist
    .articles
    article.tile.actu:nth-child(n + 2):nth-child(-n + 3)
    p.mis-en-avant,
  #homepagecategorie .articles article.tile.actu:first-child p.mis-en-avant {
    display: block;
    padding: 0.5em 0;
  }
  section#homepagelist
    .articles
    article.tile.actu:nth-child(n + 2):nth-child(-n + 3) {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 340px) {
  .ACEQDB .boutonsTelechargement a {
    font-size: 14px;
  }
}
