/*
Theme Name: AFEC — Alliance de la francophonie économique canadienne
Theme URI:
Author: CLD
Author URI:
Template: wp-bootstrap-starter
Description:
Version: 1.0
License:
License URI:
Text Domain:
Tags:
*/
/*
.ibm-plex-sans-<uniquifier> {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
*/
html,
body {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}
html {
  font-size: 10px;
  line-height: 1.25;
}
.text-align-center {
  text-align: center;
}
.b-red {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.75em 2em 0.75em 2em;
  background-color: #B03935;
  color: #fff;
  text-decoration: none;
}
.b-red:hover,
.b-red:active,
.b-red:focus {
  background-color: #892c29;
  color: #fff;
  text-decoration: none;
}
header {
  width: 100%;
  background: #EAE3D5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.navbar-brand-col {
  z-index: 9999;
}
.navbar-brand {
  text-indent: -9999px;
  display: block;
  width: 100%;
  aspect-ratio: 466 / 66.4;
  background: url(images/logo-afec.svg) no-repeat center;
  background-size: contain;
}
.navbar-brand.footer {
  aspect-ratio: 340 / 117.9;
  background: url(images/logo-afec-k.svg) no-repeat center;
  background-size: contain;
}
.navbar {
  position: relative;
}
@media (max-width: 991.98px) {
  .navbar {
    justify-content: right;
  }
}
.navbar-collapse.top-nav {
  z-index: 999;
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    right: 1.1rem;
    top: 3.3rem;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .navbar-collapse {
    width: 100%;
  }
}
.navbar-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
@media (max-width: 991.98px) {
  .navbar-nav {
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 2rem;
    align-items: end;
  }
  .navbar-nav.top-nav {
    background: #B03935;
  }
  .navbar-nav.top-nav .nav-item a.nav-link {
    color: #fff !important;
  }
  .navbar-nav.top-nav .nav-item a.nav-link:hover,
  .navbar-nav.top-nav .nav-item a.nav-link:active,
  .navbar-nav.top-nav .nav-item a.nav-link:focus {
    color: #fff !important;
    text-decoration: underline !important;
  }
  .navbar-nav.top-nav .nav-item a.nav-link.lang.en {
    background: url(images/icon-fr-ko.svg) no-repeat;
    background-position: left top;
    background-size: 100% auto;
  }
  .navbar-nav.top-nav .nav-item a.nav-link.lang.en:hover,
  .navbar-nav.top-nav .nav-item a.nav-link.lang.en:active,
  .navbar-nav.top-nav .nav-item a.nav-link.lang.en:focus {
    background-position: left bottom;
  }
  .navbar-nav.top-nav .nav-item a.nav-link.lang.fr {
    background: url(images/icon-en-ko.svg) no-repeat;
    background-position: left top;
    background-size: 100% auto;
  }
  .navbar-nav.top-nav .nav-item a.nav-link.lang.fr:hover,
  .navbar-nav.top-nav .nav-item a.nav-link.lang.fr:active,
  .navbar-nav.top-nav .nav-item a.nav-link.lang.fr:focus {
    background-position: left bottom;
  }
}
.navbar-nav .nav-item a.nav-link {
  color: #283C63 !important;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.5em 1em 0.5em 1em;
}
.navbar-nav .nav-item a.nav-link:hover,
.navbar-nav .nav-item a.nav-link:active,
.navbar-nav .nav-item a.nav-link:focus {
  color: #B03935 !important;
}
.navbar-nav .nav-item:last-child a.nav-link {
  padding-right: 0;
}
.navbar-toggler {
  width: 3rem;
  height: 3rem;
  border-radius: 0 !important;
  display: block;
  background: url(images/icon-menu.svg) no-repeat;
  background-size: 100% auto;
  background-position: left top;
  transition: all 0.3s ease-out;
}
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus,
.navbar-toggler:visited,
.navbar-toggler:focus-within,
.navbar-toggler:focus-visible {
  border-radius: 0 !important;
  outline: none;
}
.navbar-toggler[aria-expanded="true"] {
  background-position: left bottom;
}
.nav-link.lang {
  display: block;
  text-indent: -9999px;
  width: 3rem;
  height: 3rem;
}
.nav-link.lang.en {
  background: url(images/icon-fr.svg) no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.nav-link.lang.en:hover,
.nav-link.lang.en:active,
.nav-link.lang.en:focus {
  background-position: left bottom;
}
.nav-link.lang.fr {
  background: url(images/icon-en.svg) no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.nav-link.lang.fr:hover,
.nav-link.lang.fr:active,
.nav-link.lang.fr:focus {
  background-position: left bottom;
}
section.cover-container {
  width: 100%;
  background-color: #F4F4F4;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section.cover-container .cover-home {
  background: url(images/logo-mark.svg) no-repeat 85% center;
  background-size: contain;
}
@media (max-width: 991.98px) {
  section.cover-container .cover-home {
    background-position: 100% center;
    background-size: 40%;
  }
}
@media (max-width: 767.98px) {
  section.cover-container .cover-home {
    background: none;
  }
}
section.cover-container .cover-home h1 {
  font-weight: 200;
  font-size: 4.5rem;
  color: #283C63;
  line-height: 1.1;
  margin-bottom: 0.75em;
}
section.cover-container .cover-home h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #283C63;
  line-height: 1.1;
  margin-bottom: 1em;
}
section.home-features {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767.98px) {
  section.home-features .feature-col {
    margin-bottom: 4rem;
  }
}
section.home-features .feature-icon {
  width: 17.5rem;
  aspect-ratio: 1 / 1;
  margin: auto;
  background-size: contain;
  margin-bottom: 2rem;
}
section.home-features .feature-icon.collaboration {
  background: url(images/icon-share.svg) no-repeat;
}
section.home-features .feature-icon.faciliter {
  background: url(images/icon-business-user.svg) no-repeat;
}
section.home-features .feature-icon.valorisation {
  background: url(images/icon-business-idea-user-2.svg) no-repeat;
}
@media (max-width: 767.98px) {
  section.home-features .feature-icon {
    width: 17.5rem;
  }
}
section.home-features h3 {
  width: 80%;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #283C63;
  text-align: center;
  margin: 0 auto 0.5em auto;
}
section.home-features p {
  width: 80%;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  color: #33322F;
  text-align: center;
  margin: auto;
}
section.faisons {
  width: 100%;
  background: #B1CEFD;
}
section.faisons .faisons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0;
}
@media (max-width: 768px) {
  section.faisons .faisons-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
  section.faisons .faisons-grid .faisons-text {
    padding-bottom: 5rem !important;
  }
  section.faisons .faisons-grid .faisons-image {
    background-position: center top !important;
  }
}
section.faisons .faisons-grid .faisons-text {
  padding: 5rem 2rem 8rem 2rem;
}
section.faisons .faisons-grid .faisons-text h2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.25;
  color: #283C63;
  margin-bottom: 0.75em;
}
section.faisons .faisons-grid .faisons-text p {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  color: #33322F;
  margin-bottom: 1em;
}
section.faisons .faisons-grid .faisons-text p strong {
  font-weight: 700;
}
section.faisons .faisons-grid .faisons-text p:last-child {
  margin-bottom: 0;
}
section.faisons .faisons-grid .faisons-image {
  background: url(images/canada-map.svg) no-repeat;
  background-size: 90%;
  background-position: center;
}
.cover-image {
  width: 100%;
  margin-bottom: 4rem;
}
main .page-title h2 {
  color: #707070;
}
main .page-title h3 {
  font-size: 4rem;
  color: #33322F;
  font-weight: 300;
  margin-bottom: 1em;
}
main blockquote {
  border-left: 15px solid;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 0 0 1em 0.5em;
  line-height: 1.25;
  color: #283C63;
  margin-bottom: 1.5em;
}
@media (max-width: 575.98px) {
  main blockquote {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main blockquote {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  main blockquote {
    margin-left: 24%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  main blockquote {
    margin-left: 24%;
  }
}
@media (min-width: 1200px) {
  main blockquote {
    margin-left: 24%;
  }
}
main blockquote.a-propos {
  border-left-color: #B76A86;
}
main blockquote.services {
  border-left-color: #707070;
}
main blockquote.page-adhesion {
  border-left-color: #B1CEFD;
}
main h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  color: #283C63;
  margin-bottom: 0.5em;
}
main p,
main ul,
main ol {
  color: #33322F;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1.5em;
}
main p + ul,
main p + ol {
  margin-top: -1.5em;
}
.services-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1199.98px) {
  .services-features {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-features .services-feature {
  margin-bottom: 4rem;
}
.services-features .services-feature:nth-child(odd):not(:last-child) {
  border-right: 1px solid #283C63;
}
.services-features .services-feature:nth-child(odd) .feature-content {
  padding-right: 4rem;
}
.services-features .services-feature:nth-child(even) .feature-content {
  padding-left: 4rem;
}
@media (max-width: 1199.98px) {
  .services-features .services-feature {
    border-bottom: 1px solid #283C63;
    padding-bottom: 4rem;
  }
  .services-features .services-feature:last-child {
    border-bottom: none;
  }
  .services-features .services-feature:nth-child(odd) {
    border-right: none !important;
  }
  .services-features .services-feature:nth-child(odd) .feature-content {
    padding-right: 0 !important;
  }
  .services-features .services-feature:nth-child(even) .feature-content {
    padding-left: 0;
  }
}
.services-features .services-feature .feature-content .feature-icon {
  width: 17.5rem;
  aspect-ratio: 1 / 1;
  margin: auto;
  background-size: contain;
  margin-bottom: 2rem;
}
.services-features .services-feature .feature-content .feature-icon.reseautage {
  background: url(images/icon-account-group.svg) no-repeat;
}
.services-features .services-feature .feature-content .feature-icon.formation {
  background: url(images/icon-business-presentation.svg) no-repeat;
}
.services-features .services-feature .feature-content .feature-icon.ressources {
  background: url(images/icon-business-idea-user-1.svg) no-repeat;
}
.services-features .services-feature .feature-content .feature-icon.projets {
  background: url(images/icon-business-handshake-deal.svg) no-repeat;
}
.services-features .services-feature .feature-content .feature-icon.visibilite {
  background: url(images/icon-megaphone.svg) no-repeat;
}
.services-features .services-feature .feature-content .feature-icon.soutien {
  background: url(images/icon-group-global.svg) no-repeat;
}
.services-features .services-feature .feature-content .feature-icon.regions {
  background: url(images/icon-globe.svg) no-repeat;
}
.services-features .services-feature .feature-content .feature-icon.croissance {
  background: url(images/icon-business-laptop.svg) no-repeat;
}
.services-features .services-feature .feature-content .feature-icon.expertise {
  background: url(images/icon-badge-number-one-1.svg) no-repeat;
}
.services-features .services-feature .feature-content .feature-icon.influence {
  background: url(images/icon-group-chat.svg) no-repeat;
}
@media (max-width: 1199.98px) {
  .services-features .services-feature .feature-content .feature-icon {
    width: 17.5rem;
  }
}
.services-features .services-feature .feature-content ol li,
.services-features .services-feature .feature-content ol li::marker {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #283C63;
  padding-left: 0;
  margin-bottom: 1em;
  margin-left: 1rem;
}
.services-features .services-feature .feature-content h3 {
  width: 100%;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #283C63;
  text-align: left;
  margin: 0 0 0.5em 0;
}
.services-features .services-feature .feature-content p,
.services-features .services-feature .feature-content ul,
.services-features .services-feature .feature-content ol {
  width: 100%;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  color: #33322F;
  text-align: left;
  margin-bottom: 1.5em;
}
.services-features .services-feature .feature-content ul,
.services-features .services-feature .feature-content ol {
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.wpcf7 {
  margin-bottom: 4rem;
}
.wpcf7 p {
  margin-bottom: 1rem;
}
.wpcf7 label {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  color: #33322F;
  margin-bottom: 1em;
  width: 100%;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-select,
.wpcf7 .wpcf7-number {
  margin-top: 0.5rem;
  width: 100%;
  border: 1px solid #707070;
  color: #33322F;
  font-size: 2rem;
  padding: 0.5rem;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 400;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item.first {
  margin-top: -1rem;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item.first label {
  margin-bottom: 0.25em;
}
.wpcf7 .wpcf7-acceptance label {
  display: flex;
  align-items: baseline;
}
.wpcf7 .wpcf7-acceptance input {
  margin-right: 0.5em;
}
.wpcf7 .btn {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.75em 2em 0.75em 2em;
  background-color: #B03935;
  color: #fff;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
}
.wpcf7 .btn:hover,
.wpcf7 .btn:active,
.wpcf7 .btn:focus {
  background-color: #892c29;
  color: #fff;
  text-decoration: none;
}
.wpcf7 .wpcf7-response-output {
  margin: 2rem 0 0 0;
  padding: 1em;
  font-size: 2rem;
  font-weight: 700;
}
.logos-row {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.logos-row .member-logo {
  width: 14.2%;
  padding: 0 2rem;
}
.logos-row .member-logo:first-child {
  padding-left: 0;
}
.logos-row .member-logo:last-child {
  padding-right: 0;
}
.logos-row .member-logo.cdea {
  width: 13.5%;
}
.logos-row .member-logo.fga {
  width: 22%;
}
.logos-row .member-logo.cpq {
  width: 14%;
}
.logos-row .member-logo.cenb {
  width: 19%;
}
.logos-row .member-logo.ccfv {
  width: 13.5%;
}
@media (max-width: 767.98px) {
  .logos-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .logos-row .member-logo {
    width: 45% !important;
    padding: 0 2rem !important;
  }
  .logos-row .member-logo.cdea {
    width: 35% !important;
    margin-right: 5% !important;
  }
  .logos-row .member-logo.fga {
    width: 55% !important;
  }
  .logos-row .member-logo.cpq {
    width: 32% !important;
    margin-right: 6% !important;
  }
  .logos-row .member-logo.cenb {
    width: 47% !important;
  }
  .logos-row .member-logo.sdecb {
    width: 32% !important;
    margin-right: 3% !important;
  }
  .logos-row .member-logo.ccfv {
    width: 33% !important;
  }
}
footer .row {
  position: relative;
}
footer .footer-members {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
footer .footer-members h2 {
  color: #707070;
  margin-bottom: 1em;
}
footer .footer-members .member-logo {
  text-align: center;
  margin-bottom: 4rem;
}
footer .logo-and-nav {
  background: #E2EAD6;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
footer .navbar-brand {
  margin-bottom: 1em;
}
footer .navbar-nav {
  position: absolute;
  right: 20px;
  top: 1.4em;
}
footer p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  color: #33322F;
}
footer p.address {
  margin-bottom: 2rem;
  padding: 0 0 0 6.3em;
}
footer p a {
  color: #33322F;
  text-decoration: underline;
}
footer p a:hover,
footer p a:active,
footer p a:focus {
  color: #B03935;
  text-decoration: underline;
}
footer .footer-disclaimer {
  display: flex;
  align-items: center;
}
footer .footer-disclaimer p {
  margin-right: 1rem;
}
footer .footer-disclaimer p:last-child {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  footer p.address {
    padding: 0 0 0 14.5%;
  }
  footer .navbar-nav {
    position: relative;
    justify-content: space-around;
    margin-top: 2rem;
    margin-bottom: 2rem;
    right: auto;
    top: auto;
    flex-flow: column;
    align-items: start;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer p.address {
    padding: 0 0 0 5.8em;
  }
  footer .navbar-nav {
    position: relative;
    justify-content: space-around;
    margin-top: 2rem;
    margin-bottom: 2rem;
    right: auto;
    top: auto;
    flex-flow: column;
    align-items: start;
  }
  footer .navbar-nav .nav-item:last-child {
    margin-top: 1rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer p.address {
    padding: 0 0 0 3.6em;
  }
  footer .navbar-nav {
    position: relative;
    justify-content: space-around;
    margin-top: 2rem;
    margin-bottom: 2rem;
    right: auto;
    top: auto;
    flex-flow: column;
    align-items: start;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer p.address {
    padding: 0 0 0 5.1em;
  }
}
.otgs-development-site-front-end {
  display: none !important;
}
