/* line 1, app/assets/stylesheets/themes/grant_academy.scss */
.product--grant-academy {
  --color-primary:       #7191c2;
  --color-primary-hover: #587eb7;
  --ga-surface:          #fcf4f4;
  /* Titres globaux */
  --color-secondary: #7191c2;
  /* Accent Challenge */
  --ga-brand: #7191c2;
  /* H3 */
  /* Boutons */
  /* Cartes */
}

/* line 8, app/assets/stylesheets/themes/grant_academy.scss */
.product--grant-academy h1, .product--grant-academy .h1, .product--grant-academy h2, .product--grant-academy .h2 {
  color: #7191c2 !important;
}

/* line 12, app/assets/stylesheets/themes/grant_academy.scss */
.product--grant-academy #challenge.product-section .section-body.is-card {
  border-left: 0.35rem solid var(--ga-brand);
}

/* line 15, app/assets/stylesheets/themes/grant_academy.scss */
.product--grant-academy .features .feature h3, .product--grant-academy .features .feature .feature-title,
.product--grant-academy .audience-card h3, .product--grant-academy .audience-card .audience-title,
.product--grant-academy .steps .step h3 {
  color: #7191c2 !important;
}

/* line 18, app/assets/stylesheets/themes/grant_academy.scss */
.product--grant-academy .features .feature h3 a, .product--grant-academy .features .feature .feature-title a,
.product--grant-academy .audience-card h3 a, .product--grant-academy .audience-card .audience-title a,
.product--grant-academy .steps .step h3 a {
  color: #7191c2 !important;
}

/* line 21, app/assets/stylesheets/themes/grant_academy.scss */
.product--grant-academy .features .feature h3 a:hover, .product--grant-academy .features .feature .feature-title a:hover,
.product--grant-academy .audience-card h3 a:hover, .product--grant-academy .audience-card .audience-title a:hover,
.product--grant-academy .steps .step h3 a:hover {
  color: var(--color-primary-hover) !important;
}

/* line 26, app/assets/stylesheets/themes/grant_academy.scss */
.product--grant-academy .btn-primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/* line 27, app/assets/stylesheets/themes/grant_academy.scss */
.product--grant-academy .btn-primary:hover, .product--grant-academy .btn-primary:focus {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: #fff;
}

/* line 28, app/assets/stylesheets/themes/grant_academy.scss */
.product--grant-academy .btn-outline {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: transparent;
}

/* line 29, app/assets/stylesheets/themes/grant_academy.scss */
.product--grant-academy .btn-outline:hover, .product--grant-academy .btn-outline:focus {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/* line 32, app/assets/stylesheets/themes/grant_academy.scss */
.product--grant-academy .features .feature, .product--grant-academy .audience-card {
  background: var(--ga-surface);
  color: inherit;
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

/* line 36, app/assets/stylesheets/themes/grant_academy.scss */
.product--grant-academy .features .feature .feature-media {
  background: #eef1f6;
}
