@charset "UTF-8";
/* ==========================================================================
   Icon Sprites
   ========================================================================== */
[class^="icon-"],
[class*=" icon-"],
.suggestions_title:after,
.j-bon:after,
.j-mauvais:after {
  width: 16px;
  height: 16px;
  background-image: url(../images/sprite-icon.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.no-svg [class^="icon-"], .no-svg
[class*=" icon-"],
.no-svg .suggestions_title:after,
.no-svg .j-bon:after,
.no-svg
.j-mauvais:after {
  background-image: url(../images/sprite-icon.png);
}

.icon-arrow-left {
  background-position: 0px 0;
}

.icon-arrow-right {
  background-position: -24px 0;
}

.icon-arrow-left-big {
  background-position: -48px 0;
}

.icon-arrow-right-big {
  background-position: -72px 0;
}

.icon-bullhorn {
  background-position: -96px 0;
}

.icon-profile, .suggestions_similar .suggestions_title:after {
  background-position: -120px 0;
}

.icon-calendar, .suggestions_recent .suggestions_title:after {
  background-position: -144px 0;
}

.icon-heart, .suggestions_popular .suggestions_title:after {
  background-position: -168px 0;
}

.icon-cross, .j-mauvais:after {
  background-position: -192px 0;
}

.icon-checkmark, .j-bon:after {
  background-position: -216px 0;
}

.icon-facebook {
  background-position: -240px 0;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/* ==========================================================================
   Base Styles
   ========================================================================== */
html {
  color: #283B4F;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
}

::-moz-selection {
  background: #d3dee5;
  text-shadow: none;
}

::selection {
  background: #d3dee5;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #C0C0C0;
  border-radius: 3px;
  height: 2.5em;
}

.lt-ie9 select {
  height: auto;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  font-style: italic;
}

/* Firefox 18- */
::-moz-placeholder {
  font-style: italic;
}

/* Firefox 19+ */
:-ms-input-placeholder {
  font-style: italic;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav a {
  display: block;
  text-decoration: none;
}

a {
  color: #669933;
}

a:hover, a:active {
  color: #283B4F;
  text-decoration: none;
}

p {
  margin: 0 0 0.75em 0;
}

h1, .h1 {
  line-height: 1.1;
  letter-spacing: -0.015em;
}

h2, .h2 {
  margin: 1.5em 0 0.25em 0;
  font-size: 1.5em;
}

h3, .h3 {
  margin: 1.5em 0 0.25em 0;
  font-size: 1.125em;
}

strong {
  font-weight: normal;
}

blockquote {
  margin: 1em 20px;
  padding: 10px 20px;
  border-left: 2px solid #669933;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/**
 * Text meant only for screen readers.
 * Re: word-wrap: Many screen reader and browser combinations announce broken
 * words as they would appear visually.
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ==========================================================================
   Layout Styles
   ========================================================================== */
/* General ================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

.container {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

.clearfix, .single-nav {
  *zoom: 1;
}

.clearfix:before, .single-nav:before, .clearfix:after, .single-nav:after {
  content: " ";
  display: table;
}

.clearfix:after, .single-nav:after {
  clear: both;
}

/* Grid ===================================================================== */
@media only screen and (min-width: 48em) {
  .half {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
  .half:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 48em) {
  .last {
    margin-right: 0;
  }
}

/* WordPress ================================================================ */
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter,
.wp-block-image.size-large,
.wp-block-embed.is-type-video {
  height: auto;
  margin: 2em auto;
  clear: both;
}

@media only screen and (min-width: 35em) {
  .wp-block-image .alignleft {
    max-width: 45%;
    margin: 0 1.5em 1.5em 0;
    float: left;
  }
  .wp-block-image .alignright {
    max-width: 45%;
    margin: 0 0 1.5em 1.5em;
    float: right;
  }
}

/* Figure ========================== */
.wp-block-image img {
  border: 3px solid #F3F6F8;
}

/* Captions ======================== */
.wp-caption-text,
.wp-block-image figcaption {
  margin: 0;
  padding: 0.75em;
  font-size: 0.875em;
  font-style: italic;
}

/* Sticky footer ============================================================ */
@media only screen and (min-width: 60em) {
  html, body {
    height: 100% !important;
  }
  .wrap {
    min-height: 100%;
  }
  .top-wrap {
    overflow: auto;
    padding-bottom: 5.3125rem;
    /* must be same height as the footer */
  }
  .main-footer {
    position: relative;
    margin-top: -5.3125rem;
    /* negative value of footer height */
    height: 5.3125rem;
    clear: both;
  }
  /* Opera Fix */
  body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
  }
}

/* Navigation =============================================================== */
.main-nav li {
  position: relative;
}

@media only screen and (max-width: 59.9375em) {
  .main-nav#top-nav {
    display: none;
  }
  .main-nav#mobile-nav ul {
    display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 15%;
    background-color: #F1E9D0;
    overflow: auto;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .no-csstransforms .main-nav#mobile-nav ul {
    display: none;
  }
  .main-nav#mobile-nav ul:after {
    content: "";
    position: absolute;
    top: 1em;
    right: 1em;
    width: 24px;
    height: 48px;
    background-image: url(../images/sprite-icon.svg);
    background-repeat: no-repeat;
    background-position: -192px 0;
    vertical-align: middle;
  }
  .no-svg .main-nav#mobile-nav ul:after {
    background-image: url(../images/sprite-icon.png);
  }
  .main-nav#mobile-nav.open ul {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .no-csstransforms .main-nav#mobile-nav.open ul {
    display: block;
  }
  .main-nav ul {
    margin: 0.5em 0 1em 0;
  }
  .main-nav li a {
    position: relative;
    padding: 0.5em 1em 0.5em 0;
    border-bottom: 1px solid #fff;
  }
  .main-nav li a:after {
    content: "";
    position: absolute;
    top: 0.75em;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/sprite-icon.svg);
    background-repeat: no-repeat;
    background-position: -24px 0;
    vertical-align: middle;
  }
  .no-svg .main-nav li a:after {
    background-image: url(../images/sprite-icon.png);
  }
  .no-js .main-nav#top-nav {
    display: block;
  }
  .no-js .main-nav#mobile-nav {
    display: none;
  }
}

@media only screen and (min-width: 60em) {
  .main-nav {
    position: static;
    width: 65.71429%;
    float: right;
    margin-right: 0;
    font-size: 0.875em;
    text-align: right;
  }
  .main-nav#top-nav {
    display: block;
  }
  .main-nav#mobile-nav {
    display: none;
  }
  .main-nav li {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
  }
  .main-nav li a {
    padding: 0.5em;
    border-bottom: 2px solid #F1E9D0;
  }
  .main-nav li a:hover {
    border-bottom: 2px solid #669933;
    color: #669933;
  }
}

.bt-menu {
  position: absolute;
  top: 0.75em;
  right: 0.5em;
}

.bt-facebook a {
  overflow: hidden;
}

.bt-facebook a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/sprite-icon.svg);
  background-repeat: no-repeat;
  background-position: -240px 0;
  vertical-align: middle;
}

.no-svg .bt-facebook a:before {
  background-image: url(../images/sprite-icon.png);
}

.bt-facebook a span {
  padding-left: 32px;
}

@media (min-width: 60em) {
  .bt-facebook a {
    width: 24px;
    height: 37px;
    overflow: hidden;
  }
  .bt-facebook a span {
    display: none;
  }
}

li.current_page_item a {
  border-bottom: 2px solid #283B4F !important;
  color: #283B4F;
  cursor: default;
}

li.current_page_item a:hover {
  opacity: 1;
}

@media only screen and (max-width: 59.9375em) {
  li.current_page_item a {
    background-color: #f7f2e4;
    padding-left: 1em;
  }
}

/* Pagination ====================== */
.pagination {
  margin-bottom: 3em;
  text-align: center;
  vertical-align: middle;
}

.pagination a {
  display: inline-block;
  padding: 0.25em 1em;
  font-weight: bold;
  text-decoration: none;
}

.pagination_num--current {
  background-color: #F3F6F8;
  color: #283B4F;
  cursor: default;
}

.pagination_prev,
.pagination_next {
  padding: 0 !important;
  margin: 0 0.5em;
  overflow: hidden;
  text-indent: -99em;
}

.pagination_prev {
  width: 24px;
  height: 24px;
  background-image: url(../images/sprite-icon.svg);
  background-repeat: no-repeat;
  background-position: -48px 0;
  vertical-align: middle;
}

.no-svg .pagination_prev {
  background-image: url(../images/sprite-icon.png);
}

.pagination_next {
  width: 24px;
  height: 24px;
  background-image: url(../images/sprite-icon.svg);
  background-repeat: no-repeat;
  background-position: -72px 0;
  vertical-align: middle;
}

.no-svg .pagination_next {
  background-image: url(../images/sprite-icon.png);
}

/* Single nav ====================== */
.single-nav {
  margin: 2em 0 4em;
  line-height: 1.2;
}

.single-nav a {
  display: block;
  position: relative;
  width: 48%;
  font-weight: bold;
  text-decoration: none;
}

.single-nav span {
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  text-transform: uppercase;
}

.single-nav_prev {
  float: left;
  padding-left: 24px;
}

.single-nav_prev:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/sprite-icon.svg);
  background-repeat: no-repeat;
  background-position: -48px 0;
  vertical-align: middle;
}

.no-svg .single-nav_prev:before {
  background-image: url(../images/sprite-icon.png);
}

.single-nav_next {
  float: right;
  padding-right: 28px;
  text-align: right;
}

.single-nav_next:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/sprite-icon.svg);
  background-repeat: no-repeat;
  background-position: -72px 0;
  vertical-align: middle;
}

.no-svg .single-nav_next:before {
  background-image: url(../images/sprite-icon.png);
}

/* Lexique nav ====================== */
.lexique-nav-placeholder {
  min-height: 65px;
}

@media screen and (min-width: 35em), (min-width: 887px) {
  .lexique-nav-placeholder {
    min-height: 80px;
  }
}

@media screen and (min-width: 48em) and (max-width: 886px) {
  .lexique-nav-placeholder {
    min-height: 116px;
  }
}

.lexique-nav {
  position: relative;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.85);
}

@-webkit-keyframes sliding {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes sliding {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.lexique-nav__slide {
  display: none;
}

@media screen and (max-width: 34.9375em) {
  .lexique-nav__slide {
    display: block;
    font-size: 0.875em;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
  }
  .lexique-nav__slide span:before {
    content: "\2190\00A0";
  }
  .lexique-nav__slide span:after {
    content: "\00A0\2192";
  }
  .lexique-nav__slide span {
    display: inline-block;
    -webkit-animation: sliding 2s linear 0.5s 3;
            animation: sliding 2s linear 0.5s 3;
  }
}

.lexique-nav_links {
  padding-bottom: 0.5em;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 34.9375em) {
  .lexique-nav_links {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.lexique-nav_links a {
  display: inline-block;
  margin: 0.125em;
  border-radius: 50%;
  width: 2em;
  background-color: #669933;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  text-decoration: none;
}

.lexique-nav_links a:hover {
  background-color: #d3dee5;
  color: #669933;
}

.bt-top {
  position: fixed;
  z-index: 10;
  bottom: 2em;
  left: 50%;
}

.pinned {
  position: fixed !important;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #C0C0C0;
}

/* ==========================================================================
   Modules
   ========================================================================== */
/* General ================================================================== */
.intro,
.warning, .quiz, .home .engage, .about {
  padding: 2em 0;
}

@media screen and (min-width: 48em) {
  .intro,
  .warning, .quiz, .home .engage, .about {
    padding: 4em 0;
  }
}

.superscript, .qc:after, .fr:after, .new:after {
  margin-left: 0.3em;
  padding: 0 0.3em 0.1em;
  color: #fff;
  font-size: 0.5em;
  letter-spacing: 0.05em;
  vertical-align: super;
}

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

.fr, .qc, .be {
  font-style: italic;
  font-weight: bold;
}

.qc:after {
  content: "QC";
  background: #3366CC;
}

.qc a {
  color: #283B4F;
  text-decoration: none;
}

.fr:after {
  content: "FR";
  background: #CB6633;
}

.be:after {
  content: "BE";
  margin-left: 0.3em;
  padding: 0 0.25em 0.05em;
  background: #ffc800;
  color: #283B4F;
  font-size: 0.625em;
  letter-spacing: 0.025em;
  vertical-align: super;
}

.new:after {
  content: "NOUVEAU";
  background: #CB6633;
  font-style: italic;
  letter-spacing: 0.1em;
}

.nouveau:after {
  content: "Nouveau";
  position: absolute;
  top: 0.5em;
  left: -0.25em;
  padding: 1px 32px 3px 5px;
  background-color: #CB6633;
  color: #fff;
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 0.03em;
  line-height: 0.85;
}

.mention-antidote {
  position: relative;
  margin: 1.5rem 0;
  padding: 1.5rem 1rem 0.5rem 1rem;
}

.mention-antidote:after {
  content: '';
  position: absolute;
  bottom: -0.75rem;
  right: 0.5rem;
  width: 2rem;
  height: 3rem;
  background: no-repeat center/100% url(../images/antidote-sigle.svg);
}

.mention-antidote cite {
  display: block;
  padding: 0.5rem 2rem 0 0;
  text-align: right;
  font-weight: 700;
}

.no-wrap {
  white-space: nowrap;
}

.box, .sidebar .engage_box, .bt-jeu, .j-niveau {
  margin-bottom: 1.25em;
  padding: 1.25em;
  border: 1px solid #e3eaef;
  border-radius: 5px;
  transition: box-shadow 0.25s;
}

.box--grey {
  background-color: #F3F6F8;
}

.box--blue, .sidebar .engage_box {
  background-color: #283B4F;
  color: #fff;
}

.page-title {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.post-title {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 48em) {
  .post-title {
    font-size: 2.5em;
  }
}

.chromeframe {
  margin: 0;
  padding: 1em;
  background: #CB6633;
  color: #F1E9D0;
  font-size: 1.5em;
  text-align: center;
}

.chromeframe a {
  color: #283B4F;
}

.nojs-msg {
  font-size: 1.5em;
  text-align: center;
}

/* Main-header ============================================================== */
.main-header {
  position: relative;
  padding-bottom: 1px;
  background-color: #F1E9D0;
}

.logo {
  position: relative;
  top: calc(0.875em / 2);
  width: 60%;
  max-width: 294px;
}

.logo a {
  display: block;
}

@media screen and (min-width: 60em) {
  .logo {
    float: left;
  }
}

.site-description {
  display: inline-block;
  position: relative;
  left: 27%;
  margin-bottom: 1.5em;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 0.875em;
  line-height: 1.15;
}

/* Main-content ============================================================= */
.main-content {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .main-content {
    float: left;
    width: calc(100% - 324px);
  }
  .page-template-lexique .main-content {
    margin-top: 2em;
  }
  .page-template-lexique .main-content .page-title {
    margin-top: 0;
  }
}

.single .main-content,
.page-template-default .main-content {
  padding-top: 140px;
  background: url(../images/phylacteres3.svg) no-repeat center 30px;
}

.no-svg .single .main-content, .no-svg
.page-template-default .main-content {
  background: url(../images/phylacteres3.png) no-repeat center 30px;
}

.page-template-games .main-content {
  padding-top: 140px;
  background: url(../images/phylacteres4.svg) no-repeat center 30px;
}

.no-svg .page-template-games .main-content {
  background: url(../images/phylacteres4.png) no-repeat center 30px;
}

@media screen and (min-width: 48em) {
  .page-template-full-width .main-content,
  .error404 .main-content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em;
  }
}

.main-content article ul {
  padding: 0;
  list-style: none;
}

.main-content article ul li {
  padding: 0.5em 0;
  border-bottom: 1px solid #C0C0C0;
}

/* Main-footer ============================================================== */
.main-footer {
  padding: 1em 0 5em 0;
  background-color: #F1E9D0;
}

.copyright {
  font-size: 0.75em;
}

@media screen and (min-width: 60em) {
  .copyright {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
  }
}

/* Sidebars ================================================================= */
.sidebar > :not(.sidebar__img) {
  display: none;
}

@media screen and (min-width: 48em) {
  .sidebar {
    display: block;
    float: right;
    width: 300px;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sidebar > :not(.sidebar__img) {
    display: block;
  }
}

.page-id-3315 .engage_box,
.page-id-4504 .engage_box {
  display: none;
}

/* Home page =========================================== */
.intro,
.warning {
  background-color: #F1E9D0;
}

/* Intro =========================== */
.intro .intro_img {
  height: 170px;
  background: url(../images/phylacteres1.svg) no-repeat center center;
}

.no-svg .intro .intro_img {
  background-image: url(../images/phylacteres2.png);
}

@media screen and (min-width: 48em) {
  .intro .intro_img {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
    height: 200px;
  }
}

.intro .intro_text h1 {
  margin-bottom: 0;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.intro .intro_text h2 {
  margin: 0;
}

@media screen and (min-width: 48em) {
  .intro .intro_text {
    width: 65.71429%;
    float: right;
    margin-right: 0;
  }
}

/* Suggestions ===================== */
.home .suggestions {
  padding: 2em 0 1em 0;
}

@media screen and (min-width: 48em) {
  .home .suggestions {
    padding: 4em 0 0 0;
  }
  .home .suggestions .suggestions_popular,
  .home .suggestions .suggestions_recent,
  .home .suggestions .suggestion {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
  }
  .home .suggestions .suggestions_recent {
    margin-right: 0;
  }
}

.suggestions_home-title {
  margin: 0;
  padding: 1em 0;
}

.suggestions_home-title h2 {
  margin-top: 0;
  padding-top: 0.2em;
  background: url(../images/icon-articles.svg) no-repeat 4.2em 0em;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1;
}

.no-svg .suggestions_home-title h2 {
  background-image: url(../images/icon-articles.png);
}

.suggestions_home-title .link-more {
  text-decoration: underline;
}

@media screen and (min-width: 48em) {
  .suggestions_home-title {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
  }
}

@media screen and (min-width: 60em) {
  .suggestions_home-title h2 {
    font-size: 2.5em;
  }
}

.mot-vedette {
  clear: left;
  padding: 20px;
  background-color: #F1E9D0;
}

.sidebar .mot-vedette {
  margin-bottom: 1.25em;
  border-radius: 5px;
}

@media screen and (min-width: 48em) {
  .mot-vedette {
    padding: 30px;
  }
}

.mot-vedette .link-more {
  text-decoration: underline;
}

.mot-vedette h2 {
  position: relative;
  margin: 0 0 0.25em 0;
  font-size: 2.25em;
  font-weight: normal;
  line-height: 1;
}

.mot-vedette h2:after {
  content: " ";
  position: absolute;
  top: -0.25em;
  left: 2.7em;
  width: 40px;
  height: 40px;
  background: url("../images/icon-star.svg") no-repeat 0 0;
}

.no-svg .mot-vedette h2:after {
  background-image: url(../images/icon-star.png);
}

.mot-vedette h2 span {
  display: block;
}

@media screen and (min-width: 48em) {
  .mot-vedette h2 {
    font-size: 2.8em;
  }
  .home .mot-vedette h2 {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
  }
}

.mot-vedette h3 {
  margin: 0;
}

@media screen and (min-width: 48em) {
  .home .mot-vedette_content {
    width: 65.71429%;
    float: right;
    margin-right: 0;
  }
}

/* Infolettre ====================== */
.infolettre {
  margin: 1em 0;
}

.infolettre h2 {
  margin: 0;
}

.infolettre .note {
  font-size: 0.875em;
}

@media screen and (min-width: 48em) {
  .main-content .infolettre,
  .home .infolettre {
    padding-left: 14em;
    background-image: url(../images/infolettre.svg);
    background-repeat: no-repeat;
    background-position: 1.25em center;
  }
  .no-svg .main-content .infolettre, .no-svg
  .home .infolettre {
    background-image: url(../images/infolettre.png);
  }
}

.single .main-content .infolettre h2,
.page-id-3324 .infolettre h2 {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .single .main-content .infolettre,
  .page-id-3324 .infolettre {
    padding-left: 11.25em;
  }
}

.home .infolettre h2 {
  margin-bottom: 0.25em;
  font-size: 2.25em;
  font-weight: normal;
  text-align: left;
}

@media screen and (min-width: 48em) {
  .home .infolettre {
    padding-left: 20em;
    background-position: 5.625em center;
  }
}

/* Quiz ============================ */
.quiz {
  background-color: #F3F6F8;
}

.quiz_title {
  margin-bottom: 2em;
  padding-top: 110px;
  background: url(../images/phylacteres2.svg) no-repeat center -70px;
}

.no-svg .quiz_title {
  background-image: url(../images/phylacteres2.png);
}

.quiz_title h2 {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .quiz_title {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
    margin-bottom: 0;
    padding-top: 90px;
    background: url(../images/phylacteres2.svg) no-repeat 110px -70px;
  }
}

@media screen and (min-width: 60em) {
  .quiz_title {
    background-position: 140px -70px;
  }
  .quiz_title h2 {
    font-size: 2.5em;
  }
}

.quiz_question h3 {
  margin: 0;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .quiz_question {
    width: 48.57143%;
    float: right;
    margin-right: 0;
  }
}

.missing-word {
  display: inline-block;
  min-width: 5em;
  padding: 0 1em;
  border-bottom: 1px solid #283B4F;
  text-align: center;
}

.quiz_answer.j-reponse p {
  padding: 0;
  font-weight: bold;
  font-style: italic;
}

/* Engage ========================== */
.engage {
  color: #fff;
}

.home .engage .container {
  background: #283B4F url(../images/phylacteres5.svg) no-repeat 75% 0;
  padding-top: 180px;
}

.no-svg .home .engage .container {
  background-image: url(../images/phylacteres5.png);
}

@media screen and (min-width: 48em) {
  .home .engage .container {
    background-position: 75% center;
    padding-top: 0;
  }
}

.home .engage {
  background: #283B4F;
}

@media screen and (min-width: 48em) {
  .home .engage .engage_box--expressions {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
  .home .engage .engage_box--accents {
    width: 48.57143%;
    float: right;
    margin-right: 0;
  }
}

.engage_box h2 {
  position: relative;
  margin: 0 0 0.5em 0;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.1;
}

.engage_box .nouveau:after {
  top: -1.5em;
}

/* About =========================== */
.about h2 {
  font-size: 1.5em;
  text-align: center;
}

.about h3 {
  margin-bottom: 0;
  font-size: 1.125em;
}

@media screen and (min-width: 60em) {
  .about_text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}

/* Warning ========================= */
.warning h2 {
  font-size: 2.25em;
  font-weight: 400;
  text-align: center;
}

.warning h3 {
  font-size: 1.125em;
}

.warning .warning_intro {
  font-size: 1.125em;
  font-style: italic;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .warning .warning_intro {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Blog page =========================================== */
.post-extract h2 {
  margin: 0.33em 0;
  font-size: 1.5em;
  font-weight: normal;
}

.post-extract h2 a {
  text-decoration: none;
}

.error404 .post-extract {
  margin-bottom: 1.5em;
  text-align: center;
}

/* Lexique page ======================================== */
.lexique-section {
  padding: 8em 0 0 0;
}

@media screen and (min-width: 35em) {
  .lexique-section {
    padding-top: 9em;
  }
}

@media screen and (min-width: 62.5em) {
  .lexique-section {
    padding-top: 7em;
  }
}

.lexique-section_title {
  margin-top: -2.5em;
  line-height: 3em;
  background: url(../images/phylacteres3.svg) no-repeat center center;
  background-size: contain;
  text-align: center;
  text-transform: uppercase;
}

.no-svg .lexique-section_title {
  background-image: url(../images/phylacteres3-lexique.png);
}

.lexique-section_link {
  display: block;
  position: relative;
  padding: 0.5em 2em 0.5em 0.5em;
  border-bottom: 1px solid #F3F6F8;
  text-decoration: none;
}

.lexique-section_link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.25em;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url(../images/sprite-icon.svg);
  background-repeat: no-repeat;
  background-position: -24px 0;
  vertical-align: middle;
}

.no-svg .lexique-section_link:after {
  background-image: url(../images/sprite-icon.png);
}

.lexique-section_link:hover {
  background-color: #F3F6F8;
}

.lexique-section_link dl {
  margin: 0;
}

.lexique-section_link dt,
.lexique-section_link dd {
  display: inline;
  margin: 0;
}

.lexique-section_link dt {
  text-decoration: underline;
}

.lexique-section_link dd {
  color: #283B4F;
}

/* Single-lexique (mots) =============================== */
.single-lexique {
  text-align: center;
}

.single-lexique__content {
  font-size: 1.5em;
}

.single-lexique__content p::first-letter {
  text-transform: uppercase;
}

.single-lexique__generique {
  display: block;
  margin: 1em 0 0 0;
  font-size: 0.35em;
  font-weight: bold;
  text-transform: uppercase;
}

.--tight {
  margin: 0.25em 0 1em 0;
}

.single-lexique__title {
  margin: 0;
}

.single__explication {
  font-size: 0.875em;
  margin-top: 1.5em;
}

/* Expressions page ==================================== */
.expression-filters {
  margin: 1em 0;
}

.no-js .expression-filters {
  display: none;
}

.expression-filter_item {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 35em) {
  .expression-filter_item {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
  .expression-filter_item:last-child {
    margin-right: 0;
  }
}

.expression-item {
  position: relative;
}

@media screen and (min-width: 35em) {
  .expression-item:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 20px;
    width: 88px;
    height: 108px;
    background: url("../images/phylacteres7.svg") no-repeat;
  }
  .no-svg .expression-item:before {
    background-image: url("../images/phylacteres7.png");
  }
}

@media screen and (min-width: 35em) {
  .expression-item_meta {
    margin-left: 120px;
  }
}

.expression-item_meta .term {
  font-weight: 700;
}

.expression-item_info .label {
  display: block;
}

.expression-item_info h2 {
  margin-bottom: 0.25em;
}

.expression-item_info h2 .term {
  font-size: 24px;
  font-weight: 400;
}

.expression-item_info h2 .label {
  padding-top: 10px;
}

.expression-item_info p {
  clear: left;
}

.expression-item_info p .label {
  padding-top: 5px;
}

.js .expression-item_long .expression-item_info p {
  height: 9em;
  overflow: hidden;
}

@media screen and (min-width: 35em) {
  .expression-item_info .label {
    float: left;
    width: 120px;
  }
  .expression-item_info .term {
    display: block;
    margin-left: 120px;
  }
}

.term__link {
  color: #283B4F;
  text-decoration: none;
}

/* Buttons & links ========================================================== */
.bt, .plus {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0.5em;
  background: #669933;
  border: none;
  border-radius: 3px;
  box-shadow: 0 3px 0 0 #55802B;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-decoration: none;
  transition: all 0.1s;
}

.bt:hover, .plus:hover {
  color: #fff;
  background-color: #73ac39;
}

.bt:active, .plus:active {
  box-shadow: 0 1px 0 0 #55802B;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.bt[disabled="disabled"], [disabled="disabled"].plus, .bt.wpcf7-submit:disabled, .wpcf7-submit.plus:disabled, .bt.bt-inactif, .bt-inactif.plus {
  background: #F3F6F8;
  box-shadow: 0 3px 0 0 #C0C0C0;
  color: #C0C0C0;
}

.link-more {
  font-size: 0.875em;
  font-weight: normal;
  text-decoration: underline;
  text-transform: uppercase;
}

.link-lexique {
  display: block;
  margin-bottom: 0.5em;
  font-style: italic;
  font-weight: bold;
}

.page-template-lexique .link-lexique {
  opacity: 0;
  visibility: hidden;
}

.bt-expression {
  margin-bottom: 2em;
}

.link-expression-more {
  display: none;
}

.js .expression-item_long .link-expression-more {
  display: block;
}

@media only screen and (min-width: 35em) {
  .link-expression-more {
    margin-left: 120px;
  }
}

.bt-close {
  position: absolute;
  top: -0.75em;
  right: -0.75em;
  width: 2em;
  height: 2em;
  border: 1px solid #C0C0C0;
  border-radius: 50%;
  background-color: #F3F6F8;
}

.bt-close span {
  display: block;
  margin: 0.4em auto;
}

.qq-link {
  display: block;
  margin: 1em auto;
  text-align: center;
}

/* Search and results ======================================================= */
.search {
  position: relative;
  width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 60em) {
  .search {
    float: right;
  }
}

.home .main-header .search {
  display: none;
}

.intro .search {
  float: none;
  margin: 0;
}

/* Search form ===================== */
.search_form {
  position: relative;
  width: 18em;
  margin-bottom: 0.5em;
  border: 2px solid #669933;
  background-color: #fff;
  text-align: left;
}

.main-header .search_form {
  margin: 1em auto 0.5em auto;
}

.search_text {
  width: 246px;
  padding: 0.75em;
  border: none;
  border-radius: 0;
}

.search_submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 0;
  background: #669933 url(../images/icon-search.svg) no-repeat center center;
  text-indent: -999em;
}

.no-svg .search_submit {
  background-image: url(../images/icon-search.png);
}

.search_submit:hover {
  background-color: #73ac39;
}

/* Datalist ======================== */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 5px;
  border-bottom: 1px solid #d3dee5;
}

.autocomplete-selected {
  background: #F3F6F8;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

/* Search result =================== */
.search_result {
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  z-index: 100;
  top: 65%;
  padding: 1em;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #669933;
  background-color: #F3F6F8;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.no-csstransforms .search_result {
  display: none;
}

.show-result .search_result {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.no-csstransforms .show-result .search_result {
  display: block;
}

.search_result_caption {
  margin: 0;
  font-size: 0.75em;
  text-transform: uppercase;
}

.search_result_def {
  margin: 0 0 0.5em 0;
  font-size: 1.125em;
}

.search_result_def dt {
  color: #669933;
  font-weight: bold;
}

.search_result_def dd {
  margin: 0;
}

/* Suggestions ============================================================== */
.suggestions ul {
  margin-bottom: 2em;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
}

.suggestions li {
  margin-bottom: 1em;
}

.suggestions a {
  display: block;
  position: relative;
  padding-right: 2em;
  line-height: 1.2;
  text-decoration: none;
}

.suggestions.box, .sidebar .suggestions.engage_box, .suggestions.bt-jeu, .suggestions.j-niveau {
  margin: 3em 0;
}

.suggestions_title {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  text-transform: uppercase;
}

.suggestions_title:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.5em;
  margin-left: 0.25em;
}

@media only screen and (min-width: 48em) {
  .suggestions_similar .suggestions_title,
  .suggestions_similar ul {
    float: left;
    width: 50%;
  }
  .suggestions_similar ul {
    margin: 1em 0 0 0;
  }
}

/* ==========================================================================
   Forms
   ========================================================================== */
label {
  display: block;
  color: #669933;
}

label,
.label {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.wpcf7,
.frm-expression {
  position: relative;
}

.wpcf7 p,
.frm-expression p {
  position: relative;
  margin-bottom: 2em;
}

.wpcf7 input,
.frm-expression input {
  transition: 0.5s;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea,
.frm-expression .wpcf7-text,
.frm-expression .wpcf7-textarea {
  width: 100%;
  padding: 0.5em;
  border-radius: 0;
  background-color: #F3F6F8;
  border: none;
  border-bottom: 1px solid #C0C0C0;
}

.wpcf7 .wpcf7-text:focus,
.wpcf7 .wpcf7-textarea:focus,
.frm-expression .wpcf7-text:focus,
.frm-expression .wpcf7-textarea:focus {
  border-bottom: 1px solid #669933;
  box-shadow: 0 1px 0 #669933;
}

.wpcf7 .wpcf7-text.wpcf7-not-valid, .wpcf7 .wpcf7-text.error,
.wpcf7 .wpcf7-textarea.wpcf7-not-valid,
.wpcf7 .wpcf7-textarea.error,
.frm-expression .wpcf7-text.wpcf7-not-valid,
.frm-expression .wpcf7-text.error,
.frm-expression .wpcf7-textarea.wpcf7-not-valid,
.frm-expression .wpcf7-textarea.error {
  border-bottom: 1px solid #CB6633;
  box-shadow: 0 1px 0 #CB6633;
}

.wpcf7 .wpcf7-textarea,
.frm-expression .wpcf7-textarea {
  height: 5em;
}

.wpcf7 .wpcf7-not-valid-tip,
.frm-expression .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -2em;
  color: #CB6633;
  font-size: 0.875em;
  font-style: italic;
}

.wpcf7 .wpcf7-response-output,
.frm-expression .wpcf7-response-output {
  border-width: 4px 0 0 0 !important;
  border-style: solid;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors,
.frm-expression form.invalid .wpcf7-response-output,
.frm-expression form.unaccepted .wpcf7-response-output,
.frm-expression .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #CB6633;
}

.frm-expression {
  display: none;
}

.frm-expression h2 {
  margin-top: 0;
  text-align: center;
}

.frm-expression span.error {
  position: absolute;
  left: 0;
  bottom: -1.75em;
  color: #CB6633;
  font-size: 0.875em;
  font-style: italic;
}

.frm-expression select.error {
  border-color: #CB6633;
}

.frm-expression .wpcf7-response-output.wpcf7-validation-errors {
  display: none;
  padding: 0.2em 1em;
}

.submitOther {
  display: none;
  margin-top: 1em;
}

.submit-region-box {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s;
}

.submit-region-box.is-visible {
  visibility: visible;
  opacity: 1;
}

/* ==========================================================================
   Ads
   ========================================================================== */
.antidote-top,
.antidote-home {
  border-bottom: none;
}

.sidebar__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -0.5em -0.5em 2em -0.5em;
}

.sidebar__img > * {
  margin: 0.5em;
}

.sidebar-ad {
  width: 300px;
  height: 250px;
  margin-bottom: 1em;
}

@media screen and (min-width: 48em) {
  .blog .sidebar-ad,
  .single-post .sidebar-ad,
  .page-template-lexique .sidebar-ad,
  .page-template-expressions .sidebar-ad {
    height: 600px;
  }
}

.adsbygoogle {
  outline: 2px solid #F3F6F8;
}

.ad-lexique,
.ad-expression {
  width: 300px;
  height: 250px;
}

.ad-lexique {
  margin: 2em auto 0 auto;
}

.ad-expression {
  margin: 1em auto;
}

.antidote-wrapper {
  padding: 5px 0;
  background-color: #669933;
}

.antidote-top,
.antidote-home {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 320px 50px;
}

@media only screen and (min-width: 48em) {
  .antidote-top,
  .antidote-home {
    max-width: 728px;
    height: 90px;
    background-size: 728px 90px;
  }
}

.antidote-lot2,
.antidote-home {
  background-image: url(../images/antidote-rentree-2023-320x50@1x.jpg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .antidote-lot2,
  .antidote-home {
    background-image: url(../images/antidote-rentree-2023-320x50@2x.jpg);
  }
}

@media only screen and (min-width: 48em) {
  .antidote-lot2,
  .antidote-home {
    background-image: url(../images/antidote-rentree-2023-728x90@1x.jpg);
    background-size: 728px 90px;
  }
}

@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 48em) and (min-resolution: 192dpi), only screen and (min-width: 48em) and (min-resolution: 2dppx) {
  .antidote-lot2,
  .antidote-home {
    background-image: url(../images/antidote-rentree-2023-728x90@2x.jpg);
  }
}

.antidote-0 {
  background-image: url(../images/banniere-antidote-accords-douteux-mobile.gif);
}

@media only screen and (min-width: 48em) {
  .antidote-0 {
    background-image: url(../images/banniere-antidote-accords-douteux.gif);
  }
}

.antidote-1 {
  background-image: url(../images/banniere-antidote-fautes-genantes-mobile.gif);
}

@media only screen and (min-width: 48em) {
  .antidote-1 {
    background-image: url(../images/banniere-antidote-fautes-genantes.gif);
  }
}

.antidote-2 {
  background-image: url(../images/banniere-antidote-vilains-doublons-mobile.gif);
}

@media only screen and (min-width: 48em) {
  .antidote-2 {
    background-image: url(../images/banniere-antidote-vilains-doublons.gif);
  }
}

.antidote-home {
  margin: 1em auto 0;
}

@media only screen and (min-width: 48em) {
  .antidote-home {
    margin: 2em auto;
  }
}

@media only screen and (min-width: 48em) {
  .antidote-sidebar {
    display: block;
    height: 640px;
    margin: 0;
    margin-bottom: 20px;
    border: 1px solid #e3eaef;
    background: url(../images/antidote_vertical.gif) no-repeat center center;
  }
}

.antidote-bottom_link {
  display: block;
  width: 300px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300px 250px;
}

.antidote-bottom_link--one {
  background-image: url(../images/Tartempion_FrFr_300x100.jpg);
  background-size: 300px 100px;
  height: 100px;
}

.antidote-bottom_link--two {
  background-image: url(../images/bigbox-site-300x250.jpg);
}

.antidote-bottom_link--three {
  height: 100px;
  background-image: url(../images/QDV_Annonce_300x100.jpg);
  background-size: 300px 100px;
}

.antidote-bigbox-a {
  background-image: url(../images/bigbox-site-300x250-A@1x.jpg);
}

.antidote-bigbox-b {
  background-image: url(../images/bigbox-site-300x250-B@1x.jpg);
}

.antidote-bigbox-c {
  background-image: url(../images/bigbox-site-300x250-C@1x.jpg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .antidote-bottom_link--one {
    background-image: url(../images/Tartempion_FrFr_300x100@2x.jpg);
  }
  .antidote-bottom_link--two {
    background-image: url(../images/bigbox-site-300x250@2x.jpg);
  }
  .antidote-bottom_link--three {
    background-image: url(../images/QDV_Annonce_300x100@2x.jpg);
  }
  .antidote-bigbox-a {
    background-image: url(../images/bigbox-site-300x250-A@2x.jpg);
  }
  .antidote-bigbox-b {
    background-image: url(../images/bigbox-site-300x250-B@2x.jpg);
  }
  .antidote-bigbox-c {
    background-image: url(../images/bigbox-site-300x250-C@2x.jpg);
  }
}

@media only screen and (min-width: 60em) {
  .antidote-bottom_link {
    margin-top: 0;
    margin-bottom: 1em;
  }
}

/* ==========================================================================
   Animations
   ========================================================================== */
@-webkit-keyframes menuBt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menuBt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ==========================================================================
   Games
   ========================================================================== */
.liste-jeux {
  display: none;
}

.bt-jeu {
  display: block;
  position: relative;
  margin-bottom: 2em;
  font-size: 1.5em;
  line-height: 1em;
  text-decoration: none;
  background-color: #F3F6F8;
}

.bt-jeu span {
  display: block;
  margin-top: 0.25em;
  font-size: 0.5em;
  line-height: 1em;
  text-transform: uppercase;
}

.bt-jeu b {
  font-weight: normal;
}

.bt-jeu:before {
  content: "";
  position: absolute;
  top: -1em;
  right: 0;
  width: 100px;
  height: 70px;
  background-image: url(../images/sprite-jeux.svg);
  background-repeat: no-repeat;
}

.no-svg .bt-jeu:before {
  background-image: url(../images/sprite-jeux.png);
}

@media only screen and (min-width: 35em) {
  .bt-jeu {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
    height: 6em;
  }
  .bt-jeu:nth-child(odd) {
    margin-right: 0;
  }
  .bt-jeu span {
    margin-top: 0.75em;
  }
}

.bt-vf:before {
  background-position: 0 0;
}

.bt-quest:before {
  background-position: -100px 0;
}

.bt-compl:before {
  background-position: -200px 0;
}

.j-niveau,
.j-resultat-final,
.j-wrapper h4 {
  display: none;
}

.jeu ol {
  list-style: none;
  padding-left: 0;
}

.j-wrapper {
  position: relative;
  padding-bottom: 1em;
  display: none;
}

.j-question {
  display: none;
  padding-bottom: 1em;
}

.j-question.j-courante {
  display: block;
}

.j-no-question, .j-txt-question {
  font-weight: 700;
}

.j-no-question {
  display: block;
  float: left;
  margin-right: 9px;
  width: 36px;
  height: 36px;
  background: #283B4F;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  color: #fff;
}

.j-txt-question {
  padding-top: 0.25em;
  overflow: hidden;
}

.j-choix {
  margin: 1em 0;
}

.j-choix a {
  display: block;
  position: relative;
  padding: 0.25em 0 0.25em 45px;
  color: #283B4F;
  line-height: 2em;
  text-decoration: none;
}

.j-choix a:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.35em;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #283B4F;
  border-radius: 3px;
}

.j-choix a:hover {
  font-weight: 700;
}

.j-reponse {
  display: none;
  position: relative;
  border-top: 1px solid #F3F6F8;
  border-bottom: 1px solid #F3F6F8;
  padding: 0.5em 0;
}

.j-reponse p {
  padding: 0.25em 0 0.25em 45px;
}

.j-espace-blanc {
  display: inline-block;
  width: 8em;
  border-bottom: 1px solid #283b4f;
  text-align: center;
}

.j-bon:before,
.j-mauvais:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.35em;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #e3eaef;
  border-radius: 3px;
  background-color: #F3F6F8;
}

.j-bon:after,
.j-mauvais:after {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0.6em;
}

.j-bon {
  color: #669933;
  font-weight: 700;
}

.j-mauvais {
  color: #CB6633;
}

.j-resultat,
.j-resultat-final {
  background-color: #F3F6F8;
  padding: 4px 8px 8px 8px;
  border-radius: 4px;
}

.j-resultat {
  float: right;
  margin-left: 5%;
  text-align: right;
}

.j-resultat-final {
  width: 7em;
  margin: 16px auto 12px auto;
  font-size: 1.5em;
  text-align: center;
}

.j-resultat span,
.j-resultat-final span {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 0.8em;
}

.j-lire {
  display: none;
}

.plus.bt-inactif {
  pointer-events: none;
  cursor: default;
}

.j-suiv {
  text-align: right;
}

.j-nav-jeux {
  margin-top: 2em;
  padding-top: 0.5em;
  border-top: 1px solid #C0C0C0;
}

/* jeu : page des résultats */
.j-page-resultat .j-question,
.j-page-resultat .j-reponse,
.j-page-resultat .j-lire,
.j-page-resultat .j-niveau,
.j-page-resultat .j-resultat-final,
.j-page-resultat h4 {
  display: block;
}

.j-page-resultat .j-resultat {
  display: none;
}

.j-page-resultat .j-choix a {
  pointer-events: none;
  cursor: default;
}

.j-page-resultat .j-niveau li {
  border-bottom: none;
  border-top: 2px solid #fff;
  transition: all 0.5s ease-out;
}

.j-page-resultat h4 {
  border-bottom: 1px solid #dae2e9;
}

.j-page-resultat h3 {
  padding: 0.2em 0;
}

.j-niveau {
  position: relative;
  width: 80%;
  min-width: 280px;
  margin: 0 auto;
  text-align: center;
}

.j-niveau h3 {
  margin-top: 0;
}

.j-niveau ul {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
}

.j-niveau-off {
  color: #C0C0C0;
}

.j-bg-niveau {
  background: #F3F6F8;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  nav,
  aside,
  .search,
  .search_result,
  [class^="antidote-"],
  .bt,
  .plus,
  .intro .intro_img,
  .addthis-smartlayers, div#at4-follow, div#at4-share, div#at4-thankyou, div#at4-whatsnext,
  #at4m-mobile-container {
    display: none;
  }
  .logo,
  .logo_bg {
    width: 100%;
    max-width: 1000px;
    height: 1.5em;
    text-indent: 0;
    font-size: 1.5em;
  }
  .intro,
  .warning,
  .home .suggestions,
  .quiz,
  .home
.engage,
  .about,
  .quiz_title,
  .home .engage .container {
    padding: 0;
  }
  .single .main-content,
  .page-template-default .main-content .page-template-games .main-content,
  .page-template-full-width .main-content {
    padding-top: 0;
  }
  .mot-vedette {
    border: 1px solid grey;
    width: 60%;
    margin: 0 auto;
  }
  .about h1,
  .warning h1,
  .warning .warning_intro {
    text-align: left;
  }
  .lexique-section {
    padding: 0;
    border: none;
  }
  .lexique-section_link {
    padding: 0.5em 0;
  }
  .lexique-section_link dt {
    text-decoration: none;
  }
}

/*# sourceMappingURL=main.css.map */