/* add
hompeage events or video
favoutite badge / countdown timer / number of people in a tranining / testimonials */

/* It's something */
/* -------------- */
:root {
    --content-max-width: 1000px;
    --content-padding: 25px 20px;

    --menu-text-color: white;
    --menu-bg-color: #25335c;
    /* was #25335c */
    /*#1B2845;*/

    --section-primary-text-color: white;
    --section-secondary-text-color: rgba(255, 255, 255, 0.8);

    --section-me-bg-color: #25335c;
    --section-logos-bg-color: #ffffff;
    --section-cours-bg-color: #f6f6ff;
    --section-extras-bg-color: #25335c;
    --section-contact-bg-color: #f6f6ff;
    --section-social-bg-color: #25335c;

}

/* Generic stuff */
/* ------------- */
html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.95;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media only screen and (min-width: 981px) {
    #loading {
        background-size: auto;
    }
}

section {
    padding: var(--content-padding);
}

section>div {
    height: 100%;
    margin: auto;
    max-width: var(--content-max-width);
}

section .section-content {
    display: flex;
    flex-wrap: wrap;
}

button {
    border: none;
    font-size: 20px;
    color: #162b52;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
}

.flex-half {
    flex: 45%;
}

.flex-third {
    flex: 28%;
}

.flex-empty-row {
    flex-basis: 100%;
    height: 0;
}

.vc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cours-full {
    text-decoration: line-through;
}

/* Nav */
/* --- */
.banner {
    z-index: 1;
    width: 100%;
    padding: 10px 0px;
    font-size: 14px;
    text-align: center;
    position: relative;
    background-color: #f6f6ff;
}

.top-bubble {
    max-width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transform: rotateY(180deg);
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MDAgNTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMjkzIDUwMGM4MC44MSAwIDE1My45OTMtMzUuMDkzIDIwNy04OFYwTDg1LjYxMi4wMjNDMzIuNzEgNTMuMDMgMCAxMjYuMTk1IDAgMjA3YzAgMTYxLjgyIDEzMS4xOCAyOTMgMjkzIDI5M3oiIGZpbGw9IiMyRDNBNjciIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    width: 500px;
    height: 500px;
    background-size: 500px 500px;
    /*filter: invert(28%) sepia(78%) saturate(4347%) hue-rotate(278deg) brightness(93%) contrast(116%);*/
}

#header {
    vertical-align: middle;
    background-color: var(--menu-bg-color);
}

#header>div {
    margin: auto;
    position: relative;
    padding: var(--content-padding);
    max-width: var(--content-max-width);
}

#header-logo {
    display: inline-block;
    vertical-align: middle;
}

#header-logo img {
    width: 6em;
}

#nav {
    display: inline-block;
    vertical-align: middle;
}

#nav li {
    margin-left: 1em;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

#nav li:hover {
    border-bottom: 2px solid var(--menu-text-color);
}

#nav li a {
    color: var(--menu-text-color);
    text-decoration: none;
}

#nav li a:visited {
    color: var(--menu-text-color);
}

/* Me */
/* -- */



.me-video-container {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; */
}

.me-background-video {
    max-height: 500px;
    margin: auto;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    /* position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%); */
}

@media screen and (min-width: 592px) {
    .me-background-video {
        max-height: 400px;
        margin-bottom: 0px;
    }
    #me .welcome-img {
        margin-bottom: 0px !important;
    }
}

#me {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: var(--section-me-bg-color);
}

#me>div {
    position: relative;
}

#me .section-content {
    height: 500px;
}

#me .welcome-text h1 {
    font-size: 44px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--section-primary-text-color);
}

#me .welcome-text p {
    font-size: 24px;
    margin: 40px 0;
    color: var(--section-secondary-text-color);
}

#me .welcome-text a {
    border: none;
    font-size: 20px;
    color: #162b52;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: white;
    text-decoration: none;
}

#me .welcome-img {
    position: relative;
    margin-bottom: 100px;
    /*
	background: url(../img/bg/bg-welcome.png) no-repeat center center fixed; 

	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;*/
}

#me .welcome-img img {
    bottom: 0;
    max-width: 100%;
    position: absolute;
}

/* Slick slider logos */
/* ****************** */
#slider-logos>div {
    padding: 2vw;
    background-color: var(--section-logos-bg-color);
}

.slider-logo {
    width: 15vw;
    text-align: center;
}

.slider-logo img {
    width: 15vw;
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 981px) {
    .slider-logo {
        width: 100px;
    }

    .slider-logo img {
        width: 100px;
    }
}

/* to-highlight */
/* ----- */
#to-highlight {
    background-color: var(--section-cours-bg-color);
}

#my-video-2022 {
    width: 100%;
}

/* Cours */
/* ----- */
#cours sup {
    color: red;
}

#cours {
    background-color: var(--section-cours-bg-color);
}

#cours .section-title h1 {
    display: inline-flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    justify-content: center;
    border-radius: 5px 5px 5px 5px;
    border-width: 0px;
    background-color: #ffffff;
    font-size: 14px;
    color: #3e3c43;
    line-height: 18px;
    text-transform: uppercase;
}

#cours .cours-box {
    position: relative;
    padding: 20px 10px;
    margin: 10px 5px 0px;
    border: 1px solid white;

    box-shadow: 0 0 10px #dcdcdc;
    background-color: rgba(255, 255, 255, 1);
}

.cours-box>div {
    position: relative;
}

#cours .cours-box h1 {
    color: #1a255c;
    margin-top: 0px;
    margin-bottom: 5px;
    vertical-align: middle;
}

#cours .cours-box h1 img {
    width: 30px;
    margin-right: 10px;
    vertical-align: bottom;
}

#cours .cours-box p {
    /* color: #635d71; */
    padding: 0px 10px;
    line-height: 22px;
    letter-spacing: 1px;
}

#cours .cours-box .city {
    right: 0px;
    bottom: 0px;
    position: absolute;
}

#cours .cours-box .hours {
    line-height: 26px;
    margin-bottom: 45px;
}

.monday-sp1 .city {
    bottom: -60px !important;
}

.monday-sp2 {
    padding-top: 25px;
}

.monday-sp2 .city {
    bottom: -64px !important;
}

.wednesday-sp1 .city {
    bottom: -40px !important;
}

.wednesday-sp2 .city {
    bottom: -64px !important;
}

/* Coach */
/* ----- */
#coach {
    background-color: var(--section-extras-bg-color);
}

#coach .section-title h1 {
    display: inline-flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    justify-content: center;
    border-radius: 5px 5px 5px 5px;
    border-width: 0px;
    background-color: #25335c;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
    text-transform: uppercase;
}

.coach-box {
    padding: 20px 10px;
    border-radius: 5px;
    /*box-shadow: 0 0 10px #dcdcdc;*/
    background-color: rgba(255, 255, 255, 1);
}

.coach-box:hover {
    box-shadow: 0 0 10px #ffffff;
}

.coach-box h3 {
    text-align: center;
}

.coach-box h3 span {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
}

.coach-box .icon {
    text-align: center;
    margin: 35px auto;
}

.coach-box .icon img {
    width: 70px;
}

.coach-box h1 {
    text-align: center
}

.coach-box p {
    color: #635d71;
    padding: 0px 10px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
}

.coach-box1 h3 span {
    color: #ae4a50;
    background-color: rgba(255, 0, 0, 0.3);
}

.coach-box2 {
    margin: 0px 30px;
}

.coach-box2 h3 span {
    color: #0048ee;
    background-color: rgba(0, 0, 255, 0.3);
}

.coach-box3 h3 span {
    color: #308159;
    background-color: rgba(58, 180, 119, 0.6);
}

.coach-box1 h1 {
    color: rgba(255, 0, 0, 0.6);
}

.coach-box2 h1 {
    color: rgba(0, 0, 255, 0.6);
}

.coach-box3 h1 {
    color: rgba(58, 180, 119, 0.6);
}

/* Contact */
/* ------- */
#contact {
    background-color: var(--section-contact-bg-color);
}

#contact .section-title h1 {
    display: inline-flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    justify-content: center;
    border-radius: 5px 5px 5px 5px;
    border-width: 0px;
    background-color: #ffffff;
    font-size: 14px;
    color: #3e3c43;
    line-height: 18px;
    text-transform: uppercase;
}

.or {
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
}

.or:before,
.or:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20%;
}

.or:before {
    right: 0.5em;
    margin-left: -50%;
}

.or:after {
    left: 0.5em;
    margin-right: -50%;
}

#contact .contact-form {
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

.form-map {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.form-map form {
    width: 40%;
    display: inline-block
}

.form-map #map {
    width: 60%;
    display: inline-block
}

.form-map form>div {
    width: 80%;
    margin: auto;
    text-align: left;
}

input,
textarea {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

#contact .contact-form form {
    text-align: center;
}

#contact .contact-form h1 {
    vertical-align: middle;
}

#contact .contact-form img {
    width: 40px;
    margin-left: 20px;
    vertical-align: middle;
}

#contact .contact-img {
    text-align: center;
    position: relative;
}

#contact .contact-img img {
    bottom: 0;
    position: absolute;
}

#contact label {
    font-size: 12px;
}

#contact input {
    width: 100%;
    border: none;
    margin-top: 5px;
    padding: 10px 20px 10px 10px;
    border-bottom: 2px solid transparent;
    background-color: var(--section-contact-bg-color);
}

#contact textarea {
    width: 100%;
    border: none;
    resize: none;
    height: 50px;
    margin-top: 5px;
    padding: 10px 20px 0px 10px;
    border-bottom: 2px solid transparent;
    background-color: var(--section-contact-bg-color);
}

#contact input::placeholder,
#contact textarea::placeholder {
    color: black;
    font-family: Arial;
}

#contact button {
    color: white;
    font-size: 14px;
    background-color: #25335c;
}

#map {
    height: 400px;
    width: 100%;
}

/* Follow */
/* ------ */
#follow {
    background-color: white;
    padding: 10px 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#follow img {
    width: 40px;
    margin-left: 20px;
}

/* Footer */
/* ------ */
#footer {
    padding: 1.2em;
    color: var(--section-primary-text-color);
    background-color: var(--menu-bg-color);
}

#footer div {
    font-size: 0.75em;
    text-align: center;
}

/* Snow */
/* ---- */
.snow-container {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 100%;
    top: 0;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

.snow {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation: snow linear infinite;
    animation: snow linear infinite;
}

.snow.foreground {
    background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png");
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

.snow.foreground.layered {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
}

.snow.middleground {
    background-image: image-url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png");
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.snow.middleground.layered {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.snow.background {
    background-image: image-url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png");
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

.snow.background.layered {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
}

@-webkit-keyframes snow {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translate3d(15%, 100%, 0);
        transform: translate3d(15%, 100%, 0);
    }
}

@keyframes snow {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translate3d(15%, 100%, 0);
        transform: translate3d(15%, 100%, 0);
    }
}

@media screen and (max-width: 591px) {
    #me .section-content {
        height: auto !important;
    }

    .welcome-text {
        flex: 100% !important;
    }

    .welcome-img {
        height: 500px;
        flex: 100% !important;
    }
}

@media screen and (max-width: 791px) {
    #header-logo img {
        width: 4em !important;
    }

    #nav ul {
        padding-left: 0px !important;
    }

    .welcome-text h1 {
        font-size: 28px !important;
    }

    .welcome-text p {
        font-size: 18px !important;
    }

    .welcome-text a {
        font-size: 14px !important;
    }

    .cours-box {
        flex: 100% !important;
        margin: 5px 0px !important;
    }

    .coach-box {
        flex: 100%;
        margin: 20px 0px !important;
    }

    .form-map {
        display: block !important;
    }

    .form-map form {
        padding: 30px 0px;
        width: 100% !important;
        display: block !important;
    }

    .form-map #map {
        width: 100% !important;
        display: block !important;
    }

    .form-map form>div {
        width: auto !important;
        margin: auto 10px !important;
        text-align: left !important;
    }
}