@font-face {
    font-family: 'Now Regular';
    src: url('fonts/Now-Regular.otf') format('otf');
}

body {
    font-family: 'Open Sans', sans-serif;
    color: black;
    margin: 20px;
    line-height: 1.6;
}

/*#Charte, #CGU {max-width:1024px; margin:0 auto; padding:20px;}*/

h1 {
    font-family: 'Now', sans-serif;
    color: #c9563b;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 20px;
	margin-top:50px;
}

h2, h3, h4 {
	font-family: 'Now', sans-serif;
	margin-top: 40px;
}

h2 { color: #6ba086; }

h3 { color:#000; }

p, li {
    font-size: 1em;
}

a {
    color: #c9563b;
    text-decoration: none;
}

a:hover {
    color: #6ba086;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}

footer.border-top{ margin:60px 0; padding-top:15px; border-top:1px solid #000;}
		
/* Media Queries pour les tailles d'écran mobiles */
@media (max-width: 768px) {

    h1 {
        font-size: 1.4em; /* Taille réduite pour mobile */
    }

    h2 {
        font-size: 1.2em; /* Réduction des sous-titres */
    }

    h3, h4 {
        font-size: 1em;
    }
}

