/* BACKUP KEV */

.news__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.news__card img {
  border-radius: 20px;
  height: 220px;
  object-fit: cover;
}

@media print,
screen and (min-width: 40em) {
  .news__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.news__card {
  width: 100%;
  max-width: 400px;
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
}

@media print,
screen and (min-width: 40em) {
  .news__card {
    width: 250px;
    margin: 15px;
  }
}

.news__card-date {
  margin: 12px 0;
  color: #0d052c;
  opacity: 0.5;
}

.news__card-title {
  font-size: 24px;
  color: #3d247f;
  font-weight: 900;
  margin-bottom: 6px;
}

.news__card-text {
  font-size: 18px;
  color: #0D052C;
}
/* BACKUP KEV */

/*---------------- HEADER ------------------*/
.header-home {

}
.nav-desk{
  z-index: 200;
  height: 48px;
  display: none;
}
.nav-desk ul{
  display: flex;
}
.menu__bloc nav ul{
  list-style: none;
  padding: 0;
}
.menu__bloc nav ul a{
  display: block;
  padding: 10px;
  font-weight: 700;
  font-size: 18px;
}
.menu__bloc nav ul a:hover{
  color: #e14800;
}
.menu__burger{
  display: flex;
}
@media(min-width: 1240px){
  .nav-desk{
    display: block;
  }
  .menu__burger{
    display: none;
  }
}

/*--------------- FIN HEADER ---------------*/


main {
  overflow-y: auto;
}

.footer{
  background-color: white;
  padding-top: 120px;
}


/* -------------HOMEPAGE---------------- */


/* BANNER */
  .header__main .menu__button{
    margin-top: 100px;
  }
@media print, screen and (max-width: 39em) {
  .header{
    min-height: 70vh;
  }
  .header__main,
  .header__background {
    height: 70vh;
  }
  .header__text span{
    font-size: 16px;
  }
}
@media(max-width: 639px){
  .header__main .menu__button{
    display: inline-block;
  }
  .header__main .menu__button a{
    display: block;
  }
}
.header__soustext{
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
  padding: 1em;
}
/* FIN BANNER */


.information-lieu,
.information-lieu__presentation{
  background-color: #faf8ff;
}
.information-lieu__content{
  align-items: center; 
}

 .information-lieu__content p{
        font-family: Montserrat, sans-serif;
  }

.information-lieu__text, .information-lieu__title{
  color:#3d247f;
}

.information-lieu__title{
}
.information-lieu__text p{
  margin-bottom: 1em;
}
.information-lieu__content .button{margin: 0; border: none;}
.information-lieu__img img{
  object-fit: contain;
}
@media screen and (min-width: 54.375em) {
  .information-lieu__text,
  .information-lieu__img{
    width: 50%;
  }
}



/* Soutenir */
.soutenir .title__header-orange span {
  color: #faf8ff;
}
.soutenir__card{
  color: #3d247f;
}
.soutenir__texte{
      color: #3d247f;
    font-size: 20px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    text-align: center;
}
.page-id-1116 .soutenir__texte{
  margin-bottom: 0; font-weight: normal;
}
.page-id-1116 .vous__content{
  background-color: #e14800;
}
/* Ambition */
.ambition{
  margin: 0;
  padding: 50px 30px;
}
.ambition__card-text{
}



.news-section{
  background-color: #faf8ff;
  padding: 40px 0;
  overflow: hidden;
  
}
.news-section .title__header-orange span {
  color: #faf8ff;
}
.news-section .title__titre{
  max-width: 730px;
}

/* Keywords */
.key-words{
  padding-bottom: 200px;
}
.key-words{display: none;}
.key-words__svg svg{
/*   position: absolute;
  left: 50%;
  transform: translateX(-50%); */
}
@media print, screen and (min-width: 64.0625em) {
  .key-words{display: flex;}
}


.newsletter .input-flex{
  gap: 10px;
}


/* video */
.video{
  padding: 50px 0;
      color: #3d247f;
}

@media print,
screen and (min-width: 40em) {
.video{
  padding: 100px 0;
}
}

/* END HOMEPAGE */




/* ARCHIVE NEWS */

.news, .news-single {
  padding: 45px 1em;
  background-color: #fff;
}
.news__header {
  margin-bottom: 0;
}
@media print,
screen and (min-width: 40em) {
  .news__header {
  margin-bottom: 0;
  }
}
.news__titre-background {
  color: #fff;
  pointer-events: none;
}


.news__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.news__intro-lead {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #0d052c;
  margin-bottom: 10px;
  line-height: 1.7;
}

@media screen and (min-width: 64.0625em) {
  .news__intro-lead {
    font-size: 20px;
  }
}

.news__intro-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Tablette : 4 colonnes */
@media screen and (min-width: 40em) {
  .news__intro-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}

/* Desktop : tout sur une ligne */
@media screen and (min-width: 64.0625em) {
  .news__intro-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 80%;
  }
}

.news__intro-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.news__intro-card-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #faf8ff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 40em) {
  .news__intro-card-img {
    width: 110px;
    height: 110px;
  }
}

@media screen and (min-width: 64.0625em) {
  .news__intro-card-img {
    width: 125px;
    height: 125px;
  }
}

.news__intro-card-text {
  margin-top: 15px;
  font-weight: 700;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: #0d052c;
}

@media screen and (min-width: 64.0625em) {
  .news__intro-card-text {
    font-size: 16px;
  }
}

.news__intro-footer {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 0.9rem;
  color: #888;
}

.news__cards {
  display: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;

}
.news__cards {
  width: 100%;
  padding: 0;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr; /* mobile par défaut */
}

/* ≥ 768px (tablet / petit laptop) → 2 cards */
@media (min-width: 400px) {
  .news__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ≥ 1024px (desktop) → 3 cards */
@media (min-width: 1024px) {
  .news__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news__card {
  max-width: inherit;
}

@media print,
screen and (min-width: 40em) {
  .news__card {
    width: inherit;
  }
}
/* PAGINATION */

/* PAGINATION */
.news__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 80px;
}

.news__pagination-page,
.news__pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}

.news__pagination-page:hover,
.news__pagination-btn:hover {
  background: #faf8ff;
  color: #3d247f;
}

.news__pagination-page--active,.news__pagination-page--active:hover {
  background: #3d247f; /* votre couleur principale */
  color: #fff;
  font-weight: bold;
}

.news__pagination-btn--disabled {
  opacity: 0.3;
  cursor: default;
}



/* SINGLE ARTICLE */






/* Single article */

.news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.news-back {
  color: #3d247f;
  text-decoration: none;
}

.news-breadcrumb {
  display: inline-block;
  vertical-align: middle;
}

.news-breadcrumb a {
  color: #3d247f;
}

.news-breadcrumb span:last-child {
  color: #071534;
}

.news-hero {
  margin-bottom: 42px;
}

.news-hero img {
  display: block;
  width: 100%;
  //height: 260px;
  object-fit: cover;    
  border-radius: 30px;
}

.news-header {
  margin-bottom: 22px;
}

.news-header h1 {
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
  color: #3d247f;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 50px;
}

/* Contenu éditeur */
.news-body {
  font-size: 16px;
  line-height: 1.65;
  color: #071534;
}

.news-body > *:first-child {
  margin-top: 0;
}

.news-body > *:last-child {
  margin-bottom: 0;
}

.news-body p {
  margin: 0 0 22px;
}

.news-body h1{
      font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    color: #3d247f;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.news-body h2,
.news-body h3,
.news-body h4,
.news-body h5,
.news-body h6 {
  margin: 48px 0 18px;
  line-height: 1.2;
  font-weight: 800;
  color: #000;
}

.news-body h2 {
  font-size: 30px;
}

.news-body h3 {
  font-size: 24px;
}

.news-body h4 {
  font-size: 20px;
}

.news-body ul,
.news-body ol {
  margin: 0 0 24px;
  padding-left: 24px;
}

.news-body li {
  margin-bottom: 8px;
}

.news-body a {
  color: #2f6bff;
  text-decoration: underline;
}

.news-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 36px 0;
}

.news-body figure {
  margin: 42px 0;
}

.news-body figure img {
  margin: 0;
}

.news-body figcaption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #6b7280;
}

.news-body blockquote {
  margin: 42px 0;
  padding-left: 24px;
  border-left: 3px solid #2f6bff;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  color: #071534;
}

.news-body .wp-block-image {
  margin: 42px 0;
}

.news-body .wp-block-quote {
  margin: 42px 0;
}

.news-body .wp-block-buttons {
  margin: 32px 0;
}

.news-body .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid #2f6bff;
  border-radius: 4px;
  background: transparent;
  color: #2f6bff;
  text-decoration: none;
}

.news-body .wp-block-embed,
.news-body .wp-block-video,
.news-body .wp-block-gallery,
.news-body .wp-block-table,
.news-body .wp-block-media-text {
  margin: 42px 0;
}

.news-body table {
  width: 100%;
  border-collapse: collapse;
}

.news-body th,
.news-body td {
  padding: 12px;
  border: 1px solid #e5e7eb;
  text-align: left;
}

.related-articles {
  margin-top: 130px;
  padding-bottom: 70px;
}

.related-articles h2 {
  margin-bottom: 38px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
  color: #000;
}

.related-articles .news__cards {
  margin-top: 0;
}


@media (max-width: 900px) {
  .news-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .news-header h1,
  .related-articles h2 {
    font-size: 28px;
  }

  .news-hero img {
    height: 220px;
  }

  .related-articles {
    margin-top: 80px;
  }
}

.news-breacrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.news-breadcrumb-active {
  font-weight: 700;
}




/* PAGE PARTENAIRES */
.partenaires-heading{background-color: white;}
.partenaires__titre-background{
  font-size: clamp(1rem, calc(1rem + 5.5vw), 160px);
  text-align: center;
  line-height: 1.5;
}

/* Section Logos */
.soutenir-footer__text{
  max-width: 50%;
  margin: 0 auto;
}

.soutenir-footer__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 40px 0;    
  justify-content: center;
}

.soutenir-footer__filter {
  appearance: none;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 8px 18px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.soutenir-footer__filter.is-active,
.soutenir-footer__filter:hover {
  background: #fff;
  color: #573b9e;
}

.soutenir-footer__grid {
  display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));  gap: 48px 64px;
  margin: 0 auto;
}

.soutenir-footer__card {
  text-align: center;
}

.soutenir-footer__card[hidden] {
  display: none;
}

.soutenir-footer__card-image {
  width: 215px;
  height: 115px;
  margin: 0 auto;
}

.soutenir-footer__card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.soutenir-footer__card-titre_image {
  margin-bottom: 16px;
  font-weight: bold;
  color: #fff;
  display: none;
}

.soutenir-footer__card-description_image {
  color: #fff;
  font-size: 13px;
  display: none;
}

@media (max-width: 900px) {

  .soutenir-footer__text{
    max-width: 90%;
  }
  .soutenir-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }
}

@media (max-width: 540px) {
  .soutenir-footer__grid {
    grid-template-columns: 1fr;
  }

  .soutenir-footer__filters {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    justify-content: start;
    scrollbar-width: thin;
    scrollbar-color: #fff #00000000;
  }
  .soutenir-footer__filters::-webkit-scrollbar {
    height: 6px;
  }
  .soutenir-footer__filters::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 999px;
  }
  .soutenir-footer__filters::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 999px;
  }
  .soutenir-footer__filters::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }
  .soutenir-footer__filter {
    white-space: nowrap;
  }
}

/* Partenaire citation */
.vous__content{
  padding-left: 1em;
  padding-right: 1em;
}
.partenaire-citation__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
}

.partenaire-citation__text{
  padding: 0;
  border: none;
}
.partenaire-citation__text p{
  margin: 0;
  font-size: clamp(1rem, 1rem + ((1vw - 0.2rem) * 2), 32px);
  line-height: 1.5;
  font-weight: bold;
  color: white;
}

.partenaire-citation__author {
  margin-top: 40px;
}

.partenaire-citation__name {
  margin: 0;
  font-size: 21px;
  line-height: 1.5;
  font-weight: bold;
}

.partenaire-citation__role {
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

@media (max-width: 700px) {
  .partenaire-citation {
    padding: 36px 22px 32px;
  }

  .partenaire-citation__inner {
    grid-template-columns: 42px 1fr;
    gap: 18px;
  }
  .partenaire-citation__inner svg {
    width: 42px;
    height: 42px
  }
}

@media (max-width: 480px) {
  .partenaire-citation__inner {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .partenaire-citation__quote-mark {
    font-size: 70px;
    line-height: 0.7;
  }

  .partenaire-citation__text {
    font-size: 22px;
  }
}


/*---------PAGE CONTACT-----------*/
.contact-content{
  padding: 40px 0;
}
.contact-content__desc img{ 
  margin: 0 10px;
}
.contact-content__columns--aside{
  flex: 0 0 30%;
}
.contact-content .news-breadcrumb{    
  margin: 20px auto;
  display: block;
  width: 100%;
  text-align: center;
}
.contact-tabs {
  margin-bottom: 32px;
}
.contact-tabs__nav {
  display: inline-block;
  margin-bottom: 30px;
}

@media screen and (min-width: 54.375em) {
  .contact-tabs__nav {
    display: flex;
    justify-content: space-between;
  }
}

  .contact-tabs__button {
    appearance: none;
    border: 1px solid #fff;
    border-radius: 999px;
    padding: 8px 18px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    margin: 5px;
    transition: 0.2s ease;
  }
  .contact-tabs__button.is-active {
    background: #fff;
    color: #573b9e;
  }
  

  .contact-tabs__content {
    color: white;
  }

  .contact-tabs__title {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
  }

  .contact-tabs__text {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.4;
  }
  .contact-tabs__text p {
    margin: 0 0 8px;
  }

  .contact-tabs__text ul {
    margin: 8px 0;
    padding-left: 24px;
  }

  .contact-tabs__text li {
    margin-bottom: 4px;
  }
  

  .contact-tabs__hidden-content {
    display: none;
  }



  input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #e14800;
  }
/*---------END PAGE CONTACT-----------*/





/*---------SWIPER ACTUS--------------*/

.news-hp .swiper-scrollbar-drag {
  background: #3d247f;
}

.news-hp .swiper-scrollbar {
  bottom: -40px;
}

.news-hp__swiper-text {
  margin-top: 15px;
  color: #3d247f;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
}

.news-hp__container-card-event {
  position: relative;
  padding: 1.25rem 0 50px;
}

.news-hp__container-card-event:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  width: 45px;
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(#faf8ff),
      color-stop(45%, rgba(250, 248, 255, 0.8)),
      to(rgba(250, 248, 255, 0)));
  background: linear-gradient(270deg, #faf8ff, rgba(250, 248, 255, 0.8) 45%, rgba(250, 248, 255, 0));
  z-index: 1;
}

@media print,
screen and (min-width: 40em) {
  .news-hp__container-card-event:after {
    background: -webkit-gradient(linear,
        right top,
        left top,
        from(#faf8ff),
        color-stop(75%, rgba(250, 248, 255, 0.5)),
        to(rgba(250, 248, 255, 0)));
    background: linear-gradient(270deg, #faf8ff, rgba(250, 248, 255, 0.5) 75%, rgba(250, 248, 255, 0));
  }
}

.news-hp .swiper-button-next,
.news-hp .swiper-button-prev {
  display: block;
  position: absolute;
  top: -40px;
  bottom: auto;
  width: 26px;
  height: 26px;
  margin-top: 0;
  z-index: 800;
  cursor: pointer;
  background-size: auto;
  background-position: 50%;
  background-repeat: no-repeat;
}

.news-hp .swiper-button-next:after,
.news-hp .swiper-button-prev:after {
  visibility: hidden;
}

@media print,
screen and (min-width: 40em) {

  .news-hp .swiper-button-next,
  .news-hp .swiper-button-prev {
    top: -110px;
    width: 40px;
    height: 40px;
  }
}

@media print,
screen and (min-width: 64.0625em) {

  .news-hp .swiper-button-next,
  .news-hp .swiper-button-prev {
    top: -122px;
    width: 45px;
    height: 45px;
  }
}

@media screen and (min-width: 80em) {

  .news-hp .swiper-button-next,
  .news-hp .swiper-button-prev {
    width: 60px;
    height: 60px;
    top: -130px;
  }
}

.news-hp .swiper-button-prev {
  background-image: url(/wp-content/themes/euracommunication/dist/assets/images/left-slider.svg);
  left: auto;
  right: 50px;
}

@media print,
screen and (min-width: 40em) {
  .news-hp .swiper-button-prev {
    right: 45px;
  }
}

@media print,
screen and (min-width: 64.0625em) {
  .news-hp .swiper-button-prev {
    right: 55px;
  }
}

@media screen and (min-width: 80em) {
  .news-hp .swiper-button-prev {
    right: 70px;
  }
}

.news-hp .swiper-button-next {
  background-image: url(/wp-content/themes/euracommunication/dist/assets/images/right-slider.svg);
  left: auto;
  right: 20px;
}

@media print,
screen and (min-width: 40em) {
  .news-hp .swiper-button-next {
    right: 0;
  }
}

.news-hp .swiper-container {
  overflow: visible;
}

.news-hp .swiper-button-lock {
  display: none;
}
/*---------END SWIPER ACTUS--------------*/


.mentions-legales{
  padding-block: 50px;
}

.press-space{
     background: #faf8ff;
     padding-block: 70px;
}