/*
 Theme Name:   BalanceTaNude [FR]
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Eroan Boyer
 Author URI:   https://www.eboyer.com
 Template:     generatepress
 Version:      0.1
*/
/* header */

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('./fonts/raleway-v18-latin-regular.woff2') format('woff2'),
       url('./fonts/raleway-v18-latin-regular.woff') format('woff');
}

[data-goto]:hover,
.on_image_cta:hover {
  cursor: pointer;
}

.inside-header {
  flex-direction: row !important;
  align-items: center;
}

.site-header .button.inscription {
  display: none !important;
  margin-right: .7em;
}

.site-header .header-image {
  max-width: 240px;
}

@media screen and (min-width: 769px) {
  .site-header .button.inscription {
    display: inline-block !important;
  }

  .site-header .header-image {
    max-width: 330px;
  }
}

.inside-header .site-logo, .inside-header .account {
  margin-left: auto;
}

.site-header .account {
  margin-top: 5px !important;
}

.account .button {
  font-size: .9em;
}

/* Menu principal */
#site-navigation {
  border-bottom: 1px solid #252525;
}

/* footer */
.site-footer {
  color: #888;
  border-top: 1px solid #252525;
}

.site-footer h3 {
  border-bottom: 1px solid #252525;
  padding-bottom: .5em;
  text-transform: uppercase;
  font-size: .9em;
  color: var(--accent);
}

.site-footer ul {
  margin-left: 1em;
}

.site-footer a:not([aria-label]) {
  color: var(--accent);
  opacity: .7;
}

.site-footer a:hover {
  opacity: 1;
}

.gb-container-71829668 p {
  font-size: .87em;
}

.ticss-9dc42982 {
  border-top: 1px solid #252525;
  margin-top: 1em;
  padding-top: 1em;
}

/* fil d'ariane */
.breadcrumb {
  padding: 0 40px;
  font-size: .9em;
}

.breadcrumb a {
  color: #2020ec;
}

/* Header articles */
.entry-meta>span+span {
  margin-left: 1em;
}

/* Boutons */
.button,
.btn,
.wp-block-button__link,
.mks_button,
.tags-links a,
.nav-links a,
.wp-block-tag-cloud a,
#ez-login-form-submit,
.ap-pro-submit-btn,
.ub-content-filter-tag,
.nudeuse-cta a {
  display: inline-block !important;
  padding: .7rem 1.27rem !important;
  border-radius: 10rem !important;
  transition: all .3s;
  position: relative;
  overflow: hidden !important;
  z-index: 1;
  color: var(--accent) !important;
  background-color: transparent !important;
  border: 1px solid var(--accent) !important;
  opacity: 1 !important;
  font-weight: normal;
}

.nudeuse-cta a {
  font-size: inherit !important;
}

.invert .wp-block-button__link,
.nudeuse-cta a {
  color: #000000 !important;
  border: 1px solid #000000 !important;
}

.validate .button {
  color: #FF7D00 !important;
  border: 1px solid #FF7D00 !important;
}

.wp-block-tag-cloud a {
  font-size: inherit !important;
}

.button svg,
.mks_button svg {
  vertical-align: sub;
  fill: var(--accent);
  transition: all .3s;
}

.button:hover,
.btn:hover,
.wp-block-button__link:hover,
.mks_button:hover,
.tags-links a:hover,
.nav-links a:hover,
.wp-block-tag-cloud a:hover,
#ez-login-form-submit:hover,
.ap-pro-submit-btn:hover,
.ub-content-filter-tag:hover,
.ub-content-filter-tag[data-tagisselected="true"],
.nudeuse-cta a:hover {
  color: #000000 !important;
}

.invert .wp-block-button__link:hover,
.nudeuse-cta a:hover {
  color: var(--accent) !important;
}

.button:after,
.btn:after,
.wp-block-button__link:after,
.mks_button:after,
.tags-links a:after,
.nav-links a:after,
.wp-block-tag-cloud a:after,
#ez-login-form-submit:after,
.ap-pro-submit-btn:after,
.ub-content-filter-tag:after,
.nudeuse-cta a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  z-index: -2;
}

.button:before,
.btn:before,
.wp-block-button__link:before,
.mks_button:before,
.tags-links a:before,
.nav-links a:before,
.wp-block-tag-cloud a:before,
#ez-login-form-submit:before,
.ap-pro-submit-btn:before,
.ub-content-filter-tag:before,
.nudeuse-cta a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--accent);
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}

.invert .wp-block-button__link:before,
.nudeuse-cta a:before {
  background-color: #000000;
}

.validate .button:before {
  background-color: #FF7D00;
}

.button:hover:before,
.btn:hover:before,
.wp-block-button__link:hover:before,
.mks_button:hover:before,
.tags-links a:hover:before,
.nav-links a:hover:before,
.wp-block-tag-cloud a:hover:before,
#ez-login-form-submit:hover:before,
.ap-pro-submit-btn:hover:before,
.ub-content-filter-tag:hover:before,
.ub-content-filter-tag[data-tagisselected="true"]:before,
.nudeuse-cta a:hover:before {
  width: 100%;
}

.button:hover svg,
.mks_button:hover svg {
  fill: #000000;
}

.ap-pro-submit-btn {
  box-shadow: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  height: auto !important;
}

.ap-pro-submit-btn:hover {
  background-color: var(--accent) !important;
}

.flags-selector {
  position: relative;
  width: 60px;
  height: 30px;
  overflow: hidden;
}

.flags-selector:hover {
  overflow: visible !important;
}

.flags {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  flex-direction: column;
  align-content: center;
  padding: 0 .5em .1em;
  background-color: #000000;
  border-radius: .7em;
}

.flags a,
.flags span {
  display: flex;
  height: 30px;
  align-content: center;
  align-items: center;
  order: 1;
  color: #fff;
}

.flags svg {
  margin-right: .7em;
}

/* Contenus */
#archives-content p a,
.entry-content p:not(.ub-feature-title) a:not([class]),
#archives-content p a span,
.entry-content p a span {
  color: var(--accent) !important;
}

.beautify-columns .wp-block-columns {
  align-items: center;
}

.beautify-columns .wp-block-column {
  padding: 40px 0;
}

.no-bottom-margin {
  margin-bottom: 0;
}

p span[style="color: #000000;"] {
  color: inherit !important;
}

.liketoo {
  margin-top: 3em;
}

@media screen and (max-width: 600px) {
  .nudeuse-mois .wp-block-column:first-child {
    padding-bottom: 0;
  }
}

.nudeuse-mois .wp-block-columns {
  margin-bottom: 0 !important;
}

.nudeuse-mois img {
  margin-bottom: 0;
  transition: transform .2s;
  height: 513px;
  width: auto;
}

.nudeuse-mois img:hover {
  transform: scale(1.1);
}

body a.tag-cloud-link span.tag-link-count {
  color: #757575 !important;
}

/* pagination */
.paging-navigation {
  text-align: center;
}

.nav-links a {
  display: inline;
}

.page-numbers.dots,
.page-numbers.current {
  display: inline-block;
  padding: .7rem;
  vertical-align: top;
}

/* filtres des catégories */
ul.filter-custom {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  list-style-type: none;
  margin: 0 40px 40px;
}

@media screen and (min-width: 769px) {
  ul.filter-custom {
    flex-direction: row;
  }
}

/* Présentation archives */
body.archive article>.inside-article,
.wp-block-latest-posts li {
  background-color: #171717;
  background-image: linear-gradient(165deg, rgba(0,0,0, .5) 0%, rgba(23,23,23, .5) 100%);
  border: 1px solid #252525;
}

body.archive article>.inside-article {
  margin: 0 40px;
  padding-bottom: 0;
}

body.archive .entry-summary {
  display: none;
}

@media screen and (min-width: 769px) {
  body.archive .entry-summary {
    display: block;
  }
  body.archive .entry-summary p:after {
    content: '...';
  }
}

.wp-block-latest-posts + .wp-block-buttons {
  margin: 20px !important;
}

.wp-block-latest-posts li {
  padding: 1em;
}

body.archive article>.inside-article:hover,
.wp-block-latest-posts li:hover {
  border-color: #c200ff;
}

.wp-block-latest-posts__featured-image {
  cursor: pointer;
}

.wp-block-latest-posts__featured-image:not(.alignleft) img {
  width: 340px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-latest-posts__featured-image.alignleft img {
  width: 340px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

#archives-content {
  padding: 0 40px;
}

/* Pagination */
.masonry-load-more {
  text-align: center;
  margin: 40px 0;
}

/* -------------------------
   FIX TAGS : Desktop & Mobile
------------------------- */
.tags-links,
.wp-block-tag-cloud,
.tagcloud {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  gap: 0.47rem !important;
  padding: 0.47rem 0.7rem !important;
  margin: 0.7rem 0 !important;
  white-space: nowrap !important;
  font-size: 0 !important;
  box-sizing: border-box !important;
}

.tags-links a,
.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  max-width: none !important;
  white-space: nowrap !important;
  font-size: 1rem !important;
  padding: 0.27rem 0.7rem !important;
  border-radius: 10rem !important;
  border: 1px solid rgba(0,0,0,0.12) !important;
  background: transparent !important;
  color: #000 !important;
  line-height: 1 !important;
  overflow: visible !important;
  text-overflow: clip !important;
  position: relative !important;
  transform: none !important;
  z-index: 3 !important;
}

.tags-links a * ,
.wp-block-tag-cloud a * ,
.tagcloud a * {
  font-size: inherit !important;
  position: static !important;
  display: inline-block !important;
}

.tagcloud a:after,
.tags-links a:after,
.wp-block-tag-cloud a:after,
.tags-links svg,
.wp-block-tag-cloud svg,
.tagcloud svg {
  display: none !important;
  content: none !important;
}

.tags-links::-webkit-scrollbar,
.wp-block-tag-cloud::-webkit-scrollbar,
.tagcloud::-webkit-scrollbar { height: 9px; }
.tags-links::-webkit-scrollbar-thumb,
.wp-block-tag-cloud::-webkit-scrollbar-thumb,
.tagcloud::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.12);
  border-radius: 5px;
}

.tags-links a:hover,
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  color:#000 !important;
  transform:none !important;
  transition:none !important;
}

/* commentaires */
#comments {
  margin-top: 0 !important;
}

.comments-area {
  padding-top: 0 !important;
}

/* Mise en forme GenerateBlocks */
.wp-block-latest-posts.is-grid.columns-4 {
  text-align: center;
}

.black-mask-33,
.black-mask-50,
.black-mask-66,
.black-mask-75 {
  position: relative;
}

.black-mask-33::after,
.black-mask-50::after,
.black-mask-66::after,
.black-mask-75::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.black-mask-33::after {
  background: radial-gradient(circle, rgba(0,0,0, 0) 0%, rgba(0,0,0, 1) 33%);
}

.black-mask-50::after {
  background: radial-gradient(circle, rgba(0,0,0, 0) 0%, rgba(0,0,0, 1) 50%);
}

.black-mask-66::after {
  background: radial-gradient(circle, rgba(0,0,0, 0) 0%, rgba(0,0,0, 1) 66%);
}

.black-mask-75::after {
  background: radial-gradient(circle, rgba(0,0,0, 0) 0%, rgba(0,0,0, 1) 75%);
}

/* listes */
ul.list-checks,
ul.list-stars,
ul.list-thumbs {
  list-style-type: none;
  margin-left: 0;
}

ul.list-checks li::before,
ul.list-stars li::before,
ul.list-thumbs  li::before {
  font-family: "Font Awesome 5 Free";
  padding: 0 10px 0 0;
}

ul.list-stars li::before {
  content: "\f005";
}

ul.list-checks li::before {
  content: "\f058";
  color: #FF7D00;
}

ul.list-thumbs li::before {
  content: "\f164";
  color: var(--accent);
  font-weight: 900;
}

/* formulaires */
#ez-login-form input,
#ez-login-form span.middle {
  font-size: 1rem !important;
}

#ez-login-form input[type=text],
#ez-login-form input[type=password] {
  border-color: var(--accent) !important;
  width: 150px !important;
  max-width: 150px !important;
}

#ez-login-form input[type=text],
#ez-login-form input[type=password],
#ez-login-form button {
  padding: 1em !important;
}

#ez-login-form button {
  width: auto !important;
}

#ez-login-form dd {
  margin: 0;
}

#ez-login-form dl dd:last-child {
  display: block;
  text-align: center;
  margin-top: 3em;
}

#ez-login-form-submit span {
  position: relative !important;
}

/* Tweaks Ultimate Blocks */
.ub-feature-img {
  max-width: 250px;
  cursor: pointer;
  transition: transform .2s;
}

.ub-feature a {
  color: #ffffff !important;
}

.ub-feature:hover .ub-feature-img {
  transform: scale(1.1);
}

/* upload form */
.qq-upload-button {
    background: var(--accent) !important;
    box-shadow: none;
    color: #000000;
    text-shadow: none;
}

.wp-block-image {
  position: relative;
}

#content .flowplayer a.button:hover {
  border-bottom: 1px solid var(--accent) !important;
}

#content .flowplayer a.button {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}
.floating-email-icon { position: fixed; right: 17px; top: 50%; transform: translateY(-50%); width: 90px; height: 90px; border-radius: 50%; overflow: visible; /* Assurons-nous que les éléments enfants ne sont pas cachés */ z-index: 1000; } .floating-email-icon img { width: 100%; height: auto; border-radius: 50%; } /* Style Messenger pour la pastille verte */ .floating-email-icon .online-indicator { position: absolute; bottom: 10px; /* Ajusté pour le positionner en bas à droite */ right: 10px; /* Ajusté pour le positionner en bas à droite */ width: 10px; /* Taille agrandie pour contenir l'icône de coche */ height: 10px; background-color: green; border-radius: 50%; z-index: 1001; display: flex; /* Centre l'icône de coche */ justify-content: center; align-items: center; color: white; /* Couleur de l'icône de coche */ font-size: 17px; /* Taille de l'icône de coche */ } /* Croix en haut à gauche, plus proche de l'image */ .floating-email-icon .close-icon { position: absolute; top: -10px; /* Ajusté pour le rapprocher de l'image */ left: -10px; /* Ajusté pour le rapprocher de l'image */ cursor: pointer; background-color: #eee; padding: 3px; border-radius: 50%; z-index: 1002; line-height: 1; text-align: center; width: 17px; height: 17px; font-size: 15px; color: #666; box-shadow: 0 0 5px rgba(0,0,0,0.2); }
/*
 * ===============================================
 * Style Bannière Premium Moderne
 * ===============================================
 */

/* Définition d'une animation de pulsation */
@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(204,113,46, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(204,113,46, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(204,113,46, 0); }
}

/* --- Style de base (Mobile First) --- */
.banner-premium {
    display: flex;
    align-items: center;
    gap: 17px; /* Espace augmenté */
    background-color: #1c1e1c; /* Fond gris très foncé, plus doux que le noir pur */
    padding: 13px;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden; /* Empêche les éléments de déborder */
    transition: all 0.3s ease; /* Transitions douces pour le survol */
}

/* Conteneur pour l'image et le statut */
.banner-premium__image-wrapper {
    position: relative;
    flex-shrink: 0;
}

.banner-premium__image {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255,255,255, 0.1); /* Bordure subtile */
}

/* Indicateur de statut "en ligne" */
.banner-premium__status {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 15px;
    height: 15px;
    background-color: #cc712e; /* Vert "en ligne" */
    border-radius: 50%;
    border: 3px solid #1c1e1c; /* Découpe par rapport au fond */
    /* Application de l'animation */
    transform: scale(0.95);
    animation: pulse 2s infinite;
}

.banner-premium__text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

/* Titre principal - sans le fond marron */
.banner-premium__title {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600; /* Semi-bold pour un look moderne */
}

.banner-premium__description {
    color: #8e938e; /* Gris standard iOS pour le texte secondaire */
    font-size: 15px;
}

/* Bouton d'action - entièrement redessiné */
.banner-premium__button {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 7px;
    background-image: linear-gradient(45deg, #a08516 0%, #bc9c1a 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 19px;
    border-radius: 50px;
    white-space: nowrap;
    flex-shrink: 0;
    border: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 3px 7px rgba(0,0,0, 0.2);
}

.banner-premium__icon {
    width: 17px;
    height: 17px;
    opacity: 0.8;
    transition: transform 0.3s ease;
}

/* --- Améliorations pour Bureau (Desktop) --- */
@media (min-width: 769px) {
    .banner-premium {
        max-width: 700px;
        margin: 27px auto;
        padding: 17px;
        border-radius: 17px; /* Coins plus prononcés */
        border: 1px solid rgba(255,255,255, 0.1);
        box-shadow: 0 10px 30px rgba(0,0,0, 0.2);
    }

    .banner-premium:hover {
        transform: translateY(-5px); /* Effet de lévitation */
        box-shadow: 0 17px 37px rgba(0,0,0, 0.25);
    }

    .banner-premium__image {
        width: 67px;
        height: 67px;
    }

    .banner-premium__status {
        width: 17px;
        height: 17px;
    }

    .banner-premium__title {
        font-size: 19px;
    }

    .banner-premium__description {
        font-size: 17px;
    }

    .banner-premium__button {
        padding: 13px 27px;
        font-size: 17px;
    }
    
    /* Effet de survol sur le bouton */
    .banner-premium:hover .banner-premium__button {
        transform: scale(1.05);
        box-shadow: 0 7px 17px rgba(188,156,26, 0.4);
    }
    
    /* L'icône se déplace légèrement au survol */
    .banner-premium:hover .banner-premium__icon {
        transform: translateX(5px);
    }
}/* rndz */