/*
Theme Name: Jeanne Tara's Theme
Theme URI: https://jeannetara.com
Author: pomponpaf
Author URI: http://coucou.website
Description: Jeanne Tara's theme
Version: 666
*/
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight : 100;
}
#masthead {
  padding-top: 20px;
  padding-bottom: 40px;
}
#masthead h1 {
  margin-top:4px;
  font-weight: normal;
}
#masthead nav {
  text-align: center;
}
.menu-item {
  font-family: 'Poppins', sans-serif;
  font-size: 2em;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}
img {
  font-size: 0em;
}
#content {
  margin-left: -7px!important;
  margin-right: -7px!important;
}
#content a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
}
.bold {
  font-weight: bold;
}
button:focus {
  outline: none!important;
}
.thumbnail_wrapper {
  padding: 7px;
}
.image_thumbnail {
  width: 100%;
  height: 300px;
  margin-bottom: 0px;
  object-fit: cover;
}
.gallery img {
  max-width: 100%;
  height: auto;
}
.gallery-item {
  padding: 7px;
  margin:0;
  padding-bottom: 0;
}
.img-overlay {
  z-index: 10;
  position: absolute;
  width: calc(100% - 14px);
  height: 300px;
  top:7px; left:7px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.img-overlay:hover {
  background-color: rgba(0,0,0,0.4);
}
.projet_title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: white;
}
.article-title {
  margin-bottom: 1em;
}
.article-content {
  font-size: 1.1em;
}
.article-content a:hover {
  text-decoration: underline!important;
}
.mfp-counter {
  display: none;
}
.mfp-title {
  text-align: center;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: auto;
}
.mfp-close{
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-size: 2em;
}
.mfp-close:hover {
  cursor: pointer!important;
}
.mfp-figure small{
  display: none;
}
.mfp-arrow::after, .mfp-arrow::before {
  border:none;
}
.mfp-arrow {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  color: white;
  font-size: 3em;
}
.mfp-arrow-left:after {
  content: "<";
}
.mfp-arrow-right:after {
  content: ">";
}
