/* GENERAL */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* HELPERS */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.hidden-for-mobile {
  display: none;
}

@media (min-width: 768px) {
  .hidden-for-mobile {
    display: block;
  }
}

@media (min-width: 768px) {
  .hidden-for-desktop {
    display: none;
  }
}

.mxy-0 {
  margin: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.pxy-0 {
  padding: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.spacer-100 {
  padding-top: 100px;
}

.spacer-80 {
  padding-top: 80px;
}

.spacer-40 {
  padding-top: 40px;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* DEFAULTS */
@font-face {
  font-family: 'Proto Grotesk';
  src: url("/wp-content/themes/french-institute/fonts/ProtoGrotesk/protogroteskweb-extralight.woff2") format("woff2"), url("/wp-content/themes/french-institute/fonts/ProtoGrotesk/protogroteskweb-extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proto Grotesk';
  src: url("/wp-content/themes/french-institute/fonts/ProtoGrotesk/protogroteskweb-light.woff2") format("woff2"), url("/wp-content/themes/french-institute/fonts/ProtoGrotesk/protogroteskweb-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proto Grotesk';
  src: url("/wp-content/themes/french-institute/fonts/ProtoGrotesk/protogroteskweb-regular.woff2") format("woff2"), url("/wp-content/themes/french-institute/fonts/ProtoGrotesk/protogroteskweb-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proto Grotesk';
  src: url("/wp-content/themes/french-institute/fonts/ProtoGrotesk/protogroteskweb-bold.woff2") format("woff2"), url("/wp-content/themes/french-institute/fonts/ProtoGrotesk/protogroteskweb-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("/wp-content/themes/french-institute/fonts/CormorantGaramond/CormorantGaramond-Medium.eot");
  src: url("/wp-content/themes/french-institute/fonts/CormorantGaramond/CormorantGaramond-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/french-institute/fonts/CormorantGaramond/CormorantGaramond-Medium.woff2") format("woff2"), url("/wp-content/themes/french-institute/fonts/CormorantGaramond/CormorantGaramond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("/wp-content/themes/french-institute/fonts/CormorantGaramond/CormorantGaramond-SemiBold.eot");
  src: url("/wp-content/themes/french-institute/fonts/CormorantGaramond/CormorantGaramond-SemiBold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/french-institute/fonts/CormorantGaramond/CormorantGaramond-SemiBold.woff2") format("woff2"), url("/wp-content/themes/french-institute/fonts/CormorantGaramond/CormorantGaramond-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url("/wp-content/themes/french-institute/fonts/CormorantGaramond/CormorantGaramond-Bold.eot");
  src: url("/wp-content/themes/french-institute/fonts/CormorantGaramond/CormorantGaramond-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/french-institute/fonts/CormorantGaramond/CormorantGaramond-Bold.woff2") format("woff2"), url("/wp-content/themes/french-institute/fonts/CormorantGaramond/CormorantGaramond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-green: #00B5AD;
  --color-red: #F04D4C;
  --color-blue-light: #009CDB;
  --color-blue-dark: #074EA2;
  --color-yellow: #FFF200;
  --color-dark: #272727;
  --color-middle: #7B7B7B;
  --color-light: #E5E5E5;
  --bg-gray-01: hsla(0, 0%, 95%, 1);
  --bg-gray-02: hsla(0, 0%, 95%, .5);
  --bg-gray-03: #E1E1E1;
  --white: #ffffff;
  --black: #000000;
}

/* VARIABLES */
/* DEFAULTS */
html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Proto Grotesk", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--font-dark);
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.mm-overflow-hidden {
  overflow: hidden;
}

@media (min-width: 1200px) {
  body.mm-overflow-hidden {
    overflow: unset;
  }
}

a {
  color: var(--color-green);
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

p:last-child {
  margin-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1em;
  font-weight: bold;
}

h1 {
  font-size: 3.25rem;
  line-height: 1.3;
}

h2 {
  font-size: 2.5625rem;
  line-height: 1.3;
}

h3 {
  font-size: 2.125rem;
}

h4 {
  font-size: 1.5625rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

strong {
  font-weight: 700;
}

.box-shadow {
  -webkit-box-shadow: 0px 4px 76px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 76px 0px rgba(0, 0, 0, 0.12);
}

.bg-white {
  background-color: var(--white);
}

.bg-01 {
  background-color: var(--bg-gray-01);
}

.bg-02 {
  background-color: var(--bg-gray-02);
}

.bg-03 {
  background-color: var(--bg-gray-03);
}

.bg-dark {
  background-color: var(--color-dark);
}

.bg-green {
  background-color: var(--color-green);
}

.bg-red {
  background-color: var(--color-red);
}

.bg-blue-light {
  background-color: var(--color-blue-light);
}

.bg-blue-dark {
  background-color: var(--color-blue-dark);
}

.color-green {
  color: var(--color-green);
}

.color-red {
  color: var(--color-red);
}

.color-blue-light {
  color: var(--color-blue-light);
}

.color-blue-dark {
  color: var(--color-blue-dark);
}

.color-yellow {
  color: var(--color-yellow);
}

.color-dark {
  color: var(--color-dark);
}

.color-middle {
  color: var(--color-middle);
}

.color-light {
  color: var(--color-light);
}

.color-white {
  color: var(--white);
}

.color-black {
  color: var(--black);
}

a[href]:not([tabindex='-1']):focus,
area[href]:not([tabindex='-1']):focus,
input:not([disabled]):not([tabindex='-1']):focus,
select:not([disabled]):not([tabindex='-1']):focus,
textarea:not([disabled]):not([tabindex='-1']):focus,
button:not([disabled]):not([tabindex='-1']):focus,
iframe:not([tabindex='-1']):focus,
[tabindex]:not([tabindex='-1']):focus,
[contentEditable=true]:not([tabindex='-1']):focus {
  outline: none;
}

/* COMPONENTS */
.container {
  position: relative;
  width: 90%;
  max-width: 1194px;
  margin-left: auto;
  margin-right: auto;
}

.cards__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 2rem;
}

@media (min-width: 576px) {
  .cards__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5625rem;
    grid-row-gap: 3.5rem;
    grid-auto-rows: 1fr;
  }
}

@media (min-width: 992px) {
  .cards__grid {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.5625rem;
    grid-row-gap: 3.5rem;
  }
}

.cards__grid--show-6 .cards__col {
  display: none;
}

.cards__grid--show-6 .cards__col:nth-child(-n+6) {
  display: block;
}

section.video {
  padding: 3rem 0;
}

.videos__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 2rem;
}

@media (min-width: 768px) {
  .videos__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5625rem;
    grid-row-gap: 3.5rem;
    grid-auto-rows: 1fr;
  }
}

.schedule__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 3rem;
}

@media (min-width: 992px) {
  .schedule__grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
  }
}

@media (min-width: 1200px) {
  .schedule__grid {
    -ms-grid-columns: 1fr minmax(624px, 1fr);
        grid-template-columns: 1fr minmax(624px, 1fr);
    grid-gap: 3rem;
  }
}

section.home-news,
section.padded {
  padding: 4.5rem 0;
}

@media (min-width: 768px) {
  section.home-news,
  section.padded {
    padding: 5.3125rem 0;
  }
}

section.present {
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
  section.present {
    padding-bottom: 7.75rem;
  }
}

section.partners {
  padding-top: 2.65rem;
  padding-bottom: 5rem;
}

@media (min-width: 992px) {
  section.partners {
    padding-top: 5.3125rem;
    padding-bottom: 9rem;
  }
}

section.news {
  padding: 0 0 5.125rem 0;
}

section.single {
  padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
  section.single {
    padding-bottom: 5rem;
  }
}

section.schedule {
  padding-bottom: 6.25rem;
}

section.topic {
  padding-bottom: 3.75rem;
}

section.padded {
  padding-top: 60px;
  padding-bottom: 106px;
}

section.padded-top {
  padding-top: 60px;
}

section.padded-bottom {
  padding-bottom: 106px;
}

section.gmap {
  padding-top: 2.65rem;
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
  section.gmap {
    padding-top: 5.3125rem;
    padding-bottom: 6rem;
  }
}

/* Flex Grid */
@media (min-width: 768px) {
  .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.flex-column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 768px) {
  .flex-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 .5rem;
  }
  .flex-column:first-of-type {
    padding-left: 0;
  }
  .flex-column:last-of-type {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .flex-column--25 {
    -webkit-box-flex: 2.5;
        -ms-flex: 2.5;
            flex: 2.5;
  }
}

@media (min-width: 768px) {
  .flex-column--50 {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
}

.flex-column-example-container .flex-column {
  padding: 0.5rem;
  border: 1px solid #666;
  margin: 5px 0;
  background: #343436;
  color: white;
}

.flex-column-example-container h1,
.flex-column-example-container h2 {
  text-align: center;
}

.header {
  margin-top: 1.5rem;
  margin-bottom: 5.5rem;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  max-width: 170px;
}

@media (min-width: 1200px) {
  .header__logo {
    margin-right: 1rem;
  }
}

.desktop-menu {
  position: relative;
  display: none;
}

@media (min-width: 1330px) {
  .desktop-menu {
    display: block;
  }
}

.desktop-menu__dropdown {
  display: block;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.desktop-menu__links {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-menu__item {
  display: inline-block;
  position: relative;
}

.desktop-menu__item:not(:last-of-type) {
  margin-right: .25rem;
}

.desktop-menu__link {
  padding: .5rem .5rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
  text-decoration: none;
  color: var(--color-dark);
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.desktop-menu__link:hover, .desktop-menu__link:active, .desktop-menu__link:focus, .desktop-menu__link.active,
.opened > .desktop-menu__link {
  color: var(--white);
  background-color: var(--color-green);
  text-decoration: none;
}

.desktop-menu__dropdown {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
  position: absolute;
  left: 0;
  top: 2rem;
  padding: 0;
  list-style: none;
  background-color: var(--color-green);
}

.desktop-menu__dropdown.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
  z-index: 10;
}

.desktop-menu__dropdown-link {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  padding: .65rem .75rem;
  color: var(--color-middle);
  color: var(--white);
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.desktop-menu__dropdown-link:hover, .desktop-menu__dropdown-link.active {
  text-decoration: underline;
}

.desktop-menu__dropdown-link:hover::after, .desktop-menu__dropdown-link.active::after {
  visibility: visible;
  opacity: 1;
}

.mm-nav {
  position: fixed;
  z-index: 1000;
  background: white;
  width: 100%;
  height: 100vh;
  -webkit-transition: -webkit-transform ease .5s;
  transition: -webkit-transform ease .5s;
  transition: transform ease .5s;
  transition: transform ease .5s, -webkit-transform ease .5s;
}

@media (min-width: 1330px) {
  .mm-nav {
    display: none;
  }
}

.mm-nav.mm-nav__oncanvas {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.mm-nav.mm-nav__offcanvas {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.mm__list {
  list-style: none;
  padding: 1.5rem 0 1rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
}

.mm__list li {
  position: relative;
  border-bottom: 1px solid var(--color-light);
}

.mm__list a:not(.mm__sub-link) {
  display: block;
  position: relative;
  width: 100%;
  padding: .75rem 0;
  color: var(--color-dark);
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.mm__list a:not(.mm__sub-link):hover {
  color: var(--color-green);
  text-decoration: none;
}

.mm__list a.mm__sub-link {
  width: 43px;
  background: rgba(3, 2, 1, 0);
  padding: 0;
  z-index: 2;
  position: relative;
  margin-left: 1rem;
}

.mm__list a.mm__sub-link::before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 22px;
  width: 43px;
  content: '';
  border-left: 1px solid var(--color-light);
  border-right: 1px solid var(--color-light);
}

.mm__list a.mm__sub-link::after {
  position: absolute;
  content: url("/wp-content/themes/french-institute/assets/icons/chevron-right-solid.svg");
  width: 10px;
  height: 17px;
  left: 53%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  border: 0 none;
  color: var(--color-dark);
  text-align: center;
}

.mm__search {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}

.mm__search-input {
  position: relative;
  border: none;
  border-bottom: 1px solid var(--color-light);
  width: 100%;
  padding: .5rem .5rem;
}

.mm__search-input::-webkit-input-placeholder {
  color: var(--color-light);
  font-weight: normal;
}

.mm__search-input:-ms-input-placeholder {
  color: var(--color-light);
  font-weight: normal;
}

.mm__search-input::-ms-input-placeholder {
  color: var(--color-light);
  font-weight: normal;
}

.mm__search-input::placeholder {
  color: var(--color-light);
  font-weight: normal;
}

.mm__search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: .5rem;
  border: none;
  background-color: var(--white);
  cursor: pointer;
}

.mm__link-wrap {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mm__link-back {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding-left: 1rem !important;
}

.mm__link-back::before {
  content: url("/wp-content/themes/french-institute/assets/icons/carret.svg");
  height: 13px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.header__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__search {
  display: none;
}

@media (min-width: 1330px) {
  .header__search {
    display: block;
  }
}

.header__search-input,
.header__search-button {
  width: 55px;
  height: 37px;
  margin-right: .65rem;
  padding: 0 1rem;
  border: 1px solid var(--color-dark);
  border-radius: 20px;
  background-color: transparent;
  background-image: url(/wp-content/themes/french-institute/assets/icons/search.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  font-size: 0.875rem;
  cursor: pointer;
}

.header__lang-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 1rem;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  background-color: var(--color-green);
  color: var(--white);
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.header__lang-switch:hover {
  text-decoration: none;
  background-color: var(--color-dark);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media (min-width: 1200px) {
  .header__lang-switch {
    margin-left: 0;
  }
}

@media (min-width: 1330px) {
  .header__nav-toggle {
    display: none;
  }
}

.header__nav-toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1rem;
  padding: 0;
  width: 43px;
  height: 43px;
  border: none;
  background-color: var(--color-blue-dark);
  cursor: pointer;
}

.header__nav-toggle-btn img {
  display: inline-block;
  width: 65%;
}

.dm__search {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}

.dm__search-input {
  position: relative;
  border: none;
  border-bottom: 1px solid var(--color-light);
  width: 100%;
  padding: .5rem .5rem;
}

.dm__search-input::-webkit-input-placeholder {
  color: var(--color-light);
  font-weight: normal;
}

.dm__search-input:-ms-input-placeholder {
  color: var(--color-light);
  font-weight: normal;
}

.dm__search-input::-ms-input-placeholder {
  color: var(--color-light);
  font-weight: normal;
}

.dm__search-input::placeholder {
  color: var(--color-light);
  font-weight: normal;
}

.dm__search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: .5rem;
  border: none;
  background-color: var(--white);
  cursor: pointer;
}

/* Modal */
.fr-modal {
  display: none;
  position: fixed;
  /* Stay in place */
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* scroll if needed */
  background-color: black;
  /* fallback  */
  background-color: rgba(0, 0, 0, 0.4);
}

.fr-modal__content {
  position: relative;
  max-width: 600px;
  background-color: #fefefe;
  margin: 15vh auto;
}

.fr-modal__wrapper {
  padding: 4.5rem 4rem 5.0rem;
}

.fr-modal__close {
  content: url(/wp-content/themes/french-institute/assets/icons/h-close.svg);
  display: block;
  position: absolute;
  top: 26px;
  right: 26px;
  width: 17px;
  height: 17px;
}

.fr-modal__close:hover, .fr-modal__close:focus {
  cursor: pointer;
}

.home-slider__wrap:hover .home-slider__link {
  color: var(--color-blue-light);
}

.sliderImageSth {
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-top: 45.39%;
  background-size: cover;
  background-position: 50%;
}

.home-slider__top {
  position: relative;
}

.home-slider__top:hover .home-slider__nav-carrets-prev,
.home-slider__top:hover .home-slider__nav-carrets-next {
  opacity: 1;
}

.home-slider__item {
  position: relative;
}

.home-slider__nav-carrets-prev,
.home-slider__nav-carrets-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  border: 0;
  background-color: rgba(39, 39, 39, 0.5);
  padding: 22px 26px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

:hover > .home-slider__nav-carrets-prev, :hover >
.home-slider__nav-carrets-next {
  opacity: 1;
}

.home-slider__nav-carrets-prev {
  left: 0;
}

.home-slider__nav-carrets-next {
  right: 0;
}

.home-slider__nav-carrets-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-slider__bottom {
  position: relative;
}

.home-slider__info {
  width: 100%;
  padding-top: 1.15rem;
}

@media (min-width: 768px) {
  .home-slider__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.375rem;
    width: calc(100% - 180px);
  }
}

.home-slider__date {
  margin: 0 1.625rem 1rem 0;
}

.home-slider__date span {
  display: inline-block;
  padding: .25rem 0;
  width: 90px;
  background-color: var(--color-green);
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--white);
}

@media (min-width: 768px) {
  .home-slider__date span {
    padding: .5rem 0;
    width: 100px;
    font-weight: bold;
  }
}

.home-slider__main {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
}

@media (min-width: 768px) {
  .home-slider__main {
    min-height: 150px;
  }
}

.home-slider__title {
  margin: 0 0 1.25rem 0;
  font-family: "Cormorant Garamond";
  font-size: 38px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .home-slider__title {
    font-size: 42px;
    line-height: 44px;
    margin: 0 0 1.5rem 0;
  }
}

@media (min-width: 1200px) {
  .home-slider__title {
    font-size: 48px;
    line-height: 48px;
  }
}

.home-slider__title a {
  color: var(--color-dark);
  text-decoration: none;
}

.home-slider__nav-arrows {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 100;
  width: 160px;
  height: 50px;
  background-color: rgba(39, 39, 39, 0.5);
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .home-slider__nav-arrows {
    top: 0;
    width: 172px;
    height: 56px;
    font-size: 22px;
    background-color: #272727;
  }
}

@media (min-width: 1200px) {
  .home-slider__nav-arrows {
    width: 182px;
    height: 66px;
    font-size: 25px;
  }
}

.home-slider__nav-arrows_prev,
.home-slider__nav-arrows_next {
  border: none;
  background-color: transparent;
  padding: .45rem .4rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .home-slider__nav-arrows_prev,
  .home-slider__nav-arrows_next {
    position: relative;
    top: -6px;
    opacity: 1;
  }
}

.home-slider__nav-arrows_prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-slider__nav-arrows_counter {
  min-width: 53px;
  margin: 0 .5rem;
  text-align: center;
}

.home-slider__nav-arrows_index,
.home-slider__nav-arrows_count {
  display: inline-block;
}

/* fade effects for vue transitions */
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}

.fade-leave,
.fade-enter-to {
  position: relative;
  opacity: 1;
}

.fade-enter,
.fade-leave-to {
  position: absolute;
  opacity: 0;
}

.incoming-enter-active {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.incoming-enter {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}

.incoming-enter-to {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.incoming-leave {
  opacity: 0;
}

.incoming-leave-to {
  opacity: 0;
}

.topic__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 2.4fr;
      grid-template-columns: 1.1fr 2.4fr;
}

.topic__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topic__heading {
  margin: 0;
  font-size: 40px;
}

@media (min-width: 768px) {
  .topic__heading {
    font-size: 46px;
  }
}

@media (min-width: 1200px) {
  .topic__heading {
    font-size: 52px;
  }
}

.topic__visual {
  position: relative;
}

.topic__image {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topic__mist {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Fallback */
  background-color: var(--color-light);
  /* CSS gradients */
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(20%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0) 100%);
}

.section-heading-01 {
  position: relative;
  margin-top: 0;
  margin-bottom: 2.25rem;
  font-size: 1.8rem;
  line-height: 2.3125rem;
}

@media (min-width: 1200px) {
  .section-heading-01 {
    font-size: 2rem;
  }
}

.section-heading-01.arrow {
  padding-left: 3rem;
}

.section-heading-01.arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background-color: var(--color-dark);
  background-image: url("/wp-content/themes/french-institute/assets/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.section-heading-01.arrow a {
  color: inherit;
  text-decoration: none;
}

.section-heading-01.arrow a:hover {
  text-decoration: none;
}

.section-heading-02 {
  margin-top: 0;
  margin-bottom: 2.25rem;
  font-size: 1.8rem;
}

@media (min-width: 1200px) {
  .section-heading-02 {
    font-size: 2rem;
  }
}

.link-mt-xs {
  margin-top: 2rem;
}

.link-mt-sm {
  margin-top: 2.875rem;
}

.link-mt-lg {
  margin-top: 4.3125rem;
}

.arrow-link {
  position: relative;
  padding-left: 1.5625rem;
  text-transform: uppercase;
  color: var(--color-dark);
  font-weight: 700;
  letter-spacing: 0.035rem;
  font-size: 14px;
}

.arrow-link:hover {
  text-decoration: none;
}

.arrow-link::before {
  content: url("/wp-content/themes/french-institute/assets/icons/arrow-blue-light.svg");
  width: 17px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.arrow-link.right::before {
  top: 1px;
}

.arrow-link.left::before {
  top: 3px;
  left: -4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.arrow-link.down::before {
  top: 3px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.arrow-link.up::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.arrow-link.arrow-blue-light::before {
  content: url("/wp-content/themes/french-institute/assets/icons/arrow-blue-light.svg");
}

.arrow-link.arrow-blue-light:hover {
  color: var(--color-blue-light);
}

.arrow-link.arrow-blue-dark::before {
  content: url("/wp-content/themes/french-institute/assets/icons/arrow-blue-dark.svg");
}

.arrow-link.arrow-blue-dark:hover {
  color: var(--color-blue-dark);
}

.arrow-link.arrow-red::before {
  content: url("/wp-content/themes/french-institute/assets/icons/arrow-red.svg");
}

.arrow-link.arrow-red:hover {
  color: var(--color-red);
}

.arrow-link.arrow-green::before {
  content: url("/wp-content/themes/french-institute/assets/icons/arrow-green.svg");
}

.arrow-link.arrow-green:hover {
  color: var(--color-green);
}

.arrow-link.color-dark {
  color: var(--color-dark);
}

.arrow-link.color-blue-dark {
  color: var(--color-blue-dark);
}

ul.breadcrumb {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
}

ul.breadcrumb li {
  display: inline;
  color: var(--color-middle);
}

ul.breadcrumb a {
  color: var(--color-middle);
  text-decoration: none;
}

ul.breadcrumb li + li::before {
  position: relative;
  top: .1rem;
  padding: 0 .5rem;
  content: url("/wp-content/themes/french-institute/assets/icons/carret.svg");
}

ul.breadcrumb-single {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
}

ul.breadcrumb-single li {
  display: inline;
  color: var(--color-green);
}

ul.breadcrumb-single a {
  color: var(--color-green);
  text-decoration: none;
}

ul.breadcrumb-single li + li::before {
  position: relative;
  top: .1rem;
  padding: 0 .5rem;
  content: '/';
  color: var(--color-dark);
  font-size: 0.875rem;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: 100%;
  background-color: #fff;
}

.card__main {
  width: 100%;
}

.card:hover .card__image-main,
.card:focus .card__image-main,
.card:hover .card__image-video,
.card:focus .card__image-video {
  zoom: 1;
  opacity: .9;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.card__image {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  position: relative;
  overflow: hidden;
}

.card__image img {
  -webkit-transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
  -o-object-fit: cover;
     object-fit: cover;
}

.card__image-main {
  width: 100%;
  height: 239px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__image-video {
  width: 100%;
  height: 294px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__content {
  width: 100%;
  padding: 1.25rem 1rem 2.5rem 1rem;
}

@media (min-width: 576px) {
  .card__content {
    padding: 1.25rem 1rem 2.5rem 1.5rem;
  }
}

.card__heading {
  margin: 0;
  font-family: "Cormorant Garamond";
  font-size: 1.75rem;
  line-height: 1.875rem;
}

.card__heading a {
  color: var(--color-dark);
}

.card__heading a:hover {
  text-decoration: none;
}

.card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}

.card__footer {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
}

.card__read-more {
  display: block;
  position: relative;
  padding: .5425rem 0.6875rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0.035rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card__read-more:hover {
  background-color: var(--color-green);
  color: var(--white);
  text-decoration: none;
}

.card__read-more::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
  background-color: var(--color-dark);
  background-image: url("/wp-content/themes/french-institute/assets/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.pictogram__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.present--reversed .pictogram__container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pictogram__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 55px;
}

@media (min-width: 1200px) {
  .pictogram__box {
    width: 96px;
    height: 96px;
    margin-bottom: 70px;
  }
}

.pictogram__image {
  height: 60%;
  width: 60%;
}

@media (min-width: 1200px) {
  .pictogram__image {
    max-height: 60%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .present__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .present--reversed .present__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.present__col:first-of-type {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .present__col:first-of-type {
    width: 53%;
    max-width: 610px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .present__col:first-of-type {
    width: 50%;
  }
}

.present__col:nth-of-type(2) {
  max-width: 460px;
}

@media (min-width: 992px) {
  .present__col:nth-of-type(2) {
    width: 38%;
  }
}

@media (min-width: 1200px) {
  .present__col:nth-of-type(2) {
    width: 35%;
  }
}

.present__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.present--manual .present__aside {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-top: 184px;
}

.present--manual .present__aside p {
  margin-top: 0;
}

.present__heading {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 41px;
}

@media (min-width: 768px) {
  .present__heading {
    font-size: 54px;
    margin-bottom: 39px;
  }
}

@media (min-width: 1200px) {
  .present__heading {
    font-size: 68px;
    margin-bottom: 45px;
  }
}

.present__link {
  display: block;
}

.present__link:not(:last-of-type) {
  margin-bottom: 2.4375rem;
}

.present__image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.present__links {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.contact {
  padding: 4rem 0;
}

@media (min-width: 992px) {
  .contact {
    padding: 6.25rem 0 5rem;
  }
}

@media (min-width: 992px) {
  .contact__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact--reversed .contact__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.contact__col:first-of-type {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .contact__col:first-of-type {
    width: 55%;
    max-width: 630px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .contact__col:first-of-type {
    width: 60%;
  }
}

.contact__col:nth-of-type(2) {
  max-width: 405px;
}

@media (min-width: 992px) {
  .contact__col:nth-of-type(2) {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .contact__col:nth-of-type(2) {
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .contact__content {
    padding-top: 70px;
  }
}

.contact__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.contact__heading {
  margin: 0;
  font-weight: bold;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 41px;
}

@media (min-width: 768px) {
  .contact__heading {
    margin-bottom: 39px;
  }
}

@media (min-width: 1200px) {
  .contact__heading {
    margin-bottom: 45px;
  }
}

.contact__link {
  display: block;
}

.contact__link:not(:last-of-type) {
  margin-bottom: 2.4375rem;
}

.contact__image {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* Team members */
.team {
  padding: 4rem 0;
}

@media (min-width: 992px) {
  .team {
    padding: 6.25rem 0 5rem;
  }
}

.team__flex:not(:last-of-type) {
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  .team__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.team__flex .col:first-of-type {
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .team__flex .col:first-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .team__flex .col:nth-of-type(2) {
    width: 260px;
    margin-right: 4rem;
  }
}

.team__flex .team__info {
  padding-top: 1.0rem;
}

.team__flex .team__heading {
  margin: 0;
  font-weight: bold;
  line-height: 1;
  font-size: 40px;
}

.partners__container {
  padding: 2.625rem 1.625rem;
}

@media (min-width: 576px) {
  .partners__container {
    padding: 2.625rem 2.625rem;
  }
}

@media (min-width: 992px) {
  .partners__container {
    padding: 2.625rem 4.5rem;
  }
}

@media (min-width: 1200px) {
  .partners__container {
    padding: 2.625rem 9rem;
  }
}

@media (min-width: 992px) {
  .partners__heading {
    margin-bottom: 3.375rem;
  }
}

.partners__filter {
  list-style: none;
  margin: 0 0 1rem;
}

.partners__filter-item {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.45);
}

.partners__filter-item:not(:last-of-type) {
  margin-right: 1rem;
}

.partners__filter-item.active {
  color: var(--color-dark);
}

.partners__category {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.45);
}

.partners__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners__wrap:not(:last-child) {
  margin-bottom: 2rem;
}

.partners__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: .5rem;
}

@media (min-width: 576px) {
  .partners__col {
    width: 33%;
  }
}

@media (min-width: 768px) {
  .partners__col {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .partners__col {
    width: 20%;
  }
}

.partners__col,
.partners__filter {
  padding: .5rem;
}

@media (min-width: 768px) {
  .partners__col,
  .partners__filter {
    padding: 1rem;
  }
}

.single__article {
  word-break: break-word;
}

.single__heading {
  font-family: "Cormorant Garamond";
  font-weight: bold;
  font-size: 38px;
  line-height: 40px;
  margin: 0 0 1rem;
}

@media (min-width: 768px) {
  .single__heading {
    font-size: 42px;
    line-height: 44px;
  }
}

@media (min-width: 1200px) {
  .single__heading {
    font-size: 48px;
    line-height: 48px;
  }
}

.single__date {
  font-size: 14px;
  color: var(--color-middle);
}

.single__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  margin-top: 2.75rem;
}

@media (min-width: 768px) {
  .single__grid--with-media {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.single__featured img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single__featured img:hover {
  cursor: pointer;
  -webkit-transform: scale(1.035);
          transform: scale(1.035);
  overflow: hidden;
}

.single__content {
  overflow-x: hidden;
}

.single__content p:first-of-type {
  margin-top: 0;
}

.single__content p:last-of-type {
  margin-bottom: 1rem;
}

.single__content a {
  color: var(--color-green);
  text-decoration: none;
}

.single__content a:hover {
  text-decoration: underline;
}

.single__content .article__calendar-link {
  color: var(--color-green);
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 400;
}

.article__back-link {
  margin-top: 2.85rem;
}

@media (min-width: 992px) {
  .article__back-link {
    margin-top: 5.75rem;
  }
}

.ui-datepicker {
  width: 100%;
  max-width: 440px;
  height: auto;
  margin: 0;
  padding: 1.5rem .5rem .5rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0px 4px 76px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 76px 0px rgba(0, 0, 0, 0.12);
}

@media (min-width: 992px) {
  .ui-datepicker {
    padding: 1.875rem 2.1875rem 1.1875rem;
  }
}

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.75rem;
  padding: 0 1rem;
}

.ui-datepicker-title {
  width: 70%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 17.5px;
}

.ui-datepicker-title select {
  cursor: pointer;
  display: inline;
  border: 1px solid #ddd;
  border-radius: 1rem;
  font-size: 1rem;
  padding: .25rem .45rem;
}

.ui-datepicker-title select:first-of-type {
  margin-right: .5rem;
}

.ui-datepicker-calendar {
  /* TDs of dates with no events get the disabled class */
}

.ui-datepicker-calendar th {
  padding-bottom: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .ui-datepicker-calendar th {
    text-transform: unset;
    font-size: 1.125rem;
  }
}

.ui-datepicker-calendar td {
  text-align: center;
}

.ui-datepicker-calendar a,
.ui-datepicker-calendar a:hover {
  text-decoration: none;
}

.ui-datepicker-calendar .ui-state-default {
  font-weight: normal;
  font-size: 13px;
  line-height: 29px;
  color: var(--color-dark);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5rem;
}

@media (min-width: 992px) {
  .ui-datepicker-calendar .ui-state-default {
    width: 41px;
    height: 41px;
  }
}

.ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  color: rgba(51, 51, 51, 0.6);
  cursor: default;
}

.ui-datepicker-calendar .ui-datepicker-other-month .ui-state-default {
  color: var(--color-middle);
  opacity: .2;
}

.ui-datepicker-calendar .ui-state-active {
  background-color: var(--color-green);
  color: var(--color-dark);
}

.ui-datepicker-prev,
.ui-datepicker-next {
  color: var(--color-middle);
  opacity: .4;
  text-transform: uppercase;
  font-size: 14px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  cursor: pointer;
  text-decoration: none;
}

@media (min-width: 992px) {
  .ui-datepicker-prev,
  .ui-datepicker-next {
    text-transform: unset;
    font-size: 1.125rem;
  }
}

.wp-block-table table,
table.fi-table {
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.wp-block-table table thead,
table.fi-table thead {
  background-color: var(--color-light);
  border-bottom: none;
}

.wp-block-table table tr,
table.fi-table tr {
  border-bottom: 1px solid var(--color-middle);
}

.wp-block-table table tr:first-of-type td,
table.fi-table tr:first-of-type td {
  padding-top: 0.875rem;
}

.wp-block-table table tr:last-of-type,
table.fi-table tr:last-of-type {
  border: none;
}

.wp-block-table table th,
.wp-block-table table td,
table.fi-table th,
table.fi-table td {
  min-width: 6.25rem;
  padding: 0.5rem 0.875rem;
  vertical-align: top;
  text-align: left;
  font-size: 1.125rem;
}

.wp-block-table table th.category,
.wp-block-table table td.category,
table.fi-table th.category,
table.fi-table td.category {
  min-width: 100px;
}

@media (min-width: 768px) {
  .wp-block-table table th.category,
  .wp-block-table table td.category,
  table.fi-table th.category,
  table.fi-table td.category {
    min-width: 300px;
  }
}

.wp-block-table table th.hours,
.wp-block-table table td.hours,
table.fi-table th.hours,
table.fi-table td.hours {
  max-width: 110px;
}

@media (min-width: 768px) {
  .wp-block-table table th.hours,
  .wp-block-table table td.hours,
  table.fi-table th.hours,
  table.fi-table td.hours {
    max-width: 140px;
  }
}

.wp-block-table table th.price,
.wp-block-table table td.price,
table.fi-table th.price,
table.fi-table td.price {
  max-width: 80px;
}

@media (min-width: 768px) {
  .wp-block-table table th.price,
  .wp-block-table table td.price,
  table.fi-table th.price,
  table.fi-table td.price {
    max-width: 100px;
  }
}

.wp-block-table table th,
table.fi-table th {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .wp-block-table table th,
  table.fi-table th {
    font-size: 1.125rem;
  }
}

.wp-block-table table .info-main,
table.fi-table .info-main {
  line-height: 1.1;
  margin-bottom: .1rem;
}

.wp-block-table table .info-sub,
table.fi-table .info-sub {
  font-size: 14px;
  color: var(--color-middle);
}

.ifrform .form-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  margin-bottom: 1.5rem;
}

.ifrform {
  /* CHECKBOX */
}

.ifrform--limited {
  max-width: 900px;
}

.ifrform input,
.ifrform textarea {
  width: 100%;
  background-color: var(--white);
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  line-height: 1;
  font-size: 1rem;
  font-weight: 300;
  color: #333;
}

.ifrform input {
  padding: 1.1rem 1rem;
}

.ifrform textarea {
  padding: 0.875rem 1rem;
  resize: none;
}

.ifrform input[type=submit] {
  background-color: var(--color-green);
  color: var(--white);
  border: 0;
  border-radius: 0;
  outline: 0;
  width: 100%;
  padding: 1rem 3rem;
  margin-top: .75rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media (min-width: 768px) {
  .ifrform input[type=submit] {
    max-width: 300px;
  }
}

.ifrform input[type=submit]:hover {
  cursor: pointer;
  background-color: var(--color-dark);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.ifrform label {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
}

.ifrform ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.ifrform :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.ifrform ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.ifrform ::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.ifrform .checkbox-container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ifrform .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ifrform .checkbox-container .checkmark {
  position: absolute;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 1px solid #b6b6b6;
  top: 43%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

@media (min-width: 1200px) {
  .ifrform .checkbox-container .checkmark {
    height: 31px;
    width: 31px;
  }
}

.ifrform .checkbox-container input:checked ~ .checkmark {
  background-color: var(--color-green);
  border: 1px solid var(--color-green);
}

.ifrform .checkbox-container input:checked ~ .checkmark:after,
.ifrform .checkbox-container input:checked ~ .checkmark:before {
  display: block;
}

.ifrform .checkbox-container .checkmark:after {
  content: '';
  background-image: url("/wp-content/themes/french-institute/assets/icons/form-check-white.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50% 35%;
  position: absolute;
  width: 28px;
  height: 28px;
  display: none;
}

@media (min-width: 1200px) {
  .ifrform .checkbox-container .checkmark:after {
    height: 31px;
    width: 31px;
    background-position: 50% 45%;
  }
}

/* Radio Buttons */
.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  margin-right: 1.25rem;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 28px;
}

@media (min-width: 1200px) {
  .radio-container {
    height: 31px;
    margin-right: 1.75rem;
  }
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 1px solid #b6b6b6;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .radio-container .checkmark {
    width: 31px;
    height: 31px;
  }
}

/* On mouse-over, add a grey background color */
/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: var(--color-green);
  border: 1px solid var(--color-green);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
}

.footer {
  font-size: 1.05rem;
}

.footer img {
  margin-bottom: 1rem;
}

.footer__logos img {
  width: 70%;
}

.footer__wrap {
  max-width: 1090px;
}

.footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 2rem;
}

@media (min-width: 576px) {
  .footer__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}

@media (min-width: 1200px) {
  .footer__grid {
    -ms-grid-columns: minmax(150px, 220px) (minmax(100px, 260px))[2] minmax(160px, 215px);
        grid-template-columns: minmax(150px, 220px) repeat(2, minmax(100px, 260px)) minmax(160px, 215px);
    grid-gap: 2.5rem;
  }
}

.footer__top {
  padding-top: 72px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer__heading {
  margin: 0;
  min-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__social-logo {
  margin-right: 1.75rem;
}

.footer__social-logo:last-of-type {
  margin-right: 0;
}

.footer__bottom {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media (min-width: 1200px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__bottom-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

@media (min-width: 768px) {
  .footer__bottom-list li {
    display: inline-block;
  }
  .footer__bottom-list li:not(:last-of-type) {
    margin-right: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .footer__bottom-list {
    margin: 0 0 0 3.375rem;
  }
}

/* footer links */
.footer a {
  color: inherit;
}

.footer a:hover {
  text-decoration: none;
}

.footer__extra p {
  margin-top: 0;
  margin-bottom: 53px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
}

.footer__extra a {
  color: inherit;
}

.footer__bottom a {
  color: inherit;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.1;
}

/* footer form */
.footer-form {
  position: relative;
  top: -1rem;
}

.footer-form__input {
  display: inline-block;
  float: left;
  max-width: 140px;
  height: 40px;
  padding: 0 .5rem;
  border: none;
  background-color: var(--color-light);
  font-weight: 300;
}

.footer-form__input::-webkit-input-placeholder {
  color: var(--color-dark);
}

.footer-form__input:-ms-input-placeholder {
  color: var(--color-dark);
}

.footer-form__input::-ms-input-placeholder {
  color: var(--color-dark);
}

.footer-form__input::placeholder {
  color: var(--color-dark);
}

@media (min-width: 576px) {
  .footer-form__input {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .footer-form__input {
    max-width: 120px;
  }
}

.footer-form__submit {
  display: inline-block;
  float: left;
  height: 40px;
  padding: 0 1rem;
  border: none;
  background-color: var(--white);
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--color-dark);
  cursor: pointer;
}

.page-numbers {
  font-weight: 600;
  color: var(--color-dark);
  padding: 0 .35rem;
}

.page-numbers.current {
  color: var(--color-green);
}

.page-numbers.prev {
  padding: 0;
  margin-right: .75rem;
}

.page-numbers.next {
  padding: 0;
  margin-left: .75rem;
}

.blocks-gallery-item img:hover {
  cursor: pointer;
}

.wp-block-table {
  overflow-x: scroll;
}

.cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: fixed;
  z-index: 10001;
  bottom: 0;
  background: #fff;
  font-size: 14px;
  padding: .5rem 1.5rem;
  -webkit-box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.05);
}

.cookies-btn {
  margin-left: 1rem;
  padding: .3rem 1rem;
}

@media (max-width: 768px) {
  .cookies-btn {
    padding: 1rem;
  }
}

.btn-ifrancais {
  border: none;
  background-color: var(--color-green);
  color: var(--white);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.btn-ifrancais:hover,
.btn-ifrancais:active {
  background-color: var(--color-dark);
}

.btn-ifrancais.btn-small {
  padding: .3rem 1rem;
}

.btn-ifrancais.btn-regular {
  padding: .75rem 1.5rem;
}

.container-newsletter {
  padding: 3rem 0;
}

.mailjet_widget_front_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mailjet_widget_front_container form {
  width: 100%;
  text-align: center;
}

@media (min-width: 769px) {
  .mailjet_widget_front_container form {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .mailjet_widget_front_container form {
    width: 50%;
  }
}

.mailjet_widget_front_container form input[type='submit'] {
  padding: .75rem 1.5rem;
  border: none;
  background-color: var(--color-green);
  color: var(--white);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.mailjet_widget_front_container form input[type='submit']:hover,
.mailjet_widget_front_container form input[type='submit']:active {
  background-color: var(--color-dark);
}

.mailjet_widget_front_container form input[type='email'] {
  padding: .75rem;
  width: 100%;
  border: 1px solid #e3e3e3;
  line-height: 1.5;
  text-align: center;
}

.mailjet_widget_front_container form input[type='email']::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.mailjet_widget_front_container form input[type='email']:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.mailjet_widget_front_container form input[type='email']::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.mailjet_widget_front_container form input[type='email']::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.gmap__heading {
  margin: 0 0 3rem;
}

.gmap__container {
  margin-bottom: 3rem;
}

.if-accordion {
  margin-bottom: 2.5rem;
}

.if-accordion__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  cursor: pointer;
  padding: 1rem 0;
  width: 100%;
  text-align: left;
  border: none;
  border-top: 1px solid #e5e5e5;
  outline: none;
  /* transition: 0.4s; */
}

.if-accordion__item:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}

.if-accordion__question:hover {
  /* background-color: #fcfcfc; */
}

.if-accordion__question.active {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}

.if-accordion__question::after {
  content: url("/wp-content/themes/french-institute/assets/icons/add.svg");
  /* plus icon (+) */
  width: 12px;
  height: 20px;
  margin: 0 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.if-accordion__question.active:after {
  content: url("/wp-content/themes/french-institute/assets/icons/minus.svg");
  /* minus icon (-) */
}

.if-accordion__answer {
  padding: 0 .75rem;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/*# sourceMappingURL=main.css.map */
