/*
 Theme Name:   GP Isabelle Rabault
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body{
font-family: trade-gothic-next, sans-serif;
font-weight: 400;
font-style: normal;
}
h1, h2, h3, h4{
	font-family: new-spirit, serif;
font-weight: 400;
font-style: normal;
	
}
.page-id-9.one-container .site-content{
	padding-bottom:0px;
}
.site-content ul {
    list-style: none; /* Supprime les puces par défaut */
    padding-left: 0; /* Décale légèrement la liste vers la droite */
	margin: 0 0 20px 0;
}

.content-area ul li {
    position: relative;
    padding-left: 1.4em; /* Assure un espace après le tiret */
}

.content-area ul li::before {
    content: "— ";
    position: absolute;
    left: 0;
}
.gb-accordion h3.gb-text {
  font-size: 18px;
	font-family: trade-gothic-next, sans-serif;

  margin-bottom: 0;
  font-weight: 400;
}


li a:is(:hover, :focus){
	color:#825393;
}

@media (max-width: 767px) {
	.page-id-10417 .gb-element-f11e192d{
		 display: none !important;
	}
}

