@font-face {
    font-family: "FunnelDisplay";
    src: url("FunnelDisplay-VariableFont_wght.ttf") format("ttf");
    font-variant: no-common-ligatures proportional-nums;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
html{
    font-family: 'FunnelDisplay';
    font-size: 22px;
}
body{
    margin: 0;
    background-color: #F6F6F8;
}
/* Nav menu */
nav{
    z-index: 99;
    font-size: 0.8em;
	position: relative;
    transition: 0.4s;
}
nav a{
    text-decoration: none;
    color: #fff;
}
nav a:hover{
    color: rgba(3, 84, 154, 0.92);
    padding: 0 0 1em 0;
    border-bottom: 2px solid rgba(3, 84, 154, 0.92);
}
nav .container{
    max-width: 100vw;
	padding: 1em 2em;
    margin: 0 auto;
}
nav .menu{
    display: flex;
	justify-content: flex-end;
}
nav ul{
    list-style-type: none;
	padding: 0;
    display: inline-block;
}
nav ul li{
    display: inline-block;
	margin: 0 0.5em
}
nav ul a {
    font-size: 0.75em;
	text-transform: uppercase;
}
nav .container .mnu-btn{
    display: none;
}
.social-media a {
    font-size: 0.75em;
}
/* Body */
/* Bannière header et logo site */
header{
    height: 100vh;
	background: url(../GraphiX/after-rain.webp) center no-repeat fixed;
    background-size: cover;
	position: relative;
    overflow: hidden;
}
header h1{
    position: absolute;
	font-size: clamp(2.1rem, 6rem, 10rem);
	letter-spacing: 5px;
    font-weight: 700;
}
.glass{
    position: absolute;
	width: 42%;
    height: 100%;
	top: 0;
    left: 0;
	background: rgba(114, 172, 230, 0.12);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(7px);
    -webkit-backdropt-filter: blur(7px);
	border: 1px solid rgba(114, 172, 230, 0.18);
    display: flex;
	justify-content: center;
    align-items: flex-end;
}
/* Texte d'accueil centre et logo */
.h-glass{
    background: url(../GraphiX/after-rain.webp) center no-repeat fixed;
    background-size: cover;
	color: transparent;
    background-clip: text;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #333344;
	top: 15%;
    right: 0;
}
.h-regular{
    color: #fff;
	-webkit-text-stroke: 1px black;
	top: 15%;
    left: 44%;
}
/* Mini présentation d'accueil */
.glass > div{
    display: flex;
	justify-content: center;
    align-items: center;
	box-sizing: border-box;
    padding: 1.5em;
}
.glass > div div{
    margin: 0 1rem;

}
.glass p{
    color: #fff;
	font-size: 1rem;
    line-height: 27px;
	max-width: 27em;
}
.glass h2{
    color: #fff;
    font-size: 1.5rem;
}
.glass a{
    color: #fff;
	text-decoration: none;
}
.glass a i{
    margin-left: 0.2em;
}
.puzzle{
    height: 60px;
    width: auto;
}
/* Div Asterisque */
.style-asterisk {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background: #555;
    clip-path: path('M11.93.684v8.039l5.633-5.633 1.216 1.23-5.66 5.66h8.04v1.737H13.2l5.701 5.701-1.23 1.23-5.742-5.742V21h-1.737v-8.094l-5.77 5.77-1.23-1.217 5.743-5.742H.842V9.98h8.162l-5.701-5.7 1.23-1.231 5.66 5.66V.684h1.737Z');
    display: block;
    margin: 0 auto;
}
/* Introduction */
.introduction{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    padding: 40px;
    }
.intro{
    height: fit-content;
    display: block;
    text-align: center;
    max-width: 52%;
}
a.button {
    background-color: #165575;
    color: white;
    padding: 12px 28px;
    margin: 20px;
    border-radius: 9px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}
a.button:hover {
    background-color: #103a5a;
}
/* Valeurs */
.valeurs {
    background-color: #E2E2E6;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    padding: 40px;
}
.val {
    height: fit-content;
    display: block;
    text-align: center;
    max-width: 52%;
}
.val img {
    width: 1.3rem;
    height: auto;
}
/* Footer */
.footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 100vw;
    padding: 30px 20px 30px 20px;
}
.footerlogo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}
.footerlogo figure {
    order: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 5px;
    max-width: 400px;
    margin: auto;
}
.footerlogo figcaption {
    margin: 15px;
    text-align: center;
    font-size: 18px;
}
.footerlogo img{
    width: 140px;
    height: auto;
}
.footermnu {
    order: 2;
    display: flex;
    width: 400px;
    height: auto;
}
.footermnu details {
    width: 400px;
    text-align: right;
    font-size: 0.75em;
    padding: 5px;
    }
.footermnu details > summary {
    box-shadow: 3px 3px 4px #B2B2B2;
    background-color: #FEFEFE;
    border-radius: 5px;
    list-style: none;
    cursor: pointer;
    border: 1px;
    padding: 5px;
}
.footermnu details > form {
  border-radius: 0 0 10px 10px;
  background-color: transparent;
  padding: 20px;
  margin: 0;
  box-shadow: 3px 3px 4px #B2B2B2;
  text-align: left;
}
.footermnu input,textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
  outline: none;
  resize: none;
  border: 0;
  transition: all 0.3s;
  border-bottom: 2px solid #bebed2;
}
.footermnu input:focus,textarea:focus {
  border-bottom: 2px solid #78788c;
}
.footermnu p:before {
  content: attr(type);
  display: block;
  margin: 28px 0 0;
  font-size: 0.8em;
  color: #5a5a5a;
}
