@charset "utf-8";

/* Global */

html {
	font-size: 105%;
	scroll-behavior: smooth;
}

@media print {
html {
	font-size: 95%;
}
}

/* Déclaration des polices */

@font-face {
	font-family: "Karla Regular";
	src: url('../typo/Karla-Regular.ttf');
}

@font-face {
	font-family: "Karla Italic";
	font-style: italic;
	src: url('../typo/Karla-Italic.ttf');
}

@font-face {
	font-family: "Karla Bold";
	font-weight: bold;
	src: url('../typo/Karla-Bold.ttf');
}

@font-face {
	font-family: "Karla Bold Italic";
	font-weight: bold;
	font-style: italic;
	src: url('../typo/Karla-BoldItalic.ttf');
}

@font-face {
	font-family: "Karla ExtraBold";
	src: url('../typo/Karla-ExtraBold.ttf');
}

@font-face {
	font-family: "Lemon Milk light";
	src: url('../typo/LemonMilklight.otf');
}

/* Application des choix de base à toute la page */

body {
	font-family: "Karla Regular", Helvetica, Arial, sans-serif;
	line-height: 160%;
	background-color: #fcfcfc;
}

/* Balises générales */

h1 {
	margin: 0 auto 0 auto;
	max-width: 50rem;
	font-family: "Karla ExtraBold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 215%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .185rem;
}

h2 {
	margin: 0 auto 0 auto;
	max-width: 50rem;
	font-family: "Lemon Milk light", Helvetica, Arial, sans-serif;
	font-size: 95%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .185rem;
}

h3 {
	margin: 1rem auto 1.5rem auto;
	max-width: 50rem;
	font-family: "Karla ExtraBold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	letter-spacing: .01rem;
}

p {
	margin: 1rem auto 1rem auto;
	max-width: 50rem;
	text-align: left;
}

strong {
	font-weight: bold;
}

img {
 	aspect-ratio: attr(width) / attr(height);
}

.div-bloc-impair a {
	-webkit-text-decoration: underline dotted #acacac;
	text-decoration: underline dotted #acacac;
	-webkit-text-decoration-skip: edges;
	text-decoration-skip: edges;
	-webkit-text-decoration-skip-ink: all;
	text-decoration-skip-ink: all;
	color: #000000;
}

.div-bloc-impair a:hover {
	-webkit-text-decoration: underline dotted #000000;
	text-decoration: underline dotted #000000;
	-webkit-text-decoration-skip: edges;
	text-decoration-skip: edges;
	-webkit-text-decoration-skip-ink: all;
	text-decoration-skip-ink: all;
	color: #000000;
}

@media print {
.div-bloc-impair a {
	text-decoration: none;
}
}

/* Classes et éléments particuliers */

.petit {
	font-size: 85%;
}

.petit-italique {
	font-size: 85%;
	font-style:italic;
}

.italique {
	font-style:italic;
}

#avert-appr {
	margin: 1rem auto 1rem auto;
	font-family: "Karla Bold Italic", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border: 0.1rem solid #fcfcfc;
}

@media print {
#avert-appr {
	border-color: #000000;
}
}

#img-nom {
	width: 95%;
	height: 95%;
	max-width: 18.5rem;
	margin: 0;
	padding: 0;
}

@media print {
#img-nom {
	filter: invert(1);
}
}

/* Listes */

.main ul {
	margin: 0 auto 0 auto;
	max-width: 50rem;
    padding:0;
    list-style: none;
}

.main ul li::before {
   content: "· ";
   vertical-align: middle;
}

/* Bloc titre */

.bloc-titre {
	background-color: #006a34;
	color: #fcfcfc;
	padding: 2rem 2rem 2rem 2rem;
	text-align: center;
}

.bloc-titre a {
	-webkit-text-decoration: none;
	text-decoration: none;
	color: #fcfcfc;
}
.bloc-titre a:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
	color: #fcfcfc;
}

/* Menu de navigation */

.navigation {
	margin: 1rem auto 0 auto;
	padding: 0.9rem 0 0.9rem 0;
	background-color: #eaeaea;
	font-family: "Karla Regular", Helvetica, Arial, sans-serif;
	font-size: 100%;
	text-align: center;
}

.navigation ul {
    list-style: none;
    margin-left: -2.55rem;
}

.navigation ul li {
	display: inline-block;
	padding: 0 0.5rem 0 0.5rem;
}

.navigation a {
	text-decoration: none;
	color: #444444;
}

.navigation a:hover {
	color: #006a34;
}

@media print {
.navigation {
	display: none;
}
}

/* Blocs de contenu */

.div-bloc-impair {
	padding: 1rem 2rem 1rem 2rem;
	background-color: #fcfcfc;
	color: #000000;
}

.div-bloc-pair {
	padding: 1rem 2rem 1rem 2rem;
	background-color: #006a34;
	color: #fcfcfc;
}

@media print {
.div-bloc-pair {
	color: #000000;
}
}

/* Formulaire */

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.formulaire-contact {
	margin: 1rem auto 1rem auto;
	text-align: center;
}

.formulaire-contact .div1 {
	display: block;
	margin: 0 0 1rem 0;
}

.formulaire-contact .div2 {
	display: inline;
	margin: 0 0 0 0;
}

.formulaire-contact .champ1 {
	width: 90%;
	max-width: 21rem;
	padding: 0.4rem 0.5rem 0.4rem 0.5rem;
	background-color: #ffffff;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #cfcfcf;
	font-family: "Karla Regular", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 85%;
	text-align: center;
}

.formulaire-contact #formSite {
	display: none;
}

.formulaire-contact .champ2 {
	width: 92%;
	height: 17rem;
	max-width: 21rem;
	margin-top: 0.25rem;
	padding: 0.4rem 0.5rem 0.4rem 0.5rem;
	resize: vertical;
	min-height: 17rem;
	max-height: 80rem;
	background-color: #ffffff;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #cfcfcf;
	font-family: "Karla Regular", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 85%; 
	line-height: 140%;
}

.formulaire-contact .champ3 {
	margin: 0 0 0 0.15rem;
	width: 1rem;
	padding: 0.2rem;
	background-color: #ffffff;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #cfcfcf;
	font-family: "Karla Regular", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 85%;
	text-align: center;
}

.formulaire-contact #formRefrep {
	display: none;
}

.formulaire-contact .bouton {
	margin: 1.25rem auto 1rem auto;
	background: #006a34;
	color: #fcfcfc;
	border-style: none;
	border-color: #fcfcfc;
	border-radius: 0;
	height: 1.875rem;
	width: 4.75rem;
	font-family: "Karla Regular", Helvetica, Arial, sans-serif;
	font-size: 85%;
	text-shadow:none;
}

.formulaire-contact .bouton:hover {
	background: #006231;
	cursor: pointer;
}

.formulaire-contact .bouton:active {
	color: #ffffff;
	background: #00552b;
	cursor: pointer;
}

.formulaire-contact label {
	font-family: "Karla Regular", Helvetica, Arial, sans-serif;
	font-size: 85%;
}

.MessageOK {
	color:#006a34;
	text-align: center;
}

.MessagePasOK {
	color:#ff0000;
	text-align: center;
}

@media print {
#contact {
	display: none;
}
}

@media screen {
#url-site {
	display: none;
}
}

@media print {
#url-site {
	display: inline;
}
}

/* Flèche remonte en haut */

.en-haut {
	margin: 1rem 0rem 1rem 0rem;
	text-align: center;
}

.en-haut a {
	color: #006a34;
	text-decoration: none;
}

@media print {
.en-haut {
	display: none;
}
}

/* Pied de page */

.pied p {
	margin: 3rem auto 1rem auto;
	max-width: 50rem;
	font-family: "Karla Regular", Helvetica, Arial, sans-serif;
	color: #cccccc;
	font-size: 70%;
	text-transform: uppercase;
	text-align: center;
	line-height: 120%;
}