@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;
}
a{
    color: #020b55
}
a:hover{
    color: rgba(3, 84, 154, 0.92);
}
h4{
    font-size: 0.95rem;
    font-weight: bold;
    text-align: center;
}
/* 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 0.8em 0;
    border-bottom: 2px solid rgba(3, 84, 154, 0.92);
}
nav .container{
    max-width: 100vw;
	padding-right: 1em;
    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;
}
nav .navimg{
    width: 11px;
    height: auto;
    display: inline-block;
    pointer-events: none;
    }
.social-media a {
    font-size: 0.75em;
}
/* Body */
/* Bannière header et logo site */
header{
    height: 48px;
	background-color: #828282;
}
/* Titre de page */
.title {
    background: url(../GraphiX/rain-forest-mid.jpg) center no-repeat fixed;
    background-size: cover;
    height: 110px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    padding: 40px;
    overflow: hidden;
}
.title h1 {
    font-size: 2.2em;
    color: #fff;
}
/* Valeurs ou ligne grisee */
.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;
}
.price-box {
}
/* 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;
}
/* Div de centrage */
.centrer {
    width: 100%;
    text-align: center;
}
.l_align {
    width: 100%;
    display: inline-block;
    text-align: left;
}
/* Buttons de lien */
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;
}
/* 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%;
}
/* Desktop */
.accueil {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 40px;
}
/* Affichage libre */
.std_display{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 40px;
}
.std {
    height: fit-content;
    display: block;
    text-align: center;
    max-width: 90%;
}
.std_display_g{
    background-color: #E2E2E6;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 40px;
}
/* Carte d'ID */
.card_container {
  max-width: 380px;
  max-height: 430px;
  margin: 0 auto;
}
.card {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 3px 7px rgba(85,85,85,.1);
}
.profile-picture {
  width: 130px;
  height: auto;
  margin: 0 auto 20px;
}
.profile-picture img {
  width: 100%;
  height: 100%;
  box-shadow: 10px 10px 22px 0 rgba(85, 85, 85, 0.5);
  border-radius: 8px;
  object-fit: cover;
}
.name {
  font-size: 0.85em;
  margin: 20px;
}
.tagline,
.description {
  margin: 10px 0;
  font-size: 0.75em;
}
/* Indicateur de points */
.pie {
  --w:60px;
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  place-content: center;
  margin: 1px;
  font-size: 0.8em;
  font-weight: bold;
  font-family: sans-serif;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  z-index: 20;
  pointer-events: none;
}
.pie:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
          mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}
/* Pricing */
.pricing-content {
    padding: 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}
.pricing {
    float: left;
    display: block;
    background: #fff;
    border-radius: 3px;
    width: 28%;
    box-shadow: 0 3px 7px rgba(85,85,85,.1);
    margin: 10px 20px;
}
.pricing ul {
    list-style: none;
}
.pricing li {
    padding-left: 6px;
}
/* Presentation des maitres */
.masters {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 40px;
}
/* Image mise en avant */
.highlight  img, .highlight2  img {
    box-shadow: 10px 10px 22px 0 rgba(85, 85, 85, 0.5);
    border-radius: 8px;
    height: 400px;
    width: auto;
}
.highlight {
    order: 1;
}
.highlight2 {
    order: 3;
}
/* Biographie */
.life {
    order: 2;
    height: fit-content;
    display: block;
    text-align: center;
    max-width: 52%;
    }
.life h1,h2 {
    text-align: center;
    }
.life p {
    text-align: justify;
    }
h2 > img {
    box-shadow: 8px 8px 18px 0 rgba(85, 85, 85, 0.5);
    border-radius: 8px;
    margin: 5px;
}
/* Ajout de news*/
.add_news {
    padding: 10px;
    display: flex;
    align-items: right;
    flex-wrap: nowrap;
    flex-direction: row;
    color: #999;
    justify-content: flex-end;
}
/* Articles */
hr {
    background: #EEE;
    border: none;
    height: 5px;
    margin: 2em auto 0.7em auto;
    width: 70%;
}
.articles-content {
    padding: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}
article {
    float: left;
    display: block;
    background: #fff;
    border-radius: 3px;
    width: 33.3%;
    box-shadow: 0 3px 7px rgba(85,85,85,.1);
    margin: 10px 20px;
}
.post-title {
    width: initial;
}
.post-header {
    padding: 8% 10% 8% 10%;
    border-radius: 3px 3px 0 0;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
    width: initial;
}
.post-header h1{
    text-align: left;
    font-size: 1.45em;
    line-height: 120%;
    border: 0;
    margin: 0;
    padding: 0;
}
.post-header::before {
    border: 12px solid transparent;
    border-top-color: #eee;
    bottom: 0;
    content: "";
    display: block;
    left: 10%;
    margin-bottom: -24px;
    position: absolute;
    z-index: 10;
}
.post-header::after {
    border: 11px solid transparent;
    border-top-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: 10%;
    margin-bottom: -21px;
    margin-left: 1px;
    position: absolute;
    z-index: 11;
}
.post-highlights {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.post-highlights img {
    width: 100%;
}
.post-meta-container {
    padding: 5% 5%;
    word-wrap: break-word;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    line-height: 140%;
    padding: 2% 2.5%;
    background: #363F48;
    font-size: 0.8em;
    color: #FFF;
    border-radius: 6px;
}
.sticky {
    background-color: #374250;
    height: 70px;
    width: 40px;
    top: 0;
    right: 9%;
    content: "";
    position: absolute;
    display: block;
    z-index: 9;
}
.sticky::before {
    border: 20px solid transparent;
    border-left-color: #374250;
    border-right-color: #374250;
    position: absolute;
    top: 70px;
    margin-top: -20px;
    content: "";
}
.pin {
    width: 13px;
    height: auto;
    display: block;
    pointer-events: none;
    margin: auto;
    padding-top: 10px;
    }
.paper_type{
    width: 20px;
    height: auto;
    display: inline-block;
    pointer-events: none;
    }
.post-post {
    background: #f9f9f9;
    color: #999;
    font-size: 0.85em;
    padding: 8px 10%;
}
/* Detail d'article */
.articles-content-read {
    padding: 40px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
}
article.read {
    float: left;
    display: block;
    background: #fff;
    border-radius: 3px;
    width: 75%;
    box-shadow: 0 3px 7px rgba(85,85,85,.1);
    margin: 10px 20px;
}
.post-first {
    vertical-align: middle;
    border-radius: 3px 3px 0 0;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.post-first p{
    text-align: right;
    font-size: 0.8em;
    color: #555;
    border: 0;
    padding: 0 20px;
    text-align: right;
}
.post-first::before {
    border: 12px solid transparent;
    border-top-color: #eee;
    bottom: 0;
    content: "";
    display: block;
    left: 10%;
    margin-bottom: -24px;
    position: absolute;
    z-index: 10;
}
.post-first::after {
    border: 11px solid transparent;
    border-top-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: 10%;
    margin-bottom: -21px;
    margin-left: 1px;
    position: absolute;
    z-index: 11;
}
.post-title {
    padding: 0 20px;
    border-radius: 3px 3px 0 0;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
    text-align: right;
    font-size: 0.8em;
    color: #555;
}
.post-title::before {
    border: 12px solid transparent;
    border-top-color: #eee;
    bottom: 0;
    content: "";
    display: block;
    left: 10%;
    margin-bottom: -24px;
    position: absolute;
    z-index: 10;
}
.post-title::after {
    border: 11px solid transparent;
    border-top-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: 10%;
    margin-bottom: -21px;
    margin-left: 1px;
    position: absolute;
    z-index: 11;
}
/* User card */
.user_card{
     padding: 1rem;
     position: relative;
     width: 25%;
     max-height: 260px;
     min-height: 160px;
	 min-width: 300px;				  
     margin: 30px;
	 background: rgba(255, 255, 255, 0.1);
     border-top: 1px solid rgba(255, 255, 255, 0.5);
     border-left: 1px solid rgba(255, 255, 255, 0.5);
     box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
	 backdrop-filter: blur(5px);
     border-radius: 15px;
	 color: #fff;
     justify-content: center;
     align-items: center;
}
.user_card .image-box{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.user_card .image-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user_card .content{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  overflow: hidden;
}
.user_card .content .details {
  text-align: center;
  width: 100%;
}
.user_card .content .details h2 {
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #555;
}
.user_card .content .details h2 span {
  font-size: 0.75rem;
  opacity: 0.5;
  color: #555;
}
.user_card .content .details .data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.user_card .content .details .data h3 {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  color: #555;
  order: 1;
}
.user_card .content .details .data h3 span {
  font-size: 0.85rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.5;
  order: 2;
}
.user_card .content .details .action-buttons button {
  cursor: pointer;
}
.user_card .content .details .action-buttons form {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
table.heures th{
  text-align: left;
  background-color: #e2e2e2;
  color: #616161;
}
table.heures tr:nth-child(even) {
  background-color: #f2f2f2;
}
/* Utilities */
/* ScrollBox */
.scroll{
  max-width: 90%;
  max-height: 440px;
  scrollbar-width: auto;
  scrollbar-color: rgba(38, 18, 0, 0.8) rgba(255, 255, 255, 0.25);
  scrollbar-gutter: stable;
  overflow-y: auto;
  padding: 2rem;
  box-shadow: 0 3px 7px rgba(85,85,85,.1);
}
.scroll::-webkit-scrollbar{
  width: 15px;
}
.scroll::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.25);
}
.scroll::-webkit-scrollbar-thumb{
  background-color: #CFD8DC;
  border-radius: 5px;
  border: 1px solid rgba(38, 18, 0, 0.8);
}
.scroll a{
  text-decoration: none;
  color: #020b55
}
.scroll a:hover{
  color: rgba(3, 84, 154, 0.92);
}
/* Formulaires */
input,textarea,fieldset,select {
  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;
}
input:focus,textarea:focus,select:focus {
  border-bottom: 2px solid #78788c;
}
input[type="radio"], input[type="checkbox"], label{
  width: auto;
}
p:before {
  content: attr(type);
  display: block;
  margin: 28px 0 0;
  font-size: 0.8em;
  color: #5a5a5a;
}
button {
    background-color: #165575;
    padding: 12px 28px;
    border-radius: 9px;
    margin: 20px;
    color: white;
    font-weight: bold;
}
button:hover {
    background-color: #103a5a;
}
a.info, a.inscript {
    text-decoration: none;
    color: #555;
}
a.info:hover, a.inscript:hover{
    color: rgba(3, 84, 154, 0.92);
    padding: 0 0 0.6em 0;
    border-bottom: 2px solid rgba(3, 84, 154, 0.92);
}
/* Icone size*/
img.ico {
    height: 20px;
    width: auto;
    object-position: center;
    }
/* Modificateur */
.modifier{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    }
.modifier img{
    height: 30px;
    width: auto;
    }
/* Export */
.export{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    }
.export img{
    height: 50px;
    width: 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;
}
/* Pagination */
.pagination {
font:12px Arial, Helvetica, sans-serif;
margin:40px 0 0 90px;
}
.pagination a {
background:#fff;
border:1px solid #06c;
color:#06c;
margin:2px;
padding:.2em .4em;
text-decoration:none
}
.pagination a:hover {
background:#fff;
border:1px solid #bd88fe;
color:#bd88fe
}
.pagination span.inactive {
background:#fff;
border:1px solid #f0f0ff;
color:#f0f0ff;
margin:2px;
padding:.2em .4em
}
.pagination span.active {
background:#f4ebff;
border:1px solid #bd88fe;
color:#bd88fe;
font-weight:700;
margin:2px;
padding:.2em .4em
}
