body {
  color: #0C2B62;
  position: relative;
  min-height: 100vh;
  font-family: 'Lato', sans-serif;
  font-size: 1.4em;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
.link {
  color: #14529E;
  cursor: pointer;
}
.cursor {
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6,
h1 a , h2 a , h3 a , h4 a , h5 a , h6 a {
  font-family: "Montserrat", sans-serif;
  background: transparent;
  color: #14529E;
  font-weight: bold;
}
h1 a:hover , h2 a:hover , h3 a:hover , h4 a:hover , h5 a:hover , h6 a:hover {
  color: #14529E;
  text-decoration: underline;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.15em;
}
h6 {
  font-size: 1em;
}
.alert {
  font-size: 1.2em;
}

#main {
  padding-bottom: 19rem;
  /*box-shadow: inset 0px 2px 4px -2px #DDDDDD;*/
  position: relative;
}
#main:after {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
  box-shadow: inset 0 2px 4px -2px #DDDDDD;
}

header .header-container {
  display: flex;
}
header .header-container .header-control {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
.header-logo a {
  display: flex;
  height: 95px;
  width: 100%;
  flex: 1 1 auto;
}
.header-logo a {
  background: url(../img/mcw-2021/logo_colored.svg) center no-repeat;
  background-size: 225px 95px;
  position: relative;
  margin-bottom: 1.5rem;
}
.header-logo a:after {
  content: 'depuis 2006';
  position: absolute;
  bottom: -1.5rem;
  color: #2d5099;
  display: block;
  text-align: center;
  font-style: italic;
  width: 100%;
}
.header-logo.pro a {
  background: url(../img/mcw-2021/logo_pro.png) center no-repeat;
  background-size: 225px 95px;
  margin-bottom: 2rem;
}
.header-logo.pro a:after {
  bottom: -2rem;
}
header .header-container .header-logo a:hover {
  text-decoration: none;
}
header .header-container .header-menu {
  flex: 1 1 auto;
  flex-direction: column;
}

/* Deprecated since we use the new tour tool */
/*#tuto-dropdown {*/
/*  display: none;*/
/*  position: absolute;*/
/*  width: 250px;*/
/*  height: 200px;*/
/*  top: 30px;*/
/*  right: 420px;*/
/*}*/

/*#tuto-dropdown .tuto-wrapper {*/
/*  position: absolute;*/
/*  border-radius: 3px;*/
/*  background-color: #ff9e35;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 10px;*/
/*  opacity: 0.99;*/
/*  padding: 10px;*/
/*}*/

/*#tuto-dropdown .tuto-wrapper span.label {*/
/*  font-size: 14px;*/
/*}*/

/*#tuto-dropdown .tuto-wrapper label {*/
/*  font-weight: 500;*/
/*}*/

/*#tuto-dropdown .tuto-arrow-right {*/
/*  position: absolute;*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-top: 10px solid transparent;*/
/*  border-bottom: 10px solid transparent;*/
/*  border-left: 10px solid #ff9e35;*/
/*  top: 15px;*/
/*  right: 0;*/
/*  opacity: 0.99;*/
/*}*/

.user-navbar {
  display: flex;
}
.user-navbar .affiliation-link {
  flex: 3 1 auto;
  text-align: center;
}
.user-navbar .affiliation-link > img {
  height: 80px;
}
.user-navbar .navbar-nav {
  flex: 1 0 auto;
  float: initial;
  align-self: center;
  text-align: right;
}
.user-navbar .navbar-nav ul {
  text-align: left;
}
.user-navbar .navbar-nav > li {
  display: inline-block;
  float: initial;
}
.user-navbar .navbar-nav > li .dropdown-menu li {
  display: block;
}
.navbar-toggle .icon-bar {
  background: #F95C5C;
}
#notification-list li {
  position: relative;
  cursor: pointer;
}
#notification-list li .btnSupprimerNotif {
  position: absolute;
  top: 11px;
  right: 5px;
  border-radius: 20px;
  border-color: #ddd;
  color: #ddd;
}
#notification-list li .btnSupprimerNotif:hover {
  border-color: #F95C5C;
  color: #F95C5C;
}
#notification-list li > span {
  width: 400px;
  border-top: 1px solid #ddd;
  padding: 5px 45px 5px 10px;
  display: block;
}
#notification-list li.first > span {
  border-top: none;
  padding: 5px 10px;
}
#notification-list li.unread {
  color: #E84B4D;
}

header .header-container .navbar {
  margin: 0;
}
header .header-container .navbar .navbar-nav li > a > span {
  margin-left: 10px;
}
header .header-container .navbar.menu-navbar {
  margin-top: 15px;
}
/*header .header-container .navbar.menu-navbar .navbar-nav {*/
/*  float: right;*/
/*}*/
.disconnected header .header-container .navbar.menu-navbar {
  margin-bottom: 15px;
}
header .header-container .navbar-collapse {
  padding: 10px 50px 10px 0;
}
header .header-container .navbar-nav > li > a {
  color: #0C2B62;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px 25px;
  border: 2px solid transparent;
  border-radius: 25px;
  margin-right: 10px;
}
.flag-icon.inactive {
  opacity: 0.15;
}
header .header-container .navbar-nav > li.login-menu > a,
header .header-container .navbar-nav > li.user-menu > a {
  border: 2px solid #0C2B62;
}
header .header-container .navbar-nav > li.filter-menu > a {
  border-color: #F95C5C;
  background: #F95C5C;
  color: #fff;
}
header .header-container .navbar-nav > li.highlight-menu > a {
  border-color: #F95C5C;
  background: transparent;
  color: #F95C5C;
}
header .header-container .navbar-nav > li.current > a {
  color: #F95C5C;
  text-decoration: underline;
  text-underline-position: under;
}
header .header-container .navbar-nav > li.current.filter-menu > a {
  color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
  background: #ECF2F8;
  border-color: #ECF2F8;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: #ECF2F8;
}

button.close {
  background: #fff;
  padding: .3em .5em;
  border-radius: 1em;
}

body > footer {
  background: transparent;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #14529e;
  font-weight: bolder;
  text-align: left;
  height: 13.5rem;
}
footer .footer {
  background: #fff;
  padding: 2rem 0;
  margin: 0;
  border-top: 1px solid #ddd;
}
.grecaptcha-badge {
  z-index: 1;
}

body > footer a {
  color: #14529e;
}
body > footer a:hover {
  color: #0078F7;
}
footer {
  font-size: 1.1em;
}
footer .links {
  margin: 0;
}
footer .social {
  text-align: center;
}
footer .social img {
  margin: 2px 1px;
  height: 28px;
  width: 28px;
  border-radius: 4px;
}
footer .mycow_copy {
  border-top: 1px solid #f8f8f8;
  padding: 1rem 0 0;
}
#responsive_footer_menu {
  display: none;
}

.hero h1 {
  font-family: 'Lato', sans-serif;
  font-weight: bolder;
}

/**
HOME START
 */
.home .mobile {
  display: none;
}
.hero {
  background: url(../img/mcw-2021/hero_bg.svg) top right no-repeat;
}
.hero .container {
  display: flex;
}
.hero .left-col {
  flex: 1 0 auto;
  flex-wrap: wrap;
  padding: 6em 2em 4em;
}
.hero .right-col {
  position: relative;
}
.home .phylactere {
  background: url(/img/mcw-2021/bulle01_white.png) center no-repeat;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  background-size: contain;
  display: block;
  position: absolute;
  top: -40px;
  left: -80px;
  width: 350px;
  padding-top: 20px;
  height: 230px;
  z-index: 1;
}
.home .video {
  display: block;
}
.home .video video {
  display: block;
  width: 1020px;
  margin: 0 auto;
}
.home #main p {
  color: #14529E;
  font-size: 1.5em;
}
.hero .call_to_action {
  width: 50%;
  margin-top: 1.5em;
}
.hero .call_to_action .btn-lg {
  padding: 1em 1em;
}
.hero .left-col h1 {
  font-weight: bolder;
  color: #14529E;
  margin-top: 0.5em;
  font-size: 3em;
  line-height: 1.2em;
}
.hero .left-col .call_to_action .btn {
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
.hero .right-col {
  flex: 1 0 auto;
  text-align: center;
  padding: 6em 2em 3em;
}
.hero .right-col img {
  height: 45rem;
}

.home #who {
  padding: 4em 0;
}
.home #who h1 {
  font-size: 5em;
  margin-bottom: .5em;
}
.home #who .monitor-top {
  height: 10px;
  background: #000;
  border-radius: 6px 6px 0 0;
}
.home #who video {
  height: auto;
  width: 100%;
  margin-bottom: -5px;
}
.home #who img {
  height: auto;
  width: 100%;
}
.home .comments {
  margin-top: 3em;
  text-align: center;
}
.home #who .comment img {
  width: 70%;
  margin-bottom: 1em;
}
.home .comment p {
  font-size: 1.2em;
}
.home #news {
  padding: 4em 0;
  background: #004aad;
}
.home #news li {
  font-size: 1.5em;
}
.home #news p,
.home #news li,
.home #news h1 {
  color: #fff;
}
.home #news .cta {
  width: 100%;
  margin-top: 2em;
}

.home #news .cta .btn:focus,
.home #news .cta .btn:hover,
.home #news .cta .btn:active,
.home #news .cta .btn {
  background: #fff;
  color: #004aad !important;
  border-color: transparent;
  font-size: 1.5em;
}
.home #exercise {
  padding: 4em 0;
  background: #f87a77;
}
.home #exercise li {
  font-size: 1.5em;
}
.home #exercise p,
.home #exercise h1,
.home #exercise li {
  color: #fff;
}
.home #exercise .btn {
  font-size: 1.5em;
}
.home #exercise .btn-primary {
  background: #004aad;
}
.home #brands {
  padding: 4em 0;
}
.home .payment_secured {
  background: #F7E8A1;
}
.home .payment_secured .red_bubble {
  background: url(/img/mcw-2021/home/bg_icon.webp) center no-repeat;
  display: block;
  background-size: contain;
  padding: 1.5em;
}
.home .payment_secured .icon {
  display: inline-block;
  padding: 1em;
  border-radius: 1em;
  width: 3.5em;
}
.home .payment_secured .icon .mci {
  margin: -1em;
}
.home .payment_secured .picto {
  width: 80px;
  height: 80px;
}
.home .payment_secured h3 {
  color: #14529e;
  background: none;
  font-size: 1.2em;
  margin: 0.5em;
}
.home .payment_secured p {
  text-align: center;
  font-size: 1.2em;
}
.home .features {
  background: #FBE8A5;
  padding: 4em 0;
  text-align: center;
}
.home .features img {
  height: 1.5em;
  width: 1.5em;
}
.home .features h4 {
  font-size: 2em;
  font-weight: bolder;
  color: #14529E;
  margin-bottom: 1em;
}
.home .features p {
  font-size: 2em;
  font-weight: bolder;
  color: #14529E;
  margin-top: 1em;
}

.who {
  color: #fff;
  text-align: center;
}
.who h2 {
  text-align: center;
  background: transparent;
  font-size: 3em;
  padding: .5em;
  font-weight: bolder;
}

.who .who__top {
  background: #4F92E5;
  max-height: 30em;
}
.who .who__top h2 {
  color: #fff;
}
.who .who__bottom {
  height: 20em;
}
.who video {
  max-height: 480px;
  margin: 0 auto;
}

.payment_secured {
  background: #14529E;
  padding: 7em 0;
  text-align: center;
  color: #fff;
}
.payment_secured .icon {
  display: inline-block;
  background: #fff;
  padding: 2em;
  border-radius: 4em;
  width: 5.5em;
}
.payment_secured .icon .mci {
  margin: -1em;
}
.payment_secured h3 {
  color: #FFDBDB;
  background: none;
  font-size: 2em;
  margin: 0.5em;
}
.payment_secured p {
  text-align: center;
  font-size: 1.2em;
}
.extra img {
  margin: 0 auto;
  width: 20%;
}

.breadcrumb_bg {
  background-color: #f5f5f5;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
/**
HOME END
 */

/**
OFFERS START
 */
.offers.pricing #main {
  padding-bottom: 5rem;
}
/* TODO remplacer l'id main par autre chose pour distinguer la hauteur de marge */
.progress-custom {
  border-radius: 25px;
  padding: 5px;
  display: block;
  border: 2px solid #0c2b62;
}
.progress-custom:after {
  position: absolute;
  content: attr(data-content);
  top: 26px;
  right: 35px;
  color: #000;
  font-size: 2em;
}
.progress-custom-content {
  border-radius: 25px;
  display: block;
  height: 2em;
}
.progress-custom-primary {
  background: #f76c6c;
}
.offers h1.register-label {
  text-align: center;
  margin: 1em 0 2em;
}
.offers .btn-group-lg .btn,
.offers .btn-lg {
  font-size: 1em;
}
.offers .offer-pill label {
  color: #14529e;
}
.offers .call-to-action {
  font-size: 2.5em;
  margin: 2em 0;
}
.offers .nav-pills > li {
  float: none;
  display: inline-block;
}
.offers .nav-pills li a {
  margin: 1em 0.5em;
  border-radius: 15px;
  font-size: 2.4em;
  font-weight: bold;
  color: #fff;
  background: #14529e;
}
.offers .btn-secondary {
  background: #14529e;
  border-color: #14529e;
}
.offers .nav-pills li.active a {
  color: #fff;
  background: #f76c6c;
  border-color: #f76c6c;
}
.offers .tab-pane p {
  margin: .5em .5em 2em;
  font-size: 1.8em;
  font-weight: bold;
  color: #14529e;
}
.offers .offer {
  flex: 1 0 auto;
  text-align: center;
  position: relative;
}
.offers .offer.highlight {
  margin-top: 2em;
}
.offers .offer-answer {
  align-items: center;
  align-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 2em;
  cursor: pointer;
}
.offers .offer-answer label {
  margin-top: 1em;
  font-size: 1.8em;
  color: #14529e;
}
.offers .offer-pill {
  position: relative;
  display: inline-block;
  height: 200px;
  width: 200px;
  border: 3px solid #14529e;
  background: #14529e;
  color: #fff;
  border-radius: 15px;
  font-size: 1.6em;
}
.offers .offer-pill .btn-primary {
  background: transparent;
  border-color: transparent;
}
.offers .offer-pill:hover {
  border-color: #24305e;
  background: #24305e;
}
.offers .offer-pill:hover .btn-primary {
  background: #f76c6c;
  border-color: #f76c6c;
}
.offers .offer-pill .btn-primary:hover {
  text-decoration: none;
}
.offers .offer-pill .illustration {
  height: 170px;
  width: 170px;
  background: center center no-repeat;
  background-size: contain;
}
.offers .offer-highlight {
  position: absolute;
  top: -2.5em;
  left: -3px; /*Parent border width*/
  width: 200px;
  z-index: -1;
  padding: .5em .5em 1em;
  border: 3px solid #f76c6c;
  color: #f76c6c;
  background: #fff;
  border-radius: 15px 15px 0 0;
}
.offers .offer-pill > div.offer-highlight {
  height: auto;
}
.offers .offer-pill:hover .offer-highlight {
  background: #F7E8A1;
}
.offers .offer-pill h3 {
  color: #fff;
  margin: .3em 0 0;
  width: 90%;
}
.offers .offer-pill > div {
  flex-direction: column;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  height: 100%;
}
.offers .input-group {
  border: none;
  border-bottom: 2px solid #ddd;
}
.offers .input-group .input-group-addon {
  background: transparent;
  font-size: 2em;
  color: #ddd;
  border: none
}
.offers .input-group input {
  background: transparent;
  font-size: 2em;
  line-height: .5em;
  border: none;
}
.offers .input-group input:focus {
  box-shadow: none;
}
.offers .text-help {
  margin-top: 2em;
  font-size: 2em;
  line-height: 2em;
  text-align: center;
}
.offers .price {
  font-size: 1.6em;
  font-weight: bold;
}
.offers .error {
  margin-top: 2em;
}
.offers .error .help-block {
  font-size: 1.6em;
  font-weight: bold;
  color: #e84b4d;
  text-align: center;
}
.offers .price del {
  font-size: .7em;
}
.offers .offer-pill > div > * {
  flex: 1 0 auto;
}
.offers #register_agreement .form-group,
.offers #register_agreement .text-danger {
  font-size: 2em;
}
.offers #register_agreement input[type="checkbox"] {
  margin-left: -1.5em;
  width: 1em;
  height: 1em;
}
#qcm-tunnel label {
  font-size: 2em;
  padding-left: 2em;
}
#qcm-tunnel label.control-label {
  padding-left: 0;
}
#qcm-tunnel .help-block {
  font-size: 2em;
  font-style: italic;
}
#qcm-tunnel .instructions {
  border-top: 2px solid #e84b4d;
  border-bottom: 2px solid #e84b4d;
  color: #e84b4d;
  font-size: 1.5em;
  padding: .5em 0;
  margin: 1em 0;
}
#qcm-tunnel input[type="radio"],
#qcm-tunnel input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-left: -2em;
}
.offers.result .score--scale {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.offers.result .scale {
  padding: 1em;
  font-size: 3em;
  color: #333;
  font-weight: bold;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: .5em 0;
}
.offers.result .score {
  background: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}
.offers.result .scale-0 {
  padding: 0.5em 1em;
}
.offers.result .scale-1 {
  padding: 1em 1em;
}
.offers.result .scale-2 {
  padding: 1.5em 1em;
}
.offers.result .scale-3 {
  padding: 2em 1em;
}
.offers.result .scale-4 {
  padding: 2.5em 1em;
}
.offers.result .scale-5 {
  padding: 3em 1em;
}
.offers.result .score {
  background: #5cb85c;
}
.offers .product h2 {
  margin-top: 3em;
  margin-bottom: 3em;
}
.offers .red_bubble {
  background: url(/img/mcw-2021/home/bg_icon.webp) center no-repeat;
  display: block;
  background-size: contain;
  padding: 0em;
}
.offers .picto {
  text-align: center;
  display: inline-block;
  margin: 40px;
  height: 160px;
  width: 160px;
  background: no-repeat center center;
  background-size: contain;
}
.offers strong {
  color: #F76C6C;
}
.payment_secured .picto {
  height: 100px;
  width: 100px;
  display: inline-block;
  background: no-repeat center;
  background-size: contain;
}
.picto.secured {
  background-image: url('/img/mcw-2021/lock.png');
}
.picto.subscription {
  background-image: url('/img/mcw-2021/touch.png');
}
.picto.customer_care {
  background-image: url('/img/mcw-2021/accessibility.svg');
}
.offers .partners {
  text-align: center;
  padding: 3em;
  padding-bottom: 19rem;
}
.offers .partners h2 {
  margin-top: 3em;
  margin-bottom: 3em;
}
.offers .logo {
  display: block;
  height: 100px;
  width: 100%;
  background: no-repeat center center;
  background-size: contain;
}
.logo.logo-bnf {
  background-image: url('../img/mcw-2021/bnf.png');
  background-size: cover;
}
.logo.logo-sorbonne {
  background-image: url('../img/mcw-2021/sorbonne.png');
}
.logo.logo-aix {
  background-image: url('../img/mcw-2021/aix.png');
}
.logo.logo-bordeaux {
  background-image: url('../img/mcw-2021/bordeaux.png');
}
/**
OFFERS END
 */

/**
PROFILE START
 */
.profile .score,
.stats .score
{
  padding: .3em;
  font-size: 1.2em;
  background: #5cb85c;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px;
  margin: .5em 0;
  vertical-align: center;
}
.stats .score {
  padding: 0.1em 0.3em;
  font-size: .8em;
  margin: 0;
}
/**
PROFILE END
 */


/**
REGISTER START
 */
.registration .highlight {
  border: 3px solid #F76C6C;
  position: relative;
}
.registration .step1 .btn {
  padding-top: 2em;
  padding-bottom: 2em;
}
.registration #register-tunnel {
  display: none;
}
.registration #register-tunnel.visible {
  display: block;
}
.registration .btn-outline-primary hr {
  border-top: 1px solid #F76C6C;
}
.registration #last_step_actions {
  display: none;
}
/**
REGISTER END
 */

/**
PAYMENT START
 */
#payment_logos img {
  height: 40px;
  margin: 10px;
}
/**
PAYMENT STOP
 */

/**
NEWS START
 */
.news_menu {
  background: #14529E;
  color: #fff;
}
.news_menu .navbar {
  margin: 0;
}
.news_menu .navbar-nav {
  float: initial;
  display: flex;
}
.news_menu .header-control {
  padding: 1em;
  font-size: 1.5em;
}
.news_menu .header-control .navbar-toggle {
  margin: 0;
}
.news_menu li {
  float: initial;
  flex: 1 0 auto;
  padding: 10px 0;
}
.news_menu li a {
  color: #fff;
  text-align: center;
  padding: 8px 25px;
  font-size: 1.2em;
  border-radius: 20px;
}
.news_menu li.current a {
  font-weight: bolder;
  background: #fff;
  color: #14529e;
}
.news_menu li a:hover {
  background: #fff;
  color: #14529E;
}

.newspaper #main > .container {
  position: relative;
  padding-top: 2em;
}
.newspaper .phylactere {
  display: none;
}
.disconnected.newspaper .phylactere {
  background: url(/img/mcw-2021/bulle03_white.png) center no-repeat;
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #353535;
  font-weight: bold;
  font-size: 1.2em;
  background-size: contain;
  display: block;
  position: absolute;
  top: -40px;
  right: -170px;
  width: 250px;
  padding-top: 25px;
  height: 225px;
  z-index: 1;
}
.newspaper h1 {
  font: 2.5em 'Montserrat', sans-serif;
  font-weight: bolder;
  text-transform: capitalize;
}
.newspaper h2 {
  margin: 1em 0 .5em;
  font: 1.7em 'Montserrat', sans-serif;
  background: transparent;
  font-weight: bold;
}
.newspaper .headline > a {
  display: flex;
  flex-direction: column;
}
.newspaper .headline > a img {
  border-radius: 6px;
}
.newspaper .author {
  color: #F95C5C;
  margin: 0.5em 0;
  padding-right: 50px;
  font-style: italic;
  position: relative;
}
.newspaper .author .admin_link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.newspaper .cowstars {
  font-size: 1.4em;
  padding: 5px 10px;
  vertical-align: bottom;
  color: #f95c5c;
}
.newspaper .cowstars .mci-level {
  vertical-align: middle;
}
.newspaper .cowstars-label {
  vertical-align: middle;
  font-size: .8em;
  margin-right: .5em;
}
.newspaper h1 .cowstars-label {
  vertical-align: middle;
  font-size: .5em;
  margin-right: .5em;
}
.newspaper .article-content {
  display: flex;
  flex-direction: row;
}
.newspaper .article-content .article-body {
  flex: 1 1 auto;
}
.newspaper .article-content .article-picture {
  width: 150px;
  margin-left: 15px;
  flex: 0 0 auto;
}

.newspaper .videonews h1 {
  margin-top: 45px;
}
.newspaper .videonews a:hover {
  border-bottom-color: #e84b4d;
  color: #e84b4d;
}
.newspaper .videonews h1 .cowstars {
  font-size: 0.7em;
  padding: 0 0.3em;
  line-height: 2em;
}
.newspaper .videonews h1 .mci-plus-red {
  font-size: 0.7em;
}

.archive_list .navbar-nav li {
  width: 100%;
}
.newspaper .videonews .articles, .archive_list_category {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -.5em;
}
.newspaper .videonews article, .article-video-small, .archive_list_category article {
  background: #ECF2F8;
  flex: 1 0 40%;
  position: relative;
  border-radius: 6px;
  margin: .5em;
}
.archive_list_category article {
  flex: 0 0 23.5%;
}
.article-video-small {
  margin: 1em 0
}
.article-video-small:first-child {
  margin: 0 0 1em;
}
.newspaper .videonews article:first-child {
  flex: 1 0 100%;
}
.newspaper .videonews article:last-child {
  margin-right: -.5em;
}
.newspaper .videonews article h2, .article-video-small h2, .archive_list_category article h4 {
  margin: 0;
  padding: .5em 1em;
  width: 100%;
  background: #FBE8A5;
  color: #0C2B62;
  border-radius: 6px 6px 0 0;
  font-size: 1.3em;
}
.article-video-small h2 {
  font-size: 1.1em;
}

.newspaper .img-responsive {
  border-radius: 4px;
}
.newspaper .videonews article:first-of-type h2 {
  font-size: 1.6em;
}
.archive_list_category article.video_thumbnail {
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
  padding-bottom: 30px;
}
.article-video-small img, .video_thumbnail img {
  width: 100%;
  border-radius: 0 0 6px 6px;
}
.article-video-small .play, .video_thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article-video-small .play, .video_thumbnail .play {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 5em;
  margin: -25px;
}

.newspaper .express {
  background: #FF9870;
  border-radius: 6px;
  padding: 20px;
}
.newspaper .express h2 {
  margin-top: 0;
  font: 2em 'Montserrat', sans-serif;
  color: #0C2B62;
}
.newspaper .express article a:not(.btn) {
  border-left: 2px solid #fff;
  color: #fff;
  display: block;
  position: relative;
  padding-left: .5em;
  font-size: 1.5em;
  margin-bottom: 0.3em;
}
.newspaper .express article h3 {
  color: #fff;
  margin: 0 0 .5em;
  font-size: .9em;
  font-weight: bolder;
}
.newspaper .express article p {
  margin: 0 0 .5em;
  font-size: .7em;
}
.newspaper .express article a:hover:not(.btn) {
  text-decoration: none;
  border-left-color: #FBE8A5;
  color: #FBE8A5;
}
.newspaper .express article .cowstars {
  padding-left: 0;
  padding-bottom: 0;
  color: #0C2B62;
}
.newspaper .express article .cowstars .mci {
  fill: #0C2B62;
}
.newspaper .express article .author {
  margin: 0 0 3em;
  color: #0C2B62;
  font-size: .8em;
}

.newspaper .weekly_quote {
  background: #fff;
  border-radius: 6px;
  /*border: 2px solid #fff;*/
  /*border-left: none;*/
  /*border-right: none;*/
  text-align: center;
  padding: 3em .5em 1.5em;
  margin: 3em .5em;
}
.newspaper .weekly_quote a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  margin-bottom: 1em;
  font-style: italic;
  color: #0C2B62;
  display: block;
}
.newspaper .weekly_quote .author {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  color: #0c2b62;
  font-style: italic;
}
.newspaper .weekly_quote .author p {
  text-align: center;
}

.newspaper aside {
  padding: 1em;
  border-radius: 6px;
  color: #fff;
  margin: 1em 0;
}
.newspaper aside h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
  font-style: italic;
  color: #fff;
  margin: 0;
}
.newspaper aside p {
  font-weight: bolder;
  color: #fff;
  margin: 0 0 .5em;
  font-size: 1.2em;
}
.newspaper aside ul {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}
.newspaper aside li {
  margin: .5em 0;
}
.newspaper aside a {
  color: #fff;
}
.newspaper aside .level {
  font-style: italic;
  font-size: .9em;
}
.newspaper aside.wordle {
  background: #fbe8a5;
  margin-top: 3em;
}
.newspaper aside.wordle h2,
.newspaper aside.wordle a,
.newspaper aside.wordle .level {
  color: #0c2b62;
}
.newspaper aside.podcast {
  background: #4f92e5;
}
.newspaper aside.news_question {
  background: #4F92E5;
}
.newspaper aside.videonews,
.newspaper aside.famous {
  background: #176BD4;
}
.newspaper aside.cultural_spotlight {
  background: #14529E;
}
.newspaper aside.crossword {
  background: #0C2B62;
}
.newspaper a:hover aside.crossword {
  text-decoration: none;
}
.newspaper aside.hundred_percent_fr_en,
.newspaper aside.hundred_percent_fr_fr,
.newspaper aside.hundred_percent_en_en,
.newspaper aside.hundred_percent_en_fr {
  background: #FBE8A5;
}
.newspaper aside.hundred_percent_fr_fr h2,
.newspaper aside.hundred_percent_fr_en h2,
.newspaper aside.hundred_percent_en_fr h2,
.newspaper aside.hundred_percent_en_en h2,
.newspaper aside.hundred_percent_fr_fr a,
.newspaper aside.hundred_percent_fr_en a,
.newspaper aside.hundred_percent_en_fr a,
.newspaper aside.hundred_percent_en_en a,
.newspaper aside.hundred_percent_fr_fr .level,
.newspaper aside.hundred_percent_fr_en .level,
.newspaper aside.hundred_percent_en_fr .level,
.newspaper aside.hundred_percent_en_en .level
{
  color: #0C2B62;
}
.newspaper aside.hundred_percent_fr_fr .mci-plus,
.newspaper aside.hundred_percent_fr_en .mci-plus,
.newspaper aside.hundred_percent_en_fr .mci-plus,
.newspaper aside.hundred_percent_en_en .mci-plus {
  background-image: url("/img/mcw-2021/icon/plus_blue.svg");
}

#article_content p {
  margin: 0 0 1.5rem;
}

.alert-eval {
  background: #FBE8A5;
  padding: 1em;
  box-shadow: #ccc 0 0 10px;
}
.alert-eval .btn {
  aspect-ratio: 1 / 1;
  justify-content: space-around;
  vertical-align: middle;
  font-size: 1em;
}

#tour_evaluation .close {
  opacity: .8;
}
#tour_evaluation .close:hover {
  opacity: 1;
}
#tour_evaluation h2 {
  margin: .25em 0 .5em;
}

.tg-backdrop {
  z-index: 100001 !important;
}
.tg-dialog {
  font-size: 1.5em;
  z-index: 100002 !important;
}
.tg-dialog .tg-dialog-header .tg-dialog-title {
  font-size: 1.2em;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn {
  font-size: 1em;
}
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots + .tg-step-progress {
  font-size: 1em;
}
/**
NEWS END
 */

/**
EXERCISE START
 */
.exercise_dashboard {
  background: transparent;
}
.exercise_dashboard #main > .content {
  padding-top: 3rem;
}
.exercise_dashboard #exercise_aside {
  margin-bottom: 2em;
}
/*.exercise h2 .more {*/
/*  font-size: .8em;*/
/*}*/
.hidden_load {
  display: none;
}
.record {
  width: 200px;
}
.label-success-deep {
  background-color: #0d6632;
}
.label-warning-deep {
  background-color: #936423;
}
.text-hollow-before, .text-hollow-after {

}
.table-borderless.table>tbody>tr>td {
  border-color: #fafafa;
}
.form-control.text-hollow-input {
  display: inline-block;
  width: auto;
  background: #ECF2F8;
  border-color: #ECF2F8;
  margin: 0.2em .5em;
}
.rep2 {
  border-radius: 4px;
  border: 1px solid #ddd;
  margin: 0 2px;
  padding: 0 5px;
}
.incorrect {
  color: #a94442;
  border-color: #a94442;
}
.correct {
  color: #3c763d;
  border-color: #3c763d;
}
.grammar .mycow_question {
  background: #f5f5f0;
  padding: .5em 1em;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.grammar .q-question {
  font-weight: bold;
}
.grammar .q-msg .incorrect {
  background: #ecd9d9;
  padding: 1px 5px;
  border-radius: 4px;
}
.grammar .q-msg .correct {
  background: #dff0e0;
  padding: 1px 5px;
  border-radius: 4px;
}
.grammar .form-control {
  border-color: #d9d9ec;
  margin-top: .25rem;
}
.has-success .form-control.text-hollow-input {
  border-color: #3c763d;
}
.has-error .form-control.text-hollow-input {
  border-color: #a94442;
}
/**
EXERCISE END
 */

/**
RECORDER START
 */
.recording-wrapper {
  min-width: 210px;
}
.recording-wrapper.wide button {
  display: block;
  width: 100%;
}
/**
RECORDER END
 */

/**
QCM START
 */
.qcm .description {
  position: relative;
  padding: 2em 0;
  background: url(../img/mcw-2021/qcm_bg.svg) top right no-repeat;
}
.qcm #qcm-char {
  position: absolute;
  top: 0;
  right: 5em;
  width: 336px;
}
.qcm .list-group-item {
  font-family: "Montserrat", sans-serif;
  background: #14529E;
  margin: .5em 0;
  border: none;
  border-radius: 6px;
  font-size: 1.3em;
  color: #fff;
  padding: 0;
}
.qcm .list-group-item-primary,
.qcm .list-group-item-primary:hover,
.qcm .list-group-item-primary:focus {
  color: #fff;
  background: #f76c6c;
  border-color: #f76c6c;
  border-radius: 6px;
}
.qcm .list-group-item:first-child {
  margin-top: 0;
}
.qcm #content .list-group-item a, .qcm .list-group-item a:hover {
  color: #fff;
  font-style: italic;
  padding: .5em;
  display: block;
}
.qcm .qcm_list {
  background: #C8E0FD;
  padding: 2em;
  border-radius: 6px;
}
.qcm .qcm_list ul {
  margin: 2em 0;
}
.qcm .qcm_list li {
  margin: .5em 0;
}
.qcm .qcm_list li.highlight a:before {
  content: ">";
  position: absolute;
  left: -10px;
  top: 0;
}
.qcm .qcm_list li a {
  display: none;
}
.qcm .qcm_list .mini-test li a {
  display: block;
}
.qcm .qcm_list li.highlight a {
  display: block;
  position: relative;
}
#qcm_wrapper .sentence {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
}
#qcm_wrapper .sentence .word,
#qcm_wrapper .drop-zone {
  margin: 0 .2em;
  padding: .5em 1em;
  background: #ccc;
  border-radius: 4px;
  display: flex;
}
#qcm_wrapper .drop-zone {
  border: 2px dashed #dc8640;
  width: 3em;
  background: #f3deb1;
  border-radius: 4px;
  display: flex;
  flex: 0 1 auto;
}
.bordered-bottom-not-last {
  border-bottom: 1px solid #ddd;
}
.bordered-bottom-not-last:last-child {
  border-bottom: none;
}

/**
QCM END
 */

/**
PRO START
 */
.pro #main > .container {
  position: relative;
  background: url(../img/mcw-2021/pro_bg.svg) top center no-repeat;
  padding-top: 3em;
}
.pro .background_char {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: top center no-repeat;
  background-size: contain;
}
.pro .background_char_en {
  background-image: url(../img/mcw-2021/pro_char.png);
}
.pro .background_char_fr {
  background-image: url(../img/mcw-2021/pro_char_fr.png);
}
.pro .container li.list-group-item {
  border: none;
  padding: 0;
  margin: 1em;
  position: relative;
  font-size: 1em;
}
.pro .container li.list-group-item a {
  display: block;
  padding: 1em 1em 1.5em;
  background: #14529e;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 1em;
  font-size: 2em;
  min-height: 150px;
}
.pro .container li.list-group-item a:hover {
  text-decoration: none;
  background: #f76c6c;
  border-color: #f76c6c;
}
.pro .container li.list-group-item a > span {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  display: block;
}
.pro .container li.list-group-item a span.mci {
  display: inline-block;
}
.pro .container li.list-group-item a em {
  font-style: normal;
  font-size: .6em;
  display: block;
}
.pro .container li.list-group-item a .mci {
  font-size: .6em;
  margin-right: .2em;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
/**
PRO END
 */

/**
TOOLBOX END
 */
.toolbox #main > .container {
  position: relative;
  background: url(../img/mcw-2021/tool_bg.svg) center -10px no-repeat;
  padding-top: 3em;
}
.toolbox .exercise {
  padding-bottom: 1em;
}
/**
TOOLBOX END
 */

/**
PODCASTS START
 */
.podcast #podcast_pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 415px;
}
.podcast .headline {
  margin: 2em 0;
}
.podcast .list-group-item {
  font-size: 1.1em;
}
/**
PODCASTS END
 */

/**
POINT CULTURE START
 */
.pointculture .list-group-item {
  font-size: 1.1em;
}
.pointculture .mycow_question .form-group label {
  display: block;
}
/**
POINT CULTURE END
 */

/**
THATS LIFE START
 */
.thatslife .list-group-item {
  font-size: 1.1em;
}
.thatslife .mycow_question .form-group label {
  display: block;
}
/**
THATS LIFE END
 */

/**
DICTEE START
 */
.dictation .container .list-group-item .label {
  position: absolute;
  right: .5em;
  top: .5em;
}
.dictation .container .list-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.dictation .container .list-group .list-group-item {
  flex: 0 1 23.5%;
  margin: .5em;
  font-size: 1em;
}
.dictation .container .list-group em {
  text-align: right;
  display: block;
  color: #5bc0de;
  margin-right: -1em;
}
.dictee_correction {
    font-style: italic;
    color: #006400;
}

.dictee_correction del {
    background: #e7bf90;
    color: #760e0b;
    /*text-decoration: none;*/
}

.dictee_correction ins {
    background: #e7bf90;
    color: #760e0b;
    text-decoration: none;
}
/**
DICTEE END
 */

/**
GRAMMAR START
 */
.grammar .container .list-group-item {
  flex: 0 1 32.5%;
  font-size: 1.1em;
  margin: .5em 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-radius: 0;
}
.grammar .container .list-group-item:hover {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #f76c6c;
}
.grammar .container .list-group-item:hover a {
  color: #f76c6c;
}
.grammar .container .list-group-item .label {
  font-family: sans-serif;
}
.grammar .container .list-group-item a {
  padding: .5em 0;
}
/**
GRAMMAR END
 */

/**
NOTEBOOK START
 */
.notebook .img-header {
  width: 100%;
}
/**
NOTEBOOK END
 */

/**
NOTEBOOK START
 */
.newsquestion .container .list-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.newsquestion .container .list-group em {
  text-align: right;
  display: block;
  color: #5bc0de;
  margin-right: -1em;
}
.newsquestion .container .list-group-item .label {
  position: absolute;
  right: .5em;
  top: .5em;
}
.newsquestion .container .list-group-item {
  font-size: 1em;
  flex: 1 1 30%;
  margin: .5em;
}
.newsquestion .container .list-group-item:nth-child(3n+1),
.newsquestion .container .list-group-item:first-child {
  margin-left: 0;
}
.newsquestion .container .list-group-item:nth-child(3n),
.newsquestion .container .list-group-item:last-child {
  margin-right: 0;
}
/**
NOTEBOOK END
 */

/**
SHARE START
 */
.share .container .list-group em {
  text-align: right;
  display: block;
  color: #5bc0de;
  margin-right: -1em;
}
.share .container .list-group-item {
  font-size: 1em;
}
.share .container .list-group-item .label {
  position: absolute;
  right: .5em;
  top: .5em;
}

.share .container .share-section {
    margin-bottom: 20px;
}

.mycow_question .warning {
    color: #ff4615;
}

.mycow_question .stroke {
    text-decoration: line-through;
}

.mycow_question .success {
    color: #2a8837;
}

.label-pink {
    background-color: #f76c6c;
}

.mycow_question .skill {
  margin-bottom: 1.5em;
  display: none;
}
.evaluated .mycow_question.error .skill {
    display: block;
}

.share-resume .btn {
    margin: 5px 0 10px;
}

.share #ShareNavTabs {
    margin-bottom: 20px;
}

.share #reponseDictee,
.share #reponseProduction {
    height: 200px;
}

.share #total-points-qcm, .share #total-points-exercise {
    font-weight: bold;
}

.share #total-points-alert {
    margin-top: 20px;
}

.share #mycow_exos_corrige {
  margin: 20px 0;
}
.share .content-share #mycow_exos_corrige {
    clear: both;
    display: block;
    width: 100px;
}

.share .content-share .mycow_exo_soumettre {
    clear: both;
    display: block;
    width: 100px;
}

.share .content-share .share_document {
    width: 25%;
    float: left;
}

.share .content_document {
    clear: both;
}

.share .content_document .share_title {
    font-size: 20px;
    color: #222;
    font-family: 'subwayregular';
}
.share .content_document .share_credit {
    font-size: 12px;
    color: #222;
    font-style: italic;
}

.share .content_document .share_consigne {
    font-size: 16px;
    font-style: italic;
}

.share .content_document .share_consigne i {
    font-size: 25px;
}

.share .share_text {
    text-align: center;
}

.share .content_document .share_document_with_text {
    float: left;
    margin: 10px;
    border: 1px solid #222;
    width: 25%;
}

.share .content_document .share_document_no_text {
    margin: 10px;
    border: 1px solid #222;
}

.share #corrige-engine {
    margin-bottom: 50px;
}

.share #messageWrapper {
    padding-left: 0;
}

.share #messageWrapper li {
    list-style: none;
    margin-right: 50px;
}

.share #messageWrapper li.owner {
    list-style: none;
    margin-left: 50px;
}

.share #messageWrapper .well-header .btn {
    position: absolute;
    top: -20px;
    right: -5px;
}
.share .media {
  margin: 1em 0;
}

/**
SHARE END
 */

/**
LEXICON START
 */
dl.lexical {
    margin: 0 0 10px;
    padding: 0;
    border: 1px solid #E5E5D5;
    background-color: #FFF;
}

.lexical dt {
    clear: both;
    margin: 0;
    padding: 5px;
    font-weight: bold;
    float: left;
    width: 50%;
    border-top: 1px solid #E5E5D5;
    background-color: #F1EFE2;
}

.lexical dd {
    margin: 0;
    padding: 5px;
    float: right;
    width: 50%;
    border-top: 1px solid #EED;
    background-color: #FFF;
}
.flipcard {
  perspective: 800px !important;
}
/**
LEXICON END
 */

/**
MyWord START
 */
.myword #main {
  background: #fafafa;
}
.myword li {
  padding: 0;
  margin: 0;
  position: relative;
}
.myword #document_load .list-group-item {
  background: transparent;
}
.myword #document_load .list-group-item a {
  color: #14529e;
}
.myword #paragraphType option {
  padding: 0.2em;
}
.myword #paragraphType option:checked {
  background: #fff;
  border-radius: 4px;
}
.myword #paragraphType option:hover {
  text-decoration: underline 1px solid #14529e;
  cursor: pointer;
}
.myword .letter {
  background: #fff;
  border: 1px solid #dcc;
  padding: 1em;
}
.myword .letter input,
.myword .letter select,
.myword .letter textarea {
  background: none;
  border-radius: 0;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #dcc;
}
.myword .letter textarea {
  /*height: 34px;*/
  overflow: hidden; /* To hide scrollbar */
  /*border: 1px solid #dcc;*/
  border: none;
  border-radius: 4px;
}
.myword .letter .letter-body .input-group {
  border: none;
}
.myword .modal_all {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.myword .modal_all .backdrop {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: rgba(0,0,0,0.5);
}
.myword #myword_preview_popin {
  display: block;
  margin-top: 10em;
  margin-left: auto;
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.myword #myword_preview_popin iframe {
  margin: 2em 0;
  width: 100%;
  height: 60vh;
}
.myword #myword_editor .input-group-addon {
  border: transparent;
  background: transparent;
  color: #24305e;
}
/**
MyWord END
 */

/**
START Business english
 */
a.be-button {
    color: #333;
    margin: 15px 0;
    display: block;
}
.be-button-out {
    border: 1px solid #ccc;
    padding: 0 4px;
}
.be-button-in {
    border: 1px solid #ccc;
    border-bottom: none;
    border-top: none;
    padding: 15px 20px;
    min-height: 180px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.be-button-flex {
    display: flex;
    flex-direction: column
}
a.be-button:hover .be-button-out,
a.be-button:hover .be-button-in
{
    border-color: #3ba3d8;
}
.be-icon {
    margin: 10px;
    text-align: center;
}
.be-title {
    text-align: center;
    margin: 10px;
    font-size: 1.2em;
    font-weight: bold;
}
/**
END Business english
 */

/**
EDITOR START
 */
.editor .editor-panel #menu-editor {
  border-right: 1px solid #ccc;
}
.editor .editor-panel #menu-editor li {
  background: transparent;
  font-size: 1em;
  margin: 0;
}
.editor .editor-panel #menu-editor li a {
  color: #000;
  border-bottom: 1px solid #ccc;
}
.editor .editor-panel #menu-editor li > ul > li > a {
  padding-left: 40px;
}
.editor .editor-panel #menu-editor li > ul > li:last-child {
  border-bottom: none;
}
.editor .editor-panel .menu_level_1 {
  display: none;
}
.editor .editor-panel .current_ancestor .menu_level_1,
.editor .editor-panel .current .menu_level_1 {
  display: block;
}
.editor .navbar-collapse {
  margin: 0;
  padding: 0;
}
.editor .root a {
  display: block;
  text-align: center;
  color: #333;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #333;
  min-height: 235px;
}
.editor .root a:hover {
  text-decoration: none;
  background: #f0f0f0;
}
.editor .root span {
  display: block;
  margin: 20px;
}
.editor .root p {
  display: block;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
.editor .navbar-collapse .list-group,
.editor .navbar-collapse .list-group-item:first-child,
.editor .navbar-collapse .list-group-item:last-child {
  border-radius: 0;
}
.editor .editor-panel {
  display: flex;
  flex-direction: row;
}
.editor .editor-panel #menu-editor {
  max-width: 420px;
  flex: 1 1 420px;
}
.editor .editor-panel > section {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.editor .editor-panel #menu-editor li {
  padding: 0;
}
.editor .editor-panel .list-group-item.current {
  background: #f0f0f0;
}
.editor .editor-panel #menu-editor li > a,
.editor .editor-panel #menu-editor li > span {
  padding: 10px 15px;
}
.editor .editor-panel #menu-editor a:hover {
  text-decoration: none;
  background: #f0f0f0;
}
.editor .editor-panel .content {
  padding: 30px;
}
.editor .editor-panel .content > h1 {
  margin-top: 0;
}
.editor .editor-panel .list-group .list-group {
  margin: 0;
}
.editor .editor-panel .list-group .list-group li {
  border-left: 0;
  border-right: 0;
}
/**
EDITOR END
 */

/**
PROGRAMME START
 */
.programme #RubriquesMenu li {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 0;
  padding: .5em;
}
.programme .rubrique li.list-group-item {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 0;
}
.programme .rubrique li.list-group-item label {
  margin: 0;
}
.programme_famille {

}
/**
PROGRAMME END
 */

/**
TOOLS END
 */
.flex-row {
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 -15px;*/
}
.col,
.col-md {
  flex: 1 0 auto;
  flex-basis: 0;
  margin: 0 .5em;
}
.col:first-child,
.col-md:first-child {
  margin: 0 .5em 0 0;
}
.col:last-child,
.col-md:last-child {
  margin: 0 0 0 .5em;
}
.col:last-child:first-child,
.col-md:last-child:first-child {
  margin: 0;
}
.col-md {
  flex: 1 0 auto;
  flex-basis: 0;
  margin: 0 .5em;
}

ul.list-unstyled li {
  margin: .3em 0;
}
.embed-responsive.embed-responsive-16by9 {
  border-radius: 6px;
}
.img-responsive {
  border-radius: 6px;
}

.label {
  margin: 0 .3em;
  border: 1px solid transparent;
}
.label-success {
  border-color: #5cb85c;
}
.label-warning {
  border-color: #f0ad4e;
}
.label-danger {
  border-color: #d9534f;
}
.label-info {
  border-color: #5bc0de;
}
.label-primary {
  border-color: #337ab7;
}
.label-default {
  border-color: #777;
}

h1 .label {
  padding: 0 .2em;
}
label.correct {
  color: #2a8837;
  border-bottom: 1px solid #2a8837;
}

.text-default, a.text-default, a.text-default:hover {
  color: #24305E;
}
.text-secondary, a.text-secondary, a.text-secondary:hover {
  color: #24305E;
}
.text-info, a.text-info, a.text-info:hover {
  color: #4F92E5;
}
.text-primary, a.text-primary, a.text-primary:hover {
  color: #F76C6C;
}
.text-warning, a.text-warning, a.text-warning:hover {
  color: #F8E9A1;
}
.text-danger, a.text-danger, a.text-danger:hover {
  color: #E84B4D;
}

/**
Buttons start
 */
.btn {
  font-weight: bold;
}
.btn.btn-wide {
  width: 100%;
  display: block;
}
.btn:hover {
  text-decoration: underline;
}
.btn-group form {
  display: inline-block;
}
.btn-group form .btn {
  border-radius: 0;
}
.btn-group form:last-child .btn {
  border-radius: 0 2px 2px 0;
}
.btn-group-justified {
  display: flex;
}
.btn-group-justified .btn {
  flex: 1 1 auto;
}

.btn-icon {
  font-size: 1.43em;
}
.audio-player {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1rem 0;
}
.audio-player audio {
  width: 100%;
  height: 45px;
  margin: 0;
}
.btn-download {
  top: -30px;
  left:-55px;
}

.btn-info, .btn-info:hover, .btn-info:focus {
  color: #fff;
  background: #4F92E5;
  border-color: #4F92E5;
}
.btn-outline-info {
  color: #14529E;
  background: transparent;
  border-color: #14529E;
}
.btn-primary,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover {
  color: #fff;
  background: #F76C6C;
  border-color: #F76C6C;
}
.btn-primary.disabled,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover {
  color: #fff;
  background: #f88b8b;
  border-color: #f67e7e;
}
acronym {
  background: #F8E9A1;
  text-decoration: underline dotted #F76C6C;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background: #F76C6C;
  border-color: #F76C6C;
}
.btn-outline-primary {
  color: #F76C6C;
  background: transparent;
  border-color: #F76C6C;
}
.btn-outline-primary:hover {
  color: #F76C6C;
  background: transparent;
  border-color: #F76C6C;
}
.btn-secondary {
  color: #fff;
  background: #24305E;
  border-color: #24305E;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
  background: #24305E;
  border-color: #24305E;
}
.btn-outline-secondary {
  color: #24305E;
  background: transparent;
  border-color: #24305E;
}
.btn-outline-secondary:hover {
  color: #24305E;
  background: transparent;
  border-color: #24305E;
}
/* default is an alias of secondary */
.btn-default {
  color: #fff;
  background: #0C2B62;
  border-color: #0C2B62;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
  background: #0C2B62;
  border-color: #F76C6C;
}
.btn-outline-default {
  color: #0C2B62;
  background: transparent;
  border-color: #0C2B62;
}
.btn-outline-default:hover {
  color: #0C2B62;
  background: transparent;
  border-color: #0C2B62;
}
.btn-warning {
  color: #fff;
  background: #F8E9A1;
  border-color: #F8E9A1;
}
.btn-warning:hover {
  color: #fff;
  background: #F8E9A1;
  border-color: #F8E9A1;
}
.btn-outline-warning {
  color: #F8E9A1;
  background: transparent;
  border-color: #F8E9A1;
}
.btn-outline-warning:hover {
  color: #F8E9A1;
  background: transparent;
  border-color: #F8E9A1;
}

a.pave_link {
    width: 100px;
    height: 100px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    margin: 5px;
    padding: 5px;
    float: left;
    color: #555;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
a.pave_link.blue {
    background-color: #c7edff;
}

a.pave_link:hover {
    text-decoration: none;
    color: #222;
    border: 1px solid #999;
}
/**
Buttons end
 */

/**
List start
 */
.list-group-condensed {
  font-family: "Montserrat", sans-serif;
  list-style: none;
  padding: 0;
  margin: 1em 0;
}
.list-group-condensed li {
  border-bottom: 1px solid #14529e;
}
.list-group-condensed li a {
  display: block;
  padding: .5em 0;
  text-transform: capitalize;
}
.list-group-condensed li.flex {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.list-group-condensed li.flex a {
  flex: 0 0 auto;
}
.list-group-condensed li.flex a.btn-xs {
  padding: 1px 5px;
  margin-right: 10px;
}

.list-group-item {
  font-family: "Montserrat", sans-serif;
  background: #14529e;
  margin: .5em 0;
  font-size: 1.35em;
  border: none;
  border-radius: 6px;
  color: #fff;
  padding: 0;
  position: relative;
}
.list-group-item .btn-remove {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding: .5em 1em;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
.list-group-item .btn-remove:hover {
  background: #f76c6c;
}
.list-group-item-sm {
  padding: 0 0.5em;
  font-size: 1em;
}
.list-group-item a {
  padding: .5em 1.5em .5em .5em;
  display: block;
  color: #fff;
}
.list-group-item a + a.btn {
  border-radius: 0 0 4px 4px;
}
.list-group-item a.btn-link {
  display: inline-block;
}
.list-group-item em {
  /*color: #4F92E5;*/
  display: block;
  /*text-align: right;*/
  font-style: italic;
}

.list-group-item-primary,
.list-group-item-primary:hover,
.list-group-item-primary:focus {
  color: #fff;
  background: #F76C6C;
}

.list-group-item-secondary,
.list-group-item-secondary:hover,
.list-group-item-secondary:focus {
  color: #fff;
  background: #14529e;
}

.list-group-item-warning,
.list-group-item-warning:hover,
.list-group-item-warning:focus {
  color: #14529e;
  background: #F8E9A1;
}
.list-group-item-warning a,
.list-group-item-warning a:hover,
.list-group-item-warning a:focus {
  color: #14529e;
}
.list-group-item-outline-primary,
.list-group-item-outline-primary:hover,
.list-group-item-outline-primary:focus {
  color: #F76C6C;
  background: #fff;
  border: 1px solid #F76C6C;
}
.list-group-item-outline-info,
.list-group-item-outline-info:hover,
.list-group-item-outline-info:focus {
  color: #4F92E5;
  background: #fff;
  border: 1px solid #4F92E5;
}
.list-group-item-outline-info a,
.list-group-item-outline-info a:hover,
.list-group-item-outline-info a:focus {
  color: #4F92E5;
}
.list-group-item-outline-primary a {
  color: #F76C6C;
}
.list-group-item-outline-primary a.btn {
  color: #fff;
}
.list-group-item-outline-secondary,
.list-group-item-outline-secondary:hover,
.list-group-item-outline-secondary:focus {
  color: #14529e;
  background: #fff;
  border: 1px solid #14529e;
}
.list-group-item-outline-secondary a {
  color: #14529e;
}
.list-group-item-outline-secondary a.btn {
  color: #fff;
}

/**
MENU EXERCISES START
 */
.menu_exercise {
  margin: 0 0 2em;
  background: transparent;
  border-bottom: 2px solid #f95c5c;
}
.menu_exercise a h2 {
  position: relative;
  padding: .5em;
  background: #14529e;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 1em;
}
.menu_exercise a h2 .mci {
  font-size: .6em;
  margin-right: .2em;
}
.menu_exercise .menu_exercise_body {
  padding: 0 1em;
}
.menu_exercise ol,
.menu_exercise ul {
  padding: 0 0 0 1em;
}
.menu_exercise ol li,
.menu_exercise ol li a,
.menu_exercise ul li,
.menu_exercise ul li a {
  color: #0f2557;
}
.menu_exercise ol li:hover,
.menu_exercise ol li:hover a,
.menu_exercise ul li:hover,
.menu_exercise ul li:hover a {
  color: #14529e;
}
.menu_exercise .level {
  font-size: .9em;
  font-style: italic;
}
.menu_exercise .more {
  position: absolute;
  bottom: 13px;
  right: 8px;
}
/**
MENU EXERCISES END
 */

/**
EDITOR SEQUENCE START
 */
#sequence_editor {
  display: none;
}
#sequence_editor.loaded {
  display: block;
}
.sequence_editor .list-group-condensed .list-group-item {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
}
.sequence_editor .list-group-condensed .list-group-item .control {
  width: auto;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin-right: .5rem;
}
.sequence_editor .list-group-condensed .list-group-item a {
  width: 100%;
}
.sequence_editor .table .btn-group {
  display: flex;
}
.sequence_editor .table .btn-group .btn {
  flex: 1 0 auto;
  padding: 2px 5px;
}
/**
EDITOR SEQUENCE END
 */

/**
BAREME START
 */
.bareme .list-group-item {
  padding: .5em 1em;
}
.bareme .list-group-item:first-child {
  margin-top: 0;
}
.bareme .list-group-item:last-child {
  margin-bottom: 0;
}
/**
BAREME END
 */

/**
FORM
 */
.form-control {
  box-shadow: none;
  background: #ECF2F8;
  border-color: #ECF2F8;
}
.input-group-addon {
  border: 1px solid #14529e;
  background: #14529e;
  color: #fff;
}
/**
FORM END
 */

/**
ALERT START
 */
.flashbag .alert:last-child {
  margin-bottom: 0;
}
/**
ALERT END
 */

/**
PAGE START
 */
.page .page-content p a {
  font-size: 1em !important;
  color: #f95c5c;
}
.page .page-cover img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.page .page-content * {
  font-size: 1.2em !important;
  text-align: justify;
}
.page .cta {
  background: #ccc;
  border-radius: 10px;
  padding: 2em;
  margin-bottom: 2em;
  text-align: center;
  display: block;
}
.page .cta h2 {
  color: #f95c5c;
}
.page .cta:last-child {
  background: #5381C3;
  color: #fff;
}
.page .cta img {
  margin-top: 1em;
  width: 50%;
}
.page .cta p {
  font-size: 1.5em;
}
.page .cta p.invert {
  color: #fff;
  text-shadow: #000 0 0 1px;
  font-weight: bold;
}
.page .cta .btn-secondary {
  background: #fff;
  color: #5381C3;
}
.page.qui-sommes-nous .phylactere {
  background: url(/img/mcw-2021/bulle03_white.png) center right no-repeat;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  background-size: contain;
  display: block;
  width: 190px;
  padding-top: 20px;
  height: 250px;
  margin-left: 150px;
  z-index: 1;
}
.page.qui-sommes-nous .phylactere:hover {
  text-decoration: none;
}
.page.qui-sommes-nous .btn-group {
  display: block;
  text-align: center;
  margin-top: 3em;
}
.page.qui-sommes-nous .btn-group > .btn {
  display: inline-block;
  float: none;
}
.page.qui-sommes-nous section {
  padding: 5em 0;
}
.page.qui-sommes-nous section h1 {
  margin-bottom: 2em;
}
.page.qui-sommes-nous section p {
  font-size: 1.4em;
}
.page.qui-sommes-nous #who {
  padding-top: 0;
}
.page.qui-sommes-nous #news {
  background: #004aad;
}
.page.qui-sommes-nous #news p,
.page.qui-sommes-nous #news h1 {
  color: #fff;
}
.page.qui-sommes-nous #exercise {
  background: #F87A77;
}
.page.qui-sommes-nous #exercise p,
.page.qui-sommes-nous #exercise h1 {
  color: #fff;
}
.page.qui-sommes-nous #exercise .btn-primary {
  background: #004aad;
}
/**
PAGE END
 */
/**
BLOG START
 */
.blog .blog-top {
  position: relative;
}
.blog .blog-top img {
  width: 100%;
  height: 416px;
  border-radius: 50px;
  object-fit: cover;
}
.blog .blog-top h1 {
  text-align: center;
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  text-shadow: #333 0 0 10px;
}
.blog .blog-top h1 a {
  color: #fff;
}
.blog .blog-list {
  margin: 0;
}
.blog .blog-list li {
  border-radius: 60px;
  margin-bottom: 2em;
  padding: 10px;
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #14529e;
}
.blog .blog-list li .list-image {
  height: 100px;
  width: 100px;
  border-radius: 50px;
}
.blog .blog-list li .list-image img {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  object-fit: cover;
}
.blog .blog-list li .list-title {
  margin-left: 1em;
}
.blog .blog-list li .list-title a {
  color: #fff;
}
.blog .blog-list .blog-page {
  background: #14529e;
  border-radius: 11px;
}
.blog .blog-list .blog-page-image img {
  border-radius: 10px;
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.blog .blog-list .blog-page-text {
  padding: 10px;
}
.blog .blog-list .blog-page h2 {
  text-align: center;
}
.blog .blog-list .blog-page h2 a {
  color: #fff;
}
.blog .blog-list .blog-page p {
  text-align: left;
  color: #fff;
}
/**
BLOG END
 */

/**
ICONS
 */
.mci {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: center no-repeat;
  background-size: contain;
}
.mci.x1 {
  height: 20px;
  width: 20px;
}
.mci.x2 {
  height: 40px;
  width: 40px;
}
.mci.x3 {
  height: 60px;
  width: 60px;
}
.mci.x4 {
  height: 80px;
  width: 80px;
}
.mci.x5 {
  height: 100px;
  width: 100px;
}

.mci-newspaper {
  background-image: url("/img/mcw-2021/icon/newspaper.svg");
}
.mci-resources {
  background-image: url("/img/mcw-2021/icon/resources.svg");
}
.mci-exercices {
  background-image: url("/img/mcw-2021/icon/exercices.svg");
}
.mci-level {
  background-image: url("/img/mcw-2021/icon/level.svg");
}
.mci-level-blue {
  background-image: url("/img/mcw-2021/icon/level_blue.svg");
}
.mci-quote {
  background-image: url("/img/mcw-2021/icon/quote.svg");
}
.mci-quote-blue {
  background-image: url("/img/mcw-2021/icon/quote_blue.svg");
}
.mci-plus {
  background-image: url("/img/mcw-2021/icon/plus.svg");
}
.mci-plus-blue {
  background-image: url("/img/mcw-2021/icon/plus_blue.svg");
}
.mci-plus-red {
  background-image: url("/img/mcw-2021/icon/plus_red.svg");
}
/**
ICONS END
 */

/**
BEABLE START
 */
.beable .alert {
  margin-bottom: 0;
}
/**
BEABLE END
 */

/**
START QUESTION THREAD
 */

#question_thread {
  text-decoration: none;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  line-height: 56px;
  font-size: 55px;
  text-align: center;
  background: #fff;
  border: 1px solid #0b568d;
  color: #0d6aad;
}
#spinner_backdrop {
    z-index: 10000;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15%;
}

.thread-message,
.thread-messages textarea {
  display: block;
  padding: 10px 15px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin: 10px 10% 10px 0;
}
.thread-message.owned,
.thread-messages textarea {
  background: #f0f9ff;
  border: 1px solid #d1e3ed;
  margin: 10px 0 10px 10%;
}
.thread-message .signature {
  font-style: italic;
  font-size: .9em;
}
.thread-message.owned .signature {
  text-align: right;
}
.thread-messages .thread-form {
  padding: 0 0 0 10%;
}
.thread-messages input {
  display: block;
}
.thread-messages textarea {
  background: #f3faff;
  margin: 10px 0;
  width: 100%;
}

/**
START image map game
 */

.image_map__image {
  width: 200px;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 20px;
}

.image_map__definition {
  width: 400px;
  height: 100px;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 20px;
}
.image_map__correct {
  color: #008000;
}

.image_map__incorrect {
  color: #800000;
}

/**
END image map game
 */

/**
START sequence
 */
.sequence #sequence_content {
  font-size: 16px;
}
/**
END sequence
 */

/**
TOOLS START
 */
article {
  font-size: 1em;
}
#article-tool-label {
  font-size: 1em;
  padding: 1em 0;
}
#article_video {
  border-radius: 4px;
  display: block;
  width: 100%;
}
.img-thumbnail {
  padding: 0;
  border: none;
}
.favorite a.favorite {
  display: inline-block;
}
.favorite a.notfavorite {
  display: none;
}
a.favorite {
  display: none;
}
.shared a.shared {
  display: inline-block;
}
.shared a.notshared {
  display: none;
}
a.shared {
  display: none;
}

.input-u {
  border: none;
  border-bottom: 1px solid #ccc;
}
.input-u.correct {
  border-bottom: 1px solid #5cb85c;
  color: #5cb85c;
}
.input-u.incorrect {
  border-bottom: 1px solid #F76C6C;
  color: #F76C6C;
}

.mr-0 {
    margin-right: 0;
}
.mr-1 {
    margin-right: 5px;
}
.mr-2 {
    margin-right: 10px;
}
.mr-3 {
    margin-right: 15px;
}
.mr-4 {
    margin-right: 20px;
}
.mr-5 {
    margin-right: 25px;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}
.mx-1 {
    margin-left: 5px;
    margin-right: 5px;
}
.mx-2 {
    margin-left: 10px;
    margin-right: 10px;
}
.mx-3 {
    margin-left: 15px;
    margin-right: 15px;
}
.mx-4 {
    margin-left: 20px;
    margin-right: 20px;
}
.mx-5 {
    margin-left: 25px;
    margin-right: 25px;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.my-1 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.my-2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.my-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.my-4 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.my-5 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: 5px;
}
.mt-2 {
    margin-top: 10px;
}
.mt-3 {
    margin-top: 15px;
}
.mt-4 {
    margin-top: 20px;
}
.mt-5 {
    margin-top: 25px;
}

.p-0 {
    padding: 0;
}
.p-1 {
    padding: 5px;
}
.p-2 {
    padding: 10px;
}
.p-3 {
    padding: 15px;
}
.p-4 {
    padding: 20px;
}
.p-5 {
    padding: 25px;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.py-1 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.py-2 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-3 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.py-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-5 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.px-1 {
    padding-left: 5px;
    padding-right: 5px;
}
.px-2 {
    padding-left: 10px;
    padding-right: 10px;
}
.px-3 {
    padding-left: 15px;
    padding-right: 15px;
}
.px-4 {
    padding-left: 20px;
    padding-right: 20px;
}
.px-5 {
    padding-left: 25px;
    padding-right: 25px;
}

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

@media print {
  .hidden_print, .hidden_print * {
    display: none;
  }
}

/**
TOOL END
 */

/**
GAMES
 */
.game_word {

}
#game_word {
  text-align: center;
}
#game_word .visible {
  display: block !important;
}
#game_word .mode {
  margin: 1em;
  font-size: 1.5em;
}
#game_word .mode .help {
  font-style: italic;
  margin: 1em;
  font-size: .7em;
}
#game_word .attempt {
  display: block;
}
#game_word .keyboard {
  margin-top: 1em;
  font-size: 2em;
}
#game_word .keyboard .touch {
  font-family: monospace;
  cursor: pointer;
  display: inline-block;
  width: 1.5em;
  line-height: 1em;
  padding: .5em 0;
  background: #fafafa;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: .2em;
  margin: .1em;
}
#game_word .keyboard .touch.action {
  width: auto;
  min-width: 2em;
  padding-left: .5em;
  padding-right: .5em;
}
#game_word .keyboard .touch.disabled {
  color: #ccc;
}
#game_word .keyboard .touch.action.valid {
  color: #4F92E5;
}
#game_word .ended,
#game_word .keyboard {
  transition: all .25s;
}
#game_word .letter {
  font-family: monospace;
  font-weight: bold;
  transition: all .25s;
  display: inline-block;
  vertical-align: middle;
  min-height: 2em;
  max-height: 2em;
  width: 2em;
  font-size: 2em;
  line-height: 1em;
  padding: .45em 0;
  border: 1px solid #ccc;
  margin: .1em;
  border-radius: .2em;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#game_word .letter.set {
  border-color: #aaa;
}
#game_word .letter.ok,
#game_word .touch.ok {
  border-color: #4F92E5;
  background: #4F92E5;
  color: #fff;
}
#game_word .letter.ko,
#game_word .touch.ko {
  border-color: #818181;
  background: #818181;
  color: #fff;
}
#game_word .letter.miss,
#game_word .touch.miss {
  border-color: #FF9870;
  background: #FF9870;
  color: #fff;
}
#game_word .letter.current {
  border-bottom-color: #818181;
  border-bottom-width: 3px;
}
/**
GAMES END
 */

/**
 * Attestation
 */
[name="cf"] li input[type=checkbox],
[name="cf"] li input[type=radio],
[name="cf"] li label {
  margin: 0;
}
/**
 * Attestation END
 */

/**
Filters
 */

.filter .frame p span {
  color: inherit !important;
}

/* Audio player */
audio {
    display: block;
    width: 100%;
}
.audiojs {
    display: none
}
.audio_player {
    display: inline-block;
    vertical-align: top;
}
.audio_player > span {
    cursor: pointer;
    padding: 5px 6px;
    font-size: 18px;
    margin: 2px;
    background: #222;
    color: #fff;
    border: 1px solid #000;
}
/* End audio player */

/** Video news START */
@media screen and (max-width: 767px) {
  .btn-group-vertical>.btn.area-xs, .btn-group>.btn.area-xs {
    display: block;
    float: none;
    margin: .5em 0;
    border-radius: 4px !important;
    width: 100%;
    font-size: 1.2em;
  }
}
/** Video news END */

/**
Resource history START
 */
.dashboard .form-group {
  position: relative;
  margin-bottom: 0;
}
.dashboard .form-group .btn.start {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0 0 4px;
}
.dashboard .form-group .btn.start + .form-control {
  padding-left: 42px;
}
.dashboard .form-group .btn.end {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
}

/**
LEGACY
 */
#modal_cookie_rgpd {
    position: fixed;
    bottom:0;
    width: 100%;
    min-height:120px;
    background-color: #fff;
    z-index:10;
    padding:40px;
    font-size:20px;
    border-top: 2px solid #f95c5c;
    display: none;
}

#modal_cookie_rgpd a {
    color: #222;
    text-decoration: underline;
}

#mc-msg-box {
    background-color: #5ebdeb;
    min-height: 120px;
    margin: 0;
    margin-bottom: 5px;
    padding: 10px;
    display: none;
}

#mc-msg-box .mc-msg-header .mc-msg-close {
    cursor: pointer;
    color: #595959;
}

#mc-msg-box .mc-msg-header .mc-msg-close:hover {
    color: #212121;
}
/**
END LEGACY
 */

/**
SELECT 2 OVERRIDE START
 */
.select2-container .select2-selection--single {
  height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 31px;
}
/**
SELECT 2 OVERRIDE END
 */
.hidden-xxs {
  display: block;
}
.show-xxs {
  display: none;
}

.badge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.badge-grid h4 span {
  font-size: 1em;
}
.reward-badge {
  position: relative;
  display: inline-block;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  background: no-repeat center;
  background-size: contain;
}
.reward-badge.reward-size-1 {
  width: 100px;
  height: 100px;
}
.reward-badge.reward-size-2 {
  width: 200px;
  height: 200px;
}
.reward-level-1 {
  background-image: url('/img/badge/bg-1.png');
}
.reward-level-2 {
  background-image: url('/img/badge/bg-2.png');
}
.reward-level-3 {
  background-image: url('/img/badge/bg-3.png');
}
.reward-level-4 {
  background-image: url('/img/badge/bg-4.png');
}
.reward-cow {
  width: 100%;
  height: 100%;
  display: flex;
  background: url('/img/badge/cow.png') no-repeat center;
  background-size: contain;
}
.reward-layer {
  width: 100%;
  height: 100%;
  display: flex;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.reward-total_time {
  background-image: url('/img/badge/clock.png');
}
.reward-resource_opened {
  background-image: url('/img/badge/news.png');
}
.reward-exercises {
  background-image: url('/img/badge/cap.png');
}
.reward-connection_days {
  background-image: url('/img/badge/lens.png');
}
.reward-pro {
  background-image: url('/img/badge/helm.png');
}
.reward-wordles {
  background-image: url('/img/badge/cowzzle.png');
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

.toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 500px;
}
.toast {
  transition: opacity 0.5s;
  opacity: 0;
}
.toast.show {
  opacity: 1;
}
.toast .alert {
  box-shadow: #ccc 1px 2px 3px;
}
.toast h5 {
  color: #000;
}
.toast .alert-success h5 {
  color: inherit;
}
.toast .alert-warning h5 {
  color: inherit;
}
.toast .alert-danger h5 {
  color: inherit;
}
.toast-body {
  display: flex;
  justify-items: space-between;
  align-items: center;
  flex: 1 0 auto;
}
.toast-body .badge {
  flex: 1;
}
.toast-body .message {
  flex: 1;
}

.llm .message {
  display: block;
  margin: 1rem 1rem 1rem 5rem;
  padding: 1rem 1.5rem;
  font-size: 1.1em;
  border-radius: 2rem;
  background: #f0f0f0;
}
.llm .message.assistant {
  margin-left: 1rem;
  margin-right: 5rem;
  background: #d2e7f0;
}
.llm .send_message {
  padding: 1rem;
  border-radius: 2rem;
  background: #ECF2F8;
}
.llm .send_message label {
  display: block;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
