/*-------------------------------------------------------
Theme Name: Divi Child Theme For Qualia
Theme URI: https://qualia.fr/
Description: A child theme template for Divi by Qualia
Author: Qualia
Author URI: https://qualia.fr/
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/
#slogan-qualia {
  color: red;
}

.main-banner {
  background-image: url('https://www.qualia.fr/wp-content/uploads/2019/07/bg-ppt-qualia.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 110px);
}

.main-banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.main-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  opacity: .9;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .main-title {
    font-size: 2.8rem;
    max-width: 800px;
  }
}

@media (min-width: 992px) {
  .main-title {
    font-size: 3.2rem;
    max-width: 800px;
  }
}
