/*
JAUNE : #ffeb42
NOIR : #000d23
BLEU : #3dbfb9
ORANGE : #f0542b
ROSE : #ea148b
ROUGE : #ee1d23
VIOLET : #6f4d9f
VERT : #71bf44

*/

body {
    color:#111111;
    font-size:15px;
    font-family:"Open sans", sans-serif;
}

a, a:hover {
    color: #111111;
}

a.black {
    color:#111111;
    margin-left: 15px;
}

a.black:hover {
    color:#111111;
}

a.white, a.white:hover {
    color: #fff;
}

@media (max-width: 767px) {
    a.black {
        margin: 0 auto;
        display: table;
    }
}

.text-portal {
    font-family:'Open Sans', sans-serif;
}

.label.label-yellow {
    background-color:#ffe751;
    color:#000;
}
.label.label-black {
    background-color:#000;
    color:#fff;
}

#page-top {
    position:relative;
}

.flag {
    height: 220px;
    position: relative;
    z-index: 3;
}

.flag:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #ffe751;
    transform-origin: 100% 100%;
    transform: skewY(6deg);
}

.flag h1 {
    text-transform: uppercase;
    position: relative;
    top: 40px;
}

.flag h1:after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #FFF;
    display: block;
    position: relative;
    top: 20px;
    left: 50%;
    margin-left: -7px;
}

.flag .camera {
    position: absolute;
    bottom: -169px;
    right: 70px;
    width: 265px;
    height: 265px;
    /*transform: scaleX(-1) rotate(-45deg);*/
}

.flag .camera > img {
    width: 100%;
    display: none;
}

@media (max-width: 999px) {
    .flag .camera {
        right: 15px;
    }

    .flag .camera img {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .flag h1 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .flag .camera {
        display: none;
    }
}

.no-pseudo-element:before,
.no-pseudo-element:after {
    display: none !important;
}

.no-pseudo-element h1 {
    top: 50px;
}

.no-pseudo-element h1:before,
.no-pseudo-element h1:after {
    display: none !important;
}

h1, h2, h3, h4, h5, h6 { margin-top:0;line-height:1.2; }

h1 {
    margin:0 0 30px 0;
    color:#111111;
    font-size: 35px;
    font-weight: bold;
}

h2, h3, h4, h5 {
    color:#111111;
}
p, ul li { 
    color:#111111;
    font-size:14px;line-height:1.4;
}

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;
}

body .container h2 {
    margin:0 0 25px 0;
    text-align:center;
    font-weight:normal;
    font-size:15px;
    color:#333;
}

p > a { font-weight:600; }

.text-muted { color:#b6b6b6; }

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

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

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

.vcenter {
    display: flex;
    align-items: center;
}

@media (max-width: 999px) {
    .vcenter {
        display: block;
    }
}

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

.img-full {
    width:100%;
}

.load {
    margin:10px 0 !important;
}

.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;
}

.twitter-share-button {
    display: inline-block;
    vertical-align: top;
    padding: 4px 7px;
    background-color: #3498db;
    color:  #fff;
    border-radius: 4px;
}

.twitter-share-button:hover {
    color: #fff;
    text-decoration: 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;
}

.text-white {
    color: #FFF;
}

/*.btn:not(.br-0) {
    border-radius:20px;
    padding: 10px 30px;
    font-size: 13px;
    line-height: 1.1;
    color: #fff;
    border: 0;
}*/

.btn {
    border: 2px solid #ffe751;
    padding: 15px;
    background-color: #ffe751;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    color: #111111;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease;
    white-space: inherit;
}

.btn:hover {
    border: 2px solid #ffe751;
    background-color: #FFF;
    color: #111111;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease;
}

span.btn {
    cursor: auto;
}

span.btn:hover {
    background-color: #ffe751;
}

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

.btn-white {
    border: 2px solid #FFF;
    background-color: #FFF;
}

.btn-white:hover {
    border: 2px solid #111111;
    background-color: #111111;
    color: #FFF !important;
}

.btn-black {
    border: 2px solid #111111;
    background-color: #111111;
    color: #FFF;
}

.btn-black:hover {
    border: 2px solid #111111;
    background-color: #FFF;
    color: #000 !important;
}

.btn-primary {
    color:#fff;
}

.btn-email {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 5px 10px;
    text-transform: none;
}

.btn-city {
    padding:8px;
    margin-right: 15px;
    /*font-size: 16px;*/
    font-weight: normal;
    text-transform: none;
    background:none;
}

.btn-city.btn-city-pink {
    border-color:#ea148b;
}
.btn-city.btn-city-blue {
    border-color:#3dbfb9;
}
.btn-city.btn-city-black {
    border-color:#000d23;
}

.btn-city.btn-city-2019 {
    border-color: #e8471b;
    color: #4abbba;
}

.btn-city.btn-city-2019:hover {
    background-color: #e8471b;
    color: #fff;
}

@media (max-width:767px) {
    .btn-city {
        display: table;
        margin: 0 auto 10px auto;
    }
}

.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 {
    border: none;
    background: none;
}

.btn.btn-social,
.btn.btn-social:hover {
    color:#fff;
}

.btn-social.btn-facebook { background-color:#3a5795 !important; }

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

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

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

.btn-pdf, .btn-pdf:hover {
    color: #111111;
}

.btn-pdf i {
    font-size: 40px;
    padding-bottom: 15px;
}

.btn-pdf span:hover {
    color: #111111;
}

.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;
}


/* 
 * ----- 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;
}

#container-alert {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 220px;
    z-index: 5;
}

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

/* ---- HEADER ----- */
#header {
    width: 100%;
    height: 105px;
    position: fixed;
    top: 0;
    z-index: 100;
    background:transparent !important;
}

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

#header .navbar-brand img {
    max-width: 100px;
}

#header #navbar {
    position:relative;
    margin:0;
    border:0;
    border-radius:0;
    background:#111111;
    height: 100%;
}

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

@media (max-width:999px) {
    #header {
        height: auto;
    }

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

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

}

#header .navbar #nav li {

}

#header .navbar #nav li a {
    position:relative;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
}
#header .navbar #nav li.active a,
#header .navbar #nav li a:hover {
    background:none;
    color: #ffe751;
    text-decoration: underline;
}

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

#header .navbar #nav li.dropdown ul {
    background-color: #111111;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFE751;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#header .navbar #nav>li.dropdown:last-of-type ul.dropdown-menu {
    height:  75vh;
    overflow-y:  auto;
    overflow-x:  none;
}

#header .navbar #nav li.dropdown ul li a {
    padding: 15px 25px;
    line-height: 1.4;
    color: #FFF;
    text-decoration: none;
}

#header .navbar #nav li.dropdown ul li.active a,
#header .navbar #nav li.dropdown ul li a:hover {
    color: #ffe751;
    text-decoration: underline;
}

#header .navbar #nav li.dropdown ul li.dropdown-submenu ul {
    padding-left: 15px;
}

#header .navbar #nav li.dropdown ul li.dropdown-submenu ul li a {
    display: block;
    padding: 10px 20px;
}

#header .navbar #nav li.dropdown ul li.active ul li a {
    color: #fff;
    text-decoration: none;
}

#header .navbar #nav li.dropdown ul li.active ul li a:hover {
    color: #ffe751;
    text-decoration: underline;
}

#header .navbar .nav.navbar-right > li {
    display:inline-block;
}

#header .navbar .nav.navbar-right > li a.btn {
    padding:0;
    text-align:center;

}

#header .navbar .nav.navbar-right > li a.btn.btn-social {
    width:35px;height:35px;line-height:35px;
    color:#fff;
    font-size:20px;
}

#header .navbar .nav.navbar-right > li a.btn.btn-participate {
    border: 2px solid #ffe751;
    padding: 7px 10px;
    background-color: #111111;
    color: #FFF;
    font-size: 14px;
}

#header .navbar .nav.navbar-right > li a.btn.btn-participate:hover {
    border: 2px solid #ffe751;
    background-color: #ffe751;
    color: #111111;
}

#header .navbar li .btn-group {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
}

#header .navbar li .btn-group .btn {
    padding:2.5px 0;
    background:transparent;
    color:#111111;
    font-size:14px;
    border-radius:0;
    box-shadow:none;
}

#header .navbar li .btn-group img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

#header .navbar li .btn-group .dropdown-menu {
    padding:0;
}

#header .navbar li .btn-group .dropdown-menu li {
    margin:0;
    padding:0;
    border:0;
}

#header .navbar li .btn-group .dropdown-menu li a {
    padding:12px 15px;
    font-size:15px;line-height:1.1;
    height:auto;
}
#header .navbar li .btn-group .dropdown-menu li a:hover {
    background:#eee;
}

#header .navbar .nav.navbar-right {
    margin-top: 10px;
    margin-bottom: 10px;
}

#header .navbar .nav-flag {
    display: none;
}

@media (min-width:1000px) {
    /*** navbar hover dropdown (not on responsive) ***/
    @media (min-width: 1000px) {
        li.dropdown:hover > .dropdown-menu {
            display: block;
        }
    }

    #header .navbar .nav.navbar-right > li a.btn.btn-participate {
        font-size: 10px;
    }

    #header .navbar .nav-flag {
        display: block;
        position: absolute;z-index:1;
        top: 0;
        left: 0;
        transition:opacity 1s ease;
    }

    #header .navbar .nav-flag .flag {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 240px 240px 0 0;
        border-color: #ffe751 transparent transparent transparent;
    }

    #header .navbar .nav-flag img {
        max-width: 120px;
        position: absolute;
        top: 25px;
        left: 15px;
        z-index: 3;
    }

    #header.event-page .navbar .nav-flag {
        display: none;
    }

    #header .navbar-brand {
        display: block;
        background-color: #ffe751;
        width: 130px;
    }
    
    #header .navbar-brand img {
        opacity:0;
        transition:opacity 0.8s ease;
    }

    #header.event-page .navbar-brand img {
        opacity:1;
    }

    #header .navbar #nav {
        position: relative;
        left: 70px;
        z-index: 5;
        transition:left 1s ease;
    }
    
    /* Effects */
    #header.active .navbar .nav-flag {
        display: none;
    }
    
    #header.active #nav {
        left:0 !important;
        z-index:2;
    }
    #header.active .navbar-brand img {
        opacity:1;
    }
    #header.active .navbar-brand {
        position: relative;
        z-index: 2;
    }

    #header .navbar #nav li a {
        padding: 22px 7px;
        font-size: 9px;
        line-height: 60px;
    }

    #header .navbar #nav li.dropdown ul li.dropdown-submenu ul {
        width: 200px;
    }

    #header .navbar .nav.navbar-right {
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        top: 35px;
    }

    #header .navbar .nav.navbar-right > li {
        display:block;
    }
    #header .navbar .nav.navbar-right > li:first-child,
    #header .navbar .nav.navbar-right > li:nth-child(3) {
    }
    #header .navbar .nav.navbar-right > li a {
        padding:0;
    }
    #header .navbar li .btn-group .dropdown-menu {
        top:145%;
    }
}

@media (min-width:1125px) {
    #header .navbar #nav li a {
        padding: 22px 9px;
        font-size: 10px;
    }

    #header .navbar .nav.navbar-right > li + li {
        margin-left:5px;
    }

    #header .navbar .nav.navbar-right > li a.btn.btn-participate {
        font-size: 12px;
    }
}

@media (min-width:1200px) {
    #header .navbar .nav-flag .flag {
        border-width: 300px 300px 0 0;
    }

    #header .navbar .nav-flag img {
        top: 45px;
        left: 40px;
    }

    #header .navbar #nav {
        left: 150px;
    }

    #export-selection {
        margin-top: 25px;
    }
}

@media (min-width:1400px) {
    #header .navbar .nav-flag {
        background-position: 0;
    }

    #header .navbar #nav li a {
        padding: 22px 11px;
        font-size: 13px;
    }

    #header .navbar .nav.navbar-right > li a.btn.btn-participate {
        font-size: 13px;
    }
}

@media (min-width:1600px) {
    #header .navbar #nav li a {
        padding: 22px;
        font-size: 14px;
    }

    #header .navbar .nav.navbar-right > li a.btn.btn-participate {
        font-size: 14px;
    }
}

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

#header .nav {
    
}


/* Insidepic */

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

/*
 * ----- COOKIES -----
 */
#cookies {
    position:fixed;
    z-index:7;
    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;
}

/* 
 * ----- 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*/
}

#scroll-down {
    position:fixed;
    z-index:100;
    bottom:15px;
    left:50%;
    margin-left:-12.5px;
    color:#111;
    font-size:40px;
    height:30px;
    cursor:pointer;
    display: none;
    -webkit-animation-name: bounce;
    -webkit-animation-duration: .5s;
    animation-name: bounce;
    animation-duration: .5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes bounce {
    0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.content-site-index #scroll-down {
    display: block;
    bottom:2px;
    left:50%;
    width:26px;
    margin-left:-13px;
}

.scrolled #scroll-down {
    display:none !important;
}

#scroll-down i {
    vertical-align:top;
}

/*
 * ----- CONTENT -----
 */
#content { 
    height:100%;
    /*overflow-x:hidden;*/
    padding-top: 105px;
    padding-bottom: 80px;
    min-height: 75vh;
}

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

.content-site-index #content,
.content-event-index #content {
    padding-bottom: 0;
}

#content h2 {
    margin:0 0 45px 0;
    font-size:28px;
}
#content h2 b { font-weight:600; }

/* Liste articles */
.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%;
    border-radius:6px 6px 0 0;
}

.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:#ecb67b;
    display:inline-block;
    padding:8px 15px;
    color:#fff;
    font-size:13px;line-height:1.1;
    font-weight:600;
    border-radius:6;
}

.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;
    }
}

/* ----- HOME ----- */
#home .section {
    text-align: center;
}

#home .section p {
    margin:0 auto;
}

#home .section p + p {
    margin-top:30px;
}

#home .section h2 {
    margin-bottom: 50px;
    letter-spacing: 3px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

#home .section h2:after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #111111;
    display: block;
    position: relative;
    top: 20px;
    left: 50%;
    margin-left: -7px;
}

#home .section:not(:first-child) {
    padding: 40px 0 170px 0;
}

@media (max-width:767px) {
    #home .section:not(:first-child) {
        padding-bottom: 80px;
    }
}

/* SECTION HEADER */
#section-header {
    height: 75vh;
    background: url('../img/home/header-background.jpg') no-repeat fixed center center;
    background-color: #111111;
    background-size: cover;
    position: relative;
    /*overflow: hidden;*/
}

#section-header #header-video {
    position:absolute;
    top:0;bottom:0;left:0;right:0;
}

#section-header #header-video video {
    position: fixed;
    right: 50%;
    transform: translateX(50%);
    top: 105px;
    min-width: 100%;
    min-height: 100%;
}

#section-header #header-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.1;
}

#section-header h1 {
    margin-bottom: 0;
    font-family: 'bebasregular';
    font-size: 125px;
    color: #111111;
    text-align: left;
    text-transform: uppercase;
    text-shadow: rgb(97, 97, 97) 1px 0 10px;
    position: absolute;
    bottom: 195px;
    right: 90px;
    z-index: 10;
}

#section-header .beam {
    width: 100%;
    height: 220px;
    background: url('../img/home/beam.png') no-repeat top left;
    position: absolute;
    bottom: 0;
    z-index: 1;
    margin-right: 100px;
}

#section-header .beam .block-text {
    width: 280px;
    position: absolute;
    top: 55px;
    left: 90px;
}

#section-header .block-text p {
    color: #111111;
    font-size: 16px;line-height:1.2;
    font-weight: bold;
    text-align: left;
    position: relative;
}

#section-header .block-text p:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: -25px;
    width: 15px;
    height: 15px;
    background-color: #111111;
}

#section-header .camera {
    height: 300px;
    position: absolute;
    bottom: -115px;
    right: 0;
    z-index: 6;
    /*transform: scaleX(-1) rotate(-35deg);*/
}

#section-header .camera img {
    height: 300px;
}

#section-header .video {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5px;
    z-index: 5;
}

@media (max-width: 841px) {
    #section-header .beam {
        height: 180px;
    }

    #section-header .beam .block-text {
        top: 40px;
    }

    #section-header .camera {
        bottom: -140px;
    }
}

@media (max-width: 767px) {
    #section-header h1 {
        font-size: 60px;
    }

    #section-header .beam {
        height: 300px;
    }

    #section-header .beam .block-text {
        margin-right: 15px;
        width: initial;
        top: 60px;
    }

    #section-header .beam .block-text p {
        margin-bottom: 0;
        padding-left: 10px;
        padding-bottom: 15px;
        font-size: 14px;
        text-align: justify;
    }

    #section-header .video {
        bottom: 55px;
    }
}

@media (max-width: 999px) {
    
    #section-header {
        height:78vh;
    }
    
    #section-header h1 {
        width: 100%;
        top: 20vh;
        left: auto;
        text-align: center;
        right: 0 !important;
    }

    #section-header .beam {
        height: 225px;
    }

    #section-header .beam .block-text {
        top: 60px;
        left: 45px;
    }

    #section-header .beam .block-text p {
        font-size: 13px;
    }

    #section-header .camera {
        bottom: -125px;
    }

    #section-header .camera img {
        height: 200px;
    }
}

@media (min-width: 1100px) {
    
    #section-header {
        height:78vh;
    }
    
    #section-header .beam {
        height: 245px;
    }

    #section-header .beam .block-text {
        top: 70px;
    }

    #section-header .camera {
        bottom: -105px;
    }
}

@media (min-width: 1200px) {
    
    #section-header {
        height:78vh;
    }
    
    #section-header h1 {
        bottom:150px;
    }

    #section-header .beam {
        height: 260px;
    }

    #section-header .beam .block-text {
        top: 55px;
    }

    #section-header .beam .block-text p {
        font-size: 20px;
    }

    #section-header .block-text p:before {
        top: 7px;
    }

    #section-header .camera {
        bottom: -95px;
    }
}

@media (min-width: 1400px) {
    
    #section-header {
        height:78vh;
    }

    #section-header .separator {
        position: absolute;
        top: 54%;
        width: 100%;
        border-bottom: 1px solid #FFF;
    }

    #section-header .beam {
        height: 340px;
    }

    #section-header .beam .block-text {
        width: auto;
        top: 100px;
    }

    #section-header .beam .block-text p {
        display: inline-block;
        margin-bottom: 0;
        width: 280px;
        text-align: center;
    }

    #section-header .beam .block-text p:before {
        content: '';
        display: inline-block;
        position: absolute;
        top:30px;
        left: 50%;
        transform: translateX(-50%);
    }

    #section-header .beam .block-text p:nth-child(2) {
        top: 103px;
        left: 30px;
        width: 245px;
    }

    #section-header .beam .block-text p:nth-child(2)::before {
        top: -26px;
    }
    
    #section-header .beam .block-text p:last-child::before {
        top: 54px;
    }

    #section-header .beam .block-text p:last-child {
        left: 50px;
    }

    #section-header .camera {
        bottom: -60px;
    }
}

@media (min-width: 1600px) {
    
    #section-header {
        height:78vh;
    }

    #section-header .beam {
        height: 370px;
    }

    #section-header .beam .block-text {
        top: 116px;
    }

    #section-header .beam .block-text p:nth-child(2) {
        left: 70px;
    }

    #section-header .beam .block-text p:last-child {
        left: 135px;
    }

    #section-header .camera {
        bottom: -45px;
    }
}

@media (min-width: 1800px) {
    
    #section-header {
        height:78vh;
    }
    
    #section-header h1 {
        bottom: 50%;
        transform: translateY(50%);
    }

    #section-header .beam {
        height: 415px;
    }

    #section-header .beam .block-text {
        top: 140px;
    }

    #section-header .beam .block-text p:nth-child(2) {
        left: 120px;
    }

    #section-header .beam .block-text p:last-child {
        left: 235px;
    }

    #section-header .camera {
        bottom: -25px;
    }
}

/* SECTION FDC HOME */
#fdc-home {
    position: relative;
    z-index: 3;
    color: #fff;
    background-color: #111111;
}

#fdc-home:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #111111;
    transform-origin: 0 0;
    transform: skewY(-6deg);
}

#fdc-home h2, #fdc-home p {
    color: #fff;
}

#home #fdc-home h2:after {
    background-color: #FFF;
}

#fdc-home p {
    margin-bottom: 20px;
}

/* SECTION EVENEMENT NATIONAL */
#evenement-national {
    padding-bottom: 150px !important;
    position: relative;
    z-index: 3;
    background-color: #ffe751;
}

#evenement-national:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #ffe751;
    transform-origin: 100% 100%;
    transform: skewY(6deg);
    /* si fdc home
    transform-origin: 100% 100%;
    transform: skewY(6deg);
    */
}

#home #evenement-national h2 {
    text-transform: none;
}

#home #evenement-national h2:after {
    background-color: none !important;
    height:  0 !important;
    width: 0 !important;
}

#home #evenement-national h3 {
    margin-bottom: 30px;
    color: #000;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}

#home #evenement-national p {
    margin-bottom: 30px;
}

/* SECTION BUT */
#but {
    padding-bottom: 150px !important;
    position: relative;
    z-index: 3;
    background-color: #fff;
}

#but:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #fff;
    transform-origin: 0 0;
    transform: skewY(-6deg);
    /* si fdc home
    transform-origin: 100% 100%;
    transform: skewY(6deg);
    */
}

#home #but h2 {
    text-transform: none;
}

#home #but h2:after {
    background-color: #111111;
}

#home #but h3 {
    margin-bottom: 30px;
    color: #ffe751;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}

#home #but p {
    margin-bottom: 30px;
}

/* SECTION EVENEMENTS */
#home #evenements {
    position: relative;
    z-index: 3;
    color: #FFF;
    background-color: #111111;
}

#evenements:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #111111;
    transform-origin: 100% 100%;
    transform: skewY(6deg);
}

#home #evenements h2, #home #evenements p {
    color: inherit;
}

#home #evenements h3 {
    margin-bottom: 30px;
    color: #ffe751;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}

#home #evenements p {
    margin-bottom: 30px;
}

#home #evenements.section h2:after {
    background-color: #FFF;
}

/* SECTION NEWSLETTER */
#newsletter {
    position: relative;
    z-index: 3;
    color: #FFF;
    background-color: #111111;
}

#newsletter:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #111111;
    transform-origin: 0 0;
    transform: skewY(-6deg);
}

#home #newsletter.section {
    padding:20px 0;
}

#newsletter h2, #newsletter label {
    color: inherit;
}

#home #newsletter p {
    margin-bottom: 30px;
}

/* SECTION VILLES */
#villes, #galaxy {
    position: relative;
    z-index: 3;
    background-color: #ffe751;
}

#villes:before, #galaxy::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #ffe751;
    transform-origin: 0 0;
    transform: skewY(-6deg);
}

#villes p {
    margin-bottom: 30px;
}

/* SECTION TALENTS */
#home #talents {
    padding-top: 0 !important;
    padding-bottom: 210px !important;
    position: relative;
    z-index: 3;
    background:#fff;
}

#home #talents:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #FFF;
    transform-origin: 100% 100%;
    transform: skewY(6deg);
}

#home #talents h2 {
    color: #ffe751;
}

#home #talents.section h2:after {
    background-color: #ffe751;
}

#home #talents #talents-slick {
    margin-top:30px;
}

#home #talents .talent {
    position:relative;
    margin:0 3px;
    padding:0;
    opacity: 0.8;
    transition: all 0.2s ease;
}

@media (min-width:992px) {
    #home #talents .talent {
        margin-top:45px;margin-bottom:45px;
    }
}

#home #talents .talent.slick-center {
    z-index:3;
    transform: scale(1.3);
    opacity:1;
}

#home #talents .talent .talent-img {
    overflow: hidden;
}

#home #talents .talent .talent-img img {
    width: 100%;
    filter: grayscale(100%);
    transition: transform 0.3s ease;
}
#home #talents .talent:hover .talent-img img {
    transform: scale(1.2);
}

#home #talents .talent .caption {
    position: absolute;
    padding: 10px 8px;
    background-color: #ffe751;
    left:0;right:0;
    top:auto;bottom:0;
}
#home #talents .talent .caption span {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #0c0c0c;
}

/* SECTION CAROUSEL */
#home-carousel {
    background-color: #fff;
    position: relative;
    z-index: 3;
}

#home-carousel:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #FFF;
    transform-origin: 100% 100%;
    transform: skewY(6deg);
}

/*#carousel .photo {
    display: inline-block;
    margin: 10px;
}

#carousel .photo img {
    width: 260px;
    height: 175px;
}

@media (min-width: 1000px) and (max-width: 1199px) {
    #carousel .photo img {
        width: 210px;
        height: 140px;
    }
}*/

.slick-slider {
    position:relative;
    padding:0 25px;
}

#carousel .photo {
    margin:0 3px;
}

#carousel .photo img {
    width:100%;
}

.slick .slick-prev {
    left:0;
}

.slick .slick-next {
    right:0;
}

.slick .slick-prev:before, .slick .slick-next:before {
    color:#111;
}

#slick-articles .slick-prev:before, #slick-articles .slick-next:before {
    color: #fff;
}

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

/* ----- PARTENAIRES ----- */
#partenaires {
    background-color: #ffe751;
    position: relative;
    z-index: 3;
    padding-top:40px;
}

#partenaires .partenaire {
    display: inline-block;
    margin: 15px;
}

#partenaires .partenaire img {
    /*height: 50px;*/
}

/*#partenaires .partenaire {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    width: 200px;
    height: 200px;
    border: 2px solid #111111;
    background-color: #FFF;
}

#partenaires .partenaire a {
    display: block;
    padding: 0 15px;
    width: 100%;
    height: 100%;
}

#partenaires .partenaire img {
    max-width: 100%;
    padding-top: 75px;
}*/

@media (max-width: 767px) {
    #partenaires .partenaire {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* SECTION PARTENAIRES */
#partenaires.section:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #ffe751;
    transform-origin: 0 0;
    transform: skewY(-6deg);
}

#partenaires.section h2:after {
    display: none;
}


/* PAGE PARTENAIRES */
#partenaires.page .flag {
    height: 150px;
}

#partenaires.page .flag:before {
    display: none;
}

#partenaires.page .without-category {
    margin-top: 60px;
}

#partenaires.page h1:after {
    display: none;
}

#partenaires.page h2 {
    margin-bottom: 40px;
    font-size: 25px;
}

#partenaires.page h2:not(:first-child) {
    margin-top: 40px;
}

/* PAGE */
#page ul, #page ol {
    margin-bottom: 10px;
    padding-left: 40px;
    list-style-position: inside;
}

#page li {
    list-style-type: inherit;
}

#page .flag.no-pseudo-element {
    background-color: #ffe751;
    height: 140px;
}

#page .flag h1.no-pseudo-element {
    top: 55px;
}

#page .no-pseudo-element .camera {
    display: none;
}

#page h2 {
    margin: 40px 0;
}

#page h2:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #111111;
    display: block;
    position: relative;
    top: -20px;
    left: 50%;
    margin-left: -7px;
}

#page section {
    padding: 40px 0 240px 0;
    position: relative;
    z-index: 3;
}

#page .section-first:before {
    display: none !important;
}

#page #carousel {
    margin-top: 40px;
}

@media (max-width: 999px) {
    #page .flag img {
        margin-top: 0;
    }

    #page img {
        margin-top: 40px;
    }
}

/*** SECTION WHITE ***/
#page .section-white:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #FFF;
    transform-origin: 0 0;
    transform: skewY(-6deg);
}

#page .section-white h2:before {
    background-color: #ffe751;
}

/*** SECTION YELLOW ***/
#page .section-yellow {
    background-color: #ffe751;
}

#page .section-yellow:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #ffe751;
    transform-origin: 100% 100%;
    transform: skewY(6deg);
}

#page .section-yellow h2:before {
    background-color: #FFF;
}

#page .section-yellow a:not(.btn-black) {
    color: #111111;
}

/*** SECTION BLACK ***/
#page .section-black {
    color: #FFF !important;
    background: #111111;
}

#page .section-black:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #111111;
    transform-origin: 0 0;
    transform: skewY(-6deg);
}

#page .section-black.section-black-reverse::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #111111;
    transform-origin: 100% 100%;
    transform: skewY(6deg);
}

#page .section-black h2 {
    color: #ffe751;
}

#page .section-black h2:before {
    background-color: #FFF;
}

#page .section-black p, #page .section-black ul li {
    color: inherit;
}

/*** SLICK ***/
#page section#slider {
    margin-bottom: 30px;
    padding: 0;
}

/*** PROGRAMMATION ***/
#page #programmation .programmation-block {
    margin-top: 40px;
}

#page #programmation .programmation-block .programmation-title {
    text-align: right;
}

#page #programmation .programmation-block .programmation-title h2 {
    margin: 0 !important;
    padding: 7px 10px;
    padding-right: 20px;
    font-size: 18px !important;
    line-height: 18px;
    text-align: inherit;
    text-transform: uppercase;
    background-color: #ffeb42;
}

#page #programmation .programmation-block .programmation-title h2 strong {
    color:#001023;
}

#page #programmation .programmation-block .programmation-title h2:before {
    display: none;
}

#page #programmation .programmation-block .programmation-title img {
    margin-top: 20px;
    max-width: 50%;
}

#page #programmation .programmation-block .programmation-texte h3 {
    padding: 7px 10px;
    font-size: 18px !important;
    line-height: 18px;
    text-transform: uppercase;
}

#page #programmation .programmation-block .programmation-texte p {
    margin-bottom: 40px;
    padding-right: 20px;
}

@media (max-width:991px) {
    #page #programmation .programmation-block .programmation-title {
        text-align: center;
    }

    #page #programmation .programmation-block .programmation-title img {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #page #programmation .programmation-block .programmation-texte h3 {
        text-align: center;
    }
}


/* PAGE - TALENTS */
#talents {
    position:relative;
    padding:50px 0 15px 0;
    min-height: 80vh;
    background:#111;
    color: #fff;
}

#talents #title {
    text-transform:uppercase;
    color:#ffe751;
    font-size:35px;
    font-weight:700;
}

#talents #page-content {
    margin-top:35px;
}
#talents #page-content,
#talents #page-content p {
    color:#fff;
    font-size:13px;
}

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

#talents #talents-content {
    margin-top:50px;
}

#talents [class*="block-grid-"] {
    position:relative;
    margin:0 -25px;
}

#talents .talent {
    padding:0 25px 50px 25px;
}

#talents .talent .inner {
    position:relative;z-index:1;
    cursor:pointer;
    border:3px solid transparent;
}
#talents .talent.active .inner {
    z-index:3;
}

#talents .talent .talent-img {
    overflow:hidden;
}
#talents .talent .talent-img img {
    width:100%;
    filter: grayscale(100%);
    transition:transform 0.3s ease;
}
#talents .talent:hover .talent-img img {
    transform: scale(1.2);
}
#talents .talent.active .talent-img img {
    filter:none;
}

#talents .talent .inner:hover, 
#talents .talent.active .inner {
    border-color:#fff;
}

#talents .talent .talent-name {
    position:absolute;
    padding:10px 8px;
    background-color:#ffe751;
    left:20px;right:20px;
    bottom:-20px;
}
#talents .talent.active .talent-name {
    background:#000;
}

#talents .talent .talent-name span {
    display:block;
    text-transform:uppercase;
    text-align:center;
    font-size:16px;
    font-weight:700;
    color:#0c0c0c;
}
#talents .talent.active .talent-name span {
    color:#ffe751;
}

#talents #talent-description {
    position:relative;z-index:2;
    float:left;
    margin:-92px 12px 50px 12px;
    padding:85px 20px 55px 20px;
    background:#ffe751;
    color:#000;
}

#talents #talent-description #talent-description-close {
    cursor:pointer;
    position:absolute;z-index:2;
    top:65px;right:10px;
}

#talents #talent-description h2 {
    text-transform:uppercase;
    font-weight:700;
    color:#000;
    font-size:20px;
    margin-bottom:25px;
}
#talents #talent-description h2:not(.text-center) {
    text-align:left;
}

#talents #talent-description hr {
    border-color:#fff;
    margin-top:20px;margin-bottom:20px;
    border-top-width: 2px;
}

#talents #talent-description .icon {
    display:block;
    margin: 0 0 15px 0;
}

#talents #talent-description, 
#talents #talent-description p,
#talents #talent-description a {
    font-size:13px;line-height:1.1;
    color:#000;
}

#talents #talent-description ul {
    padding-left:20px;
}
#talents #talent-description ul li {
    position:relative;
    list-style-type:none;
    line-height:1.4;
}
#talents #talent-description ul li::before {
    content:"";
    position:absolute;
    left:-20px;top:4px;
    width:12px;height:12px;
    background:#000;
}

#talents #talent-description .btn {
    padding:16.5px 25px;
    border:3px solid #fff;
    background:#ffe751;
    text-transform:uppercase;
    font-weight:700;
    font-size:12px;
    transition:all 0.1s ease;
}
#talents #talent-description .btn:hover {
    background:#000;
    color:#ffe751;
}

#talents #talent-description #talent-description-film-title {
    position:relative;
    padding-bottom:35px;
    text-align:left;
    text-transform:none;
    font-size:25px;line-height:1.2;
}

#talents #talent-description #talent-description-film-title::after {
    content:"";
    position:absolute;z-index:1;
    bottom:0;left:0;
    width:100px;max-width:100%;
    height:12px;
    background:#000;
}

#talents #talent-description #talent-description-film-synopsis {
    margin-top:22px;
}

#talents #talent-description #talent-description-bio p {
    font-weight:600;
}

#talents #talent-description #talent-description-website {
    margin-top:15px;
}
#talents #talent-description #talent-description-website a {
    text-transform:uppercase;
    text-decoration:underline;
    font-size:12px;
    font-weight:600;
}

#talents #talent-description #talent-description-filmgraphy ul li strong {
    font-weight:600;
}

#talents #talent-description #talent-description-qa {
    margin-bottom:45px;
}

#talents #talent-description #talent-description-qa .icon {
    margin-left:auto;margin-right:auto;
}

#talents #talent-description #talent-description-qa-inner i {
    font-size:18px;
    font-weight:700;
}

#talents #talent-description #talent-description-buttons .right .btn {
    font-size: 16px;
    padding: 15px 19px;
}

@media (min-width:992px) {
    #talents #talent-description {
        padding-left:20px;padding-right:20px;
    }
    #talents #talent-description hr {
        margin-top:35px;margin-bottom:35px;
    }
    #talents #talent-description #talent-description-film-title {
        font-size:30px;
    }
    #talents #talent-description .btn {
        padding:16.5px 35px;
    }
}

/* PAGE PROGRAMMATIONS/ANIMATIONS */
#events-top {
    background:#000;
}
#events-top, 
#events-top p,
#events-top h2, 
#events-top h3,
#events-top h4 {
    color:#fff;
    line-height:1.2;
}

#events-top #page-content {
    padding:0px 0;
}

#header-sticky {
    z-index:1;
}

#map-toggle {
    text-transform:none;
    padding:14px 10px;
    font-size:13px;
    font-weight:600;
    border:0;
}
#map-toggle:hover {
    background:#eee;
    border:0;
    color:#000 !important;
}

#events-search {
    background:#ffe751;
    padding:30px 0 0 0;
    transition:padding 0.3s ease;
}

#export-selection {
    height: 50px;
}

.section_selected_events {
    position: absolute;
    width: 130px;
    height: 25px;
    background-color: #FFE763;
    text-align: center;
    top: 10px;
    right: 12px;
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
}

input.selected_events {
    width: 15px;
    height: 15px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 5px;
    display: inline-block;
}

@media (min-width: 768px) {
    #events-search .form-group {
        vertical-align: top;
    }
    #events-search .form-group .help-block {
        margin:0;
    }
    #events-search .form-group.has-error .help-block {
        margin-top:5px;
        font-size:13px;
    }
}

#events-search .form-control, #events-search .bootstrap-select .btn {
    height:50px;
    padding:10px 8px;
    border:2px solid #000;
    color:#333;
    box-shadow:none;
}
#events-search .form-control::placeholder {
    color:#333;
}

#events-search .bootstrap-select {
    
}

#events-search .bootstrap-select .btn {
    background-color:#fff;
    color:#333;
    text-transform:none;
    font-weight:400;
    font-size:14px;
}

#events-search .bootstrap-select .dropdown-menu li a.opt {
    /*margin-left:-13px;*/
}

#events-search .bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right:0;
}

#events-search .bootstrap-select.show-tick .dropdown-menu span.check-mark {
    position: initial;
    display:inline-block;
    font-family:FontAwesome;
    margin-right:3px;
    width:13px;
}
#events-search .bootstrap-select.show-tick .dropdown-menu span.check-mark::before {
    content: "\f096";
    /*content: "\e157";*/
}
#events-search .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark::before {
    content: "\f046";
    /*content: "\e067";*/
}

#events-search #event-btn-submit {
    font-weight:500;
    height:50px;
    color:#fff;
}

#events-search #btn-reset {
    text-decoration:none;
    padding:12px 8px;
}

@media (min-width:768px) {
    #events-search .bootstrap-select {
        max-width:130px;
    }
}

#events-search-plus {
    margin-top:12px;
}

#events-search-plus #events-search-plus-btn {
    color:#000;
}

#events-search-plus #events-search-plus-inner {
    margin-top:8px;
}

@media (min-width:768px) {
    #events-search #events-search-plus #events-search-plus-inner .bootstrap-select {
        max-width:none;
    }
}

#events .container {
    padding:30px 0;
}

#events .container > p {
    text-align:center;
    margin-bottom:15px;
}

#events .event {
    position:relative;
    padding:15px 12px 0 0;
}

#events .event + .event {
    border-top:2px solid #dcdcdc;
    margin-top:15px;
}

#events .event:hover,
#events .event.active {
    background:#f5f5f5;
}

#events .event .event-show {
    cursor:pointer;
    position:absolute;
    top:50px;
    right:12px;
    width:40px;height:40px;
    background:url('../img/events/arrow.png') no-repeat left top;
}

#events .event.active {
    background:#eee;
}
#events .event.active .event-show {
    background-image:url('../img/events/arrow-active.png');
}

#events .event p {
    font-size:13px;
    line-height:1.1;
    margin:0;
}
#events .event p + p {
    margin-top:8px;
}

#events .event .media {
    margin:0;
}

#events .event .media-body {
    position: relative;
}

#events .event .media-object {
    max-width:130px;
}

#events .event .media-left {
    padding-right:30px;
}
#events .event .media-object {
    cursor:pointer;
}

#events .event .label {
    display:inline-block;
    padding:9px 10px;
    font-size:11px;
    font-weight:600;
}

#events .event .event-title {
    cursor:pointer;
    margin-bottom:20px;
    text-transform:uppercase;
    font-size:24px;line-height:1.2;
    font-weight:700;
}
#events .event .event-title:hover {
    text-decoration:underline;
}

#events .event .label.event-type {
    margin-right:15px;
}

#events .event .event-date {
    text-transform:uppercase;
    font-size:13px;
    font-weight:700;
}

#events .event .event-location, 
#events .event .event-address {
    text-transform:uppercase;
    font-size:13px;
    font-weight:600;
}

#events .event .event-address .event-address-show {
    text-transform:none;
    text-decoration:underline;
    color:#000;
}

#events .event .event-pre-session {
    font-style:italic;
    font-size:12px;
    margin-bottom: 15px;
    margin-top: -8px;
}

#events .event .event-structure {
    margin-bottom:15px;
}

#events .event .article-share {
    margin-top: 8px;
    text-align: right;
}

#events .event .event-infos {
    padding:25px 0 25px 145px;
}
#events .event.active .event-infos p + p {
   margin-top:20px;
}

#events .event .event-infos .event-map {
    margin-bottom:25px;
}
#events .event .event-infos .event-map img {
    display:block;
    width:100%;
}

#events .event .event-infos p {
    font-size:15px;
}

#events .event .event-infos .event-films {
    margin:25px 0;
    background:#fff;
    border:2px solid #e5e5e5;
}

#events .event .event-infos .event-films .event-film {
    margin:0;
    padding:12px;
}
#events .event .event-infos .event-films .event-film + .event-film {
    border-top:2px solid #e5e5e5;
}

#events .event .event-infos .event-films .event-film .media-left {
    padding-right:20px;
}

#events .event .event-infos .event-films .event-film p {
    font-size:13px;line-height:1.2;
    font-weight:700;
}
#events .event .event-infos .event-films .event-film p + p {
    margin-top:5px;
}

#events .event .event-infos .event-films .event-film .event-film-title {
    text-transform:uppercase;
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
}

#events .event .event-infos .event-films .event-film .event-film-year-duration {
    margin-top:15px;
}

#events .event .event-infos .event-films .event-film .event-film-synopsis {
    margin-top:18px;
    font-weight:500;
    font-size:12px;
    text-align: justify;
}

@media (max-width:767px) {
    #events .event {
        padding:15px 12px;
    }
    
    #events .event .event-show {
        top:45px;right:12px;
        width:30px;height:30px;
        background-size:100% auto;
    }
    
    #events .event .media {
        display:block;
    }
    #events .event .media-left, #events .event .media-body {
        display:block;width:100%;padding:0;
    }
    
    #events .event > .media .media-object {
        max-width:100%;margin-bottom:10px;
    }
    
    #events .event .event-infos {
        padding:12px 0;
    }
    
    #events .event .event-films .media .media-object {
        margin-bottom:6px;
    }
    
    
    #events .event .article-share {
        margin-top: 8px;
        text-align: left;
    }
}

@media (min-width:992px) {
    #events-search {
        text-align:center;
    }
    #events-search .form-group + .form-group {
        margin-left:6px;
    }
    #events .event {
        padding:30px 50px 0 0;
    }
    #events .event + .event {
        margin-top:30px;
    }
}

/*** Programmations (View Event) ***/
.content-event-index #content {
    background-color: #f5f5f5;
}

#events.view-event .event {
    padding: 0;
    padding-top: 25px;
}

#events .event .media-object {
    max-width: 250px;
}

#events .event .media-object,
#events.view-event .event .event-title {
    cursor: auto;
}

#events.view-event .event .event-title:hover {
    text-decoration: none;
}

#events.view-event .event .event-infos {
    padding-left: 0;
}

#events.view-event .event .event-infos h2.event-films {
    margin-top: 25px;
    margin-bottom: 8px;
    border: none;
    background: none;
    font-size: 15px;
    text-align: left;
}

#events.view-event .event .event-infos .event-films {
    margin: 0;
}

@media (min-width: 1000px) and (max-width: 1400px) {
    #events .event .event-header.media {
        margin: 0 auto;
        width: 60%;
    }
}

@media (max-width: 767px) {
    #events.view-event .media-left {
        display: none;
    }
}

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

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

#home #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;
}

#home #redactors .slick .slick-prev, #home #redactors .slick .slick-next {
    
}
#home #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;
    }
    
    #home #redactors .slick .slick-prev, #home #redactors .slick .slick-next {
        top:82px;
        left:15px;
        margin-top:-30px;
    }
    #home #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 */
#home-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;
    }
}

/* 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-articles { 
    margin-bottom:0;
    padding: 0;
    overflow-y:hidden;
}
#slick-articles.slick-initialized {
    overflow-y:visible;
}

#slider .item {
    position:relative;
}

#slider .slick-slide { 
    margin:0;
    height:365px;
    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 {
    
}

#photos-slick {
    margin-bottom: 0;
}

@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;
}

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: 100px 0;
    background-color: #ffe751;
    position: relative;
    z-index: 3;
}

/*#footer:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #ffe751;
    transform-origin: 0 0;
    transform: skewY(-6deg);
}*/

#footer .camera {
    position: absolute;
    top: 25px;
    left: 50px;
}

#footer .logo {
    position: absolute;
    top: 25px;
    right: 50px;
}

#footer .camera img {
    height: 175px;
}

#footer a {
    display: inline-block;
    margin: 0 20px;
    width: auto;
    color: #111111;
    position: relative;
}

#footer a:last-child {
    margin-bottom: 0;
}

#footer a:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #FFF;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -7px;
}

@media (max-width: 999px) {
    #footer .camera {
        left: 15px;
    }

    #footer .logo {
        top: 35px;
        right: 15px;
    }

    #footer .logo img {
        width: 210px;
    }
}

@media (max-width: 767px) {
    #footer .camera, #footer .logo {
        display: none;
    }

    #footer a {
        display: block;
        margin: 15px 20px;
        text-align:  left;
        padding-left:  20px;
    }

    #footer a:last-child {
        margin-bottom: 0;
    }

    #footer a:before {
        content: '';
        width: 14px;
        height: 14px;
        background-color: #FFF;
        display: inline-block;
        position: absolute;
        top: 3px;
        left: 0;
        margin-left: 0;
    }

}


/* 
 * ----- 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;
}

/* 
 * ----- 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; } }