@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.75em;
	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-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;
}
.social-media a {
    font-size: 0.75em;
}
/* Body */
/* Bannière header et logo site */
header{
    height: 48px;
	background-color: #828282;
}
/* Texte d'accueil centre et logo */
.logo {
    position:absolute;
	top: 8px;
    left: 10px;
    z-index: 10;
}
.logo img{
    width: 160px;
    height: auto;
}
/* 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.5rem;
    color: #fff;
}
/* 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;
}
/* 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;
}
/* 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 de seminaires */
.articles-content {
    padding: 40px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    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-header {
    padding: 8% 10% 8% 10%;
    border-radius: 3px 3px 0 0;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.post-header h1{
    text-align: left;
    font-size: 1.75em;
    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 {
    max-width: 100%;
}
.post-meta-container {
    padding: 5% 5%;
    word-wrap: break-word;
}
.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: "";
}
i.fa {
    position: absolute;
    color: #fff;
    text-align: center;
    text-indent: 0;
    font-size: 18px;
    top: 15px;
    width: 100%;
}
.post-post {
    background: #f9f9f9;
    color: #999;
    font-size: 0.85em;
    padding: 8px 10%;
}
.post-post i.fa {
    display: block;
    margin-right: 10px;
    position: relative;
    font-size: 0.85em;
    top: 0;
    width: 17px;
    height: auto;
    color: #999;
}
/* 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;
}
/* Contact */
article.contact {
    float: left;
    display: block;
    background: #fff;
    border-radius: 3px;
    width: 45%;
    box-shadow: 0 3px 7px rgba(85,85,85,.1);
    margin: 10px 20px;
}
.contact 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;
}
.contact input:focus,textarea:focus {
  border-bottom: 2px solid #78788c;
}
.contact p:before {
  content: attr(type);
  display: block;
  margin: 28px 0 0;
  font-size: 0.8em;
  color: #5a5a5a;
}
.contact button {
    background-color: #165575;
    padding: 12px 28px;
    border-radius: 9px;
    margin: 20px;
    color: white;
    font-weight: bold;
}
.contact button:hover {
    background-color: #103a5a;
}
/* 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: 260px;
    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: #EEEEEF;
    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;
}
