/*-----------------------------------------------------------------------------------
	SENEK COUNTDOWN-LAND PAGE
	About: A shiny new Blocs website.
	Author: GDS
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-5830);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}



/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Cinzel";
	font-size:16px;
	color:var(--swatch-var-7463)!important;
}
.container{
	max-width:1400px;
}
.page-preloader{
	background-color:transparent;
}
p{
	font-size:1rem;
	font-family:"Noto Sans JP";
	color:var(--swatch-var-7463)!important;
	line-height:1.5em;
}
a{
	font-family:"Cinzel";
}
h1{
	font-family:"Cinzel";
	font-size:3.05rem;
	line-height:1.15em;
	color:var(--swatch-var-7463)!important;
}
h2{
	font-size:2.44rem;
	line-height:1.125em;
	color:var(--swatch-var-7463)!important;
}
h3{
	font-size:1.95rem;
	line-height:1.1em;
	color:var(--swatch-var-7463)!important;
}
h4{
	font-size:1.56rem;
	line-height:1em;
	color:var(--swatch-var-7463)!important;
}
h6{
	font-size:0.9rem;
	line-height:1.1em;
	color:var(--swatch-var-7463)!important;
}
h5{
	font-size:1.25rem;
	color:var(--swatch-var-7463)!important;
	line-height:1.1em;
}
label{
	color:var(--swatch-var-7463)!important;
}
.navbar-nav li a{
	font-size:0.875rem;
	color:var(--swatch-var-7463)!important;
}
.navbar-brand{
	color:var(--swatch-var-7463)!important;
}
.logo-vertical{
	width:100%;
	height:auto;
	padding-left:20%;
	padding-right:20%;
	padding-bottom:0%;
	margin-top:0%;
}
.logo-horizontal{
	width:100%;
	height:auto;
	padding-left:20%;
	padding-right:20%;
}
.engraving{
	color:transparent;
	background-color:transparent;
	fill:transparent;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-5830:rgba(18,18,18,1.00);
	
	--swatch-var-7311:rgba(212,175,55,1.00);
	
	--swatch-var-5454:rgba(204,31,45,1.00);
	
	--swatch-var-7463:rgba(245,245,245,1.00);
	
	--swatch-var-7772:rgba(42,42,42,1.00);
	
	--swatch-var-7072:rgba(122,122,122,1.00);
	
	--swatch-var-2388:rgba(224,224,224,1.00);
	
	--swatch-var-6803:rgba(233,75,90,1.00);
	
	--swatch-var-1556:rgba(138,26,36,1.00);
	
	--swatch-var-1967:rgba(241,217,122,1.00);
	
	--swatch-var-987:rgba(140,110,29,1.00);
	
	--swatch-var-1634:rgba(46,93,78,1.00);
	
}



/* Bloc image backgrounds */

.bg-senek-logo-vertical{
	background-image:url("img/senek-logo-vertical.svg");
}

/* = Custom Bric Data
-------------------------------------------------------------- */


/* = Additional CSS
-------------------------------------------------------------- */

/* -------------------------------- */


/* Base = vertical */
img.logo-vertical{display:block !important; width:100%; height:auto;}
img.logo-horizontal{display:none !important; width:100%; height:auto;}

/* Smartphone paysage → horizontal */
@media (orientation: landscape) and (max-width: 767.98px){
  img.logo-vertical{display:none !important;}
  img.logo-horizontal{display:block !important;}
}

/* Tablette/Laptop paysage “normal” → horizontal */
@media (orientation: landscape) and (min-width:768px) and (max-width:1919.98px){
  img.logo-vertical{display:none !important;}
  img.logo-horizontal{display:block !important;}
}

/* Ultra large ≥1920 (même paysage) → vertical */
@media (min-width:1920px){
  img.logo-vertical{display:block !important;}
  img.logo-horizontal{display:none !important;}

}


/* -------------------------------- */




/* ===== Hero : conteneur et calques (inchangés) ===== */
.hero-content{
  position: relative;
  height: 100svh;      /* hauteur explicite pour que les % fonctionnent */
  overflow: hidden;
}
.hero-foreground{ position: relative; top: -10px; z-index: 1; }
.engraving-layer{ position:absolute; inset:0; z-index:0; pointer-events:none; }

/* ===== Gravure : base ===== */
img.engraving{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  display:block;
  height:70%;                /* taille par défaut en % de .hero-content */
  width:auto !important;     /* conserve le ratio */
  max-height:none !important;
  max-width:none !important;
  opacity:.2;
  pointer-events:none;
}

/* ===== XS (≤575.98px) ===== */

/* Portrait */
@media (max-width:575.98px) and (orientation:portrait){
  img.engraving{
    right:-95%;
    top:50%;
    transform:translateY(-50%);
    height:86%;              /* ajuste 74–82% si besoin */
  }
}

/* Landscape */
@media (max-width:575.98px) and (orientation:landscape){
  img.engraving{
    right:-30%;
    bottom:0;
    top:-3%;
    transform:none;
    height:92%;

  }
}

/* ===== SM (576–767.98px) ===== */
/* Portrait */
@media (min-width:576px) and (max-width:767.98px) and (orientation:portrait){
  img.engraving{
    right:-55%;
    top:60%;
    transform:translateY(-65%);
    height:80%;

  }
}
/* Landscape */
@media (min-width:576px) and (max-width:767.98px) and (orientation:landscape){
  img.engraving{
    right:-26%;
    bottom:0;
    top:-4%;
    transform:none;
    height:105%;
  }
}





/* ===== MD (768–991.98px) ===== */
/* Portrait */
@media (min-width:768px) and (max-width:991.98px) and (orientation:portrait){
  img.engraving{
    right:-48%;
    top:50%;
    transform:translateY(-50%);
    height:84%;
  }
}
/* Landscape */
@media (min-width:768px) and (max-width:991.98px) and (orientation:landscape){
  img.engraving{
    right:-20%;
    bottom:0;
    top:auto;
    transform:none;
    height:104%;
  }
}


/* ===== LG (992–1399.98px) ===== */
/* Portrait */
@media (min-width:992px) and (max-width:1399.98px) and (orientation:portrait){
  img.engraving{
    right:-45%;
    top:50%;
    transform:translateY(-50%);
    height:76%;
  }
}
/* Landscape */
@media (min-width:992px) and (max-width:1399.98px) and (orientation:landscape){
  img.engraving{
    right:-22%;
    bottom:0;
    top:2%;
    transform:none;
    height:94%;
  }
}


/* ===== XL standard (1400–1899px) — Landscape ===== */
@media (min-width:1400px) and (max-width:1899.98px) and (orientation:landscape){
  img.engraving{
    right:0;
    bottom:5%;
    top:auto;
    width:auto;              /* ratio inchangé */
    height:90%;              /* piloté par la hauteur */
    transform: translateX(46%); /* ajustement horizontal cohérent */
  }
}

/* ===== Ultra-wide (≥1900px) — Landscape ===== */
@media (min-width:1900px) and (orientation:landscape){
  img.engraving{
    right:0;
    bottom:3%;
    top:auto;
    width:auto;
    height:95%;              /* un peu moins haut pour UW */
    transform: translateX(80%); /* pousse un peu plus vers l’extérieur */
  }
}

/* --- CTA bouton : style glass + hover --- */
a.cta-btn, button.cta-btn, .btn.cta-btn{
  display:inline-flex;
  align-items:center; justify-content:center;
 line-height: 1.6; 
  padding: 0.8rem 1.5rem;
  font-family:"Noto Sans JP", system-ui, sans-serif/
  font-weight:700; letter-spacing:.02em;
font-size: 1.1rem;   /* taille de la fonte */
  color:#fff !important;
  text-decoration:none;

 

  /* Glass look */
  background: rgba(255,255,255,.15) !important;
  border: 1px solid rgba(255,255,255,.25) !important;
  border-radius:14px !important; /* pill shape */
  -webkit-backdrop-filter: blur(12px) saturate(160%) !important;
  backdrop-filter: blur(12px) saturate(160%) !important;
  box-shadow: 0 4px 20px rgba(255,255,255,.18) !important;

  transition: transform .3s cubic-bezier(.16,1,.3,1),
              box-shadow .3s ease,
              background .3s ease !important;
}

/* Hover */
a.cta-btn:hover, button.cta-btn:hover, .btn.cta-btn:hover{
  transform: translateY(-2px) scale(1.02) !important;
  background: rgba(255,255,255,.25) !important;
  box-shadow: 0 6px 28px rgba(255,255,255,.25) !important;
}

/* Active (clic) */
a.cta-btn:active, button.cta-btn:active, .btn.cta-btn:active{
  transform: translateY(0) scale(.97) !important;
  box-shadow: 0 2px 12px rgba(255,255,255,.18) !important;
}

/* Focus visible (clavier ou tap) */
a.cta-btn:focus-visible, button.cta-btn:focus-visible, .btn.cta-btn:focus-visible{
  outline: 2px solid rgba(212,175,55,.65) !important;
  outline-offset: 3px !important;
}

/* Neutraliser overrides Bootstrap/Blocs */
.cta-btn{ background-color: transparent !important; }



/* ===== CTA Send — Glassmorphism crémeux ===== */
.cta-send{
  -webkit-appearance: none; /* supprime le bleu iOS */
  appearance: none;
  border: 1px solid rgba(255,255,255,.28);
  outline: none;

  display: inline-block;
  width: 100%;
  padding: .9rem 1.25rem;
  border-radius: 14px;

  font: 600 1rem/1.1 "Noto Sans JP", system-ui, sans-serif;
  letter-spacing: .02em;
  color: #111;                       /* texte sombre (meilleure lisibilité sur verre clair) */

  /* verre crémeux */
  background: rgba(255,255,255,.18);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  backdrop-filter: blur(12px) saturate(160%);
  box-shadow:
    0 10px 30px rgba(0,0,0,.25),     /* ombre externe douce */
    0 1px 0 rgba(255,255,255,.35) inset; /* léger relief interne */

  cursor: pointer;
  transition:
    transform .35s cubic-bezier(.16,1,.3,1),
    box-shadow .35s ease,
    background .35s ease,
    border-color .35s ease;
}

/* Hover */
.cta-send:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.24);
  border-color: rgba(255,255,255,.38);
  box-shadow:
    0 14px 36px rgba(0,0,0,.32),
    0 1px 0 rgba(255,255,255,.45) inset;
}

/* Active (pressé) */
.cta-send:active{
  transform: translateY(0);
  box-shadow:
    0 6px 18px rgba(0,0,0,.22),
    0 1px 0 rgba(255,255,255,.35) inset;
}

/* Focus visible (clavier) */
.cta-send:focus-visible{
  outline: 0;
  box-shadow:
    0 0 0 3px rgba(212,175,55,.28),  /* halo or */
    0 10px 30px rgba(0,0,0,.25),
    0 1px 0 rgba(255,255,255,.35) inset;
  border-color: rgba(212,175,55,.45);
}

/* Désactivé (si besoin) */
.cta-send:disabled{
  opacity: .55;
  cursor: not-allowed;
  transform: none;
}

/* Option: thème sombre très prononcé (si tu veux plus de contraste global) */
/*
.cta-send{
  color:#fff;
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.22);
}
.cta-send:hover{
  background: rgba(255,255,255,.18);
}
*/





/* --- Modal : ouverture plus douce et plus lente --- */
.modal-cta__panel{
  /* départ légèrement réduit */
  transform: translate(-50%, -50%) scale(.94);
  /* ralenti + easing fluide */
  transition:
    opacity   .90s cubic-bezier(.16,1,.3,1),
    transform .90s cubic-bezier(.16,1,.3,1),
    box-shadow .90s ease;
}

.modal-cta[aria-hidden="false"] .modal-cta__panel{
  /* arrivée pleine taille */
  transform: translate(-50%, -50%) scale(1);
}

.modal-cta__backdrop{
  /* fondu + blur plus progressifs */
  transition:
    opacity .60s ease,
    -webkit-backdrop-filter .60s ease,
    backdrop-filter .60s ease;
}

.modal-cta[aria-hidden="false"] .modal-cta__backdrop{
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

/* --- Normalize iOS form controls so Chrome/Safari look the same --- */
#cta-form input,
#cta-form select,
#cta-form textarea,
#cta-form button {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 12px;              /* same everywhere */
}

/* Submit button: make sure it’s rounded in all browsers */
#cta-form .cta-send{
  border-radius: 14px;              /* enforce */
  cursor: pointer;
}

/* Remove Safari blue halo on the panel (we’ll show focus on fields instead) */
.modal-cta__panel:focus{
  outline: none !important;         /* kill the blue ring */
}

/* Keep accessibility: show a custom focus only when keyboard focusing */
#cta-form input:focus-visible,
#cta-form select:focus-visible,
#cta-form textarea:focus-visible,
#cta-form .cta-send:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(212,175,55,.30);
  border-color: rgba(212,175,55,.55);
}



/* ----------------------------------------*/







/* ===== Modale (overlay + panel) ===== */
.modal-cta{ position:fixed; inset:0; z-index:1000; display:none; }
.modal-cta[aria-hidden="false"]{ display:block; }

.modal-cta__backdrop{
  position:absolute; inset:0; background: rgba(0,0,0,.35);
  opacity:0; transition:opacity .45s ease;
}
.modal-cta[aria-hidden="false"] .modal-cta__backdrop{
  opacity:1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

/* Panel glass crémeux + anim “mousse” */
.modal-cta__panel{
  position:absolute; left:50%; top:50%;
  transform:translate(-50%,-50%) scale(.92);
  width:min(92%, 520px); padding:2rem; color:#fff; border-radius:1rem;

  /* TA RECETTE GLASS */
  background: rgba(255,255,255,0.15);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  backdrop-filter: blur(10px) saturate(150%);
  box-shadow: 0 0 30px rgba(227, 227, 235, 1);
  border: 0.1px solid rgba(255, 255, 255, 0.1);

  opacity:0;
  transition: opacity .45s cubic-bezier(.16,1,.3,1),
              transform .45s cubic-bezier(.16,1,.3,1);
}
.modal-cta[aria-hidden="false"] .modal-cta__panel{
  opacity:1; transform:translate(-50%,-50%) scale(1);
}

.modal-cta__close{
  position:absolute; top:10px; right:10px;
  width:2rem; height:2rem; border-radius:50%;
  border:1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.25);
  color:#fff; cursor:pointer;
}

/* Champs du formulaire */
#cta-form{ display:flex; flex-direction:column; gap:.9rem; }
#cta-form input, #cta-form select, #cta-form textarea{
  width:100%; border-radius:12px;
  border:1px solid rgba(255,255,255,.28);
  padding:.8rem 1rem; color:#fff;
  background:rgba(255,255,255,.10);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  backdrop-filter: blur(10px) saturate(150%);
  outline:none;
  transition: box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
#cta-form input::placeholder, #cta-form textarea::placeholder{ color:rgba(255,255,255,.55); }
#cta-form input:focus, #cta-form select:focus, #cta-form textarea:focus{
  border-color: rgba(212,175,55,.55);
  box-shadow: 0 0 0 3px rgba(212,175,55,.22);
  background: rgba(255,255,255,.12);
}
#cta-form .form-note{ font-size:.9rem; opacity:.75; margin:.25rem 0 0; }
#cta-form .form-note.is-ok{ color:#8fe29a; }
#cta-form .form-note.is-err{ color:#ff9a9a; }

/* XS : modale quasi plein écran + scroll interne */
@media (max-width: 575.98px){
  .modal-cta__panel{
    width:90%; max-height:92%; padding:1rem; border-radius:12px;
    overflow:auto; -webkit-overflow-scrolling:touch;
  }
  .cta-title{ font-size:1.1rem; margin:0 0 .75rem; }
  #cta-form{ gap:.6rem; }
  #cta-form input, #cta-form select, #cta-form textarea{ font-size:16px; padding:.7rem .9rem; }
  .cta-send{ width:100%; padding:.85rem 1rem; }
}

/* Encoche iOS */
@supports (padding:max(0px)){
  .modal-cta__panel{
    padding-left:max(1rem, env(safe-area-inset-left));
    padding-right:max(1rem, env(safe-area-inset-right));
    padding-top:max(1rem, env(safe-area-inset-top));
    padding-bottom:max(1rem, env(safe-area-inset-bottom));
  }
}

/* Motion-safe */
@media (prefers-reduced-motion: reduce){
  .modal-cta__panel, .modal-cta__backdrop{ transition:none !important; }
}


/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.logo-horizontal{
		padding-left:27%;
		padding-right:27%;
		padding-bottom:0%;
	}
	.logo-vertical{
		padding-bottom:0%;
		padding-left:23%;
		padding-right:23%;
	}
	
}

@media (max-width: 767px){
	.logo-vertical{
		padding-left:20%;
		padding-right:20%;
		padding-bottom:0%;
	}
	.logo-horizontal{
		padding:0% 20% 0% 20%;
	}
	
}

@media (max-width: 575px){
	.logo-vertical{
		padding:0% 10% 0% 10%;
	}
	.logo-horizontal{
		padding:0% 20% 0% 20%;
	}
	
}

