/* Fonts */

@font-face {
  font-family: gamer; /* set name */ 
  src: url(../fonts/ci-gamedev.woff2); /* url of the font */

}

@font-face {
  font-family: classic; /* set name */ 
  src: url(../fonts/Montserrat-VariableFont_wght.woff2); /* url of the font */
}

@font-face {
  font-family: lato; /* set name */ 
  src: url(../fonts/Lato-Regular.woff2); /* url of the font */
}

@font-face {
  font-family: now; /* set name */ 
  src: url(../fonts/Now-Regular.woff); /* url of the font */
}

@font-face {
  font-family: archivoBlack; /* set name */ 
  src: url(../fonts/ArchivoBlack-Regular.woff2); /* url of the font */
}
/* HTML */

body{
  margin: 0px;
  background-color: #ffffff;
}

main{
  padding-top: 24px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
  text-align: center;
  bottom: 0;
  padding: 10px;
  background-color: #00a2ff;
  color: white;
  font-family: classic;
}

/* Navigation */

.btn-group {
  display: flex;
  flex-wrap: wrap;
  background-color: #00a2ff;
  box-shadow:0 8px 16px 5px #abd6ff;
}

.button {
  background-color: #ffffff;
  border: 0px;
  color: rgb(0, 0, 0);
  padding: 15px 50px;
  margin: 5px 5px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  font-family: classic;
}

.btn-group .button:hover {
  background-color: #abd6ff;
}

.btn-group .button:not(:last-child) {
  border-right: none;
}

/* Accueil */
.separation_accueil{
  height: 500px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  display: flex;
  column-gap: 20px;
}

.sommaire {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sommaire_bouton {
  cursor:pointer;
  border: 0px;
  background-color: #e9e9e9;
  border-left: 6px solid #00a2ff;
  border-right: 6px solid #00a2ff;
  color: rgb(0, 0, 0);
  margin: auto;
  width: 100%;
  height: 100px;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  box-shadow:0 8px 16px 2px #abd6ff;
  font-family: classic;
  font-size: 30px;
  font-weight: bold;
}

.sommaire_bouton:active, .sommaire_bouton:hover {
  background-color: #abd6ff;
}

.presentation{
  height: 500px;
  width: 60%;
  background-color: #e9e9e9;
  position: absolute;
  right: 50px;
  border-radius: 50px;
  border-bottom: 6px solid #00a2ff;
  border-top: 6px solid #00a2ff;
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  box-shadow:0 8px 16px 2px #abd6ff;
}

/* CV */

.imagecv{
  border: 5px solid #00a2ff;
  margin: auto;
  width:800px;
  border-radius: 5px;
  box-shadow:0 8px 16px 2px #abd6ff;
}

.cv_top{
  background-color: #323b4c;
  width: 100%;
  height: 10%;
  text-align: center;
  color: white;
  margin: auto;
}

.cv_main {
  display: flex;
  height: 90%;
}

.cv_left{
  background-color: #e4e4e4;
  width: 30%;
  padding-left: 10px;
}

.cv_titre_gauche{
  font-family: now; 
  font-weight: bold; 
  text-decoration: underline; 
  font-size: 20px;
  color: #323b4c;
  letter-spacing: 2px;
  margin-top:25px;
}

.cv_texte_gauche{
  color:#323b4c;
  font-family: lato;
}

.cv_logo_container{
  height: 70px;
  width: 220px;
  display: flex;
  justify-content: space-around;
}

.cv_logo{
  height: 50px;
  width: 50px;
}

.cv_right{
  background-color: #ffffff;
  width: 70%;
  padding: 10px;
}

.cv_titre_droite{
  font-family: now; 
  font-weight: bold; 
  font-size: 20px;
  color: #323b4c;
  letter-spacing: 2px;
  border-bottom: 2px solid;
  margin:auto;
  margin-top: 10px;
}

.cv_introduction{
  color:#323b4c;
  font-family: lato;
  border-left: 2px solid;
  padding-left:20px;
  text-align: justify;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.cv_texte_droite{
  color:#323b4c;
  font-family: lato;
  border-left: 2px solid;
  margin-top: 10px;
  padding-left:20px;
  font-size: 15px;
}

.cv_soustitre{
  display: flex;
  justify-content:space-between;
  font-weight: bold; 
  height: 15px;
}

.cv_liens{
  color:#323b4c;
  font-family: lato;
  margin:0px;
  margin-right: 0px;
  font-size: 15px;
  text-align: right;
}

.downloading:link, .downloading:visited{
  background-color:#e9e9e9;
  color: rgb(0, 0, 0);
  padding: 15px 25px;
  width: 200px;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #00a2ff;
  border-radius: 50px;
  box-shadow:0 8px 16px 2px #abd6ff;
  font-family: classic;
}

.downloading:hover, .downloading:active{
  background-color: #abd6ff;
}

/* Portfolio */

.portfolio {
  width: 1500px;
  height: 300px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 20px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 30% 30% 30%;
  padding: 10px;
}

.portfolio div {
  display: flex;
  justify-content: center;
  align-items: center;
  color:white;
}

.portfolio_button {
  background-color: rgb(207, 64, 64);
  border:0;
  color: white;
  height: 100%;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
}

.portfolio_button:hover{
  background-color: rgb(207, 64, 64);
  box-shadow:0 8px 16px 0 #abd6ff;
}

.portfolio_button:disabled {
  box-shadow:none;
  background-color: #e9e9e9;
  cursor: default;
}

/* Jeux portfolio */

ul.myUL {
  display: inline-block;
  text-align: left;
}

.separation {
  display: flex;
  column-gap: 20px;
  margin-top:auto;
  margin-bottom: auto;
}

.jeu {
  background-color: #e9e9e9;
  width: 47%;
  height: 750px;
  margin-left: 10px;
  border-radius: 20px;
  text-align: center;
  box-shadow:0 8px 16px 0 #abd6ff;
  border-top: 5px solid #00a2ff;
  border-bottom: 5px solid #00a2ff;
}

.presentation_jeu {
  background-color: #e9e9e9;
  width: 47%;
  height: 750px;
  margin-right: 10px;
  border-radius: 20px;
  position: absolute;
  right: 15px;
  padding-left: 10px;
  box-shadow:0 8px 16px 0 #abd6ff;
  border-top: 5px solid #00a2ff;
  border-bottom: 5px solid #00a2ff;
}

.play:link, .play:visited{
  padding: 15px 25px;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
  background-color: #c7c7c7;
  border-left: 6px solid #00a2ff;
  border-right: 6px solid #00a2ff;
  color: rgb(0, 0, 0);
  box-shadow:0 8px 16px 0 #abd6ff;
}

.play:hover, .play:active{
  background-color: #abd6ff;
}

.game_title{
  color: rgb(0, 0, 0);
  font-size: 150%;
  text-decoration: underline ;
  font-weight: bold;
}

.image_jeu {
  width: 70%;
  border-left: 6px solid #00a2ff;
  border-right: 6px solid #00a2ff;
  border-radius: 50px;
  box-shadow:0 8px 16px 0 #abd6ff;
}

/* Infos */

.informations {
  background-color: #e9e9e9;
  width: 30%;
  height: auto;
  margin: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 20px;
  border-top: 5px solid #00a2ff;
  border-bottom: 5px solid #00a2ff;
  text-align: center;
  box-shadow:0 8px 16px 2px #abd6ff;
  font-family: classic;
}

/* Javascript */
.led{
  width: 10px;
  height: 10px; 
  background-color: #333333;
  margin:4px;
  border-radius: 50%;
}

.matrix{
  background-color: black;
  width: fit-content;
  display: grid;
  grid-template-columns: 18px 18px 18px 18px 18px 18px 18px 18px ;
  grid-template-rows: 18px 18px 18px 18px 18px 18px 18px 18px ;
}

.ecran_jeu{
  margin:auto;
  display: grid;
  grid-template-columns: 144px 144px 144px 144px 144px;
  grid-template-rows: 144px 144px 144px;
}