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

.data__button a {
  font-size: 0.9375rem;
  font-weight: 600;
}
.data__button a:hover {
  color: #ffffff;
}
.data__button {
  background: linear-gradient(135deg, #134e4a, #166534);
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.data__backGround {
  background: #ffffff;
  color: #0a3530;
  background-color: rgb(134, 175, 134);
  width: 100%;
  min-height: 100vh;
}

.data__backGround_footer {
  background: rgb(190, 233, 190);
  color: rgba(255, 255, 255, 0.75);
}

.data_blur {
  border-radius: 0;
}

.inside label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #215236;
  text-align: left;
  border-radius: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  color: #0a3530;
  letter-spacing: -0.02em;
}

p {
  line-height: 1.7;
  color: #215236;
}

a {
  color: #22c55e;
  transition: color 0.25s ease;
}

a:hover {
  color: #16a34a;
}

.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: #0a3530;
}
.blockBurger .line1-1,
.blockBurger .line2-1,
.blockBurger .line3-1 {
  height: 0.8vh;
  margin: 0.25vh 0;
  width: 5vh;
  border-radius: 4vh;
  background-color: #0a3530;
  transition: 0.3s;
}
.blockBurger .line1-2 {
  height: 0.8vh;
  margin: 0.25vh 0;
  width: 5vh;
  border-radius: 100px;
  background-color: #0a3530;
  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: #0a3530;
  position: absolute;
  rotate: -45deg;
  margin: 0px;
  transition: 0.3s;
}

body {
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  background-color: rgb(238, 255, 238);
  color: #0a3530;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}

#wpwrap {
  background-color: #ffffff;
}
#wpwrap label {
  color: rgb(37, 37, 37);
}

h1 {
  width: 100%;
  text-align: center;
  font-size: clamp(2rem, 5vw, 3.25rem);
  margin-bottom: 1rem;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background: rgb(190, 233, 190);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(5px);
  padding: 0;
  border-radius: 0vh;
  transition: top 0.2s ease-in-out, left 0.2s ease-in-out, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
}
.header .menublock {
  position: relative;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 7vh;
  width: 100%;
  max-width: 1200px;
}
.header .menublock .site__header__menu {
  height: 7vh;
}
.header .link__index {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  list-style: none;
  background-color: rgba(112, 193, 123, 0);
  border-radius: 5vh;
  padding: 1vh;
  transition: 0.2s;
}
.header .link__index .logo {
  height: 40px;
  width: auto;
  padding: 0;
}
.header .link__index:hover {
  background: rgb(216, 245, 216);
}
.header .site__header__menu,
.header .site__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: auto;
}
.header .site__header__menu .menu-item,
.header .site__footer .menu-item {
  height: 7vh;
  margin: 0;
  color: #0a3530;
  list-style: none;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7vh;
  min-width: 10vh;
  color: #0a3530;
  border-radius: 0vh;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0rem 0.5rem;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.header .site__header__menu .menu-item a:hover,
.header .site__footer .menu-item a:hover {
  background: rgb(216, 245, 216);
}
.header .site__header__menu .menu-item:hover .sub-menu,
.header .site__footer .menu-item:hover .sub-menu {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0.75rem 0;
  margin-top: 0.5rem;
  border-radius: 12px;
  list-style: none;
  background: #ffffff;
  box-shadow: 0 8px 32px rgba(10, 53, 48, 0.08);
}
.header form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-right: 0;
}
.header form .form__search {
  height: 2.5rem;
  width: 12rem;
  font-size: 0.875rem;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #f7faf9;
  padding: 0 0.75rem;
}
.header form .form__search::-moz-placeholder {
  font-size: 0.875rem;
  color: #7a9691;
}
.header form .form__search::placeholder {
  font-size: 0.875rem;
  color: #7a9691;
}
.header form .form__img {
  height: 2.5rem;
  padding: 0 0.75rem;
  background-color: #22c55e;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.header form .form__img:hover {
  background-color: #16a34a;
}

footer {
  width: 100%;
  height: auto;
  padding: clamp(1.5rem, 4vw, 3rem) 0;
}
footer .data__blur {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  background: transparent;
}
footer .data__blur .proprietaire_web {
  text-align: center;
  width: auto;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
}
footer ul li {
  list-style: none;
}
footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  font-weight: 500;
  border-bottom: none;
  transition: color 0.25s ease;
}
footer a:hover {
  color: #4ade80;
}

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 {
  margin-top: 15vh;
  border-radius: 5vh;
  max-width: 1300px;
}
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: #22c55e;
}
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: #0a3530;
  transition: 0.3s;
  border: none;
}
body .site__blog_archive .post__archive .post__container .post__categorie a {
  color: #0a3530;
  text-decoration: none;
  margin-left: 2vh;
}
body .site__blog_archive .post__archive .post__container .post__categorie span:hover a {
  color: #22c55e;
}
body .site__blog_archive .post__archive .post__container .post__categorie span:hover {
  color: #22c55e;
  background-color: transparent;
  transition: 0.3s;
}
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: #22c55e;
  border-bottom: none;
  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: #0a3530;
  border: none;
  border-radius: 1vh;
}
body .site__blog_archive .post__archive .post__container .post__link:hover {
  color: #22c55e;
  background-color: transparent;
  transition: 0.3s;
}
body .site__blog {
  margin-top: 2rem;
  width: 100%;
  max-width: 720px;
  min-height: auto;
  color: #0a3530;
  padding: 0;
}
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: #0a3530;
}
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: none;
  border-left: none;
  border-right: none;
  border-bottom-left-radius: 1vh;
  border-bottom-right-radius: 1vh;
  background-color: transparent;
}
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: #22c55e;
  border-bottom: none;
  transition: 0.3s;
}
body .site__blog .post_single .post__meta a,
body .site__blog .post .post__meta a {
  color: #22c55e;
  text-decoration: none;
  margin-left: 2vh;
}
body .site__blog .post_single .post__meta span:hover,
body .site__blog .post .post__meta span:hover {
  color: #22c55e;
  border-bottom: solid #ffffff 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: #0a3530;
  border: none;
  border-radius: 1vh;
}
body .site__blog .post_single .post__container .post__link:hover,
body .site__blog .post .post__container .post__link:hover {
  color: #22c55e;
  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: #22c55e;
  border-top: none;
  background-color: transparent;
}
body .site__blog .post__content h2 {
  font-size: 2.5vw;
  margin: 2vh 0;
  color: #22c55e;
}
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: #22c55e;
  border-radius: 0.5vh;
  padding: 0 0.5vh;
}
body .site__blog .post__content blockquote p a:hover {
  color: #22c55e;
  background-color: rgba(52, 201, 107, 0.1);
  border-radius: 6px;
  transition: 0.25s ease;
}
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: #22c55e;
}
body .site__blog .post__content p a:hover {
  color: #22c55e;
  background-color: rgba(52, 201, 107, 0.1);
  border-radius: 6px;
  transition: 0.25s ease;
}
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;
  backdrop-filter: none;
  border: none;
  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: #0a3530;
  padding: 1vh 0;
  border-radius: 2vh;
  background-color: transparent;
  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: #0a3530;
  text-decoration: none;
  border-bottom: none;
}
body .site__sidebar .site__sidebar__widget ul li:hover {
  color: #22c55e;
  transition: 0.3s;
}
body .site__sidebar .site__sidebar__widget ul li:hover a {
  color: #22c55e;
  transition: 0.3s;
  border-bottom: none;
}

.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__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5vh;
  width: 100%;
  padding: 0;
}
.site__footer .site__header__menu .menu-item a {
  color: rgba(255, 255, 255, 0.75);
}
.site__footer .site__header__menu .menu-item a:hover {
  color: #4ade80;
  border-bottom-color: transparent;
}

.site__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 900px;
  margin: 2rem auto;
  padding: 0;
}
.site__navigation .navigation h2,
.site__navigation .navigation .prev,
.site__navigation .navigation .next {
  display: none;
}
.site__navigation .navigation .page-numbers {
  font-size: 0.9375rem;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
  color: #215236;
  border-radius: 6px;
  transition: 0.25s ease;
}
.site__navigation .navigation .page-numbers:hover {
  color: #22c55e;
  background: rgba(52, 201, 107, 0.1);
}
.site__navigation .navigation .current {
  color: #134e4a;
  background-color: rgba(52, 201, 107, 0.1);
  font-weight: 600;
}
.site__navigation .site__navigation__prev,
.site__navigation .site__navigation__next {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  padding: 2vh;
  border-radius: 1vh;
}
.site__navigation .site__navigation__prev a,
.site__navigation .site__navigation__next a {
  color: #22c55e;
  text-decoration: none;
  font-weight: 500;
}
.site__navigation .site__navigation__prev a:hover,
.site__navigation .site__navigation__next a:hover {
  color: #16a34a;
}
.site__navigation .site__navigation__next {
  align-items: flex-end;
}

.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: transparent;
  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: #0a3530;
}
.comment__list .comment-body .comment-author a:hover {
  color: #22c55e;
}
.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: #0a3530;
  text-decoration: none;
}
.comment__list .comment-body .comment-meta a:hover {
  color: #22c55e;
}
.comment__list .comment-body p {
  height: auto;
  width: 100%;
  padding: 1vh;
  margin: 2vh 0;
  background-color: transparent;
  border-radius: 0.5vh;
}
.comment__list .comment-body .comment-reply-link {
  padding: 0.5vh 1vh;
  border-radius: 0.5vh;
  background-color: #ffffff;
  color: #0a3530;
  text-decoration: none;
}
.comment__list .comment-body .comment-reply-link:hover {
  background-color: #22c55e;
}

.comment-respond {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  border-top: none;
  border-bottom: none;
  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: #0a3530;
  background-color: #ffffff;
  text-decoration: none;
  border-radius: 1vh;
  padding: 1vh;
}
.comment-respond .submit:hover {
  color: #22c55e;
}

.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;
  gap: clamp(1.5rem, 4vw, 3rem);
  min-height: auto;
  height: auto;
  width: 90%;
  max-width: 1100px;
  margin: 15vh auto;
  padding: 2rem 2rem clamp(3rem, 8vw, 6rem);
}
.site__portfolio h1 {
  width: 100%;
  margin-bottom: 2rem;
}

.project {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  transition: transform 0.25s ease;
  max-height: 320px;
  width: 30%;
  min-width: 280px;
  margin: 0;
  padding: clamp(1.5rem, 4vw, 3rem) 1rem;
  background-color: white;
  border-radius: 34% 66% 46% 54%/68% 34% 66% 32%;
  transition: 0.2s;
}

.project:hover {
  background: rgb(190, 233, 190);
}

.project__type {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: auto;
  margin-top: 0.75rem;
  padding: 0.5rem 0;
}
.project__type a {
  width: auto;
  color: #134e4a;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  background: rgba(52, 201, 107, 0.1);
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
}

.link_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  height: auto;
  width: 100%;
  color: #0a3530;
  transition: 0.2s;
}
.link_block img {
  margin-top: 1rem;
  height: auto;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.link_block .project__title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.375rem;
  font-weight: 600;
  color: #0a3530;
  text-shadow: none;
}

.link_block:hover {
  transform: scale(1.05);
}

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

.projects-tabs-section,
.project-tabs-section {
  width: 100%;
}

.project-tabs-section .tabs-navigation {
  margin-top: 2rem;
}
.project-tabs-section .content_box {
  padding: 2rem;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(247, 250, 249, 0.8) 100%);
  border: 1px solid rgba(34, 197, 94, 0.1);
  box-shadow: 0 4px 20px rgba(10, 53, 48, 0.06);
}
.project-tabs-section .post__content pre {
  background-color: #1e293b;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1rem 0;
  overflow-x: auto;
  border: 1px solid #334155;
}
.project-tabs-section .post__content pre code {
  color: #e2e8f0;
  font-family: "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.6;
}
.project-tabs-section .post__content .wp-block-wab-pastacode {
  margin: 1rem 0;
}
.project-tabs-section .post__content .code-embed-pre {
  background-color: #1e293b;
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid #334155;
}
.project-tabs-section .post__content .code-embed-code {
  color: #e2e8f0;
  font-family: "Courier New", monospace;
  font-size: 0.875rem;
}

.tabs-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.tab-button {
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #7a9691;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #ffffff;
  border-radius: 1vh;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.tab-button:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(34, 197, 94, 0.05);
  transform: translateY(-2px);
}
.tab-button.active {
  color: #ffffff;
  background: rgb(61, 100, 43);
  border-color: transparent;
}

.tabs-content {
  position: relative;
  min-height: 400px;
}

.tab-pane {
  display: none;
  width: 100%;
  animation: fadeIn 0.4s ease;
}
.tab-pane.active {
  display: flex;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.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%;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
  margin-top: 15vh;
  border-radius: 5vh;
}
.site__game .bandeau__game {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
}
.site__game .bandeau__game img {
  height: auto;
  max-height: 320px;
  width: auto;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: none;
}
.site__game .h1__game {
  margin-top: 0;
  position: relative;
  bottom: auto;
  color: #0a3530;
  height: auto;
  border: 0;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  width: 100%;
  padding: 0;
  text-align: center;
}
.site__game .contenent__game {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  font-size: 1rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  width: 100%;
  padding: 0;
}
.site__game .contenent__game p {
  margin: 1rem 0;
  color: #215236;
  line-height: 1.75;
}
.site__game .contenent__game a {
  color: #22c55e;
  text-decoration: none;
}
.site__game .contenent__game .review__cover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-bottom: 2rem;
}
.site__game .contenent__game img {
  height: auto;
  width: 100%;
  border-radius: 20px;
}
.site__game .contenent__game .content_box {
  margin-top: 0;
  padding: 3vh;
  width: 100%;
  border-radius: 5vh;
}
.site__game .contenent__game .content_box .label {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c9a84c;
  margin-bottom: 0.75rem;
}
.site__game .contenent__game .content_box .post__content .wp-block-wab-pastacode {
  font-size: 0.875rem;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.site__game .contenent__game .content_box .post__content .wp-block-wab-pastacode .code-embed-pre {
  border-radius: 12px;
  padding: 1rem;
  border: 1px solid #334155;
  background-color: #1e293b;
}
.site__game .contenent__game .content_box .post__content .wp-block-wab-pastacode .code-embed-code {
  color: #e2e8f0;
  text-shadow: none;
  background-color: #1e293b;
}
.site__game .contenent__game .content_box .post__content .wp-block-wab-pastacode span {
  background-color: #1e293b;
}
.site__game .review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  margin-top: 1.5rem;
}
.site__game .review .review__cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  padding: 1rem 0;
  border-radius: 0;
}
.site__game .review .review__cols .review__pros {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.site__game .review .review__cols .review__pros span {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid transparent;
  width: 100%;
  color: #0a3530;
}
.site__game .review .review__cols__portfolio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  padding: 0.875rem 1.75rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #134e4a, #166534);
  transition: filter 0.25s ease, transform 0.25s ease;
}
.site__game .review .review__cols__portfolio a {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
}
.site__game .review .review__date {
  position: relative;
  bottom: auto;
  height: auto;
  font-size: 0.875rem;
  text-align: right;
  width: 100%;
  color: #7a9691;
}
.site__game .site__game__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 2rem 0;
  width: 100%;
  padding: clamp(1.5rem, 4vw, 3rem) 0;
}

.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: none;
  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;
  margin-top: 10vh;
  width: 90%;
  max-width: 1300px;
  margin: 15vh auto;
  padding: 4rem 2rem clamp(3rem, 8vw, 6rem);
  border-radius: 5vh;
}
.home__page .bloc__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  text-align: center;
  margin-bottom: clamp(3rem, 8vw, 6rem);
}
.home__page .bloc__title img {
  height: auto;
  width: 400px;
  max-width: 40%;
  margin-bottom: 2rem;
}
.home__page .bloc__title h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  color: #0a3530;
}
.home__page .bloc__title .border_block {
  margin: 0 0 1.5rem;
  width: 72px;
  height: 3px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #c9a84c, #4ade80);
}
.home__page .bloc__title p {
  font-size: 1.125rem;
  color: #215236;
  max-width: 520px;
  line-height: 1.8;
}
.home__page .container_front {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: clamp(3rem, 8vw, 6rem);
  width: 100%;
  margin-top: 0;
  margin-bottom: clamp(3rem, 8vw, 6rem);
}
.home__page .container_front .bloc_in_img {
  height: auto;
  width: 100%;
  max-width: 400px;
  background-color: #ffffff;
  border-radius: 34% 66% 46% 54%/68% 34% 66% 32%;
  padding: 5vh;
}
.home__page .container_front .bloc_in_img > img {
  height: 100%;
  width: 100%;
  max-width: 400px;
  box-shadow: none;
  rotate: -10deg;
}
.home__page .container_front .bloc__avatar {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1;
  min-width: 280px;
  max-width: 520px;
  padding: 0;
}
.home__page .container_front .bloc__avatar img {
  position: relative;
  bottom: auto;
  height: 160px;
  width: 160px;
  border-radius: 34% 66% 46% 54%/68% 34% 66% 32%;
  border: solid rgba(255, 255, 255, 0.602);
  outline: 3px solid rgba(52, 201, 107, 0.1);
  outline-offset: 4px;
  rotate: 0deg;
  margin-bottom: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__page .container_front .bloc__avatar .bloc__content {
  display: block;
  margin-top: 0;
  width: 100%;
  padding-bottom: 0;
  position: relative;
  bottom: auto;
}
.home__page .container_front .bloc__avatar .bloc__content p {
  font-size: 1.2rem;
  text-align: left;
  color: #215236;
  line-height: 1.85;
}

@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 #ffffff 0.2vh;
  }
  40% {
    width: 0%;
    border-bottom: solid #ffffff 0.2vh;
  }
  100% {
    width: 50%;
    border-bottom: solid #ffffff 0.2vh;
  }
}
@keyframes opacity_content {
  0% {
    height: 0%;
    opacity: 0%;
  }
  50% {
    height: 0%;
    opacity: 0%;
  }
  100% {
    height: 100%;
    opacity: 100%;
  }
}
.actu_h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  color: #0a3530;
}

h3 {
  text-align: left;
  width: 100%;
  max-width: 960px;
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-size: 1.5rem;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  color: #134e4a;
  border-bottom: 0;
  position: relative;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding: 0;
}
.container .card {
  cursor: pointer;
  height: auto;
  width: 300px;
  max-width: 300px;
  background-color: white;
  border-radius: 34% 66% 46% 54%/68% 34% 66% 32%;
  padding: 5vh;
  margin-top: 1vh;
  transition: 0.2s;
}
.container .card .content-card {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  height: 100%;
  width: 100%;
  color: #0a3530;
  text-decoration: none;
  list-style: none;
  transition: 0.2s;
}
.container .card .content-card a {
  font-size: 0.9375rem;
  color: #0a3530;
  text-decoration: none;
  list-style: none;
  width: 250px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.container .card .content-card a strong {
  display: block;
  padding: 1.25rem 0 0.5rem;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0a3530;
}
.container .card .content-card a p {
  padding: 0 0 0.5rem;
  font-size: 0.8125rem;
  color: #7a9691;
}
.container .card .content-card .project__type {
  padding: 0 0 1rem;
}
.container .card .content-card img {
  margin-top: 0;
  height: 100%;
  width: 100%;
}
.container .card .content-card .icon {
  height: 180px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem;
  background: #f7faf9;
  border-radius: 20px;
}
.container .card .content-card:hover {
  transform: scale(1.05);
}
.container .card:hover {
  background: rgb(190, 233, 190);
}

.compt_list {
  margin-top: clamp(3rem, 8vw, 6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: clamp(1.5rem, 4vw, 3rem) 2rem;
  background-color: #f7faf9;
}
.compt_list ul li {
  font-size: 1rem;
  margin: 0.5rem 0;
  color: #215236;
}

.compt__block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
  margin: clamp(3rem, 8vw, 6rem) auto;
  padding: 0 2rem;
  width: 100%;
  max-width: 960px;
}
.compt__block .compt__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
}
.compt__block .compt__box img {
  height: 64px;
  width: auto;
  margin: 0.75rem 0;
  padding: 0.5rem;
  border-radius: 12px;
}
.compt__block .compt__box .Comp__background {
  background-color: #f7faf9;
  border-radius: 12px;
}

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

.contact_list {
  margin-top: clamp(1.5rem, 4vw, 3rem);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 560px;
  padding: 5vh 10vh;
  list-style: none;
  font-size: 1rem;
  background-color: white;
  border-radius: 5vh;
}
.contact_list li {
  width: 100%;
  margin: 1rem 0;
  padding-bottom: 1rem;
  border-bottom: none;
}
.contact_list li:last-child {
  border-bottom: none;
}
.contact_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  text-decoration: none;
  color: #0a3530;
  font-weight: 500;
  border-bottom: none;
  transition: color 0.25s ease;
}
.contact_list a:hover {
  color: #22c55e;
}
.contact_list span {
  margin: 0 0.75rem;
  text-decoration: none;
  color: #215236;
}

.portfolio__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 4vw, 3rem);
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 6rem 2rem clamp(3rem, 8vw, 6rem);
}
.portfolio__list h1 {
  width: 100%;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}
.portfolio__list .portfolio__block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-decoration: none;
  color: #0a3530;
  min-height: auto;
  height: auto;
  width: calc(50% - 2rem);
  min-width: 280px;
  margin: 0;
  overflow: visible;
  transition: transform 0.25s ease;
}
.portfolio__list .portfolio__block h2 {
  margin: 1.25rem 0 0.5rem;
  font-size: 1.375rem;
  color: #0a3530;
}
.portfolio__list .portfolio__block img {
  max-height: 280px;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.portfolio__list .portfolio__block .portfolio__bandeau {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  padding: 1rem 0;
}
.portfolio__list .portfolio__block .portfolio__bandeau img {
  height: 56px;
  width: 56px;
  outline: 3px solid rgba(52, 201, 107, 0.1);
  outline-offset: 3px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio__list .portfolio__block .portfolio__content {
  font-size: 1rem;
  width: 100%;
  padding: 0.5rem 0 1.5rem;
  color: #215236;
  line-height: 1.8;
}
.portfolio__list ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
.portfolio__list ul li {
  width: 100%;
  font-size: 1rem;
  margin: 0.75rem 0;
  color: #215236;
}

.plugin {
  display: flex;
  max-width: 600px;
  margin: 2em 0;
  border: none;
}

.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: transparent;
  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: #ffffff;
}

.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: transparent;
  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: #ffffff;
  text-decoration: none;
  background-color: transparent;
  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;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 6rem 2rem clamp(3rem, 8vw, 6rem);
}
.template_PdC h1 {
  margin-top: 0;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}
.template_PdC .container_PdC {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0 0 clamp(1.5rem, 4vw, 3rem);
}
.template_PdC .container_PdC h2 {
  margin: 2rem 0 0.75rem;
  width: 100%;
  font-size: 1.375rem;
  color: #134e4a;
  border-bottom: none;
  padding-bottom: 0;
}
.template_PdC .container_PdC h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 0.5rem;
  background: linear-gradient(90deg, #c9a84c, #4ade80);
  border-radius: 9999px;
}
.template_PdC .container_PdC p {
  font-size: 1rem;
  text-align: left;
  width: 100%;
  line-height: 1.85;
  color: #215236;
}

.postbox-header,
#screen-meta-links {
  display: none;
}

.custom-dashboard-widget {
  padding: 2vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.custom-dashboard-widget .dashboard-widget-icon {
  width: 150px;
  height: 150px;
}
.custom-dashboard-widget #dashboard-widget-title,
.custom-dashboard-widget h3 {
  margin-top: 1vh;
  font-size: 3vh;
  text-align: center;
  background-color: rgb(0, 0, 0);
  color: #ffffff;
  padding: 0.5vh;
  border-radius: 2vh;
}
.custom-dashboard-widget ul {
  font-size: 2.5vh;
  width: 90%;
}

@media all and (max-width: 700px) {
  .header {
    display: none;
  }
  nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7vh;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    background-color: rgb(238, 255, 238);
    border-top-left-radius: 5vh;
    border-top-right-radius: 5vh;
  }
  nav .nav__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: 5vh;
    width: 80%;
    height: 5vh;
  }
  nav .nav__block img {
    height: 100%;
    width: 5vh;
  }
  nav .nav__block .blockBurger {
    display: flex;
  }
  .header.openMenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1vh;
    background-color: rgb(238, 255, 238);
    z-index: 90;
  }
  .header.openMenu .menublock {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 2rem;
  }
  .header.openMenu .menublock .link__index {
    border-radius: 20vh;
  }
  .header.openMenu .menublock .link__index .logo {
    height: 25Vh;
  }
  .header.openMenu .menublock .site__header__menu {
    height: auto;
    flex-direction: column;
  }
  .header.openMenu .menublock .site__header__menu .menu-item {
    width: 100%;
    padding: 1rem 0;
  }
  .header.openMenu .menublock .site__header__menu .menu-item a {
    font-size: 1.25rem;
    border-radius: 2vh;
  }
  .data__backGround,
  .site__portfolio {
    margin: 0;
    border-radius: 0;
    background: #ffffff;
    color: #0a3530;
    background-color: rgb(134, 175, 134);
    width: 100%;
    min-height: 100vh;
  }
  body .portfolio__list,
  body .site__portfolio,
  body .site__blog__block {
    margin-top: 0vh;
    border-radius: 0vh;
    max-width: 1300px;
  }
  .contact_list {
    width: 100%;
    padding: 3vh;
  }
  .contact_list li a {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .site__footer {
    margin-bottom: 10vh;
  }
}/*# sourceMappingURL=style.css.map */