@font-face {
	font-family: 'fjallaoneregular';
	src: url('../fonts/fjallaone-regular-webfont.woff2') format('woff2'),
			 url('../fonts/fjallaone-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'liberation_monoregular';
    src: url('../fonts/liberationmono-regular-webfont.woff2') format('woff2'),
         url('../fonts/liberationmono-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calling_coderegular';
    src: url('../fonts/callingcode-regular-webfont.woff2') format('woff2'),
         url('../fonts/callingcode-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'erica_typeregular';
    src: url('../fonts/erika_type-webfont.woff2') format('woff2'),
         url('../fonts/erika_type-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'snell_roundhandblackscript';
    src: url('../fonts/snbl_-webfont.woff2') format('woff2'),
         url('../fonts/snbl_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root{
	--noir: rgba(37, 31, 17, 1);
	--blanc: rgb(240, 240, 240);
	--gris: rgb(51, 51, 51);
	--gris-clair: rgb(85, 85, 85);
	--rouge: rgb(255,20, 20);
	--rouge-fonce: rgb(90, 5, 5);
	--ocre: rgb(68, 40, 0);
	--orange: rgb(255, 110, 0);
	--orange-fonce: rgb(195, 60, 0);
	--jaune: rgb(240, 215, 20);
	--jaune-clair: rgb(255, 242, 127);
	/*box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);*/
	--rose: rgb(255, 50, 150);
	--violet: rgb(70, 0, 80);
	--bleu: rgb(0, 107, 196);
	--bleu-fonce: rgb(10, 30, 70);
	--bleu-vert: rgb(20, 100, 130);
	--bleu-gris: rgb(0, 50, 70);
	--vert-fonce: rgb(30, 50, 0);
	--vert: rgb(80, 160, 50);
	--blanc50: rgba(240, 240, 240,.3);
	--noir50: rgba(37, 31, 17, .5);
	--noir-rouge: rgb(30, 0,20);
	--noir-bleu: rgb(20, 0, 30);
	--noir-vert: rgb(20, 30, 0);
}

.blanc{
	background: var(--blanc);
}

.noir{
	background: var(--noir);
}

.noir-rouge{
	background: var(--noir-rouge);
}

.noir-bleu{
	background: var(--noir-bleu);
}

.noir-vert{
	background: var(--noir-vert);
}

.gris{
	background: var(--gris);
}

.gris-clair{
	background: var(--gris-clair);
}

.bleu-gris{
	background: var(--bleu-gris);
}

.rouge {
	background: var(--rouge);
}

.rouge-fonce{
	background: var(--rouge-fonce);
}

.rose{
background: var(--rose);
}

.orange{
	background: var(--orange);
}

.orange-fonce{
	background: var(--orange-fonce);
}box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);

.ocre{
	background: var(--ocre);
}

.jaune{
	background: var(--jaune);
}

.violet{
	background: var(--violet);
}

.bleu{
	background: var(--bleu);
}

.bleu-fonce{
	background: var(--bleu-fonce);
}

.bleu-vert{box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);
	background: var(--bleu-vert);
}

.vert-fonce{
	background: var(--vert-fonce);
}

.vert{
	background: var(--vert);
}

html, body {
	margin: 0;
  padding: 0;
	font-family: 'calling_coderegular',sans-serif;
  font-size: 105%;
	font-weight: 100;
	line-height: 1.5rem;
	text-rendering: optimizeLegibility;
	color: var(--blanc);
	background: var(--noir);
	scroll-behavior: smooth;
	-webkit-scrollbar-color: var(--gris) var(--noir);
	overflow-x: hidden;
}
box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);
section, header, footer, article, nav, div, span, ul, li, a{
  box-sizing: border-box;
}

section{
	width: 100vw;
}

section.plein-pot{
	position: relative;
	display: flex;
	width: 100vw;
	height: auto;
}

section.plein-pot img{
	display:flex;
	align-items: center;
	justify-content: center;
	max-width: 100vw;
}

section.plein-pot p{
	position: absolute;
	max-width: 100%;
	min-height: auto;
	padding: 5px 10px;
	line-height: 1.2em;
	top: 20px;
	left: 60px;
}

/* bandeau année*/

section h4{
margin: 0;
padding: 20px 0 20px 80px ;
}

section h4 span{
float: right;
background-color:var(--rouge);
color: var(--blanc);
font-family:'calling_coderegular';
font-size: .8rem;
line-height: .8rem;
font-weight: 400;
padding: .5rem;
margin: -15px 150px 0 0;
transform: rotate(-3deg);
box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.75);
}
/*fin bandeau année*/


img {
  display: block;
  margin: 0 auto;
}

figure {
  display: flex;
  flex-flow: column;
  max-width: auto;
  margin: auto;
}

figcaption {
	width: 100%;
	padding: 10px auto;
	color: var(--jaune);
	font-size: 1.2rem;
	letter-spacing: -0.1rem;
  font-style: italic;
	padding-top: 10px;
}

h1{
  font-family: 'fjallaoneregular', sans-serif;
  font-weight: 100;
	font-size: 2.5rem;
	line-height: 3rem;
}

article{
	width: 85%;
	margin: 0 auto;
	padding: 50px 0;
}

article.flex-basic{
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	justify-content: space-between;
}

article.flex-basic img{
	opacity: 1;
	transition: all 1s;
}

article.flex-basic img:hover, article.flex-basic img:focus{
	opacity: .8;
	cursor: zoom-in;
}

article.flex-basic img.col3{
	object-fit: contain;
	max-width: 30%;
}

article.flex-basic img.col4{
	object-fit: contain;
	max-width: 22%;
}

article.flex-basic img.col5{
	object-fit: contain;
	max-width: 18%;
}

div.col4{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 22%;
	margin: 0 auto;
}

div.col3{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 30%;
	margin: 0 auto;
}

p.cartouche-txt{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	line-height: 1.7rem;
	text-align: center;
}

article.flex-basic p.col3{
	margin:auto;
	max-width: 30%;
}

article.flex-basic img.col2{
	object-fit: contain;
	max-width: 45%;
}

article.flex-basic p.col2{
	margin:auto;
	max-width: 45%;
}

article.flex-basic img.col1{
	object-fit: contain;
	max-width: 50%;
}

article.flex-basic p.col1{
	margin:auto;
	max-width: 45%;
}

.cadre{
	border: solid 10px rgba(10,10,10,.7);
}

span.titre{
	display: block;
	padding: 60px 0 0 60px;
	font-family: 'fjallaoneregular', sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	text-indent: 0;
	color: var(--jaune);
}

/* menu****************************************************/

#menuToggle{
  display: block;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a{
  text-decoration: none;
	color: var(--blanc);
  transition: color 0.3s ease;
}

#menuToggle a:hover{
  color: var(--rose);
}

#menuToggle input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: var(--blanc);
	cursor: pointer;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  display: flex;
  flex-direction: column;
  position: fixed;
	top: 0px;
	left: 0px;
  /*width: 340px;*/
  margin: 0;
  padding: 20px 20px 10px 50px;
  background: var(--noir50);
  /*background: rgba(240,240,240,.5);*/
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 5px 10px 10px;
  font-size: 22px;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
