/*
 Theme Name:     Semaine de la francophonie de Toronto 2026
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         
 Author URI:     https://afterimagedesigns.com/
 Template:       wp-bootstrap-starter
 Version:        1.0
*/
/****************************************
*** Theme customization starts below ***
*****************************************/
/* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
font-family: 'Mulish', sans-serif;

Light 300
Light 300 Italic
Regular 400
Regular 400 Italic
Bold 700
Bold 700 Italic
Black 900
Black 900 Italic
*/
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
body {
  font-size: 10px;
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
}
@media (max-width: 992px) {
  html,
  body {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 7px;
  }
}
@media (max-width: 576px) {
  html,
  body {
    font-size: 6px;
  }
}
a {
  color: #84006B;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #84006B;
  text-decoration: underline;
}
.b-box {
  color: #fff;
  padding: 0.5em;
  display: inline-block;
  background: #84006B;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.b-box:hover,
.b-box:active,
.b-box:focus {
  color: #fff;
  background: #e93323;
  text-decoration: none;
}
.button-group {
  padding: 0 !important;
  margin: 0 0 2rem 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.button-group.home {
  font-size: 2rem;
}
.button-group.home a {
  font-weight: 700 !important;
}
.button-group li {
  list-style: none;
  margin: 0 1rem 1rem 0;
}
.button-group li:last-child {
  margin-right: 0;
}
sup {
  font-size: 0.75em;
}
.navbar-toggler {
  display: block;
  border: none;
  padding: 0;
  background: url('images/icon-menu.svg') no-repeat center center;
  background-position: center bottom;
  background-size: 100% auto;
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  transition: all 0.3s ease;
}
.navbar-toggler[aria-expanded="true"] {
  background-position: center top;
}
#main-nav {
  position: absolute;
  background: #84006B;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  right: 2.5rem;
  padding: 1em;
  width: 20rem;
  z-index: 9999;
}
#main-nav ul li {
  line-height: 1.1;
}
#main-nav ul li:nth-child(1)::before {
  content: "\2022";
  color: #FFD600;
  display: inline-block;
  width: 0.75em;
  float: left;
  font-size: 2rem;
}
#main-nav ul li:nth-child(2)::before {
  content: "\2022";
  color: #109C52;
  display: inline-block;
  width: 0.75em;
  float: left;
  font-size: 2rem;
}
#main-nav ul li:nth-child(3)::before {
  content: "\2022";
  color: #FBF6F7;
  display: inline-block;
  width: 0.75em;
  float: left;
  font-size: 2rem;
}
#main-nav ul li:nth-child(4)::before {
  content: "\2022";
  color: #FF0000;
  display: inline-block;
  width: 0.75em;
  float: left;
  font-size: 2rem;
}
#main-nav ul li:nth-child(5)::before {
  content: "\2022";
  color: #0094C6;
  display: inline-block;
  width: 0.75em;
  float: left;
  font-size: 2rem;
}
#main-nav ul li:nth-child(6)::before {
  content: "\2022";
  color: #B5009B;
  display: inline-block;
  width: 0.75em;
  float: left;
  font-size: 2rem;
}
#main-nav ul li:nth-child(7)::before {
  content: "\2022";
  color: #3C0031;
  display: inline-block;
  width: 0.75em;
  float: left;
  font-size: 2rem;
}
#main-nav ul li a {
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  color: #fff !important;
}
#main-nav ul li a:hover,
#main-nav ul li a:active,
#main-nav ul li a:focus {
  color: #fff !important;
  text-decoration: underline !important;
}
header#masthead {
  background: #FBF6F7;
  box-shadow: none;
  padding: 3rem 0 3rem 0;
}
header#masthead .logo-col {
  background: url('images/stripe-yellow.svg') no-repeat left center;
  background-size: 2rem auto;
}
header#masthead .navbar-brand {
  width: 100%;
  padding: 0;
  margin: 0;
}
header#masthead .navbar-brand img {
  margin-left: 5rem;
}
header#masthead p {
  font-size: 3rem;
}
@media (max-width: 992px) {
  header#masthead .navbar-brand img {
    margin-left: 4rem;
  }
}
@media (max-width: 768px) {
  header#masthead .navbar-brand img {
    margin-left: 3rem;
  }
}
@media (max-width: 576px) {
  header#masthead .navbar-brand img {
    margin-left: 2rem;
  }
}
.sec-home-cover .home-cover-left {
  background: url('images/stripe-purple.svg') no-repeat left bottom;
  background-size: 2rem auto;
}
.sec-home-cover .home-cover-right {
  background: url('images/stripe-yellow.svg') no-repeat right bottom;
  background-size: 2rem auto;
}
.sec-home-cover .home-cover-text {
  text-indent: -99999px;
  background: url('images/cover-home.jpg') no-repeat center center;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1 / 0.5625;
}
.sec-home-cover .home-cover-img {
  padding: 0;
}
.sec-home-cover .home-cover-row {
  margin-bottom: 4rem;
}
.sec-home-cover .home-text-row {
  margin-bottom: 4rem;
}
.sec-home-cover .home-text-row .home-text-left {
  background: url('images/stripe-blue.svg') no-repeat left bottom;
  background-size: auto 2rem;
}
.sec-home-cover .home-text-row .home-text-right {
  background: url('images/stripe-red.svg') no-repeat right bottom;
  background-size: auto 2rem;
}
.sec-home-cover .home-text-row .home-text-col {
  padding: 0;
}
.sec-home-cover .home-text-row p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #23330D;
  margin-bottom: 1.5em;
}
.sec-home-cover .home-text-row a {
  font-weight: 900;
}
.sec-home-cover .icons-row {
  margin-bottom: 4rem;
}
.sec-home-cover .icons-row .icons-programmes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4rem;
}
.sec-home-cover .icons-row .icons-programmes li {
  text-align: center;
}
.sec-home-cover .icons-row .icons-programmes li a {
  display: block;
  padding-top: 7rem;
  background: url('images/icon-programme.svg') no-repeat center top;
  background-size: auto 6rem;
  font-size: 1.6rem;
  font-weight: 900;
}
@media (max-width: 576px) {
  .sec-home-cover .home-text-row .home-text-col {
    padding: 0 0.5rem 0 0.5rem;
  }
}
.overlay-strip-yellow {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  background: url('images/stripe-yellow-h.svg') center center no-repeat;
  background-size: cover;
  z-index: 999;
  aspect-ratio: 110 / 20;
}
.overlay-strip-purple {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  background: url('images/stripe-purple-h.svg') center center no-repeat;
  background-size: cover;
  z-index: 1000;
  aspect-ratio: 110 / 20;
}
.carousel {
  margin: 0 0 3rem 0;
}
.carousel .carousel-indicators {
  margin: 0 0 0.25em 0;
}
.carousel .carousel-inner {
  display: flex;
  align-items: end;
}
.carousel .carousel-inner .carousel-item {
  aspect-ratio: 16 / 9;
  background-color: #79856C;
}
.carousel .carousel-inner .carousel-item .slide-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: end;
}
.carousel .carousel-inner .carousel-item .slide-wrapper .slide-header {
  z-index: 999;
  width: 100%;
  margin: 0;
  padding: 2rem 2rem 4rem 2rem;
  background-color: #e93323;
}
.carousel .carousel-inner .carousel-item .slide-wrapper .slide-header h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 0.25em;
}
.carousel .carousel-inner .carousel-item .slide-wrapper .slide-header .slide-meta {
  width: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
.carousel .carousel-inner .carousel-item .slide-wrapper .slide-header .slide-meta .slide-meta-col h2,
.carousel .carousel-inner .carousel-item .slide-wrapper .slide-header .slide-meta .slide-meta-col h3 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
}
.carousel .carousel-inner .carousel-item .slide-wrapper .slide-header .slide-meta .slide-meta-col h2 {
  margin: 0;
  font-size: 2rem;
}
.carousel .carousel-inner .carousel-item.image-slide .slide-alt-text {
  text-indent: -9999px;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 10%;
}
.content-area header h1 {
  font-size: 3.6rem;
  font-weight: 900;
  color: #84006B;
  margin-bottom: 1em;
}
.content-area header h1.calendrier {
  text-align: center;
}
.reg-content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
.reg-content p,
.reg-content ol,
.reg-content ul {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
}
.reg-content p strong,
.reg-content ol strong,
.reg-content ul strong {
  font-weight: 900;
}
.reg-content p em,
.reg-content ol em,
.reg-content ul em {
  font-style: italic;
}
.reg-content p strong em,
.reg-content ol strong em,
.reg-content ul strong em,
.reg-content p em strong,
.reg-content ol em strong,
.reg-content ul em strong {
  font-weight: 900;
  font-style: italic;
}
.reg-content ul {
  margin-left: 1.5em;
  list-style: disc;
}
.reg-content ol {
  margin-left: 1.5em;
  list-style: decimal;
}
.sec-activites-menu {
  margin-bottom: 4rem;
}
.sec-activites-menu h1 {
  font-size: 3.6rem;
  font-weight: 900;
  color: #23330D;
  margin-bottom: 1em;
  text-align: center;
}
.sec-activites-per-day {
  display: none;
}
.sec-activites-per-day h1 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.1;
  padding: 0;
  margin: 0 0 1.5em 0;
  color: #23330D;
  text-align: center;
}
.sec-activites-per-day .activite-row {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #707070;
}
.sec-activites-per-day .activite-row .col-left {
  text-align: center;
}
.sec-activites-per-day .activite-row h2 {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.1;
  padding: 0;
  margin: 0 0 1.5em 0;
  color: #23330D;
}
.sec-activites-per-day .activite-row h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 0.25em 0;
  color: #23330D;
}
.sec-activites-per-day .activite-row p,
.sec-activites-per-day .activite-row ul,
.sec-activites-per-day .activite-row ol {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 1.5em 0;
  color: #23330D;
}
.sec-activites-per-day .activite-row p strong,
.sec-activites-per-day .activite-row ul strong,
.sec-activites-per-day .activite-row ol strong {
  font-weight: 900;
}
.sec-activites-per-day .activite-row p em,
.sec-activites-per-day .activite-row ul em,
.sec-activites-per-day .activite-row ol em {
  font-style: italic;
}
.sec-activites-per-day .activite-row p strong em,
.sec-activites-per-day .activite-row ul strong em,
.sec-activites-per-day .activite-row ol strong em,
.sec-activites-per-day .activite-row p em strong,
.sec-activites-per-day .activite-row ul em strong,
.sec-activites-per-day .activite-row ol em strong {
  font-weight: 900;
  font-style: italic;
}
.sec-activites-per-day .activite-row ul {
  margin-left: 1.5em;
  list-style: disc;
}
.sec-activites-per-day .activite-row ol {
  margin-left: 1.5em;
  list-style: decimal;
}
.sec-activites-per-day .activite-row .activite-logos {
  margin-top: 2.25rem;
  margin-left: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .sec-activites-per-day .activite-row .activite-logos {
    margin-top: 1rem;
  }
}
.width-100 {
  width: 100%;
  border: 1px solid #707070;
}
.menu-wrapper {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.menu {
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu .item {
  display: inline-block;
  width: 20rem;
  height: 100%;
  padding: 10rem 0.5rem 0 0.5rem;
  margin: 0 !important;
}
.menu .item:first-child {
  padding-left: 0;
}
.menu .item:last-child {
  padding-right: 0;
}
.menu .item.active-item {
  background: url('images/logo-mark.svg') no-repeat center top;
  background-size: 50%;
}
.menu .item .date {
  font-size: 2rem;
  font-weight: 900;
  color: #79856C;
  background: #FBF6F7;
  border: 1px solid #707070;
  text-align: center;
  padding: 0.5em 1em;
  width: 100%;
  display: block;
  cursor: pointer;
}
.menu .item .date:hover,
.menu .item .date:focus,
.menu .item .date:active {
  background: #84006B;
  color: #fff;
}
.menu .item .date.active-date {
  background: #84006B;
  color: #fff;
}
.paddle {
  position: absolute;
  bottom: 0;
  width: 4.5em;
  height: 4.5em;
  border: none;
  text-indent: -9999px;
  display: block;
}
.left-paddle {
  left: 0;
  background: url('images/icon-arrow-left.svg') no-repeat center center;
  background-size: 60%;
  background-color: #fff;
}
.right-paddle {
  right: 0;
  background: url('images/icon-arrow-right.svg') no-repeat center center;
  background-size: 60%;
  background-color: #fff;
}
.cal-month {
  background: #23330D;
  color: #fff;
  font-weight: 800;
  font-size: 1.7rem;
  width: 100%;
  margin: 0 0 1px 0;
  padding: 0.5em 0 0.5em 0;
  text-align: center;
}
.calendar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 1px;
  color: #23330D;
  font-size: 1.5rem;
  text-align: center;
}
.calendar .cal-weekday {
  background: #EBEBEB;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 700;
}
.calendar .cal-day {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  background: #FBF6F7;
}
.calendar .cal-day.past-month {
  color: #79856C;
}
.calendar .cal-day.has-events a {
  cursor: pointer;
  font-weight: 800;
  color: #84006B;
  text-decoration: none;
}
.calendar .cal-day.has-events a:hover,
.calendar .cal-day.has-events a:focus,
.calendar .cal-day.has-events a:active {
  text-decoration: underline;
}
.hidden {
  display: none;
}
.partners-row {
  margin-bottom: 5rem;
}
.partners-row h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #23330D;
  margin: 0 0 1em 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}
.partners-row .partner-logo {
  padding: 3rem;
  text-align: center;
}
.partners-row .partner-logo img {
  width: 100%;
}
.footer-logos-row {
  /*.footer-logo-text {
		font-size: 1.6rem;
		min-height: 2em;
		color: @text;
		font-weight: 700;
	}*/
  display: flex;
  gap: 2rem 4rem;
  margin-bottom: 4rem;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-logos-row .footer-logos-col {
  width: 19%;
}
.footer-logos-row.footer-logos-4 .footer-logos-col {
  width: 22%;
}
.footer-logos-row .footer-logos-col {
  aspect-ratio: 1 / 0.6;
  text-indent: -9999px;
}
.footer-logos-row .footer-logos-col .footer-logo {
  width: 100%;
  aspect-ratio: 1 / 0.6;
  text-indent: -9999px;
}
.footer-logos-row .footer-logos-col .footer-logo a {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.6;
  text-indent: -9999px;
}
.footer-logos-row .footer-logos-col.footer-logo-boreal {
  background: url('images/logo-college-boreal.svg') no-repeat center center;
  background-size: 80%;
}
.footer-logos-row .footer-logos-col.footer-logo-quebec {
  background: url('images/logo-quebec.svg') no-repeat center center;
  background-size: 85%;
}
.footer-logos-row .footer-logos-col.footer-logo-uof {
  background: url('images/logo-uof.svg') no-repeat center center;
  background-size: 55%;
}
.footer-logos-row .footer-logos-col.footer-logo-af {
  background: url('images/logo-aft.svg') no-repeat center center;
  background-size: contain;
}
.footer-logos-row .footer-logos-col.footer-logo-af.af-or {
  background-size: 70%;
}
.footer-logos-row .footer-logos-col.footer-logo-la-cite {
  background: url('images/logo-la-cite.svg') no-repeat center center;
  background-size: 65%;
}
.footer-logos-row .footer-logos-col.footer-logo-table-de-concertation {
  background: url('images/logo-table-de-concertation.svg') no-repeat center center;
  background-size: 85%;
}
.footer-logos-row .footer-logos-col.footer-logo-cft {
  background: url('images/logo-centre-francophone.png') no-repeat center center;
  background-size: 100%;
}
.footer-logos-row .footer-logos-col.footer-logo-desjardins {
  background: url('images/logo-desjardins.svg') no-repeat center center;
  background-size: 75%;
}
.footer-logos-row .footer-logos-col.footer-logo-lexpress {
  background: url('images/logo-express.png') no-repeat center center;
  background-size: 75%;
}
.footer-logos-row .footer-logos-col.footer-logo-glendon {
  background: url('images/logo-glendon-york.png') no-repeat center center;
  background-size: 65%;
}
.footer-logos-row .footer-logos-col.footer-logo-metropolitain {
  background: url('images/logo-le-metropolitain.png') no-repeat center center;
  background-size: 70%;
}
.footer-logos-row .footer-logos-col.footer-logo-monavenir {
  background: url('images/logo-csc-monavenir.png') no-repeat center center;
  background-size: 65%;
}
.footer-logos-row .footer-logos-col.footer-logo-ameriques {
  background: url('images/logo-centre-fancophonie-ameriques.svg') no-repeat center center;
  background-size: 55%;
}
.footer-logos-row .footer-logos-col.footer-logo-entite-3 {
  background: url('images/logo-entite-3.svg') no-repeat center center;
  background-size: 75%;
}
.footer-logos-row .footer-logos-col.footer-logo-viamonde {
  background: url('images/logo-viamonde.svg') no-repeat center center;
  background-size: 65%;
}
.footer-logos-row .footer-logos-col.footer-logo-unistv {
  background: url('images/logo-unistv.svg') no-repeat center center;
  background-size: 75%;
}
.footer-logos-row .footer-logos-col.footer-logo-tfo {
  background: url('images/logo-tfo.svg') no-repeat center center;
  background-size: 55%;
}
.footer-logos-row .footer-logos-col.footer-logo-cah {
  background: url('images/logo-cah.svg') no-repeat center center;
  background-size: 35%;
}
.footer-logos-row .footer-logos-col.footer-logo-francoqueer {
  background: url('images/logo-francoqueer.svg') no-repeat center center;
  background-size: 85%;
}
.footer-logos-row .footer-logos-col.footer-logo-acfo {
  background: url('images/logo-acfo.svg') no-repeat center center;
  background-size: 90%;
}
.footer-logos-row .footer-logos-col.footer-logo-cft-svg {
  background: url('images/logo-centre-francophone.svg') no-repeat center center;
  background-size: 100%;
}
.footer-logos-row .footer-logos-col.footer-logo-ccto-v {
  background: url('images/logo-ccto-v.svg') no-repeat center center;
  background-size: 38%;
}
footer {
  background: #fff;
  padding-top: 5rem;
}
footer h2 {
  font-size: 1.6rem;
  color: #23330D;
  margin-bottom: 1em;
  font-weight: 700;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: #fff;
  text-decoration: underline;
}
footer .footer-purple {
  background: #84006B;
  color: #fff;
  padding-top: 3rem;
}
footer .footer-purple p.copyright {
  font-size: 1.2rem;
  text-align: right;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}
footer .footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
footer .footer-nav li a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}
footer .footer-nav li a:hover,
footer .footer-nav li a:active,
footer .footer-nav li a:focus {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 576px) {
  footer .footer-logos-row {
    flex-wrap: wrap !important;
  }
  footer .footer-logos-row .footer-logos-col {
    width: 40% !important;
  }
}
/*# sourceMappingURL=./style.css.map */