/*!
Theme Name: improacademy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: improacademy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

improacademy is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

*, *:before, *:after {
  box-sizing: border-box; }

body {
  font-family: 'Poppins', sans-serif; }

.page {
  margin: 0 !important; }

.fltr {
  float: right; }

.fltl {
  float: left; }

.box_s {
  padding: 0 15px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative; }

.box_m {
  padding: 0 15px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative; }

.box_l {
  padding: 0 15px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

.box_xl {
  padding: 0 15px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.box_fw {
  width: 100%;
  position: relative; }

.font-s {
  font-weight: 300; }

.font-m {
  font-weight: 400; }

.font-l {
  font-weight: 500; }

.font-xl {
  font-weight: 600; }

.font-rose {
  color: #ffa92d; }

.fw {
  padding-bottom: 30px;
  text-align: center; }

.cc {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto; }

.box_cols {
  font-size: 0; }
  .box_cols .col {
    position: relative;
    font-size: 16px;
    display: inline-block; }
    .box_cols .col.col2 {
      width: calc(50%); }
    .box_cols .col.col22 {
      width: calc(45%);
      margin: 0 calc(10% / 4); }
    .box_cols .col.col3 {
      width: calc(33.33%); }
    .box_cols .col.col4 {
      width: calc(25%); }
    .box_cols .col.col5 {
      width: calc(20%); }
    .box_cols .col.plr {
      padding: 0 1rem; }

.slider {
  width: 100%;
  position: relative; }
  .slider .slider_nav {
    z-index: 10;
    position: absolute;
    /* border: solid 1px blue; */
    left: -30px;
    right: -30px;
    margin: 0 auto;
    height: 26px;
    width: 100%;
    top: 43%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .slider .slider_nav .nav_control[data-side="prev"] {
      position: absolute;
      left: 50px;
      width: 50px;
      height: 50px;
      transition: opacity .25s;
      cursor: pointer; }
      .slider .slider_nav .nav_control[data-side="prev"].disabled {
        opacity: .25; }
    .slider .slider_nav .nav_control[data-side="next"] {
      position: absolute;
      right: 50px;
      width: 50px;
      height: 50px;
      transition: opacity .25s;
      cursor: pointer; }
      .slider .slider_nav .nav_control[data-side="next"].disabled {
        opacity: .25; }
  .slider .slider_contents {
    overflow: hidden;
    height: 100%;
    width: 100%; }
    .slider .slider_contents .slider_display {
      z-index: 5;
      height: 100%;
      font-size: 0;
      position: relative; }
      .slider .slider_contents .slider_display .slide {
        display: inline-block;
        height: 100%;
        font-size: 16px;
        text-align: center; }

.box_title_2 {
  text-align: center;
  margin-bottom: -20px; }
  .box_title_2 h3 {
    margin: 0; }
    .box_title_2 h3.title {
      z-index: 10;
      position: relative;
      display: inline;
      color: #ffa92d;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      font-size: 26px;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center;
      padding: 0 5px; }

.box_title {
  text-align: center;
  margin-bottom: 50px; }
  .box_title h3 {
    margin: 0; }
    .box_title h3.title {
      z-index: 10;
      position: relative;
      display: inline;
      color: #ffa92d;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      font-size: 26px;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center;
      padding: 0 5px;
      background-color: #fff; }
  .box_title .ltitle {
    z-index: 5;
    border-bottom: 2px solid #979797;
    position: relative;
    margin: -15px 0 20px 0;
    height: 10px; }

.ftgd {
  position: relative; }
  .ftgd:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-140deg, #ffa92d, #ffec0b);
    opacity: .75; }

#app_lille_impro .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%; }
#app_lille_impro .container_2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
#app_lille_impro .container_3 {
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
  position: relative; }
#app_lille_impro .container_4 {
  max-width: 800px;
  width: 80%;
  margin: 50px auto;
  position: relative;
  text-align: center; }
#app_lille_impro .container_5 {
  max-width: 1000px;
  width: 80%;
  margin: 50px auto;
  position: relative;
  text-align: center; }
#app_lille_impro .cc {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto; }
#app_lille_impro .cc2 {
  position: absolute;
  top: 54%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto; }
#app_lille_impro .tac {
  text-align: center; }
#app_lille_impro .taj {
  text-align: justify; }
#app_lille_impro .tar {
  text-align: right; }
#app_lille_impro .fw {
  padding-bottom: 30px;
  text-align: center; }
#app_lille_impro .mobile {
  display: none !important; }
#app_lille_impro .mobile2 {
  display: none !important; }
#app_lille_impro mark {
  background: none;
  font-weight: 500; }
#app_lille_impro .lk_full {
  color: #ffa92d; }
#app_lille_impro .embedresize {
  width: 100%;
  margin: auto; }
#app_lille_impro .embedresize div {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
#app_lille_impro .embedresize iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
#app_lille_impro .intro #intro .embedresize iframe,
#app_lille_impro .exit .quizz .embedresize iframe,
#app_lille_impro .alreadyplayed #intro .embedresize iframe,
#app_lille_impro .identityset #intro .embedresize iframe,
#app_lille_impro #notabene .embedresize iframe,
#app_lille_impro #message_intro .embedresize iframe,
#app_lille_impro .fancybox_body .embedresize iframe,
#app_lille_impro #comments .embedresize iframe,
#app_lille_impro #description .embedresize iframe,
#app_lille_impro .alreadyplayed .embedresize iframe,
#app_lille_impro #adserver .embedresize iframe {
  max-width: none !important; }
#app_lille_impro .box_col {
  font-size: 0; }
  #app_lille_impro .box_col .col-2 {
    position: relative;
    vertical-align: bottom;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 45%;
    color: white;
    margin: 0 calc(10% / 4); }
  #app_lille_impro .box_col .col-3 {
    position: relative;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    width: 30%;
    margin: calc(10% / 6);
    color: white; }
  #app_lille_impro .box_col .col-4 {
    position: relative;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    width: 25%; }
  #app_lille_impro .box_col .col-5 {
    position: relative;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    width: 20%; }
#app_lille_impro ::-webkit-input-placeholder {
  color: #DEDEDE; }
#app_lille_impro .ftgd {
  position: relative; }
  #app_lille_impro .ftgd:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6));
    opacity: .75; }
#app_lille_impro .ftgd2 {
  position: relative; }
  #app_lille_impro .ftgd2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6));
    opacity: .4; }
#app_lille_impro .cta_ia {
  margin: 10px 0 0 0;
  display: inline-block;
  background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6));
  padding: 2px;
  border-radius: 20px;
  text-decoration: none; }
  #app_lille_impro .cta_ia:hover .cta_text {
    color: white;
    background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6)); }
  #app_lille_impro .cta_ia .cta_text {
    padding: 5px 15px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    color: #ffa92d; }
#app_lille_impro a[data-lity] img {
  display: block; }
#app_lille_impro .bg3-page {
  position: relative;
  height: 322px;
  margin-bottom: 100px;
  background-size: cover;
  background-position: center; }
  #app_lille_impro .bg3-page .gradient {
    background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6));
    height: 67px; }
  #app_lille_impro .bg3-page h2 {
    text-align: center;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    z-index: 5;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
#app_lille_impro #li_curator {
  margin: 50px 0; }
  #app_lille_impro #li_curator .crt-post {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border: none; }
#app_lille_impro #curator-feed-default-layout {
  display: none; }
#app_lille_impro .tb_box_notice {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem; }
  #app_lille_impro .tb_box_notice .tb_notice_grad {
    width: 100%;
    max-width: 700px;
    background: linear-gradient(-140deg, #ffa92d, #ffec0b);
    border: solid 5px white;
    border-radius: 5px;
    padding: 3px; }
    #app_lille_impro .tb_box_notice .tb_notice_grad .tb_notice {
      background-color: #fff;
      padding: 1rem; }
      #app_lille_impro .tb_box_notice .tb_notice_grad .tb_notice .woocommerce-info,
      #app_lille_impro .tb_box_notice .tb_notice_grad .tb_notice .woocommerce-message {
        background: transparent;
        display: block;
        width: 100%;
        color: #161616;
        font-weight: 500;
        text-align: center; }
      #app_lille_impro .tb_box_notice .tb_notice_grad .tb_notice .box_cta {
        text-align: center;
        font-size: 0; }
        #app_lille_impro .tb_box_notice .tb_notice_grad .tb_notice .box_cta .cta {
          font-size: 16px;
          display: inline-block;
          text-align: center;
          width: 50%; }
          #app_lille_impro .tb_box_notice .tb_notice_grad .tb_notice .box_cta .cta .cta_grad {
            cursor: pointer;
            margin-top: 10px;
            border: none;
            display: inline-block;
            background: linear-gradient(-140deg, #ffa92d, #ffec0b);
            padding: 2px;
            border-radius: 20px;
            text-decoration: none; }
            #app_lille_impro .tb_box_notice .tb_notice_grad .tb_notice .box_cta .cta .cta_grad .cta_text {
              padding: 4px 20px;
              background-color: #fff;
              color: #ffa92d;
              font-size: 16px;
              height: 100%;
              width: 100%;
              border-radius: 20px; }
            #app_lille_impro .tb_box_notice .tb_notice_grad .tb_notice .box_cta .cta .cta_grad:hover .cta_text {
              color: white;
              background: linear-gradient(-140deg, #ffa92d, #ffec0b); }
#app_lille_impro .btn_ia {
  margin: 26px 0;
  display: inline-block;
  background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6));
  padding: 2px;
  border-radius: 20px;
  text-decoration: none; }
  #app_lille_impro .btn_ia:hover .text {
    color: white;
    background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6)); }
  #app_lille_impro .btn_ia .text {
    padding: 5px 20px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    color: #ffa92d; }
#app_lille_impro .box_title_line {
  z-index: 5;
  border-bottom: 2px solid #979797;
  position: relative;
  margin: -15px 0 20px 0;
  height: 10px; }
#app_lille_impro .hp_desc {
  margin: 50px auto;
  padding: 0 1rem;
  max-width: 900px; }
#app_lille_impro h3 {
  margin: 0; }
  #app_lille_impro h3.title_hp {
    z-index: 9;
    position: relative;
    display: inline;
    color: #ffa92d;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 5px; }
  #app_lille_impro h3.line_title {
    margin: 0 auto;
    background-color: #fff; }
  #app_lille_impro h3.line_double_title {
    margin: 0 auto;
    background-color: #fff; }
#app_lille_impro #masthead {
  background-color: #fff; }
  #app_lille_impro #masthead .navbar-1 {
    background-color: #F8F8F8;
    height: 50px; }
    #app_lille_impro #masthead .navbar-1 .box_cta_scenosphere {
      text-align: right;
      padding: 10px 16px 0 16px; }
      #app_lille_impro #masthead .navbar-1 .box_cta_scenosphere a {
        text-decoration: none; }
        #app_lille_impro #masthead .navbar-1 .box_cta_scenosphere a span {
          color: red;
          font-weight: 500;
          margin-top: 5px;
          margin-right: 6px; }
      #app_lille_impro #masthead .navbar-1 .box_cta_scenosphere img {
        width: 220px; }
  #app_lille_impro #masthead .menufx.fixed {
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0; }
    #app_lille_impro #masthead .menufx.fixed .navbar-2 {
      height: 50px; }
      #app_lille_impro #masthead .menufx.fixed .navbar-2 .nav_item_logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 110px; }
        #app_lille_impro #masthead .menufx.fixed .navbar-2 .nav_item_logo .custom-logo-link {
          padding: 2px 0 0 10px; }
      #app_lille_impro #masthead .menufx.fixed .navbar-2 .nav_items_menu {
        margin-top: 8px;
        float: right; }
    #app_lille_impro #masthead .menufx.fixed .navbar-3 {
      height: 20px;
      background: linear-gradient(-140deg, #ffa92d, #ffec0b); }
  #app_lille_impro #masthead .navbar-2 {
    font-size: 0;
    background-color: #fff;
    height: 124px; }
    #app_lille_impro #masthead .navbar-2 .menu_mobile {
      display: none; }
    #app_lille_impro #masthead .navbar-2 .nav_container {
      z-index: 110; }
    #app_lille_impro #masthead .navbar-2 .nav_item_logo {
      position: relative;
      vertical-align: top;
      display: inline-block;
      width: 170px; }
      #app_lille_impro #masthead .navbar-2 .nav_item_logo .custom-logo-link {
        position: absolute;
        width: 100%;
        padding: 5px 0 0 16px; }
        #app_lille_impro #masthead .navbar-2 .nav_item_logo .custom-logo-link img {
          width: 170px; }
    #app_lille_impro #masthead .navbar-2 .nav_items_menu {
      margin-top: 70px;
      text-align: right;
      vertical-align: top;
      font-size: 0;
      width: calc(100% - 170px);
      float: none;
      display: inline-block; }
      #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item {
        position: relative;
        display: inline-block;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        padding: 5px 1vw; }
        #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .cta {
          border: none;
          display: inline-block;
          background: linear-gradient(-140deg, #ffa92d, #ffec0b);
          padding: 2px;
          border-radius: 20px;
          text-decoration: none; }
          #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .cta:hover .cta_text {
            color: white;
            background: linear-gradient(-140deg, #ffa92d, #ffec0b); }
          #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .cta .cta_text {
            padding: 2px 20px;
            display: inline-block;
            text-decoration: none;
            height: 100%;
            width: 100%;
            background-color: #fff;
            border-radius: 20px;
            color: #ffa92d;
            font-size: 16px; }
        #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item a {
          transition: .25s;
          text-decoration: none;
          color: #161616; }
          #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item a:hover {
            color: #ffa92d; }
        #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .sub1,
        #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .sub2 {
          visibility: hidden;
          opacity: 0;
          position: absolute;
          left: -50px;
          right: -50px;
          margin: 0 auto;
          bottom: -133px;
          padding-top: 10px;
          width: 200px;
          border-top: 20px solid transparent;
          text-align: center;
          transition: .25s;
          top: 28px; }
          #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .sub1.active,
          #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .sub2.active {
            opacity: 1;
            visibility: visible; }
          #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .sub1 .nav_sub_item,
          #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .sub2 .nav_sub_item {
            background-color: #fff;
            padding: 5px 0;
            white-space: nowrap; }
  #app_lille_impro #masthead .navbar-3 {
    z-index: 100;
    background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6));
    height: 20px;
    width: 100%;
    position: absolute;
    font-size: 0; }
#app_lille_impro #hp #curator-feed-lille-impro-layout .crt-post {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: none; }
  #app_lille_impro #hp #curator-feed-lille-impro-layout .crt-post.crt-post-instagram {
    display: none; }
#app_lille_impro #hp .bg-page {
  position: relative;
  height: 600px;
  margin-bottom: 50px;
  background-size: cover;
  background-position: 50% 24%; }
  #app_lille_impro #hp .bg-page .box_info_header_hp {
    position: absolute;
    width: 850px;
    right: 0;
    bottom: 100px;
    background-color: rgba(56, 52, 51, 0.15);
    padding: 20px 30px;
    z-index: 5; }
    #app_lille_impro #hp .bg-page .box_info_header_hp .content {
      color: #fff;
      width: 400px;
      text-align: center; }
      #app_lille_impro #hp .bg-page .box_info_header_hp .content .title {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 10px; }
      #app_lille_impro #hp .bg-page .box_info_header_hp .content .text {
        font-weight: 300; }
  #app_lille_impro #hp .bg-page .box_video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #app_lille_impro #hp .bg-page .box_video .hp_video {
      min-width: 100%;
      min-height: 100%;
      bottom: 0;
      top: 0;
      margin: auto;
      width: auto;
      height: auto;
      position: absolute;
      transform: translateY(0%); }
#app_lille_impro #hp .hp_quote {
  z-index: 1;
  background-color: #F9F9F9;
  height: 300px;
  width: 100%;
  margin-bottom: 100px; }
  #app_lille_impro #hp .hp_quote #slider_1 {
    max-width: 550px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0; }
    #app_lille_impro #hp .hp_quote #slider_1 .slider_nav {
      left: 0;
      right: 0; }
      #app_lille_impro #hp .hp_quote #slider_1 .slider_nav .nav_control[data-side="next"] {
        right: -60px; }
      #app_lille_impro #hp .hp_quote #slider_1 .slider_nav .nav_control[data-side="prev"] {
        left: -60px; }
    #app_lille_impro #hp .hp_quote #slider_1 .slide {
      vertical-align: middle; }
      #app_lille_impro #hp .hp_quote #slider_1 .slide .content .note {
        margin-bottom: 10px; }
        #app_lille_impro #hp .hp_quote #slider_1 .slide .content .note span.span_note {
          color: #ffa92d;
          font-size: 26px;
          font-weight: 500; }
        #app_lille_impro #hp .hp_quote #slider_1 .slide .content .note .note_stars {
          display: inline-block;
          vertical-align: bottom;
          margin-left: 10px; }
      #app_lille_impro #hp .hp_quote #slider_1 .slide .content .text {
        font-size: 14px; }
      #app_lille_impro #hp .hp_quote #slider_1 .slide .content .title {
        color: #ffec0b;
        font-size: 26px;
        padding-bottom: 10px; }
      #app_lille_impro #hp .hp_quote #slider_1 .slide .content .sign {
        color: #ffec0b;
        padding-top: 10px; }
#app_lille_impro #hp .box_agenda_spect {
  z-index: 2; }
  #app_lille_impro #hp .box_agenda_spect .col-left {
    vertical-align: middle; }
    #app_lille_impro #hp .box_agenda_spect .col-left .actus_agenda {
      position: relative;
      vertical-align: top;
      font-size: 16px;
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      #app_lille_impro #hp .box_agenda_spect .col-left .actus_agenda .region {
        color: #161616;
        font-weight: 300;
        font-size: 14px; }
      #app_lille_impro #hp .box_agenda_spect .col-left .actus_agenda .title {
        font-weight: 500;
        font-size: 18px;
        margin: 0 0 10px 0; }
        #app_lille_impro #hp .box_agenda_spect .col-left .actus_agenda .title a {
          color: #ffa92d;
          text-decoration: none; }
      #app_lille_impro #hp .box_agenda_spect .col-left .actus_agenda .date {
        color: #ffec0b;
        font-weight: 300;
        margin-bottom: 10px; }
      #app_lille_impro #hp .box_agenda_spect .col-left .actus_agenda .desc {
        color: #161616;
        margin-bottom: 10px; }
      #app_lille_impro #hp .box_agenda_spect .col-left .actus_agenda .image {
        margin: 15px 0;
        text-align: center; }
      #app_lille_impro #hp .box_agenda_spect .col-left .actus_agenda .cta {
        text-align: center; }
        #app_lille_impro #hp .box_agenda_spect .col-left .actus_agenda .cta a {
          text-decoration: none;
          color: #ffa92d; }
    #app_lille_impro #hp .box_agenda_spect .col-left .card {
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
      padding: 2rem;
      margin-bottom: 40px; }
  #app_lille_impro #hp .box_agenda_spect .col-right {
    vertical-align: middle; }
    #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda {
      margin-bottom: 50px;
      width: 100%;
      position: relative; }
      #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_nav {
        z-index: 10;
        position: absolute;
        left: -30px;
        right: -30px;
        margin: 0 auto;
        height: 60px;
        width: 160px;
        top: auto;
        bottom: -25px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_nav .nav_control[data-side="prev"] {
          position: absolute;
          left: -50px;
          right: 0;
          top: 10px;
          margin: 0 auto;
          width: 40px;
          height: 40px;
          cursor: pointer; }
          #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_nav .nav_control[data-side="prev"].disabled {
            opacity: .25; }
        #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_nav .nav_control[data-side="next"] {
          position: absolute;
          left: 0;
          right: -50px;
          top: 10px;
          margin: 0 auto;
          width: 40px;
          height: 40px;
          cursor: pointer; }
          #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_nav .nav_control[data-side="next"].disabled {
            opacity: .25; }
      #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents {
        overflow: hidden;
        height: 100%;
        width: 100%; }
        #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display {
          z-index: 5;
          height: 430px;
          font-size: 0;
          position: relative; }
          #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide {
            display: inline-block;
            width: 100%;
            height: 100%;
            font-size: 0;
            text-align: left;
            vertical-align: top; }
            #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide {
              font-size: 16px;
              display: inline-block;
              width: calc(100% / 3);
              padding: .5rem;
              text-align: center;
              vertical-align: top; }
              #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide:nth-child(1) {
                margin-top: 40px; }
              #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide:nth-child(3) {
                margin-top: 60px; }
              #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad {
                background: linear-gradient(-140deg, #ffa92d, #ffec0b);
                padding: 2px;
                min-width: 172px;
                height: 350px; }
                #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content {
                  width: 100%;
                  height: 100%;
                  background-color: #fff; }
                  #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .round {
                    position: relative;
                    margin: 0 auto;
                    height: 110px;
                    width: 110px;
                    background-size: cover;
                    background-position: center;
                    border-radius: 50%; }
                    #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .round:after {
                      content: '';
                      position: absolute;
                      left: 0;
                      top: 0;
                      height: 110px;
                      width: 110px;
                      border-radius: 50%;
                      background: linear-gradient(-140deg, #ffa92d, #ffec0b);
                      opacity: .4; }
                  #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .ag_desc {
                    height: 50px;
                    line-height: 50px; }
                    #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .ag_desc .desc_content {
                      display: inline-block;
                      vertical-align: middle;
                      font-weight: 500;
                      padding: 0 1rem;
                      line-height: 18px;
                      text-transform: uppercase;
                      font-weight: 600;
                      color: #ffa92d; }
                  #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .day {
                    font-weight: 600;
                    font-size: 50px;
                    line-height: 45px;
                    margin-top: 10px; }
                  #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .month {
                    text-transform: uppercase;
                    line-height: 20px; }
                  #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .hour {
                    font-weight: 600;
                    line-height: 16px; }
                  #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .ag_place {
                    height: 55px;
                    line-height: 55px; }
                    #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .ag_place .place_content {
                      line-height: 18px;
                      display: inline-block;
                      vertical-align: middle;
                      text-transform: uppercase;
                      padding: 0 .5rem;
                      font-size: 14px; }
                  #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .cta .btn_ia {
                    margin: 0; }
                    #app_lille_impro #hp .box_agenda_spect .col-right #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .cta .btn_ia .text {
                      padding: 2px 20px; }
#app_lille_impro #hp .box_section_1 {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }
  #app_lille_impro #hp .box_section_1 .col_spectacle {
    text-align: left;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: 0 .5rem;
    transition: width .25s; }
    #app_lille_impro #hp .box_section_1 .col_spectacle:nth-child(1) {
      margin-top: 10px; }
    #app_lille_impro #hp .box_section_1 .col_spectacle:nth-child(2) {
      margin-top: 80px; }
    #app_lille_impro #hp .box_section_1 .col_spectacle:nth-child(3) {
      margin-top: 30px; }
    #app_lille_impro #hp .box_section_1 .col_spectacle:nth-child(4) {
      margin-top: 50px; }
  #app_lille_impro #hp .box_section_1 .bg {
    position: relative;
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 2rem; }
    #app_lille_impro #hp .box_section_1 .bg .filter {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(-140deg, #ffa92d, #ffec0b);
      opacity: .75; }
    #app_lille_impro #hp .box_section_1 .bg .js-hp-pan {
      display: inline-block;
      padding: 10px 42px 10px 10px;
      background-color: rgba(255, 255, 255, 0.9);
      z-index: 5;
      color: #161616;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      position: absolute;
      left: 0;
      top: 300px;
      box-shadow: 0 2px 10px 0 rgba(216, 216, 216, 0.5);
      cursor: pointer; }
      #app_lille_impro #hp .box_section_1 .bg .js-hp-pan.small {
        text-align: center;
        padding: 23px 10px 5px 10px; }
        #app_lille_impro #hp .box_section_1 .bg .js-hp-pan.small:after {
          top: 7px;
          bottom: auto;
          right: 0;
          left: 0;
          margin: auto; }
      #app_lille_impro #hp .box_section_1 .bg .js-hp-pan:after {
        content: '';
        font-family: 'Poppins', sans-serif;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 15px;
        transition: .3s;
        background-image: url(https://improacademy.fr/wp-content/uploads/sites/3/2020/02/picto_plus.png);
        background-size: cover; }
      #app_lille_impro #hp .box_section_1 .bg .js-hp-pan:hover:after {
        transform: rotate(90deg);
        color: red; }
    #app_lille_impro #hp .box_section_1 .bg .content {
      display: none;
      position: relative;
      width: 100%;
      height: 100%;
      background: linear-gradient(-140deg, #ffa92d, #ffec0b); }
      #app_lille_impro #hp .box_section_1 .bg .content .box_content .text {
        color: white;
        text-align: justify;
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        padding: 4rem 5rem 0 5rem; }
      #app_lille_impro #hp .box_section_1 .bg .content .box_content .cta {
        float: right;
        display: inline-block;
        border: solid 2px white;
        border-radius: 20px;
        text-decoration: none; }
        #app_lille_impro #hp .box_section_1 .bg .content .box_content .cta:hover .cta_text {
          color: white;
          background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6)); }
        #app_lille_impro #hp .box_section_1 .bg .content .box_content .cta .cta_text {
          padding: 5px 20px;
          height: 100%;
          width: 100%;
          background-color: rgba(255, 255, 255, 0.3);
          border-radius: 20px;
          color: white; }
#app_lille_impro #hp .box_confiance {
  font-size: 0;
  position: relative;
  text-align: right;
  margin-bottom: 50px; }
  #app_lille_impro #hp .box_confiance .titre_confiance {
    display: inline-block;
    position: relative;
    width: 300px;
    vertical-align: middle;
    text-align: center; }
    #app_lille_impro #hp .box_confiance .titre_confiance::before {
      content: '';
      position: absolute;
      right: 130px;
      top: 35px;
      background-color: #979797;
      height: 2px;
      width: 3000px;
      z-index: -1; }
  #app_lille_impro #hp .box_confiance .item_confiance {
    position: relative;
    display: inline-block;
    max-width: 100px;
    width: 100%;
    margin: 25px;
    vertical-align: middle;
    height: 100px; }
    #app_lille_impro #hp .box_confiance .item_confiance::before {
      content: '';
      background-color: #F4F4F4;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: -1; }
#app_lille_impro #hp #curator-feed-default-layout {
  display: none; }
#app_lille_impro #nous .bg2-page {
  position: relative;
  height: 322px;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center; }
  #app_lille_impro #nous .bg2-page h2 {
    text-align: center;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    z-index: 5;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
#app_lille_impro #nous .ns_box_content {
  position: relative;
  margin: 100px auto 50px auto; }
  #app_lille_impro #nous .ns_box_content .ns_img {
    display: block; }
  #app_lille_impro #nous .ns_box_content .line {
    position: absolute;
    background-color: #CDCDCD;
    width: 2px;
    height: calc(100% - 500px); }
    #app_lille_impro #nous .ns_box_content .line.cc {
      top: 50%; }
    #app_lille_impro #nous .ns_box_content .line:before {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      top: -250px;
      width: 2px;
      height: 250px;
      margin: 0 auto;
      background-image: url(https://improacademy.fr/wp-content/uploads/sites/2/2019/08/doted_line.png);
      background-size: cover; }
    #app_lille_impro #nous .ns_box_content .line:after {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      bottom: -250px;
      width: 2px;
      height: 250px;
      margin: 0 auto;
      background-image: url(https://improacademy.fr/wp-content/uploads/sites/2/2019/08/doted_line.png);
      background-size: cover;
      background-position: 50% 70%; }
  #app_lille_impro #nous .ns_box_content .col-left {
    padding-right: 50px;
    vertical-align: top !important; }
  #app_lille_impro #nous .ns_box_content .col-right {
    padding-left: 50px;
    vertical-align: top !important; }
  #app_lille_impro #nous .ns_box_content .ns_image_1 {
    margin-bottom: 100px;
    width: 400px;
    margin-left: -30px; }
  #app_lille_impro #nous .ns_box_content .ns_image_2 {
    margin-bottom: 100px;
    width: 400px;
    margin-right: -30px; }
  #app_lille_impro #nous .ns_box_content .ns_image_3 {
    margin-top: 10px;
    margin-bottom: 120px;
    width: 400px;
    margin-left: 0; }
  #app_lille_impro #nous .ns_box_content .ns_image_4 {
    margin-top: 100px;
    width: 400px;
    margin-left: 0; }
  #app_lille_impro #nous .ns_box_content .border_gradient {
    width: 400px;
    position: relative;
    background: linear-gradient(-140deg, #ffa92d, #ffec0b);
    padding: 2px;
    margin: 0 auto;
    margin-bottom: 100px; }
    #app_lille_impro #nous .ns_box_content .border_gradient .content {
      padding: 80px 2rem 1rem 2rem;
      text-align: center;
      background-color: #fff;
      color: #161616;
      line-height: 26px; }
      #app_lille_impro #nous .ns_box_content .border_gradient .content .round {
        border: solid 10px white;
        z-index: 10;
        position: absolute;
        top: -72px;
        right: 0;
        left: 0;
        margin: 0 auto;
        border-radius: 50%;
        background: linear-gradient(-140deg, #ffa92d, #ffec0b);
        height: 150px;
        width: 150px;
        color: white;
        font-size: 50px;
        padding-top: 34px;
        font-family: 'Amatic SC', cursive; }
  #app_lille_impro #nous .ns_box_content .year_1 .content:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #CDCDCD;
    bottom: 100px;
    right: -80px; }
  #app_lille_impro #nous .ns_box_content .year_2 .content:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #CDCDCD;
    top: 100px;
    left: -80px; }
  #app_lille_impro #nous .ns_box_content .year_3 {
    margin-right: -60px; }
    #app_lille_impro #nous .ns_box_content .year_3 .content:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 2px;
      background-color: #CDCDCD;
      top: 100px;
      right: -20px; }
  #app_lille_impro #nous .ns_box_content .year_4 {
    margin-left: 60px;
    margin-top: 50px; }
    #app_lille_impro #nous .ns_box_content .year_4 .content:after {
      content: '';
      position: absolute;
      width: 140px;
      height: 2px;
      background-color: #CDCDCD;
      bottom: 45px;
      left: -140px; }
  #app_lille_impro #nous .ns_box_content .year_5 {
    margin-top: 80px; }
    #app_lille_impro #nous .ns_box_content .year_5 .content:after {
      content: '';
      position: absolute;
      width: 80px;
      height: 2px;
      background-color: #CDCDCD;
      top: 50px;
      right: -80px; }
  #app_lille_impro #nous .ns_box_content .year_6 {
    margin: -130px -20px 0 0; }
    #app_lille_impro #nous .ns_box_content .year_6 .content:after {
      content: '';
      position: absolute;
      width: 60px;
      height: 2px;
      background-color: #CDCDCD;
      top: 50px;
      right: -60px; }
  #app_lille_impro #nous .ns_box_content .year_7 {
    margin-left: -40px; }
    #app_lille_impro #nous .ns_box_content .year_7 .content:after {
      content: '';
      position: absolute;
      width: 40px;
      height: 2px;
      background-color: #CDCDCD;
      bottom: 100px;
      left: -40px; }
  #app_lille_impro #nous .ns_box_content .year_8 {
    margin: 140px 0 0 0; }
    #app_lille_impro #nous .ns_box_content .year_8 .content:after {
      content: '';
      position: absolute;
      width: 80px;
      height: 2px;
      background-color: #CDCDCD;
      top: 50px;
      right: -80px; }
#app_lille_impro #spectacles .bg2-page {
  margin-bottom: 50px;
  padding-top: 60px;
  height: 322px;
  background-size: cover;
  background-position: center;
  position: relative; }
  #app_lille_impro #spectacles .bg2-page h2 {
    top: 190px;
    color: white;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    z-index: 5;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
#app_lille_impro #spectacles .box_spectacles {
  font-size: 0;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px; }
  #app_lille_impro #spectacles .box_spectacles.box_forma .box_offre {
    margin-bottom: 50px; }
  #app_lille_impro #spectacles .box_spectacles.box_forma .box_left {
    margin-right: 25px;
    font-size: 16px;
    display: inline-block;
    max-width: 440px;
    width: 50%;
    vertical-align: top; }
  #app_lille_impro #spectacles .box_spectacles.box_forma .box_right {
    margin-left: 25px;
    font-size: 16px;
    display: inline-block;
    max-width: 440px;
    width: 50%;
    vertical-align: top; }
  #app_lille_impro #spectacles .box_spectacles .box_spectacle {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 250px;
    margin-bottom: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    #app_lille_impro #spectacles .box_spectacles .box_spectacle .recto {
      z-index: 5; }
      #app_lille_impro #spectacles .box_spectacles .box_spectacle .recto .text {
        font-weight: 500;
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      #app_lille_impro #spectacles .box_spectacles .box_spectacle .recto .spect_collapse {
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.4);
        border: solid 3px white;
        border-radius: 30px;
        padding: 10px;
        color: white;
        padding: 8px 20px;
        cursor: pointer; }
        #app_lille_impro #spectacles .box_spectacles .box_spectacle .recto .spect_collapse:hover {
          color: #ffa92d;
          background-color: rgba(255, 255, 255, 0.7); }
    #app_lille_impro #spectacles .box_spectacles .box_spectacle .verso {
      min-height: 250px;
      z-index: 5;
      display: none; }
      #app_lille_impro #spectacles .box_spectacles .box_spectacle .verso .gradiant {
        background: linear-gradient(-140deg, #ffa92d, #ffec0b);
        padding: 2px; }
        #app_lille_impro #spectacles .box_spectacles .box_spectacle .verso .gradiant .content {
          background-color: white;
          padding: 1rem;
          color: #353535;
          min-height: 250px; }
          #app_lille_impro #spectacles .box_spectacles .box_spectacle .verso .gradiant .content .titre {
            text-transform: uppercase;
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-size: 26px;
            line-height: 30px;
            margin-bottom: 20px; }
          #app_lille_impro #spectacles .box_spectacles .box_spectacle .verso .gradiant .content .objectif {
            color: #ffec0b;
            font-weight: 400;
            font-size: 20px;
            margin-bottom: 10px; }
          #app_lille_impro #spectacles .box_spectacles .box_spectacle .verso .gradiant .content .text {
            font-weight: 300; }
            #app_lille_impro #spectacles .box_spectacles .box_spectacle .verso .gradiant .content .text ul {
              text-align: left;
              padding: 0;
              margin: 20px 0 20px 2rem;
              font-weight: normal;
              list-style: none; }
              #app_lille_impro #spectacles .box_spectacles .box_spectacle .verso .gradiant .content .text ul li {
                position: relative;
                padding-left: 15px; }
                #app_lille_impro #spectacles .box_spectacles .box_spectacle .verso .gradiant .content .text ul li:before {
                  content: '-';
                  color: #ffec0b;
                  position: absolute;
                  left: 0;
                  top: 1px; }
          #app_lille_impro #spectacles .box_spectacles .box_spectacle .verso .gradiant .content .cta {
            margin: 15px 10px 0 10px;
            border: none;
            display: inline-block;
            background: linear-gradient(-140deg, #ffa92d, #ffec0b);
            padding: 2px;
            border-radius: 20px;
            text-decoration: none; }
            #app_lille_impro #spectacles .box_spectacles .box_spectacle .verso .gradiant .content .cta:hover .cta_text {
              color: white;
              background: linear-gradient(-140deg, #ffa92d, #ffec0b); }
            #app_lille_impro #spectacles .box_spectacles .box_spectacle .verso .gradiant .content .cta .cta_text {
              padding: 2px 20px;
              display: inline-block;
              text-decoration: none;
              height: 100%;
              width: 100%;
              background-color: #fff;
              border-radius: 20px;
              color: #ffa92d;
              font-size: 16px; }
    #app_lille_impro #spectacles .box_spectacles .box_spectacle .filter_gradiant {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(-140deg, #ffa92d, #ffec0b);
      opacity: .75; }
#app_lille_impro #spectacles .box_form {
  display: none;
  margin-bottom: 50px;
  padding: 2rem 1rem;
  font-size: 16px;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  #app_lille_impro #spectacles .box_form .title {
    color: #ffec0b;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px; }
  #app_lille_impro #spectacles .box_form .input_pro {
    display: none; }
  #app_lille_impro #spectacles .box_form .group_input {
    position: relative; }
    #app_lille_impro #spectacles .box_form .group_input input {
      display: block;
      border: solid 2px #EDEDED;
      border-radius: 0;
      width: 100%;
      outline: none;
      margin-bottom: 20px;
      padding: 16px 0 0 4px;
      font-size: 14px;
      font-weight: 300; }
      #app_lille_impro #spectacles .box_form .group_input input:read-only {
        background-color: #EDEDED; }
      #app_lille_impro #spectacles .box_form .group_input input.error {
        border: solid 2px #ffa92d; }
    #app_lille_impro #spectacles .box_form .group_input textarea {
      padding-top: 18px;
      border: solid 2px #EDEDED;
      width: 100%;
      outline: none;
      resize: vertical;
      margin-bottom: 20px;
      font-size: 14px;
      font-weight: 300; }
    #app_lille_impro #spectacles .box_form .group_input label {
      position: absolute;
      top: 3px;
      left: 6px;
      font-weight: 300;
      font-size: 12px;
      color: #ffa92d; }
    #app_lille_impro #spectacles .box_form .group_input .double_input {
      position: relative;
      display: inline-block;
      width: 50%; }
      #app_lille_impro #spectacles .box_form .group_input .double_input:nth-child(1) {
        padding-right: .5rem; }
      #app_lille_impro #spectacles .box_form .group_input .double_input:nth-child(2) {
        padding-left: .5rem; }
        #app_lille_impro #spectacles .box_form .group_input .double_input:nth-child(2) label {
          left: 13px; }
    #app_lille_impro #spectacles .box_form .group_input .triple_input {
      position: relative;
      display: inline-block;
      width: calc(100% / 3); }
      #app_lille_impro #spectacles .box_form .group_input .triple_input:nth-child(1) {
        padding-right: .5rem; }
      #app_lille_impro #spectacles .box_form .group_input .triple_input:nth-child(2) {
        padding: 0 .5rem; }
        #app_lille_impro #spectacles .box_form .group_input .triple_input:nth-child(2) label {
          left: 13px; }
      #app_lille_impro #spectacles .box_form .group_input .triple_input:nth-child(3) {
        padding-left: .5rem; }
        #app_lille_impro #spectacles .box_form .group_input .triple_input:nth-child(3) label {
          left: 13px; }
  #app_lille_impro #spectacles .box_form .group_radios {
    margin-bottom: 20px; }
    #app_lille_impro #spectacles .box_form .group_radios .group_input_radio {
      position: relative;
      margin-bottom: 5px; }
      #app_lille_impro #spectacles .box_form .group_radios .group_input_radio label {
        font-weight: 300;
        font-size: 12px;
        color: #ffa92d;
        padding-left: 5px; }
  #app_lille_impro #spectacles .box_form .cta {
    margin-top: 10px;
    border: none;
    display: inline-block;
    background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6));
    padding: 2px;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
    outline: none; }
    #app_lille_impro #spectacles .box_form .cta:hover .cta_text {
      color: white;
      background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6)); }
    #app_lille_impro #spectacles .box_form .cta .cta_text {
      padding: 8px 40px;
      height: 100%;
      width: 100%;
      background-color: #fff;
      border-radius: 20px;
      color: #ffa92d;
      font-size: 16px;
      border: none;
      cursor: pointer; }
#app_lille_impro #spectacles .box_3img {
  position: relative;
  font-size: 0;
  text-align: center; }
  #app_lille_impro #spectacles .box_3img img {
    display: inline-block;
    max-width: 300px;
    margin: 0 25px 50px 25px; }
#app_lille_impro #spectacles .box_spect_infos {
  position: relative;
  font-size: 0; }
  #app_lille_impro #spectacles .box_spect_infos .box_text {
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
    width: 40%;
    padding: 1rem;
    text-align: justify; }
    #app_lille_impro #spectacles .box_spect_infos .box_text .cta {
      margin: 15px 10px 0 10px;
      border: none;
      display: inline-block;
      background: linear-gradient(-140deg, #ffa92d, #ffec0b);
      padding: 2px;
      border-radius: 20px;
      text-decoration: none; }
      #app_lille_impro #spectacles .box_spect_infos .box_text .cta:hover .cta_text {
        color: white;
        background: linear-gradient(-140deg, #ffa92d, #ffec0b); }
      #app_lille_impro #spectacles .box_spect_infos .box_text .cta .cta_text {
        padding: 2px 20px;
        display: inline-block;
        text-decoration: none;
        height: 100%;
        width: 100%;
        background-color: #fff;
        border-radius: 20px;
        color: #ffa92d;
        font-size: 16px; }
  #app_lille_impro #spectacles .box_spect_infos .box_affiche {
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
    width: 30%;
    padding: 0 1rem; }
  #app_lille_impro #spectacles .box_spect_infos .box_plaquette {
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
    width: 30%;
    padding: 0 1rem; }
  #app_lille_impro #spectacles .box_spect_infos .title {
    text-transform: uppercase;
    color: #ffec0b;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px; }
  #app_lille_impro #spectacles .box_spect_infos img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
#app_lille_impro #contact {
  margin-bottom: 50px; }
  #app_lille_impro #contact .bg2-page {
    margin-bottom: 50px;
    padding-top: 60px;
    height: 322px;
    background-size: cover;
    background-position: center;
    position: relative; }
    #app_lille_impro #contact .bg2-page h2 {
      top: 190px;
      color: white;
      text-align: center;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 30px;
      letter-spacing: 1px;
      z-index: 5;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  #app_lille_impro #contact .box_contact .title {
    color: #ffec0b;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  #app_lille_impro #contact .box_contact .text {
    color: #161616;
    font-weight: 400; }
  #app_lille_impro #contact .box_contact .col-left {
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
    width: 30%;
    padding: 1rem;
    text-align: left; }
    #app_lille_impro #contact .box_contact .col-left .content {
      text-align: left;
      display: inline-block;
      margin: 0 auto; }
  #app_lille_impro #contact .box_contact .col-right {
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
    width: 70%;
    padding: 1rem; }
    #app_lille_impro #contact .box_contact .col-right .gradiant {
      background: linear-gradient(-140deg, #ffa92d, #ffec0b);
      padding: 2px; }
      #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form {
        background-color: white;
        padding: 1rem 3rem; }
        #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input {
          font-size: 0;
          margin-bottom: 10px; }
          #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input .group_input {
            font-size: 16px; }
            #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input .group_input label {
              width: 100%;
              color: #161616;
              font-weight: 400; }
            #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input .group_input input {
              width: 100%;
              border-radius: 0;
              outline: none;
              padding: 3px 6px;
              font-weight: 300;
              margin-top: 2px;
              border: solid 1px #BDBDBD; }
            #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input .group_input textarea {
              width: 100%;
              border-radius: 0;
              outline: none;
              padding: 3px 6px;
              font-weight: 300;
              border: solid 1px #BDBDBD;
              margin-top: 2px; }
            #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input .group_input .cta {
              margin-top: 10px;
              border: none;
              display: inline-block;
              background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6));
              padding: 2px;
              border-radius: 20px;
              text-decoration: none; }
              #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input .group_input .cta:hover .cta_text {
                color: white;
                background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6)); }
              #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input .group_input .cta .cta_text {
                padding: 8px 40px;
                height: 100%;
                width: 100%;
                background-color: #fff;
                border-radius: 20px;
                color: #ffa92d;
                font-size: 16px; }
            #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input .group_input.gi2 {
              width: 50%;
              display: inline-block; }
              #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input .group_input.gi2:first-child {
                padding-right: 15px; }
              #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input .group_input.gi2:last-child {
                padding-left: 15px; }
            #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input .group_input.box_cta {
              text-align: right; }
#app_lille_impro #actu {
  padding-top: 100px;
  text-align: center; }
  #app_lille_impro #actu .date {
    color: #ffec0b;
    margin-bottom: 20px;
    font-style: italic; }
  #app_lille_impro #actu .text {
    margin-bottom: 50px;
    font-weight: 300;
    color: #161616; }
  #app_lille_impro #actu .text123_content {
    width: 80%; }
    #app_lille_impro #actu .text123_content.right {
      margin-left: 25%; }
    #app_lille_impro #actu .text123_content.center {
      margin: 0 auto; }
    #app_lille_impro #actu .text123_content a {
      color: #ffa92d;
      text-decoration: none;
      font-size: 12px; }
    #app_lille_impro #actu .text123_content .text1_title {
      text-align: left;
      margin-bottom: 10px;
      color: #ffa92d;
      font-size: 18px;
      font-weight: 500; }
    #app_lille_impro #actu .text123_content .text1 {
      text-align: left;
      margin-bottom: 50px;
      font-weight: 300; }
    #app_lille_impro #actu .text123_content .text2_title {
      text-align: left;
      margin-bottom: 10px;
      color: #ffa92d;
      font-size: 18px;
      font-weight: 500; }
    #app_lille_impro #actu .text123_content .text2 {
      text-align: left;
      margin-bottom: 50px;
      font-weight: 300; }
    #app_lille_impro #actu .text123_content .text3_title {
      text-align: center;
      margin-bottom: 10px;
      color: #ffa92d;
      font-size: 18px;
      font-weight: 500; }
    #app_lille_impro #actu .text123_content .text3 {
      text-align: center;
      margin-bottom: 50px;
      font-weight: 300; }
  #app_lille_impro #actu .actu_img {
    margin-bottom: 50px; }
  #app_lille_impro #actu #slider_5 {
    margin-bottom: 80px; }
    #app_lille_impro #actu #slider_5 .slider_nav {
      top: 50%; }
      #app_lille_impro #actu #slider_5 .slider_nav .nav_control[data-side="prev"] {
        position: absolute;
        left: 60px;
        width: 12px;
        height: 23px; }
      #app_lille_impro #actu #slider_5 .slider_nav .nav_control[data-side="next"] {
        position: absolute;
        right: 60px;
        width: 12px;
        height: 23px; }
    #app_lille_impro #actu #slider_5 .slide {
      height: 600px;
      background-position: 50% 50%;
      background-size: cover; }
#app_lille_impro #actus .box_bd_title_1 {
  font-size: 0; }
  #app_lille_impro #actus .box_bd_title_1 .col-left {
    vertical-align: bottom;
    display: inline-block;
    width: 50%; }
  #app_lille_impro #actus .box_bd_title_1 .col-right {
    vertical-align: bottom;
    display: inline-block;
    width: 50%; }
#app_lille_impro #actus .box_actus_agenda {
  font-size: 0;
  padding: 1rem; }
  #app_lille_impro #actus .box_actus_agenda .actus_agenda {
    position: relative;
    vertical-align: top;
    font-size: 16px;
    display: inline-block;
    width: 50%;
    padding: 0 10px; }
    #app_lille_impro #actus .box_actus_agenda .actus_agenda .region {
      color: #161616;
      font-weight: 300;
      font-size: 14px; }
    #app_lille_impro #actus .box_actus_agenda .actus_agenda .title {
      font-weight: 500;
      font-size: 18px;
      margin: 0 0 10px 0; }
      #app_lille_impro #actus .box_actus_agenda .actus_agenda .title a {
        color: #ffa92d;
        text-decoration: none; }
    #app_lille_impro #actus .box_actus_agenda .actus_agenda .date {
      color: #ffec0b;
      font-weight: 300;
      margin-bottom: 10px; }
    #app_lille_impro #actus .box_actus_agenda .actus_agenda .desc {
      color: #161616;
      margin-bottom: 10px; }
    #app_lille_impro #actus .box_actus_agenda .actus_agenda .image {
      margin: 15px 0;
      text-align: center; }
    #app_lille_impro #actus .box_actus_agenda .actus_agenda .cta {
      text-align: center;
      margin-top: 20px; }
      #app_lille_impro #actus .box_actus_agenda .actus_agenda .cta a {
        text-decoration: none;
        color: #ffa92d; }
  #app_lille_impro #actus .box_actus_agenda .card {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
    padding: 2rem;
    margin-bottom: 40px;
    max-width: 670px; }
    #app_lille_impro #actus .box_actus_agenda .card .text {
      margin-bottom: 20px; }
  #app_lille_impro #actus .box_actus_agenda .agenda {
    margin-bottom: 40px; }
    #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda {
      margin-bottom: 50px;
      width: 100%;
      position: relative; }
      #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_nav {
        z-index: 10;
        position: absolute;
        left: -30px;
        right: -30px;
        margin: 0 auto;
        height: 60px;
        width: 160px;
        top: auto;
        bottom: -25px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_nav .nav_control[data-side="prev"] {
          position: absolute;
          left: -50px;
          right: 0;
          top: 10px;
          margin: 0 auto;
          width: 40px;
          height: 40px;
          cursor: pointer; }
          #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_nav .nav_control[data-side="prev"].disabled {
            opacity: .25; }
        #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_nav .nav_control[data-side="next"] {
          position: absolute;
          left: 0;
          right: -50px;
          top: 10px;
          margin: 0 auto;
          width: 40px;
          height: 40px;
          cursor: pointer; }
          #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_nav .nav_control[data-side="next"].disabled {
            opacity: .25; }
      #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents {
        overflow: hidden;
        height: 100%;
        width: 100%; }
        #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display {
          z-index: 5;
          height: 430px;
          font-size: 0;
          position: relative; }
          #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide {
            display: inline-block;
            width: 100%;
            height: 100%;
            font-size: 0;
            text-align: left;
            vertical-align: top; }
            #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide {
              font-size: 16px;
              display: inline-block;
              width: calc(100% / 3);
              padding: .5rem;
              text-align: center;
              vertical-align: top; }
              #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide:nth-child(1) {
                margin-top: 40px; }
              #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide:nth-child(3) {
                margin-top: 60px; }
              #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad {
                background: linear-gradient(-140deg, #ffa92d, #ffec0b);
                padding: 2px;
                min-width: 172px;
                height: 350px; }
                #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content {
                  width: 100%;
                  height: 100%;
                  background-color: #fff; }
                  #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .round {
                    position: relative;
                    margin: 0 auto;
                    height: 110px;
                    width: 110px;
                    background-size: cover;
                    background-position: center;
                    border-radius: 50%; }
                    #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .round:after {
                      content: '';
                      position: absolute;
                      left: 0;
                      top: 0;
                      height: 110px;
                      width: 110px;
                      border-radius: 50%;
                      background: linear-gradient(-140deg, #ffa92d, #ffec0b);
                      opacity: .4; }
                  #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .ag_desc {
                    height: 50px;
                    line-height: 50px; }
                    #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .ag_desc .desc_content {
                      display: inline-block;
                      vertical-align: middle;
                      font-weight: 500;
                      padding: 0 1rem;
                      line-height: 18px;
                      text-transform: uppercase;
                      font-weight: 600;
                      color: #ffa92d; }
                  #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .day {
                    font-weight: 600;
                    font-size: 50px;
                    line-height: 45px;
                    margin-top: 10px; }
                  #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .month {
                    text-transform: uppercase;
                    line-height: 20px; }
                  #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .hour {
                    font-weight: 600;
                    line-height: 16px; }
                  #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .ag_place {
                    height: 55px;
                    line-height: 55px; }
                    #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .ag_place .place_content {
                      line-height: 18px;
                      display: inline-block;
                      vertical-align: middle;
                      text-transform: uppercase;
                      padding: 0 .5rem;
                      font-size: 14px; }
                  #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .cta {
                    margin: 0; }
                    #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .cta .btn_ia {
                      margin: 0; }
                      #app_lille_impro #actus .box_actus_agenda .agenda #slider_agenda .slider_contents .slider_display .slide .mini_slide .grad .content .cta .btn_ia .text {
                        padding: 2px 20px; }
    #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 {
      width: 100%;
      position: relative; }
      #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slider_nav {
        z-index: 10;
        position: absolute;
        /* border: solid 1px blue; */
        left: -30px;
        right: -30px;
        margin: 0 auto;
        height: 60px;
        width: 160px;
        top: auto;
        bottom: -40px;
        background-color: white;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slider_nav .nav_control[data-side="prev"] {
          position: absolute;
          left: -50px;
          right: 0;
          top: 10px;
          margin: 0 auto;
          width: 40px;
          height: 40px;
          cursor: pointer; }
        #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slider_nav .nav_control[data-side="next"] {
          position: absolute;
          left: 0;
          right: -50px;
          top: 10px;
          margin: 0 auto;
          width: 40px;
          height: 40px;
          cursor: pointer; }
      #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slider_display {
        min-height: 400px; }
      #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slide {
        vertical-align: top;
        margin-right: 20px; }
        #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slide:nth-child(3n+1) {
          margin-top: 30px; }
        #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slide:nth-child(3n+3) {
          margin-top: 50px; }
        #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slide .grad {
          background: linear-gradient(-140deg, #ffa92d, #ffec0b);
          padding: 2px; }
          #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slide .grad .content {
            width: 100%;
            height: 100%;
            max-height: 350px;
            background-color: #fff;
            padding-top: 20px; }
            #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slide .grad .content .round {
              position: relative;
              margin: 0 auto;
              height: 110px;
              width: 110px;
              background-size: cover;
              background-position: center;
              border-radius: 50%; }
              #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slide .grad .content .round:after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                height: 110px;
                width: 110px;
                border-radius: 50%;
                background: linear-gradient(-140deg, #ffa92d, #ffec0b);
                opacity: .4; }
            #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slide .grad .content .day {
              font-weight: 600;
              font-size: 50px;
              line-height: 45px;
              margin-top: 15px; }
            #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slide .grad .content .month {
              text-transform: uppercase; }
            #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slide .grad .content .desc {
              margin-top: 10px;
              font-weight: 500;
              height: 50px;
              padding: 0 1rem; }
            #app_lille_impro #actus .box_actus_agenda .agenda #slider_4 .slide .grad .content .cta .btn_ia {
              margin: 0 0 15px 0; }
#app_lille_impro #actus .box_nav_actus {
  position: relative;
  height: 50px; }
  #app_lille_impro #actus .box_nav_actus a {
    text-decoration: none;
    color: #ffa92d; }
  #app_lille_impro #actus .box_nav_actus .nav_prev {
    position: absolute;
    top: 0;
    left: 1rem; }
  #app_lille_impro #actus .box_nav_actus .nav_next {
    position: absolute;
    top: 0;
    right: 1rem; }
#app_lille_impro #footer {
  background: linear-gradient(-140deg, #ffa92d, #ffec0b);
  padding: 50px 0;
  height: 580px;
  overflow: hidden;
  color: white;
  width: 100%; }
  #app_lille_impro #footer .col {
    vertical-align: top;
    text-align: center; }
  #app_lille_impro #footer .item_footer {
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif; }
    #app_lille_impro #footer .item_footer .ft1 {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 22px; }
    #app_lille_impro #footer .item_footer .ft2 {
      font-weight: 300;
      font-size: 18px; }
    #app_lille_impro #footer .item_footer a {
      text-decoration: none;
      color: inherit; }
  #app_lille_impro #footer .box_social_footer {
    text-align: center;
    position: absolute;
    width: 420px;
    right: 0;
    top: 0; }
    #app_lille_impro #footer .box_social_footer p {
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: bold; }
    #app_lille_impro #footer .box_social_footer .box_items_social_footer {
      text-align: center; }
      #app_lille_impro #footer .box_social_footer .box_items_social_footer .social_footer {
        display: inline-block;
        text-align: center;
        margin: 0 -10px; }
        #app_lille_impro #footer .box_social_footer .box_items_social_footer .social_footer img {
          width: 88px; }
    #app_lille_impro #footer .box_social_footer .footer_links {
      font-size: 12px;
      margin-top: -10px; }
      #app_lille_impro #footer .box_social_footer .footer_links a {
        color: white;
        text-decoration: none; }
  #app_lille_impro #footer .box_discover_footer {
    background-color: #fff;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    position: absolute;
    left: 0; }
    #app_lille_impro #footer .box_discover_footer p {
      margin: 25px 0 15px 0;
      font-size: 18px;
      color: #353535;
      font-weight: bold; }
    #app_lille_impro #footer .box_discover_footer a {
      display: inline-block;
      position: absolute; }
    #app_lille_impro #footer .box_discover_footer .lk_impro_academy {
      width: 140px;
      top: -6px;
      left: 58px;
      transition: .25s;
      outline: none; }
      #app_lille_impro #footer .box_discover_footer .lk_impro_academy:hover {
        filter: saturate(0%); }
    #app_lille_impro #footer .box_discover_footer .lk_lp2s {
      width: 130px;
      top: -10px;
      right: 55px;
      transition: .25s;
      outline: none; }
      #app_lille_impro #footer .box_discover_footer .lk_lp2s:hover {
        filter: saturate(0%); }
#app_lille_impro .box_bk_form {
  display: none;
  z-index: 2000;
  border: solid 10px white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background: linear-gradient(-140deg, #ffa92d, #ffec0b);
  position: fixed;
  max-width: 500px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 2px;
  border-radius: 5px; }
  #app_lille_impro .box_bk_form .content {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 25px;
    text-align: center;
    position: relative; }
    #app_lille_impro .box_bk_form .content .close_bk_form {
      cursor: pointer;
      position: absolute;
      top: 5px;
      right: 5px;
      width: 24px;
      height: 24px;
      padding: 2px; }
    #app_lille_impro .box_bk_form .content .desc_content {
      display: inline-block;
      vertical-align: middle;
      font-weight: 500;
      padding: 0 1rem;
      line-height: 18px;
      text-transform: uppercase;
      font-weight: 600;
      color: #ffa92d;
      font-size: 18px; }
    #app_lille_impro .box_bk_form .content .day {
      font-weight: 600;
      font-size: 50px;
      line-height: 45px;
      margin-top: 15px; }
    #app_lille_impro .box_bk_form .content .month {
      text-transform: uppercase; }
    #app_lille_impro .box_bk_form .content .desc {
      margin-top: 10px;
      margin-bottom: 15px;
      font-weight: 500; }
    #app_lille_impro .box_bk_form .content .desc2 {
      margin-bottom: 30px; }
    #app_lille_impro .box_bk_form .content form .row_input {
      font-size: 0;
      margin-bottom: 10px; }
      #app_lille_impro .box_bk_form .content form .row_input .group_input {
        font-size: 16px; }
        #app_lille_impro .box_bk_form .content form .row_input .group_input label {
          text-align: left;
          display: block;
          width: 100%;
          color: #161616;
          font-weight: 400; }
        #app_lille_impro .box_bk_form .content form .row_input .group_input input {
          display: block;
          width: 100%;
          border-radius: 0;
          outline: none;
          padding: 3px 6px;
          font-weight: 300;
          margin-top: 2px;
          border: solid 1px #BDBDBD; }
          #app_lille_impro .box_bk_form .content form .row_input .group_input input[type="number"] {
            width: 100px; }
        #app_lille_impro .box_bk_form .content form .row_input .group_input.gi2 {
          width: 50%;
          display: inline-block; }
          #app_lille_impro .box_bk_form .content form .row_input .group_input.gi2:first-child {
            padding-right: 15px; }
          #app_lille_impro .box_bk_form .content form .row_input .group_input.gi2:last-child {
            padding-left: 15px; }
    #app_lille_impro .box_bk_form .content form .cta {
      text-align: center; }
      #app_lille_impro .box_bk_form .content form .cta .book_bk_form {
        margin-top: 10px;
        border: none;
        display: inline-block;
        background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6));
        padding: 2px;
        border-radius: 20px;
        text-decoration: none; }
        #app_lille_impro .box_bk_form .content form .cta .book_bk_form:hover .cta_text {
          color: white;
          background: linear-gradient(-140deg, rgba(255, 169, 45, 0.6), rgba(255, 236, 11, 0.6)); }
        #app_lille_impro .box_bk_form .content form .cta .book_bk_form .cta_text {
          padding: 8px 40px;
          height: 100%;
          width: 100%;
          background-color: #fff;
          border-radius: 20px;
          color: #ffa92d;
          font-size: 16px; }
#app_lille_impro #cgv .bg2-page {
  padding-top: 67px;
  height: 322px;
  background-size: cover;
  background-position: center;
  position: relative; }
  #app_lille_impro #cgv .bg2-page h2 {
    top: 190px;
    color: white;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    z-index: 5;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
#app_lille_impro #cgv .box_cgv {
  margin: 50px auto;
  padding: 0 1rem; }

@media screen and (max-width: 1024px) {
  .nomobile {
    display: none !important; }

  .box_s {
    max-width: auto;
    margin: 0 auto; }

  .box_m {
    max-width: auto;
    margin: 0 auto; }

  .box_l {
    max-width: auto;
    margin: 0 auto; }

  .box_xl {
    max-width: auto;
    margin: 0 auto; }

  .box_cols .col.col2 {
    width: 100%; }
  .box_cols .col.col22 {
    width: 100%;
    margin: 0; }
  .box_cols .col.col3 {
    width: 100%; }
  .box_cols .col.col4 {
    width: 50%; }
  .box_cols .col.col5 {
    width: 50%; }

  #app_lille_impro .mobile {
    display: block !important; }
  #app_lille_impro #masthead .menufx.fixed .navbar-2 .menu_mobile {
    top: 10px; }
  #app_lille_impro #masthead .menufx.fixed .navbar-2 .nav_items_menu {
    top: 0;
    margin: 0;
    padding: 60px 1rem 1rem 1rem; }
  #app_lille_impro #masthead .navbar-2 {
    position: relative; }
    #app_lille_impro #masthead .navbar-2 .menu_mobile {
      cursor: pointer;
      z-index: 150;
      position: absolute;
      right: 45px;
      top: 45px;
      width: 40px;
      display: block; }
      #app_lille_impro #masthead .navbar-2 .menu_mobile img {
        width: 100%; }
      #app_lille_impro #masthead .navbar-2 .menu_mobile .open {
        position: absolute;
        top: 0; }
        #app_lille_impro #masthead .navbar-2 .menu_mobile .open:before {
          content: 'Menu';
          position: absolute;
          text-transform: uppercase;
          color: #161616;
          top: 2px;
          left: -65px;
          font-size: 18px;
          font-family: 'Poppins', sans-serif;
          font-weight: 500;
          padding-right: 20px; }
      #app_lille_impro #masthead .navbar-2 .menu_mobile .close {
        position: absolute;
        top: -8px;
        display: none; }
        #app_lille_impro #masthead .navbar-2 .menu_mobile .close:before {
          content: 'Fermer';
          position: absolute;
          text-transform: uppercase;
          color: #161616;
          top: 10px;
          left: -81px;
          font-size: 18px;
          font-family: 'Poppins', sans-serif;
          font-weight: 500;
          padding-right: 20px; }
    #app_lille_impro #masthead .navbar-2 .nav_items_menu {
      display: none;
      transform: translateY(-100%);
      transition: .3s;
      z-index: 100;
      position: absolute;
      right: 0;
      left: 0;
      top: -50px;
      margin: 0 auto;
      background-color: #ffec0b;
      background: linear-gradient(-140deg, #ffa92d, #ffec0b);
      text-align: left;
      width: auto;
      padding: 140px 1rem 1rem 1rem; }
      #app_lille_impro #masthead .navbar-2 .nav_items_menu.active {
        transform: translateY(0%); }
      #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item {
        display: block; }
        #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .sub1,
        #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .sub2 {
          visibility: visible;
          opacity: 1;
          position: relative;
          left: auto;
          right: auto;
          bottom: auto;
          top: auto;
          padding-top: 10px;
          width: 100%;
          border: none;
          text-align: left;
          transition: 0s;
          padding: 10px 0; }
          #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .sub1.active,
          #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .sub2.active {
            opacity: 1;
            visibility: visible; }
          #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .sub1 .nav_sub_item,
          #app_lille_impro #masthead .navbar-2 .nav_items_menu .nav_item .sub2 .nav_sub_item {
            background: none;
            padding: 0 0 0 30px;
            font-size: 16px; }
  #app_lille_impro #hp .box_agenda_spect {
    margin: 0 auto 50px auto; }
  #app_lille_impro #hp .box_confiance {
    text-align: center; }
  #app_lille_impro #hp .box_section_1 .col_spectacle {
    display: block;
    width: 100%;
    padding: 0 .5rem;
    transition: width .25s;
    margin-bottom: 50px;
    max-width: 500px;
    margin: 0 auto 50px auto; }
    #app_lille_impro #hp .box_section_1 .col_spectacle:nth-child(1) {
      margin-top: 0; }
    #app_lille_impro #hp .box_section_1 .col_spectacle:nth-child(2) {
      margin-top: 0; }
    #app_lille_impro #hp .box_section_1 .col_spectacle:nth-child(3) {
      margin-top: 0; }
    #app_lille_impro #hp .box_section_1 .col_spectacle:nth-child(4) {
      margin-top: 0; }
  #app_lille_impro #hp .box_section_1 .bg {
    height: auto;
    padding: 1rem; }
    #app_lille_impro #hp .box_section_1 .bg .js-hp-pan {
      left: 10vw;
      top: 10px; }
    #app_lille_impro #hp .box_section_1 .bg .content {
      display: block; }
      #app_lille_impro #hp .box_section_1 .bg .content .box_content .text {
        padding: 3rem 1rem 60px 1rem; }
  #app_lille_impro #hp #slider_6 {
    margin-bottom: 130px; }
    #app_lille_impro #hp #slider_6 .slider_nav {
      top: calc(100% + 30px); }
      #app_lille_impro #hp #slider_6 .slider_nav .nav_control[data-side="prev"] {
        right: 150px;
        left: 0;
        margin: 0 auto; }
      #app_lille_impro #hp #slider_6 .slider_nav .nav_control[data-side="next"] {
        right: 0;
        left: 150px;
        margin: 0 auto; }
  #app_lille_impro #hp .grad {
    background: linear-gradient(-140deg, #ffa92d, #ffec0b);
    padding: 2px;
    max-width: 220px;
    margin: 0 auto; }
    #app_lille_impro #hp .grad .content {
      width: 100%;
      height: 100%;
      background-color: #fff;
      padding-bottom: 15px; }
      #app_lille_impro #hp .grad .content .round {
        position: relative;
        margin: 0 auto;
        height: 110px;
        width: 110px;
        background-size: cover;
        background-position: center;
        border-radius: 50%; }
        #app_lille_impro #hp .grad .content .round:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 110px;
          width: 110px;
          border-radius: 50%;
          background: linear-gradient(-140deg, #ffa92d, #ffec0b);
          opacity: .4; }
      #app_lille_impro #hp .grad .content .ag_desc {
        height: 50px;
        line-height: 50px; }
        #app_lille_impro #hp .grad .content .ag_desc .desc_content {
          display: inline-block;
          vertical-align: middle;
          font-weight: 500;
          padding: 0 1rem;
          line-height: 18px;
          text-transform: uppercase;
          font-weight: 600;
          color: #ffa92d; }
      #app_lille_impro #hp .grad .content .day {
        font-weight: 600;
        font-size: 50px;
        line-height: 45px;
        margin-top: 10px; }
      #app_lille_impro #hp .grad .content .month {
        text-transform: uppercase;
        line-height: 20px; }
      #app_lille_impro #hp .grad .content .hour {
        font-weight: 600;
        line-height: 16px; }
      #app_lille_impro #hp .grad .content .ag_place {
        height: 55px;
        line-height: 55px; }
        #app_lille_impro #hp .grad .content .ag_place .place_content {
          line-height: 18px;
          display: inline-block;
          vertical-align: middle;
          text-transform: uppercase;
          padding: 0 .5rem;
          font-size: 14px; }
      #app_lille_impro #hp .grad .content .cta {
        margin: 0; }
        #app_lille_impro #hp .grad .content .cta .btn_ia {
          margin: 0; }
          #app_lille_impro #hp .grad .content .cta .btn_ia .text {
            padding: 2px 20px; }
  #app_lille_impro #nous .fltl,
  #app_lille_impro #nous .fltr {
    float: none; }
  #app_lille_impro #nous .ns_box_content .col-left,
  #app_lille_impro #nous .ns_box_content .col-right {
    padding: 0; }
  #app_lille_impro #nous .ns_box_content .border_gradient {
    width: 90%;
    margin: 100px auto;
    float: none; }
    #app_lille_impro #nous .ns_box_content .border_gradient .content:after {
      display: none; }
  #app_lille_impro #nous .ns_box_content .ns_image_1,
  #app_lille_impro #nous .ns_box_content .ns_image_2,
  #app_lille_impro #nous .ns_box_content .ns_image_3,
  #app_lille_impro #nous .ns_box_content .ns_image_4 {
    margin: 50px auto;
    width: 90%; }
  #app_lille_impro #actus .container_3 {
    width: 100%;
    padding: 0 1rem; }
  #app_lille_impro #actus .actus_agenda {
    position: relative;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 0 10px; }
    #app_lille_impro #actus .actus_agenda .card {
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
      padding: 1rem;
      margin-bottom: 50px; }
      #app_lille_impro #actus .actus_agenda .card .title {
        color: #ffa92d;
        font-weight: 500;
        font-size: 18px;
        margin: 10px 0; }
        #app_lille_impro #actus .actus_agenda .card .title a {
          color: #ffec0b;
          text-decoration: none; }
      #app_lille_impro #actus .actus_agenda .card .date {
        color: #ffec0b;
        font-weight: 300;
        margin-bottom: 10px; }
      #app_lille_impro #actus .actus_agenda .card .desc {
        color: #161616;
        margin-bottom: 10px; }
      #app_lille_impro #actus .actus_agenda .card .image {
        margin: 15px 0; }
      #app_lille_impro #actus .actus_agenda .card .cta {
        text-align: center;
        margin-top: 20px; }
        #app_lille_impro #actus .actus_agenda .card .cta a {
          text-decoration: none;
          color: #ffa92d; }
  #app_lille_impro #actus #slider_6 {
    margin-bottom: 130px; }
    #app_lille_impro #actus #slider_6 .slider_nav {
      top: calc(100% + 30px); }
      #app_lille_impro #actus #slider_6 .slider_nav .nav_control[data-side="prev"] {
        right: 150px;
        left: 0;
        margin: 0 auto; }
      #app_lille_impro #actus #slider_6 .slider_nav .nav_control[data-side="next"] {
        right: 0;
        left: 150px;
        margin: 0 auto; }
  #app_lille_impro #actus .grad {
    background: linear-gradient(-140deg, #ffa92d, #ffec0b);
    padding: 2px;
    max-width: 220px;
    margin: 0 auto; }
    #app_lille_impro #actus .grad .content {
      width: 100%;
      height: 100%;
      background-color: #fff;
      padding-bottom: 15px; }
      #app_lille_impro #actus .grad .content .round {
        position: relative;
        margin: 0 auto;
        height: 110px;
        width: 110px;
        background-size: cover;
        background-position: center;
        border-radius: 50%; }
        #app_lille_impro #actus .grad .content .round:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 110px;
          width: 110px;
          border-radius: 50%;
          background: linear-gradient(-140deg, #ffa92d, #ffec0b);
          opacity: .4; }
      #app_lille_impro #actus .grad .content .ag_desc {
        height: 50px;
        line-height: 50px; }
        #app_lille_impro #actus .grad .content .ag_desc .desc_content {
          display: inline-block;
          vertical-align: middle;
          font-weight: 500;
          padding: 0 1rem;
          line-height: 18px;
          text-transform: uppercase;
          font-weight: 600;
          color: #ffa92d; }
      #app_lille_impro #actus .grad .content .day {
        font-weight: 600;
        font-size: 50px;
        line-height: 45px;
        margin-top: 10px; }
      #app_lille_impro #actus .grad .content .month {
        text-transform: uppercase;
        line-height: 20px; }
      #app_lille_impro #actus .grad .content .hour {
        font-weight: 600;
        line-height: 16px; }
      #app_lille_impro #actus .grad .content .ag_place {
        height: 55px;
        line-height: 55px; }
        #app_lille_impro #actus .grad .content .ag_place .place_content {
          line-height: 18px;
          display: inline-block;
          vertical-align: middle;
          text-transform: uppercase;
          padding: 0 .5rem;
          font-size: 14px; }
      #app_lille_impro #actus .grad .content .cta {
        margin: 0; }
        #app_lille_impro #actus .grad .content .cta .btn_ia {
          margin: 0; }
          #app_lille_impro #actus .grad .content .cta .btn_ia .text {
            padding: 2px 20px; }
  #app_lille_impro #spectacles .box_spectacles.box_forma .box_left {
    margin-right: 20px;
    max-width: 320px; }
  #app_lille_impro #spectacles .box_spectacles.box_forma .box_right {
    margin-left: 20px;
    max-width: 320px; }
  #app_lille_impro #spectacles .display_box_form .box_form .double_input,
  #app_lille_impro #spectacles .display_box_form .box_form .triple_input {
    width: 100%;
    padding: 0 !important; }
  #app_lille_impro #spectacles .box_spect_infos .box_text {
    display: inline-block;
    width: 100%;
    text-align: center; }
    #app_lille_impro #spectacles .box_spect_infos .box_text .cta {
      float: none;
      margin-bottom: 30px; }
  #app_lille_impro #spectacles .box_spect_infos .box_affiche {
    display: inline-block;
    width: 50%; }
  #app_lille_impro #spectacles .box_spect_infos .box_plaquette {
    display: inline-block;
    width: 50%; }
  #app_lille_impro #footer {
    height: auto; }
    #app_lille_impro #footer .footer_bot .col2 {
      display: block; }
      #app_lille_impro #footer .footer_bot .col2 .box_social_footer {
        position: relative;
        margin: 20px auto 150px auto;
        width: 100%; }
      #app_lille_impro #footer .footer_bot .col2 .box_discover_footer {
        margin: 50px auto;
        width: 320px;
        height: 320px;
        left: 0;
        right: 0;
        bottom: -240px; }
        #app_lille_impro #footer .footer_bot .col2 .box_discover_footer p {
          margin-top: 25px; }
        #app_lille_impro #footer .footer_bot .col2 .box_discover_footer a {
          display: inline-block;
          position: absolute; }
        #app_lille_impro #footer .footer_bot .col2 .box_discover_footer .lk_lp2s {
          width: 94px;
          top: -8px;
          right: 48px; }
        #app_lille_impro #footer .footer_bot .col2 .box_discover_footer .lk_impro_academy {
          width: 98px;
          top: -6px;
          left: 50px; }
  #app_lille_impro #contact .box_contact .col-left {
    display: block;
    width: 100%;
    text-align: center; }
    #app_lille_impro #contact .box_contact .col-left .content {
      text-align: center; }
  #app_lille_impro #contact .box_contact .col-right {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form {
      padding: 1rem; }
      #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input .group_input.gi2 {
        width: 100%; }
        #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input .group_input.gi2:first-child {
          padding-right: 0px; }
        #app_lille_impro #contact .box_contact .col-right .gradiant .contact_form .row_input .group_input.gi2:last-child {
          padding-left: 0px; } }
@media screen and (max-width: 768px) {
  .box_cols .col.col4 {
    width: 100%; }
  .box_cols .col.col5 {
    width: 100%; }

  #app_lille_impro #masthead .navbar-1 .box_cta_scenosphere {
    text-align: center; }
  #app_lille_impro #hp .bg-page {
    padding-top: 180px; }
    #app_lille_impro #hp .bg-page .box_info_header_hp .content {
      width: 100%;
      padding: 1rem; }
    #app_lille_impro #hp .bg-page .hp_login {
      margin-top: 100px; }
    #app_lille_impro #hp .bg-page .box_info_header_hp {
      margin: 0 auto;
      position: relative;
      width: 90%;
      max-width: 320px;
      right: auto;
      bottom: auto;
      padding: 0; }
  #app_lille_impro #hp .hp_quote {
    height: auto;
    padding-top: 30px; }
    #app_lille_impro #hp .hp_quote #slider_1 {
      max-width: 100%;
      padding: 0 56px;
      position: relative;
      transform: translateY(0%); }
      #app_lille_impro #hp .hp_quote #slider_1 .slider_nav .nav_control[data-side="prev"] {
        width: 36px;
        height: 36px;
        left: 10px; }
      #app_lille_impro #hp .hp_quote #slider_1 .slider_nav .nav_control[data-side="next"] {
        width: 36px;
        height: 36px;
        right: 10px; }
  #app_lille_impro #actus .box_nav_actus {
    height: 70px; }
    #app_lille_impro #actus .box_nav_actus a {
      font-size: 30px; }
  #app_lille_impro #spectacles .box_spectacles.box_forma .box_left {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 320px; }
  #app_lille_impro #spectacles .box_spectacles.box_forma .box_right {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 320px; }
  #app_lille_impro #spectacles .box_spectacles .box_spectacle {
    display: block;
    max-width: 320px;
    margin: 25px auto; }
  #app_lille_impro #spectacles .box_spect_infos .box_text {
    display: block;
    width: 90%;
    margin: 0 auto; }
  #app_lille_impro #spectacles .box_spect_infos .box_affiche {
    display: block;
    width: 90%;
    margin: 0 auto 50px auto; }
  #app_lille_impro #spectacles .box_spect_infos .box_plaquette {
    display: block;
    width: 90%;
    margin: 0 auto; }
  #app_lille_impro #footer .footer_bot {
    width: 100%; }
  #app_lille_impro #footer .box_social_footer .box_items_social_footer .social_footer img {
    width: 70px; } }

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

#app_lille_impro .wpdev-form-control-wrap {
  width: 100% ;
}