@import url("https://fonts.googleapis.com/css2?family=Pirata+One&display=swap");@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");html{width:100%;height:100%;margin:0;padding:0;color:#e2d6ba;font-family:"Merriweather",serif;font-size:1em;font-style:normal;font-weight:normal;background-color:#0e0e0e;background-image:url("Images/Fond.jpg");background-position:top center;background-repeat:no-repeat;scroll-behavior:smooth}html *{margin:0;padding:0}html body,html form{width:100%;height:100%}html #layout{min-height:100%;display:flex;flex-direction:column}html #layout main{flex:1}header{padding:2em 2em}header > div{margin-bottom:2em;display:flex;flex-direction:column;align-items:center}header > div > a{display:block}header > div > a img{width:auto;height:10em;display:block}header > div > span{color:#c9a73f;font-family:"Pirata One",system-ui;font-size:3em;font-weight:400;text-shadow:-1px -1px 3px #2c2c2e,-1px 1px 3px #2c2c2e,1px -1px 3px #2c2c2e,1px 1px 3px #2c2c2e;display:block}header > nav{max-width:1200px;margin:0 auto}header > nav ul{display:flex;flex-wrap:wrap;justify-content:center;gap:0.4em}header > nav ul:not(:last-child){margin-bottom:0.4em}header > nav ul li{display:block;flex:1}header > nav ul li a{padding:0.6666666667em 2em;color:#ffffff;font-weight:600;text-decoration:none;white-space:nowrap;background-color:rgba(44,44,46,0.75);border:2px solid #2c2c2e;border-radius:3px;display:flex;flex-direction:column;align-items:center;gap:0.6666666667em;transition:background-color 250ms ease-in-out}header > nav ul li a:hover{background-color:#2c2c2e}header > nav ul li a img{width:auto;height:1.5em;display:block;filter:invert(1)}header > nav ul:nth-child(1) li:nth-child(1) a,header > nav ul:nth-child(1) li:nth-child(2) a,header > nav ul:nth-child(1) li:nth-child(3) a,header > nav ul:nth-child(1) li:nth-child(4) a,header > nav ul:nth-child(1) li:nth-child(5) a{color:#0e0e0e}header > nav ul:nth-child(1) li:nth-child(1) a img,header > nav ul:nth-child(1) li:nth-child(2) a img,header > nav ul:nth-child(1) li:nth-child(3) a img,header > nav ul:nth-child(1) li:nth-child(4) a img,header > nav ul:nth-child(1) li:nth-child(5) a img{filter:invert(0%) sepia(24%) saturate(6106%) hue-rotate(155deg) brightness(93%) contrast(89%)}header > nav ul:nth-child(1) li:nth-child(1) a{background-color:rgba(0,174,255,0.75);border-color:#00aeff}header > nav ul:nth-child(1) li:nth-child(1) a:hover{background-color:#00aeff}header > nav ul:nth-child(1) li:nth-child(2) a{background-color:rgba(255,189,10,0.75);border-color:#ffbd0a}header > nav ul:nth-child(1) li:nth-child(2) a:hover{background-color:#ffbd0a}header > nav ul:nth-child(1) li:nth-child(3) a{background-color:rgba(225,242,245,0.75);border-color:#e1f2f5}header > nav ul:nth-child(1) li:nth-child(3) a:hover{background-color:#e1f2f5}header > nav ul:nth-child(1) li:nth-child(4) a{background-color:rgba(250,183,0,0.75);border-color:#fab700}header > nav ul:nth-child(1) li:nth-child(4) a:hover{background-color:#fab700}header > nav ul:nth-child(1) li:nth-child(5) a{background-color:rgba(109,141,175,0.75);border-color:#6d8daf}header > nav ul:nth-child(1) li:nth-child(5) a:hover{background-color:#6d8daf}header > nav ul:nth-child(2) li:nth-child(2) a,header > nav ul:nth-child(2) li:nth-child(4) a,header > nav ul:nth-child(2) li:nth-child(6) a{color:#0e0e0e}header > nav ul:nth-child(2) li:nth-child(1) a{background-color:rgba(140,21,21,0.75);border-color:#8c1515}header > nav ul:nth-child(2) li:nth-child(1) a:hover{background-color:#8c1515}header > nav ul:nth-child(2) li:nth-child(2) a{background-color:rgba(120,220,255,0.75);border-color:#78dcff}header > nav ul:nth-child(2) li:nth-child(2) a:hover{background-color:#78dcff}header > nav ul:nth-child(2) li:nth-child(3) a{background-color:rgba(0,100,190,0.75);border-color:#0064be}header > nav ul:nth-child(2) li:nth-child(3) a:hover{background-color:#0064be}header > nav ul:nth-child(2) li:nth-child(4) a{background-color:rgba(204,230,24,0.75);border-color:#cce618}header > nav ul:nth-child(2) li:nth-child(4) a:hover{background-color:#cce618}header > nav ul:nth-child(2) li:nth-child(5) a{background-color:rgba(107,11,147,0.75);border-color:#6b0b93}header > nav ul:nth-child(2) li:nth-child(5) a:hover{background-color:#6b0b93}header > nav ul:nth-child(2) li:nth-child(6) a{background-color:rgba(0,250,154,0.75);border-color:#00fa9a}header > nav ul:nth-child(2) li:nth-child(6) a:hover{background-color:#00fa9a}main > section > div{max-width:1200px;margin:0 auto;background-color:rgba(14,14,14,0.75)}main h1{font-family:"Pirata One",system-ui;font-size:2.5em;font-weight:400;font-style:normal}main h2,main h3{font-style:normal}main h2:is(h2),main h3:is(h2){font-size:1.5em;font-weight:700}main h2:is(h3),main h3:is(h3){font-size:1.25em;font-weight:500}main p{font-size:0.9em}footer{padding:2em 2em}footer p{font-size:0.75em;text-align:center}footer p a{color:#b3322b}