a {
    color: inherit;
}

a:hover {
    color: #ffba00;
    text-decoration: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

/**
Background Slideshow
**/
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.cb-slideshow {
    list-style: none;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
}

.cssanimations .cb-slideshow li span {
    -webkit-animation: imageAnimation 24s linear infinite 0s;
    animation: imageAnimation 24s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span {
    background-image: url(img/bg.jpg);
}

.cb-slideshow li:nth-child(2) span {
    background-image: url(img/bg2.jpg);
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

.cb-slideshow li:nth-child(3) span {
    background-image: url(img/bg3.jpg);
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
}

@media (min-width: 768px) {
    .no-cssanimations .cb-slideshow li span {
        opacity: 1;
    }
}

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .cb-slideshow li span {
        opacity: 1;
    }
}

/**
Uploaded Background
**/
.uploadedBg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#main-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

header a, footer a {
    color: white;
}

header a:hover, footer a:hover {
    color: #ffba00;
    text-decoration: none;
}

header .logo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 18px;
}

header .logo img {
    display: block;
    margin: 0 auto 15px;
}

header .logo .subtitle {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: inherit;
}

header nav {
    font-family: 'Open Sans Condensed', sans-serif !important;
    text-align: right;
    margin-right: 15px;
    font-size: 22px;
}

header nav a {
    font-family: 'Open Sans Condensed', sans-serif !important;
}

header nav ul {
    list-style: none;
    padding-left: 0;
}

header nav ul li a {
    text-transform: uppercase;
}

header nav > .mp-level > ul > li:last-child {
    margin-top: 30px;
}

@media all and (min-width: 768px) {
    header nav {
        margin-bottom: 60px;
    }

    header nav .mp-level .mp-level {
        display: block;
        height: 100vh;
        width: 0;
        background-color: rgba(169, 75, 33, 0.85);
        position: absolute;
        z-index: 1000;
        left: 100%;
        top: 0;
        text-align: left;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 13px;
        overflow: hidden;
    }

    header nav .mp-level .mp-level a {
        font-family: 'Open Sans', sans-serif !important;
    }

    header nav .mp-level .mp-level li {
        margin-bottom: 5px;
    }

    header nav .mp-level .mp-level li.depth-2 {
        text-indent: 15px;
    }

    header nav .mp-level .mp-level li i {
        visibility: hidden;
        display: block;
        float: left;
        line-height: 18px;
        font-size: 10px;
    }

    header nav .mp-level .mp-level li:hover i {
        visibility: visible;
    }

    header nav .mp-level .mp-level li a {
        text-transform: none;
        display: block;
        margin-left: 20px;
    }

    header nav .mp-level .mp-level.current {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}

@media all and (min-width: 768px) {
    #left-column, #content, .mp-level .mp-level {
        padding-top: 50px;
    }

    .mp-level .mp-level {
        padding-bottom: 50px;
    }

    #left-column {
        background-color: rgba(169, 75, 33, 0.85);
        color: white;
        height: 100%;
        position: relative;
    }

    #left-column .left-column-inner {
        min-height: -webkit-calc(100% - 75px);
        min-height: calc(100% - 75px);
        margin-bottom: -125px;
    }

    #left-column .left-column-inner:after {
        content: '';
        display: block;
        height: 80px;
    }

    #content-wrapper {
        padding-right: 0;
        opacity: 0;
        right: -40%;
    }
}

#content {
    /*height: 100vh;*/
    background-color: rgba(255, 255, 255, 0.9);
    color: #a94b21;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 50px;
    overflow: auto;
    /**
    Liste news
    **/
    /**
    Liste galeries
    **/
    /**
    Liste galerie --> photos
    **/
    /**
    Liste Praticiens
    **/
    /**
    Page contact
    **/
}

#content h1 {
    font-family: serif;
    font-style: italic;
    text-align: right;
    font-size: 18px;
    margin-top: 0;
}

#content h2 {
    font-family: serif;
    font-style: italic;
    font-size: 30px;
}

#content h2:before, #content h2:after {
    content: '-';
    display: block;
}

#content img {
    max-width: 100% !important;
    height: auto !important;
}

#content p a {
    color: #ee7844;
}

#content.actus-list, #content.galleries-list {
    background-color: transparent;
    color: white;
}

#content.actus-list h1, #content.actus-list h2, #content.galleries-list h1, #content.galleries-list h2 {
    display: none;
}

#content.actus-list ul:not(.pagination), #content.galleries-list ul:not(.pagination) {
    padding-left: 0;
    list-style: none;
}

#content.actus-list ul:not(.pagination) li, #content.galleries-list ul:not(.pagination) li {
    background-color: rgba(169, 75, 33, 0.85);
    margin-bottom: 20px;
    padding: 25px;
    position: relative;
}

#content.actus-list ul:not(.pagination) li:hover, #content.galleries-list ul:not(.pagination) li:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
}

#content.actus-list ul:not(.pagination) li .title, #content.galleries-list ul:not(.pagination) li .title {
    font-size: 20px;
}

#content.actus-list ul:not(.pagination) li i, #content.galleries-list ul:not(.pagination) li i {
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    right: 5%;
    font-size: 20px;
    font-weight: bold;
}

#content .photos-list {
    padding-left: 0;
    list-style: none;
    margin-left: -60px;
    margin-right: -60px;
}

#content .photos-list li {
    padding: 0;
}

#content .photos-list li img {
    width: 100%;
}

#content .photos-list li .eye {
    display: none;
    position: absolute;
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    left: -webkit-calc(50% - 25px);
    left: calc(50% - 25px);
    border: 1px solid white;
    color: white;
    font-size: 26px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
}

#content .photos-list li .eye i {
    vertical-align: bottom;
}

#content .photos-list li:hover .eye {
    display: block;
}

#content .linked-practitioners, #content .list-practitioners {
    padding-left: 0;
    list-style: none;
}

#content .linked-practitioners > li > a, #content .list-practitioners > li > a {
    font-weight: bold;
}

#content .linked-practitioners a {
    font-weight: bold;
}

#content form.contact-form {
    margin-bottom: 30px;
    padding-top: 50px;
    border-top: 1px solid #a94b21;
}

#content form.contact-form input[type=submit] {
    background-color: #a94b21;
    color: white;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 7px;
}

#content .pagination {
    border-radius: 0;
}

#content .pagination > li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

#content .pagination > li > a, #content .pagination > li > span {
    background-color: rgba(169, 75, 33, 0.85);
    border-color: rgba(169, 75, 33, 0.85);
    color: white;
}

#content .pagination > li > a:hover, #content .pagination > li > a:focus, #content .pagination > li > span:hover, #content .pagination > li > span:focus {
    background-color: #ffba00;
    border-color: #ffba00;
}

#content .pagination > li:first-child > a, #content .pagination > li:first-child > span, #content .pagination > li:last-child > a, #content .pagination > li:last-child > span {
    border-radius: 0;
}

#content .pagination > li.active > a, #content .pagination > li.active > a:focus, #content .pagination > li.active > a:hover, #content .pagination > li.active > span, #content .pagination > li.active > span:focus, #content .pagination > li.active > span:hover {
    background-color: #ffba00;
    border-color: #ffba00;
}

#content .pagination > li.disabled > a, #content .pagination > li.disabled > a:focus, #content .pagination > li.disabled > a:hover, #content .pagination > li.disabled > span, #content .pagination > li.disabled > span:focus, #content .pagination > li.disabled > span:hover {
    background-color: rgba(169, 75, 33, 0.85);
    border-color: rgba(169, 75, 33, 0.85);
    color: #777;
}

/**
Homepage
**/
#home-content {
    color: white;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: lighter;
    padding-left: 0;
    padding-top: 100px;
    margin-bottom: 100px;
}

#home-news, #home-newsletter {
    background-color: rgba(169, 75, 33, 0.85);
    padding: 25px;
    color: white;
}

#home-news h3 {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', 'sans-serif';
    font-weight: lighter;
}

#home-news ul {
    padding-left: 0;
    list-style: none;
}

#home-news ul li {
    margin-bottom: 20px;
}

#home-news ul .title {
    font-weight: bold;
}

#home-news a {
    color: white;
}

#home-news a:hover {
    text-decoration: none;
}

footer {
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 125px;
}

footer ul {
    list-style: none;
    font-size: 16px;
    padding-left: 0;
}

footer ul li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.fancybox-overlay {
    background: rgba(169, 75, 33, 0.85);
}

#home-newsletter {
    margin-top: 15px;
    margin-bottom: 15px;
}

.newsletter--input {
    border-radius: 0;
    padding: 10px !important;
    height: inherit;
    outline: 0;

}

.inputs--group {
    position: relative;
}

.inputs--group .btn {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: rgba(169, 75, 33, 0.85);
    border: 0;
    color: #FFF !important;
    outline: 0;
}

.form--error {
    color: #aa0000;
    font-style: italic;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px 15px;
    margin-bottom: 5px;
}

.form--success {
    color: #2ca02c;
    font-style: italic;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px 15px;
    margin-bottom: 5px;
}

header nav .mp-level .mp-level {
    height: auto;
    bottom: 0;
    /*overflow-Y: auto;*/
}

header nav .mp-level .mp-level.current {
    padding: 15px;
}

header nav .mp-level .mp-level ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

html, body {
    height: 100%
}

#left-column .left-column-inner {
    min-height: inherit;
    margin: 0 !important;
}

footer {
    height: auto;
}

#left-column {
    position: relative;
}
