body {
    color: #111111;
    font-size: 16px;
    font-family: 'loveloblack', sans-serif;
}

a, a:hover {
    color: #34404b;
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top:0;
    line-height:1;
    color: #111111;
}

h1 { 
    font-size: 40px;
    margin:0 0 30px 0;
}

p, ul li { 
    color: #111111;
    font-size:16px;
    line-height: 1.3;
}

hr { border-top-color:#e5e5e5; }

label { position:relative;;color:#777;font-weight:normal; }

ol, ul { margin:0;padding:0; }

ul li {
    list-style-type:none;
}

img {
    margin:0 auto;
}

.text-muted { color:#b6b6b6; }

a.text-primary {
    text-decoration:underline;
}

.text-white {
    color: #fff;
}

.table {
    display:table;
    height:100%;
    margin:0;
}

.table .table-cell {
    display:table-cell;
    vertical-align:middle;
}

.caption {
    position:absolute;
    top:0;right:0;bottom:0;left:0;
}

.img-full {
    width:100%;
}

.load {
    margin: 0 !important;
    padding: 20px 0;
}

.load .btn.btn-default {
    border:1px solid #111111;
}
.load .btn.btn-default:hover {
    background:#fff;
    color: #111111;
}

.load img {
    width:30px;
    margin-right:10px;
}

#page-content img {
    /*width:auto !important;*/
    max-width:100% !important;
}

#follow .social.social-facebook {
    background-color:#4b679e;
}
#follow .social.social-twitter {
    background-color:#3498db;
}
#follow .social.social-pinterest {
    background-color:#1abc9c;
}
#follow .social.social-instagram {
    background-color:#9b59b6;
}
#follow .social.social-linkedin {
    background-color:#0077b5;
}

span.closed {
    visibility: hidden;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* https://css-tricks.com/fighting-the-space-between-inline-block-elements/ */
.nav.nav-tabs {
    text-align:center;
    font-size:0;
    border-bottom:2px solid #eeecf4;
}
.nav.nav-tabs li {
    float:none;
    display:inline;display:inline-block;
    margin:0;
    font-size:15px;
}
.nav.nav-tabs li a {
    display:block;
    padding:12px 22px;
    border-radius:0;
    margin:0;
    color:#393939 !important;
    background:transparent !important;
    border:0;
    border-bottom:6px solid #eeecf4 !important;
    margin-bottom:-2px;
}
.nav.nav-tabs li:hover a,
.nav.nav-tabs li.active a {
    border:0;
    border-bottom-color:#4ba9e9 !important;
}

.pagination {
    border-radius:0;
}

.pagination > li {
    display:inline;
}

.pagination > li a, .pagination > li.disabled span {
    border:0;border-radius:0;
    color:#bcbcbc;
    font-size:19px;line-height:20px;
    background:transparent !important;
    padding:6px 4px;
    font-family:Helvetica;
}
.pagination > li.disabled { display:none; }

.pagination > li a:hover, .pagination > li.active a, .pagination > li.active a:hover {
    color:#333;
}

body .col-centered {
    margin-left:auto;margin-right:auto;
    float:none;
}

.bg-blue {
    background-color:#4ba9e9 !important;
}

.text-blue {
    color:#4ba9e9;
}

.block-btn {
    text-align: center;
}

.btn {
    border: 3px solid #fff;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    transition-duration: 0.5s;
}

.btn:hover {
    color: #34404b;
    background-color: #fff;
    transition-duration: 0.5s;
}

.btn.active, .btn:active { box-shadow:none; }

.btn-primary {
    color:#fff;
}

.btn.btn-default {
    background: #111111;
    border:1px solid #111111;
    color:#fff;
}

.btn.btn-default:hover, .btn.btn-default:focus {
    background:#fff;
    color: #111111;
}

.btn.btn-blue {
    background-color:#4ba9e9;
}

.btn.btn-social,
.btn.btn-social:hover {
    margin: 0 5px;
    padding: 12px 14px;
    font-size: 24px;
    color:#fff;
}

.btn-social.btn-facebook {
    padding-left: 18px;
    padding-right: 18px;
    background-color:#3a5795 !important;
}

.btn-social.btn-facebook:hover {
    padding-left: 18px;
    padding-right: 18px;
}

.btn-social.btn-twitter { background-color:#3498db !important; }

.btn-social.btn-instagram { background-color:#9b59b6 !important; }

.btn-social.btn-google { background-color:#d44132 !important; }

.img-rounded { border-radius:50%;margin:0 auto; }

.label { border-radius:0; }

.alert {
    border:0;
    border-radius:2px;
    font-size:15px;
}
.alert-danger {
    background-color:#F1EAEA;
    color:#CC7A78;
}
.alert-success {
    background-color:#E0F5D7;
    color:#659A66;
}

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

/* 
 * ----- LEFT UMC GROUP MENU -----
 * http://tympanus.net/Blueprints/SlidePushMenus/
 */
body {
    /*overflow-x: hidden;*/
    position: relative;
    left: 0;
}

body, 
#menu-umc, 
#header,
#sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body.menu-active {
    left:260px;
    overflow:hidden;
}


body.menu-active #menu-umc {
    left:0;
}

body #mask {
    display:none;
    position:fixed;z-index:99999;
    top:0;right:0;bottom:0;left:260px;
    background:#000;
    opacity:0.4;
}
body.menu-active #mask {
    display:block;
}

#container-alert {
    position: relative;
    top: 150px;
}

#container-alert .alert { 
    margin-top:20px;
}
#container-breadcrumb + #container-alert .alert {
    margin-top:0px;
}

#menu-umc {
    position:fixed;z-index:5;
    top:0;left:-260px;bottom:0;
    width:260px;
    background: #101010;
}

#menu-umc > .inner {
    margin:0;padding-top:45px;
    position:relative;
    height:100%;
}

#menu-umc img.umc-logo {
    display:block;
    margin:0 auto;
    width:62px;
}

#menu-umc nav { margin-top:30px; }

#menu-umc ul {
    display:block;
    margin:0;padding:0;
}

#menu-umc ul li {
    display:block;
    vertical-align:middle;
}

#menu-umc ul li a {
    display:block;
    position:relative;z-index:3;
    border-top:1px solid rgba(62,62,62,0.3);
    padding:17px 15px;
}
#menu-umc ul li:last-child a {
    border-bottom:1px solid rgba(62,62,62,0.3);
}

#menu-umc ul li a > span {
    display:block;
    position:absolute;z-index:2;
    left:0;top:0;
    width:4px;height:100%;
    background-color:#fff;
    transition:width 0.3s ease;
}

#menu-umc ul li a:hover > span {
    width:100%;
}

#menu-umc ul li a img {
    display:block;z-index:4;position:relative;
    margin:0 auto;
}

/* ---- HEADER ----- */
#header {
    position:relative;
    background:transparent !important;
}

#header::after {
    content:"";
    position:absolute;z-index:1;
    bottom:-6px;left:0;right:0;
    height:6px;
    background:url('../img/header-shadow.png') repeat-x left bottom;
}

#header .burger { 
    position:absolute;z-index:3;
    left:3px;top:9.5px;
    display:block;
    width:45px;height:45px;
    cursor:pointer;
    color:#fff;
    background:#333;
    border-radius:50%;
    text-align:center;
    line-height:45px;
}
#header .burger:hover { color:#fff; }
#header .burger i {
    vertical-align:middle;
    font-size:1.5em;
}

#header .navbar-brand {
    margin-left: 0;
    padding: 10px 12px;
    height: 100%;
}

#header .navbar-brand img {
    height: 90px;
}

#header #navbar {
    position:relative;
    background: #34404b;
    border:0;
    border-radius:0;
    margin:0;
}

#header #navbar.navbar-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
}

#header .navbar-toggle {
    margin-top: 35px;
}

@media (min-width:768px) {
    #header .container {
        padding: 0;
    }
}

@media (min-width:1000px) {
    #header .navbar-brand {
        padding: 15px;
    }

    #header .navbar-collapse {
        padding: 0;
    }

    #header .burger {
        top:41.7px;left:30px;
    }
}

@media (min-width: 1400px) {
    #header .navbar-brand img {
        height: 120px;
    }
}

/* 
 * ----- HEADER MENU -----
 * http://www.tyramisu.fr/
 */
#header .navbar #nav {

}

#header .navbar #nav li {

}

#header .navbar #nav li a {
    position:relative;
    color: #fff;
    font-family: 'loveloblack';
    font-size: 16px;
    transition-duration: 0.5s;
}
#header .navbar #nav li.active a,
#header .navbar #nav li a:hover {
    color: #727c6d;
    background: none;
    transition-duration: 0.5s;
}

#header li.dropdown .btn {
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    text-align: left;
    background: none;
    transition-duration: 0.5s;
}

#header li.dropdown .btn:hover, #header li.dropdown .btn:active, #header li.dropdown .btn:focus {
    color: #fff;
    background-color: #727c6d;
    transition-duration: 0.5s;
}

#header li.dropdown .btn .caret {
    margin-left: 10px;
}

#header .navbar li .dropdown-menu {
    padding: 0;
    min-width: 0;
    width: 103%;
    border-radius: 0;
    left: -1px;
}

#header .navbar .nav.navbar-right > li a {
    padding: 3px 15px;
    height: 35px;
    line-height: 35px;
    transition-duration: 0.5s;
}

#header .navbar .nav.navbar-right > li a:hover {
    color: #fff;
    background-color: #727c6d;
    transition-duration: 0.5s;
}

@media (min-width:1000px) {
    #header .navbar #nav {
        position: relative;
        top: 40px;
    }

    #header .navbar #nav li a, #header li.dropdown .btn {
        font-size: 14px;
    }

    #header .navbar #nav li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    #header .navbar #nav li.dropdown ul li a {
        padding:10px 5px;
        line-height:1.2;
    }

    #header li.dropdown .btn {
        border: 1px solid #fff;
        width: auto;
    }

    #header li.dropdown .btn:hover, #header li.dropdown .btn:active, #header li.dropdown .btn:focus {
        border: 1px solid #727c6d;
    }

    #header .navbar .nav.navbar-right {
        margin-right: 0;
        position: relative;
        top: 40px;
        right: 15px;
    }
    
    #header .navbar .nav.navbar-right .btn {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media (min-width: 1200px) {
    #header .navbar #nav, #header .navbar .nav.navbar-right {
        top: 50px;
    }

    #header .navbar #nav li a, #header li.dropdown .btn {
        font-size: 16px;
    }

    #header .navbar #nav li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1400px) {
    #header .navbar #nav li a, #header li.dropdown .btn {
        font-size: 16px;
    }

    #header .navbar .nav.navbar-right {
        margin-left: -15px;
    }
}

@media (max-width: 999px) {
    .navbar-nav.navbar-left {
        margin-bottom: 0;
    }

    .navbar-nav.navbar-right {
        margin-top: 0;
    }

    #header li.dropdown .btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #header .navbar li .dropdown-menu li a {
        color: #fff;
    }
}

/* Search menu */
#header.active {
    
}

#header #header-search {
    display:none;
    position:absolute;z-index:2;
    top:0;left:0;right:0;
    height:64px;
    background:#fff;
}

#header #header-search #autocomplete {
    position: relative;
    max-width: 1020px;
    padding:0 25px;
    height:100%;
    margin: 0 auto;
    box-sizing: border-box;
}

#header #header-search #autocomplete-input {
    display:block;
    width: 100%;
    height:100%;
    padding-left:50px;
}

#header.active #header-search {
    display:block;
}

#header.active #header-search #autocomplete-loading {
    position:absolute;left:30px;top:15px;
    width:35px;
}

#header #header-search #header-search-close {
    cursor:pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 30px;
    line-height: 60px;
}

#header #suggestions {
    background:#fff;
    border: 1px solid #ddd;
    background:#eee;
}

#header #suggestions .suggestion {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    line-height:25px;
}

#header #suggestions .suggestion + .suggestion {
    border-top:1px solid #fff;
}

#header #suggestions .suggestion a {
    padding:12px 8px 12px 42px;
    color:#fff;
    font-size:16px;
    background-color:transparent;
}
#header #suggestions .suggestion:hover a {
    box-shadow: -1px 2px 55px -15px rgba(0, 0, 0, 0.3) inset;
}

#header #suggestions .suggestion .suggestion-image {
    position: absolute;
    left: 8px;
    margin: 0;
    max-width: 25px;
}

#header #suggestions .suggestion .suggestion-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#header #suggestions .suggestion .suggestion-folder-articles {
    float: right;
    min-height: 27px;
    padding-left: 23px;
    background: url(../../../img/folder-white.png) no-repeat left center;
    background-size: 17px auto;
}

#header #suggestions .suggestion.action a {
    text-align:center;
    font-weight:600;
}

@media (min-width:768px) {
    #header #header-search {
        z-index:3;
    }
    #header #header-search #header-search-close {
        right:-5px;
    }
}

/* Sticky */
#header-menu-sticky-wrapper { height:auto !important; }

#header .nav {
    
}


/* Insidepic */

#insidepic_widget {
    z-index:2 !important;
}

/*
 * ----- COOKIES -----
 */
#cookies {
    position:fixed;
    z-index:300;
    left:0;bottom:0;right:0;
    margin:0;
    padding:5px 10px;
    background:#fff;
    border-top:1px solid #ddd;
}

#cookies button {
    font-size:18px;
    opacity: 0.6;
    background: #ddd;
    padding:5px 12px;
}

#cookies p {
    display:inline-block;
    margin-bottom:0;
    font-size:15px;line-height:25px;
    color:#717171;
}
#cookies p a {
    font-weight:normal;
}


@media(min-width:1000px) {
    body .container {
        width:100%;
        max-width:1280px;
    }
}

/* 
 * ----- BREADCRUMB -----
 */

#container-breadcrumb {
    margin-bottom:20px;
    position:relative;
}

#container-breadcrumb .breadcrumb {
    background:transparent;
    padding:5px 0;
    border-bottom: 1px solid #EEE;
    margin:0;
    border-radius:0;
}

#container-breadcrumb .breadcrumb li, #container-breadcrumb .breadcrumb > li + li:before, #container-breadcrumb .breadcrumb li a, #container-breadcrumb #folder a {
    font-size:14px;
    line-height:34px;
    color:#b6b6b6;
}

#container-breadcrumb .breadcrumb > li + li:before {
    padding: 0 6px;
    content: ">";
}

#container-breadcrumb .breadcrumb li:first-child .fa { font-size:19px; }

#container-breadcrumb #folder {
    position:absolute;
    top:0;right:15px;
    line-height:45px;
}

#container-breadcrumb #folder a {
    display:inline-block;
    padding:0;
    margin:0;
    text-decoration:none;
}

@media (min-width:768px) {
    #container-breadcrumb .breadcrumb { padding-right:105px; }/*Pour dossier*/
}

/* 
 * ----- CONTENT -----
 */
#content { 
    height:100%;
    /*overflow-x:hidden;*/
    padding-top: 180px;
    padding-bottom:40px;
    min-height:240px;
}

.content-site-index #content,
.content-site-ticketing #content,
.content-folder-view #content,
.content-article-index #content,
.content-article-view #content {
    padding-top: 150px;
}

.content-site-index #content,
.content-site-ticketing #content,
.content-article-index #content,
.content-article-view #content {
    padding-bottom: 0;
}

@media (max-width: 999px) {
    .content-site-index #content,
    .content-folder-view #content,
    .content-article-index #content,
    .content-article-view #content {
        padding-top: 110px;
    }
}

#content > .container {

}

/* Liste articles */
article.article-card {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    position: relative;
    overflow: hidden;
}

article.article-card a {
    display: block;
}

article.article-card .block-img,
article.article-card img {
    width: 100%;
    transition-duration: 0.5s;
}

article.article-card .block-img {
    padding-top: 170%;
    background-size: cover;
    background-position: center center;
}

article.article-card a:hover .block-img,
article.article-card a:hover img {
    transform: scale(1.2);
}

article.article-card .vignette {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    width: calc(100% - 60px);
    height: 70px;
    background-color: #fff;
    text-transform: uppercase;
    transition-duration: 0.5s;
}

article.article-card .vignette h3 {
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 22px;
    line-height: 1.3;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

article.article-card a:hover .vignette {
    transition-duration: 0.5s;
}

article.article-card a:hover .vignette h3 {
    color: #fff;
    transition-duration: 0.5s;
}

/*** card expo ***/
article.article-card.card-expositions {
    width: 20%;
}

article.article-card.card-expositions .expo-date, article.article-card.card-expositions .expo-location {
    font-size: 18px;
    color: #fff;
    text-align: right !important;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 5;
}

article.article-card.card-expositions .expo-location {
    top: 50px;
}

article.article-card.card-expositions .vignette {
    height: 150px;
}

article.article-card.card-expositions .vignette h3 {
    margin-top: 20px;
    position: relative;
    top: 0;
    transform: translateY(0);
}

article.article-card.card-expositions .vignette p {
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 22px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    transition-duration: 0.5s;
}

article.article-card.card-expositions a:hover .vignette p {
    color: #fff;
    transition-duration: 0.5s;
}

@media (min-width: 1000px) and (max-width: 1399px) {
    article.article-card.card-expositions {
        width: 25% !important;
    }
}

/*** card animation ***/
article.article-card.card-animations {
    width: 25%;
}

article.article-card.card-animations .expo-date, article.article-card.card-animations .expo-location {
    font-size: 18px;
    color: #fff;
    text-align: right !important;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 5;
}

article.article-card.card-animations .expo-location {
    top: 50px;
}

article.article-card.card-animations .vignette {
    height: auto;
    padding: 15px;
    left: 0;
    bottom: 0;
    width: 100%;
}

article.article-card.card-animations .vignette h3 {
/*    margin-top: 20px;*/
    position: relative;
    top: 0;
    transform: translateY(0);
}

article.article-card.card-animations .vignette p {
    margin-bottom: 0;
    padding: 0;
    font-size: 22px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    transition-duration: 0.5s;
}

article.article-card.card-animations a:hover .vignette {
    background-color: #727c6d !important;
}

article.article-card.card-animations a:hover .vignette p, 
article.article-card.card-animations a:hover .vignette h3 {
    color: #fff;
    transition-duration: 0.5s;
}

@media (min-width: 1000px) and (max-width: 1399px) {
    article.article-card.card-animations {
        width: 25% !important;
    }
}

@media (max-width: 999px) {
    article.article-card {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    article.article-card {
        display: block;
        width: 100% !important;
    }
}

.article {
    position:relative;
    margin-bottom:20px;
    border:1px solid #e0e6ed;
    border-radius:6px;
    box-shadow:none;
    transition:all 0.3s ease;
}
.article:hover {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.15);
}

.article p { margin-bottom:0; }

.article .article-img {
    position:relative;
    display:block;
}

.article .article-img .caption {
    opacity:0;
    z-index:1;
    background:rgba(48,48,48,0.9);
    transition:opacity 0.3s ease;
}
.article:hover .article-img .caption {
    opacity:1;
}

.article .article-img .caption p {
    margin:0;
    color:#fff;
    font-size:13px;
}

.article .article-img .caption .article-read-time {

}
.article .article-img .caption .article-read-time i {
    display:block;
    margin:0 auto 8px auto;
    font-size:30px;
}

.article .article-img img {
    width:100%;
}

.article .article-content {
    padding:20px;
    padding-top:0;
}

.article .article-category {
    position:relative;z-index:1;
    margin-top:-15px;
    text-align:center;
}
.article .article-category a {
    background-color:#687b8c;
    display:inline-block;
    padding:8px 15px;
    color:#fff;
    font-size:13px;line-height:1.1;
    font-weight:600;
}

.article .article-title {
    margin-top:15px;
    font-size:19px;line-height:1.2;
    font-weight:700;
    height:75px;
}
.article .article-title,
.article .article-title a {
    color: #111111;
}

.article .article-subtitle {
    height:62px;overflow:hidden;
    margin-top:15px;
    font-size:17px;line-height:1.2;
    font-weight:normal;
    color:#96a2b2;
}

.article .article-redactor {
    margin-top:20px;
    font-size:15px;
}
.article .article-redactor { color: #111111; }

.article .article-redactor img {
    float:left;
    margin-right:15px;
    margin-top:3px;
    max-width:40px;
}

.article .article-redactor .article-date {
    margin-top:7px;
    color:#96a2b2;
    font-size:13px;
}

/* ---- ARTICLES : VIDEOS, PICTURES & PRODUCTS ----- */
.article.has-video .article-img::before, .article.has-photos .article-img::before, .article.has-products .article-img::before, .article.video > a::before {
    z-index:1;
    display:block;
    content: " ";
    background-repeat:no-repeat;
    background-position:center center;
    position:absolute;
    /*top:0;left:0;
    /*width:100%;height:100%;*/
    top:50%;left:50%;
    margin-top:-60px;margin-left:-60px;
    width:120px;height:120px;
}

.article.has-video .article-img::before, .article.video > a::before {
    background-image:url("../img/article/has-video.png");
}

/* ---- PICTURES ----- */
.article.has-photos .article-img::before {
    background-image:url("../img/article/has-photos.png");
}

/* ----- PRODUCTS ----- */
.article.has-products .article-img::before {
    background-image:url("../img/article/has-products.png");
}


@media (min-width: 992px) {

    .list-articles .article .article-img img {

    }
}
@media (min-width: 768px) {

}

.list-articles > .row {

}

.list-articles > .row > div[class^="col-"] {

}

@media (min-width:768px) {
    .article {
        height:465px;
        overflow:hidden;
    }
    .list-articles > .row > div[class^="col-"].portrait {
        float:right;
    }
}

#offline {
    padding: 15px;
    background-color: #fff;
}

#offline p {
    color: #721c24;
    text-align: center;
    margin-bottom: 0;
}

/* ----- HOME ----- */
#homepage section {
    margin: 0 auto;
}

#homepage h2 {
    margin-bottom: 0;
    padding: 40px 0;
    text-align: center;
    text-transform: uppercase;
}

/* HOME FEATURED ARTICLES */
#homepage #slick-home-featured-articles {
    padding-bottom:50px;
}

#homepage #slick-home-featured-articles .slick-article {
    padding-left:15px;
    padding-right:15px;
}

#homepage #slick-home-featured-articles .slick-dots {
    bottom:17px;
}

#homepage #slick-home-featured-articles .slick-prev {
    right:85px;
}
#homepage #slick-home-featured-articles .slick-next {
    right:15px;
}

@media (min-width:500px) {
    #homepage #slick-home-featured-articles .slick-article .article {
        height:465px;
        overflow:hidden;
    }
}

/* HOMEPAGE SLIDER */
#homepage .homepage-header-slider, #slick-homepage-header {
    margin: 0;
}

#homepage .homepage-header-slider .slide-block {
    width: 80%;
    text-align: right;
    position: relative;
    z-index: 2;
}

#homepage .homepage-header-slider article {
    background-color: #111111;
}

#homepage .homepage-header-slider article .bg-image {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    opacity: 0.8;
}

#homepage .homepage-header-slider h2 {
    font-size: 100px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

#homepage .homepage-header-slider h2 .subtitle {
    display: block;
    font-family: 'helveticalight';
    font-size: 70px;
    text-transform: none;
}

#homepage .homepage-header-slider h2 .informations {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 40px;
    color: #fff;
}

#content #homepage .homepage-header-slider .slick .slick-dots {
    bottom: 30px;
}

@media (max-width: 999px) {
    #homepage .homepage-header-slider .slide-block {
        width: 100%;
        text-align: center;
    }

    #homepage .homepage-header-slider h2 {
        padding: 0;
        margin-bottom: 30px;
        text-align: inherit;
    }
}

@media (max-width: 767px) {
    #homepage .homepage-header-slider .slide-block {
        padding: 0;
    }

    #homepage .homepage-header-slider h2 {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 40px;
    }

    #homepage .homepage-header-slider h2 span {
        margin-top: 10px;
        font-size: 30px;
    }
}

/* HOMEPAGE DOMAIN */
#homepage #domain {
    font-size: 0;
}

/* HOMEPAGE EXPOSITIONS */
#homepage #expositions {
    font-size: 0;
}

#homepage #expositions article.article-card {
    width: 20%;
}

#homepage #expositions .block-btn {
    padding: 40px 0;
}

@media (min-width: 1000px) and (max-width: 1199px) {
    #homepage #expositions article .vignette h3,
    #homepage #expositions article .vignette p {
        font-size: 18px;
    }
}

@media (min-width: 1000px) and (max-width: 1399px) {
    #homepage #expositions article.article-card {
        width: 25% !important;
    }

    #homepage #expositions article.article-card:last-of-type {
        display: none;
    }
}

@media (max-width: 999px) {
    #homepage #expositions article:last-child {
        display: none;
    }

    #homepage #expositions article .vignette {
        height: 130px;
    }
}

@media (max-width: 767px) {
    #homepage #expositions article.article-card {
        display: block;
    }
}

/* HOMEPAGE INSTAGRAM */
#instagram h2 {
    line-height: 1.3;
}

#instagram h2 span {
    font-family: 'helveticalight';
}

/* HOME FOLDERS */
#homepage #folders {
    position:relative;
    margin:0;
    background:url('../img/home/folders-bg.png') no-repeat center top;
    min-height:368px;
}

#homepage #folders h2 {
    margin-bottom:50px;
}

#homepage #slick-folders {
    padding-bottom:120px;
}

#homepage #folders .folder {

}

#homepage .list-folders .folder .caption {
    left: 30px;
    right: 30px;
    top: 38%;
    bottom: 38%;
}

#homepage .list-folders .folder:hover .caption {
    top:0;right:0;bottom:0;left:0;
}

/*#homepage #slick-folders .folder .folder-img {
    overflow:hidden;
    position:relative;
    min-height:74px;
}

#homepage #slick-folders .folder img {
    transform:scale(1);
    transition: all 0.4s ease;
}
#homepage #slick-folders .folder:hover img {
    transform:scale(1.15);
}*/

/* Home slick folders & redactors */
#homepage #folders .slick {
    margin-bottom:0;
}

#homepage #folders .slick .folder {
    margin:0 15px;
}

#homepage #folders > p {
    margin:5px 0 0 0;
}

@media (min-width:768px) {
    #homepage #slick-folders .slick-prev {
        right:125px;
    }
    #homepage #slick-folders .slick-next {
        right:55px;
    }
    #homepage #folders > p {
        position: absolute;z-index: 1;
        bottom: 0;left: 0;right: 0;
        margin: 0;
    }
}

/* HOME ARTICLES */
#homepage #articles {
    margin-bottom: 50px;
}


/* HOME REDACTORS */

/* TICKETING */
#ticketing {
    padding-bottom: 40px;
    color: #fff;
}

#ticketing h2 {
    margin-bottom: 0;
    padding: 40px 0;
    text-align: center;
    font-size: 30px;
    color: inherit;
    text-transform: uppercase;
}

#ticketing .ticket {
    position: relative;
}

#ticketing .ticket img {
    opacity: 0.6;
    transition-duration: 0.5s;
}

#ticketing .ticket a:hover img {
    opacity: 1;
    transition-duration: 0.5s;
}

#ticketing .ticket p {
    margin-bottom: 0;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translateY(-50%);
}

#ticketing .ticket p span {
    font-size: 24px;
}

@media (min-width: 768px) and (max-width: 999px) {
    #ticketing .ticket p {
        font-size: 16px;
    }

    #ticketing .ticket p span {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    #ticketing .ticket p span {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    #ticketing .ticket {
        margin-bottom: 20px;
    }
}

/*** PRACTICAL INFORMATION ***/
#practical-information h2 {
    margin-bottom: 0;
    padding: 40px 0;
    text-align: center;
}

/* SCHEDULE */
#schedule {
    padding-bottom: 40px;
    font-size: 0;
}

#schedule .container {
    width: 100%;
}

#schedule h2 {
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

#schedule h3, #schedule h4 {
    font-size: 20px;
    font-family: 'helveticaregular';
    text-align: center;
    line-height: 1.3;
}

#schedule h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

#schedule h4 {
    margin-top: 0;
    margin-bottom: 30px;
}

#schedule .parc h3, #schedule .summer h4 {
    margin-top: 30px;
}

#schedule .schedule {
    display: inline-block;
    vertical-align: top;
    padding: 17px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    background-color: #34404b;
}

#schedule .schedule.open {
    background-color: #727c6d;
}

#schedule .house .schedule {
    width: 14.28%; /*calc(100% / 7);*/
}

#schedule .house .schedule.day-closed {
    background-color: #727c6d;
}

#schedule .parc .schedule {
    width: 25%;
}

#schedule .schedule span {
    display: block;
}

#schedule .schedule.day-closed .day {
    width: 100px;
}

@media (min-width: 1200px) {
    #schedule .schedule {
        font-size: 18px;
    }
}

@media (max-width: 999px) {
    #schedule .schedule {
        font-size: 22px;
    }

    #schedule .house .schedule {
        width: calc(100% / 4);
    }

    #schedule .parc .schedule {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #schedule .schedule {
        padding: 15px;
        font-size: 16px;
    }

    #schedule .house .schedule {
        width: 50%;
    }
}

/* ADRESSES AND CONTACT */
#adresses-contact {
    text-align: center;
    background-color: #ecc04a;
}

#adresses-contact .block-title {
    padding-bottom: 40px;
    background-color: #727c6d;
}

#adresses-contact .block-title h2,
#adresses-contact .block-title p {
    color: #fff;
}

#adresses-contact .block-title h2 {
    padding: 40px 0;
}

#adresses-contact .block-title p {
    margin-bottom: 0;
    font-family: 'helveticalight';
    font-size: 18px;
}

#adresses-contact .block-title p span {
    padding: 0 15px;
}

#adresses-contact .block-title p a {
    color: #fff;
}

#adresses-contact .block-map {
    font-size: 0;
}

#adresses-contact #map, #adresses-contact #map2 {
    display: inline-block;
    width: 50%;
}

#adresses-contact #map2 {
    height: 500px;
}

#adresses-contact #map .my-label {
    position: absolute;
    font-family: 'helveticalight';
}

@media (max-width: 999px) {
    #adresses-contact #map, #adresses-contact #map2 {
        display: block;
        width: 100%;
    }
}

#adresses-contact .block-mobile {
    padding: 40px 0;
    font-size: 0;
}

#adresses-contact .block-mobile .mobile,
#adresses-contact .block-mobile .block-app {
    display: inline-block;
    vertical-align: middle;
}

#adresses-contact .block-mobile .block-app {
    padding-left: 40px;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
}

#adresses-contact .block-mobile .block-app span {
    font-family: 'helveticalight';
    font-size: 18px;
    text-transform: uppercase;
}

#adresses-contact .block-mobile .block-app-btn {
    margin-top: 20px;
}

#adresses-contact .block-mobile .block-app-btn a img {
    padding: 5px 7px;
    width: 170px;
    background-color: #34404b;
    border-radius: 5px;
    transition-duration: 0.5s;
}

#adresses-contact .block-mobile .block-app-btn a img:hover {
    background-color: #111111;
    transition-duration: 0.5s;
}

@media (max-width: 767px) {
    #adresses-contact .block-mobile .mobile,
    #adresses-contact .block-mobile .block-app {
        display: block;
    }

    #adresses-contact .block-mobile .mobile {
        padding-left: 15px;
        padding-right: 15px;
    }

    #adresses-contact .block-mobile .mobile,
    #adresses-contact .block-mobile .block-app-btn img {
        margin-bottom: 20px;
    }

    #adresses-contact .block-mobile .block-app {
        padding-left: 0;
        text-align: center;
    }

    #adresses-contact .block-mobile .block-app-btn a img {
        width: 180px;
    }
}

/* REDACTORS */
#redactors #slick-redactors {
    padding-bottom:60px;
}

#homepage #redactors #slick-redactors {
    margin-left:-15px;margin-right:-15px;
}

#homepage #redactors .redactor {
    padding-left:15px;padding-right:15px;
}

#redactors .redactor {
    text-transform:uppercase;
    text-align:center;
}

#redactors ul.redactors { margin:0 -8px; }
#redactors ul.redactors li.redactor { padding-left:8px;padding-right:8px;}

#redactors .redactor a {
    display:block;
    text-decoration:none;
}

#redactors .redactor .redactor-img {
    position:relative;
    overflow:hidden;
    min-height:87px;
}

#redactors .redactor img {
    width:100%;
}

#redactors .redactor .redactor-title {
    position:relative;
    text-align:center;
    margin:10px 0 0 0;
    padding:10px;
    font-size:13px;
    color:#fff;
    font-weight:normal;
    border-radius:20px;
    word-break:break-all;
}

#redactors .redactor .redactor-title span {
    position:absolute;
    top:-7px;left:50%;
    margin-left:-6.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 7px 6.5px;
    border-color: transparent transparent #ffbc47 transparent;
}

#homepage #redactors .slick .slick-prev, #homepage #redactors .slick .slick-next {

}
#homepage #redactors .slick .slick-next {  }

@media (min-width: 640px) {
    #redactors ul.redactors { margin:0 -18px; }
    #redactors ul.redactors li.redactor {
        padding-left:18px;padding-right:18px;
    }
}

@media (min-width:768px) {
    #redactors #slick-redactors {
        padding-left:35px;padding-right:35px;
        padding-bottom:0;
    }

    #homepage #redactors .slick .slick-prev, #homepage #redactors .slick .slick-next {
        top:82px;
        left:15px;
        margin-top:-30px;
    }
    #homepage #redactors .slick .slick-next { right:15px;left:auto; }
}

/* Home edito */
#edito {
    margin:30px 0;
    padding:20px 0 30px 0;
    border:2px solid #eeecf4;
    border-left:0;border-right:0;
}

#edito .container {
    max-width:860px;
}

#edito h2 {
    margin-bottom:22px;
}

#edito #edito-content,
#edito p {
    font-size:17px;line-height:1.2;
    margin:0;
}
#edito p + p {
    margin-top:10px;
}

#edito #edito-content {
    position:relative;
    margin-bottom:25px;
}

@media (min-width:900px) {
    #edito #edito-content::before {
        content:"";
        position:absolute;z-index:1;
        top:-40px;left:-100px;
        width:52px;height:37px;
        background:url('../img/home/quote.png') no-repeat center center;
    }
}

/* Home signup */
#homepage-become-redactor h2 {
    margin-bottom:5px;
}

#become-redactor {
    margin-bottom:30px;
    padding:15px;
    background-color:#ffbc47;
}

#become-redactor p {
    margin-top:25px;
    font-size:20px;line-height:1.2;
    font-weight:600;
    color:#fff;
}

#become-redactor p + p {
    margin-top:20px;
    margin-bottom:0;
}

#become-redactor .btn {
    padding:12px 46px;
    border:0;
}

@media (min-width:768px) {
    #become-redactor {
        height:368px;
        padding:0;
        margin:0;
        background:url('../img/home/home-signup.png') no-repeat center center transparent;
    }
}


/* HOME FB & TW */
#follow {
    margin-top:5px;
}

#follow .container {
    padding-top:10px;
    padding-bottom:25px;
    background:url('../img/home/follow-bg.png') no-repeat left bottom;
}

#follow .inner {
    max-width:480px;
    margin:0 auto;
}

#follow span {
    display:inline-block;
    text-align:center;
}

#follow img {
    display:inline-block;
}


#follow .btn {
    padding:10px 30px;
    color:#fff;
}
#follow .btn.btn-social:hover {
    background:#fff;
}

#follow .btn-social.social-facebook {
    background-color:#4c689c;
    border:1px solid #4c689c;
}
#follow .btn-social.social-facebook:hover {
    color:#4c689c !important;
}

#follow .btn-social.social-twitter {
    background-color:#3a99d8;
    border:1px solid #3a99d8;
}
#follow .btn-social.social-twitter:hover {
    color:#3a99d8;
}

@media (min-width:768px) {
    #follow .btn {
        padding:10px 60px;
    }
}

/* SLICK */
#content .slick .slick-dots {
    bottom: 20px;
}

#content .slick .slick-dots li { margin:0 5px; }

#content .slick .slick-dots li,
#content .slick .slick-dots li button {
    width: 25px;
    height: 25px;
}

#content .slick .slick-dots li button {
    border: 4px solid #fff;
}

#content .slick .slick-dots li.slick-active button {
    background-color: #fff;
}

#content .slick .slick-dots li button::before {
    display: none;
}

#content .slick .slick-prev, #content .slick .slick-next {
    background:transparent;
    top:auto;
    bottom:0;
    height:60px;
    width:60px;
    z-index:2;
    background-repeat:no-repeat;
    background-position:center center;
}
#content .slick .slick-prev {
    left:0;
    background-image:url("../img/carousel-left.png");
}
#content .slick .slick-next {
    right:0;
    background-image:url("../img/carousel-right.png");
}

#content .slick .slick-prev:hover {
    background-image:url("../img/carousel-left-hover.png");
}
#content .slick .slick-next:hover {
    background-image:url("../img/carousel-right-hover.png");
}

#content .slick .slick-prev.slick-disabled, #content .slick .slick-next.slick-disabled { cursor:default; }
#content .slick .slick-prev.slick-disabled {
    background-image:url("../img/carousel-left-disabled.png");
}
#content .slick .slick-next.slick-disabled {
    background-image:url("../img/carousel-right-disabled.png");
}

#content .slick .slick-prev::before, #content .slick .slick-next::before { content:" ";display:none; }
#content .slick .slick-prev img, #content .slick .slick-next img {
    width:auto;
}

@media (min-width: 500px) {
    
    #content .slick .slick-prev, #content .slick .slick-next {
        background-size:auto;
        left:auto;right:0;
    }
    #content .slick .slick-prev { right:70px; }
}

@media (min-width: 768px) {
   
    
}



/* SLIDER (home & category) */
#slider {
    position:relative;
    margin:0 0 70px 0;
}

/*#slider .slick::after {
    content:"";
    position:absolute;z-index:1;
    bottom:0;right:0;left:0;
    height:272px;
    background:url('../img/home/slider-mask.png') no-repeat left top;
}*/

#slider .slick#slick-homepage {
    margin-bottom:0;
    overflow-y:hidden;
}
#slick-homepage.slick-initialized {
    overflow-y:visible;
}

#slider .item {
    position:relative;
}

#slider .slick-slide { 
    margin:0;
    height: 600px;
    overflow:hidden;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    border-radius: 0;
    border: 0;
}

#slider .article .article-title {
    margin:0;
    text-align:center;
}

#slider .article .article-title span {
    display:inline-block;
    border-radius:3px;
    padding:18px 15px;
    background-color: #111111;
    color:#fff;
    font-size:20px;line-height:1;
    font-weight:600;
}

#slider .article .article-category-title { 
    position:relative;
    text-align:center;
    margin-bottom:-17px;
}

#slider .article .article-category-title span {
    display:inline-block;
    padding:10px 25px;
    border-radius:3px;
    background:#fff;
    color: #111111;
    font-size:13px;line-height:1.1;
    font-weight:600;
}

#slider .article .article-title + p {
    margin-top:60px;
}

#slider .article .btn {
    
}

@media (min-width: 992px) {
    
}
@media (min-width: 768px) {
    #slider .article .article-title span {
        padding:20px 30px;
        font-size:30px;
    }
    
    #slider .slick .slick-prev, #slider .slick .slick-next {
        background-size:auto;
        left:auto;right:30px;
        bottom:auto;top:50%;
        margin-top:-30px;
    }
    #slider .slick .slick-prev { left:30px; }
}

/* SIGNUP */
#signup {
    min-height:500px;
}

#signup-modal .modal-dialog {
    max-width:450px;
    max-height:720px;
}

#signup-modal .modal-dialog .modal-header {
    min-height:0;
    padding:0;
}
#signup-modal .modal-dialog .modal-header .close {
    position:relative;z-index:1;
}

#signup-modal .modal-dialog .modal-body {
    padding:0;
}

#signup-form {
    position:relative;
}

#signup-form #signup-form-title {
    content:" ";
    width:215px;height:209px;
    margin:0 0 10px 0;padding:25px 0 0 0;
    background:#333;
    border-radius:0 0 100% 0;
}
#signup-form #signup-form-title span {
    display:block;
    color:#fff;
    text-transform:uppercase;
    font-size:25px;line-height:1.1;
    text-align:center;
}

#signup-form #signup-form-title img {
    max-width:150px;
}

#signup-form .inner {
    padding:0 15px 30px 15px;
}

#signup-form form {
    position:relative;
    z-index:1;
}

#signup-form .form-group {
    margin-bottom:15px;
}

#signup-form .form-group label {
    display:block;
    text-align:center;
    font-size:20px;
    line-height:1;
}

#signup-form form .required label:after {
    top:5px;right:20px;
    font-size:17px;
}

#signup-form .form-group .checkbox label {
    text-align:left;
    font-size:15px;
}
#signup-form .form-group .checkbox label a {
    text-decoration:underline;
}

#signup-form .btn {
    font-size:18px;
    font-weight:600;
    margin-top:15px;
    padding:8px 22px;
    padding: 15px 45px;
    border-radius: 6px;
    border: 0;
}

#signup .form-control {
    height:42px;
    font-size:16px;
    background:transparent;
}
#signup .form-group:not(.has-error) .form-control { border-color:#bbb; }

#signup .form-control::-webkit-input-placeholder {
   color:#bab9b9;
}
#signup .form-control:-moz-placeholder { /* Firefox 18- */
   color:#bab9b9;
}
#signup .form-control::-moz-placeholder {  /* Firefox 19+ */
   color:#bab9b9;
}
#signup .form-control:-ms-input-placeholder {  
   color:#bab9b9;
}


@media (min-width:768px) {
    #signup-form .inner {
        padding-left:75px;
        padding-right:75px;
    }
}


/* FORMS */
form .required label:not(.radio):after {
    content: "*"; color: red;
    position:absolute;
    top:0;right:-12px;
    font-size:15px;line-height:1;
}

form.form-horizontal .required label:not(.radio):after {
    right:0;
}

form textarea { width:100% !important;max-height:250px;min-height:120px; }

form .form-control, .form-control {
    border-radius:1px;
    border-color:#dadada;
    box-shadow:none;
    font-family: 'helveticaregular';
}

form button.btn {
    padding:10px 22px;
    font-size:13px;
    opacity:0.95;
}
form button.btn:hover {
    opacity:1;
}

form .checkbox-inline, form .radio-inline { padding-left:0; }
form .checkbox-inline+.checkbox-inline, form .radio-inline+.radio-inline { margin-left:20px; }




/* SEARCH */
#search > p {
    color:#c2c1c1;
    font-size:16px;line-height:1.1;
}

#search .nav-tabs {
    
}

#search .nav-tabs li a {
    background:transparent;
    font-weight:bold;
    font-size:16px;line-height:45px;
    color:#dcdbdb;
    padding:0 20px;
}
#search .nav-tabs li a:hover, #search .nav-tabs li.active a {
    color:#AAA;
}

#search .tab-content {
    padding:30px 0;
}

#search #redactors ul li {
    
}

#search #page ul li {
    
}



#top-link {
    position:fixed;z-index:4;
    right:50px;bottom:50px;
    display:block;
    color:#ddd;
    font-size:45px;
}

@media (max-width:767px) {
    #top-link {
        right:15px;
        bottom:5px;
        font-size:35px;
    }
    #top-link i { vertical-align:bottom; }
}

/* 
 * ----- FOOTER -----
 */
#footer {
    padding-top: 10px;
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
    background-color: #34404b;
}

#footer h2, #footer p, #footer ul, #footer li, #footer a {
    color: inherit;
}

#footer a {
    transition-duration: 0.5s;
}

#footer a:hover {
    color: #727c6d;
    transition-duration: 0.5s;
}

#footer .logo {
    width: 80%;
}

#footer .block-social, #footer .block-menu, #footer .block-partners {
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer .block-social, #footer .block-menu, #footer .block-partners {
    padding-left: 15px;
    padding-right: 15px;
}

#footer .block-social {
    border-top: 3px solid rgba(255, 255, 255, 0.2);
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

#footer .block-social .btn.btn-social {
    margin: 0 20px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    font-size: 35px;
}

#footer .block-social .btn.btn-social:hover {
    color: #727c6d;
    background: none;
}

#footer .block-menu a {
    display: inline-block;
    margin: 5px 20px;
    font-size: 20px;
}

#footer .block-partners {
    font-size: 0;
}

@media (min-width: 1200px) {
    #footer .logo {
        width: 70%;
    }
}

@media (min-width: 1400px) {
    #footer .logo {
        width: 60%;
    }
}

@media (max-width: 767px) {
    #footer .logo {
        width: 50%;
    }

    #footer .block-partners .vcenter {
        display: block;
    }

    #footer .block-social .btn.btn-social,
    #footer .block-menu a {
        margin-left: 10px;
        margin-right: 10px;
    }

    #footer .block-menu a {
        font-size: 18px;
    }

    #footer .block-partners img {
        margin-bottom: 20px;
    }
}

/* 
 * ----- MODALS -----
 */
.modal-backdrop.in {
    filter: alpha(opacity=40);
    opacity: .4;
}

.modal .modal-dialog {
    position:fixed;
        top:0;right:0;bottom:0;left:0;
        width:auto;max-width:800px;
        max-height:500px;
        overflow-y:auto;overflow-x:hidden;
        margin:auto;
}

.modal .modal-header .close {
    font-size:45px;
    margin-top:-14px;
}

.modal .modal-content { 
    border-radius:0;
    box-shadow:none;
    border:0;
}
.modal .modal-content .modal-header {
    text-align:center;
    border:0;
    padding:10px;
}

.modal .modal-content .modal-header .modal-title.text-portal { 
    font-size:30px;
    line-height:1; 
}

.modal .modal-content .modal-body { 
    padding:20px 15px;
}
.modal .modal-content .modal-body button.close { padding:0 4px; }
.modal .modal-content ul li { padding-bottom:0; }

.modal .modal-content form .form-control, .modal-content form .btn {
    margin:0 auto;
}

.modal .modal-content p {
    margin:0 0 8px 0;
}

#modal-signup-newsletter input, #modal-signup-newsletter .btn {
    max-width:300px;
}

@media (min-width: 992px) {
    .modal-dialog {
        
    }
}

/* Modal subscribe */
#modal-subscribe input {
    max-width:300px;
}

#customer .btn:hover {
    color: #FFF !important;
}

/* 
 * ----- NOTIFICATIONS -----
 */
body .amaran-wrapper { z-index:5; }

body .amaran {
    cursor: auto;
    width:auto;
    max-width:430px;
    margin:15px;
    background:#fff;
    padding:0;
    border:0;
    border-radius:0;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
}

body .amaran-close { 
    background:url("../../../img/notification-close.png") no-repeat center center;
    width:15px;height:17px;
    cursor:pointer;
    padding:20px;
}
body .amaran-close::before { content:""; }

.amaran .notification .notification-header {
    padding:0 45px;margin:0;
    color:#fff;
    font-size:15px;
    line-height:44px;
    font-weight:600;
    text-align:center;
    /*background:url("../../../img/notification-header.png") no-repeat 11.5px center #53585f;*/
    background-repeat:no-repeat;
    background-position:11.5px center;
    background-color:#53585f;
}
.amaran .notification.notification-warning .notification-header { background-image:url("../../../img/notification-header-warning.png"); }

.amaran .notification .inner {
    padding:15px 14px;
    position:relative;
    overflow:hidden;
}

.amaran .notification .inner, body .amaran .notification .inner p {
    color:#3a3a3a;
    font-size:13px;
}

body .amaran .notification p { 
    line-height:21px;
    font-size:15px;
    margin:0;
}

.amaran .notification .notification-article .media-heading {
    font-size:15px;line-height:21px;
    font-weight:600;
    margin:0 0 10px 0;
}
.amaran .notification .notification-article .media-heading a { color:#3a3a3a; }

.amaran .notification .notification-article .notification-article-subtitle {
    color:#3a3a3a;
    font-size:15px;
    font-weight:normal;
}

.amaran .notification .notification-article .notification-article-date {
    margin:0;
    font-size:15px;line-height:21px;
    color:#888;
}

.media-left, .media>.pull-left {
    padding-right:15px;
}

.amaran .notification .inner hr {
    margin-top:15px;margin-bottom:15px;
}

@media (max-width:500px) {
    body .amaran { margin:10px;max-width:none; }
    .amaran .notification .notification-header { 
        font-size:12px;
        line-height:35px;
    }
    .amaran .amaran-close {
        padding:15px;
    }
    .amaran-wrapper.right { left:0 !important; }
    .amaran .notification .inner {
        padding:10px;
    }
    .amaran .notification .notification-article .media-left { padding-right:10px; }
    .amaran .notification .notification-article .media-heading,
    .amaran .notification .notification-article .notification-article-subtitle,
    .amaran .notification .notification-article .notification-article-date {
        font-size:12px;
    }
    .amaran .notification .btn {
        white-space:normal;
    }
    .amaran .notification .notification-article .media-object {
        max-width:85px;
    }
}


/* ----- BOOTSTRAP ----- */
/* 
 * Menu responsive < 1000
 * https://coderwall.com/p/wpjw4w/change-the-bootstrap-navbar-breakpoint
 */
@media (max-width: 999px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


/* ------------------
 * http://foundation.zurb.com/docs/components/block_grid.html
 */
.flex-video {
    position: relative;
    height: 0;
    padding-top: 1.5625rem;
    padding-bottom:56.25%;
    margin-bottom: 1rem;
    overflow: hidden;
}
.flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/*** PAGE ***/
#page-view {
    font-family: 'helveticaregular';
    line-height: 1.5;
}

@media (max-width: 992px) {
    #profile-contact #map {
        margin-top: 60px;
    }
}
