/* Base font size: 16px = 1rem

/* Colors */
/* Background */
/* Typography */
/* Font sizes (rem based on 18px) */
/* Line heights (unitless for scalability) */
/* Spacing (rem) */
/* Transition */
/* Header */
/* Slider */
/* Borders */
/* Shadow */
/* Links */
section#banner-argument.template-2::before {
  display: none;
}
section#banner-argument.template-2 .container-fluid {
  padding: 0;
  display: flex;
  max-height: 60vh;
}
section#banner-argument.template-2 .container-fluid #content-banner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5215686275);
  color: #ffffff;
  padding: 0;
  align-items: center;
}
section#banner-argument.template-2 .container-fluid #content-banner .center-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  justify-items: start;
  align-items: center;
  width: 95%;
  padding: 50px;
  column-gap: 50px;
}
section#banner-argument.template-2 .container-fluid #content-banner .center-content h3 {
  grid-area: 1/1/2/2;
  font: 900 2.778rem/3.5rem "Jost", sans-serif;
}
section#banner-argument.template-2 .container-fluid #content-banner .center-content #subtitle-banner {
  grid-area: 2/1/3/2;
  color: #ffffff;
}
section#banner-argument.template-2 .container-fluid #content-banner .center-content ul {
  grid-area: 1/2/4/3;
  justify-self: center;
  list-style: none;
  padding-left: 0;
}
section#banner-argument.template-2 .container-fluid #content-banner .center-content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 35px;
}
section#banner-argument.template-2 .container-fluid #content-banner .center-content ul li::before {
  content: "\f058";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #ffffff;
  background: transparent;
  font-size: 30px;
  top: -10px;
}
section#banner-argument.template-2 .container-fluid #content-banner .center-content .module_content {
  grid-area: 3/1/4/2;
}
section#banner-argument.template-2 .container-fluid #content-banner .center-content .module_content a {
  background: #ffffff;
  color: #1c1c1c;
  border: none;
  border-radius: 50px;
  padding: 0.833rem 2.778rem 0.833rem 1.788rem;
}
section#banner-argument.template-2 .container-fluid #content-banner .center-content .module_content a i {
  top: 28px;
}
section#banner-argument.template-2 .container-fluid #photo-banner {
  width: 100%;
  object-fit: cover;
  padding: 0;
}
section#banner-argument.template-2 .container-fluid #photo-banner img {
  object-fit: cover;
  max-height: 60vh;
  width: 100%;
  margin: 0;
  filter: blur(3px);
}

@media (max-width: 991px) {
  section#banner-argument.template-2 .container-fluid {
    display: block;
  }
  section#banner-argument.template-2 .container-fluid #content-banner {
    background-color: #000;
  }
  section#banner-argument.template-2 .container-fluid #content-banner .center-content {
    display: block;
  }
  section#banner-argument.template-2 .container-fluid #content-banner .center-content h3 {
    grid-area: 2/1/3/3;
    font: 900 1.778rem/2.5rem "Jost", sans-serif;
  }
  section#banner-argument.template-2 .container-fluid #content-banner .center-content ul {
    justify-self: flex-start;
    row-gap: 15px;
    padding: 15px 0;
  }
  section#banner-argument.template-2 .container-fluid #photo-banner {
    min-height: initial;
    max-height: initial;
  }
  section#banner-argument.template-2 .container-fluid #photo-banner img {
    min-height: initial;
    max-height: initial;
    width: 100%;
    opacity: 1;
    filter: blur(0px);
  }
}
@media (max-width: 480px) {
  section#banner-argument.template-2 .container-fluid #content-banner .center-content ul li::before {
    top: 0;
  }
}
section#banner-argument.template-1::before {
  display: none;
}
section#banner-argument.template-1 .container-fluid {
  padding: 0;
  display: flex;
  min-height: 55vh;
  max-height: 60vh;
}
section#banner-argument.template-1 .container-fluid #content-banner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5215686275);
  color: #ffffff;
  padding: 0;
  align-items: center;
}
section#banner-argument.template-1 .container-fluid #content-banner .center-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  justify-items: start;
  align-items: center;
  width: 95%;
  padding: 50px;
  column-gap: 50px;
}
section#banner-argument.template-1 .container-fluid #content-banner .center-content h3 {
  grid-area: 2/1/3/3;
  font: 900 2.778rem/3.5rem "Jost", sans-serif;
}
section#banner-argument.template-1 .container-fluid #content-banner .center-content #subtitle-banner {
  grid-area: 3/1/4/3;
  color: #ffffff;
}
section#banner-argument.template-1 .container-fluid #content-banner .center-content ul {
  grid-area: 1/3/4/4;
  justify-self: center;
  list-style: none;
  padding-left: 0;
  row-gap: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 80%;
}
section#banner-argument.template-1 .container-fluid #content-banner .center-content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
section#banner-argument.template-1 .container-fluid #content-banner .center-content ul li::before {
  content: "\f058";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #ffffff;
  background: transparent;
  font-size: 30px;
  top: -10px;
}
section#banner-argument.template-1 .container-fluid #content-banner .center-content .module_content {
  grid-area: 4/3/5/4;
  justify-self: center;
}
section#banner-argument.template-1 .container-fluid #content-banner .center-content .module_content a {
  background: rgba(187, 140, 86, 0.9921568627);
  color: #ffffff;
  border: 1px solid rgba(187, 140, 86, 0.9921568627);
  padding: 0.833rem 2.778rem 0.833rem 1.788rem;
}
section#banner-argument.template-1 .container-fluid #content-banner .center-content .module_content a:hover {
  background-color: #ffffff;
  color: rgba(187, 140, 86, 0.9921568627);
}
section#banner-argument.template-1 .container-fluid #content-banner .center-content .module_content a i {
  top: 28px;
}
section#banner-argument.template-1 .container-fluid #photo-banner {
  width: 100%;
  object-fit: cover;
  padding: 0;
  background-color: #000;
  min-height: 55vh;
}
section#banner-argument.template-1 .container-fluid #photo-banner img {
  object-fit: cover;
  min-height: 55vh;
  max-height: 60vh;
  width: 63%;
  margin: 0;
}

@media (max-width: 991px) {
  section#banner-argument.template-1 .container-fluid {
    display: block;
  }
  section#banner-argument.template-1 .container-fluid #content-banner {
    background-color: #000;
  }
  section#banner-argument.template-1 .container-fluid #content-banner .center-content {
    display: block;
  }
  section#banner-argument.template-1 .container-fluid #content-banner .center-content h3 {
    grid-area: 2/1/3/3;
    font: 900 1.778rem/2.5rem "Jost", sans-serif;
  }
  section#banner-argument.template-1 .container-fluid #content-banner .center-content ul {
    justify-self: flex-start;
    row-gap: 15px;
    padding: 15px 0;
  }
  section#banner-argument.template-1 .container-fluid #photo-banner {
    min-height: initial;
    max-height: initial;
  }
  section#banner-argument.template-1 .container-fluid #photo-banner img {
    min-height: initial;
    max-height: initial;
    width: 100%;
    opacity: 1;
  }
}
@media (max-width: 480px) {
  section#banner-argument.template-1 .container-fluid #content-banner .center-content ul li::before {
    top: 0;
  }
}

/*# sourceMappingURL=banniere-argument.css.map */
