@charset "UTF-8";
/*
Theme Name: Sophie HASSLAUER
Theme URI:
Author: Sébastien ROUET & Adrien CAVEL
Author URI:
Description: Mon premier thème !
Version: 1.0
*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                      RESET
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  /*─ Debug font size on iphone when landscape orientation ─*/
  -webkit-font-smoothing: subpixel-antialiased;
  /*─ Debug safari font weight when fixed element on the page ─*/
  -webkit-font-smoothing: antialiased;
  /*─ idem : Debug safari font weight when fixed element on the page ─*/
}

html,
body,
nav,
header,
footer,
div,
span,
h1,
h2,
h3,
p,
a,
img,
ul,
li,
table,
form,
label,
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

input,
textarea,
select,
button {
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  outline: none;
  border: none;
  background: none;
  color: inherit;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

input[type="submit"]:hover,
button:hover {
  cursor: pointer;
}

input::-ms-clear {
  display: none;
  /*─ IE11 → remove cross to close ─*/
}

textarea {
  overflow: auto;
  /*─ Hide scroll bar on IE ─*/
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video,
svg,
picture {
  display: block;
}

img,
video {
  width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: 100%;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

html {
  font-size: 62.5%;
}

h1 {
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  color: #292929;
  font-weight: bold;
}

h2 {
  color: #7a7a7a;
  font-size: 2.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
}

h3 {
  font-size: 1.8rem;
  color: #4e4e4e;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
}

h4 {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #4e4e4e;
}

p {
  color: #292929;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-70 {
  margin-top: 70px;
}

input {
  background-color: #fcfcfc;
  border-bottom: 1px solid black;
  padding: 2px 10px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  width: 100%;
}

textarea {
  background-color: #fcfcfc;
  border: 1px solid black;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
}

button,
input[type="submit"] {
  padding: 5px 11px;
  border: 1px solid #7a7a7a;
  border-radius: 4px;
  font-family: "Poppins";
  font-size: 1.6rem;
  margin-top: 20px;
}
button:hover,
input[type="submit"]:hover {
  background-color: #d1d2d2;
}

.flex {
  display: flex;
}

.flex-sb {
  display: flex;
  justify-content: space-between;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-80 {
  margin-left: 80px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-10 {
  margin-left: 10px;
}

.flex-sa {
  display: flex;
  justify-content: space-around;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-45 {
  width: 45%;
}

.min-w-100 {
  min-width: 100%;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

#top {
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  z-index: 9999;
}
#top:hover {
  cursor: pointer;
}

.mw-350 {
  max-width: 350px;
}

.mw-100 {
  max-width: 100%;
}

.wp-block-custom-post-type-widget-blocks-latest-posts__post-full-content {
  margin-top: 30px;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)
  > .wp-block-column:not(:first-child) {
  margin-left: 0;
}

.wp-block-media-text__content ul {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
}
.wp-block-media-text__content ul li {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
}

.wp-block-custom-post-type-widget-blocks-latest-posts__post-full-content {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .right .wp-block-media-text__media {
    margin-bottom: 10px;
  }
}

.wp-block-media-text {
  grid-column-gap: 20px;
}

.uppercase {
  text-transform: uppercase;
}

.vp-portfolio {
  margin: inherit !important;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: calc(100% - 20px);
  position: relative;
}

.close {
  color: #aaa;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 26px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .modal-content {
    width: 80%;
  }
}
header#nav {
  grid-area: header;
  display: grid;
  grid-template-columns: minmax(300px, 1fr);
  grid-template-rows: minmax(80px, 1fr);
  grid-template-areas: "logo";
  min-height: 80px;
  top: 0;
  background-color: white;
  z-index: 99;
  position: sticky;
}
header#nav #menu-button {
  display: block;
  cursor: pointer;
  font-size: 2.5rem;
}
header#nav .logo {
  grid-area: logo;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #292929;
  justify-content: space-between;
  text-transform: uppercase;
  min-height: 80px;
}
header#nav .logo h1 {
  font-size: 2rem;
}
header#nav nav {
  display: none;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #4e4e4e;
  text-transform: lowercase;
  padding: 0 10px;
}
header#nav nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0;
  justify-content: space-around;
  width: 100%;
  -webkit-text-stroke: 0.3px black;
  flex-wrap: wrap;
}
header#nav nav ul .active.red {
  color: #ff0000;
}
header#nav nav ul .active.yellow {
  color: #ffe600;
}
header#nav nav ul .active.blue {
  color: #2c01c8;
}
header#nav nav ul .active.orange {
  color: orange;
}
header#nav nav ul .active.green {
  color: green;
}
header#nav nav ul .active.pink {
  color: pink;
}
header#nav nav ul .active.black {
  color: black;
}
header#nav nav ul .item {
  position: relative;
  -webkit-text-stroke: 0.3px black;
  margin-bottom: 10px;
}
header#nav nav ul .item .nav-item {
  -webkit-text-stroke: 0.3px black;
}
header#nav nav ul .item::after {
  bottom: -5px;
  content: "";
  display: block;
  height: 3px;
  left: 60%;
  position: absolute;
  width: 0;
  background: pink;
}
header#nav nav ul .item:nth-child(1)::after {
  background: #ff0000;
}
header#nav nav ul .item:nth-child(2)::after {
  background: #ffe600;
}
header#nav nav ul .item:nth-child(3)::after {
  background: #2c01c8;
}
header#nav nav ul .item:nth-child(4)::after {
  background: orange;
}
header#nav nav ul .item:nth-child(5)::after {
  background: #292929;
}
header#nav nav ul .item:nth-child(6)::after {
  background: #029e0c;
}
header#nav nav ul .item:hover {
  cursor: pointer;
}
header#nav nav ul .item:hover:after {
  width: 100%;
  left: 0;
}
@media only screen and (min-width: 768px) {
  header#nav {
    margin-left: -100px;
    padding-left: 100px;
    grid-template-rows: 136px;
  }
  header#nav .logo h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  header#nav {
    grid-template-areas: "logo nav";
    grid-template-columns: minmax(300px, max-content) minmax(300px, 1fr);
  }
  header#nav #menu-button {
    display: none;
  }
  header#nav .logo {
    justify-content: center;
  }
  header#nav nav {
    display: flex;
    align-items: center;
  }
  header#nav nav ul {
    flex-direction: row;
  }
  header#nav nav ul .item {
    margin: 0 10px 0 0;
  }
}

main {
  padding: 0 10px;
  grid-area: main;
  margin-top: 40px;
}
main ul li {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
}
main hr {
  margin: 0;
  height: 1px;
  background-color: #707070;
  border: 0;
}
main header .title {
  margin-top: -2px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-left: 48px;
  width: max-content;
  margin-left: -10px;
}
main header .title:before {
  position: absolute;
  content: "";
  height: 28px;
  left: 0;
  width: 28px;
  background: black;
}
main header .title:after {
  position: absolute;
  content: "";
  height: 3px;
  bottom: -3px;
  left: 0;
  width: 100%;
  background: black;
}
main header .title.blue::before,
main header .title.blue::after {
  background: blue;
}
main header .title.red::before,
main header .title.red::after {
  background: red;
}
main header .title.yellow::before,
main header .title.yellow::after {
  background: yellow;
}
main header .title.orange::before,
main header .title.orange::after {
  background: orange;
}
main header .title.green::before,
main header .title.green::after {
  background: green;
}
main header .title.pink::before,
main header .title.pink::after {
  background: pink;
}
main .two-columns {
  display: grid;
  grid-template-areas: "aside" "content";
  grid-template-columns: minmax(300px, 1fr);
  grid-row-gap: 20px;
}
main .two-columns p.title {
  font-size: 1.8rem;
  color: #4e4e4e;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
}
main .two-columns .left {
  grid-area: aside;
}
main .two-columns .left ul {
  margin-top: 15px;
}
main .two-columns .left ul li a {
  text-transform: uppercase;
}
main .two-columns .right {
  grid-area: content;
}
main .two-columns .right ul li a {
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  color: #4e4e4e;
}
main .two-columns .right .map {
  width: 100%;
  height: 300px;
  position: relative;
}
main #grid_oeuvres {
  display: grid;
  grid-template-columns: minmax(300px, 1fr);
  grid-row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  main #grid_oeuvres {
    grid-template-columns: repeat(2, 300px);
    grid-gap: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  main #grid_oeuvres {
    grid-template-columns: repeat(3, 300px);
    grid-gap: 40px;
  }
}
@media only screen and (min-width: 1920px) {
  main #grid_oeuvres {
    grid-template-columns: repeat(4, 300px);
    grid-gap: 40px;
  }
}
@media only screen and (min-width: 768px) {
  main {
    padding: 0;
  }
  main header .title {
    margin-left: -100px;
  }
  main .left hr {
    max-width: 50%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  main {
    margin-top: 58px;
  }
  main header .title {
    margin-bottom: 100px;
  }
  main .two-columns {
    display: grid;
    grid-template-areas: "aside content";
    grid-template-columns: minmax(300px, 1fr) 3fr;
    grid-column-gap: 100px;
    grid-row-gap: 0;
  }
  main .two-columns .left hr {
    max-width: 100%;
  }
}
main #oeuvres .hidden {
  opacity: 0;
  pointer-events: none;
  height: 20px;
  min-width: 300px;
}
@media only screen and (min-width: 768px) {
  main #oeuvres .hidden {
    width: 300px;
    height: auto;
  }
}
main #oeuvres h2 {
  text-transform: uppercase;
}
main #oeuvres .two-columns {
  display: grid;
  grid-template-areas: "aside" "content";
  grid-template-columns: minmax(300px, 1fr);
  grid-row-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  main #oeuvres .two-columns {
    display: grid;
    grid-template-areas: "aside content";
    grid-template-columns: minmax(300px, 3fr) 2fr;
    grid-column-gap: 100px;
    grid-row-gap: 0;
  }
  main #oeuvres .two-columns .left hr {
    max-width: 100%;
  }
}
main #textes .vp-portfolio__item-img-wrap {
  display: none;
}
main #textes .vp-portfolio__item-meta {
  padding: 0;
}
main #textes .vp-portfolio__item-meta-title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #4e4e4e;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
}
main #textes .vp-portfolio__item-meta-excerpt {
  text-align: justify;
}
main #documents .documents-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
main #documents .infos {
  margin: -16px 0 20px 0;
  padding: 20px;
  border: 3px solid green;
  min-height: 156px;
  background: white;
  width: 100%;
}
main #documents .oeuvres-documents {
  width: 100%;
  height: auto;
  position: relative;
  border: 3px solid transparent;
}

@media only screen and (min-width: 640px) {
  main #documents .oeuvres-documents {
    width: 300px;
  }
}

main #documents .textes-documents {
  position: relative;
  padding: 10px;
  border: 3px solid transparent;
}
main #documents .selected {
  border: 3px solid green;
  height: min-content;
}
main #documents .selected .checked {
  display: block;
  z-index: 5;
}
main #documents .checked {
  width: 16px;
  height: 16px;
  background: green;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  main #documents .documents-header {
    flex-direction: row;
  }
  main #documents .documents-header .title:after {
    width: calc(100% + 100px);
  }
  main #documents .infos {
    margin: -58px 0 20px 100px;
    min-height: 136px;
  }
}
main .textes-documents,
main .oeuvres-documents:hover {
  cursor: pointer;
}
main .post-thumbnail {
  display: block;
  overflow: hidden;
}
main .post-thumbnail img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: middle;
}
main .post-thumbnail img:hover {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
  cursor: pointer;
}
main #filter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: max-content;
  z-index: 5;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  main #filter {
    flex-direction: row;
    gap: normal;
    position: sticky;
    top: 126px;
    width: 100%;
    background-color: white;
    padding: 10px 0;
  }
}
main #filter li,
main #filter span {
  position: relative;
}
main #filter li:hover,
main #filter span:hover {
  cursor: pointer;
}
main #filter li:hover:after,
main #filter span:hover:after {
  position: absolute;
  content: "";
  height: 3px;
  bottom: -3px;
  left: 0;
  width: 100%;
  background: red;
}
main #filter .active:after {
  position: absolute;
  content: "";
  height: 3px;
  bottom: -3px;
  left: 0;
  width: 100%;
  background: red;
}

.grecaptcha-badge {
  display: none;
}

footer#footer {
  grid-area: footer;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #7a7a7a;
  padding: 35px 0 37px 0;
}
footer#footer .socials {
  grid-area: socials;
  display: flex;
}
footer#footer .socials svg {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}
footer#footer .socials svg:last-child {
  margin-right: 0;
}
footer#footer .copyright {
  grid-area: copyright;
}
footer#footer .links {
  grid-area: links;
}
@media only screen and (max-width: 425px) {
  footer#footer {
    grid-template-areas: "socials" "copyright" "links";
    grid-row-gap: 10px;
    padding: 35px 10px;
  }
}
footer#footer .widget ul li {
  font-size: 1.6rem;
  color: #7a7a7a;
  font-family: "Roboto", sans-serif;
}
footer#footer .widget p {
  font-size: 1.6rem;
  color: #7a7a7a;
  font-family: "Roboto", sans-serif;
}

body {
  grid-template-columns: 1fr;
  grid-template-areas: "header" "main" "footer";
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
}

.wrapper {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .wrapper {
    padding: 0 20px 0 100px;
  }
}
@media only screen and (min-width: 1920px) {
  .wrapper {
    max-width: 1920px;
    margin: auto;
  }
}

.wp-block-columns {
  gap: 2em;
}

.h-150-fit-cover > img {
  object-fit: cover;
  height: 150px;
}

.logo-fb,
.logo-insta {
  font-size: 20px;
}

.logo-fb:hover {
  color: #4267b2;
}

.logo-insta:hover {
  color: #c13584;
}

.vp-notice {
  border: none;
  background: none;
  color: black;
  padding: 0 0 10px 0;
}

.line-through {
  text-decoration: line-through;
}
