/**
 * Styles pour le composant jumbotron
 */

.atom-jumbotron .content-jumbotron {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.atom-jumbotron .content-jumbotron p {
  color: black !important;
}

.atom-jumbotron .wp-block-cover__inner-container {
  width: 100% !important;
}

.atom-jumbotron .wrap-jumbotron {
  width: 1240px;
  margin: auto;
  padding-right: var(--wp--style--root--padding-right) !important;
  padding-left: var(--wp--style--root--padding-left) !important;
}

.atom-jumbotron .content-jumbotron {
  width: fit-content !important;
  max-width: 600px !important;
}

@media (max-width: 1023px) {
  .atom-jumbotron .content-jumbotron {
    margin: 40px 0px !important;
  }

  .atom-jumbotron .wrap-jumbotron {
    width: 100% !important;
  }
}

@media (max-width: 550px) {
  .atom-jumbotron .content-jumbotron {
    margin: 40px 0px !important;
    padding: 20px !important;
  }

  .atom-jumbotron .wp-block-cover {
    min-height: calc(100vh - 92.94px) !important;
  }
}