:root {
  --vermell: #cf152d;
  --groc: #eba904;
}


*{box-sizing: border-box;}



BODY {
  font-family: "helve", "Helvetica Neue", helvetica, sans-serif;
  font-size: 16px;
  background-color:#fff;
  color: #222;
  margin: 0;
  width: 100%;
  
}



@font-face {
  font-family: helve;
  src: url(fonts/HelveticaNeue-Light.otf);
  font-weight: 200;
}

@font-face {
  font-family: helve;
  src: url(fonts/HelveticaNeue-Medium.otf);
  font-weight: 400;
}

@font-face {
  font-family: helve;
  src: url(fonts/HelveticaNeue-Black.otf);
  font-weight: 600;
}

@font-face {
  font-family: INCstencil;
  src: url(fonts/INCstencil.ttf);
}
section{
	min-height: 100vh;
	background: url("../img/bg.webp") bottom repeat-x;
	 margin: 0;
	 padding: 50px;
	 display: grid;
	 grid-template-columns: 700px 1fr;
	 column-gap: 50px;
	 justify-items: center;
	 width: 100%;
}

section img { width: 80%; margin: auto; display: block;}
section iframe { width: 80%; margin: auto; }


.iframe-container {
  position: relative;
  padding-bottom: 20.8%;
  width: 100%;
  iframe {
    height: 100%;
    width: 100%;    
    left: 0;
    top: 0;
    position: absolute;
    body,html {
      height: 100%;
      overflow: hidden;
      background: transparent;
    }
  }
}

.plafo{
	width: 700px;
	margin: 50px;
	border-radius: 99em 99em 5px 5px;
	padding: 100px 50px;
	background: #e9f2ef;
	box-shadow: 5px 5px 10px rgba(20,20,20,0.5);
}
.plafo h1{
	text-align: center;
	font-weight: 400;
	font-size: 2.5em;
	color: #6da995;
}
.plafo p{
	font-weight: 200;
	font-size: 1.1em;
	text-align: center;
}
.plafo img { width : 100%;}
.plafo .peu { display: block; width : 80%; margin: auto; font-size: 0.9em; margin-bottom: 40px;}

.foto { padding-top: 50%; }
 

section:nth-child(even) {

}

.bio-wrapper{
	width: 100%;
	 grid-column: 1 / span 2;
	overflow-x: scroll;
}


.bio{
	display: flex;
	flex-flow: row nowrap;
	background: white;
	padding: 50px;
	padding-bottom: 0;
	width: max-content;
}
.bio .lapse{
	padding:  0 50px 0 10px ;
	border-left: 2px solid #222;
	flex-basis: 300px;
	width: 300px;
}

.bio .lapse .peu{ font-size: 0.8em;}

	/* width */
	.bio-wrapper::-webkit-scrollbar {
	  width: 20px;
	  height: 20px;
	}

	/* Track */
	.bio-wrapper::-webkit-scrollbar-track {
	  background: #f1f1f1;
	}

	/* Handle */
	.bio-wrapper::-webkit-scrollbar-thumb {
	  background: var(--groc);
	  border-radius: 8px;
	}

	/* Handle on hover */
	.bio::-webkit-scrollbar-thumb:hover {
	  background: var(--vermell);
	}

.audio {
	background : var(--groc);
	padding : 40px;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgba(20,20,20,0.5);
	max-height: 150px;
}

.peu { text-align: center}

#nav{
	position: fixed;
	bottom: 10px; right: 10px;
	text-align: center;
}
#nav h1 { margin: 0 }

button{
padding: 20px 40px;
margin: 20px auto;	
background: #eba904;
border: 2px solid #665114;
border-radius: 4px;
}

.credits h2{
margin-top: 30px;
color: #bbb;
font-size: 1.2em;
text-align: left;
}
.credits h3{
color: #bbb;
font-size: 1em;
text align: left;
margin-left: 10px;
}
.credits p{
text-align: left;
margin-left: 20px;
font-size: 0.9em;
}

#logos {
	display: flex;
	padding: 50px;
	background: #eba904;
}
#logos img{
	margin: 50px;
	height: 200px;
	width: auto;
	max-width: 300px;
}

@media only screen and (max-width: 1000px) {
section{
	 padding: 5px;
	 display: grid;
	 grid-template-columns: 1fr;
	 column-gap: 50px;
	 justify-items: center;
	 width: 100%;
}
}