@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

@font-face {
    font-family: 'ClashDispla';
    src: url('https://api.feelfm.fr/fonts/Onest-Variable.ttf');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}

:root {
    --color-a: #1968FB;
    --color-b: #02F0F3;
    --grey-a: #919ba5;
    --grey-b: #D3E0EC;
    --grey-c: #6b737b;
    --text: #000d1a;
    --background: #E7EFFF;
    --defGap: 20px;
    --defRadius: 20px;
}

body {
    background-color: var(--background);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    /* background-image: url('/img/dot_wave.png'); */
    background-position-y: 25%;
    color: var(--text);
    padding: 0;
    margin: 0;
    font-family: "Onest", sans-serif;
}

.container {
    padding-left: 3% !important;
    padding-right: 3% !important;
    padding-top: 40px !important;
    /* overflow-x: hidden; */
}

.posattContainer {
    width: 1120px;
    /* border: 2px dotted var(--grey-c); */
    margin-top: -60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

h1 {
    font-family: 'Onest';
    font-size: 64px;
    line-height: 60px;
    margin: 0;
    text-transform: capitalize;
}

h2 {
    font-family: 'Onest';
    font-size: 40px;
    line-height: 35px;
    margin: 0;
    text-transform: capitalize;
}

h3 {
    font-family: 'Onest';
    font-size: 32px;
    line-height: 27px;
    margin: 0;
    text-transform: capitalize;
}

h4 {
    font-family: 'Onest';
    font-size: 24px;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
}

h5 {
    font-family: 'Onest';
    font-size: 16px;
    line-height: 14px;
    margin: 0;
    text-transform: capitalize;
}

h6 {
    font-family: 'Onest';
    font-size: 12px;
    line-height: 11px;
    margin: 0;
    text-transform: capitalize;
}

a {
    text-decoration: none;
    font-weight: 500;
    color: var(--color-a);
    display: flex;
    align-items: center;
    gap: 5px;
}

p {
    margin: 0;
}

img {
    border-radius: 5px;
}

button {
    border: none;
    background: linear-gradient(to right, var(--color-a), var(--color-b));
    border-radius: 10px;
    font-family: 'Onest';
    font-weight: 500;
    font-size: 24px;
    color: white;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    line-height: 1px;
    padding: 10px;
    height: 40px;
    max-height: 40px;
    transition: all 0.1s ease-in;
    width: fit-content;
}

button:hover {
    transition: all 0.3s ease-out;
    rotate: 1deg;
    scale: 1.1;
    color: var(--color-a);
    background: linear-gradient(to right, white, white);
    cursor: pointer;
}

.ulOnHover {
  background-image: linear-gradient(var(--color-b), var(--color-b));
  background-size: 0% 5px; /* largeur 0% au départ */
  background-repeat: no-repeat;
  background-position: 0 90%; /* sous chaque ligne */
  transition: background-size 0.3s ease-out;
  cursor: pointer;
}

.ulOnHover:hover {
  background-size: 100% 5px; /* s’étend sur toute la largeur de chaque ligne */
}

.ulOnHoverTitle {
  background-image: linear-gradient(to right, var(--color-a), var(--color-b));
  background-size: 0% 10px; /* largeur 0% au départ */
  background-repeat: no-repeat;
  background-position: 0 90%; /* sous chaque ligne */
  transition: background-size 0.3s ease-out;
  cursor: pointer;
}

.ulOnHoverTitle:hover {
  background-size: 100% 10px; /* s’étend sur toute la largeur de chaque ligne */
}



.dfltShadow {
    filter: drop-shadow(0px 5px 10px #00000025);
}

ion-icon {
    margin: 0;
}

.hdActive {
    color: var(--color-a) !important;
}

.playBtn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-a);
    border-radius: 50%;
    transition: all 0.3s;
    scale: 1;
    opacity: 1;
    rotate: 0deg;
    opacity: 1;
}

.playBtn ion-icon {
    font-size: 20px;
    color: white;
    margin-right: -1px;
}

.playBtn:hover {
    transition: all 0.3s;
    opacity: 0.75;
    cursor: pointer;
    rotate: 2deg;
    scale: 1.1;
    box-shadow: 3px 3px 5px #00000025;
}

/* HEADER */

.contHeader {
    height: 60px;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 10px #00000015;
    border-radius: 0 0 20px 20px;
    position: fixed;
    z-index: 9998;
    overflow: hidden;
}

.hlogo {
    height: 60px;
    display: flex;
    align-items: center;
}

.logoSite {
    margin-left: 25px;
}

.spaceMiddleHeader {
    width: 100%;
}

.menuHeader {
    font-size: 24px;
    line-height: 0;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.menuHeader:hover {
    color: var(--color-a);
    cursor: pointer;
    transition: all 0.3s;
}

.actionBtnHeader {
    font-size: 24px;
    line-height: 0;
    color: var(--color-a);
    min-width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--color-a);
    transition: all 0.3s;
}

.actionBtnHeader:hover {
    color: white;
    background-color: var(--color-a);
    border-left: 1px solid white;
    cursor: pointer;
    transition: all 0.3s;
}

.showHeader {
    background-color: var(--color-a);
    color: white;
    min-width: 300px;
    max-width: 300px;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
}

#metaShowHead {
    width: 240px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    overflow: hidden;
    /* border: 1px solid red; */
}

#ttlShowHead {
    /* text-overflow: ellipsis;
    white-space: nowrap; */
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 15px;
    line-height: 15px;
}

#hrShowHead {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: var(--color-b);
}

#burgerHead {
    position: absolute;
    top: 0;
    left: -405px;
    background-color: var(--text);
    color: white;
    height: 100%;
    width: 400px;
    z-index: 9999;
    font-size: 18px;
    text-transform: uppercase;
    transition: left 0.3s ease-in-out;
}

#invertedLogoSite {
    margin-left: -10px;
}

#bHtop {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    height: 90px;
    align-items: center;
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
}

a {
    text-decoration: none;
    color: var(--color-a);
}

#menu1 a {
    color: white;
}

.menuElTop {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
    font-weight: 800 !important;
    transition: all 0.3s;
}

.menuElTop:hover {
    transition: all 0.3s;
    opacity: 0.7;
}

.menuElSub {
    height: 35px;
    background-color: #FFFFFF20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 12%;
    padding-right: 10%;
    font-weight: 400;
    transition: all 0.3s;
}

.menuElSub:hover {
    transition: all 0.3s;
    color: var(--color-a) !important;
    font-weight: 800;
}

#closeMenu1 {
    transition: all 0.3s;
}

#closeMenu1:hover {
    transition: all 0.3s;
    color: var(--color-a);
    cursor: pointer;
}

/* GRILLE DES PROGRAMMES */



/* CTKOI */

#cSelectTime {
    min-height: 37px;
    max-height: 37px;
    background-color: white;
    font-family: "Onest";
    width: 200px;
    text-align: center;
    border: 1px solid var(--color-a);
    border-radius: 5px;
    font-size: 18px;
    color: var(--color-a);
    font-weight: 600;
}

#cTkoiCont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

#cSelectDate {
    min-height: 37px;
    max-height: 37px;
    background-color: white;
    font-family: "Onest";
    text-align: center;
    border: 1px solid var(--color-a);
    border-radius: 5px;
    font-size: 18px;
    color: var(--color-a);
    font-weight: 600;
    margin-bottom: 10px;
}

.cSongEl {
    display: flex;
    padding-bottom: 2.5px;
    padding-top: 2.5px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    line-height: 0.9;
    height: 295px;
    width: 295px;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}

.cSongEl:hover {
    transition: all 0.3s;
    scale: 1.05;
    transform: rotate(2deg);
    z-index: 50;
    cursor: pointer;
}

.cSongImg {
    height: 295px;
    width: 295px;
}

.cSongTime {
    color: var(--color-a);
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    line-height: 1.1;
    display: flex;
    align-items: center;
}

.cSongTitle {
    font-weight: 900;
    font-size: 30px;
    text-transform: capitalize;
    margin: 0;
}

.cSongArtist {
    color: var(--grey-c);
    font-weight: 300;
    margin: 0;
}

.cSongMeta {
    display: flex;
    flex-direction: column;
    gap: 2.5px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 3px;
    bottom: 7.5px;
    left: 7.5px;
    width: 275px;
    max-width: 275px;
    padding: 5px;
    background-color: #FFFFFF95;
    backdrop-filter: blur(10px);
}

#timeIcon {
    color: var(--color-a);
    margin-right: 5px;
}

.btnCCont {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    width: 75%;
}

#cSelector {
    display: flex;
    gap: 10px;
    width: 100%;
    flex-direction: column;
    line-height: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.dateSelectorG {
    display: flex;
    gap: 5px;
}

.dateSelectorG h1 {
    text-decoration: underline dotted #8a8a8a95;
    cursor: pointer;
}

.dateSelectorG ion-icon {
    cursor: pointer;
}

#cPopupDate {
    display: none;
    background-color: #00000075;
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 75;
    align-items: center;
    justify-content: center;
}

.cPopUp {
    background-color: white;
    border-radius: 5px;
    padding: 15px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cPopUp h1 {
    margin-top: 15px;
}

#closePopUpDate {
    position: absolute;
    right: 50px;
    top: 50px;
    color: white;
    font-size: 25px;
    transition: all 0.3s;
}

#closePopUpDate:hover {
    cursor: pointer;
    transform: rotate(360deg);
    transition: all 0.3s;
}

.npCont {
    margin-left: -3.2%;
    margin-right: -3.2%;
    /* margin-top: -65px; */
    position: relative;
    width: 106.5%;
    height: 450px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position-y: 55%;
    mask-image: url('/img/mask\ header.png');
    mask-repeat: no-repeat;
    mask-mode: alpha;
    mask-size: 100% 100%;
}

.npBg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

#npBgWave {
    width: 100%;
    margin-top: -150px;
    mix-blend-mode: soft-light;
    opacity: 0;
}

#npMetas {
    padding-left: 3% !important;
    padding-right: 3% !important;
    padding-top: 65px !important;
    position: absolute;
    z-index: 3;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    height: 350px;
}

.npMetaShow {
    display: flex;
    flex-direction: column;
    line-height: 1 !important;
}

#npNowShowBox {
    background: #00000095;
    backdrop-filter: blur(10px);
    border-radius: var(--defRadius);
    padding: 5px;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: fit-content;
    padding-right: 10px;
}

#npNowShowBox ion-icon {
    color: var(--color-a);
}

#npNowShowLogo {
    height: 250px;
    margin-left: -10px;
    margin-top: -30px;
}

#npNowShowDJ {
    font-weight: 400;
    color: white;
    margin: 0;
    margin-bottom: 10px;
    filter: drop-shadow(0px 0px 10px #001e32b6);
}

#npNowShowNext {
    font-weight: 400;
    color: white;
    margin: 0;
    margin-bottom: 10px;
    filter: drop-shadow(0px 0px 10px #001e32b6);
}

#npNowShowGoListen {
    width: fit-content;
    background: black;
}

#npLeft {
    display: flex;
    flex-direction: column;
}

#npRight {
    position: relative;
    width: 60%;
}

.npVinyl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -25%;
    bottom: -35%;
}

#npVinylImg {
    width: 60%;
    height: 60%;
}

#npVinylCover {
    width: 35%;
    margin-top: -47.5%;
    margin-bottom: 12.6%;
    border-radius: 50%;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;

    transform-origin: 50% 50%;
}

.npMetaSong {
    background-color: #00000095;
    backdrop-filter: blur(10px);
    border-radius: var(--defRadius);
    padding: 15px;
    padding-right: 5%;
    line-height: 0.9;
    color: white;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.npMetaSong h3,
h5 {
    margin: 0;
}

#npNowSongVE {
    color: var(--color-a);
    display: flex;
    align-items: center;
    margin-left: -2px;
    font-size: 12px;
}

#npNowSongTitle {
    font-size: 25px;
    letter-spacing: 0.5px;
    font-variation-settings: "wdth" 90;
}

#npNowSongArtist {
    font-size: 20px;
    font-weight: 300;
    font-variation-settings: "wdth" 75;
}

#npNowShowName {
    color: white;
    font-size: 45px;
    margin: 0;
    margin-bottom: -7.5px;
    filter: drop-shadow(0px 0px 15px #001e3275);
    line-height: 0.9;
    font-weight: 900;
}

#npMetaShow .npSepare {
    height: 50px;
}

#npNowShowTimeBox {
    display: flex;
    gap: 5px;
    color: white;
    margin: 0;
    filter: drop-shadow(0px 0px 10px #001e32b6);
    margin-bottom: -7.5px;
    font-weight: 400;
    font-variation-settings: "wdth" 75;
    align-items: center;
    height: 45px;
    width: 300px;
}

#npMSBott {
    position: absolute;
    width: 450px;
    bottom: 35px;
    display: flex;
    flex-direction: column;
}

#npMSDJs {
    position: absolute;
    height: 500px;
    width: 500px;
    max-width: 500px;
    margin-top: -65px;
    display: flex;
    justify-content: center;
}

.npNowShowDJPhoto {
    height: 100%;
    margin-right: -25%;
}

#npNowShowGoListen {
    background-color: #00000095;
    backdrop-filter: blur(10px);
}

#npNowShowGoListen:hover {
    background-color: white;
    backdrop-filter: blur(10px);
}

#npNowShowGoListen ion-icon {
    color: var(--color-b);
}

#npNowShowDJBox {
    display: flex;
    justify-content: left;
    color: white;
    gap: 5px;
}

.latestCont {
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1%;
    padding-bottom: 1%;
    width: 100%;
}

.latestCont h2 {
    font-size: 30px;
    margin: 0;
}

#latestGetMore ion-icon {
    margin-right: 5px;
}

#latestSgCont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 5%;
    margin-top: -2%;
    margin-bottom: -2%;
}

/* ATTRIBUTS SPECIFIQUES, GARDER ICI */

.cSongEl {
    scale: 0.75;
    margin-right: -6.5%;
}

.cSongEl:hover {
    scale: 0.85;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 3px;
  border-radius: 8px;
  background-size: 50% 100%; /* Ajusté dynamiquement en JS */
  background-color: white; /* gris clair derrière */
  cursor: pointer;
  outline: none;
}

/* Track Chrome/Safari */
input[type="range"]::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 8px;
  background: transparent;
}

/* Thumb Chrome/Safari */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0;  /* Thumb invisible (ou mets 12px pour l’afficher) */
  height: 0;
  background: transparent;
}

/* Track Firefox */
input[type="range"]::-moz-range-track {
  height: 3px;
  border-radius: 8px;
  background: transparent;
}

/* Progress Firefox */
input[type="range"]::-moz-range-progress {
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(to right, var(--color-a), var(--color-b));
}

/* Thumb Firefox */
input[type="range"]::-moz-range-thumb {
  width: 0; /* ou 12px pour l’afficher */
  height: 0;
  border: none;
  background: transparent;
}

/* Track IE/Edge */
input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  border-radius: 8px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* Progress IE/Edge */
input[type="range"]::-ms-fill-lower {
  background: linear-gradient(to right, #1e90ff, #00e5ff);
  border-radius: 8px;
}

input[type="range"]::-ms-fill-upper {
  background: white;
  border-radius: 8px;
}



.infoboxBigB {
    background-color: #00000050;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1px;
    width: fit-content;
    height: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 500;
}

.infoboxBigB ion-icon {
    color: var(--color-b);
}

.infoboxBigWS {
    /* background-color: #00000050; */
    border-radius: 10px;
    /* backdrop-filter: blur(10px); */
    color: white;
    border: 2px solid white;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1px;
    width: fit-content;
    height: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 500;
}

.postCard {
    width: 360px;
    height: 480px;
    max-width: 360px;
    max-height: 480px;
    background-color: #FFFFFF50;
    border-radius: var(--defRadius);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.postMeta {
    width: 328px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.postBtnBox {
    width: 328px;
    margin-bottom: 16px;
    display: flex;
    justify-content: end;
}

.postImg {
    width: 328px;
    height: 190px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.infoboxSmlBS {
    border: 2px solid var(--color-a);
    color: var(--color-a);
    font-size: 12px;
    border-radius: 8px;
    font-weight: 600;
    width: fit-content;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    gap: 5px;
}

.infoboxSmlBlackS {
    border: 2px solid var(--text);
    color: var(--text);
    font-size: 12px;
    border-radius: 8px;
    font-weight: 600;
    width: fit-content;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    gap: 5px;
}

.ttlUncap {
    text-transform: none !important;
}

.postBtn {
    border-radius: 8px !important;
    height: 35px !important;
    font-size: 20px !important;
}

.tileSquare {
    width: 170px;
    max-width: 170px;
    height: 170px;
    max-height: 170px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.infoboxSmlW {
    background-color: #FFFFFF50;
    backdrop-filter: blur(10px);
    font-size: 12px;
    border-radius: 8px;
    font-weight: 600;
    width: fit-content;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    gap: 5px;
}

.recentSongTime {
    position: absolute;
    top:10px;
    right: 10px;
    z-index: 2;
}

.boxShadow {
    box-shadow: 0px 5px 10px #00000025;
}

.ttlLight {
    font-weight: 300 !important;
}

.recentSongMeta {
    background-color: #00000075;
    color: white;
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex-direction: column;
    margin-top: 0;
    position: absolute;
    top: 0;
    scale: 1.25;
    opacity: 0;
    transition: all 0.1s ease-in;
    text-align: center;
    backdrop-filter: blur(0px);
}

.recentSongMeta:hover {
    transition: all 0.3s ease-out;
    scale: 1;
    opacity: 1;
    cursor: pointer;
    backdrop-filter: blur(5px);
}

.pageTitleBox {
    width: 100%;
    height: 350px;
    max-height: 350px;
    background: url('/wp-content/themes/posatt26/assets/images/BG_BLUE_WAVE\ WEBSITE.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 15px;
    border-radius: 0px 0px 20px 20px;
    text-align: center;
}

.pageTitle {
    color: white;
    text-transform: uppercase;
}

.pageSpan {
    width: 290px;
    height: 3px;
    border-radius: 25px;
    background: linear-gradient(to right, #1e90ff, #00e5ff);
}

.pageTitleZone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    height: 275px;
}

.headerBox {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 75px;
    max-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    background-color: #FFFFFF50;
    border-radius: 0px 0px 20px 20px;
    z-index: 999;
}

.headerBox-container {
    width: 1120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerBox-rightCont {
    display: flex;
    align-items: center;
    gap: 15px;
}

.headerBox-menu {
    font-weight: 500;
}

/* INSERER MENU ELEMENTS ICI */

.dfltBox {
    background-color: #FFFFFF50;
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 20px;
}

.tileHorizontal {
    width: 360px;
    max-width: 360px;
    height: 200px;
    max-height: 200px;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.tileHorizontal-infobox {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.tileHorizontal-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    z-index: 2;
}

.tileHorizontal-darken {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #00000075);
}

ul.post-categories {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

ul.post-categories li {
  list-style: none !important;
}

button a {
    color: white;
}

button:hover a {
    color: var(--color-a);
}

a h3.postTitle {
    color: var(--text);
    font-weight: 900;
    width: fit-content;
}

ul#menu-menu-den-tete {
    list-style-type: none;
    display: flex;
    gap: 15px;
    font-weight: 900;
}

ul#menu-menu-den-tete li a {
    color: var(--text);
    
}

.menu-menu-den-tete-container .menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%; /* juste en dessous du parent */
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff; /* fond blanc par défaut */
  min-width: 180px; /* largeur mini pour aligner proprement */
  max-width: 250px;
  box-shadow: 0px 5px 10px #00000025;
  border-radius: 10px;
  z-index: 999;
}

.menu-menu-den-tete-container .menu .menu-item-has-children {
  position: relative;
}

.menu-menu-den-tete-container .menu .current_page_item a {
  color: var(--color-a) !important;
}

.menu-menu-den-tete-container .menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.menu-menu-den-tete-container .menu .sub-menu li a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
}

.menu-menu-den-tete-container .menu .sub-menu li a:hover {
  background: var(--color-a);
  color: white !important;
  border-radius: 10px;
}

.menu-menu-den-tete-container .menu .menu-item-has-children > a::after {
  content: "+";   /* point médian avec espace avant */
  font-weight: 300;
}

ul#menu-menu-de-pied {
    list-style-type: none;
    display: flex;
    gap: 15px;
    font-weight: 900;
    font-size: 16px;
}

ul#menu-menu-de-pied li a {
    color: #FFFFFF90;
    text-decoration: underline;
}

.footerBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    gap: 1.5px;
    margin-top: 20px;
}

.footerBox .part-2 {
    background: linear-gradient(to right, var(--color-a), var(--color-b));
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 35px;
    height: fit-content;
}

.footerBox .part-1 {
    background: linear-gradient(to right, var(--color-a), var(--color-b));
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

