/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.download {
	display:none!important;
}

.df-bg {
	background: transparent!important;
}

.df-ui-nav .df-ui-btn::before {
	color: #3B2E7E!important;
	filter: none!important;
}

/* =========================================
   FONTS
========================================= */

@font-face {
  font-family: 'Lexend';
  src:
    url('/wp-content/uploads/2026/01/Lexend-Regular.woff2') format('woff2'),
    url('/wp-content/uploads/2026/01/Lexend-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend';
  src:
    url('/wp-content/uploads/2026/01/Lexend-Bold.woff2') format('woff2'),
    url('/wp-content/uploads/2026/01/Lexend-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

h2 em {
	font-style: normal!important;
	display: block!important;
}

html {
  scroll-behavior: smooth !important;
}


/* =========================================
   BTN
========================================= */

.btn-deco {
  width: fit-content !important;
}

.btn-custom {
  background: #FFDE54;
}

.btn-custom a {
  color: #3B2E7E !important;
  text-align: center !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  padding: 11px 26px !important;
  display: inline-block !important;
}

.btn-deco.center-btn {
  margin: 20px auto 0 !important;
}

.btn-deco.center-btn-2 {
  margin: -20px auto 0 !important;
}

.btn-deco a::before,
.btn-deco a::after {
  content: "";
  position: absolute;
}

.btn-deco a::before,
.btn-deco a::after {
  top: 50%;
  transform: translateY(-50%);
}

.btn-deco a::before {
  left: -20px;
}

.btn-deco a::after {
  right: -20px;
}

.btn-deco a::after {
  transform: translateY(-50%) rotate(180deg);
}

.gform_footer::after {
  transform: rotate(180deg);
}

.gform_footer {
  padding-bottom: 0px !important;
}

.btn-deco.yellow a::before,
.btn-deco.yellow a::after {
  content: url('/wp-content/uploads/2026/01/form1.svg');
}

/* =========================================
   HEADER / OFFCANVAS
========================================= */






.contact-zone {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ct-header-text,
.header-menu-1 {
  margin: 0 !important;
  padding-left: 12px !important;
}
/*
@media (max-width: 1239px) {
  #header [data-device=desktop] {
    display: none !important;
  }

  #header [data-device=mobile] {
    display: block !important;
  }
	
.btn-deco.center-btn-3 {
  margin: 0px auto 0 !important;
}
}

@media (min-width: 1240px) {
  #header [data-device=mobile] {
    display: none !important;
  }

  #header [data-device=desktop] {
    display: block !important;
  }
}*/

#offcanvas {
  height: fit-content !important;
  background: #FFF !important;
}

@media screen and (max-width: 1240px) {
  [data-header*="type-1"] #offcanvas .ct-panel-content {
    height: auto !important;
    flex: unset !important;
    justify-content: start !important;
  }

  .contact-zone {
    flex-direction: column !important;
    gap: 6px !important;
    align-items: flex-start !important;
  }

  .ct-header-text {
    padding-left: 0px !important;
  }

  .mobile-menu {
    margin-bottom: 0px !important;
  }

  .ct-panel-content-inner {
    padding-top: 0px !important;
  }
}

/* =========================================
   HOME
========================================= */

.background-texte {
  padding: 10px !important;
  border-radius: 16px !important;
  background: #FFF2BA;
}
.video-home .brz-wrapper-transform {
	border: 10px solid #2E2D2D!important;
    border-radius: 30px!important;
	-webkit-box-shadow: 10px 10px 0px 1px rgba(0,0,0,0.99)!important; 
	box-shadow: 10px 10x 0px 1px rgba(0,0,0,0.99)!important;
}

.video-home video, .video-home .video-wrapper, .video-home .brz-video__cover, .video-home .brz-video, .video-home .brz-video-content {
	    border-radius: 18px!important;
}

@media (min-width: 768px) and (max-width: 1000px){
	.video-responsive {
		position: absolute!important;
		bottom: -22%!important;
		right: -6px!important;
	}
}


.video-home .brz-video-content{
  position: relative;
}

.video-home .brz-video-content::after{
  content: ""!important;
  position: absolute!important;
  top: 10px!important;
  left: 50%!important;
  transform: translateX(-50%)!important;
  width: 80px!important;
  height: 10px!important;
  background: #2E2D2D!important;
  z-index: 2!important;
	border-radius: 999px!important;
  pointer-events: none!important;
}

@media (max-width: 768px) {
.video-responsive {
	margin: 0 auto!important;
}
}


.after-form::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: url('/wp-content/uploads/2026/01/Mode_Isolation.svg') no-repeat center / contain;
  transform: translate(90px, -110px);
  pointer-events: none;
}

@media (max-width: 1000px) {
.after-form::after {
	display: none;
}
}


.shadow-case .brz-bg-color {}

.social-media-case .brz-text-btn {
  display: flex !important;
  align-items: center !important;
}

.social-case {
  height: fit-content !important;
}

.formulaire .brz-row {
  align-items: flex-end !important;
}

.social-link a {
  opacity: 1 !important;
  transition: all 0.5s ease-out !important;
}

.social-link a:hover {
  opacity: 0.5 !important;
  transition: all 0.5s ease-out !important;
}

.social-media-case .brz-icon__container {
  margin-inline-end: 10px !important;
}

/* Gravity Forms inputs */
.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield textarea,
.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield textarea,
.gfield select

{
  border-radius: 8px !important;
  background: #F2F0FF !important;
  border: none !important;
}

.gfield select{
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%233b2e7e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")!important;
  background-repeat: no-repeat!important;
  background-position: right 12px center!important;
  background-size: 16px!important;
  padding-right: 40px!important;
	color: #3B2E7E!important;
}

.gfield,
.gfield label,
.gfield,
.gfield label{
  font-family: 'Lexend' !important;
  font-weight: 400 !important;
  color: #3B2E7E !important;
}

::placeholder {
  opacity: 1 !important;
  color: #3B2E7E !important;
}

.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center !important;
}

.subtitle-custom {
  background-color: #FCFCFC !important;
  padding: 30px !important;
  border-radius: 9999px !important;
}

@media (max-width: 768px) {
  .subtitle-custom {
    padding: 30px 15px !important;
  }
}

.subtitle-custom em {
  text-align: center !important;
  font-family: 'Lexend' !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  display: block !important;
}

#input_1_12 {
  padding: 15px !important;
  border: 1px solid #3B2E7E !important;
  border-radius: 8px !important;
}

#field_4_17 {
  padding: 15px 15px 10px 15px !important;
  border-top: 1px solid #3B2E7E !important;
  border-left: 1px solid #3B2E7E !important;
  border-right: 1px solid #3B2E7E !important;
  border-radius: 8px 8px 0 0 !important;
	font-weight: 700!important;
}

#field_1_7, #field_4_7{
  padding: 15px 15px 0px 15px !important;
  border-top: 1px solid #3B2E7E !important;
  border-left: 1px solid #3B2E7E !important;
  border-right: 1px solid #3B2E7E !important;
  border-radius: 8px 8px 0 0 !important;
}

.quartier, #input_4_12 {
  padding: 0px 15px 15px 15px !important;
  border-bottom: 1px solid #3B2E7E !important;
  border-left: 1px solid #3B2E7E !important;
  border-right: 1px solid #3B2E7E !important;
  border-radius: 0 0 8px 8px !important;
  margin-top: -20px !important;
}

.quartier .ginput_container {
  margin-top: 15px !important;
}



  #gform_submit_button_1 {
    max-width: 160px!important;
    height: 100%!important;

}

/* =========================================
   FOOTER
========================================= */

.ft {
  background-image: url('/wp-content/uploads/2026/01/Footer-2.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 75px;
}

@media (max-width: 1000px) {
  .ft {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .ft {
    padding-top: 40px;
  }
}

.lm-footer {
  color: #ffffff;
  background: #2b2462;
  overflow: hidden;
}

/* Fond + skyline (image en background) */
.lm-footer__bg {
  position: relative;
  padding: 34px 0 0;
  background:
    linear-gradient(180deg, rgba(45_ATTACHMENT_FIX, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%),
    linear-gradient(180deg, rgba(43, 36, 98, 0.92) 0%, rgba(43, 36, 98, 0.92) 100%),
    url("/wp-content/uploads/2026/01/skyline-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

/* overlay de contraste */
.lm-footer__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 20, 66, .85) 0%, rgba(28, 20, 66, .65) 55%, rgba(28, 20, 66, .85) 100%);
  pointer-events: none;
}

.lm-footer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* LEFT */
.lm-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.lm-footer__logo img {
  display: block;
  width: 300px;
  height: auto;
}

.lm-footer__tagline {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: .01em;
  font-size: 12px;
  width: fit-content;
}

/* CENTER */
.lm-footer__center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.lm-footer__elections-title {
  color: #3B2E7E;
  font-family: 'Lexend';
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

/* Réseaux sociaux */
.lm-footer__social {
  display: flex;
  gap: 10px;
  align-items: center;
}

.lm-footer__social-link {
  width: 32px;
  height:32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  color: #FFDE54;
  background: #3B2E7E;
  transition: transform .5s ease, background .5s ease;
}



#offcanvas .lm-footer__social-link svg path {
	fill: #FFDE54!important;
}
.lm-footer__social-link:hover {
  background: #FFDE54;
}

.lm-footer__social-link svg path {
  transition: all 0.5s ease-out !important;
	fill: #FFDE54!important;
}

#header {
	z-index: 99999!important;
}



.lm-footer__social-link:hover svg path {
  fill: #3B2E7E !important;
  transition: all 0.5s ease-out !important;
}

.lm-footer__social-link:hover svg path {
  fill: #3B2E7E !important;
  transition: all 0.5s ease-out !important;
}

.lm-footer__social-link:hover svg path:nth-of-type(2),
.lm-footer__social-link:hover svg path:nth-of-type(3){
  fill: #fff !important;
  transition: all 0.5s ease-out !important;
}

/* RIGHT */
.lm-footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

/* Menu WP */
.lm-footer__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}

.lm-footer__menu-list a {
  color: #FCFCFC;
  font-family: 'Lexend';
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.lm-footer__menu-list a:hover {
  color: #ffe56a;
}

/* Bouton CTA */
.lm-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  background: #ffe56a;
  color: #2b2462;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .01em;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.lm-footer__cta:hover {
  transform: translateY(-1px);
}

/* LEGAL BAR */
.lm-footer__legal {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(59, 46, 126, 0.4);
  padding: 12px 0 30px;
  margin-top: 20px;
}

.lm-footer__legal-inner {
  font-size: 15px;
  line-height: 1.5;
  color: #3B2E7E;
  text-align: center;
  font-weight: 400;
}

.lm-footer__legal-inner a {
  color: #3B2E7E;
  text-decoration: none;
  transition: all 0.5s ease-out !important;
}

.lm-footer__legal-inner a:hover {
  opacity: 0.5;
  color: #3B2E7E;
  transition: all 0.5s ease-out !important;
}

/* RESPONSIVE TABLET */
@media (max-width: 1000px) {
  .lm-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .lm-footer__right {
    align-items: flex-start;
  }

  .lm-footer__menu-list {
    text-align: left;
  }
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
  .lm-footer__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lm-footer__left,
  .lm-footer__center,
  .lm-footer__right {
    align-items: flex-start;
  }

  .lm-footer__logo img {
    width: 180px;
  }

  .lm-footer__cta {
    width: 100%;
  }
}

@media (max-width: 516px) {
  .lm-footer__elections {
    text-align: center;
  }

  .lm-footer__center {
    align-items: center;
  }

  .lm-footer__elections-title {
    font-size: 20px;
  }
}

/* =========================================
   HOME V2 (PRESSE)
========================================= */



.presse-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.presse-title {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.presse-arrows {
  display: flex;
  gap: 10px;
}

.presse-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: #FFE56A;
  color: #2b2462;
  font-size: 18px;
  font-weight: 900;
}

.presse-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

/* TABLETTE + MOBILE : filtres sur 1 ligne en mode "carousel" */
@media (max-width: 1000px){

  .presse-filters{
    display: flex;
    flex-wrap: nowrap;        /* ✅ 1 seule ligne */
    overflow-x: auto;         /* ✅ scroll horizontal */
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 4px 8px;
    -webkit-overflow-scrolling: touch; /* ✅ inertie iOS */
    scroll-snap-type: x mandatory;     /* ✅ effet slider */
  }

  .presse-filter{
    flex: 0 0 auto;           /* ✅ ne rétrécit pas */
    white-space: nowrap;      /* ✅ pas de retour ligne */
    scroll-snap-align: start;
  }

  /* cacher la scrollbar */
  .presse-filters::-webkit-scrollbar{
    height: 0;
  }
  .presse-filters{
    scrollbar-width: none;    /* Firefox */
  }
}

.presse-filter {
  color: #3B2E7E;
  text-align: center;
  font-family: 'Lexend';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #3B2E7E;
  padding: 10px;
  background: transparent !important;
}

.presse-filter.is-active {
  background: #FFDE54 !important;
  color: #3B2E7E;
  border: 2px solid #FFDE54;
}

.presse-wrap .slick-slide {
  padding: 0 10px;
}

.presse-slide {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.presse-slide__thumb {
  display: block;
  height: 320px;
  overflow: hidden;
}

.presse-slide__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s ease;
}

.presse-slide:hover .presse-slide__thumb img {
  transform: scale(1.07);
}

.presse-slide__thumb--placeholder {
  width: 100%;
  height: 100%;
  background: #eee;
}

.presse-slide__body {
  padding: 14px 0px 16px;
  display: flex;
  flex-direction: column;

}

.presse-slide__title {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  font-family: 'Lexend' !important;
  color: #3B2E7E !important;
}

.presse-slide__btn {
  display: inline-flex;
  margin-left: auto;
  justify-content: flex-end;
  font-weight: 400;
  color: #3B2E7E;
  width: fit-content;
  font-family: 'Lexend' !important;
	text-decoration: underline;
}

.presse-empty {
  padding: 14px;
  border: 1px dashed rgba(0, 0, 0, .25);
  border-radius: 14px;
  background: rgba(255, 255, 255, .6);
}

@media (max-width: 900px) {
  .presse-title {
    font-size: 22px;
  }

  .presse-slide__thumb {
    height: 200px;
  }
}

@media (max-width: 600px) {
  .presse-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .presse-arrows {
    align-self: flex-end;
  }

  .presse-slide__thumb {
    height: 190px;
  }
}

.slick-list.draggable {
overflow: visible !important;
    clip-path: inset(0 -500px 0 0) !important;
}




    /* ===== TOP ===== */
    .functions-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      margin-bottom:16px;
    }

    .functions-main-title{
      margin:0;
      font-size:26px;
      font-weight:900;
      color:#3B2E7E;
      text-align:center;
      flex:1;
    }

	.functions-slide__title_2 {
	color: #3B2E7E;
	font-family:  'Lexend';
	font-size: 24px;
	font-style: normal;
		text-transform: uppercase;
	font-weight: 400;
	}

    .functions-arrow{
      width:44px;
      height:44px;
      border-radius:999px;
      border:0;
      background:#FFDE54;
      color:#3B2E7E;
      font-size:18px;
      font-weight:900;
      cursor:pointer;
    }

    /* ===== SLIDES ===== */
    .functions-wrap .slick-slide{ padding:0 10px; }

    .functions-slide{
      background:#fff;
      box-shadow:0 14px 30px rgba(0,0,0,.12);
      height:100%;
    }

	.functions-track .slick-track {
	  display: flex !important;
	}

	.functions-track .slick-slide {
	  height: auto !important;
	  display: flex !important;
	}

	/* La card prend toute la hauteur */
	.functions-slide {
	  display: flex;
	  flex-direction: column;
	  height: 100%;
		border-radius: 16px;
	}

	/* Le contenu s'étire */
	.functions-slide__body {
	  display: flex;
	  flex-direction: column;
	  height: 100%;
	border-radius: 16px;
	}

    .functions-slide__body{
      padding:18px;
      display:flex;
      flex-direction:column;
      gap:10px;
      min-height:170px;
		border-radius: 16px;
    }

    .functions-slide__title{
      margin:0;
      font-size:16px;
      font-weight:800;
      text-transform:uppercase;
      color:#3B2E7E;
    }

    .functions-slide__desc{
      font-size:14px;
      color:#3B2E7E;
      line-height:1.55;
    }

    .functions-empty{
      padding:14px;
      border:1px dashed #ccc;
      border-radius:14px;
    }

    @media(max-width:768px){
      .functions-main-title{ font-size:22px; }
    }

.gallery-wrap{
  margin: 0 auto;

}

.gallery-wrap{
      margin: 0 auto;
    }

    .gallery-top{
      margin-bottom: 14px;
    }

    /* Desktop/tablet layout */
    .gallery-top--desktop{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 16px;
      text-align: center;
    }

    .gallery-text{
      margin: 0;
      flex: 1;
    }

    .gallery-arrow{
      width:44px;
      height:44px;
      border-radius:999px;
      border:0;
      cursor:pointer;
      background:#FFDE54;
      color:#3B2E7E;
      font-size:18px;
      font-weight:900;
      display:inline-flex;
      align-items:center;
      justify-content:center;
    }

    /* Mobile layout (texte puis flèches ensemble) */
    .gallery-top--mobile{
      display:none;
      text-align:center;
    }

    .gallery-arrows-row{
      display:flex;
      align-items:center;
      justify-content:center;
      gap: 14px;            /* ✅ espacement entre les flèches */
      margin-top: 14px;
    }

    /* Full bleed carousel */
    .gallery-bleed{
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
    }

    .gallery-bleed .slick-slide{ padding: 0 10px; }
    .gallery-bleed .slick-list{ margin: 0 -10px; }

    .gallery-slide{
      overflow:hidden;
      border-radius:14px;
    }

    .gallery-slide img{
      width:100%;
      height: 360px;
      object-fit: cover;
      display:block;
      transition: transform .55s ease;
    }

    .gallery-slide:hover img{
      transform: scale(1.05);
    }

    /* Responsive images */
    @media (max-width: 900px){
      .gallery-slide img{ height: 300px; }
    }

    @media (min-width: 769px){
      .gallery-top--desktop{ display:flex!important; }
      .gallery-top--mobile{ display:none!important; }
    }

    @media (max-width: 768px){
      .gallery-slide img{ height: 200px; }
      .gallery-top--desktop{ display:none!important; }
      .gallery-top--mobile{ display:block!important; }
    }

/* top (flèches aux extrémités + titre centré) */
.gallery-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  margin-bottom: 14px;
}

/* MOBILE : flèches sous le texte */
/* MOBILE : texte puis flèches ensemble */
/* MOBILE : texte puis flèches côte à côte */
@media (max-width: 640px){

  .gallery-top{
    display: grid;
    grid-template-areas:
      "text"
      "arrows";
    gap: 14px;
    justify-items: center;
    text-align: center;
  }

  .gallery-text{
    grid-area: text;
  }

  /* flèches côte à côte avec espacement */
  .gallery-arrow--prev,
  .gallery-arrow--next{
    grid-area: arrows;
    display: inline-flex;
  }

  /* conteneur virtuel pour espacer */
  .gallery-arrow--prev{
    margin-right: 16px;
  }
}

.gallery-title{
  margin:0;
  text-align:center;
  flex: 1;
  font-size: 26px;
  font-weight: 900;
  color:#3B2E7E;
}

.gallery-arrow{
  width:44px;
  height:44px;
  border-radius:999px;
  border:0;
  cursor:pointer;
  background:#FFDE54;
  color:#3B2E7E;
  font-size:18px;
  font-weight:900;
}

/* ✅ fait déborder le carousel hors container, collé aux bords écran */
.gallery-bleed{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* spacing slick */
.gallery-bleed .slick-slide{
  padding: 0 10px;
}

.gallery-slide{
  overflow:hidden;
}

.gallery-slide img{
  width:100%;
  height: 360px;
  object-fit: cover;
  display:block;
  transition: transform .55s ease;
}

.gallery-slide:hover img{
  transform: scale(1.05);
}

/* égalise les hauteurs */
.gallery-track .slick-track{ display:flex !important; }
.gallery-track .slick-slide{ height:auto !important; }
.gallery-slide{ height:100%; }

/* responsive */
@media (max-width: 1000px){
  .gallery-title{ font-size: 22px; }
  .gallery-slide img{ height: 300px; }
}
@media (max-width: 768px){
  .gallery-slide img{ height: 200px; }
}

.gallery-text {
	color:  #3B2E7E;
	text-align: center;
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
}


/* =========================================
   ACCUEIL 3
========================================= */

.phrase-anim {
	color: #FFDE54;
	font-family: 'Lexend';
	font-size: 80px!important;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -4.8px;
	text-transform: uppercase;
	line-height: 1!important;
}

.phrase-anim .change-word {
	display: block!important;
}

@media (max-width: 1000px){
	.phrase-anim {
		font-size: 50px!important;
	}
}
@media (max-width: 768px){
  	.phrase-anim {
		font-size: 40px!important;
		text-align: center!important;
	}
}
@media screen and (min-width: 1000px) {
    .size-background .brz-bg {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        height: 100% !important;
        width: calc(100% + 120px) !important;
        transform: translateX(-120px) !important;
        background-size: cover !important;
        background-position: center !important;
        z-index: 1 !important;
    }
	.before-section:before {
		  content: "";
	  position: absolute;
	  top: -4%;
	  right: -4%;
	  width: 210px;   
	  height: 210px;
	  background: url("/wp-content/uploads/2026/01/Mode_Isolation.png") no-repeat center;
	  background-size: contain;
	  pointer-events: none;
		z-index: 5;
	}
}

.background-texte-2 {
  padding: 10px !important;
  background: #FFDE54;
}

.fit-content {
	width: fit-content!important;
}

@media (min-width: 1001px){
.bandeau .brz-row {
	display: flex!important;
	align-items: center!important;
}
.fit-width {
	height: fit-content!important;

}
}


.fit-width  .brz-bg {
	box-shadow: 0 58px 16px 0 rgba(0, 0, 0, 0.00), 0 37px 15px 0 rgba(0, 0, 0, 0.01), 0 21px 13px 0 rgba(0, 0, 0, 0.05), 0 9px 9px 0 rgba(0, 0, 0, 0.09), 0 2px 5px 0 rgba(0, 0, 0, 0.10)!important;
}

.brz-icon-text:not(.not-align .brz-icon-text) {
	align-items: center!important;
}

.brz-icon-text strong {
	display: inline-block!important;
	padding: 0px 5px!important;
  background: #FFDE54!important;
	color: #3B2E7E!important;
	font-weight: 800!important;
	margin-bottom: 3px!important;
}

#gform_submit_button_4, .btn-menu  {
	box-shadow: 0 36px 10px 0 rgba(0, 0, 0, 0.00), 0 23px 9px 0 rgba(0, 0, 0, 0.01), 0 13px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 6px 0 rgba(0, 0, 0, 0.09), 0 1px 3px 0 rgba(0, 0, 0, 0.10)!important;
color: #3B2E7E!important;
font-family: 'Lexend'!important;
font-size: 16px!important;
background-color: #FFDE54!important;
font-weight: 900!important;
text-transform: uppercase!important;
	
transition: all 0.5s ease-out !important;
}

@media (max-width: 1000px){
  	.btn-menu  {
		width: fit-content!important;
		margin: 0px 0px 5px 0px!important;
		font-weight: 800!important;
	}
	
	.btn-menu a {
		font-weight: 800!important;
		padding: 5px 10px!important;
		text-transform: uppercase!important;
		font-size: 16px!important;
	}
}

.btn-menu:hover  {
	color: #3B2E7E!important;
background-color: #eeca35!important;
transition: all 0.5s ease-out !important;
}

.btn-menu:hover SVG PATH {
	stroke: #FFDE54!important;
transition: all 0.5s ease-out !important;
	fill: transparent!important;
}

.btn-menu:hover a {
	color: #3B2E7E!important;
transition: all 0.5s ease-out !important;
}


.gform_footer {
	padding: 0px!important;
}


#header-menu-2 {
	position: absolute!important;
    height: 40px!important;
    bottom: -20px!important;
}
.download {
	border-radius: 99999px!important;
}
.download .ct-menu-link {
	padding: 0px 12px!important;
}

/* BACKGROUND déjà OK */
.ft{
  background-image: url('/wp-content/uploads/2026/01/Footer-2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 75px;
}

/* WRAP GLOBAL : logo à gauche / right à droite */
.ft-wrap{
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  align-items: center;
  column-gap: 60px;
  row-gap: 18px;
}

/* LOGO */
.ft-brand__img{
  width: 300px;
  height: auto;
  display: block;
}

/* BLOC DROIT (menu + infos) */
.right{
  display: grid;
  grid-template-rows: auto auto;
  justify-items: end;
  gap: 10px;
}

/* MENU (ligne du haut) */
.ft-nav .ft-nav__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ft-nav .ft-nav__list a{
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #3B2E7E;
  text-decoration: none;
}

.ft-nav .ft-nav__list a:hover{
  opacity: .7;
}

/* LIGNE INFOS (élections + socials) */
.footer-infos{
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
	width: 100%;
}

/* TEXTE élections */
.ft-election{
color: #3B2E7E;
text-align: center;
font-family: 'Lexend';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}

/* SOCIAL (TES SVG) */
.ft-social{
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Tu as gardé la classe lm-footer__social-link dans ton HTML : on la stylise */
.ft .lm-footer__social-link{
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  transition: transform .25s ease;
}


/* BARRE LÉGALE */
.ft-legal{
  margin-top: 22px;
  padding: 14px 0 30px;
  border-top: 1px solid rgba(59, 46, 126, 0.35);
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  color: #3B2E7E;
}

.ft-legal a{
  color: #3B2E7E;
  text-decoration: none;
}

.ft-legal a:hover{
  opacity: .6;
}

/* ============ RESPONSIVE ============ */

@media (max-width: 1280px){
  .ft{ padding-top: 60px; }

  .ft-wrap{
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    row-gap: 16px;
  }

  .ft-brand__img{ width: 240px; }

  .ft-election{ white-space: normal; }
}

@media (max-width: 768px){
  .ft{ padding-top: 40px; }

  .ft-wrap{
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    row-gap: 16px;
  }

  .right{
    justify-items: center;
  }

  .ft-nav .ft-nav__list{
	justify-content: center;
        gap: 5px 20px;
  }

  .footer-infos{
	  width: 100%!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .ft-election{
    text-align: center;
  }

  .ft-brand__img{
    width: 210px;
  }
}


#menu-footer-menu a {
	font-weight: 400!important;
}
#menu-footer-menu .btn-menu a  {
	display: inline-block!important;
	padding: 10px 20px!important;
	font-weight: 800!important;
}

@media (min-width: 1000px) and (max-width: 1300px){
	.brz-animatedHeadline span, .moving-title span {
		font-size: 60px!important;
	}
}

@media (min-width: 1701px) {
			.video-laptop-2 {
		margin: -100px 0px 0px 0px!important;
	}
}


@media (min-width: 1501px) and (max-width: 1700px){
	.video-laptop-2 {
		margin: -70px 0px 0px 0px!important;
	}
}

@media (min-width: 1201px) and (max-width: 1500px){
	.video-laptop-2 {
		margin: -50px 0px 0px 0px!important;
	}
}


@media (min-width: 1000px) and (max-width: 1200px){
	.video-laptop-2 {
		margin: 0px 0px 0px 0px!important;
	}
}




@media (min-width: 1000px) and (max-width: 1200px){
	.video-laptop {
		margin-top: 90px!important;
	}
}

@media (min-width: 1201px) and (max-width: 1500px){
	.video-laptop {
		margin-top: 60px!important;
	}
}

@media (max-width: 768px) {
  .brz-animatedHeadline--wrapper {
    justify-content: center!important;
  }
	.brz-animatedHeadline-dynamic-wrapper, .brz-animatedHeadline-plain-text {
		font-size: 30px!important;
	}
}

.brz .brz-animatedHeadline--wrapper .brz-animatedHeadline-animation-type-clip .brz-animatedHeadline-dynamic-wrapper:after {
	display:none!important;
}

.cff-item {
	border-radius: 16px!important;
}
/*
.cff-gdpr-notice, .fb_iframe_widget  {
	display:none!important;
} */

@media (min-width: 769px) {
.cff-item {
	    box-shadow: 0 163px 46px 0 rgba(0, 0, 0, 0.00), 0 104px 42px 0 rgba(0, 0, 0, 0.01), 0 59px 35px 0 rgba(0, 0, 0, 0.05), 0 26px 26px 0 rgba(0, 0, 0, 0.09), 0 7px 14px 0 rgba(0, 0, 0, 0.10)!important;
}
	}

.brz-css-1pwy39y .video-wrapper .brz-video__cover::before {
	    border-radius: 30px;
}

.video-laptop video {
	    border-radius: 20px;
}