/* Fond d'écran du site */

.neve-main {
    background: radial-gradient(#930CFA6E 0%,rgba(227, 100, 7, 0.13) 100%) !important;
}

/* Logo du site */

.wp-image-1004 {
    max-width: 78% !important;
}

/* Désactivation de la partie gauche du footer où Neve impose sa marque */

.nv-footer-content .hfg-slot.left {
    display: none !important;
}

/* Gestion de l'en-tête */

#header-grid {
    background-image: url('https://www.trancegoa.net/wp-content/uploads/Banniere-2.0-2.png');
    background-size: cover; /* L'image s'adapte sans être déformée */
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 885px;
}

.nav-ul .sub-menu {
	border-radius: 10px;
	border: 2px double #3ebfa191;
	overflow: hidden;
}

/* Partie écran de PC de l'en-tête' */

@media only screen and (min-width: 1000px) {
    .nav-ul .sub-menu {
	    box-shadow: rgb(232, 156, 230) 0 8px 24px;
	    background-color: #db1d9938 !important;
    }
}

.header-main {

	font-size: 1.10em;
}


/* Désactiver le clic uniquement sur les liens des menus parents avec sous-menus */
.menu-item.menu-item-has-children > .wrap > a {
    pointer-events: none; /* Désactive le clic */
    cursor: default;      /* Change le curseur */
}

/* Les sous-menus restent cliquables */
.menu-item.menu-item-has-children .sub-menu a {
    pointer-events: auto; /* Réactive le clic pour les sous-menus */
    cursor: pointer;      /* Assure que le curseur reste en mode lien */
}

/* Création d'un bouton de tri/filtres sur le côté */

.hidden {
    display: none;
}

#event_filters {
    position: fixed;
    top: 69%;
    left: 19%;
    right: 45%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 999;
}

#filterButton {
    background-color: green;
    position: fixed;
    top: 45%;
    right: 90%;
    border-radius: 81px 2px 84px 5px;
}

#filterButton.filter-button-active {
    background-color: red;
}

.close-button {
    position: absolute;
    top: 15px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    z-index: 10;
    background-color: #ee8989;
    border-radius: 9px;
}

.close-button:hover {
    color: red;
    background: #55d232;
}

.comiseo-daterangepicker.comiseo-daterangepicker-right.ui-widget.ui-widget-content.ui-corner-all.ui-front {
    z-index: 9999;
}

    
.ui-datepicker-group table tbody tr td a {
    color: green !important;
    font-weight: bold !important;
}
.ui-datepicker .ui-datepicker-title {
        color: #e339e3;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background-color: #9ef2a3;
}

/* Ancienne personnalisation de filtre

.page-id-63 .nv-content-wrap .event_listings #event_filters {
    width: 26%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 51%;
    left: 2%;
    z-index: 200;
}

/* Personnalisation du calendrier */

/* Assure que le conteneur du calendrier n'écrase pas les pop-ups */
#calendar-contents-container {
    position: relative;
    z-index: 1;
}

/* Met les pop-ups au-dessus du calendrier */
.calendar-tooltip-box {
    position: fixed; /* ou fixed selon le comportement souhaité */
    z-index: 9999 !important; /* Très haut pour être sûr qu'il passe au-dessus */
    background-color: white; /* Optionnel : pour bien voir la pop-up */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optionnel : pour un effet de profondeur */
    top : 40%;
}

/* S'assurer que les événements ne sont pas cachés */
.calendar-event-details-link {
    position: relative;
    z-index: 10;
}

/* Personnalisation des filtres */

#event_filters {
    z-index: 9999;
}

.wpem-event-layout-action-wrapper {
    position: fixed;
    overflow: hidden;
    top: 45%;
    right: 82%;
}

.wpem-form-wrapper .showing_applied_filters {
    padding: 2px;
    display: table-cell;
}

/* Changement de l'emplacement du menu permettant de sélectionner le type de vue précise du calendrier */
@media only screen and (min-width: 1000px) {
    #calendar_default_view {
        position: fixed;
        margin-top: 45px;
    }
}



/* Mise en gras de "Ajouter une alerte" dans le bloc de recherche */

.events-alert {
    font-weight: bold;
}

/* Suppression de la ligne de filtre par tag du bloc de recherche, je l'ai remplacé par une meilleure solution dans le functions.php */

.filter_wide.filter_by_tag.all_tag_chosen {
    display: none;
}

/* Afficher les sous-menus au-dessus de la carte mais en dessous du bloc de filtres */

.nav-ul .sub-menu {
    z-index: 1000 !important;
}

/* Taille de la carte en page d'accueil 

#map-container {
   margin-left: 65px;
}
*/

/* Personnalisation des pop-up des marqueurs sur la carte  */

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #ecedd0 !important;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.leaflet-container a {
    color: #0E6B3BB0 !important;
}

.leaflet-container a:hover {
    color: #0078A8 !important;
}

.leaflet-popup-content {
    line-height: 2;
}

.leaflet-popup {
    overflow-wrap: anywhere;
}

/* Personnalisation de l'icône de maison pour la carte en page d'accueil */

.fa-home {
    font-family: 'Font Awesome 6 Free'; /* Vérifiez le nom exact de la police dans Font Awesome */
    font-weight: 900; /* Poids utilisé pour les icônes solid */
    content: "\f015";
    font-size: 25px;
    line-height: 28px;
    opacity: 0.7;
    color: sienna;
}

/* Personnalisation des autres icônes pour la carte en page d'accueil */

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    background-color: #eeffc8;
}

.leaflet-touch .leaflet-bar a {
	background-color: #eeffc8 !important;
}

.leaflet-control-scale-line {
    background-color: #eeffc8 !important;
}

/* Désactivation de l'affichage de la carte sur la page des évènements passés et également du champ de recherche "Lieu" dans le bloc de recherche */

.page-id-88 #googleMap {
    display: none;
}


/* Désactivation de l'affichage du champ de recherche "Lieu", "Within" et "Miles/Kilometers" dans le bloc de recherche */

.search-form-container div.wpem-row:nth-child(1) div.wpem-col:nth-child(2) {
    display: none;
}

.search-form-container div.wpem-row:nth-child(3) div.wpem-col:nth-child(1) {
    display: none;
}

.search-form-container div.wpem-row:nth-child(3) div.wpem-col:nth-child(2) {
    display: none;
}

/* Désactivation de l'option de tri "Mis en avant" dans le bloc de recherche */

.search-form-container div.wpem-row:nth-child(3) div.wpem-col:nth-child(3) option:nth-child(3) {
    display: none;
}


/* Désactivation de l'affichage de la carte sur la page des derniers évènements ajoutés et également du champ de recherche "Lieu" dans le bloc de recherche */

.page-id-84 #googleMap {
    display: none;
}

.page-id-84 .search-form-container div.wpem-row:nth-child(1) div.wpem-col:nth-child(2) {
    display: none;
}

/* Personnalisation de l'affichage de la liste des évènements en page d'accueil 

.nv-content-wrap .event_listings_main .event_listings {
    left: 12%;
    position: relative;
}
*/

.page-id-13 .event_listings_main {
    height: 1111px;
    overflow-y: auto;
    border: 5px solid #c8e880;
}

.page-id-84 .event_listings_main {
    height: 1111px;
    overflow-y: auto;
    border: 5px solid #c8e880;
}

.page-id-98 .event_listings_main {
    height: 1111px;
    overflow-y: auto;
    border: 5px solid #c8e880;
}

/* Personnalisation de la pagination en page d'accueil */

.home .event-manager-pagination {
    margin-bottom: 5px;
}

.event-manager-pagination ul.page-numbers li .page-numbers {
    background-color: rgba(21, 193, 193, 0.31);
    color: midnightblue;
    border: 3px solid #c8e880;
    border-radius: 32%;
}

.event-manager-pagination ul.page-numbers li .page-numbers.current {
    background-color: #2584d7 !important;
    color: #f7ff01;
    border: 3px solid #f5fd0ae0;
    border-radius: 32%;
    font-weight: bold;
    font-size: 22px;
    padding: 10px;
}

ul.page-numbers span {
    background: #c2eaa7 !important;
}

.home .wpem-custom-info-btn .fas .fa-info-circle {
    background: #f7ff01;
    border-radius: 100%;
    color: #2584d7;
}
/* Style du bouton d'information en face du champ "Télécharger Events iCal" sur la fiche d'un évènement unique */

.wpem-custom-info-btn {
    background: #b7f0a100;
}

.wpem-custom-info-btn:hover {
    background: #6bff4178;
    border-radius: 100%;
}

/* Style de la modale qui s'ouvre lors du clic sur le bouton d'information sur la fiche d'un évènement unique '*/
#infoModal {
    background-color: rgb(226, 253, 186);
}

/* Suppression de l'export sur iCalendar, Outlook 365 et Outlook Live sur la fiche d'un évènement unique */
.wpem-add-to-calendar div ul li:nth-child(n+2):nth-child(-n+4) {
    display: none;
}

.wpem-add-to-calendar .dropdown-options li[data-value="outlooklive"] {
    display: none;
}

/* Centrer le bouton de Google Calendar sur la fiche d'un évènement unique */
.wpem-add-to-calendar .dropdown-options {
    text-align: center;
}

/* Mise en place d'une taille maximale d'image sur la page d'un évènement */

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper .wpem-event-single-image img, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider .wpem-slider-items img  {
    max-height: 590px;
    height: auto; 
    width: 100%;
    object-fit: contain;
}

/* Mise en place d'un fond transparent au cas où l'image ne remplit pas le bloc dédié, sur la page d'un évènement */

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top, table.wpem-responsive-table-wrapper tbody tr:hover, table.wpem-responsive-table-wrapper thead {
	background: #60d57d00;
}

/* Changement de couleur du cadre sur la page d'un évènement */

:root {
	--wpem-gray-border-color: #7ac23152;
	--wpem-gray-bg-color: #edf7a66e;
}

/* Masquer l'ancien champ pays sur le formulaire d'ajout d'un évènement */

.wpem-form-group.fieldset-event_country {
    display: none;
}

/* Coloriser le lieu de l'évènement au survol */

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a:hover{
    color: #1457d7;
}

/* Masquer l'adresse de l'évènement dans les informations complémentaires */

.single-event_listing .wpem-additional-info-block-details .wpem-row:first-child > div:first-of-type {
    display: none;
}

/* Masquer les différentes colonnes du menu du tableau de bord de la page "Modération des fiches évènements" sauf la colonne "Évènements" */
    
.page-id-115.logged-in.admin-bar.give-test-mode.give-page.nv-blog-grid.nv-sidebar-full-width.menu_sidebar_slide_left.trance-goa.customize-support div.wrapper main#content.neve-main div.container.single-page-container div.row div.nv-single-page-wrap.col div.nv-content-wrap.entry-content div.wpem-main-vmenu-dashboard-wrapper.wpem-row div.wpem-main-vmenu-dashboard-nav-menu.wpem-col-md-3 div#wpem-main-vmenu-dashboard-nav.wpem-main-vmenu-dashboard-nav ul li:nth-child(2) {
    display: none;
}

.page-id-115.logged-in.admin-bar.give-test-mode.give-page.nv-blog-grid.nv-sidebar-full-width.menu_sidebar_slide_left.trance-goa.customize-support div.wrapper main#content.neve-main div.container.single-page-container div.row div.nv-single-page-wrap.col div.nv-content-wrap.entry-content div.wpem-main-vmenu-dashboard-wrapper.wpem-row div.wpem-main-vmenu-dashboard-nav-menu.wpem-col-md-3 div#wpem-main-vmenu-dashboard-nav.wpem-main-vmenu-dashboard-nav ul li:nth-child(3) {
    display: none;
}

.page-id-115.logged-in.admin-bar.give-test-mode.give-page.nv-blog-grid.nv-sidebar-full-width.menu_sidebar_slide_left.trance-goa.customize-support div.wrapper main#content.neve-main div.container.single-page-container div.row div.nv-single-page-wrap.col div.nv-content-wrap.entry-content div.wpem-main-vmenu-dashboard-wrapper.wpem-row div.wpem-main-vmenu-dashboard-nav-menu.wpem-col-md-3 div#wpem-main-vmenu-dashboard-nav.wpem-main-vmenu-dashboard-nav ul li:nth-child(4) {
    display: none;
}

.page-id-115.logged-in.admin-bar.give-test-mode.give-page.nv-blog-grid.nv-sidebar-full-width.menu_sidebar_slide_left.trance-goa.customize-support div.wrapper main#content.neve-main div.container.single-page-container div.row div.nv-single-page-wrap.col div.nv-content-wrap.entry-content div.wpem-main-vmenu-dashboard-wrapper.wpem-row div.wpem-main-vmenu-dashboard-nav-menu.wpem-col-md-3 div#wpem-main-vmenu-dashboard-nav.wpem-main-vmenu-dashboard-nav ul li:nth-child(5) {
    display: none;
}

.page-id-115.logged-in.admin-bar.give-test-mode.give-page.nv-blog-grid.nv-sidebar-full-width.menu_sidebar_slide_left.trance-goa.customize-support div.wrapper main#content.neve-main div.container.single-page-container div.row div.nv-single-page-wrap.col div.nv-content-wrap.entry-content div.wpem-main-vmenu-dashboard-wrapper.wpem-row div.wpem-main-vmenu-dashboard-nav-menu.wpem-col-md-3 div#wpem-main-vmenu-dashboard-nav.wpem-main-vmenu-dashboard-nav ul li:nth-child(6) {
    display: none;
}

/* Supprimer "S'inscrire à cet évènement" présent dans les fiches d'évènements */

.wpem-single-event-body-sidebar .event_registration {
    display: none;
}

.wpem-alert-warning {
    display: none;
}

/* Mise en pages des fiches labels */

#label {
    max-width: 70%;
    margin: auto;
}

.single-label .neve-main #label .entry-title {
    text-align: center;
}

.single-label .neve-main #label .post-meta {
    text-align: center;
}

.custom-image-label {
    width: auto;
    max-height: 738px;
    margin:  0 auto;
    padding: 20px;
}

.featured-image-label {
    text-align: center;
}

.label-edit-button {
    text-align: center;
}

.label-e-mail {
    margin-top: 20px;
}

.artiste-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.artiste-item {
    text-align: center;
}

.artiste-item img {
    margin-left: 23px;
}

.artiste-grid .artiste-item h5 {
    text-align: center;
}
.label-e-mail {
    margin-top: 20px;
}

.label-style-music {
    text-align: right;
}

.label-link i {
    font-size: 24px; /* Taille des icônes */
    margin-right: 8px; /* Espacement entre les icônes et autres éléments */
    color: #333; /* Couleur des icônes */
}

.label-link a {
    text-decoration: none; /* Retirer le soulignement */
}

.label-link a:hover i {
    color: #ff5500; /* Couleur au survol */
}

.label-e-mail i {
    font-size: 24px; /* Taille des icônes */
    margin-right: 8px; /* Espacement entre les icônes et autres éléments */
    color: #333; /* Couleur des icônes */
}

.label-e-mail a {
    text-decoration: none; /* Retirer le soulignement */
}

.label-e-mail a:hover i {
    color: #ff5500; /* Couleur au survol */
}
/* Mise en page des fiches d'artistes */

#artiste {
    max-width: 70%;
    margin: auto;
}

.single-artiste .neve-main #artiste .artiste_titre {
    text-align: center;
}

.single-artiste .neve-main #artiste .post-meta {
    text-align: center;
}

.custom-image-artiste {
    width: auto;
    max-height: 738px;
    margin:  0 auto;
    padding: 20px;
}

.featured-image-artiste {
    text-align: center;
}

.artiste-edit-button {
    text-align: center;
}

.association-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.association-item {
text-align: center;
}

.association-item img {
    margin-left: 23px;
}

.association-grid .association-item h5 {
    text-align: center;
}

.label-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.label-item {
    text-align: center;
}

.label-item img {
    margin-left: 23px;
}

.label-grid .label-item h5 {
    text-align: center;
}

.artiste-e-mail {
    margin-top: 20px;
}

.artiste-taxonomies {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.artiste-links i {
    font-size: 24px; /* Taille des icônes */
    margin-right: 8px; /* Espacement entre les icônes et autres éléments */
    color: #333; /* Couleur des icônes */
}

.artiste-links a {
    text-decoration: none; /* Retirer le soulignement */
}

.artiste-links a:hover i {
    color: #ff5500; /* Couleur au survol */
}

.artiste-e-mail i {
    font-size: 24px; /* Taille des icônes */
    margin-right: 8px; /* Espacement entre les icônes et autres éléments */
    color: #333; /* Couleur des icônes */
}

.artiste-e-mail a {
    text-decoration: none; /* Retirer le soulignement */
}

.artiste-e-mail a:hover i {
    color: #ff5500; /* Couleur au survol */
}

/* Suppression du lien "lire la suite" dans la mini-fiche des artistes et des labels en résultat de recherche, pour que le clic se fasse directement sur la mini-fiche */

.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat;
    background-color: transparent;
    font-size: 0;
}

/* Personnalisation de l'éditeur HTML pour désactiver la toolbar côté modifcation de fiches */

#mceu_13.mce-menubar {
    display: none;
}

/* Centrage du formulaire de contact de la page "Nous contacter" */

.wpcf7-form {
    text-align: center;
}

/* Personnalisation de la modération des évènements (masquer le tri par lieu) */

.wpem-event-dashboard-filter-toggle div.wpem-events-filter div.wpem-events-filter-block div.wpem-form-group select#search_order_by optgroup:nth-of-type(4) {
    display: none !important;
}

/* Personnalisation de la modération privée des évènements */

.page-id-522 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr td:nth-of-type(1) {
    border-bottom: 2px solid #32bdc4;
}

.page-id-522 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr td:nth-of-type(1) a {
    color: #b74704;
    font-size: 20px;
}

.page-id-522 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr td:nth-of-type(2) {
    border-bottom: 2px solid #d700abab;
}

/* Personnalisation de la modération privée des associations */

.page-id-548 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr td:nth-of-type(1) {
    border-bottom: 2px solid #32bdc4;
}

.page-id-548 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr td:nth-of-type(1) a {
    color: #b74704;
    font-size: 20px;
}

.page-id-548 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr td:nth-of-type(2) {
    border-bottom: 2px solid #d700abab;
}

/* Coloration au survol des liens dans le footer */

    .hfg_footer a:hover {
        color: #ff8ff8;
    }

/* Remplacement de l'icône de cookies '*/
img[src*="https://cdn-cookieyes.com/assets/images/revisit.svg"] {
    content: url("https://www.trancegoa.net/wp-content/uploads/cookie.webp");
    border-radius: 50%; /* Pour s'assurer qu'elle reste bien ronde */
    object-fit: cover; /* Évite les déformations */
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
    height: auto !important;
    width: 100% !important;
}

.hint--top-left::before, .hint--top-right::before, .hint--top::before {
    border-top-color: #fff0;
}

.cky-revisit-bottom-left:hover::after {
    display: none;
}

/* Masquer le montant du don affiché sur la page Donation */

.page-id-86 .give-donor-details {
    display: none;
}


/* Partie responsive */

@media only screen and (max-width: 767px) {

    /* Gestion de l'en-tête */
    #header-grid {
        background-image: url('https://www.trancegoa.net/wp-content/uploads/Banniere-2.0-2.png');
        background-size: cover; /* L'image s'adapte sans être déformée */
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
    }

    .nav-ul .sub-menu {
        background-color: #1ddb7b2b !important;
        border: 2px double #873ebf7d;
    }

    .nav-ul li a {
        color: #1b748d !important;
    }

    .builder-item--primary-menu {
    --hovercolor: #c85bff !important; 
    --color: #0ebe3c !important;
    }

    /* Gestion du bouton de tri/filtres sur le côté pour les évènements */

    #event_filters {
      position: fixed;
      top: 0;
      left: auto;
      right: auto;
      transform: unset;
      background-color: white;
      padding: 16px;
      border: 1px solid #ccc;
      z-index: 9999;
    }
    
    /* Gestion de l'affichage des tri/filtres pour les évènements */

    #filterButton {
        display: block;
        width: 50% !important;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        position: initial;
    }

    .espacement-avant-filtre-perso {
        height: 194px;
    }

    .comiseo-daterangepicker {
        z-index: 99999;    
    }

    .page-id-13 .event_listings_main {
        position: relative;
        height: 530px;
        overflow-y: auto;
        border: 5px solid #c8e880;
    }

    .page-id-84 .event_listings_main {
        position: relative;
        height: 530px;
        overflow-y: auto;
        border: 5px solid #c8e880;
    }

    .page-id-98 .event_listings_main {
        position: relative;
        height: 530px;
        overflow-y: auto;
        border: 5px solid #c8e880;
    }

    .wpem-event-layout-action-wrapper {
     	position: initial;
    }

    /* Personnalisation de la box de sélection de date dans le tri/filtres pour les évènements */

    .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi.ui-datepicker-multi-2 {
        display: grid !important;
    }

    /* Personnalisation des évènements */

    .nv-content-wrap .event_listings_main .event_listings {
      left: 0;
      position: relative;
    }

    /* Personnalisation de la modération privée des évènements */

    .page-id-522 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr td:nth-of-type(2) {
        border-bottom: 2px solid #32bdc4;
    }

    .page-id-522 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr th {
        padding: 10px;
    }

    .page-id-522 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr td {
        display: flex;
        justify-content: space-between;
    }

    .page-id-522 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr td:nth-of-type(1) a {
        color: #b74704;
    }

    .page-id-522 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr td:nth-of-type(1) {
        border-bottom: 2px solid #27262600;
        color: #b74704;
    }

    .page-id-522 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) thead {
        display: grid;
        border-bottom: 2px solid #66e8d5;
    }

    /* Personnalisation de la modération privée des associations */
    .page-id-548 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr td:nth-of-type(2) {
        border-bottom: 2px solid #32bdc4;
    }

    .page-id-548 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr th {
        padding: 10px;
    }

    .page-id-548 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr td {
        display : flex;
        justify-content: space-between;
    }

    .page-id-548 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr td:nth-of-type(1) a {
        color: #b74704;
    }

    .page-id-548 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) tr td:nth-of-type(1) {
        border-bottom: 2px solid #27262600;
        color: #b74704;
    }

    .page-id-548 .wrapper #content .nv-content-wrap.entry-content div:nth-of-type(2) thead {
        display: grid;
        border-bottom: 2px solid #66e8d5;
    }

    /* Personnalisation de l'icône d'accessibilité */

    #userwayAccessibilityIcon {
        width: 30px;
        height: 30px;
    }

    /* Personnalisation de la modale (de formulaire de modification de fiche) quand on est sur une fiche artiste ou label */

    .fea-modal .fea-modal-content {
        zoom: 65%;
    }

    /* Personnalisation du formulaire sur la page "Nous contacter" */

    .wpcf7-form {
        zoom: 90%;
        margin-left: -8px;
        margin-right: auto;
    }

    .wpcf7-form p:nth-of-type(5) {
        display: inline-grid;
    }

    /* Personnalisation de l'affichage de la web-radio */

    #webradio {
        text-decoration: none;
        text-align: center;
        display: inline-block;
        color: inherit;
        position: fixed;
        top: 35%;
        right: 30px;
        z-index: 1000;
        zoom: 50%;
    }

}
