
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

:root {
  --bg-page: #a9ced0;
  --text-main: rgba(33, 43, 52, 0.88);
  --hover-contact: #f0f8ff42;
  --line-chrome: rgba(41, 63, 78, 0.14);
  --fs-root: clamp(14px, 0.22vw + 12.2px, 19px);
  --fs-body: clamp(1rem, 0.22vw + 0.9rem, 1.24rem);
  --fs-small: clamp(0.88rem, 0.14vw + 0.8rem, 1rem);
  --fs-ui: clamp(0.92rem, 0.14vw + 0.84rem, 1.04rem);
  --fs-h2: clamp(1.2rem, 0.45vw + 0.95rem, 1.72rem);
  --fs-h1: clamp(1.35rem, 0.6vw + 0.95rem, 2rem);
}

[data-theme="dark"] {
  --bg-page: #1b262d;
  --text-main: rgba(240, 246, 251, 0.96);
  --hover-contact: rgba(118, 160, 191, 0.28);
  --line-chrome: rgba(176, 204, 226, 0.22);
}

html {
  width: 100%;
  height: 100%;
  font-size: var(--fs-root);
  font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  color: black;
  color: var(--text-main);
  display: flex;
  color-scheme: light;
}

[data-theme="dark"] {
  color-scheme: dark;
}

a, a:hover, a:visited {
  outline: none;
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid rgba(72, 123, 158, 0.55);
  outline-offset: 2px;
}

ul {
  list-style: outside none none;
}

h1 {
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
}

h1 .h1soustitre {
	font-size: 80%;
}

h2, h3, h4 {
  font-weight: 400;
}

body {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

body > header {
  display: flex;
  align-items: center;
  font-weight: normal;
  border-bottom: 1px solid var(--line-chrome);
}

body > header > * {
  padding: 0.92rem;
}

body > header a, body > header a:hover, body > header a:visited {
  text-decoration: none;
  outline: none;
  font-size: var(--fs-ui);
  text-shadow: none;
  font-weight: 400;
}

body > header > .header-spacer {
  margin-left: auto;
}

body > footer {
  display: flex;
  justify-content: center;
  font-size: var(--fs-small);
  border-top: 1px solid var(--line-chrome);
}

body > footer > * {
  padding: 1rem;
}

#principale {
  flex: 1;
  overflow: auto;
}

#entetePage {
  font-size: var(--fs-h1);
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 1rem 1rem 0 1rem;
  box-sizing: border-box;
  margin: 0;
}

.surface-card {
  background-color: rgba(255,255,255,0.52);
  border-radius: 8px;
  border: 1px solid #f8f7f9;
  box-shadow: 0 10px 22px rgba(25, 33, 44, 0.08);
  color: rgba(40, 40, 40, 0.72);
  text-shadow: none;
}

[data-theme="dark"] .surface-card {
  background-color: rgba(36, 50, 61, 0.88);
  border-color: rgba(196, 216, 232, 0.36);
  color: rgba(245, 248, 251, 0.98);
  text-shadow: none;
  box-shadow: none;
}

.page-title {
  font-size: var(--fs-h1);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0;
  text-shadow: none;
}

.page-title > a {
  display: block;
  padding: 0;
  text-decoration: none;
  font-weight: inherit;
  text-shadow: none;
}

#entetePage > h1 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem 1.2rem;
}


.classique {
  padding: 0.35rem;
  margin: 0.8rem;
  line-height: 1.5rem;
  font-size: var(--fs-body);
}

.classique > * {
  padding: 0;
  margin: 0.7rem 0 0 0;
}

.classique header {
  margin: 0;
  width: 100%;
  text-align: center;
}

.classique > h1 {
  padding: 1.2rem ! important;
}
  
.classique h2 {
  margin: 0;
  padding-bottom: 0;
  font-size: var(--fs-h2);
}

.classique h3,
.boxInfo h3 {
  font-size: var(--fs-ui);
}

.classique p {
  text-align: justify;
  text-justify: inter-word;
  margin: 0.8rem 0 0 0;
  hyphens: auto;
  word-break: break-word;
}

.classique > p {
  margin: 0.3rem 0 0 0;
}
	
.classique p.hdeuxdetails {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: var(--fs-small);
}

[data-theme="dark"] .page-title,
[data-theme="dark"] .page-title > a,
[data-theme="dark"] .classique h2,
[data-theme="dark"] .classique h3,
[data-theme="dark"] .classique p,
[data-theme="dark"] .boxInfo h2,
[data-theme="dark"] .boxInfo h3 {
  color: rgba(244, 249, 253, 0.98);
  text-shadow: none;
}

.erreur {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  color: #363B40;
  max-width: 33%;
  padding: 1rem;
  border-radius: 2px;
  box-shadow: 0 0 2px white;
  line-height: 1.5rem;
  font-size: 1rem;
}



.presentation {
  width: 33%;
}

.desactive {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}




.cesure {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

.formattxt {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  word-break: break-word;
  line-height: 1.625em;
  font-size: var(--fs-body);
}






body > header a:hover.contact {
	background: var(--hover-contact);
	border-radius: 2px;
}






body {
    background: var(--bg-page);
    color: var(--text-main);
    transition: background-color 0.25s ease, color 0.25s ease;
}









.boxInfo {
/*	text-align: center;*/
/*	text-shadow: 1px 1px rgba(54, 59, 64, 0.33);*/
	padding: 1rem 1.1rem;
  font-size: var(--fs-body);
}


.boxInfo h2 {
	margin-bottom: 0.3rem;
	text-align: center;
  font-size: var(--fs-h2);
}

.boxInfo a {
	text-decoration: underline;
}


@keyframes roule {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
}



@media all and (max-width: 900px) {
  .presentation {
    width: 49.6%;
  }
}

@media all and (max-width: 600px) {
  header {
    font-weight: bold;
  }

  .presentation {
    width: 100%;
    margin: 0 0.2rem;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }

  .classique section {
    width: 100%;
  }
}
