.elementor-kit-7{--e-global-color-primary:#A0FFDD;--e-global-color-secondary:#4F9583;--e-global-color-text:#A0FFDD;--e-global-color-accent:#609D8D;--e-global-typography-primary-font-family:"Beth Ellen";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Courier Prime";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:21px;--e-global-typography-text-letter-spacing:0px;--e-global-typography-text-word-spacing:0px;--e-global-typography-accent-font-family:"Bayon";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:400;background-image:url("https://vincentpasquet.fr/wp-content/uploads/2026/03/bg-768x768.webp");background-repeat:repeat;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  background-color: #A0FFDD;
  cursor: url(https://vincentpasquet.fr/wp-content/uploads/2026/03/pointer.svg) 2 0, auto;
}

body :is(a,a *,a p,button,button *,select,input[type=submit],input[type=button],input[type=radio],input[type=checkbox]) {
    cursor: url(https://vincentpasquet.fr/wp-content/uploads/2026/03/pointer_links.svg) 12 0, pointer !important;
}

/* ajout des bordures sur les textes de musiques de groupes */

@media (min-width: 768px) {

.mini-bloc-music::after {
    content: '';
  position: absolute;
  right: 0;
  width: 100%;
  top: 20%;        /* commence à 10% du haut */
  height: 60%;     /* prend 80% de la hauteur */
  border-right: 1px solid #A0FFDD47;
  border-left: 1px solid #A0FFDD47;
}
}

/* gestion des bordures sur les spacers dessins */

@media (min-width: 768px) {

.image-spacer {
    border-left: solid 1px #A0FFDD47;
    border-right: solid 1px #A0FFDD47;
}
}

body :is(p,h1,h2,h3,h4,h5,h6,input[type=text],textarea) {
    cursor: url(https://vincentpasquet.fr/wp-content/uploads/2026/03/cursor_%20text.svg) 16 16, text;
}



::selection {
  background-color: #526B62;
  color: #A0FFDD;
}


/* ajout d'une petite bordure sur les images des vidéos */

.video-image {
    border: solid 1px black;
}/* End custom CSS */