@charset "UTF-8";
/*
Theme Name: MD Word Press
Author: Mathieu Debavelaere
Description: Mon premier thème !
Requires at least: WordPress 5.0
Version: 1.0
*/
a {
  margin: 0;
}

/*
$data_color__text: rgb(45, 45, 45);
$data_color__backGround: rgba(132, 132, 132, 0.156);
$data_color__border: rgb(211, 211, 211);
$data_color__backGround_menu: rgba(132, 132, 132, 0.156);
$data_color__backGround_menu_text: rgb(255, 255, 255);
$data_color__backGround_menu_text_hover: rgb(87, 188, 77);
$data_block_bs: solid rgba(255, 255, 255, 0.709) 0.1vh;
*/
/* 
border-radius: $data_block_br ;
border: $data_block_bs ;
background-color: $data_block_bc;
-webkit-backdrop-filter: $data_block_blur ;
backdrop-filter: $data_block_blur ; 
*/
.data__button {
  background-color: rgba(132, 132, 132, 0.156);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-radius: 2vh;
}
.data__button a {
  font-size: 3vh;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.data__button a:hover {
  color: rgb(87, 188, 77);
}

.data__backGround {
  background: #232634;
  background-image: url(./img/tropical.svg);
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  color: rgb(255, 255, 255);
  width: 100%;
}

.data__backGround_footer {
  background: #232634;
  color: rgb(255, 255, 255);
}

.data_blur {
  background-color: rgba(132, 132, 132, 0.156);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-radius: 0.5vh;
}

.inside label {
  font-size: 3vh;
  color: rgba(132, 132, 132, 0.156);
  background-color: rgba(132, 132, 132, 0.156);
  text-align: center;
  border-top-left-radius: 1vh;
  border-top-right-radius: 1vh;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Poiret One", sans-serif;
}

.admin-bar .menu {
  top: 32px;
  /* on prend en compte le décalage */
}

nav {
  display: none;
}

.blockBurger {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 5vh;
  width: 5vh;
}
.blockBurger .line {
  height: 0.8vh;
  margin: 0.25vh 0;
  width: 100%;
  border-radius: 4vh;
  background-color: rgb(255, 255, 255);
}
.blockBurger .line1-1,
.blockBurger .line2-1,
.blockBurger .line3-1 {
  height: 0.8vh;
  margin: 0.25vh 0;
  width: 5vh;
  border-radius: 4vh;
  background-color: rgb(255, 255, 255);
  transition: 0.3s;
}
.blockBurger .line1-2 {
  height: 0.8vh;
  margin: 0.25vh 0;
  width: 5vh;
  border-radius: 100px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  rotate: 45deg;
  margin: 0px;
  transition: 0.3s;
}
.blockBurger .line2-2 {
  opacity: 0%;
  transition: 0.1s;
}
.blockBurger .line3-2 {
  height: 0.8vh;
  margin: 0.25vh 0;
  width: 5vh;
  border-radius: 100px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  rotate: -45deg;
  margin: 0px;
  transition: 0.3s;
}

body {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(132, 132, 132, 0.156);
  background: #232634;
}

#wpwrap {
  background-color: rgb(255, 255, 255);
}
#wpwrap label {
  background-color: rgba(255, 255, 255, 0);
  color: rgb(37, 37, 37);
}

h1 {
  width: 100%;
  text-align: center;
  font-size: 4vw;
  margin-bottom: 2vh;
  animation-duration: 1.5s;
  animation-name: opacity_h1;
}

.header {
  position: fixed;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: auto;
  width: 100%;
}
.header .menublock {
  position: fixed;
  z-index: 5;
  top: 4vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: auto;
  width: auto;
  background-color: rgba(132, 132, 132, 0.156);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-bottom-right-radius: 5vh;
  border-top-right-radius: 5vh;
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
}
.header .menublock .site__header__menu {
  height: 6.5vh;
}
.header .menublock .site__header__menu li {
  margin: 0% 2vh;
}
.header .link__index {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  text-decoration: none;
  list-style: none;
  padding-right: 0vh;
}
.header .link__index .logo {
  height: 5vh;
  padding: 1vh;
}
.header .site__header__menu,
.header .site__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: auto;
  height: auto;
}
.header .site__header__menu .menu-item,
.header .site__footer .menu-item {
  margin: 0 2vh;
  color: rgb(255, 255, 255);
  list-style: none;
  margin-top: 1.4vh;
  width: auto;
}
.header .site__header__menu .menu-item .sub-menu,
.header .site__footer .menu-item .sub-menu {
  display: none;
}
.header .site__header__menu .menu-item a,
.header .site__footer .menu-item a {
  color: rgb(255, 255, 255);
  border-bottom: rgba(255, 255, 255, 0);
  font-size: 3vh;
  text-decoration: none;
  padding: 0.5vh;
  transition: 0.3s;
}
.header .site__header__menu .menu-item a:hover,
.header .site__footer .menu-item a:hover {
  border-bottom: solid rgb(255, 255, 255) 0.2vh;
  transition: 0.1s;
}
.header .site__header__menu .menu-item:hover .sub-menu,
.header .site__footer .menu-item:hover .sub-menu {
  position: fixed;
  z-index: -1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 3vh 0;
  border-bottom-left-radius: 2vh;
  border-bottom-right-radius: 2vh;
  list-style: none;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-right: 2vh;
}
.header form .form__search {
  height: 4vh;
  width: 30vh;
  font-size: 2.5vh;
  border-top-left-radius: 0.5vh;
  border-bottom-left-radius: 0.5vh;
  border: none;
  background-color: data_block_bc;
}
.header form .form__search::-moz-placeholder {
  font-size: 2.5vh;
  padding-left: 1vh;
}
.header form .form__search::placeholder {
  font-size: 2.5vh;
  padding-left: 1vh;
}
.header form .form__img {
  height: 4vh;
  padding: 0 0.5vh;
  background-color: data_block_bc;
  border-top-right-radius: 0.5vh;
  border-bottom-right-radius: 0.5vh;
}
.header form .form__img:hover {
  background-color: rgb(87, 188, 77);
  transition: 0.3s;
}

footer {
  width: 100%;
  height: 10vh;
}
footer .data__blur {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  height: 100%;
  width: 100%;
  background-color: rgba(132, 132, 132, 0.156);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
footer .data__blur .proprietaire_web {
  text-align: center;
  width: 100%;
  color: rgb(255, 255, 255);
}
footer ul li {
  list-style: none;
}
footer a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
}
footer a:hover {
  transition: 0.2s;
  border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
}

body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
body .portfolio__list,
body .site__portfolio,
body .site__blog__block {
  padding-top: 5vh;
}
body .site__blog__block {
  padding-top: 10vh;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 80vh;
  width: 100%;
}
body .site__blog__block h1 {
  width: 100%;
}
body .site__blog_archive {
  width: 50%;
  background-color: data_block_bc;
  border-radius: 2vh;
}
body .site__blog_archive .post__archive {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 4vh;
}
body .site__blog_archive .post__archive h1,
body .site__blog_archive .post__archive .post__title {
  text-align: center;
  width: 70%;
  padding: 2vh 0;
  color: rgb(87, 188, 77);
}
body .site__blog_archive .post__archive .post__img_game {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .site__blog_archive .post__archive .post__img_game,
body .site__blog_archive .post__archive img {
  height: 100%;
  width: 105%;
  border-radius: 2vh;
}
body .site__blog_archive .post__archive .post__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
body .site__blog_archive .post__archive .post__container .post__categorie {
  width: 90%;
}
body .site__blog_archive .post__archive .post__container .post__categorie span {
  width: auto;
  padding: 0.5vh 1vh;
  border-radius: 1vh;
  color: rgb(255, 255, 255);
  transition: 0.3s;
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
}
body .site__blog_archive .post__archive .post__container .post__categorie a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin-left: 2vh;
}
body .site__blog_archive .post__archive .post__container .post__categorie span:hover {
  color: rgb(87, 188, 77);
  background-color: rgba(132, 132, 132, 0.156);
  transition: 0.3s;
}
body .site__blog_archive .post__archive .post__container .post__categorie span:hover a {
  color: rgb(87, 188, 77);
}
body .site__blog_archive .post__archive .post__container .post__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0;
  padding: 1.5vh 0;
}
body .site__blog_archive .post__archive .post__container .post__meta .avatar {
  width: 11vh;
  margin-right: 2vh;
}
body .site__blog_archive .post__archive .post__container .post__meta span {
  width: auto;
  color: rgb(87, 188, 77);
  border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
  transition: 0.3s;
}
body .site__blog_archive .post__archive .post__container p {
  width: 90%;
  padding: 1vh 0;
  text-align: justify;
}
body .site__blog_archive .post__archive .post__container .post__link {
  font-size: 1.5vw;
  width: auto;
  text-align: end;
  text-decoration: none;
  padding: 0.5vh 1vh;
  color: rgb(255, 255, 255);
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-radius: 1vh;
}
body .site__blog_archive .post__archive .post__container .post__link:hover {
  color: rgb(87, 188, 77);
  background-color: rgba(132, 132, 132, 0.156);
  transition: 0.3s;
}
body .site__blog {
  margin-top: 2vh;
  width: 70%;
  min-height: 60vh;
  background-color: data_block_bc;
  color: rgb(255, 255, 255);
  border-radius: 2vh;
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
}
body .site__blog .post_single,
body .site__blog .post {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2vw;
}
body .site__blog .post_single h1,
body .site__blog .post h1 {
  margin: 0%;
}
body .site__blog .post_single h1,
body .site__blog .post_single .post__title,
body .site__blog .post h1,
body .site__blog .post .post__title {
  text-align: center;
  width: 70%;
  padding: 2vh 0;
  color: rgb(255, 255, 255);
}
body .site__blog .post_single img,
body .site__blog .post img {
  height: 100%;
  max-width: 110%;
  border-radius: 1vh;
}
body .site__blog .post_single .attachment-full,
body .site__blog .post .attachment-full {
  width: 70%;
  border-radius: 0;
}
body .site__blog .post_single .post__meta,
body .site__blog .post .post__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 40%;
  margin: 0;
  padding: 1.5vh 4vh;
  border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-left: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-right: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-bottom-left-radius: 1vh;
  border-bottom-right-radius: 1vh;
  background-color: rgba(132, 132, 132, 0.156);
}
body .site__blog .post_single .post__meta .avatar,
body .site__blog .post .post__meta .avatar {
  width: 11vh;
  margin-right: 2vh;
}
body .site__blog .post_single .post__meta span,
body .site__blog .post .post__meta span {
  width: auto;
  color: rgb(87, 188, 77);
  border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
  transition: 0.3s;
}
body .site__blog .post_single .post__meta a,
body .site__blog .post .post__meta a {
  color: rgb(87, 188, 77);
  text-decoration: none;
  margin-left: 2vh;
}
body .site__blog .post_single .post__meta span:hover,
body .site__blog .post .post__meta span:hover {
  color: rgb(87, 188, 77);
  border-bottom: solid white 0.1vh;
  transition: 0.3s;
}
body .site__blog .post_single .post__container,
body .site__blog .post .post__container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
body .site__blog .post_single .post__container p,
body .site__blog .post .post__container p {
  width: 95%;
  padding: 2vh 0;
  margin-right: 2vh;
  text-align: justify;
}
body .site__blog .post_single .post__container .post__link,
body .site__blog .post .post__container .post__link {
  font-size: 1.5vw;
  width: auto;
  text-align: end;
  text-decoration: none;
  padding: 0.5vh 1vh;
  margin-right: 2vh;
  margin-bottom: 2vh;
  color: rgb(255, 255, 255);
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-radius: 1vh;
}
body .site__blog .post_single .post__container .post__link:hover,
body .site__blog .post .post__container .post__link:hover {
  color: rgb(87, 188, 77);
  background-color: rgba(255, 255, 255, 0.333);
  transition: 0.3s;
}
body .site__blog .post_single .post__img_game,
body .site__blog .post .post__img_game {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body .site__blog .post_single .post__img_game img,
body .site__blog .post .post__img_game img {
  width: 110%;
  border-radius: 2vh;
}
body .site__blog .post__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3vh 0;
  width: 100%;
}
body .site__blog .post__content h3 {
  width: 100%;
  text-align: center;
  margin: 2vh 0;
  padding: 1vh 0;
  color: rgb(87, 188, 77);
  border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-top: solid rgba(255, 255, 255, 0.21) 0.1vh;
  background-color: rgba(132, 132, 132, 0.156);
}
body .site__blog .post__content h2 {
  font-size: 2.5vw;
  margin: 2vh 0;
  color: rgb(87, 188, 77);
}
body .site__blog .post__content img {
  max-width: 100%;
}
body .site__blog .post__content blockquote {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body .site__blog .post__content blockquote p {
  text-align: justify;
  width: 90%;
  margin: 1.5vh 0;
}
body .site__blog .post__content blockquote p a {
  text-decoration: none;
  color: rgb(87, 188, 77);
  border-radius: 0.5vh;
  padding: 0 0.5vh;
}
body .site__blog .post__content blockquote p a:hover {
  color: white;
  background-color: rgb(87, 188, 77);
  border-radius: 0.5vh;
  transition: 0.3s;
}
body .site__blog .post__content p {
  text-align: justify;
  width: 90%;
  margin: 1.5vh 0;
}
body .site__blog .post__content p a {
  text-decoration: none;
  color: rgb(87, 188, 77);
}
body .site__blog .post__content p a:hover {
  color: white;
  background-color: rgba(132, 132, 132, 0.156);
  border-radius: 0.5vh;
  transition: 0.3s;
}
body .site__sidebar {
  position: sticky;
  top: 25vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 20%;
  background-color: data_block_bc;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-radius: 1vw;
}
body .site__sidebar .site__sidebar__widget {
  margin-bottom: 1vh;
  width: 100%;
}
body .site__sidebar .site__sidebar__widget .wp-block-archives {
  margin-bottom: 1vh;
}
body .site__sidebar .site__sidebar__widget p {
  text-align: center;
  font-size: 4vh;
  color: rgb(255, 255, 255);
  padding: 1vh 0;
  border-radius: 2vh;
  background-color: rgba(132, 132, 132, 0.156);
  width: 100%;
}
body .site__sidebar .site__sidebar__widget ul {
  list-style: none;
  margin-left: 3vh;
}
body .site__sidebar .site__sidebar__widget ul li {
  margin: 1vh 0;
}
body .site__sidebar .site__sidebar__widget ul a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
}
body .site__sidebar .site__sidebar__widget ul li:hover {
  color: rgb(87, 188, 77);
  transition: 0.3s;
}
body .site__sidebar .site__sidebar__widget ul li:hover a {
  color: rgb(87, 188, 77);
  transition: 0.3s;
  border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
}

.privacy-policy {
  width: 100%;
}
.privacy-policy .wp-block-heading {
  font-size: 4vh;
  margin-top: 2vh;
}
.privacy-policy p {
  font-size: 3vh;
  text-align: start;
  width: 40%;
  margin: 2vh 0;
}

.site__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}
.site__navigation .navigation h2,
.site__navigation .navigation .prev,
.site__navigation .navigation .next {
  display: none;
}
.site__navigation .navigation .page-numbers {
  font-size: 3vh;
  padding: 0 1vh;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.site__navigation .navigation .page-numbers:hover {
  color: rgb(87, 188, 77);
}
.site__navigation .navigation .current {
  color: rgb(87, 188, 77);
  background-color: rgba(132, 132, 132, 0.156);
  font-size: 2.5vw;
}

.site__navigation {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  width: 100%;
  border-radius: 1vh;
  margin: 2vh 0;
}
.site__navigation .site__navigation__prev,
.site__navigation .site__navigation__next {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  color: rgb(255, 255, 255);
  padding: 1vh 2vh;
}
.site__navigation .site__navigation__prev a,
.site__navigation .site__navigation__next a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.site__navigation .site__navigation__prev a:hover,
.site__navigation .site__navigation__next a:hover {
  color: rgb(87, 188, 77);
}
.site__navigation .site__navigation__next {
  align-items: flex-end;
}
.site__navigation .close {
  border: solid red;
}

.comment__bLock {
  height: auto;
  width: 100%;
}

.comment__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.comment__list .children {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.comment__list .comment {
  width: 100%;
}
.comment__list .comment-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: rgba(132, 132, 132, 0.156);
  width: 100%;
  padding: 1vh 0vh;
  margin-bottom: 1vh;
}
.comment__list .comment-body .comment-author {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  width: 50%;
}
.comment__list .comment-body .comment-author a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.comment__list .comment-body .comment-author a:hover {
  color: rgb(87, 188, 77);
}
.comment__list .comment-body .comment-author .says {
  display: none;
}
.comment__list .comment-body .comment-meta {
  display: flex;
  flex-direction: column;
  margin-bottom: 1vh;
  width: 50%;
}
.comment__list .comment-body .comment-meta a {
  font-size: 1vw;
  text-align: start;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.comment__list .comment-body .comment-meta a:hover {
  color: rgb(87, 188, 77);
}
.comment__list .comment-body p {
  height: auto;
  width: 100%;
  padding: 1vh;
  margin: 2vh 0;
  background-color: rgba(132, 132, 132, 0.156);
  border-radius: 0.5vh;
}
.comment__list .comment-body .comment-reply-link {
  padding: 0.5vh 1vh;
  border-radius: 0.5vh;
  background-color: rgba(132, 132, 132, 0.156);
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.comment__list .comment-body .comment-reply-link:hover {
  background-color: rgb(87, 188, 77);
}

.comment-respond {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  border-top: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
  padding: 1vh 0;
}
.comment-respond .comment-reply-title {
  font-size: 4vh;
}
.comment-respond .logged-in-as {
  margin: 1vh 0;
}
.comment-respond .form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-respond .submit {
  width: auto;
  text-align: start;
  font-size: 2vh;
  color: rgb(255, 255, 255);
  background-color: rgba(132, 132, 132, 0.156);
  text-decoration: none;
  border: none;
  border-radius: 1vh;
  padding: 1vh;
}
.comment-respond .submit:hover {
  color: rgb(87, 188, 77);
}

.comments__none {
  font-size: 3vh;
  width: 100%;
  text-align: center;
  margin: 3vh 0;
}

.site__portfolio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  min-height: 90vh;
  height: auto;
  width: 100%;
  padding-top: 9vh;
}

.project {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  transform: scale(1);
  transition: 0.3s;
  animation-duration: 1.5s;
  animation-name: opacity_content;
  width: 30%;
  margin: 2vh;
  padding: 1vh 0;
  border-radius: 1vh;
}

.project__type {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  margin-top: 2vh;
  padding: 1vh 3vh;
  background-color: rgba(255, 255, 255, 0.042);
  border: solid rgba(255, 255, 255, 0.288) 0.1vh;
  border-radius: 1vh;
}
.project__type a {
  width: auto;
  color: white;
  text-decoration: none;
}

.link_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  height: auto;
  width: auto;
  color: white;
}
.link_block img {
  margin-top: 2vh;
  height: auto;
  border-radius: 1.5vh;
  width: 70%;
}
.link_block .project__title {
  filter: drop-shadow(0 0 5px rgb(84, 84, 84));
}

.project:hover {
  position: relative;
  z-index: 2;
  transform: scale(1.1);
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0);
}

.wp-block-lazyblock-list-portfolio {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
}

.site__games {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  height: auto;
  width: 100%;
  padding-bottom: 5vh;
}
.site__games .project__game {
  height: auto;
  width: 30vh;
  margin: 1.3vh;
  transform: scale(1);
  transition: 0.3s;
}
.site__games .project__game img {
  height: 100%;
  width: 10%;
  border-radius: 1vh;
}
.site__games .project__game:hover {
  position: relative;
  z-index: 2;
  transform: scale(1.1);
  transition: 0.3s;
}

.site__game {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding-top: 3vh;
}
.site__game .bandeau__game {
  margin-top: 5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh;
  width: 90%;
}
.site__game .bandeau__game img {
  height: 27vh;
  width: auto;
  border-radius: 1vh;
}
.site__game .h1__game {
  margin-top: 10vh;
  position: relative;
  bottom: 2.5vh;
  color: rgb(255, 255, 255);
  height: auto;
  border: 0;
  font-size: 5vh;
  width: auto;
  padding: 0 1vh;
}
.site__game .contenent__game {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: justify;
  font-size: 3vh;
  margin-bottom: 5vh;
  margin-top: 2vh;
  width: 80%;
  padding: 3vh;
}
.site__game .contenent__game p {
  margin: 2vh 0;
  color: white;
}
.site__game .contenent__game a {
  color: white;
  text-decoration: none;
}
.site__game .contenent__game .review__cover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.site__game .contenent__game img {
  height: auto;
  width: 90%;
  border-radius: 1vw;
}
.site__game .contenent__game .content_box {
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-radius: 2vh;
  background-color: data_block_bc;
  margin-top: 3vh;
  padding: 1vh 3vh;
}
.site__game .contenent__game .content_box .label {
  color: rgb(87, 188, 77);
}
.site__game .contenent__game .content_box .post__content .wp-block-wab-pastacode {
  font-size: 2vh;
  width: 130vh;
}
.site__game .contenent__game .content_box .post__content .wp-block-wab-pastacode .code-embed-pre {
  border-radius: 2vh;
  padding: 1vh;
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
  background-color: #232634;
}
.site__game .contenent__game .content_box .post__content .wp-block-wab-pastacode .code-embed-code {
  color: aliceblue;
  text-shadow: none;
  background-color: #232634;
}
.site__game .contenent__game .content_box .post__content .wp-block-wab-pastacode span {
  background-color: #232634;
}
.site__game .review {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3vh;
}
.site__game .review .review__cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  width: 40%;
  padding: 4vh;
  border-radius: 1vh;
}
.site__game .review .review__cols .review__pros {
  font-size: 3vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.site__game .review .review__cols .review__pros span {
  font-size: 4vh;
  margin-bottom: 2vh;
  border-bottom: solid rgb(87, 188, 77) 0.2vh;
  width: 100%;
}
.site__game .review .review__cols__portfolio {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  padding: 1vh;
  border-radius: 1vh;
  background-color: rgba(132, 132, 132, 0.156);
}
.site__game .review .review__cols__portfolio a {
  text-align: center;
  text-decoration: none;
  color: rgb(87, 188, 77);
}
.site__game .review .review__cols__portfolio .review__pros {
  font-size: 3vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.site__game .review .review__cols__portfolio .review__pros span {
  font-size: 4vh;
  margin-bottom: 2vh;
  border-bottom: solid rgb(87, 188, 77) 0.2vh;
  width: 100%;
}
.site__game .review .review__cols__portfolio:hover {
  background-color: rgb(87, 188, 77);
  transition: 0.3s;
}
.site__game .review .review__cols__portfolio:hover a {
  color: white;
}
.site__game .review .review__date {
  position: relative;
  bottom: 5vh;
  height: 0;
  font-size: 3vh;
  text-align: end;
  width: 90%;
}
.site__game .site__game__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 2vh 0;
  width: 100%;
  background-color: data_block_bc;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.container__maps {
  height: 71.9vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 5vh;
}

.acf-map {
  border-radius: 1vh;
  width: 70%;
  height: 400px;
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
  /* Corrige un souci de conflit avec le thème */
}

.home__page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding-top: 15vh;
  padding-bottom: 20vh;
}
.home__page .bloc__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  flex-direction: column;
}
.home__page .bloc__title img {
  height: auto;
  width: 25%;
  animation-duration: 3s;
  animation-name: opacity_img;
}
.home__page .bloc__title h1 {
  animation-duration: 3s;
  animation-name: opacity_h1;
  margin: 0;
}
.home__page .bloc__title .border_block {
  margin: 1vh 0;
  width: 50%;
  border-bottom: solid white 0.2vh;
  animation-duration: 3s;
  animation-name: boder_bloc;
}
.home__page .bloc__title p {
  animation-duration: 3s;
  animation-name: opacity_content;
}
.home__page .container_front {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 15vh;
  margin-bottom: 20vh;
}
.home__page .container_front img {
  height: auto;
  width: 30%;
  rotate: -4deg;
}
.home__page .container_front .bloc__avatar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 35%;
  border-radius: 1.9vh;
  padding: 2vh;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-top: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
}
.home__page .container_front .bloc__avatar img {
  position: relative;
  bottom: 7vh;
  height: auto;
  width: 10vh;
  border-radius: 10vh;
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
  rotate: 0deg;
}
.home__page .container_front .bloc__avatar .bloc__content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0vh;
  height: auto;
  width: 100%;
  padding-bottom: 1vh;
  position: relative;
  bottom: 4vh;
}
.home__page .container_front .bloc__avatar .bloc__content p {
  font-size: 3vh;
  text-align: justify;
  color: rgb(255, 255, 255);
}

@keyframes opacity_img {
  0% {
    opacity: 0%;
  }
  20% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes opacity_h1 {
  0% {
    opacity: 0%;
  }
  30% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes boder_bloc {
  0% {
    width: 0%;
    border-bottom: solid white 0.2vh;
  }
  40% {
    width: 0%;
    border-bottom: solid white 0.2vh;
  }
  100% {
    width: 50%;
    border-bottom: solid white 0.2vh;
  }
}
@keyframes opacity_content {
  0% {
    height: 0%;
    opacity: 0%;
  }
  50% {
    height: 0%;
    opacity: 0%;
  }
  100% {
    height: 100%;
    opacity: 100%;
  }
}
.actu_h2 {
  font-size: x-large;
  margin-bottom: 5vh;
}

h3 {
  text-align: left;
  width: 80%;
  margin-bottom: 3vh;
  border-bottom: solid rgba(255, 255, 255, 0.219) 0.2vh;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin-bottom: 5vh;
}
.container .card {
  cursor: pointer;
  height: 30vh;
  width: 30vh;
  perspective: 1000px;
}
.container .card .content-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: auto;
  padding: 1.5vh;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-radius: 1vh;
  color: white;
  text-decoration: none;
  list-style: none;
  transition: 0.1s;
}
.container .card .content-card a {
  font-size: 80%;
  color: white;
  text-decoration: none;
  list-style: none;
  width: 100%;
}
.container .card .content-card .project__type {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  margin-top: 2vh;
  padding: 1vh 3vh;
  background-color: rgba(255, 255, 255, 0);
  border: solid 0;
  border-radius: 0;
}
.container .card .content-card .project__type a {
  width: auto;
  color: white;
  text-decoration: none;
}
.container .card .content-card img {
  margin-top: 1vh;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .card .content-card .icon {
  height: 60%;
  width: 80%;
}
.container .content-card:hover {
  background-color: rgba(255, 255, 255, 0.104);
}

.compt_list {
  margin-top: 5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding-top: 5vh;
  background-color: rgba(132, 132, 132, 0.156);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-top: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
  animation-duration: 2s;
  animation-name: opacity_content;
}
.compt_list ul li {
  font-size: 2vw;
  margin: 1vh 0;
}

.compt__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5vh 0;
  padding: 2vh 0;
  width: 90%;
  background-color: data_block_bc;
}
.compt__block .compt__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 3vh;
}
.compt__block .compt__box img {
  height: 10vh;
  margin: 2vh 0;
  background-color: white;
  padding: 0.3vh;
  border-radius: 1vh;
}
.compt__block .compt__box .Comp__background {
  background-color: rgb(255, 255, 255);
  border-radius: 5vh;
}

.wp-block-lazyblock-competences {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: data_block_bc;
}

.contact_list {
  margin-top: 5vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  padding: 5vh;
  background-color: data_block_bc;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-radius: 2vh;
  animation-duration: 1.7s;
  animation-name: opacity_content;
  list-style: none;
  font-size: 1.5vw;
}
.contact_list li {
  width: 100%;
  margin: 2vh 0;
  padding-bottom: 0.5vh;
}
.contact_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  text-decoration: none;
  color: rgb(255, 255, 255);
  border-bottom: 0.5vh;
}
.contact_list a:hover {
  border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
  transition: 0.3s;
}
.contact_list span {
  margin: 0 2vh;
  text-decoration: none;
  color: white;
}

.portfolio__list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 2.25vw;
}
.portfolio__list h1 {
  width: 100%;
}
.portfolio__list .portfolio__block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-decoration: none;
  color: rgb(255, 255, 255);
  min-height: 30vw;
  height: auto;
  width: 45%;
  margin: 3vh 0;
  background-color: data_block_bc;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-radius: 1vw;
  transform: scale(1);
  transition: 0.3s;
  animation-duration: 2s;
  animation-name: opacity_content;
}
.portfolio__list .portfolio__block h2 {
  margin: 1vw 0;
}
.portfolio__list .portfolio__block img {
  max-height: 20vw;
  height: auto;
  width: 100%;
}
.portfolio__list .portfolio__block .portfolio__bandeau {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.1vw;
  width: 100%;
  background-color: rgb(224, 198, 135);
}
.portfolio__list .portfolio__block .portfolio__bandeau img {
  height: auto;
  width: 6vw;
  border: solid 0.1vw rgb(224, 198, 135);
  border-radius: 10vw;
}
.portfolio__list .portfolio__block .portfolio__content {
  font-size: 1.3vw;
  width: 90%;
  margin: 4vw 0;
}
.portfolio__list .portfolio__block:hover {
  transform: scale(1.05);
  transition: 0.3s;
  background-color: rgba(164, 164, 164, 0.424);
}
.portfolio__list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  padding: 5vh 0;
  background-color: data_block_bc;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
  border-radius: 1vw;
}
.portfolio__list ul li {
  width: 60%;
  font-size: 2vw;
  margin: 1vh 0;
}

/* Bloc plugin */
.plugin {
  display: flex;
  max-width: 600px;
  margin: 2em 0;
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
}

.plugin__icon {
  max-width: 200px;
}

.plugin__icon img {
  display: block;
}

.plugin__content {
  flex: 1;
  padding: 20px;
}

.plugin__title {
  margin-top: 0;
  font-weight: bold;
}

.plugin__description {
  font-size: 0.9em;
}

.plugin__link {
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  margin-bottom: 0;
}

/* Compenser les styles de l'éditeur */
.editor-styles-wrapper .plugin p {
  margin-top: 0;
  margin-bottom: 20px;
}

.editor-styles-wrapper .plugin p:last-child {
  margin-bottom: 0;
}

.wp-block-lazyblock-list-language {
  width: 100%;
}

.bloc__repititeur {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 5vh;
}
.bloc__repititeur .bloc__repititeur__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 25vh;
  background-color: rgba(132, 132, 132, 0.156);
  border-radius: 50vh;
  margin: 0 1vh;
}
.bloc__repititeur .bloc__repititeur__box .bloc__repititeur__img {
  height: 10vh;
  width: 100%;
  border-radius: 50vh;
}
.bloc__repititeur .bloc__repititeur__box p {
  text-align: center;
  width: 100%;
  color: rgb(255, 255, 255);
}

.poke_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
}

.block_poke {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: rgba(132, 132, 132, 0.156);
  width: 20%;
  margin: 0.5vw;
  border-radius: 2vw;
}
.block_poke img {
  width: 15vw;
}
.block_poke .type_poke {
  width: 1vw;
}

.poke__form {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  width: 50%;
}
.poke__form a {
  color: white;
  text-decoration: none;
  background-color: rgba(132, 132, 132, 0.156);
  padding: 0.5vw 1vw;
  border-radius: 2vw;
}
.poke__form a:hover {
  color: rgb(55, 55, 55);
  background-color: rgba(255, 255, 255, 0.823);
}

.template_PdC {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.template_PdC h1 {
  margin-top: 8vh;
}
.template_PdC .container_PdC {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: rgba(132, 132, 132, 0.156);
  width: 85%;
  padding: 2vh;
  border-radius: 0.5vh;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: solid rgba(255, 255, 255, 0.21) 0.1vh;
  margin: 5vh 0;
}
.template_PdC .container_PdC h2 {
  margin: 2vh 0;
  width: 100%;
  border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
}
.template_PdC .container_PdC p {
  font-size: medium;
  text-align: justify;
  width: 100%;
}

@media all and (max-width: 700px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
  }
  *:focus,
  *:active {
    box-shadow: none;
  }
  h1 {
    width: 100%;
    text-align: center;
    font-size: 9vw;
    margin-bottom: 2vh;
    margin-top: 2vh;
    animation-duration: 1.5s;
    animation-name: opacity_h1;
  }
  .data__backGround {
    background: #232634;
    background-image: url(./img/tropical.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: rgb(255, 255, 255);
    width: 100%;
  }
  footer {
    height: 10vh;
    margin-bottom: 10vh;
  }
  footer .data__blur {
    flex-direction: column;
  }
  nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
  }
  nav .nav__block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    background-color: rgba(132, 132, 132, 0.156);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  nav .nav__block img {
    height: 6vh;
  }
  .blockBurger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 5vh;
    width: 5vh;
    padding: 2vh;
    border-bottom-right-radius: 1vh;
  }
  .menu {
    position: fixed;
    top: 0%;
    left: -100vh;
    transition: 0.5s;
  }
  .openMenu {
    left: 0;
    transition: 0.5s;
  }
  .header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    background-color: rgba(132, 132, 132, 0.156);
  }
  .header .menublock {
    position: fixed;
    z-index: 5;
    padding: 0 2vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    border-radius: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(132, 132, 132, 0.156);
    border: 0;
  }
  .header .menublock .site__header__menu {
    margin-top: 5vh;
    height: auto;
    width: 90%;
  }
  .header .menublock .menu-menu-principal li a {
    margin: 0;
  }
  .header .link__index {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: auto;
    text-decoration: none;
    list-style: none;
    padding-right: 0vh;
    border-top-right-radius: 5vh;
    border-bottom-right-radius: 5vh;
  }
  .header .link__index .logo {
    margin-top: 5vh;
    margin-bottom: 5vh;
    height: 10vh;
    padding: 1vh;
  }
  .header .site__header__menu,
  .header .site__footer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .header .site__header__menu .menu-item,
  .header .site__footer .menu-item {
    margin: 0;
    color: rgb(255, 255, 255);
    list-style: none;
    margin-top: 1vh;
    padding-bottom: 1vh;
    border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
  }
  .header .site__header__menu .menu-item .sub-menu,
  .header .site__footer .menu-item .sub-menu {
    position: relative;
    margin-left: 2vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 1vh 0;
    border-bottom-left-radius: 1vh;
    border-bottom-right-radius: 1vh;
    border-top-right-radius: 1vh;
    list-style: none;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  .header .site__header__menu .menu-item a,
  .header .site__footer .menu-item a {
    color: rgb(255, 255, 255);
    font-size: 5vh;
    text-decoration: none;
    padding: 0.5vh;
    transition: 0.3s;
    border-bottom: 0;
  }
  .header .site__header__menu .menu-item a:hover,
  .header .site__footer .menu-item a:hover {
    border-bottom: 0;
  }
  .header .site__header__menu .menu-item:hover,
  .header .site__footer .menu-item:hover {
    color: rgb(87, 188, 77);
    border-bottom: solid rgb(255, 255, 255) 0.2vh;
    transition: 0.3s;
  }
  .header form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-right: 2vh;
  }
  .header form .form__search {
    height: 4vh;
    width: 30vh;
    font-size: 2.5vh;
    border-top-left-radius: 0.5vh;
    border-bottom-left-radius: 0.5vh;
    border: none;
    background-color: data_block_bc;
  }
  .header form .form__search::-moz-placeholder {
    font-size: 2.5vh;
    padding-left: 1vh;
  }
  .header form .form__search::placeholder {
    font-size: 2.5vh;
    padding-left: 1vh;
  }
  .header form .form__img {
    height: 4vh;
    padding: 0 0.5vh;
    background-color: data_block_bc;
    border-top-right-radius: 0.5vh;
    border-bottom-right-radius: 0.5vh;
  }
  .header form .form__img:hover {
    background-color: rgb(87, 188, 77);
    transition: 0.3s;
  }
  .home__page {
    padding-bottom: 5vh;
  }
  .home__page .bloc__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    margin-top: 0vh;
  }
  .home__page .bloc__title img {
    height: auto;
    width: 25%;
    animation-duration: 3s;
    animation-name: opacity_img;
  }
  .home__page .bloc__title h1 {
    animation-duration: 3s;
    animation-name: opacity_h1;
    margin: 0;
  }
  .home__page .bloc__title .border_block {
    margin: 1vh 0;
    width: 50%;
    border-bottom: solid white 0.2vh;
    animation-duration: 3s;
    animation-name: boder_bloc;
  }
  .home__page .bloc__title p {
    animation-duration: 3s;
    animation-name: opacity_content;
  }
  .home__page .container_front {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 15vh;
    margin-bottom: 20vh;
  }
  .home__page .container_front img {
    height: auto;
    width: 30%;
    rotate: -4deg;
  }
  .home__page .container_front .bloc__avatar {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 10vh;
    width: 100%;
    border-radius: 0;
    margin-top: 10vh;
    padding: 0;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    border: 0;
  }
  .home__page .container_front .bloc__avatar img {
    height: 100%;
    width: 10vh;
    margin-top: 3vh;
    border-top-right-radius: 2vh;
    border-bottom-right-radius: 2vh;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: solid rgba(255, 255, 255, 0.21) 0.1vh;
    rotate: 0deg;
  }
  .home__page .container_front .bloc__avatar .bloc__content {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 0vh;
    border-bottom-right-radius: 0vh;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  .home__page .container_front .bloc__avatar .bloc__content p {
    font-size: 100%;
    text-align: justify;
    height: 100%;
    width: 90%;
    color: rgb(255, 255, 255);
  }
  h3 {
    text-align: left;
    width: 90%;
    padding-left: 5vh;
  }
  .contact_list {
    width: 100%;
    border: 0;
    border-radius: 0vh;
  }
  .contact_list li {
    font-size: 2vh;
  }
  .portfolio__list ul {
    background-color: data_block_bc;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 0;
    border-radius: 1vw;
    width: 90%;
  }
  .portfolio__list ul li {
    font-size: medium;
    width: 100%;
  }
  .portfolio__list .compt__block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 5vh 0;
    padding: 2vh 0;
    width: 100%;
    background-color: data_block_bc;
    border: 0;
    border-top: solid rgba(255, 255, 255, 0.21) 0.1vh;
    border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
  }
  .portfolio__list .compt__block .compt__box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0vh;
    width: 100%;
    margin-bottom: 2vh;
  }
  .portfolio__list .compt__block .compt__box h2 {
    padding-left: 3vh;
    text-align: left;
    width: 100%;
    border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
  }
  .portfolio__list .compt__block .compt__box img {
    height: 7vh;
    margin: 2vh 0;
    background-color: rgba(255, 255, 255, 0);
    padding: 0.3vh;
    border-radius: 0vh;
  }
  .portfolio__list .compt__block .compt__box .Comp__background {
    background-color: rgb(255, 255, 255);
    border-radius: 5vh;
  }
  .project {
    width: 90%;
    margin: 0vh;
    padding: 1vh 0;
    border-radius: 1vh;
  }
  .link_block {
    margin-top: 5vh;
  }
  .project:hover {
    position: relative;
    z-index: 2;
    transform: scale(1.1);
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0);
  }
  .site__game {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding-top: 3vh;
  }
  .site__game .bandeau__game {
    margin-top: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30vh;
    width: 90%;
  }
  .site__game .bandeau__game img {
    height: 27vh;
    width: auto;
    border-radius: 1vh;
  }
  .site__game .h1__game {
    margin-top: 10vh;
    position: relative;
    bottom: 2.5vh;
    color: rgb(255, 255, 255);
    height: auto;
    border: 0;
    font-size: 5vh;
    width: auto;
    padding: 0 1vh;
  }
  .site__game .contenent__game {
    width: 100%;
    padding: 0;
  }
  .site__game .contenent__game p {
    margin: 2vh 0;
    color: white;
  }
  .site__game .contenent__game .review__cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .site__game .contenent__game img {
    height: auto;
    width: 90%;
    border-radius: 1vw;
  }
  .site__game .contenent__game .content_box {
    border: 0;
    border-top: solid rgba(255, 255, 255, 0.21) 0.1vh;
    border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
    border-radius: 0vh;
    background-color: data_block_bc;
    margin-top: 3vh;
    padding: 1vh 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .site__game .contenent__game .content_box .label {
    color: rgb(87, 188, 77);
  }
  .site__game .contenent__game .content_box p,
  .site__game .contenent__game .content_box a {
    font-size: medium;
    width: 95%;
  }
  .site__game .contenent__game .content_box .post__content .wp-block-wab-pastacode {
    font-size: 2vh;
    width: 50vh;
  }
  .site__game .contenent__game .content_box .post__content .wp-block-wab-pastacode .code-embed-pre {
    height: 70vh;
    border-radius: 2vh;
    padding: 1vh;
    border: solid rgba(255, 255, 255, 0.21) 0.1vh;
    background-color: #232634;
  }
  .site__game .contenent__game .content_box .post__content .wp-block-wab-pastacode .code-embed-code {
    color: aliceblue;
    text-shadow: none;
    background-color: #232634;
  }
  .site__game .contenent__game .content_box .post__content .wp-block-wab-pastacode span {
    background-color: #232634;
  }
  .container {
    justify-content: center;
  }
  .container .card {
    height: 40vh;
    width: 40vh;
  }
  .template_PdC {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .template_PdC h1 {
    margin-top: 8vh;
  }
  .template_PdC .container_PdC {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    background-color: rgba(132, 132, 132, 0.156);
    width: 90%;
    padding: 1vh;
    border-radius: 0.5vh;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border: solid rgba(255, 255, 255, 0.21) 0.1vh;
    margin: 5vh 0;
  }
  .template_PdC .container_PdC h2 {
    margin: 2vh 0;
    width: 100%;
    border-bottom: solid rgba(255, 255, 255, 0.21) 0.1vh;
  }
  .template_PdC .container_PdC p {
    font-size: medium;
    text-align: left;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */