/************************************************************************************/
/* !FONTS */
/************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Bitter:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
@font-face {
  font-family: 'Entypo';
  src: url("https://www.cramformation.com/fonts/entypo.eot");
  src: url("entypo.eot?#iefix") format("embedded-opentype"), url("https://www.cramformation.com/fonts/entypo.woff") format("woff"), url("https://www.cramformation.com/fonts/entypo.ttf") format("truetype"), url("https://www.cramformation.com/fonts/entypo.svg#entypo") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Entypo-social';
  src: url("https://www.cramformation.com/fonts/entypo-social.eot");
  src: url("entypo-social.eot?#iefix") format("embedded-opentype"), url("https://www.cramformation.com/fonts/entypo-social.woff") format("woff"), url("https://www.cramformation.com/fonts/entypo-social.ttf") format("truetype"), url("https://www.cramformation.com/fonts/entypo-social.svg#entypo-social") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaLight';
  src: url("https://www.cramformation.com/fonts/ProximaNova-Light-webfont.eot");
  src: url("https://www.cramformation.com/fonts/ProximaNova-Light-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.cramformation.com/fonts/ProximaNova-Light-webfont.woff") format("woff"), url("https://www.cramformation.com/fonts/ProximaNova-Light-webfont.ttf") format("truetype"), url("https://www.cramformation.com/fonts/ProximaNova-Light-webfont.svg#ProximaLight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaRegular';
  src: url("https://www.cramformation.com/fonts/ProximaNova-Reg-webfont.eot");
  src: url("https://www.cramformation.com/fonts/ProximaNova-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.cramformation.com/fonts/ProximaNova-Reg-webfont.woff") format("woff"), url("https://www.cramformation.com/fonts/ProximaNova-Reg-webfont.ttf") format("truetype"), url("https://www.cramformation.com/fonts/ProximaNova-Reg-webfont.svg#ProximaRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaSemibold';
  src: url("https://www.cramformation.com/fonts/ProximaNova-Sbold-webfont.eot");
  src: url("https://www.cramformation.com/fonts/ProximaNova-Sbold-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.cramformation.com/fonts/ProximaNova-Sbold-webfont.woff") format("woff"), url("https://www.cramformation.com/fonts/ProximaNova-Sbold-webfont.ttf") format("truetype"), url("https://www.cramformation.com/fonts/ProximaNova-Sbold-webfont.svg#ProximaSemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
h1, h2, h3, h4, h5, h6 {
  font-family: ProximaSemibold, sans-serif; }

/************************************************************************************/
/* !COLORS */
/************************************************************************************/
/************************************************************************************/
/* !MEASUREMENTS */
/************************************************************************************/
/************************************************************************************/
/* !MIXINS */
/************************************************************************************/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, cite, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, address, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

[hidden] {
  display: none; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal; }

input:focus, textarea:focus {
  outline: none; }

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, section, summary, time {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: normal; }

strong {
  font-weight: bold; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

html {
  background-color: #f5f9fb;
  font: 400 16px/22px 'Source Sans Pro', sans-serif;
  color: #4d4d4d;
  overflow-y: scroll; }

a {
  text-decoration: none; }

strong {
  font-family: ProximaSemibold, sans-serif;
  font-weight: normal; }

iframe {
  margin: 18px 0; }

.margin_bottom_20px {
  margin-bottom: 20px !important; }

.confirm {
  display: none;
  line-height: 16px; }

/************************************************************************************/
/* !HEADER */
/************************************************************************************/
header {
  position: relative;
  background: url(/images/bg-primary-nav.png) repeat-x 0 0;
  z-index: 10000; }
  header nav a {
    color: black; }

#logo {
  position: absolute;
  top: 44px;
  right: auto;
  bottom: auto;
  left: 70px;
  width: 125px;
  height: 125px;
  z-index: 10; }
  #logo img {
    max-width: 100%;
    max-height: 100%; }
  #logo a {
    display: block;
    width: 125px;
    height: 125px;
  }

header .secondary_nav {
  font: 400 13px/13px 'Source Sans Pro', sans-serif;
  margin-top: 9px; }

header .secondary_nav p:nth-child(n+5) a {
  border-radius: 2px 2px;
  border: 1px solid #eaeaea;
  padding: 5px 9px 4px 9px; }

header .primary_nav div {
  position: relative; }
  header .primary_nav div i {
    display: block; }
  header .primary_nav div .gizmut {
    display: none;
    width: 90%;
    height: 12px;
    margin: 0 auto;
    margin-top: 12px;
    background: url(/images/sprites.svg) no-repeat 0px -450px; }

header .primary_nav div:nth-child(1) .gizmut {
  background-position-x: -50px; }

header .primary_nav div:nth-child(2) .gizmut {
  background-position-x: -26px; }

header .primary_nav div .i_hover {
  display: block; }

header .primary_nav div:nth-child(6) {
  width: 185px !important;
  height: 110px !important;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 20px;
  background: url(/images/sprites.svg) no-repeat 0px -280px; }
  header .primary_nav div:nth-child(6) p {
    margin-top: 1px;
    border: 0 !important;
    background: none !important; }
  header .primary_nav div:nth-child(6) a {
    font-weight: bold !important;
    padding-left: 9px; }
  header .primary_nav div:nth-child(6) .active {
    color: white !important;
    text-decoration: underline;
    text-shadow: none !important; }

header .primary_nav div:nth-child(6):hover p a {
  text-decoration: underline;
  color: white !important;
  text-shadow: none !important; }

header .primary_nav div:nth-child(4) p {
  padding-right: 10px !important;
  margin-right: 0px !important; }

.div_hover {
  background: white; }

.p_hover {
  background-image: none !important; }

header .primary_nav section {
  font: 400 12px/22px 'Source Sans Pro', sans-serif; }
  header .primary_nav section h4 {
    text-transform: uppercase;
    line-height: 32px;
    font-weight: normal; }
header .primary_nav .about {
  left: 0px;
  width: 300px;
  box-shadow: 2px 5px 5px rgba(33, 33, 33, 0.4); }
  header .primary_nav .about ul {
    margin-top: 20px; }
header .primary_nav .formation {
  left: 105px;
  width: 500px;
  box-shadow: 2px 5px 5px rgba(33, 33, 33, 0.4); }
header .primary_nav .about, header .primary_nav .formation {
  display: none;
  position: absolute;
  top: 88px;
  text-align: left;
  background: white; }
  header .primary_nav .about ul, header .primary_nav .formation ul {
    margin-left: 5px;
    padding-bottom: 20px; }
    header .primary_nav .about ul li, header .primary_nav .formation ul li {
      height: 28px; }
  header .primary_nav .about a, header .primary_nav .formation a {
    text-shadow: none !important;
    color: #4d4d4d !important; }
    header .primary_nav .about a:hover, header .primary_nav .formation a:hover {
      text-decoration: underline; }
header .primary_nav .about_formation {
  float: left;
  margin-top: 20px;
  border-right: 1px dashed #4d4d4d;
  width: 270px; }
  header .primary_nav .about_formation i {
    float: left;
    display: block;
    width: 33px;
    height: 32px;
    margin-left: 22px;
    margin-top: 2px;
    background: url(/images/sprites.svg) no-repeat 0px -400px; }
header .primary_nav .form_base {
  float: left;
  margin-top: 20px;
  padding-left: 10px;
  width: 210px;
  background: url(/images/bg-primary-nav-form-base.png) no-repeat 0 center; }
  header .primary_nav .form_base i {
    float: left;
    display: block;
    width: 33px;
    height: 32px;
    margin-left: 12px;
    margin-top: 2px;
    background: url(/images/sprites.svg) no-repeat -100px -400px; }
header .primary_nav .form_spec {
  margin-top: 20px;
  width: 400px;
  float: left; }
  header .primary_nav .form_spec i {
    float: left;
    display: block;
    width: 33px;
    height: 32px;
    margin-left: 12px;
    margin-top: 2px;
    background: url(/images/sprites.svg) no-repeat -200px -400px; }

#search_form {
  margin-right: 22px;
  display: none;
  text-align: right;
  border-left: 1px solid #cdcccc;
  padding-left: 10px; }
  #search_form input {
    float: left;
    width: 75px;
    height: 25px;
    border: 1px solid transparent;
    padding: 0 4px;
    margin-right: 2px;
    color: #cdcccc;
    font: 400 12px/22px 'Source Sans Pro', sans-serif; }
  #search_form input:hover, #search_form input:focus {
    border: 1px solid #eaeaea; }
  #search_form button {
    float: left;
    margin-top: 5px;
    width: 16px;
    height: 16px;
    background: url(/images/sprites.svg) no-repeat 0px 0px; }
  #search_form button:hover {
    cursor: pointer;
    background: url(/images/sprites.svg) no-repeat -20px 0px; }

/************************************************************************************/
/* !BOUTONS */
/************************************************************************************/
.btn {
  position: relative; }

.btn a {
  position: relative;
  display: inline-block;
  text-decoration: none !important; }

.big a {
  font: 400 16px/28px 'Source Sans Pro', sans-serif;
  padding: 17px 25px;
  padding-right: 40px;
  /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3); */ }
  .big a span {
    position: absolute;
    top: 18px;
    right: 10px;
    bottom: inherit;
    left: inherit;
    width: 22px;
    height: 22px; }

.small a {
  font: 400 13px/28px 'Source Sans Pro', sans-serif;
  padding: 5px 10px;
  padding-right: 30px; }
  .small a span {
    position: absolute;
    top: 18px;
    right: 10px;
    bottom: inherit;
    left: inherit;
    width: 8px;
    height: 6px;
    margin-top: -4px; }

.green a {
  background: #22C50E;
  color: white;
  border-radius: 2px 2px;
  border: 1px solid #22C50E; }
  .green a:hover {
    background: #4ED13E;
    border-radius: 2px 2px;
    border: 1px solid #4ED13E; }
.green span {
  background: url(/images/sprites.svg) no-repeat 0px -30px; }

.small.green a {
  color: white; }
.small.green span {
  background: url(/images/sprites.svg) no-repeat 0px -180px; }

.white a {
  background: white;
  color: #1b86b7 !important;
  text-shadow: none;
  border-radius: 2px 2px;
  border: 1px solid white; }
  .white a:hover {
    background: #F2F2F2;
    border-radius: 2px 2px;
    border: 1px solid #F2F2F2; }
.white span {
  background: url(/images/sprites.svg) no-repeat 0px -60px; }

.black a {
  background: #4d4d4d;
  border-radius: 2px 2px;
  border: 1px solid #4d4d4d;
  color: white !important; }
  .black a:hover {
    background: #666;
    border-radius: 2px 2px;
    border: 1px solid #666; }
.black span {
  background: url(/images/sprites.svg) no-repeat 0px -180px; }

.gray a {
  background: rgba(33, 33, 33, 0.2);
  border-radius: 2px 2px;
  border: 0px solid #000;
  color: #4d4d4d !important;
  padding: 5px 30px 3px 10px;
  margin-top: 20px;
  font-size: .85rem; }
  .gray a:hover {
    background: #666;
    border-radius: 2px 2px;
    border: 0px solid #000;
    color: white !important; }
.gray span {
  position: absolute;
  top: 18px;
  right: 10px;
  bottom: inherit;
  left: inherit;
  width: 8px;
  height: 6px;
  margin-top: -5px;
  background: url(/images/sprites.svg) no-repeat -20px -180px; }

.plus {
  margin-top: -15px; }
  .plus a {
    padding: 10px 30px 10px 10px; }
  .plus span {
    width: 14px;
    height: 18px;
    background: url(/images/sprites.svg) no-repeat -42px -175px; }

.center {
  text-align: center; }

.with_shadow {
  box-shadow: 0px 0px 6px 1px rgba(33, 33, 33, 0.2); }

.no_buffer {
  padding-bottom: 70px; }

.btn_cart a {
  padding: 0 10px !important;
  border: 0 !important; }

/************************************************************************************/
/* !HERO */
/************************************************************************************/
#hero {
  position: relative;
  height: 320px;
  margin-top: -95px; }
  #hero h1 {
    position: relative;
    color: white;
    padding-top: 110px;
    margin-left: 20px;
    height: 260px;
    font: 700 46px/54px 'Bitter', serif;
    text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.5); }
  #hero figure {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%; }
  #hero figure .is_responsive {
    position: relative;
    height: 100%; }
  #hero .share {
    position: relative;
    width: 100%; }
    #hero .share .inner_share {
      position: relative;
      width: 1280px;
      margin: 0 auto; }
    #hero .share .share_widget {
      position: absolute;
      top: 0;
      right: 20px; }
    #hero .share p {
      text-transform: uppercase;
      float: left;
      height: 40px;
      margin-right: 13px;
      padding-right: 15px;
      padding-top: 9px;
      color: #333;
      font: 400 13px/24px 'Bitter', serif;
      background: url(/images/bg-primary-nav-p.png) no-repeat right center; }
      #hero .share p i {
        display: block;
        float: left;
        margin-right: 10px;
        width: 16px;
        height: 18px;
        background: url(/images/sprites.svg) no-repeat 0px -470px; }
    #hero .share ul {
      overflow: hidden;
      padding-top: 6px; }
    #hero .share li {
      float: left; }
      #hero .share li a {
        display: block;
        float: left;
        width: 25px;
        height: 25px;
        margin-right: 10px; }
    #hero .share .btn_fb {
      background: url(/images/sprites.svg) no-repeat 0px -500px; }
      #hero .share .btn_fb:hover {
        background: url(/images/sprites.svg) no-repeat -95px -500px; }
    #hero .share .btn_tw {
      background: url(/images/sprites.svg) no-repeat -30px -500px; }
      #hero .share .btn_tw:hover {
        background: url(/images/sprites.svg) no-repeat -125px -500px; }
    #hero .share .btn_gp {
      background: url(/images/sprites.svg) no-repeat -60px -500px; }
      #hero .share .btn_gp:hover {
        background: url(/images/sprites.svg) no-repeat -155px -500px; }
  #hero .cta {
    width: 100%;
    text-align: center; }
  #hero .btn.big {
    display: inline-block;
    margin: 0 10px; }

/************************************************************************************/
/* !HOME */
/************************************************************************************/
#home #hero {
  position: relative;
  height: 585px; }
  #home #hero #ul_wrapper {
    position: absolute;
    left: 50%;
    color: white; }
  #home #hero ul {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: 0;
    left: auto;
    font: 400 14px/22px 'Bitter', serif;
    text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.5); }
    #home #hero ul li {
      text-align: right;
      background: url(/images/bg-primary-nav-p.png) no-repeat right center;
      padding: 0 13px 0 11px; }
    #home #hero ul li:first-child {
      background: none;
      padding-right: 0; }
  #home #hero a {
    color: white; }
  #home #hero .lead {
    position: relative;
    font: 700 48px/54px "Bitter", serif;
    text-align: center;
    padding: 0 15%;
    padding-top: 150px;
    width: 100%;
    color: white;
    margin-bottom: 40px;
    text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.4); }
  #home #hero figure .is_responsive {
    background: url(/assets/images/hero-480.jpg) no-repeat center center; }

.home_wrapper {
  position: relative;
  border: 1px solid #e6e6e6;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px 2px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4);
  background: white;
  z-index: 1;
  border-top: 0; }

.hero_wrapper {
  position: relative; }

/************************************************************************************/
/* !HIGHLIGHT */
/************************************************************************************/
.highlight_wrapper {
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-left: -1px;
  overflow: hidden;
  background: url(/images/bg-border-bottom-highlights.png) no-repeat center bottom; }

.highlight {
  float: left; }
  .highlight h1 {
    color: white;
    background: url(/images/bg-h1-home.svg) no-repeat 0 0; }
  .highlight p {
    font-family: ProximaSemibold, sans-serif !important; }
  .highlight .intro {
    font-family: "Source Sans Pro", sans-serif !important; }
  .highlight .with_sliding_ul {
    width: 100%;
    overflow: hidden; }
  .highlight .inner_multi_page {
    width: 100%;
    text-align: center; }
    .highlight .inner_multi_page img {
      margin-right: 6px; }
    .highlight .inner_multi_page p {
      margin-top: 5px; }

.home_programs_cta {
  color: white; }
  .home_programs_cta .cta_wrapper {
    overflow: hidden;
    height: 150px;
    margin-bottom: 30px; }
  .home_programs_cta img {
    float: left;
    margin-right: 20px;
    margin-left: 10px; }
  .home_programs_cta hr {
    background: none;
    border: 0;
    border-top: 1px dashed #76b6d4; }
  .home_programs_cta .intro {
    float: right;
    width: 220px; }

.infos_nights {
  padding-bottom: 40px; }
  .infos_nights h2 {
    font-size: 16px !important;
    color: #4d4d4d;
    font-weight: normal !important;
    text-transform: uppercase; }
  .infos_nights .hours {
    padding-left: 18px;
    background: url(/images/sprites.svg) no-repeat 0px -955px; }
  .infos_nights .location {
    padding-left: 18px;
    background: url(/images/sprites.svg) no-repeat 0px -975px; }
  .infos_nights time {
    float: left;
    width: 55px;
    height: 45px;
    color: white;
    background: url(/images/sprites.svg) no-repeat 0px -90px;
    text-align: center;
    line-height: 16px;
    margin-right: 10px;
    padding-right: 7px;
    padding-top: 6px;
    margin-top: 20px;
    margin-left: 5px; }
  .infos_nights .next_events p {
    margin-left: 70px; }
  .infos_nights .next_events a {
    margin-left: 70px;
    margin-top: 5px;
    display: block;
    font-size: 16px !important;
    font-weight: bold; }
    .infos_nights .next_events a:hover {
      text-decoration: underline; }
  .infos_nights .next_events a.no_margin_left {
    margin-left: 10px; }

.new_seances h2 {
  font-size: 16px !important;
  color: #4d4d4d;
  font-weight: normal !important;
  text-transform: uppercase;
  margin-bottom: 0 !important; }
.new_seances .hours {
  padding-left: 18px;
  background: url(/images/sprites.svg) no-repeat 0px -955px; }
.new_seances .lieu {
  padding-left: 18px;
  background: url(/images/sprites.svg) no-repeat 0px -975px; }
.new_seances time {
  float: left;
  width: 55px;
  height: 45px;
  color: white;
  background: url(/images/sprites.svg) no-repeat 0px -90px;
  text-align: center;
  line-height: 16px;
  margin-right: 10px;
  padding-right: 7px;
  padding-top: 6px;
  margin-top: 20px;
  margin-left: 5px; }
.new_seances .next_events p {
  margin-left: 70px; }
.new_seances .next_events a {
  margin-left: 70px;
  margin-top: 5px;
  display: block;
  font-size: 16px !important;
  font-weight: bold; }
  .new_seances .next_events a:hover {
    text-decoration: underline; }
.new_seances div > ul > li span {
  font: 400 14px/22px "Source Sans Pro", sans-serif; }
.new_seances div > ul > li > a {
  margin-left: 70px; }
.new_seances div > ul > li > p {
  margin-bottom: 10px; }
.new_seances .next_events a.no_margin_left {
  margin-left: 10px; }

.personal_development {
  background: white !important;
  padding-bottom: 20px; }
  .personal_development h1 {
    color: #4d4d4d !important; }
  .personal_development h2 {
    font-size: 16px !important;
    color: #4d4d4d;
    font-weight: normal !important;
    text-transform: uppercase; }
  .personal_development time {
    font: 400 14px/22px "Source Sans Pro", sans-serif; }

.new_seances {
  border-top: 1px dashed #cccccc; }
  .new_seances li {
    border-bottom: 1px dashed #cccccc;
    padding: 5px 0; }
  .new_seances a {
    color: #1b86b7;
    font-size: 16px !important;
    font-weight: bold; }
    .new_seances a:hover {
      text-decoration: underline; }
    .new_seances a em {
      font-style: normal;
      line-height: 30px;
      vertical-align: top;
      padding-left: 3px; }

.next_events {
  margin: 20px;
  margin-bottom: 20px;
  border-top: 1px dashed #cccccc; }
  .next_events li {
    border-bottom: 1px dashed #cccccc;
    padding: 5px 0; }
  .next_events a {
    color: #1b86b7;
    font-size: 16px !important;
    font-weight: bold; }
    .next_events a:hover {
      text-decoration: underline; }
    .next_events a em {
      font-style: normal;
      line-height: 30px;
      vertical-align: top;
      padding-left: 3px; }
  .next_events span {
    display: block;
    font: 400 14px/22px "Source Sans Pro", sans-serif; }

.personal_development .next_events {
  margin-right: 0; }

/************************************************************************************/
/* !CONTENT */
/************************************************************************************/
.content {
  position: relative;
  border: 1px solid #e6e6e6;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px 2px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4);
  background: white;
  z-index: 1;
  border-top: 0;
  margin-bottom: 60px; }

.fancy_and_useless_shadow {
  background: url(/images/bg-content.png) no-repeat center top; }

#breadcrumb {
  position: relative;
  left: -21px;
  height: 50px;
  margin-bottom: 20px; }
  #breadcrumb .back_home {
    position: relative;
    z-index: 10;
    float: left;
    width: 100px;
    height: 55px;
    background: url(/images/sprites.svg) no-repeat 0px -539px; }
    #breadcrumb .back_home:hover {
      cursor: pointer; }
  #breadcrumb ul {
    position: relative;
    left: -11px;
    top: -0;
    float: left;
    height: 39px;
    overflow: hidden;
    padding-right: 12px;
    background: #fafafa url(/images/bg-breadcrumb.png) no-repeat right -39px; }
  #breadcrumb li {
    float: left;
    line-height: 36px;
    padding-left: 25px;
    padding-right: 10px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: url(/images/bg-breadcrumb.png) no-repeat left 0; }
  #breadcrumb li:first-child {
    padding-left: 20px;
    background-image: none; }
  #breadcrumb a {
    font-size: 12px;
    color: #808080; }
    #breadcrumb a:hover {
      text-decoration: underline; }
  #breadcrumb .active {
    background: white url(/images/bg-breadcrumb.png) no-repeat 0 0; }
    #breadcrumb .active a {
      color: #1b86b7; }

.page_text {
  padding: 0 25px; }
  .page_text h1 {
    font: 400 19px/32px 'Bitter', serif; }
  .page_text h2 {
    font: 400 19px/32px 'Bitter', serif;
    line-height: 28px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 8px !important; }
  .page_text h3 {
    font: 400 15px/32px 'Bitter', serif; }
  .page_text p {
    font: 400 14px/26px 'Source Sans Pro', sans-serif;
    margin-bottom: 8px;
    margin-right: 150px; }
  .page_text .no_margin {
    margin-bottom: 0; }
  .page_text a {
    color: #1b86b7;
    text-decoration: underline; }
  .page_text ol, .page_text ul {
    list-style-type: disc;
    margin-left: 18px;
    margin-bottom: 20px;
    font: 400 14px/26px 'Source Sans Pro', sans-serif; }

.view_bio {
  color: #1b86b7; }

.view_bio:hover {
  cursor: pointer; }

.bio {
  display: none; }

#formation_landing .page_text p {
  font: 400 19px/32px 'Bitter', serif; }

.no_bullet {
  list-style-type: none !important;
  margin-left: 0 !important; }

.with_li_stroke {
  width: 75%; }
  .with_li_stroke li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px; }

.inner_content {
  min-height: 600px; }

.subnav {
  float: left;
  width: 25%;
  margin-left: 25px;
  padding: 18px;
  background: url(/images/bg-nav-lvl-3.svg) no-repeat 0 0; }
  .subnav h1 {
    font: 700 19px/31px 'Bitter', serif;
    border-bottom: 1px dashed #4d4d4d;
    padding-bottom: 18px;
    margin-bottom: 18px; }
  .subnav h2, .subnav .children a {
    position: relative;
    display: block;
    background: white;
    padding: 10px;
    font: 700 13px/27px 'Bitter', serif;
    color: #808080;
    margin-top: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
  .subnav h2:hover, .subnav .children a:hover {
    cursor: pointer;
    color: #4d4d4d; }
  .subnav h2 span {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 9px;
    height: 9px;
    margin-top: -4px;
    background: url(/images/sprites.svg) no-repeat -40px 0px; }
  .subnav h2.is_opened span {
    background: url(/images/sprites.svg) no-repeat -50px 0px; }
  .subnav .toggle {
    display: none;
    background: white;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: -10px; }
    .subnav .toggle li {
      line-height: 14px;
      margin-bottom: 13px; }
    .subnav .toggle .fancy_guizmut {
      height: 20px;
      width: 100%;
      margin-bottom: 10px;
      margin-top: 0px;
      background: url(/images/sprites.svg) no-repeat 0px -450px; }
  .subnav a {
    font: 400 12px/22px 'Source Sans Pro', sans-serif;
    color: #808080; }
  .subnav a:hover {
    color: #4d4d4d; }
  .subnav a.active {
    color: #4d4d4d;
    text-decoration: underline; }

.main {
  float: left;
  width: 45.5%;
  margin-left: 25px; }
  .main h2 {
    font: 400 19px/27px 'Bitter', serif;
    color: #4d4d4d;
    border-top: 1px dashed #4d4d4d;
    border-bottom: 1px dashed #4d4d4d;
    padding: 10px 0;
    margin-bottom: 20px; }
  .main .page_text {
    padding-left: 0; }

.without_aside {
  width: 69%; }

.guess_what__another_wrapper {
  width: 69%;
  float: left;
  margin-left: 25px; }
  .guess_what__another_wrapper .city_selector {
    margin-top: 0; }

.entry {
  border-right: 1px solid #e6e6e6;
  padding-top: 25px;
  padding-bottom: 35px;
  min-height: 600px; }
  .entry ol, .entry ul {
    margin-bottom: 30px;
    list-style-type: disc;
    margin-left: 18px; }
  .entry p {
    margin-bottom: 8px;
    padding-right: 20px; }
  .entry h2 {
    margin-right: 50px;
    margin-top: 20px; }
  .entry h2:first-child {
    margin-top: 0; }
  .entry ul a:before {
    content: "\203a";
    padding-right: 5px; }
  .entry a {
    color: #1b86b7; }
  .entry a:hover {
    text-decoration: underline; }

.city_selector {
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
  background: #4d4d4d; }
  .city_selector h2 {
    height: 45px;
    font: 700 14px/22px 'Bitter', serif;
    line-height: 45px;
    padding: 0;
    padding-left: 15px;
    color: white; }
  .city_selector div {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 45px;
    background: #22C50E;
    z-index: 10; }
    .city_selector div p {
      display: none;
      font: 700 14px/22px 'Bitter', serif;
      height: 45px;
      line-height: 43px;
      color: white;
      text-align: center; }
      .city_selector div p span {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url(/images/city_selector_drop.svg) no-repeat right center; }
    .city_selector div ul {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background: white;
      padding-bottom: 15px;
      width: 300px;
      border-radius: 2px 2px;
      border: 1px solid #f2f2f2;
      box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2); }
    .city_selector div li {
      font: 400 12px/22px 'Source Sans Pro', sans-serif;
      color: #808080;
      margin-left: 15px;
      margin-top: 15px; }
    .city_selector div li:nth-child(2) {
      margin-top: 25px; }
    .city_selector div li:hover {
      cursor: pointer;
      color: #4d4d4d; }
    .city_selector div li:first-child {
      height: 55px;
      color: #22C50E;
      font: 700 14px/22px 'Bitter', serif;
      line-height: 41px;
      text-align: center;
      margin: 0;
      background: url(/images/bg-city-selector.svg) no-repeat center bottom; }
      .city_selector div li:first-child span {
        display: inline-block;
        width: 10px;
        height: 10px; }

#formation_entry .city_selector {
  margin-bottom: 0; }

.legend {
  font: 400 12px/22px 'Bitter', serif;
  margin-bottom: 20px; }

.col_wrapper {
  float: left;
  overflow: hidden; }

.complet {
  color: red;
  font-style: italic; }

.large_2_columns {
  margin-bottom: 30px; }
  .large_2_columns p {
    font: 400 14px/20px 'Source Sans Pro', sans-serif;
    margin-bottom: 10px; }
  .large_2_columns .p_with_no_extra_margin p {
    margin-bottom: 0 !important; }
  .large_2_columns a {
    color: #1b86b7; }
  .large_2_columns a:hover {
    text-decoration: underline; }

.yet_another_inner_content {
  overflow: hidden; }

.yet_another_inner_content aside {
  float: right;
  margin-right: 28px;
  width: 23%;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-top: 25px;
  padding-right: 20px;
  font: 400 13px/26px 'Source Sans Pro', sans-serif; }
  .yet_another_inner_content aside h2 {
    font: 700 12px/16px 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 6px; }
  .yet_another_inner_content aside h2:first-child {
    margin-top: 0; }
  .yet_another_inner_content aside ul {
    list-style-type: disc;
    margin: 0 20px 8px 16px; }
  .yet_another_inner_content aside strong {
    font-family: ProximaSemibold, sans-serif;
    font-weight: normal; }
  .yet_another_inner_content aside a {
    color: #1b86b7; }
  .yet_another_inner_content aside a:hover {
    text-decoration: underline; }

.location {
  display: none; }

.get_formation_infos {
  border: 1px solid #e6e6e6;
  background: #fafafa;
  margin: 15px 0;
  padding: 10px; }
  .get_formation_infos h3 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px; }
  .get_formation_infos input {
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 4px;
    border: 1px solid #999; }
  .get_formation_infos input[type=checkbox] {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px; }
  .get_formation_infos .checkbox_txt {
    display: block;
    margin-top: 10px; }
  .get_formation_infos button {
    padding: 4px 10px;
    margin-top: 10px; }
  .get_formation_infos button:hover {
    cursor: pointer; }
  .get_formation_infos .phone {
    display: none; }
  .get_formation_infos .error {
    color: red;
    display: none; }

.img_float_left {
  float: left;
  margin: 0 !important;
  margin-right: 20px !important;
  margin-bottom: 10px !important;
  margin-top: 8px !important; }

.testimonials li {
  margin-bottom: 20px;
  padding-right: 130px; }
  .testimonials li .testimonial {
    margin-top: -8px; }

#page_generic_indie .subnav, #faq .subnav, #news .subnav, #news_entry .subnav, #search .subnav, #inscription_events .subnav, #confirm .subnav {
  background: 0; }

#faq .main p, #faq .main ul, #faq .main ol {
  display: none; }
#faq .main hr {
  border: 0;
  margin-bottom: 20px; }

#search .main a {
  color: #1b86b7; }
#search .main a:hover {
  text-decoration: underline; }

/************************************************************************************/
/* !WIDGETS */
/************************************************************************************/
.widget_wrapper {
  padding: 2%;
  padding-right: 0;
  padding-top: 1%;
  overflow: hidden; }

.widget {
  position: relative;
  float: left;
  width: 31.33333333333333%;
  height: 480px;
  margin-right: 2%;
  padding-bottom: 40px;
  background: url(/images/bg-widgets-home.svg) no-repeat 0 0;
  text-align: center; }
  .widget strong {
    font-family: ProximaSemibold, sans-serif;
    font-weight: normal; }
  .widget figure {
    width: 100px;
    height: 100px;
    margin: 15px auto; }
  .widget i {
    display: block;
    width: 100%;
    height: 100%; }
  .widget h1 {
    font: 700 19px/46px 'Bitter', serif;
    margin-bottom: 10px; }
  .widget h2 {
    font: 700 17px/46px 'Bitter', serif;
    margin-bottom: 10px; }
  .widget p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px; }
  .widget a {
    color: #4d4d4d; }
  .widget a:hover {
    text-decoration: underline; }
  .widget .btn_wrapper {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%; }

.i_psyaide {
  background: url(/images/sprites.svg) no-repeat -250px 0px; }

.i_editions {
  background: url(/images/sprites.svg) no-repeat -350px 0px; }

.i_temoignages {
  background: url(/images/sprites.svg) no-repeat -150px 0px; }

.i_about_formation {
  background: url(/images/sprites.svg) no-repeat -450px 0px; }

.i_formation_base {
  background: url(/images/sprites.svg) no-repeat -550px 0px; }

.i_formation_specialisee {
  background: url(/images/sprites.svg) no-repeat -650px 0px; }

.testimonials .name {
  font-size: .8rem;
  line-height: 1rem;
  margin-top: 3px;
  font-style: italic; }
.testimonials a {
  color: #4d4d4d; }

.news ul {
  list-style-type: none;
  margin: 0; }
.news time {
  display: inline;
  font-family: ProximaSemibold, sans-serif; }
.news img {
  max-width: 100%;
  margin: 5px 0; }

aside .news {
  list-style-type: none !important;
  margin: 0 !important; }
  aside .news li {
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    padding-bottom: 10px; }

.notes {
  background: #f5f9fb;
  padding: 20px;
  margin: 20px 0; }

/************************************************************************************/
/* !LAYOUTS */
/************************************************************************************/
.small_half_width,
.medium_half_width, .medium_one_third, .medium_two_third,
.large_one_quarter, .large_one_third, .large_two_third,
.large_one_sixty, .large_one_forty, .large_half_width
.left {
  float: left;
  overflow: hidden; }

.right {
  float: right;
  overflow: hidden; }

.near_white {
  background: #d1eefc; }

.clear_both {
  clear: both; }

.new_2019 {
  background: #d1eefc;
  float: left;
  margin-bottom: 20px;
  padding: 20px; }
  .new_2019 h2 {
    font: 700 19px/35px 'Bitter', serif;
    margin-bottom: 10px; }
  .new_2019 p {
    margin-bottom: 20px; }
  .new_2019 .small.black {
    margin-top: 30px;
    margin-bottom: 0; }
    .new_2019 .small.black a {
      font: 400 13px/28px 'Source Sans Pro', sans-serif !important; }

.second_row > section:first-child {
  margin-left: 20px; }

.second_row > section:last-child {
  float: right; }

/************************************************************************************/
/* !PRE_FOOTER */
/************************************************************************************/
.pre_footer {
  padding: 15px;
  padding-bottom: 30px;
  background: #a4cfe2; }
  .pre_footer section {
    float: left; }
    .pre_footer section h1 {
      font: 700 18px/28px 'Bitter', serif;
      color: #1b86b7;
      text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.25);
      margin-bottom: 20px; }
    .pre_footer section h2 {
      font: 700 1.05rem/1.2rem ProximaSemibold, sans-serif;
      font-weight: normal;
      margin-bottom: 6px; }
      .pre_footer section h2 a {
        color: #4d4d4d; }
    .pre_footer section .news_lead {
      padding-right: 15%; }
    .pre_footer section figure {
      float: left;
      margin-right: 15px;
      margin-top: 2px;
      width: 90px;
      height: 90px;
      background: black; }
    .pre_footer section .news_meta {
      margin-top: 10px; }
      .pre_footer section .news_meta span {
        display: block;
        float: left;
        width: 12px;
        height: 15px;
        margin-right: 8px;
        margin-top: 2px;
        background: url(/images/sprites.svg) no-repeat 0px -190px; }
    .pre_footer section .published_in span {
      display: block;
      float: left;
      width: 12px;
      height: 12px;
      margin-right: 8px;
      margin-top: 2px;
      background: url(/images/sprites.svg) no-repeat 0px -210px; }
  .pre_footer .grid {
    margin-bottom: 20px; }
  .pre_footer time {
    display: inline-block; }

.pre_footer_testimonial h1 {
  margin-left: 25px; }
.pre_footer_testimonial .with_fancy_guillemets {
  background: url(/images/bg-testimonial.png) no-repeat 0 0;
  padding: 30px 25px 0px 25px;
  min-height: 130px; }
.pre_footer_testimonial .name {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  margin-top: 10px; }
.pre_footer_testimonial .btn {
  margin-left: 25px; }

.book {
  margin-top: 20px;
  margin-right: 10%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden; }
  .book img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 4px; }
  .book p {
    margin-right: 0; }

.book:last-child {
  border-bottom: 0; }

.dates {
  overflow: hidden;
  padding-bottom: 60px; }
  .dates section {
    width: 100%;
    overflow: hidden; }
    .dates section article {
      display: none;
      overflow: hidden; }
    .dates section h3 {
      margin-bottom: 10px; }
    .dates section h3:hover {
      cursor: pointer; }
    .dates section div {
      width: 23%;
      margin-right: 2%;
      float: left;
      margin-bottom: 30px;
      min-height: 50px; }
    .dates section ul {
      font-size: 14px; }

#faq h3:hover {
  cursor: pointer; }

/************************************************************************************/
/* !FOOTER */
/************************************************************************************/
footer {
  position: relative;
  background: #333;
  padding: 15px;
  padding-bottom: 50px; }
  footer a {
    color: #f5f9fb; }
    footer a:hover {
      text-decoration: underline; }
  footer .footer_wrapper {
    overflow: hidden; }
    footer .footer_wrapper nav {
      width: 29%;
      float: left;
      font: 400 14px/30px 'Source Sans Pro', sans-serif;
      margin-right: 3%;
      padding-bottom: 30px;
      margin-top: 30px;
      border-right: 1px dashed #4d4d4d; }
      footer .footer_wrapper nav p {
        display: block; }
    footer .footer_wrapper nav:first-child {
      font: 700 14px/30px 'Source Sans Pro', sans-serif; }
    footer .footer_wrapper nav:last-child {
      border: 0; }

.newsletter_wrapper {
  position: absolute;
  top: -30px;
  right: 30px;
  height: 265px;
  width: 37%;
  max-width: 470px;
  margin-bottom: 20px;
  background: white; }
  .newsletter_wrapper .newsletter {
    border-left: 1px dashed #cccccc;
    border-right: 1px dashed #cccccc;
    margin: 0 10px;
    padding: 15px;
    padding-top: 36px;
    padding-left: 30px;
    height: 100%; }
    .newsletter_wrapper .newsletter form {
      height: 47px;
      width: 350px;
      margin-top: 10px;
      margin-bottom: 40px;
      border-radius: 2px 2px;
      border: 1px solid #d9d9d9;
      background: #f4f4f4; }
      .newsletter_wrapper .newsletter form input {
        width: 235px;
        height: 38px;
        margin-left: 2px;
        margin-top: 2px;
        background: none;
        text-align: center;
        font-style: italic;
        color: #b3b3b3; }
      .newsletter_wrapper .newsletter form select {
        margin-top: 20px; }
      .newsletter_wrapper .newsletter form button {
        background: #22C50E;
        border-radius: 2px 2px;
        border: 1px solid #22C50E;
        padding: 11px 20px 12px 20px;
        font: 400 13px/21px 'Source Sans Pro', sans-serif;
        color: white;
        float: right; }
        .newsletter_wrapper .newsletter form button:hover {
          cursor: pointer;
          background: #4ED13E;
          border-radius: 2px 2px;
          border: 1px solid #4ED13E; }
    .newsletter_wrapper .newsletter .region {
      position: absolute;
      top: 155px;
      left: 40px; }
    .newsletter_wrapper .newsletter i {
      display: block;
      float: left;
      width: 70px;
      height: 55px;
      margin-right: 20px;
      background: url(/images/sprites.svg) no-repeat -900px 0px; }
    .newsletter_wrapper .newsletter p {
      font: 700 18px/28px 'Bitter', serif; }
    .newsletter_wrapper .newsletter .fb {
      position: absolute;
      bottom: 15px;
      right: 25px; }
      .newsletter_wrapper .newsletter .fb i {
        background: none;
        width: 35px;
        height: 35px;
        margin-right: 10px;
        background: url(/images/sprites.svg) no-repeat 0px -230px; }
      .newsletter_wrapper .newsletter .fb a {
        font: 400 14px/28px 'Source Sans Pro', sans-serif;
        color: #4d4d4d; }
    .newsletter_wrapper .newsletter .error {
      display: none;
      color: red;
      font-size: 12px;
      margin-top: 60px; }
    .newsletter_wrapper .newsletter .confirm {
      color: red;
      font-size: 12px;
      margin-top: -30px;
      margin-bottom: 8px; }

.newsletter .name {
  display: none; }

.copyrights {
  font: 400 11px/21px 'Source Sans Pro', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px; }

.confirm_infos_red {
  color: red; }

/************************************************************************************/
/* !INSCRIPTIONS */
/************************************************************************************/
.inscription_wrapper {
  width: 100% !important; }

.note {
  display: block;
  color: red;
  margin-top: 10px;
  line-height: 18px; }

.steps {
  width: 100%;
  padding-right: 35px; }
  .steps .step {
    float: left;
    width: 300px;
    height: 50px;
    margin-right: 10px;
    background: url(/images/sprites.svg) no-repeat -310px -630px; }
  .steps .step.active {
    background: url(/images/sprites.svg) no-repeat 0px -630px; }
  .steps .step.no_bg {
    background: none !important; }
  .steps .step:last-child {
    background: #22C50E;
    height: 44px;
    float: right; }
  .steps p {
    color: white;
    text-align: center;
    font: 700 1rem/2.6rem Bitter, serif; }

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

#parent_name, #conjoint, .copy_invitee_data_wrapper {
  display: none; }

.view_reimbursement_politic {
  margin-top: 30px; }

.toggle_reimbursement_politic {
  text-decoration: underline; }
  .toggle_reimbursement_politic:hover {
    cursor: pointer;
    color: black; }

.text_reimbursement_politic {
  display: none; }

.copy_invitee_data_wrapper input {
  width: auto !important; }

.main_form {
  float: left;
  width: 70%;
  margin-top: 31px; }
  .main_form form {
    padding-bottom: 100px; }
    .main_form form p {
      margin-bottom: 10px; }
  .main_form label {
    display: block;
    width: 310px;
    font-family: ProximaSemibold, sans-serif; }
    .main_form label span {
      margin-left: 2px; }
  .main_form label.for {
    display: inline;
    font-family: "Source Sans Pro", sans-serif; }
  .main_form input {
    border: 1px solid #cccccc;
    width: 310px;
    height: 30px;
    padding: 0 6px;
    border-radius: 4px;
    font: 400 1rem/1.4rem "Source Sans Pro", sans-serif; }
  .main_form input[type=checkbox], .main_form input[type=radio] {
    width: auto;
    float: left;
    margin-right: 8px;
    vertical-align: middle; }
  .main_form .objectives {
    width: 650px;
    height: 200px;
    border: 1px solid #cccccc;
    border-radius: 4px; }
  .main_form .checkbox_txt {
    line-height: 30px;
    display: block; }
  .main_form #add_invitee {
    display: inline-block; }
  .main_form .invitee {
    display: block;
    margin-bottom: 10px; }
  .main_form .invitee_region {
    padding: 15px;
    width: 750px;
    margin-bottom: 15px;
    background: #a4cfe2; }
  .main_form .note {
    width: 50%; }
  .main_form .date input {
    width: 80px; }
  .main_form .other {
    display: none;
    margin-top: 10px; }
  .main_form .error {
    color: red;
    margin-bottom: 20px; }
  .main_form .payment-errors {
    display: block;
    color: red;
    margin-bottom: 10px; }
  .main_form .error_field input, .main_form input.error_field {
    border: 1px solid red;
    background: #fce9f1; }
  .main_form label.error_field {
    color: red; }
  .main_form button {
    position: relative;
    font: 400 1.2rem/1.4rem "Source Sans Pro", sans-serif;
    padding: 17px 25px;
    padding-right: 40px;
    margin-top: 30px;
    background: #22C50E;
    color: white;
    border-radius: 2px 2px;
    border: 1px solid #22C50E; }
    .main_form button span {
      position: absolute;
      top: 18px;
      right: 10px;
      bottom: inherit;
      left: inherit;
      width: 22px;
      height: 21px;
      background: url(/images/sprites.svg) no-repeat 0px -30px; }
  .main_form button:hover {
    cursor: pointer;
    background: #4ED13E;
    border-radius: 2px 2px;
    border: 1px solid #4ED13E; }

.user_data {
  font-family: ProximaSemibold, sans-serif;
  width: 600px; }
  .user_data td {
    vertical-align: top;
    padding-bottom: 5px; }
  .user_data td:last-child {
    font-family: "Source Sans Pro", sans-serif;
    float: right;
    width: 400px; }

.item_metadata {
  margin-bottom: 20px; }

.cart {
  float: right;
  width: 300px;
  margin-right: 45px; }

.btn_edit {
  height: 75px; }

#cart_items {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px dashed #4d4d4d;
  border-bottom: 1px dashed #4d4d4d; }
  #cart_items td {
    vertical-align: top;
    padding: 10px 0;
    font-size: 14px; }
  #cart_items td:first-child {
    padding-left: 2px;
    width: 80%; }
  #cart_items td:last-child {
    width: 20%;
    text-align: right;
    padding-right: 2px; }
  #cart_items .remove_item {
    width: 45px !important; }
    #cart_items .remove_item span {
      display: block !important;
      width: 45px;
      height: 35px;
      background: url(/images/sprites.svg) no-repeat -840px -144px; }
      #cart_items .remove_item span:hover {
        cursor: pointer;
        background: url(/images/sprites.svg) no-repeat -840px -224px; }

#cart_sub_total {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc; }
  #cart_sub_total td {
    vertical-align: top;
    padding: 1px 0;
    font-size: 14px; }
  #cart_sub_total td:first-child {
    padding-left: 2px;
    width: 80%; }
  #cart_sub_total td:last-child {
    width: 20%;
    text-align: right;
    padding-right: 2px; }

.help {
  text-align: center;
  background: url(/images/sprites.svg) no-repeat -320px -120px;
  margin: 20px 0;
  padding-top: 130px;
  padding-bottom: 20px; }
  .help h4 {
    font: 700 1.5rem/1.8rem Bitter, serif;
    margin-bottom: 10px; }
  .help span {
    display: block;
    margin-bottom: 10px; }
  .help a {
    color: #1b86b7; }
  .help a:hover {
    text-decoration: underline; }

#child_confirm {
  display: none; }

#next_step {
  display: none; }

#consentement {
  margin-right: 10px; }

/************************************************************************************/
/* !IMPORTS */
/************************************************************************************/
@media only screen and (min-width: 20em) and (max-width: 36.999em) {
  /************************************************************************************/
  /* !HEADER */
  /************************************************************************************/
  header {
    padding-top: 110px;
    min-height: 110px; }

  #small_navigation_icon {
    position: absolute;
    top: 105px;
    left: 250px;
    height: 15px;
    background: url(/images/sprites.svg) no-repeat -70px 0px;
    font-family: Bitter, serif;
    padding-left: 28px;
    line-height: 14px;
    color: #1f315d; }
    #small_navigation_icon:hover, #small_navigation_icon .is_opened {
      background: url(/images/sprites.svg) no-repeat -70px -20px;
      cursor: pointer;
      color: black; }

  /* !SEARCH */
  #small_search_icon {
    position: absolute;
    top: 50px;
    right: 10px;
    height: 30px;
    width: 30px;
    background: blue; }
    #small_search_icon .is_opened {
      background: grey; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #hero {
    position: relative;
    height: 200px; }

  /************************************************************************************/
  /* !HIGHLIGHTS */
  /************************************************************************************/
  .highlight {
    width: 100%;
    background: #1b86b7; }
    .highlight aside {
      clear: both; }
    .highlight .with_sliding_ul {
      height: 225px; }
    .highlight figure {
      width: 135px;
      height: 135px;
      float: left;
      margin: 10px;
      margin-top: 3px; }
    .highlight h1 {
      font: 900 1.3rem/1.5rem "Source Sans Pro", sans-serif;
      margin-bottom: 10px;
      padding: 15px; }
    .highlight h2 {
      font: 900 1.1rem/1.5rem "Source Sans Pro", sans-serif;
      margin-bottom: 10px; }
    .highlight h3 {
      font: 900 1rem/1.5rem "Source Sans Pro", sans-serif;
      margin-top: 10px; }
    .highlight p {
      font: 400 1rem/1.4rem "Source Sans Pro", sans-serif; }
    .highlight .cta {
      font: 700 0.75rem/1rem "Source Sans Pro", sans-serif;
      display: inline-block;
      background: black;
      color: white;
      text-transform: uppercase;
      padding: 4px 8px;
      margin: 5px 0;
      border-radius: 4px; }

  /************************************************************************************/
  /* !PRE_FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !HEADER */
  /************************************************************************************/
  header {
    padding-top: 110px;
    min-height: 110px; }

  #small_navigation_icon {
    position: absolute;
    top: 105px;
    left: 200px;
    height: 15px;
    background: url(/images/sprites.svg) no-repeat -70px 0px;
    font-family: Bitter, serif;
    padding-left: 28px;
    line-height: 14px;
    color: #1f315d; }
    #small_navigation_icon:hover, #small_navigation_icon .is_opened {
      background: url(/images/sprites.svg) no-repeat -70px -20px;
      cursor: pointer;
      color: black; }

  /* !SEARCH */
  #small_search_icon {
    position: absolute;
    top: 50px;
    right: 10px;
    height: 30px;
    width: 30px;
    background: blue; }
    #small_search_icon .is_opened {
      background: grey; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #hero {
    position: relative;
    height: 200px; }

  /************************************************************************************/
  /* !HIGHLIGHTS */
  /************************************************************************************/
  .highlight {
    width: 100%;
    background: #1b86b7; }
    .highlight aside {
      clear: both; }
    .highlight .with_sliding_ul {
      height: 225px; }
    .highlight figure {
      width: 135px;
      height: 135px;
      float: left;
      margin: 10px;
      margin-top: 3px; }
    .highlight h1 {
      font: 900 1.3rem/1.5rem "Source Sans Pro", sans-serif;
      margin-bottom: 10px;
      padding: 15px; }
    .highlight h2 {
      font: 900 1.1rem/1.5rem "Source Sans Pro", sans-serif;
      margin-bottom: 10px; }
    .highlight h3 {
      font: 900 1rem/1.5rem "Source Sans Pro", sans-serif;
      margin-top: 10px; }
    .highlight p {
      font: 400 1rem/1.4rem "Source Sans Pro", sans-serif; }
    .highlight .cta {
      font: 700 0.75rem/1rem "Source Sans Pro", sans-serif;
      display: inline-block;
      background: black;
      color: white;
      text-transform: uppercase;
      padding: 4px 8px;
      margin: 5px 0;
      border-radius: 4px; }

  /************************************************************************************/
  /* !PRE_FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !HEADER */
  /************************************************************************************/
  /* !SEARCH */
  #small_search_icon {
    display: none; }

  #search_form {
    position: absolute;
    right: 0px;
    top: 10px;
    display: block;
    text-align: right; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #hero {
    height: 300px; }

  /************************************************************************************/
  /* !HIGHLIGHT */
  /************************************************************************************/
  .highlight_wrapper {
    overflow: hidden; }
    .highlight_wrapper .highlight aside {
      overflow: hidden; }
    .highlight_wrapper .highlight .with_sliding_ul {
      height: 225px; }

  /************************************************************************************/
  /* !WIDGETS */
  /************************************************************************************/
  /************************************************************************************/
  /* !LAYOUTS */
  /************************************************************************************/
  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  html {
    font-size: .8rem;
    line-height: 1.1rem; }

  .pre_footer_wrapper, .footer_wrapper, .copyrights, .content, .hero_wrapper, .outer_footer_wrapper {
    max-width: 320px; }

  #hero {
    height: 173px;
    margin-top: 0px; }
    #hero figure {
      display: none !important; }

  #home #hero {
    height: 196px !important; }
    #home #hero figure {
      display: block !important; }

  .home_wrapper {
    border: 0; }

  .hero_wrapper {
    margin: 0 auto; }
    .hero_wrapper h1 {
      height: auto !important;
      padding-top: 10px !important;
      color: black !important;
      font: 700 1.8rem/2.2rem Bitter, serif !important;
      margin-bottom: 20px; }

  #breadcrumb {
    display: none; }

  #logo, #logo a {
    height: 70px; }

  #logo {
    left: 40px; }

  #small_navigation_icon {
    display: block;
    top: 71px;
    left: 150px; }

  #search_form {
    border: 0; }

  #navigation {
    display: none;
    position: absolute;
    top: 90px;
    left: 110px;
    width: 230px;
    height: auto;
    overflow: hidden;
    background: white;
    box-shadow: 2px 5px 5px rgba(33, 33, 33, 0.4); }
    #navigation .primary_nav {
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      width: 100%;
      padding-top: 10px; }
      #navigation .primary_nav div {
        height: auto;
        padding: 0;
        float: none;
        border-bottom: 1px solid white;
        text-transform: none; }
        #navigation .primary_nav div p {
          padding: 0;
          height: auto;
          background: none;
          margin-bottom: 10px; }
          #navigation .primary_nav div p span {
            display: none; }
        #navigation .primary_nav div .gizmut {
          display: none !important; }
        #navigation .primary_nav div a {
          color: #4d4d4d;
          text-shadow: none;
          margin: 0 10px;
          font: 400 1rem/1.6rem "Source Sans Pro", sans-serif; }
        #navigation .primary_nav div:hover a, #navigation .primary_nav div a.active {
          color: #4d4d4d;
          text-shadow: none;
          text-decoration: underline; }
      #navigation .primary_nav div:nth-child(5) {
        background: none;
        width: auto !important;
        height: auto !important;
        border-bottom: none; }
        #navigation .primary_nav div:nth-child(5):hover a, #navigation .primary_nav div:nth-child(5) a.active {
          color: #4d4d4d !important; }
        #navigation .primary_nav div:nth-child(5) a {
          font-weight: normal !important;
          padding-left: 0; }
          #navigation .primary_nav div:nth-child(5) a:hover {
            color: #4d4d4d !important;
            font-weight: normal !important; }
    #navigation .secondary_nav {
      display: none; }

  #home #hero .lead {
    font: 700 1.3rem/1.7rem Bitter, serif;
    padding-top: 10px;
    margin-bottom: 10px; }

  #hero h1 {
    text-shadow: none; }

  .testimonials li {
    padding-right: 10px; }

  .subnav {
    margin-top: 30px; }

  #home #hero #ul_wrapper {
    max-width: 320px;
    left: auto;
    right: 0;
    bottom: 15px !important;
    width: 100% !important; }

  .highlight h1 {
    font-size: 1.5rem;
    line-height: 22px;
    padding-right: 0;
    margin-right: 0;
    padding-top: 10px;
    background: none; }

  .highlight .left, .highlight .right {
    width: 100% !important;
    float: none; }

  .infos_nights h2 {
    font-size: 14px !important;
    padding-left: 20px;
    padding-top: 10px; }

  .personal_development.large_one_third {
    width: 31%; }

  .home_programs_cta img {
    width: 100px;
    margin-right: 0px;
    margin-left: 20px !important; }

  .home_programs_cta .intro {
    width: 165px;
    font-size: 14px;
    line-height: 17px;
    margin-right: 5px; }

  .infos_nights .next_events a {
    margin-left: 0;
    font-size: 13px !important; }

  .infos_nights .next_events p {
    margin-bottom: 7px; }

  .big a {
    padding: 10px 12px;
    padding-right: 40px;
    font-size: 14px; }
    .big a span {
      top: 9px; }

  .btn.big {
    display: block;
    margin: 10px 0; }

  .small a span {
    top: 16px !important; }

  .copyrights {
    padding-left: 10px; }

  .personal_development.medium_full_width {
    width: 100%; }
    .personal_development.medium_full_width h1 {
      margin-top: 10px;
      margin-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 10px; }
    .personal_development.medium_full_width h2 {
      padding-left: 15px !important; }
    .personal_development.medium_full_width .next_events {
      margin: 15px; }

  .home_programs_cta .btn {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px; }

  .infos_nights {
    padding-top: 20px; }

  .newsletter_wrapper {
    display: none; }

  .widget_wrapper {
    padding: 1%;
    padding-top: 0; }

  .widget {
    float: none;
    width: 100%;
    height: auto !important;
    padding-bottom: 80px !important; }
    .widget figure {
      padding-top: 20px;
      height: 120px; }

  .widget h1 {
    font-size: 20px; }

  .widget h2 {
    font-size: 17px; }

  .widget p {
    font-size: 15px;
    line-height: 20px; }

  .highlight_wrapper {
    max-width: 320px;
    margin-bottom: 5px; }

  .home_wrapper {
    max-width: 320px;
    margin-bottom: 60px; }

  .subnav h1 {
    font-size: 14px; }

  .subnav h2, .subnav .children a {
    font-size: 12px;
    line-height: 15px;
    padding-right: 30px; }

  .main {
    width: 95% !important;
    border: 0; }

  .page_text {
    padding-top: 20px !important; }

  .without_aside, .guess_what__another_wrapper {
    width: 60%; }

  .yet_another_inner_content aside {
    width: 59% !important; }

  .city_selector {
    display: none; }

  .subnav {
    width: 80%;
    margin-bottom: 30px; }

  .help {
    display: none; }

  #inscription_events .subnav, #confirm .subnav {
    display: none; }

  .steps {
    display: none; }

  .main_form {
    width: 90% !important; }

  .main_form form {
    padding-bottom: 50px; }

  .cart {
    float: left;
    width: 90%; }

  .btn_edit {
    display: none; }

  .book img {
    float: none; }

  #breadcrumb ul {
    display: none; }

  .page_text p {
    margin-right: 40px; }

  .city_selector h2 {
    font-size: 11px; }

  .city_selector div, .city_selector div ul {
    width: 185px; }

  .yet_another_inner_content aside {
    display: none; }

  .subnav .toggle .fancy_guizmut {
    background: none;
    margin-bottom: 0 !important; }

  .main_form {
    width: 50%;
    margin-top: 36px; }
    .main_form label, .main_form input {
      width: 280px; }
    .main_form .objectives {
      width: 580px; }
    .main_form .invitee_region {
      width: 650px; }
      .main_form .invitee_region label, .main_form .invitee_region input {
        width: 260px; }

  .user_data {
    width: 320px; }

  .main_form .invitee_region {
    width: 280px; }

  .main_form .invitee_region label, .main_form .invitee_region input {
    width: 220px; }

  .entry ol, .entry ul {
    padding-right: 40px; }

  .large_2_columns {
    padding-right: 20px; }

  #page_generic_indie .subnav {
    display: none; }

  #inscription_events #hero,
  #inscription_seances #hero,
  #confirm #hero,
  #inscription_formation_base_1 #hero,
  #cart #hero,
  #cart_step_1 #hero {
    height: 75px; }

  #hero #ul_wrapper {
    display: none; }

  #hero .big.btn {
    display: block;
    margin: 20px 0; }

  .outer_footer_wrapper {
    margin: 0 auto; }

  .pre_footer_wrapper {
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden; }
    .pre_footer_wrapper section {
      margin-bottom: 40px; }
    .pre_footer_wrapper p {
      font-size: 14px; }

  footer .footer_wrapper nav p {
    line-height: 16px;
    margin-bottom: 10px; }

  footer .primary_nav, footer .secondary_nav {
    width: 100% !important;
    border: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important; }

  .newsletter_wrapper .newsletter form {
    width: 300px; }

  .newsletter_wrapper .newsletter form input {
    width: 180px; }

  .dates section p {
    font-size: 14px; }

  header .primary_nav .formation {
    left: 170px; }

  .inner_share {
    width: 320px !important; }

  .pre_footer_testimonial .with_fancy_guillemets {
    background: url(/images/bg-testimonial-1024.png) no-repeat 0 0; }

  .big a span {
    top: 14px !important; }

  .small a span {
    top: 20px !important; }

  #dev_personnel_entry .share, #dev_personnel_entry .subnav, #dev_personnel_entry iframe, #dev_personnel_entry .city_selector h2 {
    display: none; }
  #dev_personnel_entry .city_selector {
    display: block;
    margin-top: 20px; }
  #dev_personnel_entry .city_selector div {
    width: 225px;
    left: 0; }
    #dev_personnel_entry .city_selector div ul {
      width: 225px; }
  #dev_personnel_entry .entry {
    padding-bottom: 0;
    min-height: 200px; }
  #dev_personnel_entry .main h1 {
    margin-top: 40px; }
  #dev_personnel_entry .yet_another_inner_content aside {
    width: 95% !important;
    display: block; }

  .second_row section:first-child {
    margin-left: 0;
    margin-top: 10px; }

  .second_row section:last-child {
    float: right; } }
@media only screen and (min-width: 37em) and (max-width: 47.999em) {
  /************************************************************************************/
  /* !HEADER */
  /************************************************************************************/
  header {
    padding-top: 110px;
    min-height: 110px; }

  #small_navigation_icon {
    position: absolute;
    top: 105px;
    left: 200px;
    height: 15px;
    background: url(/images/sprites.svg) no-repeat -70px 0px;
    font-family: Bitter, serif;
    padding-left: 28px;
    line-height: 14px;
    color: #1f315d; }
    #small_navigation_icon:hover, #small_navigation_icon .is_opened {
      background: url(/images/sprites.svg) no-repeat -70px -20px;
      cursor: pointer;
      color: black; }

  /* !SEARCH */
  #small_search_icon {
    position: absolute;
    top: 50px;
    right: 10px;
    height: 30px;
    width: 30px;
    background: blue; }
    #small_search_icon .is_opened {
      background: grey; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #hero {
    position: relative;
    height: 200px; }

  /************************************************************************************/
  /* !HIGHLIGHTS */
  /************************************************************************************/
  .highlight {
    width: 100%;
    background: #1b86b7; }
    .highlight aside {
      clear: both; }
    .highlight .with_sliding_ul {
      height: 225px; }
    .highlight figure {
      width: 135px;
      height: 135px;
      float: left;
      margin: 10px;
      margin-top: 3px; }
    .highlight h1 {
      font: 900 1.3rem/1.5rem "Source Sans Pro", sans-serif;
      margin-bottom: 10px;
      padding: 15px; }
    .highlight h2 {
      font: 900 1.1rem/1.5rem "Source Sans Pro", sans-serif;
      margin-bottom: 10px; }
    .highlight h3 {
      font: 900 1rem/1.5rem "Source Sans Pro", sans-serif;
      margin-top: 10px; }
    .highlight p {
      font: 400 1rem/1.4rem "Source Sans Pro", sans-serif; }
    .highlight .cta {
      font: 700 0.75rem/1rem "Source Sans Pro", sans-serif;
      display: inline-block;
      background: black;
      color: white;
      text-transform: uppercase;
      padding: 4px 8px;
      margin: 5px 0;
      border-radius: 4px; }

  /************************************************************************************/
  /* !PRE_FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !HEADER */
  /************************************************************************************/
  /* !SEARCH */
  #small_search_icon {
    display: none; }

  #search_form {
    position: absolute;
    right: 0px;
    top: 10px;
    display: block;
    text-align: right; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #hero {
    height: 300px; }

  /************************************************************************************/
  /* !HIGHLIGHT */
  /************************************************************************************/
  .highlight_wrapper {
    overflow: hidden; }
    .highlight_wrapper .highlight aside {
      overflow: hidden; }
    .highlight_wrapper .highlight .with_sliding_ul {
      height: 225px; }

  /************************************************************************************/
  /* !WIDGETS */
  /************************************************************************************/
  /************************************************************************************/
  /* !LAYOUTS */
  /************************************************************************************/
  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  html {
    font: 400 12px/19px 'Source Sans Pro', sans-serif; }

  .pre_footer_wrapper, .footer_wrapper, .copyrights, .content, .hero_wrapper, .outer_footer_wrapper {
    max-width: 600px; }

  #hero {
    height: 273px; }
    #hero h1 {
      font: 700 32px/42px 'Bitter', serif; }

  #home #hero {
    height: 312px !important; }

  .hero_wrapper {
    margin: 0 auto; }
    .hero_wrapper h1 {
      height: 235px !important; }

  #logo, #logo a {
    height: 85px; }

  #small_navigation_icon {
    display: block;
    top: 75px; }

  #search_form {
    border: 0; }

  #navigation {
    display: none;
    position: absolute;
    top: 100px;
    left: 200px;
    width: 280px;
    height: auto;
    overflow: hidden;
    background: white;
    box-shadow: 2px 5px 5px rgba(33, 33, 33, 0.4); }
    #navigation .primary_nav {
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      width: 100%;
      padding-top: 10px; }
      #navigation .primary_nav div {
        height: auto;
        padding: 0;
        float: none;
        border-bottom: 1px solid white;
        text-transform: none; }
        #navigation .primary_nav div p {
          padding: 0;
          height: auto;
          background: none;
          margin-bottom: 10px; }
          #navigation .primary_nav div p span {
            display: none; }
        #navigation .primary_nav div .gizmut {
          display: none !important; }
        #navigation .primary_nav div a {
          color: #4d4d4d;
          text-shadow: none;
          margin: 0 10px;
          font: 400 1rem/1.6rem "Source Sans Pro", sans-serif; }
        #navigation .primary_nav div:hover a, #navigation .primary_nav div a.active {
          color: #4d4d4d;
          text-shadow: none;
          text-decoration: underline; }
      #navigation .primary_nav div:nth-child(5) {
        background: none;
        width: auto !important;
        height: auto !important;
        border-bottom: none; }
        #navigation .primary_nav div:nth-child(5):hover a, #navigation .primary_nav div:nth-child(5) a.active {
          color: #4d4d4d !important; }
        #navigation .primary_nav div:nth-child(5) a {
          font-weight: normal !important;
          padding-left: 0; }
          #navigation .primary_nav div:nth-child(5) a:hover {
            color: #4d4d4d !important;
            font-weight: normal !important; }
    #navigation .secondary_nav {
      display: none; }

  #home #hero .lead {
    font: 700 2.5rem/2.9rem Bitter, serif;
    padding-top: 120px;
    margin-bottom: 20px; }

  #home #hero #ul_wrapper {
    max-width: 600px;
    left: auto;
    right: 0;
    bottom: 15px !important;
    width: 100% !important; }

  .highlight h1 {
    font-size: 1.5rem;
    padding-right: 0;
    margin-right: 0;
    padding-top: 10px; }

  .highlight .left, .highlight .right {
    width: 50% !important; }

  .infos_nights h2 {
    font-size: 14px !important;
    padding-left: 20px;
    padding-top: 10px; }

  .personal_development.large_one_third {
    width: 31%; }

  .home_programs_cta img {
    width: 100px;
    margin-right: 0px; }

  .home_programs_cta .intro {
    width: 165px;
    font-size: 14px;
    line-height: 17px;
    margin-right: 5px; }

  .infos_nights .next_events a {
    margin-left: 0;
    font-size: 13px !important; }

  .infos_nights .next_events p {
    margin-bottom: 7px; }

  .big a {
    padding: 10px 12px;
    padding-right: 40px;
    font-size: 14px; }
    .big a span {
      top: 15px !important; }

  .small a span {
    top: 16px !important; }

  .copyrights {
    padding-left: 10px; }

  .personal_development.medium_full_width {
    width: 100%; }
    .personal_development.medium_full_width h1 {
      margin-top: 10px;
      margin-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 10px; }
    .personal_development.medium_full_width h2 {
      padding-left: 15px !important; }
    .personal_development.medium_full_width .next_events {
      margin: 15px; }

  .home_programs_cta .btn {
    display: block;
    margin-top: 30px; }

  .newsletter_wrapper .newsletter p {
    font-size: 16px;
    line-height: 19px; }
  .newsletter_wrapper .newsletter i {
    display: none; }
  .newsletter_wrapper .newsletter form {
    width: 190px !important;
    height: auto;
    overflow: hidden;
    background: none;
    border: none;
    margin-bottom: 20px; }
    .newsletter_wrapper .newsletter form input {
      width: 180px !important;
      border-radius: 2px 2px;
      border: 1px solid #d9d9d9;
      background: #f4f4f4;
      text-align: left;
      padding-left: 10px; }
    .newsletter_wrapper .newsletter form button {
      float: left;
      margin-top: 15px;
      margin-bottom: 0; }

  .widget_wrapper {
    padding: 1%;
    padding-top: 0; }

  .widget {
    float: none;
    width: 100%;
    height: auto !important;
    padding-bottom: 80px !important; }
    .widget figure {
      padding-top: 20px;
      height: 120px; }

  .widget h1 {
    font-size: 20px; }

  .widget h2 {
    font-size: 17px; }

  .widget p {
    font-size: 15px;
    line-height: 20px; }

  .highlight_wrapper {
    max-width: 600px;
    margin-bottom: 5px; }

  .home_wrapper {
    max-width: 600px;
    margin-bottom: 60px; }

  .subnav h1 {
    font-size: 16px; }

  .subnav h2, .subnav .children a {
    font-size: 13px;
    line-height: 17px;
    padding-right: 30px; }

  .main {
    width: 60%;
    border: 0; }

  .without_aside, .guess_what__another_wrapper {
    width: 60%; }

  .yet_another_inner_content aside {
    width: 59% !important; }

  .subnav {
    width: 30%; }

  .help {
    display: none; }

  #inscription_events .subnav, #confirm .subnav {
    display: none; }

  .steps {
    display: none; }

  .main_form {
    width: 90% !important; }

  .main_form form {
    padding-bottom: 50px; }

  .cart {
    float: left;
    width: 90%; }

  .btn_edit {
    display: none; }

  .book img {
    float: none; }

  #breadcrumb ul {
    display: none; }

  .page_text p {
    margin-right: 40px; }

  .city_selector h2 {
    font-size: 11px; }

  .city_selector div, .city_selector div ul {
    width: 185px; }

  .yet_another_inner_content aside {
    width: 20%;
    padding-right: 10px;
    padding-left: 10px; }

  .subnav .toggle .fancy_guizmut {
    background: none;
    margin-bottom: 0 !important; }

  .steps .step {
    width: 130px;
    background: url(/images/sprites.svg) no-repeat -310px -810px; }
    .steps .step p {
      font-size: 10px;
      line-height: 45px; }

  .steps .step:last-child {
    width: 300px; }

  .steps .step.active {
    background: url(/images/sprites.svg) no-repeat 0px -810px; }

  .main_form {
    width: 50%;
    margin-top: 36px; }
    .main_form label, .main_form input {
      width: 280px; }
    .main_form .objectives {
      width: 580px; }
    .main_form .invitee_region {
      width: 650px; }
      .main_form .invitee_region label, .main_form .invitee_region input {
        width: 260px; }

  .outer_footer_wrapper {
    margin: 0 auto; }

  .pre_footer_wrapper {
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden; }
    .pre_footer_wrapper section {
      margin-bottom: 40px; }
    .pre_footer_wrapper p {
      font-size: 14px; }

  footer .footer_wrapper nav p {
    line-height: 16px;
    margin-bottom: 10px; }

  footer .primary_nav, footer .secondary_nav {
    width: 100% !important;
    border: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important; }

  .newsletter_wrapper .newsletter form {
    width: 300px; }

  .newsletter_wrapper .newsletter form input {
    width: 180px; }

  .dates section p {
    font-size: 14px; }

  header .primary_nav .formation {
    left: 170px; }

  .inner_share {
    width: 600px !important; }

  .pre_footer_testimonial .with_fancy_guillemets {
    background: url(/images/bg-testimonial-1024.png) no-repeat 0 0; }

  .second_row section:first-child {
    margin-left: 0; }

  .second_row section:last-child {
    float: right; } }
@media only screen and (min-width: 48em) and (max-width: 63.999em) {
  /************************************************************************************/
  /* !HEADER */
  /************************************************************************************/
  header {
    padding-top: 110px;
    min-height: 110px; }

  #small_navigation_icon {
    position: absolute;
    top: 105px;
    left: 200px;
    height: 15px;
    background: url(/images/sprites.svg) no-repeat -70px 0px;
    font-family: Bitter, serif;
    padding-left: 28px;
    line-height: 14px;
    color: #1f315d; }
    #small_navigation_icon:hover, #small_navigation_icon .is_opened {
      background: url(/images/sprites.svg) no-repeat -70px -20px;
      cursor: pointer;
      color: black; }

  /* !SEARCH */
  #small_search_icon {
    position: absolute;
    top: 50px;
    right: 10px;
    height: 30px;
    width: 30px;
    background: blue; }
    #small_search_icon .is_opened {
      background: grey; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #hero {
    position: relative;
    height: 200px; }

  /************************************************************************************/
  /* !HIGHLIGHTS */
  /************************************************************************************/
  .highlight {
    width: 100%;
    background: #1b86b7; }
    .highlight aside {
      clear: both; }
    .highlight .with_sliding_ul {
      height: 225px; }
    .highlight figure {
      width: 135px;
      height: 135px;
      float: left;
      margin: 10px;
      margin-top: 3px; }
    .highlight h1 {
      font: 900 1.3rem/1.5rem "Source Sans Pro", sans-serif;
      margin-bottom: 10px;
      padding: 15px; }
    .highlight h2 {
      font: 900 1.1rem/1.5rem "Source Sans Pro", sans-serif;
      margin-bottom: 10px; }
    .highlight h3 {
      font: 900 1rem/1.5rem "Source Sans Pro", sans-serif;
      margin-top: 10px; }
    .highlight p {
      font: 400 1rem/1.4rem "Source Sans Pro", sans-serif; }
    .highlight .cta {
      font: 700 0.75rem/1rem "Source Sans Pro", sans-serif;
      display: inline-block;
      background: black;
      color: white;
      text-transform: uppercase;
      padding: 4px 8px;
      margin: 5px 0;
      border-radius: 4px; }

  /************************************************************************************/
  /* !PRE_FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !HEADER */
  /************************************************************************************/
  /* !SEARCH */
  #small_search_icon {
    display: none; }

  #search_form {
    position: absolute;
    right: 0px;
    top: 10px;
    display: block;
    text-align: right; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #hero {
    height: 300px; }

  /************************************************************************************/
  /* !HIGHLIGHT */
  /************************************************************************************/
  .highlight_wrapper {
    overflow: hidden; }
    .highlight_wrapper .highlight aside {
      overflow: hidden; }
    .highlight_wrapper .highlight .with_sliding_ul {
      height: 225px; }

  /************************************************************************************/
  /* !WIDGETS */
  /************************************************************************************/
  /************************************************************************************/
  /* !LAYOUTS */
  /************************************************************************************/
  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !HEADER */
  /************************************************************************************/
  header {
    padding-top: 0px; }
    header .header_wrapper {
      position: relative;
      max-width: 1280px;
      height: 140px;
      margin: 0 auto; }

  #small_navigation_icon {
    display: none; }

  #navigation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px; }
    #navigation p {
      display: inline-block;
      border-bottom: 0;
      padding: 0 5px; }
    #navigation .primary_nav {
      position: absolute;
      top: 45px;
      right: inherit;
      bottom: inherit;
      left: 335px;
      font: 700 1rem/1rem Bitter, serif; }
      #navigation .primary_nav div {
        float: left;
        height: 90px;
        padding-top: 25px; }
      #navigation .primary_nav p {
        position: relative;
        height: 40px;
        background: url(/images/bg-primary-nav-p.png) no-repeat 0 0; }
      #navigation .primary_nav a {
        color: white;
        line-height: 40px;
        margin: 0 10px;
        font-weight: normal;
        text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.4); }
      #navigation .primary_nav div:nth-child(1) p, #navigation .primary_nav div:nth-child(2) p {
        padding-right: 20px; }
      #navigation .primary_nav div:nth-child(1) span, #navigation .primary_nav div:nth-child(2) span {
        position: absolute;
        top: 18px;
        right: 10px;
        bottom: inherit;
        left: inherit;
        width: 10px;
        height: 5px;
        background: url(/images/sprites.svg) no-repeat 0px -20px; }
      #navigation .primary_nav div:hover a, #navigation .primary_nav .a_hover {
        color: #1f315d;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5); }
      #navigation .primary_nav .active {
        color: #1f315d;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5); }
      #navigation .primary_nav div:hover {
        cursor: pointer; }
    #navigation .secondary_nav {
      position: absolute;
      right: 147px;
      line-height: 27px; }
      #navigation .secondary_nav a:hover, #navigation .secondary_nav a.active {
        text-decoration: underline; }

  #navigation .primary_nav {
    width: 1090px;
    left: auto;
    right: -40px;
    font-size: 14px; }

  .primary_nav {
    width: 975px; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #ul_wrapper {
    width: 1280px;
    margin-left: -640px;
    bottom: 110px; }

  /************************************************************************************/
  /* !HIGHLIGHTS */
  /************************************************************************************/
  .highlight h1 {
    font: 700 19px/35px 'Bitter', serif;
    height: 38px;
    padding: 0 15px;
    margin: 15px; }

  .highlight .left {
    float: left;
    width: 45%; }

  .highlight .right {
    width: 48.5%; }

  .home_programs_cta {
    margin-top: 20px;
    margin-left: 15px; }
    .home_programs_cta .intro {
      padding-right: 5%; }
    .home_programs_cta hr {
      margin: 20px;
      margin-bottom: 40px; }

  .infos_nights h2 {
    margin-left: 20px;
    margin-top: 25px;
    font: 400 13px/26px 'Source Sans Pro', sans-serif; }

  .personal_development h1 {
    margin-left: 5px !important; }
  .personal_development h2 {
    margin-left: 20px;
    margin-top: 40px;
    font: 400 13px/26px 'Source Sans Pro', sans-serif; }

  /************************************************************************************/
  /* !WIDGETS */
  /************************************************************************************/
  /************************************************************************************/
  /* !CONTENT */
  /************************************************************************************/
  .fancy_and_useless_shadow {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1024px;
    height: 10px;
    margin-left: -512px;
    z-index: 10; }

  /************************************************************************************/
  /* !LAYOUTS */
  /************************************************************************************/
  .clear_both {
    clear: none; }

  .large_two_third {
    width: 68.25%; }

  .large_one_third {
    width: 30%; }
    .large_one_third .with_sliding_ul {
      height: 310px !important; }

  .large_one_quarter {
    width: 23% !important; }

  .widget.large_one_third:last-child {
    margin-right: 0; }

  .large_half_width {
    width: 48%; }

  .large_one_sixty {
    width: 60%; }

  .large_one_forty {
    width: 40%; }

  .col_wrapper {
    width: 48.5%;
    margin-right: 2.75%; }

  .col_wrapper:last-child {
    margin-right: 0; }

  .on_2_cols {
    overflow: hidden; }
    .on_2_cols p {
      float: left;
      margin-right: 40px;
      margin-bottom: 15px !important; }

  /************************************************************************************/
  /* !PRE FOOTER */
  /************************************************************************************/
  .pre_footer_wrapper {
    background: url(/images/bg-pre-footer.jpg) no-repeat center center;
    margin-top: 30px;
    padding-bottom: 30px;
    overflow: hidden; }
    .pre_footer_wrapper section:first-child {
      margin-right: 4%; }
    .pre_footer_wrapper section:last-child {
      padding-left: 2%; }

  .outer_footer_wrapper {
    position: relative;
    max-width: 1280px;
    margin: 0 auto; }

  html {
    font: 400 13px/20px 'Source Sans Pro', sans-serif; }

  #logo {
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 125px; }

  .pre_footer_wrapper, .footer_wrapper, .copyrights, .content, .hero_wrapper, .outer_footer_wrapper {
    max-width: 768px; }

  #hero {
    height: 273px; }
    #hero h1 {
      font: 700 32px/42px 'Bitter', serif; }

  #home #hero {
    height: 390px !important; }

  .hero_wrapper {
    margin: 0 auto; }
    .hero_wrapper h1 {
      height: 235px !important; }

  #small_navigation_icon {
    display: block;
    margin-left: 50px; }

  #search_form {
    border: 0; }

  #navigation {
    display: none;
    position: absolute;
    top: 125px;
    left: 250px;
    width: 280px;
    height: auto;
    overflow: hidden;
    background: white;
    box-shadow: 2px 5px 5px rgba(33, 33, 33, 0.4); }
    #navigation .primary_nav {
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      width: 100%;
      padding-top: 10px; }
      #navigation .primary_nav div {
        height: auto;
        padding: 0;
        float: none;
        border-bottom: 1px solid white;
        text-transform: none; }
        #navigation .primary_nav div p {
          padding: 0;
          height: auto;
          background: none;
          margin-bottom: 10px; }
          #navigation .primary_nav div p span {
            display: none; }
        #navigation .primary_nav div .gizmut {
          display: none !important; }
        #navigation .primary_nav div a {
          color: #4d4d4d;
          text-shadow: none;
          margin: 0 10px;
          font: 400 14px/28px 'Source Sans Pro', sans-serif; }
        #navigation .primary_nav div:hover a, #navigation .primary_nav div a.active {
          color: #4d4d4d;
          text-shadow: none;
          text-decoration: underline; }
      #navigation .primary_nav div:nth-child(6) {
        background: none;
        width: auto !important;
        height: auto !important;
        border-bottom: none; }
        #navigation .primary_nav div:nth-child(6):hover a, #navigation .primary_nav div:nth-child(6) a.active {
          color: #4d4d4d !important; }
        #navigation .primary_nav div:nth-child(6) a {
          font-weight: normal !important;
          padding-left: 0; }
          #navigation .primary_nav div:nth-child(6) a:hover {
            color: #4d4d4d !important;
            font-weight: normal !important; }
    #navigation .secondary_nav {
      display: none; }

  #home #hero .lead {
    font: 700 3rem/3.2rem Bitter, serif;
    padding-top: 120px;
    margin-bottom: 30px; }

  #home #hero #ul_wrapper {
    max-width: 768px;
    left: auto;
    right: 0; }

  .highlight h1 {
    font-size: 1rem;
    padding-right: 0;
    margin-right: 0; }

  .personal_development.large_one_third {
    width: 31%; }

  .infos_nights .next_events a {
    margin-left: 0; }

  .home_programs_cta img {
    width: 70px;
    margin-right: 10px; }

  .home_programs_cta .intro {
    width: 160px;
    font-size: 14px;
    line-height: 17px; }

  .big a {
    padding: 10px 12px;
    padding-right: 40px;
    font-size: 14px; }
    .big a span {
      top: 15px !important; }

  .copyrights {
    padding-left: 10px; }

  .newsletter_wrapper .newsletter p {
    font-size: 16px;
    line-height: 19px; }
  .newsletter_wrapper .newsletter i {
    display: none; }
  .newsletter_wrapper .newsletter form {
    width: 190px !important;
    height: auto;
    overflow: hidden;
    background: none;
    border: none;
    margin-bottom: 20px; }
    .newsletter_wrapper .newsletter form input {
      width: 180px !important;
      border-radius: 2px 2px;
      border: 1px solid #d9d9d9;
      background: #f4f4f4;
      text-align: left;
      padding-left: 10px; }
    .newsletter_wrapper .newsletter form button {
      float: left;
      margin-top: 15px;
      margin-bottom: 0; }

  .widget_wrapper {
    padding: 1%;
    padding-top: 0; }

  .widget {
    float: none;
    width: 100%;
    height: auto !important;
    padding-bottom: 80px !important; }
    .widget figure {
      padding-top: 20px;
      height: 120px; }

  .widget h1 {
    font-size: 20px; }

  .widget h2 {
    font-size: 17px; }

  .widget p {
    font-size: 15px;
    line-height: 20px; }

  .highlight_wrapper {
    max-width: 768px;
    margin-bottom: 5px; }

  .home_wrapper {
    max-width: 768px;
    margin-bottom: 60px; }

  .subnav h1 {
    font-size: 16px; }

  .subnav h2, .subnav .children a {
    font-size: 13px;
    line-height: 17px;
    padding-right: 30px; }

  .main {
    width: 44%; }

  .without_aside, .guess_what__another_wrapper {
    width: 68%; }

  .page_text p {
    margin-right: 40px; }

  .city_selector h2 {
    font-size: 11px; }

  .city_selector div, .city_selector div ul {
    width: 185px; }

  .yet_another_inner_content aside {
    width: 20%;
    padding-right: 10px;
    padding-left: 10px; }

  .subnav .toggle .fancy_guizmut {
    background: url(/images/sprites.svg) no-repeat 0px -790px; }

  .steps .step {
    width: 130px;
    background: url(/images/sprites.svg) no-repeat -310px -810px; }
    .steps .step p {
      font-size: 10px;
      line-height: 45px; }

  .steps .step:last-child {
    width: 300px; }

  .steps .step.active {
    background: url(/images/sprites.svg) no-repeat 0px -810px; }

  .main_form {
    width: 50%;
    margin-top: 36px; }
    .main_form label, .main_form input {
      width: 280px; }
    .main_form .objectives {
      width: 580px; }
    .main_form .invitee_region {
      width: 650px; }
      .main_form .invitee_region label, .main_form .invitee_region input {
        width: 260px; }

  .pre_footer_wrapper {
    margin: 0 auto;
    margin-top: 30px; }
    .pre_footer_wrapper p {
      font-size: 14px; }

  .highlight .left {
    width: 48%; }

  footer .footer_wrapper nav p {
    line-height: 16px;
    margin-bottom: 10px; }

  .newsletter_wrapper .newsletter form {
    width: 300px; }

  .newsletter_wrapper .newsletter form input {
    width: 180px; }

  .dates section p {
    font-size: 14px; }

  header .primary_nav .formation {
    left: 170px; }

  .inner_share {
    width: 768px !important; }

  .pre_footer_testimonial .with_fancy_guillemets {
    background: url(/images/bg-testimonial-1024.png) no-repeat 0 0; }

  .second_row {
    margin-top: 15px;
    width: calc(100% - 15px); } }
@media only screen and (min-width: 64em) and (max-width: 79.999em) {
  /************************************************************************************/
  /* !HEADER */
  /************************************************************************************/
  header {
    padding-top: 110px;
    min-height: 110px; }

  #small_navigation_icon {
    position: absolute;
    top: 105px;
    left: 200px;
    height: 15px;
    background: url(/images/sprites.svg) no-repeat -70px 0px;
    font-family: Bitter, serif;
    padding-left: 28px;
    line-height: 14px;
    color: #1f315d; }
    #small_navigation_icon:hover, #small_navigation_icon .is_opened {
      background: url(/images/sprites.svg) no-repeat -70px -20px;
      cursor: pointer;
      color: black; }

  /* !SEARCH */
  #small_search_icon {
    position: absolute;
    top: 50px;
    right: 10px;
    height: 30px;
    width: 30px;
    background: blue; }
    #small_search_icon .is_opened {
      background: grey; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #hero {
    position: relative;
    height: 200px; }

  /************************************************************************************/
  /* !HIGHLIGHTS */
  /************************************************************************************/
  .highlight {
    width: 100%;
    background: #1b86b7; }
    .highlight aside {
      clear: both; }
    .highlight .with_sliding_ul {
      height: 225px; }
    .highlight figure {
      width: 135px;
      height: 135px;
      float: left;
      margin: 10px;
      margin-top: 3px; }
    .highlight h1 {
      font: 900 1.3rem/1.5rem "Source Sans Pro", sans-serif;
      margin-bottom: 10px;
      padding: 15px; }
    .highlight h2 {
      font: 900 1.1rem/1.5rem "Source Sans Pro", sans-serif;
      margin-bottom: 10px; }
    .highlight h3 {
      font: 900 1rem/1.5rem "Source Sans Pro", sans-serif;
      margin-top: 10px; }
    .highlight p {
      font: 400 1rem/1.4rem "Source Sans Pro", sans-serif; }
    .highlight .cta {
      font: 700 0.75rem/1rem "Source Sans Pro", sans-serif;
      display: inline-block;
      background: black;
      color: white;
      text-transform: uppercase;
      padding: 4px 8px;
      margin: 5px 0;
      border-radius: 4px; }

  /************************************************************************************/
  /* !PRE_FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !HEADER */
  /************************************************************************************/
  /* !SEARCH */
  #small_search_icon {
    display: none; }

  #search_form {
    position: absolute;
    right: 0px;
    top: 10px;
    display: block;
    text-align: right; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #hero {
    height: 300px; }

  /************************************************************************************/
  /* !HIGHLIGHT */
  /************************************************************************************/
  .highlight_wrapper {
    overflow: hidden; }
    .highlight_wrapper .highlight aside {
      overflow: hidden; }
    .highlight_wrapper .highlight .with_sliding_ul {
      height: 225px; }

  /************************************************************************************/
  /* !WIDGETS */
  /************************************************************************************/
  /************************************************************************************/
  /* !LAYOUTS */
  /************************************************************************************/
  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !HEADER */
  /************************************************************************************/
  header {
    padding-top: 0px; }
    header .header_wrapper {
      position: relative;
      max-width: 1280px;
      height: 140px;
      margin: 0 auto; }

  #small_navigation_icon {
    display: none; }

  #navigation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px; }
    #navigation p {
      display: inline-block;
      border-bottom: 0;
      padding: 0 5px; }
    #navigation .primary_nav {
      position: absolute;
      top: 45px;
      right: inherit;
      bottom: inherit;
      left: 335px;
      font: 700 1rem/1rem Bitter, serif; }
      #navigation .primary_nav div {
        float: left;
        height: 90px;
        padding-top: 25px; }
      #navigation .primary_nav p {
        position: relative;
        height: 40px;
        background: url(/images/bg-primary-nav-p.png) no-repeat 0 0; }
      #navigation .primary_nav a {
        color: white;
        line-height: 40px;
        margin: 0 10px;
        font-weight: normal;
        text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.4); }
      #navigation .primary_nav div:nth-child(1) p, #navigation .primary_nav div:nth-child(2) p {
        padding-right: 20px; }
      #navigation .primary_nav div:nth-child(1) span, #navigation .primary_nav div:nth-child(2) span {
        position: absolute;
        top: 18px;
        right: 10px;
        bottom: inherit;
        left: inherit;
        width: 10px;
        height: 5px;
        background: url(/images/sprites.svg) no-repeat 0px -20px; }
      #navigation .primary_nav div:hover a, #navigation .primary_nav .a_hover {
        color: #1f315d;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5); }
      #navigation .primary_nav .active {
        color: #1f315d;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5); }
      #navigation .primary_nav div:hover {
        cursor: pointer; }
    #navigation .secondary_nav {
      position: absolute;
      right: 147px;
      line-height: 27px; }
      #navigation .secondary_nav a:hover, #navigation .secondary_nav a.active {
        text-decoration: underline; }

  #navigation .primary_nav {
    width: 1090px;
    left: auto;
    right: -40px;
    font-size: 14px; }

  .primary_nav {
    width: 975px; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #ul_wrapper {
    width: 1280px;
    margin-left: -640px;
    bottom: 110px; }

  /************************************************************************************/
  /* !HIGHLIGHTS */
  /************************************************************************************/
  .highlight h1 {
    font: 700 19px/35px 'Bitter', serif;
    height: 38px;
    padding: 0 15px;
    margin: 15px; }

  .highlight .left {
    float: left;
    width: 45%; }

  .highlight .right {
    width: 48.5%; }

  .home_programs_cta {
    margin-top: 20px;
    margin-left: 15px; }
    .home_programs_cta .intro {
      padding-right: 5%; }
    .home_programs_cta hr {
      margin: 20px;
      margin-bottom: 40px; }

  .infos_nights h2 {
    margin-left: 20px;
    margin-top: 25px;
    font: 400 13px/26px 'Source Sans Pro', sans-serif; }

  .personal_development h1 {
    margin-left: 5px !important; }
  .personal_development h2 {
    margin-left: 20px;
    margin-top: 40px;
    font: 400 13px/26px 'Source Sans Pro', sans-serif; }

  /************************************************************************************/
  /* !WIDGETS */
  /************************************************************************************/
  /************************************************************************************/
  /* !CONTENT */
  /************************************************************************************/
  .fancy_and_useless_shadow {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1024px;
    height: 10px;
    margin-left: -512px;
    z-index: 10; }

  /************************************************************************************/
  /* !LAYOUTS */
  /************************************************************************************/
  .clear_both {
    clear: none; }

  .large_two_third {
    width: 68.25%; }

  .large_one_third {
    width: 30%; }
    .large_one_third .with_sliding_ul {
      height: 310px !important; }

  .large_one_quarter {
    width: 23% !important; }

  .widget.large_one_third:last-child {
    margin-right: 0; }

  .large_half_width {
    width: 48%; }

  .large_one_sixty {
    width: 60%; }

  .large_one_forty {
    width: 40%; }

  .col_wrapper {
    width: 48.5%;
    margin-right: 2.75%; }

  .col_wrapper:last-child {
    margin-right: 0; }

  .on_2_cols {
    overflow: hidden; }
    .on_2_cols p {
      float: left;
      margin-right: 40px;
      margin-bottom: 15px !important; }

  /************************************************************************************/
  /* !PRE FOOTER */
  /************************************************************************************/
  .pre_footer_wrapper {
    background: url(/images/bg-pre-footer.jpg) no-repeat center center;
    margin-top: 30px;
    padding-bottom: 30px;
    overflow: hidden; }
    .pre_footer_wrapper section:first-child {
      margin-right: 4%; }
    .pre_footer_wrapper section:last-child {
      padding-left: 2%; }

  .outer_footer_wrapper {
    position: relative;
    max-width: 1280px;
    margin: 0 auto; }

  .pre_footer_wrapper, .footer_wrapper, .copyrights, .content, .hero_wrapper, .outer_footer_wrapper {
    max-width: 1024px; }

  #logo {
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 75px; }

  .hero_wrapper {
    margin: 0 auto; }

  .pre_footer_wrapper {
    margin: 0 auto;
    margin-top: 30px; }
    .pre_footer_wrapper p {
      font-size: 14px; }

  .highlight_wrapper {
    max-width: 1004px; }

  .home_wrapper {
    max-width: 1024px;
    margin-bottom: 60px; }

  #navigation .primary_nav {
    width: 1100px;
    left: auto;
    right: -90px;
    font-size: 13px; }

  #home #hero #ul_wrapper {
    max-width: 1024px;
    left: auto;
    right: 0; }

  .highlight h1 {
    font-size: 1.2rem; }

  .home_programs_cta img {
    width: 90px;
    margin-right: 10px; }

  .home_programs_cta .intro {
    width: 210px;
    font-size: 15px;
    line-height: 20px; }

  .highlight .left {
    width: 48%; }

  .widget h1 {
    font-size: 20px; }

  .widget h2 {
    font-size: 17px; }

  .widget p {
    font-size: 15px;
    line-height: 20px; }

  .copyrights {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px !important; }

  footer .footer_wrapper nav p {
    line-height: 16px;
    margin-bottom: 10px; }

  .newsletter_wrapper .newsletter form {
    width: 300px; }

  .newsletter_wrapper .newsletter form input {
    width: 180px; }

  .main {
    width: 43.5%; }
    .main h1 {
      font-size: 16px; }

  .without_aside {
    width: 69%; }

  .dates section p {
    font-size: 14px; }

  header .primary_nav .formation {
    left: 100px; }

  .inner_share {
    width: 1024px !important; }

  .pre_footer_testimonial .with_fancy_guillemets {
    background: url(/images/bg-testimonial-1024.png) no-repeat 0 0; }

  .city_selector h2 {
    font-size: 15px; }

  .city_selector div, .city_selector div ul {
    width: 256px; }

  .city_selector div li:first-child {
    background: url(/images/bg-city-selector-1024.svg) no-repeat center bottom; }

  .yet_another_inner_content aside {
    padding-right: 10px;
    padding-left: 20px; }

  .subnav .toggle .fancy_guizmut {
    background: url(/images/sprites.svg) no-repeat 0px -700px; }

  .subnav h2 {
    padding-right: 30px; }

  .steps .step {
    width: 210px;
    background: url(/images/sprites.svg) no-repeat -310px -720px; }
    .steps .step p {
      font-size: 15px;
      line-height: 45px; }

  .steps .step.active {
    background: url(/images/sprites.svg) no-repeat 0px -720px; }

  .steps .step:last-child {
    width: 300px; }

  .main_form {
    width: 64%; }
    .main_form label, .main_form input {
      width: 280px; }
    .main_form .objectives {
      width: 580px; }
    .main_form .invitee_region {
      width: 650px; }
      .main_form .invitee_region label, .main_form .invitee_region input {
        width: 260px; }

  header .secondary_nav {
    font: 400 13px/27px "Source Sans Pro", sans-serif; } }
@media only screen and (min-width: 80em) {
  /************************************************************************************/
  /* !HEADER */
  /************************************************************************************/
  header {
    padding-top: 110px;
    min-height: 110px; }

  #small_navigation_icon {
    position: absolute;
    top: 105px;
    left: 200px;
    height: 15px;
    background: url(/images/sprites.svg) no-repeat -70px 0px;
    font-family: Bitter, serif;
    padding-left: 28px;
    line-height: 14px;
    color: #1f315d; }
    #small_navigation_icon:hover, #small_navigation_icon .is_opened {
      background: url(/images/sprites.svg) no-repeat -70px -20px;
      cursor: pointer;
      color: black; }

  /* !SEARCH */
  #small_search_icon {
    position: absolute;
    top: 50px;
    right: 10px;
    height: 30px;
    width: 30px;
    background: blue; }
    #small_search_icon .is_opened {
      background: grey; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #hero {
    position: relative;
    height: 200px; }

  /************************************************************************************/
  /* !HIGHLIGHTS */
  /************************************************************************************/
  .highlight {
    width: 100%;
    background: #1b86b7; }
    .highlight aside {
      clear: both; }
    .highlight .with_sliding_ul {
      height: 225px; }
    .highlight figure {
      width: 135px;
      height: 135px;
      float: left;
      margin: 10px;
      margin-top: 3px; }
    .highlight h1 {
      font: 900 1.3rem/1.5rem "Source Sans Pro", sans-serif;
      margin-bottom: 10px;
      padding: 15px; }
    .highlight h2 {
      font: 900 1.1rem/1.5rem "Source Sans Pro", sans-serif;
      margin-bottom: 10px; }
    .highlight h3 {
      font: 900 1rem/1.5rem "Source Sans Pro", sans-serif;
      margin-top: 10px; }
    .highlight p {
      font: 400 1rem/1.4rem "Source Sans Pro", sans-serif; }
    .highlight .cta {
      font: 700 0.75rem/1rem "Source Sans Pro", sans-serif;
      display: inline-block;
      background: black;
      color: white;
      text-transform: uppercase;
      padding: 4px 8px;
      margin: 5px 0;
      border-radius: 4px; }

  /************************************************************************************/
  /* !PRE_FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !HEADER */
  /************************************************************************************/
  /* !SEARCH */
  #small_search_icon {
    display: none; }

  #search_form {
    position: absolute;
    right: 0px;
    top: 10px;
    display: block;
    text-align: right; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #hero {
    height: 300px; }

  /************************************************************************************/
  /* !HIGHLIGHT */
  /************************************************************************************/
  .highlight_wrapper {
    overflow: hidden; }
    .highlight_wrapper .highlight aside {
      overflow: hidden; }
    .highlight_wrapper .highlight .with_sliding_ul {
      height: 225px; }

  /************************************************************************************/
  /* !WIDGETS */
  /************************************************************************************/
  /************************************************************************************/
  /* !LAYOUTS */
  /************************************************************************************/
  /************************************************************************************/
  /* !FOOTER */
  /************************************************************************************/
  /************************************************************************************/
  /* !HEADER */
  /************************************************************************************/
  header {
    padding-top: 0px; }
    header .header_wrapper {
      position: relative;
      max-width: 1280px;
      height: 140px;
      margin: 0 auto; }

  #small_navigation_icon {
    display: none; }

  #navigation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px; }
    #navigation p {
      display: inline-block;
      border-bottom: 0;
      padding: 0 5px; }
    #navigation .primary_nav {
      position: absolute;
      top: 45px;
      right: inherit;
      bottom: inherit;
      left: 335px;
      font: 700 1rem/1rem Bitter, serif; }
      #navigation .primary_nav div {
        float: left;
        height: 90px;
        padding-top: 25px; }
      #navigation .primary_nav p {
        position: relative;
        height: 40px;
        background: url(/images/bg-primary-nav-p.png) no-repeat 0 0; }
      #navigation .primary_nav a {
        color: white;
        line-height: 40px;
        margin: 0 10px;
        font-weight: normal;
        text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.4); }
      #navigation .primary_nav div:nth-child(1) p, #navigation .primary_nav div:nth-child(2) p {
        padding-right: 20px; }
      #navigation .primary_nav div:nth-child(1) span, #navigation .primary_nav div:nth-child(2) span {
        position: absolute;
        top: 18px;
        right: 10px;
        bottom: inherit;
        left: inherit;
        width: 10px;
        height: 5px;
        background: url(/images/sprites.svg) no-repeat 0px -20px; }
      #navigation .primary_nav div:hover a, #navigation .primary_nav .a_hover {
        color: #1f315d;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5); }
      #navigation .primary_nav .active {
        color: #1f315d;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5); }
      #navigation .primary_nav div:hover {
        cursor: pointer; }
    #navigation .secondary_nav {
      position: absolute;
      right: 147px;
      line-height: 27px; }
      #navigation .secondary_nav a:hover, #navigation .secondary_nav a.active {
        text-decoration: underline; }

  #navigation .primary_nav {
    width: 1090px;
    left: auto;
    right: -40px;
    font-size: 14px; }

  .primary_nav {
    width: 975px; }

  /************************************************************************************/
  /* !HOME */
  /************************************************************************************/
  #ul_wrapper {
    width: 1280px;
    margin-left: -640px;
    bottom: 110px; }

  /************************************************************************************/
  /* !HIGHLIGHTS */
  /************************************************************************************/
  .highlight h1 {
    font: 700 19px/35px 'Bitter', serif;
    height: 38px;
    padding: 0 15px;
    margin: 15px; }

  .highlight .left {
    float: left;
    width: 45%; }

  .highlight .right {
    width: 48.5%; }

  .home_programs_cta {
    margin-top: 20px;
    margin-left: 15px; }
    .home_programs_cta .intro {
      padding-right: 5%; }
    .home_programs_cta hr {
      margin: 20px;
      margin-bottom: 40px; }

  .infos_nights h2 {
    margin-left: 20px;
    margin-top: 25px;
    font: 400 13px/26px 'Source Sans Pro', sans-serif; }

  .personal_development h1 {
    margin-left: 5px !important; }
  .personal_development h2 {
    margin-left: 20px;
    margin-top: 40px;
    font: 400 13px/26px 'Source Sans Pro', sans-serif; }

  /************************************************************************************/
  /* !WIDGETS */
  /************************************************************************************/
  /************************************************************************************/
  /* !CONTENT */
  /************************************************************************************/
  .fancy_and_useless_shadow {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1024px;
    height: 10px;
    margin-left: -512px;
    z-index: 10; }

  /************************************************************************************/
  /* !LAYOUTS */
  /************************************************************************************/
  .clear_both {
    clear: none; }

  .large_two_third {
    width: 68.25%; }

  .large_one_third {
    width: 30%; }
    .large_one_third .with_sliding_ul {
      height: 310px !important; }

  .large_one_quarter {
    width: 23% !important; }

  .widget.large_one_third:last-child {
    margin-right: 0; }

  .large_half_width {
    width: 48%; }

  .large_one_sixty {
    width: 60%; }

  .large_one_forty {
    width: 40%; }

  .col_wrapper {
    width: 48.5%;
    margin-right: 2.75%; }

  .col_wrapper:last-child {
    margin-right: 0; }

  .on_2_cols {
    overflow: hidden; }
    .on_2_cols p {
      float: left;
      margin-right: 40px;
      margin-bottom: 15px !important; }

  /************************************************************************************/
  /* !PRE FOOTER */
  /************************************************************************************/
  .pre_footer_wrapper {
    background: url(/images/bg-pre-footer.jpg) no-repeat center center;
    margin-top: 30px;
    padding-bottom: 30px;
    overflow: hidden; }
    .pre_footer_wrapper section:first-child {
      margin-right: 4%; }
    .pre_footer_wrapper section:last-child {
      padding-left: 2%; }

  .outer_footer_wrapper {
    position: relative;
    max-width: 1280px;
    margin: 0 auto; }

  .pre_footer_wrapper, .footer_wrapper, .copyrights, .content, .hero_wrapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }

  .highlight_wrapper {
    max-width: 1260px; }

  .home_wrapper {
    margin-top: -85px;
    max-width: 1280px;
    margin-bottom: 60px; }

  .content {
    margin-top: -45px; } }


@media only screen and (min-width: 12em) and (max-width: 48em) {
    #navigation .primary_nav div:nth-child(6) {
        background: none;
        width: auto !important;
        height: auto !important;
        border-bottom: none;
      }

      #navigation .primary_nav div p {
        padding: 0;
        height: auto;
        background: none;
        margin-bottom: 10px;
      }

      #navigation .primary_nav div:nth-child(6) a {
        font-weight: normal !important;
        padding-left: 0;
      }

      #navigation .primary_nav div:nth-child(6) a:hover {
        color: #4d4d4d !important;
        font-weight: normal !important; 
    }
}

.no_refund {
  color: red;
}