/*
Theme Name: Izdi
Theme URI: https://lucasspiteri.com
Author: Lucas Spiteri
Author URI: https://lucasspiteri.com
Description: Thème personnalisé Izdi
Requires at least: WordPress 5.4
Version: 1.0
*/

.header {
  text-align: center;
  margin-top: 100px;
}

.date .post__meta{
  font-style: italic;
  text-align: center;
  margin-bottom: 32px;
}

.box_image{
  text-align: center;
}
.image_article{
  width: 70%;
  height: auto;
}

img .logo{
  width: 50%;
  height: auto;
}

h1{
  font-family: 'Baskerville', sans-serif;
  text-align: center;
  margin-bottom: -43px;
  font-size: 28px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 100px 0px 50px 0px;
}

h2{
  font-family: 'Baskerville', sans-serif;
  font-weight: 100;
  font-size: 24px !important;
  text-align: center;
}

h3{
  text-align: center;
  font-family: 'Baskerville', sans-serif;
  font-weight: 100;
  font-size: 22px;
  margin-bottom: 16px;
}
p{
  font-family: 'Baskervville', sans-serif;
  font-size: 16px;
  text-align: justify;
}

/* Couleur du texte sous les expériences */
.detail_exp{
  color: #7b7b7b;
}

/* Marge entre le logo et le contenu */
.wp-block-visual-portfolio{
  margin-top: 50px;
}

/* Style de texte pour les filtres */
.vp-filter__style-minimal .vp-filter__item.vp-filter__item-active{
  --vp-filter-minimal--items__color:#7b7b7b !important;
  --vp-filter-minimal--items-hover__color: #7b7b7b !important;
}

/* Style de texte pour le nom des catégorie dans l'item */
.vp-portfolio__items-style-default .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category a {
  background-color: #3c3c3c00 !important;
}

/* Style survol souris nom de l'item */
.vp-filter__item a:hover {
  color: #7b7b7b !important;
}

.vp-filter .vp-filter__style-minimal a:link {
  color: black !important;
}

.footer_perso{
  text-align: center;
  color: #222222 !important;
}


/*************************** Boutique *******************/

.woocommerce div.product{
  margin-top: 100px;
}
