@import url(https://fonts.googleapis.com/css?family=Lato:900);
@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@import url(https://fonts.googleapis.com/css?family=Black+Ops+One);
.hide-force {
    display: none !important;
}

#jcemediabox-popup-ajax>div.item-page>div:nth-child(2) {
    display: none !important;
}

.equipe .bouton {
    max-width: 100%;
    min-width: 100px;
}

.hidethis {
    display: none !important;
}

.footer-content {
    position: relative;
    width: 100% !important;
    margin: 0px !important;
    max-width: 100%;
}

.sponsors {
    position: absolute;
    top: 10px;
    right: 10px;
}

.carlsberg {
    display: block !important;
    background: url('/images/sponsors/carlsberg.png') no-repeat;
    background-position: right !important;
    background-size: contain !important;
    width: 280px !important;
    height: 30px !important;
}

.supermiro {
    display: block !important;
    background: url('/images/sponsors/supermiro.png') no-repeat;
    width: 300px !important;
    height: 56px !important;
    background-size: contain !important;
}

@media all and (max-width: 1040px) {
    .sponsors {
        position: relative;
        bottom: 10px;
        right: 0px;
        float: right;
    }
}


/* CE CODE PERMET DE NE PAS FAIRE VARIER LA LARGEUR DÉFINI DES ELEMENTS SI CEUX-CI ON UN PADDING OU UNE BORDURE */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Oswald', sans-serif;
    background-color: #000 !important;
    max-height: 15407px;
}

body.site {
    padding: 0px;
    border: 0px !important;
}

.body {
    -webkit-overflow-scrolling: touch;
}

.container {
    background-color: transparent !important;
    border-radius: 0px !important;
    padding: 0px !important;
    border: 0px solid rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.container-fluid {
    padding: 0px;
}


/*STYLE DES TEXTES*/

h1 {
    font-size: 80px !important;
    font-weight: bold;
    line-height: 100px !important;
    text-transform: none;
    font-style: normal;
    /* Shadows are visible under slightly transparent text color */
    color: rgba(43, 43, 43, 0.8);
    text-shadow: 1px 4px 6px #fff, 0 0 0 #000, 1px 4px 6px #fff;
}


/* Don't show shadows when selecting text */

::-moz-selection {
    background: #5af;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #5af;
    color: #fff;
    text-shadow: none;
}

.ici-paris-xl h1 {
    text-indent: -9999px;
    display: block;
    background: url('../../../images/logo/ipxl-logo.png') !important;
    background-size: 35% auto !important;
    background-repeat: no-repeat!important;
    background-position: center !important;
}

.fitmefoods h1 {
    text-indent: -9999px;
    display: block;
    background: url('../../../images/logo/logo-fitmefoods.png') !important;
    background-repeat: no-repeat!important;
    background-position: center !important;
    height: 139px;
}

h3 {
    font-family: 'Helvetica' !important;
    color: #888888;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 30px !important;
    text-transform: uppercase;
    font-style: normal;
}


/*Safari bug cannot read Titillium Web google font*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    /* Safari only override */
     ::i-block-chrome,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .site-title {
        font-family: 'Arial' !important;
    }
}

h4 {
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 25px !important;
    text-transform: uppercase;
    margin: 20px 0px;
}

h5 {
    text-transform: uppercase;
    font-family: 'Helvetica' !important;
    line-height: 13px;
    margin-top: 0px;
    margin-bottom: 6px;
    color: #888888;
}

h6 {
    color: #888888;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 30px !important;
    text-transform: uppercase;
}

.left-bold {
    float: right !important;
    color: #000;
    font-weight: bold;
    bottom: 5px;
    position: relative;
    font-family: 'Helvetica' !important;
}

#content>div.blog-featured>div>div.leading-6.clearfix.contact>div.container>div>div:nth-child(2)>div.span8>h2 {
    margin-left: 40px;
}

p {
    font-family: 'Helvetica' !important;
    color: #434343;
    font-size: 14px;
    font-weight: 100;
    line-height: 22px;
}

.span8 p {
    font-size: 12px;
}

a:hover,
a:active,
a:focus {
    color: #888888 !important;
    text-decoration: underline;
}

.page-header h2 {
    text-transform: uppercase;
}

p.texte-coach {
    height: auto;
    min-height: 150px;
    font-size: 12px;
}

p.texte-coach-2 {
    haight: auto;
    min-height: 130px;
}

.share-fb-article {
    color: #FFF !important;
    text-decoration: none;
    background: url('../../../images/bouton/FIT_FBBUTTON.png');
}

.share-fb-article:hover,
.share-fb-article:focus {
    text-decoration: none;
    color: #FFF !important;
}

.share-fb-article {
    position: relative;
    color: #FFF;
    background-repeat: no-repeat !important;
    background-size: 100%;
    width: auto;
    font-size: 12px;
    line-height: 27px;
    display: inline-block;
    top: 0;
    right: 0;
    text-align: left;
    padding-left: 24px;
    padding-right: 10px;
}

.share-fb-article:hover,
.share-fb-article:focus {
    background: url('../../../images/bouton/FIT_FBBUTTONHOVER.png');
    background-size: 100%;
}

.cta {
    display: inline-block;
    position: relative;
    width: 16.66%;
    text-indent: -9999px;
    word-wrap: nowrap;
    overflow: hidden;
    padding-top: 14.3%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.cta-facebook {
    background: url('../../../images/logo/FIT_FB.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cta-twitter {
    background: url('../../../images/logo/FIT_TWI.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cta-youtube {
    background: url('../../../images/logo/FIT_YOU.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cta-google {
    background: url('../../../images/logo/FIT_GOO.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cta-newsletter {
    background: url('../../../images/logo/FIT_NEWS.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cta-contact {
    background: url('../../../images/logo/FIT_CONTACT.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.soutenez-nous>div.container>div>div:nth-child(1) {
    text-align: right!important;
}

.fb-like>span {
    width: 450px !important;
}

.fb_iframe_widget span {
    text-align: left!important;
}

.cta:hover {
    /*border:5px solid #434343;*/
    -webkit-box-shadow: inset 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
    box-shadow: inset 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
}


/* Don't show shadows when selecting text */

::-moz-selection {
    background: #5af;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #5af;
    color: #fff;
    text-shadow: none;
}


/* General button style */

.bouton {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none !important;
    cursor: pointer !important;
    padding: 5px 20px;
    display: inline-block !important;
    margin: 5px 0px;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 100 !important;
    outline: none !important;
    position: relative !important;
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    transition: 0.5s !important;
    background-color: #4E2D7F !important;
    color: #fff !important;
}


/* Button 1 */

.bouton-1 {
    border: 1px solid #888888;
    color: #888888;
}

.bouton-1e:hover,
.bouton-1e:focus,
.bouton-1e:active {
    color: #FFF !important;
    border: 1px solid #888888;
    background: #888888 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.bouton-1e:hover:after {
    height: 260% !important;
    opacity: 1 !important;
}

.bouton-1e:active:after {
    height: 400% !important;
    opacity: 1 !important;
}


/*FIN DE STYLE DES TEXTES*/


/* TABLEAUX */

.table-bordered {
    border: 4px solid #000000 !important;
    border-radius: 0px !important;
    border-collapse: collapse;
}

th {
    color: #FFFFFF;
    font-style: italic;
    font-size: 40px;
    line-height: 50px !important;
    background-color: #888888 !important;
    background-size: cover;
    border-radius: 0px !important;
}


/* FIN DE TABLEAUX */


/* BANDEAU SUPERIEUR*/

.top {
    height: 35px;
    min-height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
}

.top {
    background-color: #888888;
}

.top div {
    display: inline-block;
}

.top div:nth-child(1) p:after,
.top div:nth-child(2) p:after {
    color: #888888;
    content: " | " !important;
}

.top>div>div:nth-child(3)>p:after {
    content: "" !important;
}

.top a {
    color: #FFFFFF !important;
    text-decoration: none;
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    transition: 0.5s !important;
}

.top a:hover {
    color: #222222 !important;
    text-decoration: none;
}

.top p {
    color: #FFFFFF;
    line-height: 0px;
    font-size: 12px;
}

.top #accueil {
    position: absolute;
    top: 1px;
}


/* FIN BANDEAU SUPERIEUR*/


/* MENU PRINCIPAL */

.logo-menu {
    display: inline-block;
    width: 17%;
    float: left;
    text-align: center;
}

.logo-menu img {
    max-height: 60px;
}

#header {
    margin: 0px;
    padding: 0px;
}

.navigation {
    position: fixed;
    top: 0;
    z-index: 9998;
    border: 0px;
    width: 100%;
    height: 60px;
    padding: 0px;
    margin: 0px;
    margin-top: 50px;
    transition: ease-in-out .1s;
    background: url('../../../images/background/FIT_MENUBACKGROUND.jpg');
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.63);
    -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.63);
    box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.63);
}

.navigation>ul {
    height: auto;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    float: left;
    width: 75%;
}

.navigation>ul>li {
    height: auto;
    padding: 0px;
    margin: 0px;
    width: 10%;
    display: inline-block;
}

.navigation>ul>li>a {
    height: auto;
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height: 60px;
    color: #FFF;
    border-radius: 0px;
    border: 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    transition: 0.5s !important;
}

.nav>.active>a,
.nav>.active>a:hover,
.nav>.active>a:focus {
    background: transparent;
    border: 0px;
    border-top: 6px solid #888888;
    color: #FFF;
    margin-top: -3px;
    padding-top: -6px;
    outline: none;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #888888;
}

.nav>li>a:focus {
    background: transparent;
    color: #FFF!important;
    outline: none;
}

.nav-pills>.active>a {
    color: #FFF;
}

.nav-pills>.active>a .text-link {
    top: -3px;
    position: relative;
    background: transparent;
}

nav>ul>li.item-164>a>span {
    text-indent: -9999px;
    display: block;
    background: url('../../../images/logo/ipxl-logo.png') !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat!important;
    background-position: center 45% !important;
}

nav>ul>li.item-170>a>span {
    text-indent: -9999px;
    display: block;
    background: url('../../../images/logo/logo-getmefit_header.png') !important;
    background-size: 50% auto !important;
    background-repeat: no-repeat!important;
    background-position: center 45% !important;
}

nav>ul>li.item-287>a {
    text-indent: -9999px;
    display: block;
    background: url('../../../images/logo/logo-getmefit_header.png') !important;
    background-size: 50% auto !important;
    background-repeat: no-repeat!important;
    background-position: center 45% !important;
}


/* Curl Bottom Right */

.hvr-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 0px;
}

.hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    background: linear-gradient(315deg, #242424 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

.hvr-curl-bottom-right:hover:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:active:before {
    width: 25px;
    height: 25px;
}

.facebook-menu {
    display: inline-block;
    width: 5%;
    float: left;
    text-align: center;
}

.facebook-menu a {
    color: #FFF!important;
    font-size: 60px;
    line-height: 49px;
    height: 40px;
    width: 20px;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
}

.facebook-menu a:hover {
    color: #888888!important;
}

.temoignages .span8 p::before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: relative;
    display: inline-block;
    text-decoration: inherit;
    content: "\f10d";
    padding-right: 3px;
    bottom: 4px;
    color: #e1e1e1;
}

.temoignages .span8 p::after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: relative;
    display: inline-block;
    text-decoration: inherit;
    content: "\f10e";
    padding-left: 3px;
    bottom: 4px;
    color: #e1e1e1;
}

@media all and (min-width:1900px) {
    .logo-menu,
    .facebook-menu {
        width: 25%;
    }
    .navigation>ul {
        width: 50%;
    }
}


/* FIN MENU PRINCIPAL */

.medias {
    min-height: 500px;
}

.medias h1 {
    position: absolute;
    z-index: 350;
    width: 100%;
    color: #FFFFFF !important;
    text-align: center;
}


/* SLIDER */

.slideshowck {
    display: block;
    height: 100% !important;
    margin-bottom: 0px !important;
    position: absolute !important;
    width: 100% !important;
    top: 0px !important;
    z-index: 300 !important;
}

.camera_pag {
    position: absolute;
    z-index: 300;
    bottom: 0;
    width: 100%;
    margin: auto;
}

.camera_pag_ul {
    text-align: center !important;
}


/* FIN SLIDER */

div.ancre {
    position: relative;
    top: 540px;
}

#contact {
    position: relative;
    top: -60px;
}

.table-programme {
    width: 100%;
    margin: auto;
}

.legende {
    position: relative;
    height: 50px;
    text-align: center;
    width: 25%;
    margin: auto;
}

.legende p {
    font-size: 12px;
    line-height: 35px;
    color: #888888;
    text-transform: uppercase;
}

.content {
    min-height: 500px;
}

.item-title {
    text-align: center;
}

.titre-colonne {
    text-align: center;
    line-height: 30px;
    color: #FFFFFF !important;
    background-color: #888888;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.reserver {
    position: absolute;
    font-weight: bold;
    color: #E4E4E4;
    z-index: 320;
    top: -30px;
    left: 2px;
}

.reserver:after {
    content: 'R' !important;
}

.reserver-background {
    position: relative;
    z-index: 300;
    top: 30px !important;
    left: -118px;
    border-top: 30px solid #888888;
    border-right: 30px solid transparent;
    top: 30px;
    right: 118px;
}

figcaption.spinning>span.reserver-background {
    position: relative;
    top: 29px !important;
    left: -94px;
}

.homeSlide:first-child {
    padding-top: 60px;
}

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

.homeSlide .mosmaps {
    padding-top: 0% !important;
}

.bg2,
.bg2-mob {
    position: absolute;
    background: url('../../../images/separateur/FIT_PARALLAX_1ERPLAN.png');
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    -webkit-transition: linear 300ms;
    -moz-transition: linear 300ms;
    transition: linear 300ms;
}

.bg3,
.bg3-mob {
    position: absolute;
    background: url('../../../images/separateur/FIT_PARALLAX_2EMEPLAN.png');
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    -webkit-transition: linear 300ms;
    -moz-transition: linear 300ms;
    transition: linear 300ms;
}

.bg,
.bg-mob {
    position: initial !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    height: 100% !important;
    width: 100% !important;
    background-color: #FFF !important;
    z-index: 300 !important;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9) !important;
}

.bg-image {
    position: static !important;
}

.contact {
    background-color: #FFF;
}

.no-js section {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

.hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hsContent {
    max-width: 450px;
    margin: -150px auto 0 auto;
    display: table-cell;
    vertical-align: middle;
    color: #ebebeb;
    padding: 0 8%;
    text-align: center;
}

section {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

.bg,
.bg-mob {
    background-attachment: inherit !important;
    background-position: bottom left !important;
}

.separator {
    position: absolute;
    top: 500px;
    right: 5%;
    width: auto;
    height: auto;
    max-width: auto;
    z-index: 200;
    -webkit-transition: linear 300ms;
    -moz-transition: linear 300ms;
    transition: linear 300ms;
}

.introduction {
    position: relative;
    background-color: #FFF;
    z-index: 300;
    padding-bottom: 40px;
}

.patch1 {
    position: absolute;
    right: 5%;
    top: 250px;
    width: 200px;
    height: 200px;
    z-index: 100;
    background-image: url('../../../images/patch/FIT_PATCH2_500x500.png');
    background-size: 200px 200px;
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 100px;
    color: white;
    text-align: center;
    line-height: 100px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    transition: 0.5s !important;
}

.patch1:hover {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.patch1 span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.patch2 {
    position: absolute;
    left: 3%;
    margin-top: 0%;
    width: 200px;
    height: 200px;
    z-index: 10;
    background-image: url('../../../images/patch/FIT_7PASS.png');
    background-size: 200px 200px;
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 100px;
    color: white;
    text-align: center;
    line-height: 100px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    transition: 0.5s !important;
}

.les-activites .patch2 {
    margin-top: 5%;
}

.patch2:hover {
    background-image: url('../../../images/patch/FIT_7PASS_HOVER.png');
}

.patch2 span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}


/*FOOTER*/

.footer {
    padding: 5px;
    height: 90px;
    background-color: #000000;
}

.footer p {
    color: #FFFFFF !important;
    font-size: 12px;
    line-height: 14px;
}

.footer a {
    color: #888888 !important;
    text-decoration: none;
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    transition: 0.5s !important;
}

.footer a:hover {
    color: #FFFFFF !important;
}

.title-footer {
    color: #FFFFFF;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 12px !important;
    text-transform: uppercase;
    font-style: normal;
}

div.copyright>.custom>p>a {
    position: relative;
    top: -5px;
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    transition: 0.5s !important;
}

p.copyright-image {
    margin: 0px;
    height: 40px;
}

p.copyright {
    font-family: 'Arial' !important;
    font-size: 12px;
    line-height: 54px;
    color: #FFFFFF;
}

div.copyright>.custom>p>a:hover {
    position: relative;
    top: -5px;
}


/*FIN FOOTER*/

.hidden-desktop {
    display: none !important;
}

.hidden-phone {
    display: inline-block !important;
}

.actualites img,
.testez-nous img {
    border: 1px solid #888888;
    margin: 0px 0px 10px;
}

.actualites .row-fluid,
.testez-nous .row-fluid {
    padding-bottom: 20px;
}

.item-image {
    width: 100%;
}


/** filters list **/

#filter-list,
#filter-list2,
#filter-list3 {
    font-family: 'Helvetica' !important;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

#filter-list li,
#filter-list2 li,
#filter-list3 li {
    display: inline-block;
    width: auto;
    padding: 6px 10px;
    margin-right: 15px;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    transition: 0.5s !important;
}

#filter-list li:hover,
#filter-list2 li:hover,
#filter-list3 li:hover {
    background: #888888;
    color: #FFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

#filter-list li.active,
#filter-list2 li.active,
#filter-list3 li.active {
    font-weight: bold;
    color: #FFF;
    background: #888888;
}


/** activites list **/

#activites,
#formules,
#produits {
    display: block;
    height: auto;
}

#activites .activite,
#formules .formule,
#produits .produit {
    display: none;
    opacity: 0;
    vertical-align: top;
    -moz-box-sizing: border-box;
}


/* LIEN RETOUR HAUT DE PAGE */

.back-to-top {
    position: fixed;
    -webkit-backface-visibility: hidden;
    bottom: 0px;
    right: 0px;
    width: 45px;
    height: 45px;
    z-index: 999;
}

.back-to-top a {
    background: url('../../../images/icones/FIT_BACKTOTOP.png') left top no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
    display: block;
    color: #888888 !important;
    font-size: 80px;
    height: 60px;
    width: 60px;
}


/* Programmes */

.noimage {
    background: url('../../../images/programme/FIT_NOIMAGE.jpg') !important;
}

.pilates {
    background: url('../../../images/programme/FIT_PILATES.jpg') !important;
}

.piloxing {
    background: url('../../../images/programme/FIT_PILOXING.jpg') !important;
}

.spinning {
    background: url('../../../images/programme/FIT_SPINNING.jpg') !important;
}

.step {
    background: url('../../../images/programme/FIT_STEP.jpg') !important;
}

.bodypump {
    background: url('../../../images/programme/FIT_BODYPUMP.jpg') !important;
}

.bodyattack {
    background: url('../../../images/programme/FIT_BODYATTACK.jpg') !important;
}

.bodyjam {
    background: url('../../../images/programme/FIT_BODYJAM.jpg') !important;
}

.zumba {
    background: url('../../../images/programme/FIT_ZUMBA.jpg') !important;
}

.zumbatonic {
    background: url('../../../images/programme/FIT_ZUMBATONIC.jpg') !important;
}

.kaerobic {
    background: url('../../../images/programme/FIT_KAEROBIC.jpg') !important;
}

.booty-workout {
    background: url('../../../images/programme/FIT_BOOTY.jpg') !important;
}

.abdos-flash {
    background: url('../../../images/programme/FIT_ABDOSFLASH.jpg') !important;
}

.stretching {
    background: url('../../../images/programme/FIT_STRETCHING.jpg') !important;
}

.fitfoot {
    background: url('../../../images/programme/FIT_FITFOOT.jpg') !important;
}

.boxe {
    background: url('../../../images/programme/FIT_BOXE.jpg') !important;
}

.complicity {
    background: url('../../../images/programme/FIT_COMPLICITY.jpg') !important;
}

.jumping {
    background: url('../../../images/programme/FIT_JUMPING.png') !important;
}

.ladyboxe {
    background: url('../../../images/programme/FIT_LADYBOXE.jpg') !important;
}

.gritcardio {
    background: url('../../../images/programme/FIT_GRITCARDIO.jpg') !important;
}

.gritplyo {
    background: url('../../../images/programme/FIT_GRITPLYO.jpg') !important;
}

.gritstrenght {
    background: url('../../../images/programme/FIT_GRITSTRENGHT.jpg') !important;
}

.bodyshape {
    background: url('../../../images/programme/FIT_BODYSHAPE.jpg') !important;
}

.abdos-killer {
    background: url('../../../images/programme/FIT_ABDOSKILLER.jpg') !important;
}

.fac {
    background: url('../../../images/programme/FIT_FAC.jpg') !important;
}

.fitball {
    background: url('../../../images/programme/FIT_FITBALL.jpg') !important;
}

.functionaltraining {
    background: url('../../../images/programme/FIT_FUNCTIONALTRAINING.jpg') !important;
}

.salsa {
    background: url('../../../images/programme/FIT_SALSA.jpg') !important;
}

.solarium {
    background: url('../../../images/programme/FIT_SOLARIUM.jpg') !important;
}

.sauna {
    background: url('../../../images/programme/FIT_SAUNA.jpg') !important;
}

.powerplate {
    background: url('../../../images/programme/FIT_POWERPLATE.jpg') !important;
}

.plate-cardio {
    background: url('../../../images/programme/FIT_CARDIO.jpg') !important;
}

.musculation {
    background: url('../../../images/programme/FIT_MUSCU.jpg') !important;
}

.yoga {
    background: url('../../../images/programme/FIT_YOGA.jpg') !important;
}

.danseetfit {
    background: url('../../../images/programme/FIT_DANSEETFIT.jpg') !important;
}

.hiphopkids {
    background: url('../../../images/programme/FIT_HIPHOPKIDS.jpg') !important;
}


/* Formules */


/*PACKS*/

.corporate {
    background: url('../../../images/formules/FIT_PACK_CORPO.jpg') !important;
}

.corporate-open {
    background: url('../../../images/formules/FIT_PACK_CORPO_OPEN.jpg') !important;
}

.energy {
    background: url('../../../images/formules/FIT_PACK_ENERGY.jpg') !important;
}

.energy-open {
    background: url('../../../images/formules/FIT_PACK_ENERGY_OPEN.jpg') !important;
}

.etudiant {
    background: url('../../../images/formules/FIT_PACK_ETUDIANT.jpg') !important;
}

.etudiant-open {
    background: url('../../../images/formules/FIT_PACK_ETUDIANT_OPEN.jpg') !important;
}

.family {
    background: url('../../../images/formules/FIT_PACK_FAMILY.jpg') !important;
}

.family-open {
    background: url('../../../images/formules/FIT_PACK_FAMILY_OPEN.jpg') !important;
}

.access {
    background: url('../../../images/formules/FIT_PACK_ACCESS.jpg') !important;
}

.access-open {
    background: url('../../../images/formules/FIT_PACK_ENERGY_OPEN.jpg') !important;
}

.senior {
    background: url('../../../images/formules/FIT_PACK_SENIOR.jpg') !important;
}

.senior-open {
    background: url('../../../images/formules/FIT_PACK_SENIOR_OPEN.jpg') !important;
}

.pack-salsa {
    background: url('../../../images/formules/FIT_PACK_SALSA.jpg') !important;
}

.pack-happyhour {
    background: url('../../../images/formules/FIT_PACK_HAPPYHOUR.jpg') !important;
}


/*POWERPLATE*/

.platinium {
    background: url('../../../images/formules/FIT_PACK_PLAT.jpg') !important;
}

.silver {
    background: url('../../../images/formules/FIT_PACK_SILVER.jpg') !important;
}

.golden {
    background: url('../../../images/formules/FIT_PACK_GOLD.jpg') !important;
}

.powerplate_pack {
    background: url('../../../images/formules/FIT_PACK_POWERPLATE.jpg') !important;
}

.powerplate15 {
    background: url('../../../images/formules/FIT_PACK_POWER15.jpg') !important;
}

.powerplate30 {
    background: url('../../../images/formules/FIT_PACK_POWER30.jpg') !important;
}


/*SOLARIUM*/

.solarium_pack {
    background: url('../../../images/formules/FIT_PACK_SOLARIUM.jpg') !important;
}

.solar50 {
    background: url('../../../images/formules/FIT_PACK_SOLAR50.jpg') !important;
}

.solar100 {
    background: url('../../../images/formules/FIT_PACK_SOLAR100.jpg') !important;
}

.solar200 {
    background: url('../../../images/formules/FIT_PACK_SOLAR200.jpg') !important;
}


/*COACHING */

.coaching_pack {
    background: url('../../../images/formules/FIT_PACK_COACHING.jpg') !important;
}

.coach1 {
    background: url('../../../images/formules/FIT_PACK_COACH1.jpg') !important;
}

.coach1-open {
    background: url('../../../images/formules/FIT_PACK_COACH1_OPEN.jpg') !important;
}


/*COACHING */

.coach30m {
    background: url('../../../images/formules/FIT_PACK_COACH30M.jpg') !important;
}

.coach30m-open {
    background: url('../../../images/formules/FIT_PACK_COACH1_OPEN.jpg') !important;
}

.coach2 {
    background: url('../../../images/formules/FIT_PACK_COACHPLAN.jpg') !important;
}

.coach2-open {
    background: url('../../../images/formules/FIT_PACK_COACH1_OPEN.jpg') !important;
}


/*DIETETIQUE*/

.diet1 {
    background: url('../../../images/formules/FIT_PACK_DIET1.jpg') !important;
}

.diet1-open {
    background: url('../../../images/formules/FIT_PACK_DIET1_OPEN.jpg') !important;
}


/*COMBO*/

.dietcoach1 {
    background: url('../../../images/formules/FIT_PACK_COMBO.jpg') !important;
}

.dietcoach1-open {
    background: url('../../../images/formules/FIT_PACK_COMBO_OPEN.jpg') !important;
}


/* Shop */

.isolate {
    background: url('../../../images/shop/FIT_ISOLATE.jpg') !important;
}

.prot95 {
    background: url('../../../images/shop/FIT_PROT95.jpg') !important;
}

.barres {
    background: url('../../../images/shop/FIT_BARRES.jpg') !important;
}

.ripped {
    background: url('../../../images/shop/FIT_RIPPED.jpg') !important;
}

.proteines {
    background: url('../../../images/shop/FIT_PROTEINES.jpg') !important;
}

.aquarius {
    background: url('../../../images/shop/FIT_AQUARIUS.jpg') !important;
}

.boisson-energetique {
    background: url('../../../images/shop/FIT_BOMBA.jpg') !important;
}

.power-starter {
    background: url('../../../images/shop/FIT_POWER_STARTER.jpg') !important;
}

.carbo-load {
    background: url('../../../images/shop/FIT_CARBO_LOAD.jpg') !important;
}

.recharge-energy {
    background: url('../../../images/shop/FIT_RECHARGE_ENERGY.jpg') !important;
}

.serviette {
    background: url('../../../images/shop/FIT_SERVIETTE.jpg') !important;
}

.bracelet {
    background: url('../../../images/shop/FIT_BRACELETEPONGE.jpg') !important;
}

.tshirt {
    background: url('../../../images/shop/FIT_TSHIRT.jpg') !important;
}

.shaker700 {
    background: url('../../../images/shop/FIT_SHAKER700.jpg') !important;
}

.shaker300 {
    background: url('../../../images/shop/FIT_SHAKER300.jpg') !important;
}

.gourde {
    background: url('../../../images/shop/FIT_GOURDE.jpg') !important;
}

.gants-muscu {
    background: url('../../../images/shop/FIT_GANTS_MUSCU.jpg') !important;
}

@media all and (min-width:1024px) and (max-width:1600px) {
    .patch2 {
        left: 0%;
        margin-top: 0%;
        width: 190px;
        height: 190px;
        background-size: 150px 150px;
    }
}

@media all and (min-width:768px) and (max-width:1024px) {
    .navigation>ul>li>a {
        font-size: 8px;
        font-weight: 100;
    }
    .patch2 {
        display: none;
    }
    .bouton {
        padding: 15px 20px;
        margin: 15px 0px;
        min-width: 227px;
    }
    .separator {
        max-width: 75%;
    }
}

@media all and (width:768px) {
    p.separator {
        font-size: 40px;
    }
    h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .navigation>ul {
        width: 70%;
    }
    .logo-menu {
        width: 20%;
    }
    .facebook-menu {
        width: 10%;
    }
    .nav-pills>li>a {
        border: 0px !important;
        border-radius: 0px !important;
    }
    th {
        font-size: 35px;
    }
}

@media all and (max-width:767px) {
    .top {
        line-height: 20px;
    }
    .top p {
        color: #FFFFFF;
        line-height: auto;
    }
    .ancre {
        position: relative;
        top: 140px !important;
    }
    .jeu-concours {
        display: none;
    }
    .ancre#contact {
        top: -120px !important;
    }
    .hidden-desktop {
        display: inline-block !important;
    }
    .hidden-phone {
        display: none !important;
    }
    h1 {
        font-size: 25px !important;
        line-height: 30px !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    h6 {
        font-size: 14px !important;
        font-weight: 100 !important;
    }
    p {
        font-size: 12px;
        line-height: 19px;
    }
    .content {
        min-height: 140px;
    }
    .separator {
        top: 140px;
        max-width: 80%;
    }
    .homeSlide {
        height: 200px !important;
    }
    .patch1,
    .patch2 {
        display: none;
    }
    .container {
        width: 90%;
        margin: auto;
    }
    .bg-mob {
        background-size: initial !important;
        padding-top: 8px;
        padding-bottom: 20px !important;
        background-attachment: initial !important;
        background-position: center center !important;
    }
    .bg3-mob {
        display: none;
    }
    hr {
        display: none;
    }
    section#contact-separator {
        display: none;
    }
    .nav {
        background-color: #FFFFFF;
    }
    .nav>li>a {
        text-align: left;
    }
    .nav-collapse .nav,
    .btn {
        width: 100%;
        margin: 0px;
        border-radius: 0px !important;
        border: 0px;
        text-transform: uppercase;
    }
    .navigation {
        max-height: 60px;
    }
    .logo-menu,
    .facebook-menu {
        width: 50%;
        height: 40px;
    }
    .logo-menu {
        text-align: left;
    }
    .hvr-curl-bottom-right {
        max-height: 36px;
    }
    .facebook-menu {
        text-align: right;
    }
    .facebook-menu a {
        font-size: 20px;
        line-height: 38px;
    }
    .logo-menu img {
        height: 36px;
    }
    .nav>.active>a,
    .nav>.active>a:hover,
    .nav>.active>a:focus {
        border-top: 3px solid #888888;
    }
    .nav-pills>.active>a .text-link {
        top: 0px;
    }
    .navigation {
        box-shadow: none;
        width: 100%;
        height: auto;
    }
    .navigation .nav>li {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .navigation>ul {
        width: 100%;
        height: auto;
    }
    .navigation>ul>li>a {
        font-size: 10px;
        padding: 0px 0px;
        height: auto;
        text-align: center;
        line-height: 30px;
        font-weight: 100;
    }
    .nav>li>a {
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 15px;
        text-align: left;
        font-weight: 100 !important;
        border-radius: 0px !important;
        background-color: #1F1F1F !important;
        color: #FFF !important;
    }
    .nav>li>a:hover {
        color: #FFFFFF !important;
        background-image: none;
        background-color: #1F1F1F !important;
        border-radius: 0px !important;
    }
    .nav .active>a,
    .nav .active>a:hover,
    .nav .active>a:focus {
        color: #000 !important;
        font-weight: bold;
        background-image: none;
        background-color: #FFFFFF !important;
        border-radius: 0px !important;
    }
    .fa-bars {
        float: right;
        font-size: 10px !important;
        padding-top: 4px;
    }
    p.texte-coach {
        min-height: 50px;
        font-size: 12px;
    }
    .les-activites .table-programme,
    .les-formules .custom,
    .shop .custom,
    .actualites .row-fluid {
        display: none !important;
    }
    .bouton {
        margin: 0px;
        padding: 5px 5px;
    }
    img {
        max-width: 60%;
    }
    .temoignages .span4,
    .ici-paris-xl .span2,
    .ici-paris-xl .span3 {
        text-align: center;
    }
    #header {
        position: fixed !important;
        -webkit-backface-visibility: hidden;
        /*Most Important*/
        top: 0 !important;
        z-index: 9998;
        border: 0px;
        padding: 0px;
        margin: 0px;
    }
    #header .alert-danger {
        display: block !important;
        position: relative !important;
        z-index: 9999;
        top: 0 !important;
        width: 100% !important;
        border-radius: 0px;
        margin: 0px;
    }
    .navigation {
        position: relative;
    }
    .soutenez-nous>div.container>div>div:nth-child(1) {
        text-align: left!important;
        padding-bottom: 10px;
    }
    .fb-like>span {
        width: 280px !important;
    }
}

@media screen and (max-width: 500px) {
    #activites,
    #formules,
    #produits {
        padding: 0 18px;
    }
    #activites li,
    #formules li,
    #produits li {
        display: block;
        margin-bottom: 3px;
    }
    #activites,
    #formules,
    #produits {
        margin-bottom: 20px;
    }
    #activites .activite,
    #formules .formule,
    #produits .produit {
        width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
    }
}


/* GOOGLE GRID */


/* JGA ADD */

#grid-gallery2,
#grid-gallery3 {
    padding-bottom: 40px;
}

.schedule,
.actions {
    position: relative;
    display: inline-block;
}

.schedule {
    width: 90%;
    display: block;
    margin: auto;
    padding-left: 115px;
    min-height: 100px;
    background: url('../../../images/icones/FIT_HEUREICONE_87x98.png');
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 20px;
}

.price {
    text-align: right !important;
    font-weight: bold;
    color: #000;
}

.actions {
    position: inherit;
    width: 100%;
    padding: 15px;
    float: left;
    bottom: 15px;
    min-height: 35px;
}

.schedule-1,
.schedule-2,
.schedule-3,
.schedule-4,
.schedule-5,
.schedule-6 {
    font-family: 'Helvetica' !important;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
}

.schedule-1::before,
.schedule-2::before,
.schedule-3::before,
.schedule-4::before,
.schedule-5::before,
.schedule-6::before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f073";
    padding-right: 3px;
    color: #000;
    position: relative;
    bottom: 2px;
}

.share-fb {
    font-family: 'Helvetica' !important;
    color: #FFF !important;
    text-decoration: none;
    background: url('../../../images/bouton/FIT_FBBUTTON.png');
    font-weight: 100 !important;
    position: relative;
    color: #FFF;
    background-repeat: no-repeat !important;
    background-size: 100%;
    width: 100%;
    font-size: 12px;
    line-height: 35px;
    display: inline-block;
    top: 0;
    height: 35px;
    right: 0;
    text-align: left;
    padding-left: 35px;
    padding-right: 5px;
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    transition: 0.5s !important;
}

.share-fb:hover,
.share-fb:focus {
    background: url('../../../images/bouton/FIT_FBBUTTONHOVER.png');
    background-size: 100%;
    text-decoration: none;
    color: #FFF !important;
}


/* General style */

.grid-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-gallery figure {
    margin: 0;
}

.grid-gallery figure img {
    display: block;
    width: 100%;
}

.grid-gallery figcaption h3 {
    font-size: 12px !important;
    position: absolute !important;
    bottom: 0px !important;
    text-align: center;
    width: 100%;
    background: rgba(225, 225, 225, 0.8);
    border-radius: 0px 0px 0px 0px;
    color: #434343;
    text-transform: capitalize;
    font-style: normal;
    margin: 0px !important;
}

.grid-gallery figcaption p {
    margin: 0;
}


/* Grid style */

.grid-wrap {
    max-width: 90em;
    margin: 0 auto;
    padding: 0;
}

.grid {
    padding: 0px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.grid li {
    width: 24%;
    float: none;
    cursor: pointer;
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    transition: 0.5s !important;
}

.grid figure {
    width: 100%;
    padding: 5px !important;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: relative;
}

.grid li:hover figure {
    opacity: 0.7;
}

.grid li:hover figure figcaption {
    opacity: 0.7;
}

.grid figcaption {
    width: 100%;
    height: 180px;
    border: 1px solid #e1e1e1;
    background-size: cover !important;
    box-shadow: 2px 2px 2px #e1e1e1;
}

.formule figcaption {
    width: 100% !important;
    min-height: 180px;
    background: transparent;
    text-align: center;
    padding-bottom: 15px;
    border-radius: 0px;
    border: 0px solid #aeaeae;
    background-size: cover !important;
    background-position: center center;
    box-shadow: 0px 0px 0px #888888;
}

.formule figcaption h3 {
    font-size: 11px !important;
    position: absolute !important;
    bottom: -12px !important;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    border-radius: 0px;
    color: #434343;
    text-transform: capitalize;
    font-style: normal;
}


/* Slideshow style */

.slideshow {
    position: fixed;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: 0.5s linear all, visibility 0s 0.5s;
    transition: 0.5s linear all, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

.slideshow>ul {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 150px);
    transform: translate3d(0, 0, 150px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.slideshow>ul.animatable>li {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.slideshow-open .slideshow>ul {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideshow>ul>li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.slideshow>ul>li.show {
    visibility: visible;
}

.slideshow>ul>li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(255,255,255,0.8);*/
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.slideshow>ul>li.current:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
}

.slideshow figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 600px;
    width: 800px;
    background-repeat: no-repeat;
    background-size: cover!important;
    margin: -280px 0 0 -330px;
}

.slideshow figcaption p {
    font-size: 12px !important;
    line-height: 20px !important;
    text-align: justify;
}

.slideshow figcaption h4 {
    text-align: left;
    padding-left: 15px;
}

.slideshow figcaption .figcaption-text {
    background: rgba(255, 255, 255, 0.7);
    width: 40%;
    height: 100%;
    overflow: auto;
}

.slideshow figcaption .figcaption-text p {
    width: 90%;
    margin: auto;
}

.slideshow figcaption .figcaption-text p.sous-titre {
    font-weight: bold;
    margin-bottom: 15px;
}

.slideshow figcaption .figcaption-text p.description {
    padding-bottom: 20px;
    text-align: justify;
}

.slideshow figcaption ul {
    list-style: none;
    width: 80%;
    margin: auto;
    font-family: 'Helvetica';
}

.slideshow figcaption ul>li::before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f058";
    padding-right: 3px;
    color: #888888;
}


/* Navigation */

.slideshow nav span {
    position: fixed;
    z-index: 1000;
    color: #FFFFFF;
    text-align: center;
    padding: 3%;
    cursor: pointer;
    font-size: 2em;
    font-weight: 100;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slideshow nav span.nav-next {
    right: 0;
}

.slideshow nav span.nav-close {
    top: 0%;
    right: 0%;
    padding: 0.5em 1em;
    color: #FFF;
}

.icon:before,
.icon:after {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
    content: "\f053";
}

span.nav-next:before {
    content: "\f054";
}

span.nav-close:before {
    content: "\f057";
}


/* Info on arrow key navigation */

.info-keys {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 60px;
    font-size: 8px;
    padding-top: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
}

.info-keys:before,
.info-keys:after {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
}

.info-keys:before {
    left: 10px;
    content: "\f0d9";
}

.info-keys:after {
    right: 10px;
    content: "\f0da";
}

@media screen and (max-width: 60em) {
    /* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
    .grid li {
        width: 33.3%;
    }
    .slideshow li {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
    }
    .slideshow figcaption {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
    }
    .slideshow nav span,
    .slideshow nav span.nav-close {
        font-size: 1.8em;
        padding: 0.3em;
    }
    .info-keys {
        display: none;
    }
}

@media screen and (max-width: 35em) {
    .grid li {
        width: 50%;
    }
}

@media screen and (max-width: 24em) {
    .grid li {
        width: 100%;
    }
}


/* TOOLTIP CLASSIC */

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

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

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.tooltip-spec {
    display: inline;
    position: relative;
    z-index: 999;
}


/* Trigger text */

.tooltip-item {
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
}


/* Gap filler */

.tooltip-item::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip-spec:hover .tooltip-item::after {
    pointer-events: auto;
}


/* Tooltip */

.tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 360px;
    left: 50%;
    margin: 0 0 -20px -180px;
    bottom: 100%;
    text-align: left;
    font-size: 0.765em;
    line-height: 1.4;
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #2a3035;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-2 .tooltip-content {
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7, 0.3, 1);
    transform: scale3d(0.7, 0.3, 1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-5 .tooltip-content {
    width: 180px;
    margin-left: -90px;
    -webkit-transform-origin: 50% calc(100% + 6em);
    transform-origin: 50% calc(100% + 6em);
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
    transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
}

.tooltip-spec:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip-spec.tooltip-effect-2:hover .tooltip-content {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}


/* Arrow */

.tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #2a3035;
    border-width: 10px;
    margin-left: -10px;
}


/* Tooltip content*/

.tooltip-content img {
    position: relative;
    height: 170px;
    display: block;
    float: left;
    margin-right: 1em;
}

.tooltip-text {
    font-size: 12px;
    line-height: 14px;
    display: block;
    padding: 5px;
    color: #fff;
}

.tooltip-effect-5 .tooltip-text {
    padding: 1.4em;
}

.tooltip-text a {
    font-weight: bold;
}