@import "../snippets/artistes_grid.css";


body.home{
  background-color: var(--dark-color);
  /*background-color: brown;*/
}


.home h3,
  .home section .column .text p{
    padding: 2rem;
  text-align: left;
}

.home h3{
  font-size: var(--font-size-level-B);
  font-family: var(--font-family-B);
}

.home section .column .text h2{
  font-size: var(--font-size-level-A);  
  padding: 2rem;
}




.home-hero {
  width: 100%;
  height: 317px;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  min-height: 80vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-color: var(--secondary-color);
  background-image: url('../../img/image-header-pulsation.png');
  background-position: center;
}


.home-container2 {
  display: flex;
  width: 80%;
  max-width: 1400px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: left;
  color:#FFF;
}



/****** Video Iframe ***********/*

section.video{
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}


.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



@media all and (max-width : 768px) {

  .home-hero {
    background-image: url('../../img/image-header-pulsation.png');
  }

    
  h1:not(.logo), h3, .home section .column .text h2 {
    font-size:var(--font-size-level-B);
  }


}





