:root {
	--gradient-color-1: rgba(10, 6, 25, 1);
	--gradient-color-2: rgba(253, 176, 81, 1);
	--gradient-color-3: rgba(242, 32, 62, 1);
	--gradient-color-1-30pct:rgba(10, 6, 25, .3);
	--gradient-color-2-30pct: rgba(253, 176, 81, .3);
	--gradient-color-3-30pct: rgba(242, 32, 62, .3);
	--gradient-color-1-60pct: rgba(10, 6, 25, .6);
	--gradient-color-2-60pct: rgba(253, 176, 81, .6);
	--gradient-color-3-60pct: rgba(242, 32, 62, .6);
	--white: rgba(255, 255, 255, 1);
	--white-60pct: rgba(255, 255, 255, .6);
	--offwhite: var(--white);
	--black: #21272d;
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px/767px
*/
@media only screen and ((min-width: 320px) and (max-width: 767px)) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  /*--------------------------------------------------------------
    # Typography
    --------------------------------------------------------------*/

  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  h3 {
    font-size: 22px;
    line-height: 26px;
  }

  p,
  li {
    font-size: 14px;
    line-height: 22px;
  }

  blockquote {
    margin: 24px 0;
    width: 80%;
  }

  blockquote p {
    font-size: 20px;
    line-height: 26px;
  }

  /*--------------------------------------------------------------
    # Links
    --------------------------------------------------------------*/

  .cta {
    padding: 22px;
    display: block;
  }

  /*--------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/

  .site-header > .wrap {
    padding: 16px;
  }

  .site-branding a img {
    margin: 10px auto;
    height: 90px;
  }

  body.home .site-header > .wrap {
    padding: 0;
  }

  body .site-header .menu-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
    width: 100px;
    height: 100px;
    font-size: 0;
    line-height: 0;
    border: 0;
    border-radius: 0;
    background: none;
    cursor: pointer;
    opacity: 0.8;
    display: block;
  }

  .menu-main-menu-container {
    position: absolute !important;
    right: 0;
    top: 0;
    padding-top: 16px;
    width: 100%;
    transform: translateX(100%);
    height: 100vh;
    z-index: 9998;
    overflow: scroll;
  }

  #page #main-menu {
    height: 100%;
    overflow: scroll !important;
    display: block;
    padding-bottom: 40px;
  }

  #page #main-menu > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex: inherit;
  }

  #page #main-menu > li > a {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    -webkit-text-fill-color: var(--white);
  }

  #main-menu > li.important a,
  #main-menu > li#menu-item-2075 > a {
    background: linear-gradient(0deg, var(--gradient-color-1) 0%, var(--gradient-color-2) 50%, var(--gradient-color-3) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
  }

  #main-menu > li#menu-item-2075:hover > a,
  #main-menu > li#menu-item-2075.current_page_item > a,
  #main-menu > li#menu-item-2075.current-menu-item > a {
    background: linear-gradient(0deg, var(--gradient-color-1) 0%, var(--gradient-color-2) 50%, var(--gradient-color-3) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--white) !important;
  }

  #page #main-menu > li.current_page_item > a,
  #page #main-menu > li.current-menu-item > a {
    color: var(--gradient-color-2);
    background-color: transparent;
  }

  #page #main-menu > li.menu-item-has-children > a {
    padding-bottom: 10px;
  }

  #page #main-menu > li > ul.sub-menu {
    position: relative;
    padding: 0 24px 12px;
    display: block;
    flex-wrap: inherit;
    align-items: inherit;
    background-color: transparent;
  }

  #page #main-menu > li > ul.sub-menu > li {
    float: none;
    margin: 3px 0;
    flex: inherit;
    background-color: transparent;
  }

  #page #main-menu > li > ul.sub-menu > li > a {
    text-align: left;
    color: var(--white);
    padding: 5px 14px;
    font-size: 13px;
    line-height: 15px;
    background-color: transparent;
  }

  #page #main-menu ul.sub-menu li > a:hover {
    color: var(--white);
    background-color: transparent;
  }

  #page #main-menu ul.sub-menu li.current_page_item > a,
  #page #main-menu ul.sub-menu li.current-menu-item > a {
    background-color: var(--white);
    color: var(--gradient-color-1);
  }

  /*--------------------------------------------------------------
    # Structure
    --------------------------------------------------------------*/

  .wrap {
    padding: 32px 0;
  }

  /* Hero */

  /* Page Defaults */
  h1.page-title {
    margin: 0 0 24px 0;
  }

  #page .content-section {
    padding: 0 32px;
    max-width: inherit;
  }

  .content-section ul:not(.no-style) {
    padding: 20px 0;
  }

  /* Section Intro */
  .section-intro {
    padding: 32px 0;
    margin-bottom: 0;
  }

  /* Block Gallery */
  .block-gallery .content-section h3 {
    padding-bottom: 12px;
  }

  /* Block CTA */
  .block-cta h3 {
    font-size: 34px;
    line-height: 34px;
    max-width: inherit;
    width: 60%;
    margin-bottom: 20px;
  }

  .block-cta p {
    font-size: 16px;
    line-height: 24px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Block Text */
  #page .block-text {
    padding-bottom: 32px;
  }

  .block-text .content-section h3 {
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .block-text img.image {
    width: 100%;
    box-shadow: none;
  }

  .block-text .right img.image,
  .block-text .left img.image {
    float: none;
  }

  .block-text .right .copy,
  .block-text .left .copy {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }

  .block-text .left .copy,
  .block-text .right img.image {
    margin-bottom: 24px;
  }

  /* Block Video */
  .block-video ul.videos {
    display: block;
    flex-flow: inherit;
    margin: 24px 0 0 0;
  }

  .block-video ul.videos li {
    flex: inherit;
    margin: 0 0 20px 0;
  }

  .block-video ul.videos li:last-child {
    margin-bottom: 0;
  }

  /* Block Tarifs */
  #page .rpt_plans {
    display: block;
  }

  #page .rpt_sm_price {
    display: block;
    flex-wrap: inherit;
    margin: 0;
  }

  #page .rpt_sm_price .rpt_plan {
    width: 100%;
    float: none;
    margin: 0 0 12px 0 !important;
    flex: inherit;
    display: block;
    flex-direction: inherit;
  }

  .rpt_recommended_plan {
    transform: scale(1) !important;
  }

  #page .rpt_sm_price .rpt_plan:last-child {
    margin-bottom: 0;
  }

  #page .rpt_price .rpt_currency {
    left: inherit !important;
    position: absolute !important;
    top: 22px !important;
    right: -18px !important;
  }

  /* Block Form */
  .block-form .content-section h3 {
    padding-bottom: 12px;
  }

  /* Contact Form 7 */
  #page .form .content-section input[type="submit"] {
    padding: 22px;
    display: block;
    width: 100%;
  }

  /* Block Tables */
  .block-table .content-section h3 {
    padding-bottom: 12px;
  }

  /*--------------------------------------------------------------
    # Home
    --------------------------------------------------------------*/

  .home #page {
    height: 100vh;
    background-color: #27313d;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .home .block-text .copy {
    width: 100%;
    float: none;
    padding: 10px;
  }

  .home .block-text img.image {
    width: 100%;
    float: none;
    padding: 10px;
  }

  .home #main .wrap .logo-overlay .logo {
    width: 75%;
    z-index: 1001;
    left: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: auto;
    opacity: 1;
    pointer-events: none;
    position: absolute;
  }

  /*--------------------------------------------------------------
    # Inscription
    --------------------------------------------------------------*/

  .timetable {
    display: none;
  }

  .timetable-mobile {
    display: block;
    margin: 40px 0 60px;
  }

  .timetable-mobile li {
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
  }

  .timetable-mobile li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .timetable-mobile li .weekday {
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    text-shadow: 6px 6px 1px rgba(0, 0, 0, 0.06);
    background: linear-gradient(40deg, var(--gradient-color-1) 0%, var(--gradient-color-2) 50%, var(--gradient-color-1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    line-height: 28px;
    font-family: "Fugaz One", sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
    display: block;
  }

  .timetable-mobile li .time {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin: 0 0 6px;
    display: block;
  }

  .timetable-mobile li .group.no-class {
    display: none;
  }

  .timetable-mobile li .group:not(:last-of-type) {
    margin-bottom: 32px;
  }

  .timetable-mobile p {
    margin: 0;
    font-size: 17px;
    line-height: 26px;
    font-family: "Fugaz One", sans-serif;
    font-weight: normal;
    display: block;
  }

  .timetable-mobile p br {
    display: none;
  }

  /*
        .page-template-page-inscription table {
            margin: 24px 0 32px 0;
        }

        .page-template-page-inscription table thead {
            display: none;
        }

        .page-template-page-inscription table tbody tr {
            display: block;
        }

        .page-template-page-inscription table tbody tr:nth-child(even) {
            background-color: transparent;
        }

        .page-template-page-inscription table tbody tr:not(:last-child) {
            margin-bottom: 32px;
        }

        .page-template-page-inscription table tbody tr td {
            display: block;
            padding: 16px 16px;
            border: 0;
        }

        .page-template-page-inscription table tbody tr td:before {
            display: block;
            content: attr(data-column);
            text-align: center;
            text-transform: uppercase;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 1px;
            font-family: "Open Sans", sans-serif;
            font-weight: bold;
        }

        .page-template-page-inscription table tbody tr td span {
            padding: 14px 0 0 0;
        }

        .page-template-page-inscription table tbody tr td:first-child {
            padding: 10px 16px;
            background-color: #fffcfd;
            border: 0;
        }

        .page-template-page-inscription table tbody tr td:first-child span {
            color: var(--gradient-color-2);
        }
		*/

  /*--------------------------------------------------------------
    # Team
    --------------------------------------------------------------*/

  /* people */
  #people {
    padding-bottom: 0;
  }

  #page #people .slick-dots li {
    line-height: 10px;
    padding: 0px 0px 0px 5px;
    margin: 0px;
  }

  #page #people ul.slick-dots {
    padding: 0px;
    bottom: 0px;
    width: auto;
  }

  #people .content-section > h3 {
    margin-top: 32px;
    padding-top: 32px;
  }

  #page ul.people {
    margin: 24px auto 0;
    display: block;
    justify-content: inherit;
  }

  #page ul.people li {
    flex: inherit;
  }

  #page ul.people li:not(:last-child) {
    margin-bottom: 32px;
  }

  #page ul.people li span.title {
    font-size: 20px;
    line-height: 20px;
  }

  #page ul.people li .link {
    font-size: 16px;
    line-height: 20px;
  }

  /* Team Members */
  .team-member {
    box-shadow: none;
    padding: 20px 0;
  }

  .team-member .team-member-image {
    width: 100%;
  }

  .team-member:nth-child(odd) .team-member-image,
  .team-member:nth-child(even) .team-member-bio,
  .team-member:nth-child(even) .team-member-image,
  .team-member:nth-child(odd) .team-member-bio {
    float: none;
  }

  .team-member:nth-child(odd) .team-member-image {
    padding-right: 0;
  }

  .team-member:nth-child(even) .team-member-image {
    padding-left: 0;
  }

  .team-member .team-member-bio {
    width: 100%;
    margin-top: -15%;
  }

  .team-member:nth-child(odd) .team-member-bio,
  .team-member:nth-child(even) .team-member-bio {
    padding-right: 0%;
    padding-left: 0%;
  }

  .team-member .team-member-header h2.name {
    width: 80%;
  }

  .team-member .team-member-col {
    column-count: inherit;
  }

  /*--------------------------------------------------------------
    # Contact
    --------------------------------------------------------------*/

  .page-template-page-contact .section-intro .col-wrap {
    display: block;
    justify-content: inherit;
  }

  .page-template-page-contact .section-intro .col-wrap .col {
    flex: inherit;
  }

  .page-template-page-contact .section-intro .col-wrap .col:first-child {
    margin-bottom: 32px;
  }

  /*--------------------------------------------------------------
		# News
		--------------------------------------------------------------*/

  #page #news-index {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    padding: 0px;
    margin-top: 30px;
  }

  .archive #news-index {
    padding: 0px 0px !important;
  }

  #page #news-index article {
    padding: 20px;
    -o-transition: initial;
    -ms-transition: initial;
    -moz-transition: initial;
    -webkit-transition: initial;
    transition: initial;
    margin: 0px;
    max-width: 100%;
  }

  .single-post article,
  .blog div#news-index {
    max-width: initial;
  }

  #page #news-index article:hover {
    -o-transition: initial;
    -ms-transition: initial;
    -moz-transition: initial;
    -webkit-transition: initial;
    transition: initial;
    box-shadow: initial;
  }

  #page #news-index article h2 a {
    font-size: 24px;
    line-height: 26px !important;
    text-align: center;
    display: block;
  }

  #page #news-index article .post-meta {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: center;
    display: block;
  }

  #page #news-index article .featured-image {
    width: 100%;
    margin: 20px auto;
    padding: 0px 20px;
  }

  #page #news-index article p {
    margin-bottom: 12px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: -0.2px;
    text-align: left;
    padding: 0px 20px;
  }

  /*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/

  div#scroll-page-up {
    top: 78%;
    right: 50%;
    margin-right: -50px;
  }

  .site-footer {
    padding: 32px 16px;
  }
}

/*
  ##Device = Tablets
  ##Screen = B/w 768px to 1024px
*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media only screen and (min-width: 768px) and (max-width: 1279px) and (orientation: landscape) {
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media only screen and (min-width: 768px) and (max-width: 1279px) and (orientation: portrait) {
}

/* Smaller Desktops */
@media only screen and (min-width: 1280px) and (max-width: 1394px) {
}

/* Large Desktops */
@media only screen and (min-width: 1640px) {
}
