/* © 2026 Production Fournier */


/* ============================================================
   1) GLOBAL / COMMUN (toutes tailles)
   ============================================================ */


html, body{
  margin: 0;
  padding: 0;
  background: #000;
}


.carousel{
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: absolute;
}
.carousel-container{
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.carousel-container.no-transition{
  transition: none !important;
}
.carousel-section{
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  color: white;
  padding: inherit;
  position: relative;
  overflow: hidden;
}

.image{ max-height: 100vh; }
.image-overlay{ max-height: 100vh; }
.parallax{ width: 100%; height: 100vh; }

.video-section{ z-index: 10; }
.Save{ position: absolute; animation-fill-mode: forwards; }


.fond2-container img{
  width: auto;
  height: 100%;
  object-fit: contain;
}
.fond2{
  animation: moveUp 2s ease;
  animation-iteration-count: 1;
  z-index: 0;
}
@keyframes moveUp{
  0%{ transform: translateX(50%); }
  100%{ transform: translateX(0%); }
}


.fond3{
  animation: moveUpb 2s ease;
  animation-iteration-count: 1;
  z-index: 0;
}
@keyframes moveUpb{
  0%{ transform: translateX(-50%); }
  100%{ transform: translateX(0%); }
}


.carousel-buttons{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.carousel-button{
  cursor: pointer;
  padding: 10px 20px;
  background-color: #333;
  color: white;
  margin: 0 10px;
}


.btmenu img{
  position: fixed;
  left: 15px;
  top: 10px;
  width: 90px; /* secours */
  animation-name: btmenua;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  z-index: 50;
}
.btmenu:hover img{
  animation-name: btmenub;
  cursor: pointer;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}



.btpaus{
  display: none;
  position: fixed;
 top: 50%;
  left: 50%;
 transform: translate(-50%, -50%); 
  z-index: 201;
  width: 80px;
  cursor: pointer;
  animation-name: btmenua;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.btpaus:hover{
  display: none;
  z-index: 200;
  cursor: pointer;
  animation-name: btmenub;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}


.btfermer{
  width: 50px;
  cursor: pointer;
  animation-name: btmenua;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.btfermer:hover{
  width: 50px;
  cursor: pointer;
  animation-name: btmenub;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}


.affichedumoment{
  cursor: pointer;
  animation-name: btmenua;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.affichedumoment:hover{
  cursor: pointer;
  animation-name: btmenub;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}


@keyframes btmenua{
  0%{ transform: scale(1.2); text-shadow: 0px 0px 5px #FFF; }
  100%{ transform: scale(1); text-shadow: 0px 0px 5px #000; }
}
@keyframes btmenub{
  0%{ transform: scale(1); text-shadow: 0px 0px 5px #000; }
  100%{ transform: scale(1.2); text-shadow: 0px 0px 5px #FFF; }
}
@keyframes btmenuaopac{
  0%{ transform: scale(1.2); text-shadow: 0px 0px 5px #FFF; opacity: 1; }
  100%{ transform: scale(1); text-shadow: 0px 0px 5px #000; opacity: 0.2; }
}
@keyframes btmenubopac{
  0%{ transform: scale(1); text-shadow: 0px 0px 5px #000; opacity: 0.2; }
  100%{ transform: scale(1.2); text-shadow: 0px 0px 5px #FFF; opacity: 1; }
}
@keyframes btmenuaso{
  0%{ transform: scale(1.2); }
  100%{ transform: scale(1); }
}
@keyframes btmenubso{
  0%{ transform: scale(1); }
  100%{ transform: scale(1.2); }
}
@keyframes btmenuacat{
  0%{ transform: scale(1.1); }
  100%{ transform: scale(1); }
}
@keyframes btmenubcat{
  0%{ transform: scale(1); }
  100%{ transform: scale(1.1); }
}


.masque{ display: none; }


@font-face{
  font-family: 'police1';
  src: url('police1/police.eot');
  src: url('police1/police.eot?#iefix') format('embedded-opentype'),
       url('police1/police.woff') format('woff'),
       url('police1/police.ttf') format('truetype'),
       url('police1/police.svg#waltographregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'police2';
  src: url('police2/police.eot');
  src: url('police2/police.eot?#iefix') format('embedded-opentype'),
       url('police2/police.woff') format('woff'),
       url('police2/police.ttf') format('truetype'),
       url('police2/police.svg#waltographregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'police3';
  src: url('police3/police.eot');
  src: url('police3/police.eot?#iefix') format('embedded-opentype'),
       url('police3/police.woff') format('woff'),
       url('police3/police.ttf') format('truetype'),
       url('police3/police.svg#waltographregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


#fond_menu, #fond_menu_portrait{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
#fond_menu_portrait{ display: none; }


#muteButton{
  position: absolute;
  bottom: 2vw;
  left: 10px;
  background-color: transparent;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  z-index: 100;
}
#playButton{
  display: none;
  position: absolute;
  bottom: 10px;
  right: 100px;
  background-color: transparent;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  z-index: 100;
}
#muteIcon, #muteIconOff{
  width: 100px;
  height: 100px;
  fill: white;
  cursor: pointer;
  animation-name: btmenua;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
#muteIcon:hover, #muteIconOff:hover{
  width: 100px;
  height: 100px;
  fill: white;
  cursor: pointer;
  animation-name: btmenub;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}


.boutonmenu{
  cursor: pointer;
  animation-name: btmenua;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.boutonmenu:hover{
  animation-name: btmenub;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}






.sectiondm{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  overflow-y: auto;
}
.lecteurvideodm{
  width: 80vw;
  box-shadow: 8px 8px 12px #000;
  border-radius: 30px;
}


.entrez{
  position: fixed;
  will-change: transform;
  transform: translateX(-50%);
  z-index: 100;
  font-family: 'police1';
  font-weight: bold;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  animation-name: btmenua;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  display: none;
}

.entrez:hover{
  animation-name: btmenub;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

#copyr{
  position: fixed;
  bottom: 1vw;
  right: 8vw;
  z-index: 100;
}

#copyr2{
  position: fixed;
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.p1-mention{
  font-family: 'police1';
  font-weight: lighter;
  text-align: center;
  color: #FFF;
}
.p2-mention{
  font-family: 'police2';
  font-weight: lighter;
  text-align: center;
  color: #FFF;
}
.p2-mentionjust{
  font-family: 'police2';
  font-weight: lighter;
  text-align: justify;
  color: #FFF;
}
.p2-mentiongr{
  font-family: 'police2';
  font-weight: bold;
  text-align: justify;
  color: #FFF;
}
.p1-mention-titre{
  font-family: 'police1';
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.p1-mention-titre2{
  font-family: 'police2';
  font-weight: bold;
  text-align: left;
  color: #FFF;
}
.retour{
  font-family: 'police1';
  font-weight: bold;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  animation-name: btmenua;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.retour:hover{
  animation-name: btmenub;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}


.police1-mentions{
  font-family: 'police2';
  font-weight: lighter;
  text-align: center;
  color: #FFF;
  text-shadow: 3px 3px 5px #000;
  margin: 0px;
  cursor: pointer;
  transition: transform 0.3s ease;
  transform-origin: center;
  background: none;
  border: none;

  animation-name: btmenuaso;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.police1-mentions:hover{
  animation-name: btmenubso;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.precedent img,
.suivant img{
  animation-name: btmenuaopac !important;
}

.precedent:hover img,
.suivant:hover img{
  animation-name: btmenubopac !important;
}

/* ============================================================
   2) VUE "CATĂ‰GORIES" (grille clips) - commun
   ============================================================ */

.btcateg img{
  position: fixed;
  left: 15px;             
  z-index: 50;
  top: 120px;     
  width: 90px;    
  animation-name: btmenua;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.btcateg:hover img{
  animation-name: btmenub;
  cursor: pointer;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.clipsGrid{
  position: fixed;
  inset: 0;
  z-index: 15;
  overflow-y: auto;
  padding: 60px 60px 30px;
  background: rgba(0,0,0,0.75);
}

.clipsGridInner{
  display: grid;
  gap: 18px;
  max-width: 1300px;
  margin: 0 auto;
  grid-template-columns: repeat(5, 1fr);
  overflow: visible;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px){ .clipsGridInner{ grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 1200px){ .clipsGridInner{ grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 900px){  .clipsGridInner{ grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 600px){  .clipsGridInner{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px){  .clipsGridInner{ grid-template-columns: repeat(2, 1fr); } }

.clipCard{
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 8px 8px 12px #000;
  cursor: pointer;
  background: #000000;

  animation-name: btmenuacat;
  animation-fill-mode: forwards;
  animation-duration: 0.25s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.clipCard:hover{
  animation-name: btmenubcat;
  animation-fill-mode: forwards;
  animation-duration: 0.25s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  z-index: 50;
}
.clipCard img{
  width: 100%;
  height: auto;
  display: block;
}
.clipCardTitle{
  padding: 10px 12px;
  font-family: 'police2';
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-shadow: 3px 3px 5px #000;
  background: #000;
}

.clipCard.activeClip{
  background: #0960C9; 
  box-shadow: 0 0 18px rgba(9,96,201,.9), 8px 8px 12px #000;
}

.clipCard.activeClip .clipCardTitle{
  background: transparent; 
}

/* ============================================================
   3) MEDIA QUERIES
   ============================================================ */

/* ------------------------------------------------------------
   3.1) MOBILE / TABLET - PORTRAIT (<= 999px)
   ------------------------------------------------------------ */
@media screen and (max-width: 999px) and (orientation: portrait) {

	.btmenu img{
    width: 60px;   
  }

  .btcateg img{
    width: 60px;   
    top: 70px;     
  }
	
	
  .lecteurvideo{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 8px 8px 12px #000;
    border-radius: 30px 30px 30px 30px;
    width: 90%;
    object-fit: cover;
    z-index: 2;
  }

  .btlect{
    height: 150px;
    z-index: 300;
    animation-name: btmenua;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }
  .btlect:hover{
    animation-name: btmenub;
    cursor: pointer;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }

  .btdate{
    height: 150px;
    z-index: 300;
  }

  
  .precedent img{
    top: 80%;
    transform: translateY(-50%);
    width: 130px;
    position: fixed;
    left: 15px;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    z-index: 200;
  }
  .precedent:hover img{
    cursor: pointer;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }

  .suivant img{
    top: 80%;
    transform: translateY(-50%);
    width: 130px;
    position: fixed;
    right: 15px;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    z-index: 200;
  }
  .suivant:hover img{
    cursor: pointer;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }

  .image-overlay-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    max-height: 100vh;
  }

  .fond{
    background-size: cover;
    background-position: -100% center;
  }

  .fond2-container{
    flex: 1;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .fond2b-container{
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    left: 47%;
    transform: translateX(-35%);
  }
  .fond2c-container{
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    left: 47%;
    transform: translateX(-45%);
  }
  .fond2d-container{
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    left: 47%;
    transform: translateX(-62%);
  }
  .fond2e-container{
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    left: 47%;
    transform: translateX(-58%);
  }

  .fond2 img{
    width: 100%;
    height: auto;
  }

  .fond3-container{
    position: absolute;
    top: 70%;
    left: 72%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 100%;
    height: auto;
  }
  .fond3{ height: 80px; }

  .fond4-container{
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 35%;
    transform: translate(-50%, -50%);
  }
  .fond4{ height: 80px; }

  .police1{
    font-family: 'police1';
    font-weight: bold;
    text-align: center;
    font-size: 5vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 5px;
  }

  .police1-envois{
    font-family: 'police1';
    font-weight: bold;
    text-align: center;
    font-size: 8vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 5px;
  }

  .police2{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 5vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police2-form{
    font-family: 'police2';
    font-weight: lighter;
    text-align: left;
    font-size: 4vw;
    color: #FFF;
    margin: 0px;
  }

  .police1-legend{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 4vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police2-legend{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 3vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police-confirm{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 4vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    display: none;
  }

  .textes{
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    width: 50%;
    text-align: center;
    padding: 0px;
    overflow: hidden;
  }

  .police1-mentions{ font-size: 2.3vw; }

  form{ display: grid; gap: 10px; }

  input, textarea{
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
  }




  #mention_container{ display: flex; flex-direction: column; }
  #mention_texte1, #mention_texte2, #mention_texte3{ margin-bottom: 20px; }

  .p1-mention{ font-size: 3vw; }
  .p2-mention{ font-size: 3vw; }
  .p2-mentionjust{ font-size: 3vw; }
  .p2-mentiongr{ font-size: 3vw; }
  .p1-mention-titre{ font-size: 10vw; }
  .retour{ font-size: 5vw; }

  .menucontainer{
    position: absolute;
    top: 70%;
    right: 0%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 100;
    overflow: hidden;
  }

  .boutonmenu{
    width: 40vw;
    margin-bottom: 8vw;
  }

  .logo_mention{
    width: 40vw;
    z-index: 100;
  }

  .logo{
    position: fixed;
    bottom: 5vw;
    width: 30vw;
    right: 7vw;
    z-index: 100;
  }

  .entrez{
    bottom: 30vw;
    font-size: 8vw;
    left: 38%;
  }

  .infosdumoment-container{
    margin-top: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .police1-vdm{
    font-family: 'police2';
    font-weight: lighter;
    text-align: left;
    font-size: 5vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police2-vdm{
    font-family: 'police2';
    font-weight: lighter;
    text-align: left;
    font-size: 3vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police3-vdm{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 4vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }



  .affichedumoment{
    margin-right: 5vw;
    box-shadow: 8px 8px 12px #000;
  }
  .affichedumoment img{ width: 40vw; }

  .videodm-container{
    z-index: 2;
    margin-top: 55vw;
  }



  .textedumoment{
    width: 80vw;
    margin-left: 1vw;
    margin-top: 5vw;
  }
}


/* ------------------------------------------------------------
   3.2) MOBILE / TABLET - LANDSCAPE (<= 999px)
   ------------------------------------------------------------ */
@media screen and (max-width: 999px) and (orientation: landscape) {

	.btmenu img{
    width: 30px;   
  }

  .btcateg img{
    width: 30px;   
    top: 45px;     
  }
	
  .lecteurvideo{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 8px 8px 12px #000;
    border-radius: 30px 30px 30px 30px;
    width: 80%;
    object-fit: cover;
    z-index: 2;
  }

  .btlect{
    height: 150px;
    z-index: 300;
    animation-name: btmenua;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }
  .btlect:hover{
    animation-name: btmenub;
    cursor: pointer;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }

  .btdate{ height: 150px; z-index: 300; }

  .precedent img{
    top: 60%;
    transform: translateY(-50%);
    width: 100px;
    position: fixed;
    left: 15px;
    animation-name: btmenua;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    z-index: 10;
  }
  .precedent:hover img{
    animation-name: btmenub;
    cursor: pointer;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }

  .suivant img{
    top: 60%;
    transform: translateY(-50%);
    width: 100px;
    position: fixed;
    right: 15px;
    animation-name: btmenua;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    z-index: 10;
  }
  .suivant:hover img{
    animation-name: btmenub;
    cursor: pointer;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }

  .image-overlay-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    max-height: 100vh;
  }

  .fond2-container{
    flex: 1;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-left: -20%;
  }

  .fond2b-container{
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    left: 47%;
    transform: translateX(-50%);
  }
  .fond2c-container{
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    left: 47%;
    transform: translateX(-50%);
  }
  .fond2d-container{
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    left: 47%;
    transform: translateX(-60%);
  }
  .fond2e-container{
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    left: 47%;
    transform: translateX(-60%);
  }

  .fond2 img{ width: 100%; height: auto; }

  .fond3-container{
    position: absolute;
    top: 60%;
    left: 80%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 100%;
    height: auto;
  }
  .fond3{ height: 80px; }

  .fond4-container{
    position: absolute;
    z-index: 100;
    top: 30%;
    right: 30%;
    transform: translate(-50%, -50%);
  }
  .fond4{ height: 80px; }

  .police1{
    font-family: 'police1';
    font-weight: bold;
    text-align: center;
    font-size: 2vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 5px;
  }

  .police1-envois{
    font-family: 'police1';
    font-weight: bold;
    text-align: center;
    font-size: 2.5vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police2{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 3vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police2-form{
    font-family: 'police2';
    font-weight: lighter;
    text-align: left;
    font-size: 1.5vw;
    color: #FFF;
    margin: 0px;
  }

  .police1-legend{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 1.8vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police2-legend{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 1.5vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police-confirm{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 2vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    display: none;
  }

  .textes{
    z-index: 2;
    position: absolute;
    bottom: 15%;
    width: 100%;
    text-align: center;
    padding: 0px;
    overflow: hidden;
  }

  .police1-mentions{ font-size: 1.3vw; }

  form{ display: grid; gap: 3px; }

  input, textarea{
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
  }

 

  #mention_container{ display: flex; flex-direction: column; }
  #mention_texte1, #mention_texte2, #mention_texte3{ margin-bottom: 20px; }

  .p1-mention{ font-size: 2vw; }
  .p2-mention{ font-size: 2vw; }
  .p2-mentionjust{ font-size: 2vw; }
  .p2-mentiongr{ font-size: 2vw; }
  .p1-mention-titre{ font-size: 4vw; }
  .retour{ font-size: 3vw; }

  .menucontainer{
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 100;
    overflow: hidden;
  }

  .boutonmenu{
    width: 50vh;
    margin-bottom: 1vw;
  }

  .logo_mention{
    width: 30vw;
    z-index: 100;
  }

  .logo{
    position: fixed;
    bottom: 3vw;
    width: 15vw;
    right: 8vw;
    z-index: 100;
  }

  .entrez{
    bottom: 5vw;
    font-size: 5vw;
    left: 42%;
  }

  .infosdumoment-container{
    margin-top: 5vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .police1-vdm{
    font-family: 'police2';
    font-weight: lighter;
    text-align: left;
    font-size: 2vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police2-vdm{
    font-family: 'police2';
    font-weight: lighter;
    text-align: left;
    font-size: 1vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police3-vdm{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 1.4vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .resboutonsdm{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }



  .affichedumoment{
    margin-right: 5vw;
    box-shadow: 8px 8px 12px #000;
  }
  .affichedumoment img{ width: 10vw; }

  .videodm-container{
    z-index: 2;
    margin-top: 25vw;
  }


  .textedumoment{
    width: 50vw;
    margin-left: 1vw;
    margin-top: 5vw;
  }
}


/* ------------------------------------------------------------
   3.3) DESKTOP (>= 1000px)
   ------------------------------------------------------------ */
@media screen and (min-width: 1000px) {

	
		.btmenu img{
    width: 90px;  
  }

  .btcateg img{
    width: 90px;  
    top: 100px;     
  }
	
	
  .lecteurvideo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 8px 8px 12px #000;
    border-radius: 30px 30px 30px 30px;
    width: 80%;
    object-fit: cover;
    z-index: 10;
  }

  .btlect{
    height: 150px;
    z-index: 300;
    animation-name: btmenua;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }

  .btdate{
    height: 300px;
    z-index: 300;
  }

  .btlect:hover{
    animation-name: btmenub;
    cursor: pointer;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }

  .precedent img{
    top: 80%;
    transform: translateY(-50%);
    width: 100px;
    position: fixed;
    left: 15px;
    animation-name: btmenua;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    z-index: 10;
  }
  .precedent:hover img{
    animation-name: btmenub;
    cursor: pointer;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }

  .suivant img{
    top: 80%;
    transform: translateY(-50%);
    width: 100px;
    position: fixed;
    right: 15px;
    animation-name: btmenua;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    z-index: 10;
  }
  .suivant:hover img{
    animation-name: btmenub;
    cursor: pointer;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }

  .image-overlay-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
  }

  .fond2-container{
    flex: 1;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-left: -20%;
  }

  .fond2b-container{
    flex: 1;
    display: flex;
    justify-content: center;
    top: 0;
    position: relative;
    left: 47%;
    transform: translateX(-65%);
  }
  .fond2c-container{
    flex: 1;
    display: flex;
    justify-content: center;
    top: 0;
    position: relative;
    left: 47%;
    transform: translateX(-65%);
  }
  .fond2d-container{
    flex: 1;
    display: flex;
    justify-content: center;
    top: 0;
    position: relative;
    left: 47%;
    transform: translateX(-75%);
  }
  .fond2e-container{
    flex: 1;
    display: flex;
    justify-content: center;
    top: 0;
    position: relative;
    left: 47%;
    transform: translateX(-75%);
  }

  .fond2 img{
    width: auto;
    height: 100%;
  }

  .fond3-container{
    position: absolute;
    top: 70%;
    left: 90%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 100%;
    height: auto;
  }
  .fond3{ height: 170px; }

  .fond4-container{
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 20%;
    transform: translate(-50%, -50%);
  }
  .fond4{ height: 120px; }

  .fond4b-container{
    position: absolute;
    z-index: 100;
    top: 50%;
    right: -50px;
    transform: translate(-50%, -50%);
  }
  .fond4b{ height: 250px; }

  .police1{
    font-family: 'police1';
    font-weight: bold;
    text-align: center;
    font-size: 1.5vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police1-envois{
    font-family: 'police1';
    font-weight: bold;
    text-align: center;
    font-size: 2vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police2{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 2vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police1-legend{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 1.2vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police2-legend{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 1vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police1-vdm{
    font-family: 'police2';
    font-weight: lighter;
    text-align: left;
    font-size: 2vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police2-vdm{
    font-family: 'police2';
    font-weight: lighter;
    text-align: left;
    font-size: 1vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police3-vdm{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 1.2vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    margin: 0px;
  }

  .police2-form{
    font-family: 'police2';
    font-weight: lighter;
    text-align: left;
    font-size: 1vw;
    color: #FFF;
    margin: 0px;
  }

  .police-confirm{
    font-family: 'police2';
    font-weight: lighter;
    text-align: center;
    font-size: 1.5vw;
    color: #FFF;
    text-shadow: 3px 3px 5px #000;
    display: none;
  }

  .police1-mentions{ font-size: 0.7vw; }

  .textes{
    z-index: 2;
    position: absolute;
    left: 20%;
    bottom: 7%;
    width: 100%;
    text-align: center;
    padding: 0px;
    overflow: hidden;
  }

  form{ display: grid; gap: 5px; }

  input, textarea{
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    margin: 5px;
  }

 


  .resboutons{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .resboutonsdm{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #mention_container{
    display: flex;
    justify-content: space-between;
  }
  #mention_texte1, #mention_texte2, #mention_texte3{
    flex: 1;
    max-width: 30%;
  }

  .p1-mention{ font-size: 1vw; }
  .p2-mention{ font-size: 1vw; }
  .p2-mentionjust{ font-size: 1vw; }
  .p2-mentiongr{ font-size: 1vw; }
  .p1-mention-titre{ font-size: 4vw; }
  .retour{ font-size: 2vw; }

  .menucontainer{
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 100;
  }

  .boutonmenu{
    width: 20vw;
    margin-bottom: 2vw;
  }

  .logo_mention{
    width: 20vw;
    z-index: 100;
  }

  .logo{
    position: fixed;
    bottom: 3vw;
    width: 15vw;
    right: 5vw;
    z-index: 100;
  }

  .entrez{
    bottom: 3vw;
    font-size: 4vw;
    left: 42%;
  }



  .infosdumoment-container{
    margin-top: 5vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }



  .affichedumoment{
    margin-right: 5vw;
    box-shadow: 8px 8px 12px #000;
  }
  .affichedumoment img{ width: 10vw; }

  .videodm-container{
    z-index: 2;
    margin-top: 25vw;
  }

  .textedumoment{
    width: 50vw;
    margin-left: 1vw;
    margin-top: 5vw;
  }
}



/* ============================================================
   3.4) MODE "PORTRAIT-VERTICAL" (pilotĂ© par body.portrait-vertical)
   ============================================================ */


body.portrait-vertical .carousel-container{
  flex-direction: column;   
}
body.portrait-vertical .carousel-section{
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}


body.portrait-vertical{
  overflow: hidden;
}


body::before{
  content:"";
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition: opacity .35s ease;
}
body.is-rotating::before{
  opacity: 1;
  transition: opacity .12s linear;
}
body.is-rotating .carousel-container{
  transition: none !important;
}


body.portrait-vertical .precedent img,
body.portrait-vertical .suivant img{
  position: fixed !important;
  right: 15px !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  width: 55px !important;
  height: auto !important;
  z-index: 200 !important;
}
body.portrait-vertical .precedent img{
  bottom: 12% !important;
  content: url("prectb.svg");
}
body.portrait-vertical .suivant img{
  bottom: 8% !important;
  content: url("suivtb.svg");
}








 .wrap{
      position:relative;
      z-index:1;
      max-width:1100px;
      margin:0 auto;
      padding:34px 16px 70px;
      text-align:center;
    }

    .heroLogo{
      width:min(860px, 96%);
      height:auto;
      display:block;
      margin:10px auto 18px;
      filter:drop-shadow(0 14px 30px rgba(0,0,0,.65));
    }

    .subtitle{
      margin:0 auto 18px;
      max-width:900px;
      font-size:18px;
      line-height:1.35;
      opacity:.95;
    }
	  
	  .choixformule{
      font-size:25px;
    }

    .btnRow{
      margin-top:18px;
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      justify-content:center;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:12px 18px;
      border-radius:999px;
      text-decoration:none;
      color:#fff;
      font-size:16px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.08);
      box-shadow:0 12px 24px rgba(0,0,0,.35);
      transition:transform .12s ease, box-shadow .12s ease, filter .12s ease;
      user-select:none;
      min-width:240px;
      cursor:pointer;
    }
    .btn:hover{
      transform:translateY(-1px);
      box-shadow:0 16px 34px rgba(0,0,0,.45);
      filter:brightness(1.06);
    }
    .btn:active{ transform:translateY(0px) scale(.99); }

    .btnPrimary{
      background:linear-gradient(135deg, rgba(255,0,245,.78), rgba(0,168,255,.72));
      border-color:rgba(255,255,255,.22);
    }
    .btnAlt{
      background:linear-gradient(135deg, rgba(0,168,255,.68), rgba(255,0,245,.62));
      border-color:rgba(255,255,255,.22);
    }
    .btnGhost{
      background:rgba(255,255,255,.06);
      min-width:auto;
      padding:10px 14px;
    }

    .connectedLine{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:center;
      align-items:center;
      margin:6px 0 12px;
      font-size:15px;
      opacity:.95;
    }


    
    .error{
      margin:12px auto 0;
      max-width:900px;
      padding:12px 14px;
      border-radius:14px;
      background:rgba(255, 0, 80, .12);
      border:1px solid rgba(255, 0, 80, .35);
      color:#ffd0da;
      font-size:16px;
      line-height:1.35;
      text-align:left;
    }

    .cguWrap{
  margin-top:16px;
  display:flex;
  justify-content:center;
}

.cguLine{
  display:inline-flex;          
  align-items:center;
  gap:10px;

  width:auto;                 
  max-width:100%;
  padding:10px 14px;

  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);

  font-size:13px;
  line-height:1.25;
  text-align:left;
}

	  .cguLine a{
  color:#ffffff;                 
  text-decoration:none;          
  font-weight:600;
  border-bottom:1px solid rgba(255,255,255,0.4);  
  transition:all .15s ease;
}

.cguLine a:hover{
  color:#ff00f5;                 
  border-bottom-color:#ff00f5;
}
	  
.cguLine input{
  width:18px;                  
  height:18px;
  flex:0 0 auto;
}

.cguLine span{
  display:inline;
}


@media (max-width:540px){
  .cguLine{
    border-radius:14px;
    padding:12px 14px;
  }
}
	  
    .finePrint{
      margin-top:12px;
      color:rgba(255,255,255,.72);
      font-size:14px;
      max-width:900px;
      margin-left:auto;
      margin-right:auto;
      line-height:1.35;
      text-align:left;
    }
	  
	  
	  .features{
  margin:14px auto 0;
  max-width:900px;
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  justify-content:center;
  font-size:14px;
  color:rgba(255,255,255,.88);
}

.feature{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  line-height:1;
}

.feature .check{
  font-weight:900;
  color:#39d98a; /* vert doux */
}

@media (max-width:540px){
  .features{ justify-content:stretch; }
  .feature{ width:100%; justify-content:center; }
}
	  
	  
	  
	  /* ===== Plans (boutons pro) ===== */
.btnRow.plans{
  gap:14px;
}

.planBtn{
  min-width:260px;
  max-width:320px;
  padding:14px 18px;
  border-radius:18px;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08); /* fallback */
  white-space:normal;
}

.planBtn::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.9;
  z-index:0;
}

.planBtn > span{
  position:relative;
  z-index:1;
}

.planTitle{
  font-size:18px;
  letter-spacing:.2px;
  opacity:.95;
}

.planPrice{
  font-size:26px;
  font-weight:900;
  line-height:1.05;
  margin-top:6px;
  text-shadow:0 10px 24px rgba(0,0,0,.35);
}

.planNote{
  margin-top:8px;
  font-size:12.5px;
  opacity:.92;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.14);
  padding:6px 10px;
  border-radius:999px;
}

.planDesc{
  margin-top:8px;
  font-size:12.5px;
  line-height:1.35;
  opacity:.92;
	max-width:240px; 
}

/* DĂ©gradĂ©s (contraste OK sur texte blanc) */
.planMonthly::before{
  background:linear-gradient(135deg, rgba(0,168,255,.95), rgba(0,88,180,.92));
}
.planAnnual::before{
  background:linear-gradient(135deg, rgba(160,90,255,.95), rgba(90,40,210,.92));
}
.planLifetime::before{
  background:linear-gradient(135deg, rgba(255,0,245,.92), rgba(190,0,120,.92));
}

/* Hover un peu plus â€śpremiumâ€ť */
.planBtn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(0,0,0,.50);
  filter:brightness(1.05);
}
.planBtn:active{
  transform:translateY(0px) scale(.99);
}

/* Mobile : largeur pleine */
@media (max-width:540px){
  .planBtn{
    width:100%;
    align-items:center;
    text-align:center;
  }
  .planNote{
    margin-left:auto;
    margin-right:auto;
  }
}

/* ============================================================
   FORMULAIRE CONTACT - PANNEAU FLOTTANT (Blaton UI)
   ============================================================ */

#formulaire-container.formulaire-container{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  width: min(560px, 78vw);
  max-height: 82vh;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  padding: 24px 22px 20px 22px;
  z-index: 300;
  color: white;
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
  box-sizing: border-box;
}

#formulaire-container.formulaire-open{
  display: block !important;
  animation: blatonPanelOpen 0.25s ease forwards;
}


.btenvoyer-container{
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
  display: inline-block;
  transform-origin: center;
  background: none;
  border: none;
  color: white;
}

.btenvoyer-container:hover{
  transform: scale(1.05);
  filter: brightness(1.08);
}



@keyframes blatonPanelOpen{
  0%{
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.96);
  }
  100%{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.formulaire-overlay{
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 250;
}

.formulaire-overlay.open{
  display: block;
}

#formulaire-container .reseauxcontainer,
#formulaire-container .formcontainer{
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

#formulaire-container .reseauxcontainer{
  margin-bottom: 18px;
  text-align: center;
}

#formulaire-container .resboutons{
  display: flex;
  flex-direction: row;  
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
	max-width: 400px;
  margin: 0 auto;
}


#formulaire-container .btreseaux{
  width: 68px;
  margin: 0;
  cursor: pointer;
  animation-name: btmenua;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

#formulaire-container .btreseaux:hover{
  animation-name: btmenub;
}

#formulaire-container form{
  display: grid;
  gap: 8px;
}

#formulaire-container input,
#formulaire-container textarea{
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.96);
  color: #111;
  box-sizing: border-box;
}

#formulaire-container textarea{
  min-height: 120px;
}

#formulaire-container .btenvoyer-container{
 display: block;
  margin: 10px auto 0;
	
}

#fermerFormulaire.btfermer{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  z-index: 5;
}

/* ===== Mobile ===== */
@media (max-width: 999px){
  #formulaire-container.formulaire-container{
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: min(92vw, 560px);
    max-height: 84vh;
    padding: 20px 16px 18px 16px;
    border-radius: 18px;
  }
}




video.intro-lock::-webkit-media-controls {
  display: none !important;
}

video.intro-lock::-webkit-media-controls-panel {
  display: none !important;
}

.pfAccountWrap{
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 99999;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.pfAccountBtn{
  width: 94px;
  height: 94px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: block;
}

.pfAccountBtn img{
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.55));
  transition: transform 0.2s ease;
}

.pfAccountBtn:hover img{
  transform: scale(1.08);
}

.pfAccountPanel{
  position: absolute;
  top: 78px;
  right: 0;
  min-width: 260px;
  max-width: min(92vw, 320px);
  box-sizing: border-box;
  padding: 14px;
  border-radius: 18px;
  background: rgba(0,0,0,0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  color: #fff;
  display: none;
}

.pfAccountPanel.open{
  display: block;
}

.pfAccountTitle{
  font-size: 13px;
  opacity: 0.75;
  margin-bottom: 10px;
  text-align: center;
}

.pfAccountLinks{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pfAccountLinks a{
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.14);
}

.pfAccountLinks a.pfSubBtn{
  background: rgba(255,255,255,0.10);
}

@media (max-width: 999px){
  .pfAccountWrap{
    top: 10px;
    right: 10px;
  }

  .pfAccountBtn{
    width: 52px;
    height: 52px;
  }

  .pfAccountPanel{
    top: 64px;
    min-width: 240px;
    padding: 12px;
    border-radius: 14px;
  }
}

/* ===== POPUPS AUTH COMMUNES (Accčs intégral + menu public) ===== */
.modalOverlay{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.75);
  z-index:99998;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.modalCard{
  width:min(560px, 100%);
  background:#0b0f16;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,0.6);
  position:relative;
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
  font-family:'police2', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.modalCard *{
  color:inherit;
  font-family:inherit;
}

.modalHead{
  padding:16px 16px 10px;
  border-bottom:1px solid rgba(255,255,255,.10);
  text-align:left;
}

.modalTitle{
  margin:0;
  font-size:18px;
  letter-spacing:.2px;
  color:#fff;
  font-family:'police2', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.modalBody{
  padding:14px 16px 16px;
  text-align:left;
}

.field{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-bottom:12px;
  font-size:14px;
  opacity:.98;
}

.field label{
  color:rgba(255,255,255,.88);
  font-family:'police2', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.input{
  width:100%;
  padding:11px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#fff;
  outline:none;
  box-sizing:border-box;
  font-family:'police2', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.input:focus{
  border-color:rgba(255,255,255,.28);
  box-shadow:0 0 0 3px rgba(0,168,255,.18);
}

.input::placeholder{
  color:rgba(255,255,255,.5);
}

.modalClose{
  position:absolute;
  top:10px;
  right:10px;
  border:0;
  background:#111827;
  color:#fff;
  padding:10px 14px;
  border-radius:10px;
  cursor:pointer;
  z-index:2;
  font-family:'police2', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.smallLink{
  color:#fff;
  text-decoration:underline;
  font-size:14px;
  opacity:.9;
  font-family:'police2', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.modalActions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
  margin-top:10px;
}

.modalActions.single{ justify-content:center; }

@media (max-width:540px){
  .modalActions{ justify-content:stretch; }
  .modalActions .btn{ min-width:100%; }
}




