div.site-grid main
{
  margin-top:75px;
}
body.home main div.blog-items
{
  min-height: 85vh;
}
main div.blog-items
{
  margin-bottom: 0;
  grid-gap: 0;
}
body.home main div.blog-items:first-child
{
  max-height: 80vh;
  /*background: url("../../images/background/Aurelie_Fabien_ 236.png") ;
  background-size: cover;*/
}
body.home main div.blog-items:first-child .blog-item
{
  width: 100%;
  padding: 0;
  position: relative;
}/**   background: rgba(90, 90, 90, .75); */
body.home main div.blog-items:first-child .blog-item figure
{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
body.home main div.blog-items:first-child .blog-item img
{
  min-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
body.home main div.blog-items:first-child .blog-item .item-content
{
  z-index: 3;
  padding: 5rem;
  margin: auto;
  background: rgba(90, 90, 90, .75);
}
main div.blog-items
{
  text-align: center;
}
main div.blog-items:first-child .blog-item
{
  color: #fff;
}
main div.blog-items:first-child .blog-item .sitename
{
  font-size: 3em;
  font-weight: 100;
}
main div.blog-items:first-child .blog-item h1,main div.blog-items:first-child .blog-item h2
{
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
main div.blog-items:first-child .blog-item h1
{
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 200;
}

main div.blog-items:first-child .blog-item h2
{
  font-size: 2em;
  font-weight: 400;
}
main div.blog-items .global-container.dark
{
  background: #313131;
  color: #fff;
}
main div.blog-items .global-container .inner
{
  max-width: 1400px;
  margin: auto;
  padding: 50px 10px;
}
main div.blog-items .global-container img
{
  margin: 20px;
}
main div.blog-items .global-container img.round
{
  border-radius: 50%;
}
main p
{
  font-size: 1.2em;
  font-family: 'Outfit';
  font-weight: 200;
}
main div.blog-items .global-container .inner.flex
{
  display:flex;
}
div.flex .col1
{
  flex: 1;
  align-content: center;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.flex .col2
{
  flex:2;
  align-content:center;
  padding: 10px;
}
main div.blog-items .global-container h2
{
  font-family: "Outfit";
  font-weight: 400;
}
main div.blog-items .global-container.wedding-home-part
{
  height: 80vh;
  background: url("../../images/background/mariage_flower_1.webp") ;
  background-size: cover;
  background-position-y: 75%;
  align-content: center;
}
main div.blog-items .global-container.wedding-home-part .inner,main div.blog-items .global-container.art-home-part .inner
{
  background: rgba(90, 90, 90, .75);
  color: #fff;
}
main div.blog-items .global-container.art-home-part
{
  height: 80vh;
  background: url("../../images/background/macro_univers.webp") ;
  background-size: cover;
  background-position-y: 75%;
  align-content: center;
}