.fond {
    background-image: url(../image/themes/theme_site/alu_noir.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 3px solid orangered;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fond2 {
    background-image: url(../image/themes/theme_site/alu_noir.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 3px solid orangered;
    height: 110px;
    color: orangered;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50vh !important;
}

.bouton-nav:hover {
    text-shadow: 0 0 3px orangered, 0 0 5px orangered, 0 0 5px orangered;
}

body {
    margin: 0;
    padding 0;
    overflow-x: hidden;
    font-family: libertySans !important;
}


.infoCompte{
display:flex;
justify-content:space-between;
font-size:40px;
margin:20px;
font-family:ma police;
align-items:center;
}

.bouton-rond{
color: blue;
}

.carte-body{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fondBody {
    background-image: url(../image/themes/theme_site/official.jpg);
    background-repeat: no-repeat;
    background-size: 100vh;
    background-attachment: fixed;
    background-position: center;
    
}

@font-face {
    font-family: ma_police;
    src: url(../police/OldLondon.ttf);
}

.family {
    font-family: ma_police;
   
}
@font-face {
    font-family: libertySans;
    src: url(../police/LibertySans.ttf);
}

.libertySans {
    font-family: libertySans;
}
.CouleurOrange {
    color: orangered;
    text-shadow: 1px 1px 1px rgb(90, 89, 89);

}

.card {
    box-shadow: 0 0 3px orangered;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-list {
    display: flex;
    padding: 0;
    transition: transform 0.5s ease;
}

.carousel-item {
    flex: 0 0 auto;
    width: 300px;
    height: 295px;
    margin-right: 20px;
    background-color: #ccc;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-nav button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color:black;
}

.carousel-nav .prev {
    left: 10px;
}

.carousel-nav .next {
    right: 10px;
}


.img {
    border: 3px solid hsl(0, 0%, 58%);
    border-radius: 15%;
}

.photo1 {
    background-image: url(../image/themes/theme_site/syndicatlogo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 90%;
    width: 90%;
    border: 2px solid #3d3a4e;
}

.titre2 {
    text-decoration: underline;
    color: rgb(236, 234, 234);
    text-align: center;
}


.button {
    margin-left: 0px;
    position: relative;
    overflow: hidden;
    height: 3rem;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background: #3d3a4e;
    background-size: 400%;
    color: #fff;
}

.button:hover::before {
    transform: scaleX(1);
}

.button-content {
    position: relative;
    z-index: 1;
}

.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient(82.3deg,
            rgb(9, 9, 9) 10.8%,
            rgb(249, 131, 4) 94.3%);
    transition: all 0.475s;
}

.texte {
    margin: 40px;
    font-weight: bold;
    font-size: 20px;
    border: 2px solid rgb(144, 143, 143);
    border-color: orangered;
    padding-top: 20px;
    width: 200px;
    height: 500px;
    background-color:#ffffff;


}

.button1 {
    position: relative;
    padding: 1em 1.8em;
    outline: none;
    border: 1px solid #303030;
    background: #212121;
    color: #f96b06;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    overflow: hidden;
    transition: 0.2s;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
}

.button1:hover {
    box-shadow: 0 0 10px #edf108, 0 0 25px #eaa504, 0 0 50px #fb5603;
    transition-delay: 0.6s;
}

.button1 span {
    position: absolute;
}

.button1 span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fa7407);
}

.button1:hover span:nth-child(1) {
    left: 100%;
    transition: 0.7s;
}

.button1 span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f56a00);
}

.button1:hover span:nth-child(3) {
    right: 100%;
    transition: 0.7s;
    transition-delay: 0.35s;
}

.button1 span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #ff6505);
}

.button1:hover span:nth-child(2) {
    top: 100%;
    transition: 0.7s;
    transition-delay: 0.17s;
}

.button1 span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #001eff);
}

.button1:hover span:nth-child(4) {
    bottom: 100%;
    transition: 0.7s;
    transition-delay: 0.52s;
}

.button1:active {
    background: #e5fa04;
    background: linear-gradient(to top right, #be5a03, #fa4503);
    color: #bfbfbf;
    box-shadow: 0 0 8px #ecda0d, 0 0 8px #f59105, 0 0 8px #ff6200;
    transition: 0.1s;
}

.button1:active span:nth-child(1) span:nth-child(2) span:nth-child(2) span:nth-child(2) {
    transition: none;
    transition-delay: none;
}

.style {
    height: 50vh;
}

.squeeze:hover {
    animation: squeeze3124 0.9s both;
}

@keyframes squeeze3124 {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

#monbody {
    text-align: center;



}


.tableau {
    box-shadow: 5px 5px 5px rgb(249, 85, 3);

}

.liste {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:auto;
    margin-top:200px;
} 



.main {
    background-size: cover;

}

:root {
    --font: Verdana;
    --select_font_size: 20px;

    --select_width: 348px;
    --select_height: 30px;
    --section_listes: 698px;

    --select_bg_color: #bbbbbb;
    --select_color: #f36d07;
    --select_boder: rgb(255, 114, 6);

    --table_border: rgb(243, 80, 5);

    --thead_bg_color: rgb(228, 155, 19);
    --thead_border_color: rgb(251, 88, 6);
    --thead_color: whitesmoke;

    --td_border_color: rgb(251, 108, 6);
    --td_bg_color: whitesmoke;

    --unavailable_bg_color: rgb(247, 80, 2);

    --desactive_color: lavender;

    --desactive_WE_color: darkgrey;

    --desactive_F_color: rgb(250, 97, 2);

    --desactive_ant_color: lightgray;

    --active_bg_color: whitesmoke;
    --activeF_bg_color: whitesmoke;
    --activeF_color: rgb(249, 68, 2);
    --activeW_bg_color: whitesmoke;
    --activeW_color: skyblue;

    --submit_border: rgb(254, 97, 11);
    --submit_bg_color: lightgray;
    ;
    --submit_color: #ffffff;

    

    --vide_color: darkgrey;

    --activeE_bg_color: rgb(248, 95, 7);
    --activeE_color: cadetblue;

    --dateEvt_color: cadetblue;

    --daterdv_color: cadetblue;
}

.agenda {
    justify-content: center;
}



.listes {
    display: flex;
    justify-content: space-between;
    width: var(--section_listes);
    margin: auto;

}

.liste {
    width: var(--select_width);
    height: var(--select_height);
    margin-bottom: 3px;
    margin-top: 30px;
    background-color: var(--select_bg_color);
    color: var(--select_color);
    border: 1px solid var(--select_boder);
    font-size: var(--select_font_size);
    background-color: white;
}


.tableau {
    margin-top: 0px;
    border: 1px solid var(--table_border);
    border-collapse: collapse;
    width: 600px;
    height: 400px;
    text-align: left;
    cursor: default;
    border: 3px solid orangered;

}

.tableau th {
    font-family: var(--font);
    border: thin solid var(--thead_border_color);
    padding: 2px;
    background-color: var(--thead_bg_color);
    color: var(--thead_color);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.tableau td {
    font-family: var(--font);
    border: 1px solid var(--td_border_color);
    padding: 10px;
    font-weight: bold;
    background-color: var(--td_bg_color);

}

.unavailable {
    background-color: var(--unavailable_bg_color) !important;
}

.desactive {
    background-color: var(--desactive_color) !important;
}

.desactive_WE {
    color: var(--desactive_WE_color) !important;
}

.desactive_F {
    color: var(--desactive_F_color) !important;
    ;
}

.desactive_ant {
    color: var(--desactive_ant_color);
    padding-left: 15px !important;
}

.descative_vide {
    color: var(--vide_color);
}

.bt_Active {
    border: none;
    background-color: var(--active_bg_color);
    font-family: var(--font);
    font-weight: bold;
    font-size: 15px;
}

.bt_Active:hover {
    cursor: pointer;
}

.bt_Active_F {
    border: none;
    background-color: var(--activeF_bg_color);
    color: var(--activeF_color);
    font-family: var(--font);
    font-weight: bold;
    font-size: 15px;
}

.bt_Active_F:hover {
    cursor: pointer;
}


.bt_Active_W {
    border: none;
    background-color: var(--activeW_bg_color);
    color: var(--activeW_color);
    font-family: var(--font);
    font-weight: bold;
    font-size: 15px;
}

.bt_Active_W:hover {
    cursor: pointer;
}

.bt_Active_E {
    border: none;
    background-color: var(--activeE_bg_color);
    font-family: var(--font);
    color: var(--activeE_color);
    font-weight: bold;
    font-size: 15px;
}

.bt_Active_E:hover {
    cursor: pointer;
}

.thedates {
    display: flex;
    width: 698px;
    margin: auto;
    justify-content: center;
}

.info {
    width: 698px;
    margin: auto;
    text-align: center;
    color: var(--info_color);
    font-family: var(--font);
}

#bt_info {
    display: none;
}

.thedates input {
    margin: 10px;
}

.bt_submit {
    border: 1px solid var(--submit_border);
    font-size: 20px;
    background-color: var(--submit_bg_color);
    color: var(--submit_color)
}

.bt_submit:hover {
    cursor: pointer;
}

.date_evt {
    color: var(--dateEvt_color);
}

.evenement {
    width: 698px;
    margin: auto;
    font-family: var(--font);
}

.date_rdv {
    color: var(--daterdv_color);
}

.rdv {

    width: 698px;
    margin: auto;
    font-family: var(--font);
    display: flex;
    justify-content: center;
}

#rdv {
    display: flex;
}

#btvalRdv {
    display: none;
}


.button {
    box-shadow: 0 0 5px orangered,
        0 0 25px orangered;
}

.button:hover {
    box-shadow: 0 0 5px orangered,
        0 5 50px orangered, 0 0 75px orangered,
        0 5 200px orangered, 0 0 300px orangered;
}

.table {
    margin-left: 200px;
    border-collapse: collapse;
    width: 80%;
    margin-bottom: 20px;
    background-color: #080808;
    text-decoration: rgba(253, 4, 4, 1);
    
}


th,
td {
    background-color: white;
    border: 1px solid rgb(250, 114, 2);
    padding: 10px;

}

.wrapper .buttona {
    display: inline-block;
    height: 90px;
    width: 90px;
    margin: 0 5px;
    overflow: hidden;
    background: #cccccc;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-out;

}

.icon {
    background-color: #f015f0;
}

.logo4 {
    display: flexbox;
    height: 90px;
    width: 90px;
}

.flip-horizontal-fwd {
    -webkit-animation: flip-horizontal-fwd 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: flip-horizontal-fwd 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes flip-horizontal-fwd {
    0% {
        -webkit-transform: translateZ(0) rotateX(0);
        transform: translateZ(0) rotateX(0);
    }

    100% {
        -webkit-transform: translateZ(160px) rotateX(-180deg);
        transform: translateZ(160px) rotateX(-180deg);
    }
}

@keyframes flip-horizontal-fwd {
    0% {
        -webkit-transform: translateZ(0) rotateX(0);
        transform: translateZ(0) rotateX(0);
    }

    100% {
        -webkit-transform: translateZ(160px) rotateX(-180deg);
        transform: translateZ(160px) rotateX(-180deg);
    }
}

.fondphoto {
    margin: auto;
    align-content: center;
    justify-content: center;
    border: 2px solid gray;
    width: 90%;
    background: #bbbbbb;
}

.maison {
    width: 250px;
}

.face {
    width: 40px;
    height: 40px;

}

.img {
    height: 400px;
    width: 50%;
}

.calendrier{
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}
.titre{
    color:orangered;
    margin:10px;
    font-size:80px;
}

#div img {
    justify-content: space-between;
    filter: saturate(0%);
    width: 40%;
    border: 2px solid whitesmoke;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    transition :all ease 0.5s;
    cursor: pointer;
    margin:15px;
}
#div img:hover {
    filter: saturate(100%);
    width: 30%;
    height:250px;
}
.text-hover:hover {
    text-shadow: 0 0 5px sandybrown, 0 0 10px sandybrown, 0 0 15px sandybrown;
}
.promo{
    margin-top: 50px;
    border: 3px solid orangered;
    height: 300px;
    background-color: whitesmoke;
    display: flex;
    justify-content: center;
}



.btnOn:hover{
    text-shadow: 0 0 5px red, 0 0 10px red, 0 0 15px red;
}

.btnOff:hover{
    text-shadow: 0 0 5px rgb(21, 255, 0), 0 0 10px rgb(21, 255, 0), 0 0 15px rgb(21, 255, 0);
}

@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

.flash-message-container {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
    pointer-events: none;
}

.notification,
.flash-message {
    color: orangered;
    font-family: 'Autography', OpenType, PostScript Contours;
    font-size: 40px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    opacity: 1;

    animation:
        typing 2.5s steps(20, end) forwards,
        blink 0.8s step-end infinite,
        fadeOut 0.5s ease-out 9.5s forwards;
        
}
.flash-message.success,
.flash-message.warning,
.flash-message.info {
    color: orangered;
 }

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes slideFadeOverlay {
    0% {
        left: -50%;
        opacity: 1; 
    }
    50% {
        left: 25%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

/* ===== Overlay tattoo ===== */
#tattoo-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: rgba(0, 0, 0, 0.95);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* état visible */
#tattoo-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* image centrale */
#tattoo-overlay::before {
    content: "";
    width: 50%;
    height: 80%;

    background-image: url("../image/overlay/official.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    animation: slideFadeOverlay 2.5s ease forwards;
}

/* ===============================
   OVERLAY — FULLSCREEN IMAGE + ENTER BTN
================================ */

#tattoo-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 0.35s ease, visibility 0.35s ease;
}

/* visible */
#tattoo-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* conteneur plein écran */
#tattoo-overlay .tattoo-overlay__inner {
  position: absolute;
  inset: 0;

  display: flex;
  justify-content: center;
  align-items: flex-end;

  /* on remonte le bouton */
  padding-bottom: 16vh;

  /* image plein écran mais lisible */
  background-image: url("../image/overlay/official.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  /* légère assombrie pour le bouton */
  background-color: rgba(0, 0, 0, 0.15);
  background-blend-mode: multiply;
}


/* bouton ENTRER */
#tattoo-overlay .overlay-enter-btn {
  appearance: none;
  background: transparent;
  border: 2px solid orangered;

  padding: 10px 32px;
  border-radius: 999px;

  color: #fff;
  font-size: 18px;
  font-weight: 400;

  /* style écriture / encre */
  font-family: "Oswald", "Montserrat", "Arial Black", sans-serif;
letter-spacing: 0.35em;
text-transform: uppercase;
font-weight: 600;
}
/* ===== Hover effet tattoo ===== */
#tattoo-overlay .overlay-enter-btn {
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

#tattoo-overlay .overlay-enter-btn:hover {
  transform: scale(1.12);

  background-color: orangered;
  color: #000;

  box-shadow:
    0 0 0 1px rgba(255,69,0,0.6),
    0 0 42px rgba(255,69,0,0.55);
}

#tattoo-overlay .overlay-enter-btn:active {
  transform: scale(1.05);
}

:root{
  --accent: orangered;
  --dark: #0b0b0c;
}

.hero-pro{
  position: relative;
  min-height: calc(100vh - 110px); /* ajuste si ton header est plus haut/bas */
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  margin: 18px auto 40px;
}

.hero-pro__bg{
  position: absolute;
  inset: 0;
  background-image: url("../image/overlay/official.jpg"); /* ou une autre image */
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.hero-pro__overlay{
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0,0,0,0.45), rgba(0,0,0,0.80));
}

.hero-pro__content{
  position: relative;
  z-index: 1;
  text-align: center;
  padding: clamp(20px, 5vw, 60px);
  max-width: 920px;
}

.hero-pro__title{
  margin: 0 0 14px;
  font-size: clamp(34px, 6vw, 72px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-pro__subtitle{
  margin: 0 auto 26px;
  max-width: 680px;
  font-size: clamp(16px, 2.2vw, 22px);
  opacity: 0.92;
  line-height: 1.5;
}

.hero-pro__actions{
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 13px;

  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.btn-cta--primary{
  background: var(--accent);
  color: #000;
  box-shadow: 0 0 34px rgba(255, 69, 0, 0.25);
}

.btn-cta--ghost{
  background: rgba(0,0,0,0.45);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.75);
}

.btn-cta:hover{
  transform: scale(1.06);
}

.btn-cta--primary:hover{
  box-shadow: 0 0 48px rgba(255, 69, 0, 0.38);
}

.btn-cta--ghost:hover{
  background: #fff;
  color: #000;
  border-color: #fff;
}


@media (max-width: 768px) {
    .fondBody {
        background: radial-gradient(circle at top, #2b2319, #050509 50%);
    }
}





