/* _content/site_pais_tv/Composants/Boutons/Bouton1/Bouton1.razor.rz.scp.css */
.bouton1[b-kv3dquexiu] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  cursor: pointer;
  font-family: var(--police-texte);
  font-weight: var(--poids-police-texte);
  font-size: var(--taille-texte-boutons);
  transition: transform 0.2s ease-in-out;
}

.bouton1:hover[b-kv3dquexiu] {
  transform: scale(1.04);
}

.icone-bouton1[b-kv3dquexiu] {
  height: 1.5rem;
  width: auto;
}

p[b-kv3dquexiu] {
  font-size: var(--font-size-texte-global);
}
/* _content/site_pais_tv/Composants/Boutons/BoutonBlanc/BoutonBlanc.razor.rz.scp.css */
.carousel-button[b-ljog84uv1f] {
  padding-left: 1.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1.8rem;
  /* font-family: var(--police-texte);
  font-style: var(--font-style-texte);
  font-weight: var(--poids-police-texte); */
  border: none;
  border-radius: 60px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: transform 0.2s ease;
  height: 3.1rem;
}

.carousel-button:hover[b-ljog84uv1f] {
  transform: scale(1.04);
}
/* _content/site_pais_tv/Composants/Boutons/BoutonFondTransparent/BoutonFondTransparent.razor.rz.scp.css */
.bouton[b-pw2z9rmomh] {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  width: auto;
  font-weight: var(--poids-police-texte);
  font-family: var(--police-texte);
  font-style: var(--font-style-texte);
  padding: 0.5rem 1.5rem;
  border: 3px solid;
  transition: all 0.27s ease-in-out;
}

.bouton img[b-pw2z9rmomh] {
  height: calc(var(--taille-texte-boutons) * 1.5);
  margin-right: 0.7rem;
  object-fit: cover;
}

.bouton span.bouton-central-texte[b-pw2z9rmomh] {
  margin: 0;
  font-size: 1.3rem;
  font-family: var(--font-titre-1);
  line-height: var(--line-height-titre-1);
  letter-spacing: var(--letter-spacing-titre-1);
  color: var(--color-principale);
  font-weight: var(--epaisseur-titre-1);
}

.style-blanc[b-pw2z9rmomh] {
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.style-blanc span[b-pw2z9rmomh] {
  color: black;
}

.style-transparent[b-pw2z9rmomh] {
  background-color: transparent;
}

.style-transparent span[b-pw2z9rmomh] {
  color: black;
}

.halo[b-pw2z9rmomh] {
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8);
}

.bouton[b-pw2z9rmomh]::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  height: 100%; width: 0;
  background-color: white;
  opacity: 0.3;
  z-index: -1;
  border-radius: inherit;
  transition: width 0.27s ease-in-out;
}

.bouton:hover[b-pw2z9rmomh]::before {
  width: 100%;
}

.bouton:hover[b-pw2z9rmomh] {
  font-weight: 500;
  transform: scale(1.04);
}
/* _content/site_pais_tv/Composants/Boutons/BoutonGradientViolet/BoutonGradientViolet.razor.rz.scp.css */
.bouton[b-fps63y36mx] {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  width: auto;
  font-weight: var(--poids-police-texte);
  font-family: var(--police-texte);
  font-style: var(--font-style-texte);
  color: var(--couleur-texte);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.bouton p[b-fps63y36mx] {
  margin: 0;
  font-size: var(--taille-texte-boutons);
}

.bouton img[b-fps63y36mx] {
  width: auto;
  object-fit: cover;
  height: calc(var(--taille-texte-boutons) * 1.5);
  margin-right: 0.7rem;
}

button[b-fps63y36mx] {
  transition: var(--transition-grossissement);
  background: var(--gradient-violet-rose-peche);
}

.bouton[b-fps63y36mx]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: white;
  opacity: 0.3;
  z-index: -1;
  border-radius: inherit;
  transition: width 0.14s ease-in-out;
}

.bouton:hover[b-fps63y36mx]::before {
  width: 100%;
}

.bouton:hover[b-fps63y36mx] {
  font-weight: 500;
  transform: scale(1.04);
}

@media (max-width: 1024px) {
}
/* _content/site_pais_tv/Composants/Boutons/BoutonPage/BoutonPage.razor.rz.scp.css */
.bloc-quilles[b-mgxoso918f] {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 1.3vw;
    margin-bottom: 2.5vw;
}

.bloc-quilles.ombre[b-mgxoso918f] {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 6px 6px rgba(0, 0, 0, 0.23);
}

.bloc-quilles h3[b-mgxoso918f] {
    font-size: 2vw;
}

.bloc-quilles p[b-mgxoso918f] {
    margin-top: 1vw;
    font-size: 1.2vw;
}

#bouton-bloc-page[b-mgxoso918f] {
    width: 90%;
    margin-top: 1.5vw;
    height: 5vw;

}

.btn-page[b-mgxoso918f] {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 50px;
    padding-left: 1.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1.8rem;
}

/* .btn-page img {
    margin-right: 0.5vw;
    height: 60%;
} */

.quilles-resp[b-mgxoso918f] {
    display: none;
}

.img-principale[b-mgxoso918f] {
    width: 80%;
    height: auto;
}

.img-bouton[b-mgxoso918f] {
    height: 90%;
    margin-right: 1vw;
    /* width: auto; */
}

.btn-page[b-mgxoso918f] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

@media(max-width: 1024px) {
    .bloc-quilles[b-mgxoso918f] {
        padding: 3vw;
        margin-bottom: 5vw;
    }

    .bloc-quilles h3[b-mgxoso918f] {
        font-size: 4vw;
    }

    .bloc-quilles p[b-mgxoso918f] {
        font-size: 2.5vw;
        margin-top: 2vw;
    }

    #bouton-bloc-page[b-mgxoso918f] {
        width: 100%;
        height: 10vw;
        margin-top: 3vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .btn-page[b-mgxoso918f] {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        font-size: 2.5vw;
        height: 100%;
        width: 70%;
        justify-content: center;
    }

    .img-principale[b-mgxoso918f] {
        width: 70%;
    }

    .img-bouton[b-mgxoso918f] {
        height: 90%;
        margin-right: 2vw;
    }

    .quilles-resp[b-mgxoso918f] {
        display: block;
    }
}
/* _content/site_pais_tv/Composants/Boutons/BoutonSoutien/BoutonSoutien.razor.rz.scp.css */
.bouton-soutien[b-vkxjuxiuk4] {
  background-color: var(--couleur-fond);
  color: var(--couleur-texte);
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.bouton-soutien:hover[b-vkxjuxiuk4] {
  transform: scale(1.03);
}

.bouton-soutien-haut[b-vkxjuxiuk4] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.bouton-soutien-texte-haut[b-vkxjuxiuk4] {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.bouton-soutien-icone[b-vkxjuxiuk4] {
  width: 5rem;
  height: 8rem;
  border-radius: 20px;
}

.bouton-soutien-texte-central[b-vkxjuxiuk4] {
  font-size: 2rem;
  font-family: "Pacifico", cursive;
  color: var(--couleur-texte);
}

.bouton-soutien-note[b-vkxjuxiuk4] {
  font-size: 0.9rem;
  color: var(--couleur-texte);
  max-width: 32ch;
  line-height: 1.2;
}

.accent-strong[b-vkxjuxiuk4] {
  font-weight: 700;
}

.bouton-soutien-fleche[b-vkxjuxiuk4] {
  background-color: var(--couleur-fleche);
  color: white;
  font-size: 1.8rem;
  padding: 0.6rem 2rem;
  border-radius: 20px;
}
/* _content/site_pais_tv/Composants/Global/BanniereVideoHautPage/BanniereVideoHautPage.razor.rz.scp.css */
.marge-gauche[b-5dotcwujc9] {
  flex: 0 0 1%;
}

.bloc-principal[b-5dotcwujc9] {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  font-family: Candara;
}

h1[b-5dotcwujc9] {
  color: white;
  margin-bottom: 0.6vw;
  font-size: 4.6vw;
  font-weight: bold;
  user-select: none;
  outline: none;
}

p[b-5dotcwujc9] {
  font-family: Candara;
  font-weight: 400;
}

.contenu[b-5dotcwujc9] {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  padding-left: 7%;
  border: none;
}

.texte[b-5dotcwujc9] {
  padding-bottom: 2vw;
  width: 60%;
  z-index: 2;
}

.fond-sombre[b-5dotcwujc9] {
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 7%;
  width: 60%;
  height: 100%;
  background-color: #2b2b2b;
  opacity: 73%;
}

a[b-5dotcwujc9] {
  color: white;
}

.texte-large[b-5dotcwujc9] {
  font-size: 1.7vw;
  color: white;
  font-family: Candara;
  padding-bottom: 2vw;
}

@media (max-width: 1000px) {
  .fond-sombre[b-5dotcwujc9] {
    width: 100%;
    left: 0%;
  }

  .bloc-principal[b-5dotcwujc9] {
    justify-content: center;
  }

  .button[b-5dotcwujc9] {
    display: none;
  }

  .contenu[b-5dotcwujc9] {
    width: 93%;
    height: 70%;
    justify-content: center;
    padding-left: 0%;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }

  h1[b-5dotcwujc9] {
    font-size: 8vw;
  }

  .texte-large[b-5dotcwujc9] {
    font-size: 4vw;
    text-align: center;
    width: 90%;
  }

  .marge-gauche[b-5dotcwujc9] {
    width: 0%;
  }

  .texte[b-5dotcwujc9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

/*
    ========================
    Travrail sur le bouton :
    ========================

*/

.button[b-5dotcwujc9] {
  width: max-content;
  padding: 10px 20px;
  transition: 1s;
  color: white;
  font-weight: 700;
  font-size: 1.7vw;
  font-family: Candara;
  position: relative;
  cursor: pointer;
  will-change: transform;
  overflow: hidden;
}

.button[b-5dotcwujc9]::before,
.button[b-5dotcwujc9]::after {
  content: "";
  position: absolute;
  background-color: white;
  transition: all 250ms ease-in-out;
}

.button[b-5dotcwujc9]::before {
  top: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
}

.button[b-5dotcwujc9]::after {
  top: 50%;
  left: 0;
  width: 2px;
  height: 100%;
  transform: translateY(-50%);
}

.button:hover[b-5dotcwujc9]::before {
  left: -10px;
  width: calc(100% + 20px);
}

.button:hover[b-5dotcwujc9]::after {
  top: -10px;
  height: calc(100% + 20px);
}

.button span:first-child[b-5dotcwujc9]::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  width: 2px;
  transform: translateY(-50%);
  background-color: white;
  transition: all 250ms ease-in-out;
}

.button span:last-child[b-5dotcwujc9]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  background-color: white;
  transition: all 250ms ease-in-out;
}

.button:hover span:first-child[b-5dotcwujc9]::before {
  right: 0px;
  transform: translateY(0%);
}

.button:hover span:last-child[b-5dotcwujc9]::after {
  transform: translateY(0%);
  bottom: 0px;
}
/* _content/site_pais_tv/Composants/Global/BlocChargement/BlocChargement.razor.rz.scp.css */
.contenu[b-mo2nhcckgi] {
  width: 100%;
  background-color: #0d1117;
}
/* _content/site_pais_tv/Composants/Global/Boutons/Bouton1/Bouton1.razor.rz.scp.css */
.contenu[b-u97fl2cnp1] {
  height: 100%;
  width: 100%;
}

a[b-u97fl2cnp1] {
  height: 100%;
  width: 100%;
  font-family: Candara;
  font-size: 1vw;
  color: white;
  text-transform: uppercase;
  background: #0d1117;
  padding: 0.4vw;
  border: 1px solid white;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

a:hover[b-u97fl2cnp1] {
  border-radius: 50px;
  background-color: #161b22;
  transition: all 0.6s ease 0s;
}

img[b-u97fl2cnp1] {
  margin-right: 0.7vw;
  height: 90%;
}

@media (max-width: 1000px) {
  a[b-u97fl2cnp1] {
    font-size: 2.3vw;
  }
}
/* _content/site_pais_tv/Composants/Global/Boutons/Bouton2/Bouton2.razor.rz.scp.css */
.contenu[b-9evsb78e9y] {
  height: 100%;
  width: 100%;
}

a[b-9evsb78e9y] {
  height: 100%;
  width: 100%;
  font-family: Candara;
  font-size: 1vw;
  color: white;
  text-transform: uppercase;
  background: #0d1117;
  padding: 0.4vw;
  border: 1px solid white;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

a:hover[b-9evsb78e9y] {
  border-radius: 50px;
  background-color: #161b22;
  transition: all 0.6s ease 0s;
}

img[b-9evsb78e9y] {
  margin-right: 0.7vw;
  height: 90%;
}

@media (max-width: 1000px) {
  a[b-9evsb78e9y] {
    font-size: 2.3vw;
  }
}
/* _content/site_pais_tv/Composants/Global/CarteVideo/CarteVideo.razor.rz.scp.css */
.contenu[b-zk4sn5wrzi] {
  background-color: white;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  font-family: Candara;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.conteneur-image[b-zk4sn5wrzi] {
  position: relative;
  width: 100%;
}

.conteneur-image img[b-zk4sn5wrzi] {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.overlay-loader[b-zk4sn5wrzi] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.textes[b-zk4sn5wrzi] {
  width: 100%;
  padding: 0.7vw 0.6vw 0 0.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.titre-5[b-zk4sn5wrzi] {
  font-size: 1.2vw;
  text-align: center;
  color: black;
}

.texte-detail[b-zk4sn5wrzi] {
  margin-top: 0.5vw;
  font-size: 1.1vw;
  text-align: center;
  color: black;
  border-top: 1px solid #ccc;
  padding-top: 0.5vw;
}

.cliquable[b-zk4sn5wrzi] {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.cliquable:hover[b-zk4sn5wrzi] {
  transform: scale(1.03);
}

.badge-duree[b-zk4sn5wrzi] {
  position: absolute;
  bottom: 1vw;
  right: 1vw;
  font-size: 0.9vw;
  padding: 0.1vw 0.1vw;
  border-radius: 50px;
  font-weight: bold;
  z-index: 2;
}

@media (max-width: 1000px) {
  .titre-5[b-zk4sn5wrzi] {
    font-size: 3.3vw;
  }
  .texte-detail[b-zk4sn5wrzi] {
    font-size: 3vw;
  }
  .badge-duree[b-zk4sn5wrzi] {
    font-size: 2.5vw;
    padding: 0.8vw 1.4vw;
  }
}
/* _content/site_pais_tv/Composants/Global/FenetreDialogue/FenetreDialogue.razor.rz.scp.css */
.contenu[b-oonesotznd] {
  border: 3px solid red;
  width: 70vw;
}
/* _content/site_pais_tv/Composants/Global/Footer/Footer.razor.rz.scp.css */
footer[b-t2s734inbt] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 14vh;
  width: 100%;
  z-index: 1000;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  font-family: Candara;
}

.gauche[b-t2s734inbt],
.droite[b-t2s734inbt] {
  height: 100%;
  width: 20%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.droite img[b-t2s734inbt] {
  height: 70%;
}


.gauche img[b-t2s734inbt] {
  height: 68%;
}

a[b-t2s734inbt] {
  cursor: pointer;
  color: black;
  font-size: 1.1vw;
  font-family: Candara;
}

@media (max-width: 1000px) {
  footer[b-t2s734inbt] {
    flex-direction: column;
    height: 120vw;
  }

  .gauche[b-t2s734inbt],
  .droite[b-t2s734inbt] {
    height: 25%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .gauche[b-t2s734inbt] {
    margin-top: 3vw;
  }

  .centre[b-t2s734inbt] {
    height: 45%;
    width: 100%;
    margin-top: 3vw;
    justify-content: center;
    align-items: center;
  }

  .centre p[b-t2s734inbt] {
    text-align: center;
    font-size: 3vw;
  }

  .droite img[b-t2s734inbt] {
    height: 100%;
  }

  .gauche img[b-t2s734inbt] {
    height: 100%;
  }

  a[b-t2s734inbt] {
    cursor: pointer;
    color: black;
    font-size: 1.1vw;
    font-family: Candara;
  }
}
/* _content/site_pais_tv/Composants/Global/NavBar/NavBar.razor.rz.scp.css */
.menu-principal li[b-ah3culi188] {
  position: relative;
  color: var(--couleur-texte);
  font-size: var(--taille-texte);
  font-family: var(--police-texte);
  padding-left: 1.7rem;
  margin-left: 1.7rem;
  transition: transform 0.4s ease;
  cursor: pointer;
}

.menu-principal li:hover[b-ah3culi188] {
  transform: scale(1.1);
}

.menu-principal li[b-ah3culi188]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
}

#accueil[b-ah3culi188]::before {
  background-image: url('/Images/icones/navbar/bousole.svg');
}
#travaux[b-ah3culi188]::before {
  background-image: url('/Images/icones/navbar/bousole.svg');
}
#propos[b-ah3culi188]::before {
  background-image: url('/Images/icones/navbar/bousole.svg');
}

#themes[b-ah3culi188]::before {
  background-image: url('/Images/icones/navbar/pinceau.webp');
}

#informateurs[b-ah3culi188]::before {
  background-image: url('/Images/icones/navbar/personne.webp');
}

#communes[b-ah3culi188]::before {
  background-image: url('/Images/icones/navbar/village.webp');
}

#operations[b-ah3culi188]::before {
  background-image: url('/Images/icones/navbar/navette.webp');
}

#series[b-ah3culi188]::before {
  background-image: url('/Images/icones/navbar/camera.webp');
}

.menu-principal[b-ah3culi188] {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  height: 9vh;
}

.menu-principal li:hover[b-ah3culi188]::before {
transform: translateY(-50%) rotate(20deg);
}

/* .menu-principal li::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 2.1rem;
  width: 0%;
  height: 2px;
  background-color: black;
  transition: width 0.3s ease;
}

.menu-principal li:hover::after {
  width: calc(100% - 2.1rem);
} */

/* Au lieu de “.menu-principal li::after” : */
.menu-principal > li[b-ah3culi188]::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 2.1rem;
  width: 0%;
  height: 2px;
  background-color: black;
  transition: width 0.3s ease;
}

/* Hover uniquement sur les items du menu principal */
.menu-principal > li:hover[b-ah3culi188]::after {
  width: calc(100% - 2.1rem);
}


a[b-ah3culi188] {
  text-decoration: none;
  cursor: pointer;
}

.bloc-gauche img[b-ah3culi188] {
  max-height: 7vh;
  object-fit: contain;
  cursor: pointer;
}

.bloc-gauche[b-ah3culi188] {
  height: 9vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-left: 2vh;
}

.bloc-gauche a[b-ah3culi188] {
  display: flex;
  margin-right: 1.5vh;
}

.titre-pais[b-ah3culi188] {
  font-size: 1.7rem;
  font-family: var(--font-titre-1);
  line-height: var(--line-height-titre-1);
  letter-spacing: var(--letter-spacing-titre-1);
  color: var(--color-principale);
  font-weight: var(--epaisseur-titre-1);
}

.bouton-central[b-ah3culi188], .bouton-sousmenu[b-ah3culi188] {
  font-size: 1rem;
  font-family: var(--font-titre-1);
  line-height: var(--line-height-titre-1);
  letter-spacing: var(--letter-spacing-titre-1);
  color: var(--color-principale);
  font-weight: var(--epaisseur-titre-1);
}

nav[b-ah3culi188] {
  margin-top: 2vh;
  height: 9vh;
  position:absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  font-family: Candara;
  /* margin-bottom: 50vh; */
}

.bloc-droite[b-ah3culi188] {
  width: 100%;
  height: 9vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 2vh;
}

@media (max-width: 1024px) {

.bloc-gauche[b-ah3culi188], .bloc-droite[b-ah3culi188] {
  width: 100%;
  justify-content: center;
}

nav[b-ah3culi188] {
  height: auto;
  position: relative;
  margin-top: 0;
}

.menu-principal[b-ah3culi188] {
  margin-left: 30%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: auto;
}

.menu-principal li[b-ah3culi188] {
  margin-top: 1rem;
}

.bloc-droite[b-ah3culi188] {
  margin-top: 1rem;
}

}



/* positionne le LI parent en relatif */
.has-submenu[b-ah3culi188] {
  position: relative;
  z-index: 100;  
}

/* cache le sous-menu */
.has-submenu .submenu[b-ah3culi188] {
  display: none;
  position: absolute;
  top: 100%;       /* juste sous le LI */
  left: -37%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  min-width: 180px;
  z-index: 2000;
}

/* affiche au survol */
.has-submenu:hover .submenu[b-ah3culi188] {
  display: block;
}

/* style des items du sous-menu */
.submenu li[b-ah3culi188] {
  padding: 0;
  margin: 0;
}

.submenu li .bouton-sousmenu[b-ah3culi188] {
  padding: 0.5rem 1rem;
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-principale);
}

.submenu li .bouton-sousmenu:hover[b-ah3culi188] {
  background-color: rgba(0,0,0,0.05);
}
/* _content/site_pais_tv/Composants/Index/BlocAfficheurVideos/BlocAfficheurVideos.razor.rz.scp.css */
/* Common Styles */
.contenu[b-pdvj4f0ucr] {
  border: 1px solid #30363d;
  border-radius: 10px;
  background-color: #0d1117;
  padding: 0.7vw 0.4vw 2.6vw 0.7vw;
}

.texte[b-pdvj4f0ucr] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-around;
  margin-bottom: 1.5vw;
}

.texte p[b-pdvj4f0ucr] {
  margin: 1.8vw 0 0 1vw;
  font-family: Candara;
  font-size: 1.3vw;
  padding-right: 0.4vw;
}

.titre[b-pdvj4f0ucr] {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 3.6vw;
}

.titre img[b-pdvj4f0ucr] {
  height: 100%;
}

.titre h2[b-pdvj4f0ucr] {
  font-size: 1.8vw;
  text-align: start;
}

.videos[b-pdvj4f0ucr] {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-around;
  width: 100%;
}

.video[b-pdvj4f0ucr] {
  width: 23%;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.video:hover[b-pdvj4f0ucr] {
  transform: scale(1.05);
}

.bouton[b-pdvj4f0ucr] {
  margin: 2.5vw 0 0 1vw;
  width: 15%;
  height: 3vw;
}

.barre[b-pdvj4f0ucr] {
  width: 80%;
  margin-top: 0.2vw;
  height: 0.3vw;
  border-radius: 50px;
  overflow: hidden;
}

.titreEtBarre[b-pdvj4f0ucr] {
  margin-left: 1vw;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

@media (max-width: 1000px) {
  .contenu[b-pdvj4f0ucr] {
  }

  .titreEtBarre h2[b-pdvj4f0ucr] {
    font-size: 4vw;
  }

  .titre[b-pdvj4f0ucr] {
    margin-top: 2.6vw;
  }

  .titre[b-pdvj4f0ucr] {
    height: 7vw;
  }

  .titreEtBarre .barre[b-pdvj4f0ucr] {
    height: 0.7vw;
  }

  .bouton[b-pdvj4f0ucr] {
    margin-top: 5vw;
    height: 6vw;
    width: 30%;
  }

  .texte p[b-pdvj4f0ucr] {
    margin-top: 4vw;
    margin-bottom: 4vw;
    font-size: 3vw;
  }
}
/* _content/site_pais_tv/Composants/Index/PresentationOperationPais/PresentationOperationPais.razor.rz.scp.css */
.contenu[b-tff9i7pn2b] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

img[b-tff9i7pn2b] {
  width: 33%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

p[b-tff9i7pn2b] {
  width: 60%;
}
/* _content/site_pais_tv/Composants/Medias/CarteAudio/CarteAudio.razor.rz.scp.css */
.contenu[b-fpnf5abdyp] {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 2.8rem;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.contenu:hover[b-fpnf5abdyp] {
  transform: scale(1.02);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.icone[b-fpnf5abdyp] {
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icone img[b-fpnf5abdyp] {
  max-height: 80%;
  max-width: 80%;
  object-fit: contain;
  display: block;
}

.texte[b-fpnf5abdyp] {
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.texte p[b-fpnf5abdyp] {
  word-break: break-word;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
/* _content/site_pais_tv/Composants/Medias/CarteCassini/CarteCassini.razor.rz.scp.css */
.iframe-crop-container[b-oeqzam5419] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.iframe-cropped[b-oeqzam5419] {
  width: 130%; /* élargi davantage */
  height: 130%;
  transform: translate(-12%, -8%); /* crop plus prononcé */
  border: none;
  pointer-events: none; /* ❌ bloque toute interaction souris */
}

.iframe-normal-container[b-oeqzam5419] {
  width: 100%;
  height: 100%;
}

.iframe-normal[b-oeqzam5419] {
  width: 100%;
  height: 100%;
  border: none;
}
/* _content/site_pais_tv/Composants/Medias/CarteInformateur/CarteInformateur.razor.rz.scp.css */
.carte-informateur[b-0mi1hy7bxl] {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  overflow: hidden;
  margin-bottom: 2rem;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  color: inherit;
}

.cliquable[b-0mi1hy7bxl] {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.cliquable:hover[b-0mi1hy7bxl] {
  transform: scale(1.03);
}

@media (max-width: 1024px) {
  .carte-informateur[b-0mi1hy7bxl] {
    width: 100%;
    border: 4px solid green;
  }
}
/* _content/site_pais_tv/Composants/Medias/CartePlacementCommunes/CartePlacementCommunes.razor.rz.scp.css */
#carte[b-n3klecen86] {
    width: 100%;
    height: 100%;
}

/* .marker {
  pointer-events: none; 
  font-size: 1.5rem;
  color: red;
} */

.marker[b-n3klecen86] {
  /* taille du rond */
  width: 14px;
  height: 14px;

  /* style du rond */
  background-color: red;
  border-radius: 50%;

  /* positionnement */
  position: absolute;
  pointer-events: none; /* laisse passer les clics */
}
/* _content/site_pais_tv/Composants/Medias/Citation/Citation.razor.rz.scp.css */
.contenu[b-dgieulpd4f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.blockquote[b-dgieulpd4f] {
  margin: 0 auto;
  max-width: 40vw;
  position: relative;
}

.blockquote[b-dgieulpd4f]::after,
.blockquote[b-dgieulpd4f]::before {
  /* color: var(--color-citation); */
  font-size: 6rem;
  line-height: 0.8;
}

.blockquote[b-dgieulpd4f]::after {
  content: close-quote;
  vertical-align: bottom;
  position: absolute;
  right: -2%;
  bottom: -4vw;
}

.blockquote[b-dgieulpd4f]::before {
  content: open-quote;
  vertical-align: top;
  position: absolute;
  left: -10%;
  bottom: 70%;
}

.texte[b-dgieulpd4f] {
  font-size: 1.6vw;
  text-align: left;
  font-family: "Segoe Print", "Times New Roman", Verdana;
}

.infos-auteur[b-dgieulpd4f] {
  margin-top: 1vw;
  text-decoration: underline;
  font-size: 1.1vw;
  text-underline-offset: 0.2vw;
}

.traduction[b-dgieulpd4f] {
  margin-top: 3vw;
  margin-left: 2vw;
  margin-right: 4vw;
  /* font-size: 1vw; */
  /* font-weight: 100; */
}

@media (max-width: 1000px) {
  .contenu[b-dgieulpd4f] {
    margin-top: 7vw;
  }

  .blockquote[b-dgieulpd4f] {
    max-width: 100%;
  }

  .infos-auteur[b-dgieulpd4f] {
    font-size: 3.2vw;
  }

  .traduction[b-dgieulpd4f] {
    font-size: 4vw;
  }

  .texte[b-dgieulpd4f] {
    font-size: 4vw;
  }

  .blockquote[b-dgieulpd4f]::after,
  .blockquote[b-dgieulpd4f]::before {
    /* color: white; */
    font-size: 3rem;
    line-height: 0.8;
  }

  .blockquote[b-dgieulpd4f]::after {
    content: close-quote;
    vertical-align: bottom;
    position: absolute;
    right: -2%;
    bottom: -4vw;
  }

  .blockquote[b-dgieulpd4f]::before {
    content: open-quote;
    vertical-align: top;
    position: absolute;
    left: -5%;
    bottom: 85%;
  }
}
/* _content/site_pais_tv/Composants/Medias/LongueCitation/LongueCitation.razor.rz.scp.css */
.contenu[b-n8z4tg1s08] {
}

.texte[b-n8z4tg1s08] {
  padding-left: 1vw;
}

@media (max-width: 1000px) {
  .contenu[b-n8z4tg1s08] {
    margin-top: 6vw;
  }

  .texte p[b-n8z4tg1s08] {
    font-size: 4vw;
  }

  .infos-auteur[b-n8z4tg1s08] {
    font-size: 4vw;
  }
}
/* _content/site_pais_tv/Composants/Medias/Video1/Video1.razor.rz.scp.css */
.media-container[b-el9b1hofkl] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-block: 2rem;
  overflow: hidden;
}

.media-wrapper[b-el9b1hofkl] {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.media-wrapper.rounded[b-el9b1hofkl] {
  border-radius: 20px;
}

@media (max-width: 600px) {
  .media-description[b-el9b1hofkl] {
    font-size: 1rem;
  }
}
/* _content/site_pais_tv/Composants/MiseEnPage/BlocsContenu/Bloc3Contenu/Bloc3Contenu.razor.rz.scp.css */
.contenu[b-in6z1m8voj] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: 100%;

}

.centre[b-in6z1m8voj] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  width: 100%;

  height: 100%;
}

.contenu-haut[b-in6z1m8voj] {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}

.contenu-droite[b-in6z1m8voj],
.contenu-gauche[b-in6z1m8voj],
.contenu-centre[b-in6z1m8voj] {
  max-height: 100%;
  /* border : 3px solid green; */

}

.contenu-haut[b-in6z1m8voj],
.contenu-bas[b-in6z1m8voj] {
  width: 100%;
}

.contenu-bas[b-in6z1m8voj] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* margin-top: 3rem; */
}

@media (max-width: 1024px) {
  .bloc-plein[b-in6z1m8voj] {
    width: 100% !important;
  }

  .centre[b-in6z1m8voj] {
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }

  .contenu-droite[b-in6z1m8voj],
  .contenu-gauche[b-in6z1m8voj],
  .contenu-centre[b-in6z1m8voj] {
    width: 100%;
    /* margin-bottom: 1.7rem; */
  }

  .contenu-droite[b-in6z1m8voj] {
    width: 100%;
  }

  .contenu-bas[b-in6z1m8voj] {
    margin-top: 0.6rem;
  }

  .contenu-gauche[b-in6z1m8voj],
  .contenu-centre[b-in6z1m8voj],
  .contenu-droite[b-in6z1m8voj] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
/* _content/site_pais_tv/Composants/MiseEnPage/BlocsContenu/BlocContenuGaucheDroite/BlocContenuGaucheDroite.razor.rz.scp.css */
.contenu[b-6ppfdbfqc7] {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}

.centre[b-6ppfdbfqc7] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: var(--espacement, 0%);
}

.centrage-milieu[b-6ppfdbfqc7] {
  align-items: center;
}

.centrage-haut-div[b-6ppfdbfqc7] {
  align-items: start;
}

.contenu-haut[b-6ppfdbfqc7] {
  width: 100%;
}

.contenu-droite[b-6ppfdbfqc7] {
  width: var(--largeur-droite, 50%);
}

.contenu-gauche[b-6ppfdbfqc7] {
  width: var(--largeur-gauche, 50%);
}

.centrer-bloc[b-6ppfdbfqc7] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contenu-bas[b-6ppfdbfqc7] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

@media (max-width: 1024px) {
  .centre[b-6ppfdbfqc7] {
    flex-direction: column;
    align-items: center;
  }

  .contenu-droite[b-6ppfdbfqc7],
  .contenu-gauche[b-6ppfdbfqc7] {
    width: 100%;
    margin-bottom: 1.7rem;
  }

  .contenu-bas[b-6ppfdbfqc7] {
    margin-top: 0.6rem;
  }
}
/* _content/site_pais_tv/Composants/MiseEnPage/BlocsContenu/BlocTexteMedia/BlocTexteMedia.razor.rz.scp.css */
.contenu[b-xr88th9gm1] {
  width: 100%;
}

.texte-haut p[b-xr88th9gm1],
.texte-global p[b-xr88th9gm1] {
  word-wrap: break-word;
  font-family: var(--police-texte);
  font-size: var(--taille-texte);
}

h3[b-xr88th9gm1] {
  font-size: var(--h3-taille-texte);
  font-family: var(--police-grand-titre) !important;
  font-weight: var(--poids-police-grand-titre) !important;
  font-style: var(--font-style-grand-titre) !important;
}

.media[b-xr88th9gm1] {
  height: auto;
}

.sous-texte[b-xr88th9gm1] {
  margin-top: 3rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.partie-gauche[b-xr88th9gm1],
.partie-droite[b-xr88th9gm1] {
  width: 95%;
}

.partie-droite[b-xr88th9gm1] {
  margin-left: 5%;
}

.bas-page[b-xr88th9gm1] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* Responsive */
@media (max-width: 1024px) {
  .partie-droite[b-xr88th9gm1],
  .partie-gauche[b-xr88th9gm1] {
    width: 100%;
    margin-left: 0;
  }

  .media[b-xr88th9gm1] {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .sous-texte[b-xr88th9gm1] {
    justify-content: center;
    margin-top: 1.2rem;
  }
}
/* _content/site_pais_tv/Composants/MiseEnPage/BlocsContenu/GrandTitre/GrandTitre.razor.rz.scp.css */
.contenu[b-8tiqdvcmok] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

h1[b-8tiqdvcmok] {
  padding-right: 1rem;
}

p[b-8tiqdvcmok] {
  margin-right: 1rem;
}

.composant[b-8tiqdvcmok] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .composant[b-8tiqdvcmok] {
    margin-right: 3rem;
  } 

  .contenu[b-8tiqdvcmok] {
    max-width: 100% !important;
  }


}
/* _content/site_pais_tv/Composants/MiseEnPage/BlocsContenu/Titre1/Titre1.razor.rz.scp.css */
.icone-et-titre[b-ggpivs4y8p] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  height: 6rem;
}

.separateur-et-titre[b-ggpivs4y8p] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.separateur[b-ggpivs4y8p] {
  margin-top: 0.8rem;
  height: 0.4rem;
  width: 9rem;
  border-radius: 50px;
  background: var(--gradient-violet-rose-peche);
}

.icone-et-titre img[b-ggpivs4y8p] {
  height: 80%;
  width: auto;
  margin-right: 1.3rem;
}

.texte p[b-ggpivs4y8p],
.texte-haut p[b-ggpivs4y8p] {
  word-wrap: break-word;
  font-family: var(--police-texte);
  font-size: var(--taille-texte);
}

h3[b-ggpivs4y8p] {
  font-size: var(--h3-taille-texte);
  font-family: var(--police-grand-titre) !important;
  font-weight: var(--poids-police-grand-titre) !important;
  font-style: var(--font-style-grand-titre) !important;
}

@media (max-width: 1024px) {
  .icone-et-titre img[b-ggpivs4y8p] {
    height: 54%;
    width: auto;
    margin-right: 1.3rem;
  }

  .icone-et-titre[b-ggpivs4y8p] {
    margin-bottom: 0rem;
  }
}
/* _content/site_pais_tv/Composants/MiseEnPage/FondMedia/FondMedia.razor.rz.scp.css */
.fondmedia-container[b-av29msse17] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;

}

.fondmedia-background-wrapper[b-av29msse17] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

/* .fondmedia-shadow {
  /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6); */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6); */
/* } */

.fondmedia-rounded[b-av29msse17] {
  border-radius: 1rem;
  overflow: hidden;

  border-radius: 12px;
}

.fondmedia-background[b-av29msse17] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fondmedia-background img[b-av29msse17],
.fondmedia-background video[b-av29msse17] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fondmedia-placeholder[b-av29msse17] {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
}

.fondmedia-foreground[b-av29msse17] {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* _content/site_pais_tv/Composants/MiseEnPage/GrilleElementPaginee/GrilleElementPaginee.razor.rz.scp.css */
.conteneur-pagine[b-4i2vuucdsq] {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
  align-items: center;
  min-height: 100%;
}

.pagination-top[b-4i2vuucdsq] {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination-sticky[b-4i2vuucdsq] {
  position: sticky;
  top: 0.5rem;
  z-index: 5;
  background: transparent;
  backdrop-filter: blur(2px);
  padding-top: .25rem;
}

.grille-elements[b-4i2vuucdsq] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.carte-element[b-4i2vuucdsq] {
  box-sizing: border-box;
  margin: auto;
}

/* Responsive */
@media (max-width: 1024px) {
  .grille-elements[b-4i2vuucdsq] {
    gap: 1rem !important;
    padding: 1.2rem !important;
  }
  .carte-element[b-4i2vuucdsq] {
    flex: 1 1 calc(50% - 1rem) !important;
    max-width: calc(50% - 1rem) !important;
  }
}

@media (max-width: 640px) {
  .carte-element[b-4i2vuucdsq] {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}
/* _content/site_pais_tv/Composants/MiseEnPage/Images/ImageDimensionee/ImageDimensionee.razor.rz.scp.css */
.media-container[b-6ubyk54bxb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
  width: 100%;
}

.image[b-6ubyk54bxb] {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /* height: auto; */
}

.texte-annexe[b-6ubyk54bxb] {
  font-style: italic;
  text-align: center;
  font-size: 1.05rem;
  max-width: 90%;
}

@media (max-width: 600px) {
  .texte-annexe[b-6ubyk54bxb] {
    font-size: 1rem;
  }
}
/* _content/site_pais_tv/Composants/MiseEnPage/Videos/VideoDimensionee/VideoDimensionee.razor.rz.scp.css */
.media-container[b-sxqv6q4a2o] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
}

.video-wrapper[b-sxqv6q4a2o] {
  width: 100%;
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}

.video[b-sxqv6q4a2o] {
  display: block;
  border: none;
}

.texte-annexe[b-sxqv6q4a2o] {
  font-style: italic;
  text-align: center;
  font-size: 1.05rem;
  max-width: 90%;
}

@media (max-width: 600px) {
  .texte-annexe[b-sxqv6q4a2o] {
    font-size: 1rem;
  }

  .media-container[b-sxqv6q4a2o] {
    width: 100%;
  }
}
/* _content/site_pais_tv/Composants/Specifiques/Index/CarrouselEtTexte/CarrouselEtTexte.razor.rz.scp.css */
.contenu[b-er4w6s6z8z] {
    /* border : 3px solid red; */
    width: 100%;
    height: 43vh;

}

.carrousel[b-er4w6s6z8z] {
    /* border : 3px solid green; */
    height: 43vh;
    width: 100%;
}

.texte[b-er4w6s6z8z] {
    /* border: 3px solid purple; */
    width: 100%;
    height: 43vh;
    background-color: #DAD6CD;
    border-radius: 20px;
    padding: 3vh;
}

.paragraphe[b-er4w6s6z8z] {
    margin-bottom: 7vh;
}

@media (max-width: 1024px) {
    .contenu[b-er4w6s6z8z] {
        height: auto;
    }

    .carrousel[b-er4w6s6z8z] {
        height: auto;
    }

    .texte[b-er4w6s6z8z] {
        height: auto;
    }
}
/* _content/site_pais_tv/Composants/Specifiques/Index/CarrouselHorizontal/CarrouselHorizontal.razor.rz.scp.css */
.hcar-wrapper[b-bm5cpyifie]{
  display:block;
  width:100%;
  overflow:hidden;
}

.hcar-loader[b-bm5cpyifie]{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hcar-carousel[b-bm5cpyifie]{
  height:100%;
  width:100%;
}

.hcar-carousel::deep .mud-swipearea[b-bm5cpyifie],
.hcar-carousel::deep .mud-carousel-swipe[b-bm5cpyifie]{
  display:flex;
  height:100%;
  min-height:100%;
  width:100%;
}

.hcar-carousel::deep .mud-carousel-items[b-bm5cpyifie],
.hcar-carousel::deep .mud-carousel-content[b-bm5cpyifie],
.hcar-carousel::deep .mud-carousel-item[b-bm5cpyifie]{
  height:100%;
  min-height:100%;
  width:100%;
}

.hcar-carousel::deep .mud-carousel-item[b-bm5cpyifie]{
  display:flex;
  align-items:stretch;
}

.hcar-carousel::deep .mud-carousel-item > *[b-bm5cpyifie]{
  height:100%;
  width:100%;
}

.page-carrousel[b-bm5cpyifie]{
  width:100%;
  height:100%;
  overflow:hidden;
  border-radius:20px;
}

.carousel-image[b-bm5cpyifie]{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

@media (max-width: 1024px){
  .hcar-wrapper[b-bm5cpyifie]{
    height:auto !important;
    aspect-ratio: 3 / 2;
    min-height:220px;
    width:100%;
  }

  .hcar-carousel[b-bm5cpyifie]{
    height:100%;
    width:100%;
  }

  .hcar-carousel::deep .mud-swipearea[b-bm5cpyifie],
  .hcar-carousel::deep .mud-carousel-swipe[b-bm5cpyifie],
  .hcar-carousel::deep .mud-carousel-items[b-bm5cpyifie],
  .hcar-carousel::deep .mud-carousel-content[b-bm5cpyifie],
  .hcar-carousel::deep .mud-carousel-item[b-bm5cpyifie]{
    height:100%;
    min-height:100%;
    width:100%;
  }
}
/* _content/site_pais_tv/Composants/Specifiques/Index/CarrouselVertical/CarrouselVertical.razor.rz.scp.css */
.paisc-wrapper[b-dwdm3266bt] {
  position: relative;
  perspective: 1000px;
  overflow: hidden;
  border-radius: 20px;
  min-height: 240px;
}
.paisc-wrapper[b-dwdm3266bt]::after {
  content: none !important;
}
.paisc-core[b-dwdm3266bt] {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
}
.paisc-wrapper[b-dwdm3266bt]  .paisc-card {
  position: absolute;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  box-shadow: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.paisc-lightbox[b-dwdm3266bt] {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 999;
}
.paisc-lightbox.active[b-dwdm3266bt] {
  opacity: 1;
  pointer-events: auto;
}
.paisc-lightbox-img[b-dwdm3266bt] {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}
.paisc-close-btn[b-dwdm3266bt] {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
/* _content/site_pais_tv/Composants/Specifiques/Index/HautIndex/HautIndex.razor.rz.scp.css */
.contenu[b-lb6mpfnthq] {
    width: 97%;
    height: auto;
    border-radius: 20px;
    margin-top: 3vh;
    background-color: #DAD6CD;
    margin-left: 20vh;
    margin-right: 20vh;
    padding-bottom: 5vh;
}

.centre-haut[b-lb6mpfnthq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.bloc-gauche[b-lb6mpfnthq] {
    padding-top: 2vh;
    padding-left: 1vh;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;

}

.bloc-droite[b-lb6mpfnthq] {
    padding-top: 2vh;
    padding-right: 1vh;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
}

.logo-et-titre[b-lb6mpfnthq] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 2vh;
}

.logo-ioa[b-lb6mpfnthq] {
    height: 7vh;
    margin-right: 1vw;
}

.carte-riu[b-lb6mpfnthq] {
    height: 74vh;
}

.centre-centre[b-lb6mpfnthq] {
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sous-titre[b-lb6mpfnthq] {
  font-family: var(--font-texte-citation);
  font-size: calc(var(--font-size-texte-manuscrit) * 1.5);
  line-height: var(--line-height-texte-manuscrit);
  letter-spacing: var(--letter-spacing-texte-manuscrit);
  font-weight: calc(var(--epaisseur-texte-manuscrit) * 1.3);
}

.carte[b-lb6mpfnthq] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.affiche-pais[b-lb6mpfnthq] {
    height: 50%;
    border-radius: 10px;
}

.encadre[b-lb6mpfnthq] {
    background-color: #F5F4EF;
    padding-left: 1vh;
    border-radius: 10px;
    height: 22vh;
    width: 83%;
    margin-top: 7vh;
    margin-left: 3vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.bas-gauche[b-lb6mpfnthq] {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.bas-droite[b-lb6mpfnthq] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.texte-encadre[b-lb6mpfnthq] {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding-right: 1vh;
    padding-left: 2vh;
}

.titre-encadre[b-lb6mpfnthq] {
    font-family: var(--font-titre-1);
    font-size: calc(var(--font-size-h1) * 0.3);
    line-height: var(--line-height-titre-1);
    letter-spacing: var(--letter-spacing-titre-1);
    color: var(--color-principale);
    font-weight: var(--epaisseur-titre-1);
}

.citation[b-lb6mpfnthq] {
    margin-top: 14vh;
    width: 87%;
    margin-left: 7vh;
}

iframe[b-lb6mpfnthq] {
  height: 15vw;
  border: 3px solid transparent;
  border-radius: 20px;
  width: 90%;
  margin-right: 3vh;
    margin-bottom: 8vh;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.boutons-serie[b-lb6mpfnthq] {
  margin-right: 3vh;
  margin-top: 2vh;
}

@media (max-width: 1024px) {

    .bloc-gauche[b-lb6mpfnthq] {
        align-items: center;
        justify-content: center;
    }

    .sous-titre[b-lb6mpfnthq] {
    font-size: calc(var(--font-size-texte-manuscrit) );
    }

    .encadre[b-lb6mpfnthq] {
        margin-top: 3vh;
    }

    .citation[b-lb6mpfnthq] {
        margin-top: 7vh;
        margin-left: 3vh;
    }

    .contenu[b-lb6mpfnthq] {
        height: auto;
        padding-bottom: 1vh;
    }

    .carte-riu[b-lb6mpfnthq] {
        height: 40vh;
    }

    iframe[b-lb6mpfnthq] {
        margin-top: 6vh;
        height: 30vh;
        margin-right: 0vh;
        margin-bottom: 3vh;
    }

    .bas-droite[b-lb6mpfnthq] {
        align-items: center;
        justify-content: center;
    }

    .boutons-serie[b-lb6mpfnthq] {
        margin-right: 0vh;
    }
}
/* _content/site_pais_tv/Composants/Specifiques/OperationsPais/HautPagePais/HautPagePais.razor.rz.scp.css */
.details[b-atv6x5ui29] {
  width: 70%;
  margin-left: 30%;
}

.partie-gauche[b-atv6x5ui29] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
/* _content/site_pais_tv/Composants/Specifiques/Quilles/Carte/Carte.razor.rz.scp.css */
.carte[b-n1wim12c6q] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
}

.media[b-n1wim12c6q] {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.media img[b-n1wim12c6q],
.media iframe[b-n1wim12c6q] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0; /* Supprimer le border-radius ici */
}

.contenu-carte[b-n1wim12c6q] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.4vw;
}

.titre[b-n1wim12c6q] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7vw;
  width: 100%;
}

.titre img[b-n1wim12c6q] {
  width: 4vw;
}

.titre-3[b-n1wim12c6q] {
  font-family: var(--font-titre-3);
  font-size: var(--font-size-h3);
  line-height: var(--line-height-titre-3);
  letter-spacing: var(--letter-spacing-titre-3);
  color: var(--color-principale);
  margin: var(--margin-titre-3);
  font-weight: var(--epaisseur-titre-3);
}

.texte-global[b-n1wim12c6q] {
  margin-top: 1rem;
  text-align: center;
  font-family: var(--police-texte);
  font-size: var(--taille-texte);
  word-wrap: break-word;
}

@media (max-width: 1000px) {
  .media[b-n1wim12c6q] {
    aspect-ratio: auto;
    height: 40vw;
  }

  .titre img[b-n1wim12c6q] {
    width: 10vw;
  }

  .titre-3[b-n1wim12c6q] {
    font-size: 5.3vw;
  }

  .texte-global[b-n1wim12c6q] {
    font-size: 4vw;
  }
}
/* _content/site_pais_tv/Layouts/MainLayout.razor.rz.scp.css */
/* _content/site_pais_tv/Pages/Index/Index.razor.rz.scp.css */
/* _content/site_pais_tv/Pages/PageCommune/PageCommune.razor.rz.scp.css */
.page[b-65dzenght6] { display:flex; flex-direction:column; align-items:center; justify-content:start; }
.carte-informateur[b-65dzenght6] { width:65%; }
.partie-informateurs[b-65dzenght6] { display:flex; flex-direction:column; justify-content:center; align-items:center; }
.theme[b-65dzenght6] { border-radius:50px; }
.themes[b-65dzenght6] { display:flex; flex-direction:row; justify-content:center; align-items:center; flex-wrap:wrap; gap:0.6rem; }
.themes p[b-65dzenght6] { margin:0; padding-left:0.8rem; padding-right:0.8rem; padding-top:0.4rem; padding-bottom:0.4rem; font-weight:bold; }
.mode-cinema[b-65dzenght6] { display:flex; flex-direction:column; justify-content:center; align-items:center; padding:1rem; }

#carte[b-65dzenght6] { width:100%; height:110vh; box-shadow:0 0 10px rgba(0,0,0,0.5); }
.image-principale[b-65dzenght6] { width:100%; margin-top:var(--espacement-contenu-global); }
img-cassini[b-65dzenght6] { box-shadow:0 4px 8px rgba(0,0,0,0.2); }
.cassini-informateurs[b-65dzenght6] { height:100%; width:100%; }

@media (max-width:1024px) {
  .image-principale[b-65dzenght6] { max-width:100%; }
  #carte[b-65dzenght6] { width:90%; height:50vh; }
}
/* _content/site_pais_tv/Pages/PageCommunesGlobale/PageCommunesGlobale.razor.rz.scp.css */
#carte[b-novs9tfqyo] {
  width: 100%;
  height: 190vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
/* _content/site_pais_tv/Pages/PageCossiDire/PageCossiDire.razor.rz.scp.css */
/* _content/site_pais_tv/Pages/PageCourtsMetrages/PageCourtsMetrages.razor.rz.scp.css */
/* Common Styles
.page {
  padding: 10vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  font-family: Candara;
  background-color: #0d1117;
}

.grille {
  padding: 0 8vw;
}

h1,
h2,
h3 {
  font-family: Candara;
}

h1 {
  font-size: 3.7vw;
  margin-bottom: 3vw;
  outline: none;
}

h2 {
  width: 100%;
  font-size: 2.5vw;
  text-align: start;
  margin-bottom: 1vw;
}

h3 {
  margin-right: 2vw;
  font-size: 1.5vw;
}

p {
  font-size: 1.2vw;
  margin-bottom: 2vw;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.filtre {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-bottom: 3vw;
  width: 40%;
}

.carte {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.carte:hover {
  transform: scale(1.05);
}

.donnees,
.textesEtImages,
.textes,
.bloc-contenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.donnees {
  justify-content: space-around;
}

.bloc-contenu {
  flex-direction: row;
  justify-content: space-between;
  width: 93%;
  margin-bottom: 13vw;
}

.textes {
  width: 64%;
}

#titreGrille {
  text-align: center;
  margin-bottom: 4vw;
}

.video {
  width: 75%;
  height: 24vw;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.bloc-contenu img {
  width: 32%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#espacement {
  height: 60vw;
}

@media (max-width: 1000px) {
  .page h1 {
    font-size: 8vw;
  }

  .filtre h3 {
    font-size: 4vw;
  }

  .filtre {
    width: 90%;
  }

  .pagination {
    margin-top: 5vw;
    width: 96%;
  }

  .grille {
    padding: 6vw;
  }

  .textes h2 {
    font-size: 5vw;
  }

  .textes p {
    font-size: 3vw;
  }

  .textes {
    width: 57%;
  }

  .bloc-contenu {
    margin-bottom: 26vw;
  }

  .donnees h2 {
    font-size: 6vw;
  }

  .bloc-contenu img {
    width: 40%;
  }

  .textes .video {
    width: 100%;
    height: 27vw;
  }
} */
/* _content/site_pais_tv/Pages/PageInformateur/PageInformateur.razor.rz.scp.css */
#carte[b-sebums8h8f] {
  width: 100%;
  height: 110vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.image-principale[b-sebums8h8f] {
  width: 100%;
  margin-top: var(--espacement-contenu-global);
}
img-cassini[b-sebums8h8f] {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cassini-informateurs[b-sebums8h8f] {
  height: 100%;
  width: 100%;
}

@media (max-width: 1024px) {
  .image-principale[b-sebums8h8f] {
    max-width: 100%;
  }
  #carte[b-sebums8h8f] {
    width: 90%;
    height: 50vh;
  }
}
/* _content/site_pais_tv/Pages/PageOperations/PageOperations.razor.rz.scp.css */
.carte-operation[b-w5j8ttp9ul] {
    margin-top: 4vh;
    margin-bottom: 4vh;
    /* height: 50vh; */
  box-sizing: border-box;
  background-color: white;
  border-radius: 20px;
  padding: 2vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.image-operation[b-w5j8ttp9ul] {
  height: 40vh;
}

.carrousel[b-w5j8ttp9ul] {
  width: 100%;
}

.soutien[b-w5j8ttp9ul] {
  width: 25%;
}

@media (max-width: 1024px) {
  .carte-operation[b-w5j8ttp9ul] {
    margin-top: 2vh;
    margin-bottom: 2vh;
    padding: 1vh;
  }
  
  .image-operation[b-w5j8ttp9ul] {
    height: 30vh;
  }

  .soutien[b-w5j8ttp9ul] {
    width: 80%;
  }

  #partie-carrousel[b-w5j8ttp9ul] {
    margin-left: 6vh;
  }
}
/* _content/site_pais_tv/Pages/PagePichonPais/PagePichonPais.razor.rz.scp.css */
/* _content/site_pais_tv/Pages/PageQuilles/PageQuilles.razor.rz.scp.css */
/* _content/site_pais_tv/Pages/PagesOperationsPais/Pais2/PagePais2.razor.rz.scp.css */
.carte-camin-de-vida[b-gowpp0epys] {
  border: 3px solid green;
}

.soutien[b-gowpp0epys] {
  width: 40%;
  margin-top: 10rem;
}
/* _content/site_pais_tv/Pages/PageSource/PageSource.razor.rz.scp.css */
.page[b-yawgkgdu5z] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.carte-informateur[b-yawgkgdu5z] {
  width: 65%;
}

.partie-informateurs[b-yawgkgdu5z] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.theme[b-yawgkgdu5z] {
  border-radius: 50px;
}

.themes[b-yawgkgdu5z] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.themes p[b-yawgkgdu5z] {
  margin: 0;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-weight: bold;
}

.mode-cinema[b-yawgkgdu5z] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
/* _content/site_pais_tv/Pages/PageTests/PageTests.razor.rz.scp.css */
/* _content/site_pais_tv/Pages/PageTheme/PageTheme.razor.rz.scp.css */
#carte[b-l6zlstaly3] { width:100%; height:110vh; box-shadow:0 0 10px rgba(0,0,0,0.5); }
.image-principale[b-l6zlstaly3] { width:100%; margin-top:var(--espacement-contenu-global); }
img-cassini[b-l6zlstaly3] { box-shadow:0 4px 8px rgba(0,0,0,0.2); }
.cassini-informateurs[b-l6zlstaly3] { height:100%; width:100%; }

@media (max-width:1024px) {
  .image-principale[b-l6zlstaly3] { max-width:100%; }
  #carte[b-l6zlstaly3] { width:90%; height:50vh; }
}
/* _content/site_pais_tv/Pages/PageVideo/PageVideo.razor.rz.scp.css */
.page[b-9ft37vo67z] {
  padding-top: 9vw;
  background-color: #0d1117;
  font-family: Candara;
  padding-left: 4vw;
  padding-right: 4vw;

  padding-bottom: 15vw;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

h1[b-9ft37vo67z] {
  font-size: 2.6vw;
  margin-bottom: 3vw;
  outline: none;
}

.video[b-9ft37vo67z] {
  width: 70%;
  height: 35vw;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@media (max-width: 1000px) {
  h1[b-9ft37vo67z] {
    font-size: 6vw;
    text-align: center;
  }

  .video[b-9ft37vo67z] {
    width: 95%;
    height: 45vw;
  }

  .page[b-9ft37vo67z] {
    padding-bottom: 35vw;
  }
}
/* _content/site_pais_tv/Pages/Panel/Panel.razor.rz.scp.css */
.contenu[b-zkfiwgv48g] {
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 50vh;
}

.mudtab[b-zkfiwgv48g] {
  margin-top: 3vh;
  width: 95%;
}

.datagrid[b-zkfiwgv48g] {
  width: 100%;
  margin-top: 4%;
  border-color: #7f01d3;
  border-radius: 25px;
  border-width: 3px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
