From 8444687a29b5ed76f56bec8f53ba148d3eefc022 Mon Sep 17 00:00:00 2001 From: Philippe Barbosa Date: Tue, 12 Apr 2016 15:39:39 +0200 Subject: [PATCH] Index.css updated --- app/festival/static/css/index.css | 4035 +---------------------------- 1 file changed, 1 insertion(+), 4034 deletions(-) diff --git a/app/festival/static/css/index.css b/app/festival/static/css/index.css index c98e3a90..35ea32e1 100755 --- a/app/festival/static/css/index.css +++ b/app/festival/static/css/index.css @@ -1,4034 +1 @@ -@charset "UTF-8"; -/** - * _VENDORS - */ -/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ -/** - * 1. Set default font family to sans-serif. - * 2. Prevent iOS and IE text size adjust after device orientation change, - * without disabling user zoom. - */ -/* line 9, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -html { - font-family: sans-serif; - /* 1 */ - -ms-text-size-adjust: 100%; - /* 2 */ - -webkit-text-size-adjust: 100%; - /* 2 */ -} - -/** - * Remove default margin. - */ -/* line 19, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -body { - margin: 0; -} - -/* HTML5 display definitions - ========================================================================== */ -/** - * Correct `block` display not defined for any HTML5 element in IE 8/9. - * Correct `block` display not defined for `details` or `summary` in IE 10/11 - * and Firefox. - * Correct `block` display not defined for `main` in IE 11. - */ -/* line 33, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -menu, -nav, -section, -summary { - display: block; -} - -/** - * 1. Correct `inline-block` display not defined in IE 8/9. - * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. - */ -/* line 54, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -audio, -canvas, -progress, -video { - display: inline-block; - /* 1 */ - vertical-align: baseline; - /* 2 */ -} - -/** - * Prevent modern browsers from displaying `audio` without controls. - * Remove excess height in iOS 5 devices. - */ -/* line 67, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -audio:not([controls]) { - display: none; - height: 0; -} - -/** - * Address `[hidden]` styling not present in IE 8/9/10. - * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. - */ -/* line 77, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -[hidden], -template { - display: none; -} - -/* Links - ========================================================================== */ -/** - * Remove the gray background color from active links in IE 10. - */ -/* line 89, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -a { - background-color: transparent; -} - -/** - * Improve readability of focused elements when they are also in an - * active/hover state. - */ -/* line 98, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -a:active, -a:hover { - outline: 0; -} - -/* Text-level semantics - ========================================================================== */ -/** - * Address styling not present in IE 8/9/10/11, Safari, and Chrome. - */ -/* line 110, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -abbr[title] { - border-bottom: 1px dotted; -} - -/** - * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. - */ -/* line 118, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -b, -strong { - font-weight: bold; -} - -/** - * Address styling not present in Safari and Chrome. - */ -/* line 127, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -dfn { - font-style: italic; -} - -/** - * Address variable `h1` font-size and margin within `section` and `article` - * contexts in Firefox 4+, Safari, and Chrome. - */ -/* line 136, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -/** - * Address styling not present in IE 8/9. - */ -/* line 145, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -mark { - background: #ff0; - color: #000; -} - -/** - * Address inconsistent and variable font size in all browsers. - */ -/* line 154, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -small { - font-size: 80%; -} - -/** - * Prevent `sub` and `sup` affecting `line-height` in all browsers. - */ -/* line 162, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -/* line 170, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -sup { - top: -0.5em; -} - -/* line 174, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -sub { - bottom: -0.25em; -} - -/* Embedded content - ========================================================================== */ -/** - * Remove border when inside `a` element in IE 8/9/10. - */ -/* line 185, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -img { - border: 0; -} - -/** - * Correct overflow not hidden in IE 9/10/11. - */ -/* line 193, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -svg:not(:root) { - overflow: hidden; -} - -/* Grouping content - ========================================================================== */ -/** - * Address margin not present in IE 8/9 and Safari. - */ -/* line 204, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -figure { - margin: 1em 40px; -} - -/** - * Address differences between Firefox and other browsers. - */ -/* line 212, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -hr { - box-sizing: content-box; - height: 0; -} - -/** - * Contain overflow in all browsers. - */ -/* line 221, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -pre { - overflow: auto; -} - -/** - * Address odd `em`-unit font size rendering in all browsers. - */ -/* line 229, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -code, -kbd, -pre, -samp { - font-family: monospace, monospace; - font-size: 1em; -} - -/* Forms - ========================================================================== */ -/** - * Known limitation: by default, Chrome and Safari on OS X allow very limited - * styling of `select`, unless a `border` property is set. - */ -/** - * 1. Correct color not being inherited. - * Known issue: affects color of disabled elements. - * 2. Correct font properties not being inherited. - * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. - */ -/* line 252, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -button, -input, -optgroup, -select, -textarea { - color: inherit; - /* 1 */ - font: inherit; - /* 2 */ - margin: 0; - /* 3 */ -} - -/** - * Address `overflow` set to `hidden` in IE 8/9/10/11. - */ -/* line 266, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -button { - overflow: visible; -} - -/** - * Address inconsistent `text-transform` inheritance for `button` and `select`. - * All other form control elements do not inherit `text-transform` values. - * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. - * Correct `select` style inheritance in Firefox. - */ -/* line 277, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -button, -select { - text-transform: none; -} - -/** - * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * and `video` controls. - * 2. Correct inability to style clickable `input` types in iOS. - * 3. Improve usability and consistency of cursor style between image-type - * `input` and others. - */ -/* line 290, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -button, -html input[type="button"], -input[type="reset"], -input[type="submit"] { - -webkit-appearance: button; - /* 2 */ - cursor: pointer; - /* 3 */ -} - -/** - * Re-set default cursor for disabled elements. - */ -/* line 302, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -button[disabled], -html input[disabled] { - cursor: default; -} - -/** - * Remove inner padding and border in Firefox 4+. - */ -/* line 311, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} - -/** - * Address Firefox 4+ setting `line-height` on `input` using `!important` in - * the UA stylesheet. - */ -/* line 322, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -input { - line-height: normal; -} - -/** - * It's recommended that you don't attempt to style these elements. - * Firefox's implementation doesn't respect box-sizing, padding, or width. - * - * 1. Address box sizing set to `content-box` in IE 8/9/10. - * 2. Remove excess padding in IE 8/9/10. - */ -/* line 334, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -input[type="checkbox"], -input[type="radio"] { - box-sizing: border-box; - /* 1 */ - padding: 0; - /* 2 */ -} - -/** - * Fix the cursor style for Chrome's increment/decrement buttons. For certain - * `font-size` values of the `input`, it causes the cursor style of the - * decrement button to change from `default` to `text`. - */ -/* line 346, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -input[type="number"]::-webkit-inner-spin-button, -input[type="number"]::-webkit-outer-spin-button { - height: auto; -} - -/** - * 1. Address `appearance` set to `searchfield` in Safari and Chrome. - * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. - */ -/* line 356, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -input[type="search"] { - -webkit-appearance: textfield; - /* 1 */ - box-sizing: content-box; - /* 2 */ -} - -/** - * Remove inner padding and search cancel button in Safari and Chrome on OS X. - * Safari (but not Chrome) clips the cancel button when the search input has - * padding (and `textfield` appearance). - */ -/* line 367, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -/** - * Define consistent border, margin, and padding. - */ -/* line 376, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -/** - * 1. Correct `color` not being inherited in IE 8/9/10/11. - * 2. Remove padding so people aren't caught out if they zero out fieldsets. - */ -/* line 387, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -legend { - border: 0; - /* 1 */ - padding: 0; - /* 2 */ -} - -/** - * Remove default vertical scrollbar in IE 8/9/10/11. - */ -/* line 396, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -textarea { - overflow: auto; -} - -/** - * Don't inherit the `font-weight` (applied by a rule above). - * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. - */ -/* line 405, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -optgroup { - font-weight: bold; -} - -/* Tables - ========================================================================== */ -/** - * Remove most spacing between table cells. - */ -/* line 416, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -table { - border-collapse: collapse; - border-spacing: 0; -} - -/* line 421, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_normalize.scss */ -td, -th { - padding: 0; -} - -/** - * _UTILS - */ -/** - * SANS_SERIF - */ -/** - * SERIF - */ -/** - * MONOSPACED - */ -/** - * FANTASY - */ -/** - * SCRIPT - */ -/* _each Side ----------------------------------- */ -/* _Left Side Only ----------------------------------- */ -/* _Right Side Only ----------------------------------- */ -/* _Relief ----------------------------------- */ -/** - * _Config - */ -/* _Colors ----------------------------------- */ -/* _Typography ----------------------------------- */ -/* _Header ----------------------------------- */ -/* _Footer ----------------------------------- */ -/* _Forms ----------------------------------- */ -/* _Buttons ----------------------------------- */ -/* _MediaQueries ----------------------------------- */ -/* _Paths ----------------------------------- */ -/* _Layout and sizes ----------------------------------- */ -/* _Hero ----------------------------------- */ -/** - * _BASE - */ -/* line 5, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_defaults.scss */ -* { - -webkit-font-smoothing: antialiased; - font-smoothing: antialiased; - text-rendering: optimizeLegibility; -} - -/* line 11, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_defaults.scss */ -html { - font-size: 100%; - box-sizing: border-box; -} - -/* line 16, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_defaults.scss */ -*, *:before, *:after { - box-sizing: inherit; -} - -/* line 20, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_defaults.scss */ -body { - font: 400 0.9rem "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; - line-height: 1.6; - background: #f7f7f7; - color: #555; -} - -/* line 30, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_defaults.scss */ -.clearfix:after, .container:after, .row:after, .sidebar__title--inverse:after, -.page__related__title--inverse:after, .row-box:after, .calendar__month:after, .last__media:after, .sticked-form:after, .banner:after, .header:after, .navigation:after, .footer-nav:after, .cta__panel:after, .media:after, .split-container:after, .video__list:after, .c-tabs:after { - content: ""; - display: table; - clear: both; -} - -@font-face { - font-family: "Interstate"; - font-style: normal; - font-weight: 400; - src: url("../fonts/interstate/interstate-regular-webfont.woff") format("woff"), url("../fonts/interstate/interstate-regular-webfont.woff2") format("woff2"), url("../fonts/interstate/interstate-regular-webfont.eot?") format("eot"); -} - -@font-face { - font-family: "Interstate"; - font-style: normal; - font-weight: 700; - src: url("../fonts/interstate/interstate-bold-webfont.woff") format("woff"), url("../fonts/interstate/interstate-bold-webfont.woff2") format("woff2"), url("../fonts/interstate/interstate-bold-webfont.eot?") format("eot"); -} - -@font-face { - font-family: "Triplex"; - font-style: normal; - font-weight: 400; - src: url("../fonts/triplex/triplexserif-light-webfont.svg#Triplex") format("svg"), url("../fonts/triplex/triplexserif-light-webfont.ttf") format("truetype"), url("../fonts/triplex/triplexserif-light-webfont.eot?") format("eot"); -} - -@font-face { - font-family: "Triplex"; - font-style: normal; - font-weight: 700; - src: url("../fonts/triplex/triplexserif-bold-webfont.svg#Triplex") format("svg"), url("../fonts/triplex/triplexserif-bold-webfont.ttf") format("truetype"), url("../fonts/triplex/triplexserif-bold-webfont.eot?") format("eot"); -} - -@font-face { - font-family: "Font-Awesome"; - font-style: normal; - font-weight: normal; - src: url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.eot?") format("eot"); -} - -/* line 16, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -h1, h2, h3, h4, h5, h6 { - font-family: "Triplex", Georgia, Times, "Times New Roman", serif; - line-height: 1.6; - text-rendering: optimizeLegibility; - color: #333; - margin-bottom: 0; -} - -/* line 24, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -h1 { - font-size: 2.025rem; -} - -/* line 28, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -h2 { - font-size: 1.8rem; -} - -/* line 32, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -h3 { - font-size: 1.575rem; -} - -/* line 36, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -h4 { - font-size: 1.35rem; -} - -/* line 40, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -h5 { - font-size: 1.125rem; -} - -/* line 44, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -h6 { - font-size: 0.9rem; -} - -/* line 48, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -p { - margin: 0 0 0.8rem; - font-family: "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; -} - -/* line 53, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -a { - color: #c4a563; - transition: all .3s ease; - text-decoration: none; -} - -/* line 64, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -a:active, a:focus { - color: #8c7035; - outline: none; -} - -/* line 70, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -hr { - border-bottom: 1px solid #d2ba88; - border-left: none; - border-right: none; - border-top: none; - margin: 1.6 0; -} - -/* line 78, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -img { - margin: 0; - max-width: 100%; - height: auto; -} - -/* line 84, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -blockquote { - display: block; - padding: 0.45rem 0 0.45rem 0.6rem; - border-left: 0.45rem solid #d2ba88; - border-color: rgba(0, 0, 0, 0.1); - font-size: 0.9rem; - margin-left: 0; -} - -/* line 93, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -blockquote p { - margin: 0; - font-style: italic; -} - -/* line 98, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -blockquote p:last-child, -p:last-child { - margin-bottom: 0; -} - -/* line 103, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -cite { - color: #959595; - font-style: italic; -} - -/* line 107, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -cite:before { - content: '\2014 \00A0'; -} - -/* line 112, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -del { - text-decoration: line-through; -} - -/* line 116, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -ins { - border-bottom: 1px dotted #d2ba88; -} - -/* line 120, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -mark { - background: #d2ba88; - padding: 0 .2rem; -} - -/* line 125, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -em { - font-style: italic; -} - -/* line 129, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -strong { - font-weight: bold; -} - -/* Prevents sub and sup affecting line-height in all browsers | gist.github.com/413930 */ -/* line 135, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -sub, -sup { - position: relative; - margin: 0 1px; - font-size: 80%; - line-height: 0; - vertical-align: baseline; -} - -/* line 144, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -sup { - top: -0.5em; -} - -/* line 148, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -sub { - bottom: -0.25em; -} - -/* line 152, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -small, -.small { - font-size: 80%; - line-height: 1.44; -} - -/* line 158, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -.lead { - font-size: 120%; -} - -/* line 162, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -abbr[title], -acronym[title] { - border-bottom: 1px dashed #ccc; - border-color: rgba(0, 0, 0, 0.2); - cursor: help; -} - -/* line 169, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -hr { - clear: both; - border: 0; - border-top: 1px solid #aaa; - border-bottom: 1px solid #f0f0f0; -} - -/* line 176, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -pre { - background: #ecf0f1; - border-left: 0.3rem solid #d2ba88; - font-family: Consolas, monaco, monospace; -} - -/* line 182, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -code { - border-radius: .4rem; - font-size: 96%; - padding: .2rem .5rem; - margin: 0 .2rem; - white-space: nowrap; -} - -/* line 190, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -pre > code { - background: transparent; - border-radius: 0; - display: block; - padding: 1rem 1.5rem; - white-space: pre; -} - -/* line 198, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -pre > p { - padding: .3rem; -} - -/* _Typographic patterns ----------------------------------- */ -/* line 205, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -.page__title { - font: 700 1.4rem "Triplex", Georgia, Times, "Times New Roman", serif; - text-transform: uppercase; - text-shadow: 1px 1px 0 white; - color: #c4a563; - margin: 2rem 0 1rem; - position: relative; -} - -/* line 212, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -.page__title:before { - content: ""; - position: absolute; - right: 101%; - top: 0; - width: 100%; - height: 100%; - background: #c4a563; -} - -/* line 228, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -.push-ical { - float: right; - margin: 1rem 0; -} - -/* line 233, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -.bodytext a { - font-weight: 700; -} - -/* line 237, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ -.section__title { - line-height: 1.6; - font-family: "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; - text-transform: uppercase; - color: #c4a563; - font-size: 1.4rem; -} - -/* line 5, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ -.container { - margin: 0 auto; - width: 100%; - padding: 0 1rem; -} - -/* line 22, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ -.row, .sidebar__title--inverse, -.page__related__title--inverse, .row-box, .calendar__month { - display: block; -} - -/* line 27, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ -.main { - display: block; - margin: 0 auto 3rem; -} - -/* line 38, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ -.aside { - display: block; - background: #e0cfad; - margin: 0 -1rem 0; - color: white; - padding: 1rem .5rem; - border-bottom: 1px solid #fff; -} - -/* line 56, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ -.site__content__header { - padding-top: 3em; -} - -/* line 63, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ -.site__content__header__inner { - padding-right: 1rem; -} - -/* line 72, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ -.last__media__entry { - display: block; -} - -/* line 81, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ -.last__media .artist__item, -.last__media .video__card { - float: none; - width: 100%; - padding: 0; -} - -/** - * Reset default styles - */ -/* line 9, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_lists.scss */ -ul, -ol { - list-style-type: none; - margin: 0; - padding: 0; - padding-left: 1rem; -} - -/* line 15, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_lists.scss */ -ul li ul, -ul li ol, -ol li ul, -ol li ol { - padding-left: 2rem; -} - -/** - * In case you nedd default style for list - */ -/* line 25, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_lists.scss */ -ul.default { - list-style-type: disc; - margin-bottom: 0.9rem; - padding-left: 0.9rem; -} - -/* line 31, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_lists.scss */ -ol.default { - list-style-type: decimal; - margin-bottom: 0.9rem; - padding-left: 0.9rem; -} - -/* line 37, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_lists.scss */ -dl { - margin-bottom: 0.9rem; -} - -/* line 40, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_lists.scss */ -dl dt { - font-weight: bold; - color: #333; -} - -/* line 46, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_lists.scss */ -dl dd { - margin: 0 0 0.9rem; -} - -/** - * List inline - */ -/* line 55, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_lists.scss */ -.list-inline, .breadcrumb { - display: block; - padding: 0; -} - -/* line 58, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_lists.scss */ -.list-inline li, .breadcrumb li { - display: inline-block; - *display: inline; - *zoom: 1; - text-align: center; - vertical-align: middle; - padding: 0 0.45rem; - margin-left: -0.33333em; -} - -/** - * Core - */ -/* line 9, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -fieldset { - background-color: #f7f7f7; - border: 1px solid #95a5a6; - margin: 0 0 0.45rem; - padding: 1.6; - border-radius: 0px; -} - -/* line 19, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -legend { - text-transform: uppercase; - padding: 0 0.45rem; -} - -/* line 24, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -input, -label, -select { - display: block; - font-family: "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 0.9rem; -} - -/* line 32, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -label { - font-weight: 700; -} - -/* line 35, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -label.required::after { - content: "*"; -} - -/* line 39, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -label abbr { - display: none; -} - -/* line 44, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -input[type="color"], -input[type="date"], -input[type="datetime"], -input[type="datetime-local"], -input[type="email"], -input[type="month"], -input[type="number"], -input[type="password"], -input[type="search"], -input[type="tel"], -input[type="text"], -input[type="time"], -input[type="url"], -input[type="week"], -input:not([type]), -select[multiple=multiple], -textarea { - background-color: #fff; - border: 1px solid #e7dac0; - box-sizing: border-box; - font-family: "Triplex", Georgia, Times, "Times New Roman", serif; - font-size: 0.9rem; - padding: 0.45rem; - transition: border .4s ease; - width: 100%; - -webkit-appearance: none; -} - -/* line 76, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -input[type="color"]:focus, -input[type="date"]:focus, -input[type="datetime"]:focus, -input[type="datetime-local"]:focus, -input[type="email"]:focus, -input[type="month"]:focus, -input[type="number"]:focus, -input[type="password"]:focus, -input[type="search"]:focus, -input[type="tel"]:focus, -input[type="text"]:focus, -input[type="time"]:focus, -input[type="url"]:focus, -input[type="week"]:focus, -input:not([type]):focus, -select[multiple=multiple]:focus, -textarea:focus { - box-shadow: 0; - outline: none; -} - -/* line 84, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -textarea { - resize: vertical; -} - -/* line 88, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -input[type="search"] { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -/* line 92, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -input[type="checkbox"], -input[type="radio"] { - display: inline; - margin-right: 0.4; -} - -/* line 98, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -input[type="file"] { - padding-bottom: 0.8; - width: 100%; -} - -/* line 103, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -select { - margin-bottom: 1.6; - max-width: 100%; - width: auto; -} - -/** - * Input States - */ -/* line 113, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.input-error { - border: 1px solid #e74c3c !important; - margin-bottom: .3rem; -} - -/* line 118, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.input-success { - border: 1px solid #2ecc71 !important; - margin-bottom: .3rem; -} - -/* line 123, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.input-message-error { - color: #e74c3c; - font-size: 75%; -} - -/* line 127, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.input-message-success { - color: #2ecc71; - font-size: 75%; -} - -/** - * Sticked input/button - */ -/* line 137, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.sticked-form { - margin: 0 auto 1rem; - width: 100%; -} - -/* line 146, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.sticked-form input { - font: 300 1rem "Triplex", Georgia, Times, "Times New Roman", serif; - border-color: #bd9a50; - float: left; - width: 70%; - color: #555; - height: 2.5rem; - line-height: 2.5rem; - margin: 0; - padding: 0 1rem; - border-right: none; -} - -/* line 163, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.sticked-form input[type=submit] { - width: 30%; - -webkit-appearance: none; - background: #bd9a50; - float: left; - font-weight: 700; - color: #fff; - border: 0; - outline: 0; - margin-top: 0; -} - -/* line 183, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.sticked-form input[type=submit]:active { - outline: 0; - background: #cbaf75; -} - -/* - * Custom select - */ -/* line 194, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.select { - padding: 0; - margin: 0; - border: 1px solid #bd9a50; - width: 100%; - overflow: hidden; - background-color: #fff; - position: relative; -} - -/* line 202, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.select:after { - position: absolute; - top: 50%; - right: .3rem; - content: ""; - width: 0; - height: 0; - border-left: 0.5rem solid transparent; - border-right: 0.5rem solid transparent; - border-top: 0.5rem solid #d2ba88; -} - -/* line 214, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.select.search__form__select { - display: block; - float: left; - padding: 0 .5rem; - height: 2.5rem; - line-height: 2.5rem; - width: 30%; -} - -/* line 227, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.select select { - width: 130%; - border: none; - box-shadow: none; - background-color: transparent; - background-image: none; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - text-align: center; -} - -/* line 238, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.select select:focus { - outline: none; -} - -/** - * Reset input buttons styles - */ -/* line 246, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -button, -input[type="button"], -input[type="reset"], -input[type="submit"], -button { - appearence: none; - -webkit-font-smoothing: antialiased; - background-color: #c4a563; - border-radius: 0px; - border: none; - color: #000; - cursor: pointer; - display: inline-block; - font-family: "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 0.9rem; - font-weight: 700; - line-height: 1; - padding: 0.75em 1em; - text-decoration: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - white-space: nowrap; - transition: all .3s ease; - margin-top: 1rem; -} - -/* line 271, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -button:hover, button:focus, -input[type="button"]:hover, -input[type="button"]:focus, -input[type="reset"]:hover, -input[type="reset"]:focus, -input[type="submit"]:hover, -input[type="submit"]:focus, -button:hover, -button:focus { - background-color: #bd9a50; - color: #fff; -} - -/* line 277, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -button:disabled, -input[type="button"]:disabled, -input[type="reset"]:disabled, -input[type="submit"]:disabled, -button:disabled { - cursor: not-allowed; - opacity: 0.5; -} - -/* line 284, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.help-block { - font-size: .7rem; -} - -/* line 288, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ -.form-group { - margin: 0 0 1rem; -} - -/** - * Core styles - */ -/* line 9, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn, .artist__event__cta { - display: inline-block; - vertical-align: middle; - white-space: nowrap; - font-family: inherit; - font-size: .75rem; - cursor: pointer; - border: 1px solid #bd9a50; - margin: .5rem 0; - padding-top: 0; - padding-bottom: 0; - line-height: 3; - padding-right: 1rem; - padding-left: 1rem; - background: #c4a563; - color: #000; - font-family: "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; - border-radius: 0px; - text-transform: uppercase; -} - -/* line 37, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn:hover, .artist__event__cta:hover { - text-decoration: none; - background-color: #bd9a50; - color: #fff; -} - -/* line 43, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn:active, .artist__event__cta:active, .btn:focus, .artist__event__cta:focus { - outline: none; -} - -/* line 49, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn + .btn, .artist__event__cta + .btn, .btn + .artist__event__cta, .artist__event__cta + .artist__event__cta { - margin-left: .5rem; -} - -/* line 53, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-center { - display: block; - margin: 0 auto; -} - -/** - * Sizes - */ -/* line 62, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-small { - padding-right: 0.5rem; - padding-left: 0.5rem; - line-height: 2; -} - -/* line 68, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-large { - padding-right: 1.5rem; - padding-left: 1.5rem; - line-height: 4; -} - -/* line 74, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-huge { - padding-right: 2rem; - padding-left: 2rem; - line-height: 5; -} - -/* line 80, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-full { - width: 100%; - padding-right: 0; - padding-left: 0; - text-align: center; -} - -/** - * Colors - */ -/* line 91, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-success { - border: 1px solid #29b765; - background-color: #2ecc71; -} - -/* line 94, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-success:hover { - background-color: #29b765; -} - -/* line 99, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-error { - border: 1px solid #e43725; - background-color: #e74c3c; -} - -/* line 102, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-error:hover { - background-color: #e43725; -} - -/* line 107, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-warning { - border: 1px solid #e08e0b; - background-color: #f39c12; -} - -/* line 110, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-warning:hover { - background-color: #e08e0b; -} - -/* line 115, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-info { - border: 1px solid #258cd1; - background-color: #3498db; -} - -/* line 118, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-info:hover { - background-color: #258cd1; -} - -/* line 123, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-inverse, -.btn-inverse:hover { - background: #f7f7f7; - color: #000; - border: 1px solid #f7f7f7; -} - -/* line 130, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_buttons.scss */ -.btn-disabled, -.btn-disabled:hover, -.btn-disabled:active, -.btn-disabled:focus { - opacity: 0.4; - cursor: text; -} - -/** - * Core styles - */ -/* line 9, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_tables.scss */ -table { - border-collapse: collapse; - margin: 0.9rem 0; - table-layout: fixed; - width: 100%; -} - -/* line 16, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_tables.scss */ -th { - border-bottom: 1px solid #6d8082; - font-weight: 700; - padding: 0.45rem; - text-align: left; -} - -/* line 23, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_tables.scss */ -td { - border: #95a5a6; - padding: 0.45rem; -} - -/* line 28, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_tables.scss */ -tr, -td, -th { - vertical-align: middle; -} - -/** - * Classic and hover theme - */ -/* line 38, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_tables.scss */ -.table-basic, -.table-basic-hover { - color: #333; - background: #fff; - border: 1px solid #d0d0d0; -} - -/* line 43, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_tables.scss */ -.table-basic tr, -.table-basic td, -.table-basic th, -.table-basic-hover tr, -.table-basic-hover td, -.table-basic-hover th { - border: 1px solid #d0d0d0; -} - -/* line 49, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_tables.scss */ -.table-basic tbody tr, -.table-basic tbody td, -.table-basic tbody th, -.table-basic-hover tbody tr, -.table-basic-hover tbody td, -.table-basic-hover tbody th { - border: 1px solid #e0e0e0; -} - -/* line 56, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_tables.scss */ -.table-basic-hover tr:hover { - color: #000; - background: #fafafa; -} - -/* line 61, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_tables.scss */ -.table-basic-hover th { - background: #f0f0f0; -} - -/** - * _COMPONENTS - */ -/** - * Core styling - */ -/* line 8, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.banner { - display: block; - background-color: #fff; - position: relative; -} - -/* line 15, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.banner.is-fixed { - position: fixed; - top: 0; - left: 0; - width: 100%; -} - -/* line 22, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.banner .is-active { - background-color: #d2ba88; -} - -/* line 24, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.banner .is-active a { - color: #fff; -} - -/* line 33, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.header { - background: #f7f7f7 url("../img/bg_manzoni--center.jpg") no-repeat top; - padding: 0.9rem 0 0; - background-size: cover; -} - -/* line 39, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.header h1 { - margin: 0; -} - -/* line 43, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.header__baseline { - display: block; - width: 100%; - text-align: center; - color: black; - font-weight: 400; - font-size: 1rem; -} - -/* line 56, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.header__logo { - display: block; - float: left; - line-height: 1; - max-width: 15rem; -} - -/* line 62, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.header__logo--right { - display: none; -} - -/* line 70, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.header__logo__img { - max-height: 45px; - width: auto; -} - -/* line 78, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.header__logo__text { - position: absolute; - top: -200%; -} - -/* line 90, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.navigation { - display: none; -} - -/* line 98, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.menu { - text-align: center; -} - -/* line 100, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.menu__item, .submenu__item { - position: relative; - overflow: visible; -} - -/* line 110, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.menu__item__link, .submenu__item__link { - display: inline-block; - padding: 0.45rem 1rem; - margin: 0 auto; - color: #000; - font: 400 1.1rem "Triplex", Georgia, Times, "Times New Roman", serif; - text-transform: uppercase; -} - -/* line 126, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.submenu { - padding-left: 0; - text-align: center; -} - -/* line 144, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.submenu__item { - background: #fff; - display: inline-block; - *display: inline; - *zoom: 1; -} - -/* line 159, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.submenu__item__link { - color: #696969; - font-size: .75rem; -} - -/* line 167, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.menu__item:hover .submenu, .submenu__item:hover .submenu { - opacity: 1; - visibility: visible; -} - -/* line 172, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.menu__item:hover .submenu__item, .submenu__item:hover .submenu__item { - opacity: 1; - visibility: visible; - margin: 0; -} - -/* line 184, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.nav__complementary { - display: block; - list-style: none; - text-align: left; - position: absolute; - z-index: 200; - top: 100%; - left: 0; - width: 100%; -} - -/* line 195, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.nav__complementary__item, .nav__complementary__item--facebook, .nav__complementary__item--twitter, .nav__complementary__item__lang { - display: inline-block; - *display: inline; - *zoom: 1; - padding: 0.5rem .2rem; - width: 2rem; - background: #fff; - margin: 0 .1rem; - text-align: center; - border-radius: 0 0 3px 3px; - box-shadow: 0 2px 4px -2px black; -} - -/* line 207, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.nav__complementary__item a, .nav__complementary__item--facebook a, .nav__complementary__item--twitter a, .nav__complementary__item__lang a { - color: white; -} - -/* line 211, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.nav__complementary__item--facebook { - background: #3b5998; -} - -/* line 216, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.nav__complementary__item--twitter { - background: #55acee; - margin-right: 1rem; -} - -/* line 222, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.nav__complementary__item__lang { - opacity: .6; -} - -/* line 225, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.nav__complementary__item__lang a { - color: #bdc3c7; -} - -/* line 229, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ -.nav__complementary__item__lang.is-active { - opacity: 1; -} - -/** - * Core - */ -/* line 9, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.footer { - background-color: #d2ba88; - padding: 0.9rem 0; -} - -/** - * Utils - */ -/* line 21, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.footer-logo { - text-align: center; -} - -/* line 23, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.footer-logo img { - display: inline-block; - *display: inline; - *zoom: 1; -} - -/* line 30, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.footer-section-title { - font-size: 1.3rem; - font-weight: 700; - color: #fff; -} - -/* line 36, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.footer-section-item, -.footer-section-item a, -.footer-nav-item, -.footer-nav-item a, -.footer a { - color: #fff; -} - -/* line 44, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.footer-nav-item { - font-size: 80%; -} - -/* line 48, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.footer-legals { - padding: 2rem 1rem; -} - -/* line 52, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.footer-legals p, -.footer-legals a { - font-size: .75rem; - text-align: center; - font-family: "Triplex", Georgia, Times, "Times New Roman", serif; - color: #000; - text-transform: uppercase; -} - -/* line 61, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.footer-nav { - text-align: center; -} - -/* line 66, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.footer-nav-left { - float: left; -} - -/* line 70, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.footer-nav-center { - display: inline-block; - *display: inline; - *zoom: 1; -} - -/* line 76, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.footer-nav-right { - float: right; -} - -/* _Theme ----------------------------------- */ -/* line 83, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.nav__footer { - display: block; - text-align: center; -} - -/* line 87, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.nav__footer ul { - display: inline-block; - *display: inline; - *zoom: 1; -} - -/* line 96, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.nav__footer__item { - width: 50%; -} - -/* line 109, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.nav__footer__item__link { - padding: 1rem 0rem; - display: block; -} - -/* line 121, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.nav__footer h2 { - margin: 0; - font-size: 1rem; -} - -/* line 127, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.footer-partners { - display: block; - text-align: center; - margin: 2rem auto; -} - -/* line 131, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ -.footer-partners img { - max-width: 40px; -} - -/* line 5, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_sidebar.scss */ -.sidebar__title, .sidebar__title--inverse, -.page__related__title--inverse, -.page__related__title { - text-transform: uppercase; - display: inline-block; - *display: inline; - *zoom: 1; - color: white; - font: 700 1rem "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; - margin: 1.3rem 0 0.5rem; - padding: .2rem 0; - border-top: 1px solid #fff; - border-bottom: 1px solid #fff; -} - -/* line 17, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_sidebar.scss */ -.sidebar__title--inverse, -.page__related__title--inverse { - color: #000; - border-top-color: #000; - border-bottom-color: #000; - margin-bottom: 2rem; -} - -/* line 28, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_sidebar.scss */ -.sidebar__entry { - font-size: 1rem; - margin: 0; - line-height: 1.6; - color: #555; - font: 400 0.85rem "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; -} - -/* line 36, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_sidebar.scss */ -.cta__panel { - margin-top: 2rem; -} - -/* line 5, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_menu-toggle.scss */ -.menu__toggle { - display: block; - float: right; - background: #fff; - width: 32px; - height: 32px; - box-sizing: border-box; - padding: 9px 6px; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - margin: 0; - box-shadow: 0 0 5px 0px black; -} - -/* line 22, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_menu-toggle.scss */ -.menu__toggle:hover, .menu__toggle:focus { - background: #fff; -} - -/* line 28, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_menu-toggle.scss */ -.menu__toggle:checked span:first-child, -.menu__toggle.toggled span:first-child { - -webkit-transform: translateY(6px) rotate(45deg); - transform: translateY(6px) rotate(45deg); -} - -/* line 33, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_menu-toggle.scss */ -.menu__toggle:checked span:nth-child(2), -.menu__toggle.toggled span:nth-child(2) { - opacity: 0; -} - -/* line 38, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_menu-toggle.scss */ -.menu__toggle:checked span:last-child, -.menu__toggle.toggled span:last-child { - -webkit-transform: translateY(-6px) rotate(-45deg); - transform: translateY(-6px) rotate(-45deg); -} - -/* line 43, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_menu-toggle.scss */ -.menu__toggle span { - display: block; - background: #d2ba88; - width: 20px; - height: 2px; - border-radius: 3px; - -webkit-transform-origin: center; - transform-origin: center; - transition: 0.3s ease; -} - -/* line 53, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_menu-toggle.scss */ -.menu__toggle span:nth-child(2) { - margin: 4px 0; -} - -/* line 8, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_breadcrumbs.scss */ -.breadcrumb li { - padding: 0; -} - -/* line 12, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_breadcrumbs.scss */ -.breadcrumb li:before { - content: "\00BB" "\00A0"; - display: inline-block; - *display: inline; - *zoom: 1; - margin: 0 0.45rem; - vertical-align: middle; -} - -/* line 21, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_breadcrumbs.scss */ -.breadcrumb li:first-child:before { - content: none; -} - -/* line 25, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_breadcrumbs.scss */ -.breadcrumb li.is-active { - color: #2ecc71; - font-weight: 700; -} - -/* line 28, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_breadcrumbs.scss */ -.breadcrumb li.is-active:before { - color: #d2ba88; -} - -/* line 4, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_pagination.scss */ -.pagination { - letter-spacing: -0.31em; - word-spacing: -0.43em; - list-style: none; - margin-left: 0; - @extends .clearfix; -} - -/* line 12, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_pagination.scss */ -.pagination.pagination-left { - text-align: left; -} - -/* line 15, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_pagination.scss */ -.pagination.pagination-center { - text-align: center; -} - -/* line 18, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_pagination.scss */ -.pagination.pagination-right { - text-align: right; -} - -/* line 24, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_pagination.scss */ -.pagination > li { - padding: 0.45rem; - letter-spacing: normal; - word-spacing: normal; - display: inline-block; - *display: inline; - zoom: 1; -} - -/* line 31, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_pagination.scss */ -.pagination > li.active a { - font-weight: 700; - color: #000; -} - -/* line 38, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_pagination.scss */ -.pagination > li > a { - padding: 0.45rem; - margin: -0.45rem; -} - -/* line 43, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_pagination.scss */ -.pagination-first a:before { - content: "\00AB" "\00A0"; -} - -/* line 47, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_pagination.scss */ -.pagination-last a:after { - content: "\00A0" "\00BB"; -} - -/** - * - * The mightly media object. - * Check : http://barbo.sa.com/1bsh8/5eLjKghJ - */ -/* line 10, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_media-object.scss */ -.media { - display: block; - margin: 0 0 0.9rem; -} - -/* line 16, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_media-object.scss */ -.media-img { - margin-right: 0.9rem; -} - -/* line 23, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_media-object.scss */ -.media-img-inverse { - float: right; - margin-left: 0.9rem; -} - -/* line 28, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_media-object.scss */ -.media-img img, -.media-img-inverse img { - display: block; -} - -/* line 33, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_media-object.scss */ -.media-content { - overflow: hidden; -} - -/* line 37, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_media-object.scss */ -.media-content, -.media-content > :last-child { - margin-bottom: 0; -} - -/* line 42, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_media-object.scss */ -.media-content > p { - margin-top: 0; -} - -/** - * Core - */ -/* line 9, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_messages.scss */ -.notification { - display: inline-block; - *display: inline; - *zoom: 1; - margin: 0 0.1em; - padding: 0.3em 1em; - color: #fff; - background: #fff; - font-size: 90%; - margin: .5rem auto; - border-radius: 3px; - box-shadow: 0 0 20px #555; - position: fixed; - z-index: 9999; - top: 1rem; - right: 1rem; - -webkit-animation-name: fadeIn; - animation-name: fadeIn; - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; - color: #c4a563; -} - -/* line 31, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_messages.scss */ -.notification__remove { - -webkit-animation-name: slideOutRight; - animation-name: slideOutRight; - -webkit-animation-duration: 0.8s; - animation-duration: 0.8s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -@-webkit-keyframes fadeIn { - from, 11.1%, to { - -webkit-transform: none; - transform: none; - } - 22.2% { - -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); - transform: skewX(-12.5deg) skewY(-12.5deg); - } - 33.3% { - -webkit-transform: skewX(6.25deg) skewY(6.25deg); - transform: skewX(6.25deg) skewY(6.25deg); - } - 44.4% { - -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); - transform: skewX(-3.125deg) skewY(-3.125deg); - } - 55.5% { - -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); - transform: skewX(1.5625deg) skewY(1.5625deg); - } - 66.6% { - -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); - transform: skewX(-0.78125deg) skewY(-0.78125deg); - } - 77.7% { - -webkit-transform: skewX(0.39062deg) skewY(0.39062deg); - transform: skewX(0.39062deg) skewY(0.39062deg); - } - 88.8% { - -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg); - transform: skewX(-0.19531deg) skewY(-0.19531deg); - } -} - -@keyframes fadeIn { - from, 11.1%, to { - -webkit-transform: none; - transform: none; - } - 22.2% { - -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); - transform: skewX(-12.5deg) skewY(-12.5deg); - } - 33.3% { - -webkit-transform: skewX(6.25deg) skewY(6.25deg); - transform: skewX(6.25deg) skewY(6.25deg); - } - 44.4% { - -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); - transform: skewX(-3.125deg) skewY(-3.125deg); - } - 55.5% { - -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); - transform: skewX(1.5625deg) skewY(1.5625deg); - } - 66.6% { - -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); - transform: skewX(-0.78125deg) skewY(-0.78125deg); - } - 77.7% { - -webkit-transform: skewX(0.39062deg) skewY(0.39062deg); - transform: skewX(0.39062deg) skewY(0.39062deg); - } - 88.8% { - -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg); - transform: skewX(-0.19531deg) skewY(-0.19531deg); - } -} - -@-webkit-keyframes slideOutRight { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - opacity: 1; - } - to { - visibility: hidden; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - opacity: 0; - } -} - -@keyframes slideOutRight { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - opacity: 1; - } - to { - visibility: hidden; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - opacity: 0; - } -} - -/* line 84, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_messages.scss */ -.slideOutRight { - -webkit-animation-name: slideOutRight; - animation-name: slideOutRight; -} - -/** - * Core - */ -/* line 10, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_hero.scss */ -.hero { - display: block; - padding: 3rem 1rem; - background: #d2ba88 no-repeat top center; - background-size: cover; - width: 100%; - position: relative; -} - -/* line 23, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_hero.scss */ -.hero-content { - position: relative; - z-index: 200; - color: white; -} - -/** - * Text alignement - */ -/* line 34, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_hero.scss */ -.hero-content-center { - text-align: center; -} - -/* line 38, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_hero.scss */ -.hero-content-left { - text-align: left; -} - -/* line 42, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_hero.scss */ -.hero-content-right { - text-align: right; -} - -/** - * If you need an overlay to cover picture, here it is : - */ -/* line 51, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_hero.scss */ -.hero-overlay { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-color: rgba(0, 0, 0, 0.25); - z-index: 100; -} - -/* line 61, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_hero.scss */ -.hero-cta { - margin-top: 5rem; -} - -/** - * - * Dynamic height hero : - * Inline in markup sets the height of the hero - * - */ -/* line 73, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_hero.scss */ -.hero-dynamic { - padding: 0; - line-height: 0; - position: relative; - width: 100%; -} - -/* line 78, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_hero.scss */ -.hero-dynamic .hero-content { - -webkit-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); - left: 50%; - margin: auto; - position: absolute; - text-align: center; - top: 50%; - z-index: 200; -} - -/* line 89, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_hero.scss */ -.hero-dynamic img { - height: auto; - left: 0; - position: relative; - top: 0; - width: 100%; -} - -/** - * Core - */ -/* line 10, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_tags.scss */ -.tag { - display: inline-block; - *display: inline; - *zoom: 1; - margin: 0 0.1em; - padding: 0.3em 1em; - color: #fff; - background: #d2ba88; - font-size: 90%; -} - -/** - * Colors - */ -/* line 26, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_tags.scss */ -.tag-success { - background: #2ecc71; -} - -/* line 30, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_tags.scss */ -.tag-error { - background: #e74c3c; -} - -/* line 34, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_tags.scss */ -.tag-warning { - background: #f39c12; -} - -/* line 38, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_tags.scss */ -.tag-info { - background: #3498db; -} - -/* line 5, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.alightment-container { - display: table; -} - -/* line 9, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.alightment-content, .alightment-content-top, .alightment-content-middle, .alightment-content-bottom { - display: table-cell; -} - -/* line 13, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.alightment-content-top { - vertical-align: top; -} - -/* line 18, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.alightment-content-middle { - vertical-align: middle; -} - -/* line 23, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.alightment-content-bottom { - vertical-align: bottom; -} - -/* line 35, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.row-box [class*="box-item"] { - display: block; - float: left; -} - -/* line 41, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.row-box img { - display: block; -} - -/* line 46, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.box-item-50 { - width: 100%; -} - -/* line 52, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.box-item-33 { - width: 100%; -} - -/* line 58, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.box-item-25 { - width: 33%; -} - -/* line 64, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.box-item-20 { - width: 100%; -} - -/** - * Split for definition lists - */ -/* line 80, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.split { - text-align: right; - list-style: none; - margin-left: 0; -} - -/* line 86, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.split-title { - text-align: left; - float: left; - clear: left; -} - -/** - * Split for any div - */ -/* line 98, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.split-container { - text-align: right; -} - -/* line 103, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.split-right { - display: inline-block; - *display: inline; - *zoom: 1; -} - -/* line 109, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.split-left { - text-align: left; - float: left; - clear: left; -} - -/** - * Split for any div - */ -/* line 119, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.this-or-this { - display: table; - width: 100%; - text-align: center; -} - -/* line 123, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.this-or-this a { - font-size: .75rem; -} - -/* line 128, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.this-or-this__this, -.this-or-this__or { - display: table-cell; - vertical-align: middle; -} - -/* line 134, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ -.this-or-this__this { - width: 40%; -} - -/* line 5, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_embed-responsive.scss */ -.embed-responsive { - margin: 1.8rem 0 0; - height: 0; - overflow: hidden; - padding-bottom: 56.25%; - position: relative; -} - -/* line 12, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_embed-responsive.scss */ -.embed-responsive embed, -.embed-responsive object, -.embed-responsive iframe { - position: absolute; - top: 0px; - left: 0px; - height: 100%; - width: 100%; -} - -/** - * _Project vendors - */ -/* line 1, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter { - overflow: hidden; - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -/* line 10, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lightSlider:before, .lightSlider:after { - content: " "; - display: table; -} - -/* line 14, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lightSlider { - overflow: hidden; - margin: 0; -} - -/* line 18, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideWrapper { - max-width: 100%; - overflow: hidden; - position: relative; -} - -/* line 23, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideWrapper > .lightSlider:after { - clear: both; -} - -/* line 26, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideWrapper .lSSlide { - -webkit-transform: translate(0px, 0px); - transform: translate(0px, 0px); - -webkit-transition: all 1s; - transition-property: height,-webkit-transform; - transition-property: transform,height; - transition-property: transform,height,-webkit-transform; - transition-duration: inherit !important; - transition-timing-function: inherit !important; -} - -/* line 39, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideWrapper .lSFade { - position: relative; -} - -/* line 42, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideWrapper .lSFade > * { - position: absolute !important; - top: 0; - left: 0; - z-index: 9; - margin-right: 0; - width: 100%; -} - -/* line 50, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideWrapper.usingCss .lSFade > * { - opacity: 0; - transition-delay: 0s; - transition-duration: inherit !important; - transition-property: opacity; - transition-timing-function: inherit !important; -} - -/* line 61, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideWrapper .lSFade > *.active { - z-index: 10; -} - -/* line 64, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideWrapper.usingCss .lSFade > *.active { - opacity: 1; -} - -/** /!!! End of core css Should not edit !!!/**/ -/* Pager */ -/* line 70, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .lSPager.lSpg { - margin: 10px 0 0; - padding: 0; - text-align: center; -} - -/* line 75, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .lSPager.lSpg > li { - cursor: pointer; - display: inline-block; - padding: 0 5px; -} - -/* line 80, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .lSPager.lSpg > li a { - background-color: #222222; - border-radius: 30px; - display: inline-block; - height: 8px; - overflow: hidden; - text-indent: -999em; - width: 8px; - position: relative; - z-index: 99; - transition: all 0.5s linear 0s; -} - -/* line 93, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a { - background-color: #d2ba88; -} - -/* line 96, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .media { - opacity: 0.8; -} - -/* line 99, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .media.active { - opacity: 1; -} - -/* End of pager */ -/** Gallery */ -/* line 105, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .lSPager.lSGallery { - list-style: none outside none; - padding-left: 0; - margin: 0; - overflow: hidden; - transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - -ms-transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -o-transform: translate3d(0px, 0px, 0px); - -webkit-transition-property: -webkit-transform; - -moz-transition-property: -moz-transform; - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -/* line 124, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .lSPager.lSGallery li { - overflow: hidden; - transition: border-radius 0.12s linear 0s 0.35s linear 0s; -} - -/* line 129, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover { - border-radius: 5px; -} - -/* line 132, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .lSPager.lSGallery img { - display: block; - height: auto; - max-width: 100%; -} - -/* line 137, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after { - content: " "; - display: table; -} - -/* line 141, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .lSPager.lSGallery:after { - clear: both; -} - -/* End of Gallery*/ -/* slider actions */ -/* line 147, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSAction > a { - width: 32px; - display: block; - top: 50%; - height: 32px; - background-image: url("../img/controls.png"); - cursor: pointer; - position: absolute; - z-index: 99; - margin-top: -16px; - opacity: 0.5; - transition: opacity 0.35s linear 0s; -} - -/* line 161, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSAction > a:hover { - opacity: 1; -} - -/* line 164, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSAction > .lSPrev { - background-position: 0 0; - left: 10px; -} - -/* line 168, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSAction > .lSNext { - background-position: -32px 0; - right: 10px; -} - -/* line 172, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSAction > a.disabled { - pointer-events: none; -} - -/* line 175, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.cS-hidden { - height: 1px; - opacity: 0; - filter: alpha(opacity=0); - overflow: hidden; -} - -/* vertical */ -/* line 184, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter.vertical { - position: relative; -} - -/* line 187, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter.vertical.noPager { - padding-right: 0px !important; -} - -/* line 190, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter.vertical .lSGallery { - position: absolute !important; - right: 0; - top: 0; -} - -/* line 195, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter.vertical .lightSlider > * { - width: 100% !important; - max-width: none !important; -} - -/* vertical controlls */ -/* line 201, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter.vertical .lSAction > a { - left: 50%; - margin-left: -14px; - margin-top: 0; -} - -/* line 206, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter.vertical .lSAction > .lSNext { - background-position: 31px -31px; - bottom: 10px; - top: auto; -} - -/* line 211, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter.vertical .lSAction > .lSPrev { - background-position: 0 -31px; - bottom: auto; - top: 10px; -} - -/* vertical */ -/* Rtl */ -/* line 220, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter.lSrtl { - direction: rtl; -} - -/* line 223, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager { - padding-left: 0; - list-style: none outside none; -} - -/* line 227, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager { - padding-right: 0; -} - -/* line 230, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li { - float: left; -} - -/* line 233, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li { - float: right !important; -} - -/* Rtl */ -@-webkit-keyframes rightEnd { - 0% { - left: 0; - } - 50% { - left: -15px; - } - 100% { - left: 0; - } -} - -@keyframes rightEnd { - 0% { - left: 0; - } - 50% { - left: -15px; - } - 100% { - left: 0; - } -} - -@-webkit-keyframes topEnd { - 0% { - top: 0; - } - 50% { - top: -15px; - } - 100% { - top: 0; - } -} - -@keyframes topEnd { - 0% { - top: 0; - } - 50% { - top: -15px; - } - 100% { - top: 0; - } -} - -@-webkit-keyframes leftEnd { - 0% { - left: 0; - } - 50% { - left: 15px; - } - 100% { - left: 0; - } -} - -@keyframes leftEnd { - 0% { - left: 0; - } - 50% { - left: 15px; - } - 100% { - left: 0; - } -} - -@-webkit-keyframes bottomEnd { - 0% { - bottom: 0; - } - 50% { - bottom: -15px; - } - 100% { - bottom: 0; - } -} - -@keyframes bottomEnd { - 0% { - bottom: 0; - } - 50% { - bottom: -15px; - } - 100% { - bottom: 0; - } -} - -/* line 342, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .rightEnd { - -webkit-animation: rightEnd 0.3s; - animation: rightEnd 0.3s; - position: relative; -} - -/* line 347, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter .leftEnd { - -webkit-animation: leftEnd 0.3s; - animation: leftEnd 0.3s; - position: relative; -} - -/* line 352, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter.vertical .rightEnd { - -webkit-animation: topEnd 0.3s; - animation: topEnd 0.3s; - position: relative; -} - -/* line 357, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter.vertical .leftEnd { - -webkit-animation: bottomEnd 0.3s; - animation: bottomEnd 0.3s; - position: relative; -} - -/* line 362, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter.lSrtl .rightEnd { - -webkit-animation: leftEnd 0.3s; - animation: leftEnd 0.3s; - position: relative; -} - -/* line 367, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lSSlideOuter.lSrtl .leftEnd { - -webkit-animation: rightEnd 0.3s; - animation: rightEnd 0.3s; - position: relative; -} - -/*/ GRab cursor */ -/* line 373, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lightSlider.lsGrab > * { - cursor: -webkit-grab; - cursor: -o-grab; - cursor: -ms-grab; - cursor: grab; -} - -/* line 380, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/vendors/_lightslider.scss */ -.lightSlider.lsGrabbing > * { - cursor: move; - cursor: -webkit-grabbing; - cursor: -o-grabbing; - cursor: -ms-grabbing; - cursor: grabbing; -} - -/** - * _Modules - */ -/* line 1, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ -.artist__list { - display: block; - margin-top: 0; -} - -/* line 19, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ -.artist__sizer, -.msry__sizer, -.artist__item { - width: 50%; -} - -/* line 28, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ -.artist__item { - float: left; - padding: 0.5rem; - padding-left: 0; -} - -/* line 37, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ -.artist__item__inner { - position: relative; - box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4); -} - -/* line 49, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ -.artist__item__img { - margin: 0; - padding: 0; -} - -/* line 55, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ -.artist__item img { - display: block; -} - -/* line 59, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ -.artist__item__name { - display: block; - width: 100%; - padding: 0.5rem; - text-align: center; - text-transform: uppercase; - background: white; - margin: 0; -} - -/* line 72, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ -.artist__item__name span { - display: inline-block; - *display: inline; - *zoom: 1; - padding: .2rem 0; - color: #000; - border-top: 1px solid #000; - border-bottom: 1px solid #000; - font: 700 0.7rem "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; -} - -/* line 88, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ -.artist__figure { - position: relative; - padding: 0; - margin: 0; -} - -/* line 92, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ -.artist__figure img { - display: block; - position: relative; -} - -/* line 97, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ -.artist__figure__copyright { - position: absolute; - bottom: 0; - left: 0; - display: block; - width: 100%; - padding: .2rem; - text-align: right; - font: 400 0.6rem "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; - color: white; - text-shadow: 1px 1px 1px #000; -} - -/* line 5, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-detail.scss */ -.artist__event { - display: block; - padding: 1rem; - width: 100%; - background: #fff; - text-align: left; -} - -/* line 12, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-detail.scss */ -.artist__event__title { - text-transform: uppercase; - margin: 0; -} - -/* line 17, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-detail.scss */ -.artist__event__cta { - display: block; - width: 40%; - margin: 1rem auto; - text-align: center; -} - -/* line 32, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-detail.scss */ -.artist__portrait, .artist__portrait--left, -.img__align--left, .artist__portrait--right, -.img__align--right, -.img__align { - display: block; - margin: 1rem auto; -} - -/* line 1, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/video-card.scss */ -.video__card { - display: block; - float: left; - position: relative; - margin: 1%; - width: 48%; - box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4); -} - -/* line 23, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/video-card.scss */ -.video__card__thumbnail img { - display: block; -} - -/* line 27, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/video-card.scss */ -.video__card__info { - display: block; - text-align: center; - background: white; - padding: 1rem; -} - -/* line 34, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/video-card.scss */ -.video__card__name { - margin: 0; - text-transform: uppercase; - text-align: left; - font: 700 0.9em "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; -} - -/* line 43, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/video-card.scss */ -.video__card__link { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - font-size: 0; -} - -/* line 1, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__card, .event__card--alt, .event__card--full { - padding: 0.5rem; - background: #fff; - margin-bottom: 1rem; - transition: .3s; - box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4); - display: block; - float: left; - width: 100%; -} - -/* line 10, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__card--alt { - background: #00818d; - color: white; -} - -/* line 37, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__name, .hero__slider__name { - margin: 0 0 0.3rem; - font-size: 1rem; - text-transform: uppercase; -} - -/* line 43, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__thumbnail { - display: block; - margin: -.5rem -.5rem 1rem; -} - -/* line 49, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__description { - padding-bottom: 1em; - margin-bottom: 1em; -} - -/* line 53, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__description img { - display: block; -} - -/* line 58, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__meta, .event__meta--alt { - display: block; - padding: .5rem 0; - font-family: "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 700; - text-transform: uppercase; - color: #000; - font-size: 0.7rem; -} - -/* line 69, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__meta__inner { - display: block; - padding: 0.1rem 0; - border-top: 1px solid #000; - border-bottom: 1px solid #000; -} - -/* line 77, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__meta__btn { - padding: 0.1rem 2rem; - background: #d2ba88; - color: #fff; - display: inline-block; - *display: inline; - *zoom: 1; - border-radius: 2px; - margin-top: .3rem; - line-height: 2; - float: right; -} - -/* line 91, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__meta + .event__meta, .event__meta--alt + .event__meta, .event__meta + .event__meta--alt, .event__meta--alt + .event__meta--alt { - padding-top: 0; - margin-top: -.3rem; -} - -/* line 94, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__meta + .event__meta .event__meta__inner, .event__meta--alt + .event__meta .event__meta__inner, .event__meta + .event__meta--alt .event__meta__inner, .event__meta--alt + .event__meta--alt .event__meta__inner { - border-top: none; -} - -/* line 99, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__meta--alt { - padding: 0; - margin: 0; - color: white; - font-size: 1rem; -} - -/* line 106, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__meta--alt .event__meta__inner { - border-top: none; - border-bottom: none; -} - -/* line 111, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__meta--alt .event__meta__location { - color: white; -} - -/* line 116, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__meta__location { - display: block; - text-decoration: none; - color: #000; - font-weight: 400; -} - -/* line 126, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__meta__cta { - text-transform: uppercase; - display: block; - padding: .5rem; - background: #fff; -} - -/* line 134, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ -.event__detail, -.event__detail a { - text-align: right; - color: #555; -} - -/* line 5, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/pager.scss */ -.pager { - display: block; - margin: 3rem auto; -} - -/* line 10, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/pager.scss */ -.pager__item--before, -.pager__item--after { - display: block; - text-transform: uppercase; -} - -/* line 16, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/pager.scss */ -.formContent { - background: #000; -} - -/* line 5, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/icons.scss */ -.icon { - display: inline-block; - font: normal normal normal 0.5625rem "Font-Awesome"; - font-size: inherit; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - speak: none; -} - -/* line 15, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/icons.scss */ -.btn-icon, .btn-icon--facebook { - padding: 0.45rem 0.3rem; - margin: 0 auto; -} - -/* line 28, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/icons.scss */ -.btn .icon:before, .artist__event__cta .icon:before { - font-size: 1.3rem; - margin-right: .5rem; - color: white; - vertical-align: middle; -} - -/* line 83, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/icons.scss */ -.icon__bookmark:before { - content: ""; -} - -/* line 84, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/icons.scss */ -.icon__print:before { - content: ""; -} - -/* line 103, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/icons.scss */ -.icon__pencil:before { - content: ""; -} - -/* line 115, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/icons.scss */ -.icon__play:before { - content: ""; -} - -/* line 154, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/icons.scss */ -.icon__calendar:before { - content: ""; -} - -/* line 179, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/icons.scss */ -.icon__sign-out:before { - content: ""; -} - -/* line 192, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/icons.scss */ -.icon__twitter:before { - content: ""; -} - -/* line 193, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/icons.scss */ -.icon__facebook-f:before, -.icon__facebook:before { - content: ""; -} - -/* line 258, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/icons.scss */ -.icon__envelope:before { - content: ""; -} - -/* line 425, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/icons.scss */ -.icon__windows:before { - content: ""; -} - -/* line 5, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/bk-news.scss */ -.bk__news { - display: block; - margin: 2rem auto 0; -} - -/* line 15, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/bk-news.scss */ -.bk__news__inner { - padding: 2rem 1rem; - background: #fff; - border: 1px solid #d2ba88; - border-left: 1rem solid #d2ba88; -} - -/* line 26, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/bk-news.scss */ -.bk__news__title { - text-transform: uppercase; - font-family: "Triplex", Georgia, Times, "Times New Roman", serif; - text-align: right; - font-size: 1.3rem; - font-weight: 700; - color: #d2ba88; - line-height: 1.1; -} - -/* line 37, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/bk-news.scss */ -.bk__news__content strong { - text-transform: uppercase; -} - -/* line 2, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/hero-slider.scss */ -.hero__slider #lightSlider { - overflow: hidden; - max-height: 0; - transition: .5s ease-in-out; -} - -/* line 8, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/hero-slider.scss */ -.hero__slider.is-ready #lightSlider { - overflow: visible; - max-height: 900px; -} - -/* line 15, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/hero-slider.scss */ -.hero__slider__item { - display: block; - width: 100%; - background: #d2ba88 no-repeat center; - background-size: cover; - position: relative; - height: 65vh; -} - -/* line 25, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/hero-slider.scss */ -.hero__slider__item:before { - content: ""; - position: absolute; - width: 100%; - bottom: 0; - left: 0; - height: 60%; - background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%); -} - -/* line 36, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/hero-slider.scss */ -.hero__slider__infos { - position: absolute; - width: 100%; - bottom: 0; - left: 0; - padding: 1rem; - z-index: 10; -} - -/* line 45, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/hero-slider.scss */ -.hero__slider__name { - font-family: "Triplex", Georgia, Times, "Times New Roman", serif; - font-weight: 700; - line-height: 1; - font-size: 1.6rem; -} - -/* line 51, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/hero-slider.scss */ -.hero__slider__name a { - text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4); -} - -/* line 54, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/hero-slider.scss */ -.hero__slider__name:hover { - color: white; -} - -/* line 2, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/share-links.scss */ -.share__links { - display: block; - text-align: left; - margin: 2rem auto; - padding: .3rem 0; - list-style: none; -} - -/* line 25, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/share-links.scss */ -.share__link__item, .push__calendar__item { - text-transform: uppercase; - margin-right: 1rem; - display: block; -} - -/* line 29, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/share-links.scss */ -.share__link__item .icon, .push__calendar__item .icon { - color: #9f7f3c; - font-size: 1.1rem; - margin-right: .4rem; -} - -/* line 36, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/share-links.scss */ -.btn-twitter { - background: #55acee; - color: white; - border-color: #2795e9; -} - -/* line 41, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/share-links.scss */ -.btn-twitter:hover { - background-color: #2795e9; -} - -/* line 46, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/share-links.scss */ -.btn-facebook { - background: #3b5998; - color: white; - border-color: #2d4373; -} - -/* line 51, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/share-links.scss */ -.btn-facebook:hover { - background-color: #2d4373; -} - -/* line 1, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/push-calendar.scss */ -.push__calendar { - margin-top: -2rem; -} - -/* line 1, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/calendar.scss */ -.calendar__month { - width: 100%; - margin-bottom: 2rem; -} - -/* line 7, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/calendar.scss */ -.calendar__month__title { - text-transform: uppercase; - font-size: 1rem; - text-align: center; - color: #000; - font-weight: 700; -} - -/* line 15, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/calendar.scss */ -.calendar__month:nth-child(6n+1) { - clear: left; -} - -/* line 19, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/calendar.scss */ -.calendar__month.hover span { - opacity: 1; -} - -/* line 23, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/calendar.scss */ -.calendar__day { - float: left; - width: 14.2%; - box-sizing: border-box; - border-right: 1px solid #e0cfad; - border-bottom: 1px solid #e0cfad; - cursor: default; -} - -/* line 32, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/calendar.scss */ -.calendar__day-inner { - position: relative; - height: 0; - padding-bottom: 100%; - overflow: hidden; - background: #d2ba88; -} - -/* line 40, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/calendar.scss */ -.calendar__day-active .calendar__day-inner { - background: #c4a563; -} - -/* line 42, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/calendar.scss */ -.calendar__day-active .calendar__day-inner span, -.calendar__day-active .calendar__day-inner span a { - color: black; -} - -/* line 48, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/calendar.scss */ -.calendar__day-inner span { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - text-align: center; - line-height: 12px; - padding: 35% 0; - font-size: .7rem; - color: #555; - opacity: 0.4; - transition: all .25s ease-in-out; -} - -/* line 63, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/calendar.scss */ -.calendar__day-name .calendar__day-inner, -.calendar__day-off .calendar__day-inner { - background: #eee; -} - -/* line 68, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/calendar.scss */ -.calendar__day-name .calendar__day-inner span { - text-transform: uppercase; - font-size: 11px; - margin-bottom: 8px; - text-align: center; - color: #555; -} - -/** - * Tabs navigation - */ -/* line 8, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ -.c-tabs-nav { - display: block; - float: left; - text-align: left; - width: 40%; -} - -/* line 18, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ -.c-tabs-nav__link { - color: #d2ba88; - display: block; - transition: color 0.3s; - font-size: .6em; - padding: 0.25rem; -} - -/* line 32, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ -.c-tabs-nav__link:last-child { - margin-right: 0; -} - -/* line 40, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ -.c-tabs-nav__link.is-active { - color: #b18d43; -} - -/* line 45, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ -.c-tabs-nav__link i, -.c-tabs-nav__link span { - margin: 0; - padding: 0; - line-height: 1; -} - -/* line 52, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ -.c-tabs-nav__link i { - font-size: 18px; -} - -/* line 56, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ -.c-tabs-nav__link span { - display: none; - font-size: 18px; -} - -/** - * Tab - */ -/* line 74, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ -.c-tab { - display: none; - float: left; - width: 60%; -} - -/* line 84, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ -.c-tab.is-active { - display: block; -} - -/* line 88, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ -.c-tab__content { - padding-left: .5rem; -} - -/** - * Tabs no-js fallback - */ -/* line 95, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ -.c-tabs.no-js .c-tabs-nav { - display: none; -} - -/* line 99, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ -.c-tabs.no-js .c-tab { - display: block; - margin-bottom: 1.5rem; -} - -/* line 104, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ -.c-tabs.no-js .c-tab:last-child { - margin-bottom: 0; -} - -/* line 1, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */ -.audio__player, -.audio__playlist { - padding: 1rem; - background: #e0cfad; - box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4); -} - -/* line 16, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */ -.audio__player audio, -.audio__playlist audio { - width: 100%; - background: white; - margin: 0 auto; - display: block; -} - -/* line 25, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */ -.audio__playlist { - max-height: 250px; - overflow-y: scroll; -} - -/* line 30, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */ -.audio__playlist::-webkit-scrollbar { - display: none; -} - -/* line 34, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */ -.audio__player { - border-bottom: 1px solid #fff; - background: #fff; -} - -/* line 39, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */ -.audio__playlist__item { - font-size: .75rem; - color: #555; - line-height: 1; - transition: .3s; -} - -/* line 44, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */ -.audio__playlist__item:before { - content: normal; - font-family: "Font-Awesome"; - content: ""; - font-size: 0; - transition: .3s; -} - -/* line 53, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */ -.active .audio__playlist__item { - color: #000; -} - -/* line 55, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */ -.active .audio__playlist__item:before { - font-size: 0.5rem; - margin-right: .3rem; - color: #000; -} - -/* line 62, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */ -.audio__title { - display: block; - color: #000; - font-size: .75rem; -} - -/* line 1, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/location.scss */ -.location__title { - text-transform: uppercase; - margin: 0; - padding: 0; - font: 700 1.1em/1.2 "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; - color: #c4a563; -} - -/* line 13, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/location.scss */ -.location__map img { - box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4); -} -@media all and (min-width: 720px){ - /* line 62, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ - .c-tabs-nav__link i{ - margin-bottom: 12px; - font-size: 22px; - } - /* line 66, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ - .c-tabs-nav__link span{ - display: block; - } -} -@media (min-width: 769px){ - /* line 72, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ - .last__media__entry{ - float: left; - width: 33.33333%; - padding: 0 .5rem .5rem; - } - /* line 137, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ - .sticked-form{ - width: 100%; - } - /* line 96, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ - .nav__footer__item{ - width: 33%; - } - /* line 96, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ - .nav__footer__item{ - padding: 1rem; - width: 25%; - } - /* line 109, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ - .nav__footer__item__link{ - padding: 1rem; - } - /* line 40, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_sidebar.scss */ - .cta__panel div{ - display: block; - float: left; - width: 50%; - padding: 0 .3rem; - } - /* line 46, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ - .box-item-50{ - width: 50%; - } - /* line 52, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ - .box-item-33{ - width: 33.33333333%; - } - /* line 58, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ - .box-item-25{ - width: 25%; - } - /* line 64, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_utilities-layout.scss */ - .box-item-20{ - width: 20%; - } - /* line 17, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-detail.scss */ - .artist__event__cta{ - width: 30%; - } - /* line 36, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-detail.scss */ - .artist__portrait--left, - .img__align--left{ - max-width: 40%; - margin-top: 0; - margin-right: 1rem; - float: left; - } - /* line 46, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-detail.scss */ - .artist__portrait--right, - .img__align--right{ - max-width: 40%; - margin-top: 0; - margin-left: 1rem; - float: right; - } - /* line 20, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ - .event__card:hover, .event__card--alt:hover, .event__card--full:hover{ - box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.8); - -webkit-transform: scale(1.01); - transform: scale(1.01); - } - /* line 45, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/hero-slider.scss */ - .hero__slider__name{ - font-size: 3rem; - } - /* line 1, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */ - .audio__player, - .audio__playlist{ - margin: 0 auto; - } -} -@media (min-width: 961px){ - /* line 59, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ - a:hover{ - color: #8c7035; - } - /* line 205, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ - .page__title{ - font-size: 3.2rem; - margin: 0rem 0 1rem; - } - /* line 237, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_typography.scss */ - .section__title{ - font-size: 1.8rem; - } - /* line 5, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ - .container{ - max-width: 960px; - } - /* line 27, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ - .main{ - float: left; - width: 75%; - padding-right: 1rem; - } - /* line 38, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ - .aside{ - float: left; - width: 25%; - margin: 0; - border-bottom: none; - } - /* line 50, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ - .aside.aside-home{ - margin-top: -2rem; - } - /* line 56, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ - .site__content__header{ - padding-top: 5rem; - } - /* line 63, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ - .site__content__header__inner{ - max-width: 70%; - } - /* line 146, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ - .sticked-form input{ - width: 80%; - } - /* line 163, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ - .sticked-form input[type=submit]{ - width: 20%; - border-radius: 0 0px 0px 0; - } - /* line 214, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_forms.scss */ - .select.search__form__select{ - width: 20%; - } - /* line 43, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ - .header__baseline{ - line-height: 155px; - font-size: 1.8rem; - } - /* line 62, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ - .header__logo--right{ - display: block; - float: right; - } - /* line 70, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ - .header__logo__img{ - max-height: 150px; - } - /* line 90, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ - .navigation{ - display: block; - } - /* line 100, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ - .menu__item, .submenu__item{ - display: inline-block; - display: inline; - zoom: 1; - } - /* line 110, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ - .menu__item__link, .submenu__item__link{ - padding: 1.5rem 1rem; - font-size: 1.2rem; - } - /* line 126, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ - .submenu{ - width: 140%; - margin-left: -20%; - position: absolute; - z-index: 500; - top: 100%; - left: 0; - opacity: 0; - visibility: hidden; - transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear; - } - /* line 144, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_headers.scss */ - .submenu__item{ - opacity: 0; - visibility: hidden; - transition: opacity 0.15s 0.15s ease-out, visibility 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out; - margin-top: -15px; - display: block; - } - /* line 9, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ - .footer{ - padding: 0.9rem 1rem; - } - /* line 87, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ - .nav__footer ul{ - padding: 0rem 1rem; - } - /* line 96, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ - .nav__footer__item{ - width: auto; - } - /* line 109, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ - .nav__footer__item__link{ - padding: .5rem; - } - /* line 131, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_footers.scss */ - .footer-partners img{ - max-width: 60px; - } - /* line 48, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_sidebar.scss */ - .cta__panel div{ - float: none; - width: 100%; - } - /* line 5, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_menu-toggle.scss */ - .menu__toggle{ - display: none; - } - /* line 16, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/components/_media-object.scss */ - .media-img{ - float: left; - } - /* line 19, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ - .artist__sizer, - .msry__sizer, - .artist__item{ - width: 33.33333%; - } - /* line 28, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ - .artist__item{ - padding: 0 0.5rem 1rem; - } - /* line 37, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ - .artist__item__inner{ - transition: .3s; - } - /* line 43, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ - .artist__item__inner:hover{ - box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.8); - -webkit-transform: scale(1.01); - transform: scale(1.01); - } - /* line 59, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ - .artist__item__name{ - padding: 0.8rem; - line-height: 1; - } - /* line 72, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-card.scss */ - .artist__item__name span{ - font: 700 0.8rem "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; - } - /* line 17, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/artist-detail.scss */ - .artist__event__cta{ - width: 20%; - } - /* line 1, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/video-card.scss */ - .video__card{ - width: 31%; - } - /* line 1, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/video-card.scss */ - .video__card{ - transition: .3s; - } - /* line 17, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/video-card.scss */ - .video__card:hover{ - box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.8); - -webkit-transform: scale(1.01); - transform: scale(1.01); - } - /* line 26, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/event-card.scss */ - .event__card--full{ - width: 100%; - display: block; - } - /* line 15, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/bk-news.scss */ - .bk__news__inner{ - width: 80%; - margin: 0 auto; - } - /* line 15, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/hero-slider.scss */ - .hero__slider__item{ - height: 500px; - } - /* line 2, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/share-links.scss */ - .share__links{ - display: block; - padding: 0; - } - /* line 13, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/share-links.scss */ - .share__links li{ - display: inline-block; - display: inline; - zoom: 1; - text-align: center; - vertical-align: middle; - padding: 0 0.45rem; - margin-left: -0.33333em; - } - /* line 8, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ - .c-tabs-nav{ - width: 30%; - } - /* line 18, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ - .c-tabs-nav__link{ - padding: 0; - font-size: .75rem; - line-height: 1.6; - } - /* line 74, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/tabs.scss */ - .c-tab{ - width: 70%; - } - /* line 1, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/audio-player.scss */ - .audio__player, - .audio__playlist{ - margin: 0; - } - /* line 1, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/location.scss */ - .location__title{ - font: 700 1.7em/1.2 "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif; - } - /* line 13, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/location.scss */ - .location__map img{ - transition: .3s; - } - /* line 17, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/location.scss */ - .location__map img:hover{ - box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.8); - } -} -@media (min-width: 1200px){ - /* line 5, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ - .container{ - max-width: 1140px; - } -} -@media (min-width: 1800px){ - /* line 5, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/base/_layout.scss */ - .container{ - max-width: 1420px; - } -} +html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}html{font-size:100%;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{font:400 0.9rem "Interstate","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.6;background:#f7f7f7;color:#555}.clearfix:after,.container:after,.row:after,.sidebar__title--inverse:after,.page__related__title--inverse:after,.row-box:after,.calendar__month:after,.last__media:after,.sticked-form:after,.banner:after,.header:after,.navigation:after,.footer-nav:after,.cta__panel:after,.media:after,.split-container:after,.video__list:after,.c-tabs:after{content:"";display:table;clear:both}@font-face{font-family:"Interstate";font-style:normal;font-weight:400;src:url("../fonts/interstate/interstate-regular-webfont.woff") format("woff"),url("../fonts/interstate/interstate-regular-webfont.woff2") format("woff2"),url("../fonts/interstate/interstate-regular-webfont.eot?") format("eot")}@font-face{font-family:"Interstate";font-style:normal;font-weight:700;src:url("../fonts/interstate/interstate-bold-webfont.woff") format("woff"),url("../fonts/interstate/interstate-bold-webfont.woff2") format("woff2"),url("../fonts/interstate/interstate-bold-webfont.eot?") format("eot")}@font-face{font-family:"Triplex";font-style:normal;font-weight:400;src:url("../fonts/triplex/triplexserif-light-webfont.svg#Triplex") format("svg"),url("../fonts/triplex/triplexserif-light-webfont.ttf") format("truetype"),url("../fonts/triplex/triplexserif-light-webfont.eot?") format("eot")}@font-face{font-family:"Triplex";font-style:normal;font-weight:700;src:url("../fonts/triplex/triplexserif-bold-webfont.svg#Triplex") format("svg"),url("../fonts/triplex/triplexserif-bold-webfont.ttf") format("truetype"),url("../fonts/triplex/triplexserif-bold-webfont.eot?") format("eot")}@font-face{font-family:"Font-Awesome";font-style:normal;font-weight:normal;src:url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff"),url("../fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"),url("../fonts/font-awesome/fontawesome-webfont.eot?") format("eot")}h1,h2,h3,h4,h5,h6{font-family:"Triplex",Georgia,Times,"Times New Roman",serif;line-height:1.6;text-rendering:optimizeLegibility;color:#333;margin-bottom:0}h1{font-size:2.025rem}h2{font-size:1.8rem}h3{font-size:1.575rem}h4{font-size:1.35rem}h5{font-size:1.125rem}h6{font-size:0.9rem}p{margin:0 0 0.8rem;font-family:"Interstate","Helvetica Neue",Helvetica,Arial,sans-serif}a{color:#c4a563;transition:all .3s ease;text-decoration:none}a:active,a:focus{color:#8c7035;outline:none}hr{border-bottom:1px solid #d2ba88;border-left:none;border-right:none;border-top:none;margin:1.6 0}img{margin:0;max-width:100%;height:auto}blockquote{display:block;padding:0.45rem 0 0.45rem 0.6rem;border-left:0.45rem solid #d2ba88;border-color:rgba(0,0,0,0.1);font-size:0.9rem;margin-left:0}blockquote p{margin:0;font-style:italic}blockquote p:last-child,p:last-child{margin-bottom:0}cite{color:#959595;font-style:italic}cite:before{content:'\2014 \00A0'}del{text-decoration:line-through}ins{border-bottom:1px dotted #d2ba88}mark{background:#d2ba88;padding:0 .2rem}em{font-style:italic}strong{font-weight:bold}sub,sup{position:relative;margin:0 1px;font-size:80%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}small,.small{font-size:80%;line-height:1.44}.lead{font-size:120%}abbr[title],acronym[title]{border-bottom:1px dashed #ccc;border-color:rgba(0,0,0,0.2);cursor:help}hr{clear:both;border:0;border-top:1px solid #aaa;border-bottom:1px solid #f0f0f0}pre{background:#ecf0f1;border-left:0.3rem solid #d2ba88;font-family:Consolas,monaco,monospace}code{border-radius:.4rem;font-size:96%;padding:.2rem .5rem;margin:0 .2rem;white-space:nowrap}pre>code{background:transparent;border-radius:0;display:block;padding:1rem 1.5rem;white-space:pre}pre>p{padding:.3rem}.page__title{font:700 1.4rem "Triplex",Georgia,Times,"Times New Roman",serif;text-transform:uppercase;text-shadow:1px 1px 0 white;color:#c4a563;margin:2rem 0 1rem;position:relative}.page__title:before{content:"";position:absolute;right:101%;top:0;width:100%;height:100%;background:#c4a563}.push-ical{float:right;margin:1rem 0}.bodytext a{font-weight:700}.section__title{line-height:1.6;font-family:"Interstate","Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;color:#c4a563;font-size:1.4rem}.container{margin:0 auto;width:100%;padding:0 1rem}.row,.sidebar__title--inverse,.page__related__title--inverse,.row-box,.calendar__month{display:block}.main{display:block;margin:0 auto 3rem}.aside{display:block;background:#e0cfad;margin:0 -1rem 0;color:white;padding:1rem .5rem;border-bottom:1px solid #fff}.site__content__header{padding-top:3em}.site__content__header__inner{padding-right:1rem}.last__media__entry{display:block}.last__media .artist__item,.last__media .video__card{float:none;width:100%;padding:0}ul,ol{list-style-type:none;margin:0;padding:0;padding-left:1rem}ul li ul,ul li ol,ol li ul,ol li ol{padding-left:2rem}ul.default{list-style-type:disc;margin-bottom:0.9rem;padding-left:0.9rem}ol.default{list-style-type:decimal;margin-bottom:0.9rem;padding-left:0.9rem}dl{margin-bottom:0.9rem}dl dt{font-weight:bold;color:#333}dl dd{margin:0 0 0.9rem}.list-inline,.breadcrumb{display:block;padding:0}.list-inline li,.breadcrumb li{display:inline-block;*display:inline;*zoom:1;text-align:center;vertical-align:middle;padding:0 0.45rem;margin-left:-0.33333em}fieldset{background-color:#f7f7f7;border:1px solid #95a5a6;margin:0 0 0.45rem;padding:1.6;border-radius:0px}legend{text-transform:uppercase;padding:0 0.45rem}input,label,select{display:block;font-family:"Interstate","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.9rem}label{font-weight:700}label.required::after{content:"*"}label abbr{display:none}input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],input:not([type]),select[multiple=multiple],textarea{background-color:#fff;border:1px solid #e7dac0;box-sizing:border-box;font-family:"Triplex",Georgia,Times,"Times New Roman",serif;font-size:0.9rem;padding:0.45rem;transition:border .4s ease;width:100%;-webkit-appearance:none}input[type="color"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="email"]:focus,input[type="month"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="week"]:focus,input:not([type]):focus,select[multiple=multiple]:focus,textarea:focus{box-shadow:0;outline:none}textarea{resize:vertical}input[type="search"]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type="checkbox"],input[type="radio"]{display:inline;margin-right:0.4}input[type="file"]{padding-bottom:0.8;width:100%}select{margin-bottom:1.6;max-width:100%;width:auto}.input-error{border:1px solid #e74c3c !important;margin-bottom:.3rem}.input-success{border:1px solid #2ecc71 !important;margin-bottom:.3rem}.input-message-error{color:#e74c3c;font-size:75%}.input-message-success{color:#2ecc71;font-size:75%}.sticked-form{margin:0 auto 1rem;width:100%}.sticked-form input{font:300 1rem "Triplex",Georgia,Times,"Times New Roman",serif;border-color:#bd9a50;float:left;width:70%;color:#555;height:2.5rem;line-height:2.5rem;margin:0;padding:0 1rem;border-right:none}.sticked-form input[type=submit]{width:30%;-webkit-appearance:none;background:#bd9a50;float:left;font-weight:700;color:#fff;border:0;outline:0;margin-top:0}.sticked-form input[type=submit]:active{outline:0;background:#cbaf75}.select{padding:0;margin:0;border:1px solid #bd9a50;width:100%;overflow:hidden;background-color:#fff;position:relative}.select:after{position:absolute;top:50%;right:.3rem;content:"";width:0;height:0;border-left:0.5rem solid transparent;border-right:0.5rem solid transparent;border-top:0.5rem solid #d2ba88}.select.search__form__select{display:block;float:left;padding:0 .5rem;height:2.5rem;line-height:2.5rem;width:30%}.select select{width:130%;border:none;box-shadow:none;background-color:transparent;background-image:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center}.select select:focus{outline:none}button,input[type="button"],input[type="reset"],input[type="submit"],button{appearence:none;-webkit-font-smoothing:antialiased;background-color:#c4a563;border-radius:0px;border:none;color:#000;cursor:pointer;display:inline-block;font-family:"Interstate","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.9rem;font-weight:700;line-height:1;padding:0.75em 1em;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;transition:all .3s ease;margin-top:1rem}button:hover,button:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="reset"]:hover,input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,button:hover,button:focus{background-color:#bd9a50;color:#fff}button:disabled,input[type="button"]:disabled,input[type="reset"]:disabled,input[type="submit"]:disabled,button:disabled{cursor:not-allowed;opacity:0.5}.help-block{font-size:.7rem}.form-group{margin:0 0 1rem}.btn,.artist__event__cta{display:inline-block;vertical-align:middle;white-space:nowrap;font-family:inherit;font-size:.75rem;cursor:pointer;border:1px solid #bd9a50;margin:.5rem 0;padding-top:0;padding-bottom:0;line-height:3;padding-right:1rem;padding-left:1rem;background:#c4a563;color:#000;font-family:"Interstate","Helvetica Neue",Helvetica,Arial,sans-serif;border-radius:0px;text-transform:uppercase}.btn:hover,.artist__event__cta:hover{text-decoration:none;background-color:#bd9a50;color:#fff}.btn:active,.artist__event__cta:active,.btn:focus,.artist__event__cta:focus{outline:none}.btn+.btn,.artist__event__cta+.btn,.btn+.artist__event__cta,.artist__event__cta+.artist__event__cta{margin-left:.5rem}.btn-center{display:block;margin:0 auto}.btn-small{padding-right:0.5rem;padding-left:0.5rem;line-height:2}.btn-large{padding-right:1.5rem;padding-left:1.5rem;line-height:4}.btn-huge{padding-right:2rem;padding-left:2rem;line-height:5}.btn-full{width:100%;padding-right:0;padding-left:0;text-align:center}.btn-success{border:1px solid #29b765;background-color:#2ecc71}.btn-success:hover{background-color:#29b765}.btn-error{border:1px solid #e43725;background-color:#e74c3c}.btn-error:hover{background-color:#e43725}.btn-warning{border:1px solid #e08e0b;background-color:#f39c12}.btn-warning:hover{background-color:#e08e0b}.btn-info{border:1px solid #258cd1;background-color:#3498db}.btn-info:hover{background-color:#258cd1}.btn-inverse,.btn-inverse:hover{background:#f7f7f7;color:#000;border:1px solid #f7f7f7}.btn-disabled,.btn-disabled:hover,.btn-disabled:active,.btn-disabled:focus{opacity:0.4;cursor:text}table{border-collapse:collapse;margin:0.9rem 0;table-layout:fixed;width:100%}th{border-bottom:1px solid #6d8082;font-weight:700;padding:0.45rem;text-align:left}td{border:#95a5a6;padding:0.45rem}tr,td,th{vertical-align:middle}.table-basic,.table-basic-hover{color:#333;background:#fff;border:1px solid #d0d0d0}.table-basic tr,.table-basic td,.table-basic th,.table-basic-hover tr,.table-basic-hover td,.table-basic-hover th{border:1px solid #d0d0d0}.table-basic tbody tr,.table-basic tbody td,.table-basic tbody th,.table-basic-hover tbody tr,.table-basic-hover tbody td,.table-basic-hover tbody th{border:1px solid #e0e0e0}.table-basic-hover tr:hover{color:#000;background:#fafafa}.table-basic-hover th{background:#f0f0f0}.banner{display:block;background-color:#fff;position:relative}.banner.is-fixed{position:fixed;top:0;left:0;width:100%}.banner .is-active{background-color:#d2ba88}.banner .is-active a{color:#fff}.header{background:#f7f7f7 url("../img/bg_manzoni--center.jpg") no-repeat top;padding:0.9rem 0 0;background-size:cover}.header h1{margin:0}.header__baseline{display:block;width:100%;text-align:center;color:black;font-weight:400;font-size:1rem}.header__logo{display:block;float:left;line-height:1;max-width:15rem}.header__logo--right{display:none}.header__logo__img{max-height:45px;width:auto}.header__logo__text{position:absolute;top:-200%}.navigation{display:none}.menu{text-align:center}.menu__item,.submenu__item{position:relative;overflow:visible}.menu__item__link,.submenu__item__link{display:inline-block;padding:0.45rem 1rem;margin:0 auto;color:#000;font:400 1.1rem "Triplex",Georgia,Times,"Times New Roman",serif;text-transform:uppercase}.submenu{padding-left:0;text-align:center}.submenu__item{background:#fff;display:inline-block;*display:inline;*zoom:1}.submenu__item__link{color:dimgray;font-size:.75rem}.menu__item:hover .submenu,.submenu__item:hover .submenu{opacity:1;visibility:visible}.menu__item:hover .submenu__item,.submenu__item:hover .submenu__item{opacity:1;visibility:visible;margin:0}.nav__complementary{display:block;list-style:none;text-align:left;position:absolute;z-index:200;top:100%;left:0;width:100%}.nav__complementary__item,.nav__complementary__item--facebook,.nav__complementary__item--twitter,.nav__complementary__item__lang{display:inline-block;*display:inline;*zoom:1;padding:0.5rem .2rem;width:2rem;background:#fff;margin:0 .1rem;text-align:center;border-radius:0 0 3px 3px;box-shadow:0 2px 4px -2px black}.nav__complementary__item a,.nav__complementary__item--facebook a,.nav__complementary__item--twitter a,.nav__complementary__item__lang a{color:white}.nav__complementary__item--facebook{background:#3b5998}.nav__complementary__item--twitter{background:#55acee;margin-right:1rem}.nav__complementary__item__lang{opacity:.6}.nav__complementary__item__lang a{color:#bdc3c7}.nav__complementary__item__lang.is-active{opacity:1}.footer{background-color:#d2ba88;padding:0.9rem 0}.footer-logo{text-align:center}.footer-logo img{display:inline-block;*display:inline;*zoom:1}.footer-section-title{font-size:1.3rem;font-weight:700;color:#fff}.footer-section-item,.footer-section-item a,.footer-nav-item,.footer-nav-item a,.footer a{color:#fff}.footer-nav-item{font-size:80%}.footer-legals{padding:2rem 1rem}.footer-legals p,.footer-legals a{font-size:.75rem;text-align:center;font-family:"Triplex",Georgia,Times,"Times New Roman",serif;color:#000;text-transform:uppercase}.footer-nav{text-align:center}.footer-nav-left{float:left}.footer-nav-center{display:inline-block;*display:inline;*zoom:1}.footer-nav-right{float:right}.nav__footer{display:block;text-align:center}.nav__footer ul{display:inline-block;*display:inline;*zoom:1}.nav__footer__item{width:50%}.nav__footer__item__link{padding:1rem 0rem;display:block}.nav__footer h2{margin:0;font-size:1rem}.footer-partners{display:block;text-align:center;margin:2rem auto}.footer-partners img{max-width:40px}.sidebar__title,.sidebar__title--inverse,.page__related__title--inverse,.page__related__title{text-transform:uppercase;display:inline-block;*display:inline;*zoom:1;color:white;font:700 1rem "Interstate","Helvetica Neue",Helvetica,Arial,sans-serif;margin:1.3rem 0 0.5rem;padding:.2rem 0;border-top:1px solid #fff;border-bottom:1px solid #fff}.sidebar__title--inverse,.page__related__title--inverse{color:#000;border-top-color:#000;border-bottom-color:#000;margin-bottom:2rem}.sidebar__entry{font-size:1rem;margin:0;line-height:1.6;color:#555;font:400 0.85rem "Interstate","Helvetica Neue",Helvetica,Arial,sans-serif}.cta__panel{margin-top:2rem}.menu__toggle{display:block;float:right;background:#fff;width:32px;height:32px;box-sizing:border-box;padding:9px 6px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;box-shadow:0 0 5px 0px black}.menu__toggle:hover,.menu__toggle:focus{background:#fff}.menu__toggle:checked span:first-child,.menu__toggle.toggled span:first-child{-webkit-transform:translateY(6px) rotate(45deg);transform:translateY(6px) rotate(45deg)}.menu__toggle:checked span:nth-child(2),.menu__toggle.toggled span:nth-child(2){opacity:0}.menu__toggle:checked span:last-child,.menu__toggle.toggled span:last-child{-webkit-transform:translateY(-6px) rotate(-45deg);transform:translateY(-6px) rotate(-45deg)}.menu__toggle span{display:block;background:#d2ba88;width:20px;height:2px;border-radius:3px;-webkit-transform-origin:center;transform-origin:center;transition:0.3s ease}.menu__toggle span:nth-child(2){margin:4px 0}.breadcrumb li{padding:0}.breadcrumb li:before{content:"\00BB" "\00A0";display:inline-block;*display:inline;*zoom:1;margin:0 0.45rem;vertical-align:middle}.breadcrumb li:first-child:before{content:none}.breadcrumb li.is-active{color:#2ecc71;font-weight:700}.breadcrumb li.is-active:before{color:#d2ba88}.pagination{letter-spacing:-0.31em;word-spacing:-0.43em;list-style:none;margin-left:0;@extends .clearfix}.pagination.pagination-left{text-align:left}.pagination.pagination-center{text-align:center}.pagination.pagination-right{text-align:right}.pagination>li{padding:0.45rem;letter-spacing:normal;word-spacing:normal;display:inline-block;*display:inline;zoom:1}.pagination>li.active a{font-weight:700;color:#000}.pagination>li>a{padding:0.45rem;margin:-0.45rem}.pagination-first a:before{content:"\00AB" "\00A0"}.pagination-last a:after{content:"\00A0" "\00BB"}.media{display:block;margin:0 0 0.9rem}.media-img{margin-right:0.9rem}.media-img-inverse{float:right;margin-left:0.9rem}.media-img img,.media-img-inverse img{display:block}.media-content{overflow:hidden}.media-content,.media-content>:last-child{margin-bottom:0}.media-content>p{margin-top:0}.notification{display:inline-block;*display:inline;*zoom:1;margin:0 0.1em;padding:0.3em 1em;color:#fff;background:#fff;font-size:90%;margin:.5rem auto;border-radius:3px;box-shadow:0 0 20px #555;position:fixed;z-index:9999;top:1rem;right:1rem;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;color:#c4a563}.notification__remove{-webkit-animation-name:slideOutRight;animation-name:slideOutRight;-webkit-animation-duration:0.8s;animation-duration:0.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeIn{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.39062deg) skewY(0.39062deg);transform:skewX(0.39062deg) skewY(0.39062deg)}88.8%{-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);transform:skewX(-0.19531deg) skewY(-0.19531deg)}}@keyframes fadeIn{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.39062deg) skewY(0.39062deg);transform:skewX(0.39062deg) skewY(0.39062deg)}88.8%{-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);transform:skewX(-0.19531deg) skewY(-0.19531deg)}}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);opacity:0}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);opacity:0}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}.hero{display:block;padding:3rem 1rem;background:#d2ba88 no-repeat top center;background-size:cover;width:100%;position:relative}.hero-content{position:relative;z-index:200;color:white}.hero-content-center{text-align:center}.hero-content-left{text-align:left}.hero-content-right{text-align:right}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.25);z-index:100}.hero-cta{margin-top:5rem}.hero-dynamic{padding:0;line-height:0;position:relative;width:100%}.hero-dynamic .hero-content{-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);left:50%;margin:auto;position:absolute;text-align:center;top:50%;z-index:200}.hero-dynamic img{height:auto;left:0;position:relative;top:0;width:100%}.tag{display:inline-block;*display:inline;*zoom:1;margin:0 0.1em;padding:0.3em 1em;color:#fff;background:#d2ba88;font-size:90%}.tag-success{background:#2ecc71}.tag-error{background:#e74c3c}.tag-warning{background:#f39c12}.tag-info{background:#3498db}.alightment-container{display:table}.alightment-content,.alightment-content-top,.alightment-content-middle,.alightment-content-bottom{display:table-cell}.alightment-content-top{vertical-align:top}.alightment-content-middle{vertical-align:middle}.alightment-content-bottom{vertical-align:bottom}.row-box [class*="box-item"]{display:block;float:left}.row-box img{display:block}.box-item-50{width:100%}.box-item-33{width:100%}.box-item-25{width:33%}.box-item-20{width:100%}.split{text-align:right;list-style:none;margin-left:0}.split-title{text-align:left;float:left;clear:left}.split-container{text-align:right}.split-right{display:inline-block;*display:inline;*zoom:1}.split-left{text-align:left;float:left;clear:left}.this-or-this{display:table;width:100%;text-align:center}.this-or-this a{font-size:.75rem}.this-or-this__this,.this-or-this__or{display:table-cell;vertical-align:middle}.this-or-this__this{width:40%}.embed-responsive{margin:1.8rem 0 0;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.embed-responsive embed,.embed-responsive object,.embed-responsive iframe{position:absolute;top:0px;left:0px;height:100%;width:100%}.lSSlideOuter{overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lightSlider:before,.lightSlider:after{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden;position:relative}.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px);-webkit-transition:all 1s;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform;transition-duration:inherit !important;transition-timing-function:inherit !important}.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSFade>*{position:absolute !important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;transition-delay:0s;transition-duration:inherit !important;transition-property:opacity;transition-timing-function:inherit !important}.lSSlideWrapper .lSFade>*.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>*.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;transition:all 0.5s linear 0s}.lSSlideOuter .lSPager.lSpg>li:hover a,.lSSlideOuter .lSPager.lSpg>li.active a{background-color:#d2ba88}.lSSlideOuter .media{opacity:0.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none outside none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0px, 0px, 0px);-moz-transform:translate3d(0px, 0px, 0px);-ms-transform:translate3d(0px, 0px, 0px);-webkit-transform:translate3d(0px, 0px, 0px);-o-transform:translate3d(0px, 0px, 0px);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;transition:border-radius 0.12s linear 0s 0.35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:before,.lSSlideOuter .lSPager.lSGallery:after{content:" ";display:table}.lSSlideOuter .lSPager.lSGallery:after{clear:both}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url("../img/controls.png");cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:0.5;transition:opacity 0.35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0px !important}.lSSlideOuter.vertical .lSGallery{position:absolute !important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100% !important;max-width:none !important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lightSlider,.lSSlideOuter .lSPager{padding-left:0;list-style:none outside none}.lSSlideOuter.lSrtl .lightSlider,.lSSlideOuter.lSrtl .lSPager{padding-right:0}.lSSlideOuter .lightSlider>*,.lSSlideOuter .lSGallery li{float:left}.lSSlideOuter.lSrtl .lightSlider>*,.lSSlideOuter.lSrtl .lSGallery li{float:right !important}@-webkit-keyframes rightEnd{0%{left:0}50%{left:-15px}100%{left:0}}@keyframes rightEnd{0%{left:0}50%{left:-15px}100%{left:0}}@-webkit-keyframes topEnd{0%{top:0}50%{top:-15px}100%{top:0}}@keyframes topEnd{0%{top:0}50%{top:-15px}100%{top:0}}@-webkit-keyframes leftEnd{0%{left:0}50%{left:15px}100%{left:0}}@keyframes leftEnd{0%{left:0}50%{left:15px}100%{left:0}}@-webkit-keyframes bottomEnd{0%{bottom:0}50%{bottom:-15px}100%{bottom:0}}@keyframes bottomEnd{0%{bottom:0}50%{bottom:-15px}100%{bottom:0}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd 0.3s;animation:rightEnd 0.3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd 0.3s;animation:leftEnd 0.3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd 0.3s;animation:topEnd 0.3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd 0.3s;animation:bottomEnd 0.3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd 0.3s;animation:leftEnd 0.3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd 0.3s;animation:rightEnd 0.3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.artist__list{display:block;margin-top:0}.artist__sizer,.msry__sizer,.artist__item{width:50%}.artist__item{float:left;padding:0.5rem;padding-left:0}.artist__item__inner{position:relative;box-shadow:0px 1px 2px 0px rgba(0,0,0,0.4)}.artist__item__img{margin:0;padding:0}.artist__item img{display:block}.artist__item__name{display:block;width:100%;padding:0.5rem;text-align:center;text-transform:uppercase;background:white;margin:0}.artist__item__name span{display:inline-block;*display:inline;*zoom:1;padding:.2rem 0;color:#000;border-top:1px solid #000;border-bottom:1px solid #000;font:700 0.7rem "Interstate","Helvetica Neue",Helvetica,Arial,sans-serif}.artist__figure{position:relative;padding:0;margin:0}.artist__figure img{display:block;position:relative}.artist__figure__copyright{position:absolute;bottom:0;left:0;display:block;width:100%;padding:.2rem;text-align:right;font:400 0.6rem "Interstate","Helvetica Neue",Helvetica,Arial,sans-serif;color:white;text-shadow:1px 1px 1px #000}.artist__event{display:block;padding:1rem;width:100%;background:#fff;text-align:left}.artist__event__title{text-transform:uppercase;margin:0}.artist__event__cta{display:block;width:40%;margin:1rem auto;text-align:center}.artist__portrait,.artist__portrait--left,.img__align--left,.artist__portrait--right,.img__align--right,.img__align{display:block;margin:1rem auto}.video__card{display:block;float:left;position:relative;margin:1%;width:48%;box-shadow:0px 1px 2px 0px rgba(0,0,0,0.4)}.video__card__thumbnail img{display:block}.video__card__info{display:block;text-align:center;background:white;padding:1rem}.video__card__name{margin:0;text-transform:uppercase;text-align:left;font:700 0.9em "Interstate","Helvetica Neue",Helvetica,Arial,sans-serif}.video__card__link{position:absolute;top:0;left:0;width:100%;height:100%;font-size:0}.event__card,.event__card--alt,.event__card--full{padding:0.5rem;background:#fff;margin-bottom:1rem;transition:.3s;box-shadow:0px 1px 2px 0px rgba(0,0,0,0.4);display:block;float:left;width:100%}.event__card--alt{background:#00818d;color:white}.event__name,.hero__slider__name{margin:0 0 0.3rem;font-size:1rem;text-transform:uppercase}.event__thumbnail{display:block;margin:-.5rem -.5rem 1rem}.event__description{padding-bottom:1em;margin-bottom:1em}.event__description img{display:block}.event__meta,.event__meta--alt{display:block;padding:.5rem 0;font-family:"Interstate","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;text-transform:uppercase;color:#000;font-size:0.7rem}.event__meta__inner{display:block;padding:0.1rem 0;border-top:1px solid #000;border-bottom:1px solid #000}.event__meta__btn{padding:0.1rem 2rem;background:#d2ba88;color:#fff;display:inline-block;*display:inline;*zoom:1;border-radius:2px;margin-top:.3rem;line-height:2;float:right}.event__meta+.event__meta,.event__meta--alt+.event__meta,.event__meta+.event__meta--alt,.event__meta--alt+.event__meta--alt{padding-top:0;margin-top:-.3rem}.event__meta+.event__meta .event__meta__inner,.event__meta--alt+.event__meta .event__meta__inner,.event__meta+.event__meta--alt .event__meta__inner,.event__meta--alt+.event__meta--alt .event__meta__inner{border-top:none}.event__meta--alt{padding:0;margin:0;color:white;font-size:1rem}.event__meta--alt .event__meta__inner{border-top:none;border-bottom:none}.event__meta--alt .event__meta__location{color:white}.event__meta__location{display:block;text-decoration:none;color:#000;font-weight:400}.event__meta__cta{text-transform:uppercase;display:block;padding:.5rem;background:#fff}.event__detail,.event__detail a{text-align:right;color:#555}.pager{display:block;margin:3rem auto}.pager__item--before,.pager__item--after{display:block;text-transform:uppercase}.formContent{background:#000}.icon{display:inline-block;font:normal normal normal 0.5625rem "Font-Awesome";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none}.btn-icon,.btn-icon--facebook{padding:0.45rem 0.3rem;margin:0 auto}.btn .icon:before,.artist__event__cta .icon:before{font-size:1.3rem;margin-right:.5rem;color:white;vertical-align:middle}.icon__bookmark:before{content:""}.icon__print:before{content:""}.icon__pencil:before{content:""}.icon__play:before{content:""}.icon__calendar:before{content:""}.icon__sign-out:before{content:""}.icon__twitter:before{content:""}.icon__facebook-f:before,.icon__facebook:before{content:""}.icon__envelope:before{content:""}.icon__windows:before{content:""}.bk__news{display:block;margin:2rem auto 0}.bk__news__inner{padding:2rem 1rem;background:#fff;border:1px solid #d2ba88;border-left:1rem solid #d2ba88}.bk__news__title{text-transform:uppercase;font-family:"Triplex",Georgia,Times,"Times New Roman",serif;text-align:right;font-size:1.3rem;font-weight:700;color:#d2ba88;line-height:1.1}.bk__news__content strong{text-transform:uppercase}.hero__slider #lightSlider{overflow:hidden;max-height:0;transition:.5s ease-in-out}.hero__slider.is-ready #lightSlider{overflow:visible;max-height:900px}.hero__slider__item{display:block;width:100%;background:#d2ba88 no-repeat center;background-size:cover;position:relative;height:65vh}.hero__slider__item:before{content:"";position:absolute;width:100%;bottom:0;left:0;height:60%;background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000 100%)}.hero__slider__infos{position:absolute;width:100%;bottom:0;left:0;padding:1rem;z-index:10}.hero__slider__name{font-family:"Triplex",Georgia,Times,"Times New Roman",serif;font-weight:700;line-height:1;font-size:1.6rem}.hero__slider__name a{text-shadow:1px 1px 0 rgba(255,255,255,0.4)}.hero__slider__name:hover{color:white}.share__links{display:block;text-align:left;margin:2rem auto;padding:.3rem 0;list-style:none}.share__link__item,.push__calendar__item{text-transform:uppercase;margin-right:1rem;display:block}.share__link__item .icon,.push__calendar__item .icon{color:#9f7f3c;font-size:1.1rem;margin-right:.4rem}.btn-twitter{background:#55acee;color:white;border-color:#2795e9}.btn-twitter:hover{background-color:#2795e9}.btn-facebook{background:#3b5998;color:white;border-color:#2d4373}.btn-facebook:hover{background-color:#2d4373}.push__calendar{margin-top:-2rem}.calendar__month{width:100%;margin-bottom:2rem}.calendar__month__title{text-transform:uppercase;font-size:1rem;text-align:center;color:#000;font-weight:700}.calendar__month:nth-child(6n+1){clear:left}.calendar__month.hover span{opacity:1}.calendar__day{float:left;width:14.2%;box-sizing:border-box;border-right:1px solid #e0cfad;border-bottom:1px solid #e0cfad;cursor:default}.calendar__day-inner{position:relative;height:0;padding-bottom:100%;overflow:hidden;background:#d2ba88}.calendar__day-active .calendar__day-inner{background:#c4a563}.calendar__day-active .calendar__day-inner span,.calendar__day-active .calendar__day-inner span a{color:black}.calendar__day-inner span{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:12px;padding:35% 0;font-size:.7rem;color:#555;opacity:0.4;transition:all .25s ease-in-out}.calendar__day-name .calendar__day-inner,.calendar__day-off .calendar__day-inner{background:#eee}.calendar__day-name .calendar__day-inner span{text-transform:uppercase;font-size:11px;margin-bottom:8px;text-align:center;color:#555}.c-tabs-nav{display:block;float:left;text-align:left;width:40%}.c-tabs-nav__link{color:#d2ba88;display:block;transition:color 0.3s;font-size:.6em;padding:0.25rem}.c-tabs-nav__link:last-child{margin-right:0}.c-tabs-nav__link.is-active{color:#b18d43}.c-tabs-nav__link i,.c-tabs-nav__link span{margin:0;padding:0;line-height:1}.c-tabs-nav__link i{font-size:18px}.c-tabs-nav__link span{display:none;font-size:18px}.c-tab{display:none;float:left;width:60%}.c-tab.is-active{display:block}.c-tab__content{padding-left:.5rem}.c-tabs.no-js .c-tabs-nav{display:none}.c-tabs.no-js .c-tab{display:block;margin-bottom:1.5rem}.c-tabs.no-js .c-tab:last-child{margin-bottom:0}.audio__player,.audio__playlist{padding:1rem;background:#e0cfad;box-shadow:0px 1px 2px 0px rgba(0,0,0,0.4)}.audio__player audio,.audio__playlist audio{width:100%;background:white;margin:0 auto;display:block}.audio__playlist{max-height:250px;overflow-y:scroll}.audio__playlist::-webkit-scrollbar{display:none}.audio__player{border-bottom:1px solid #fff;background:#fff}.audio__playlist__item{font-size:.75rem;color:#555;line-height:1;transition:.3s}.audio__playlist__item:before{content:normal;font-family:"Font-Awesome";content:"";font-size:0;transition:.3s}.active .audio__playlist__item{color:#000}.active .audio__playlist__item:before{font-size:0.5rem;margin-right:.3rem;color:#000}.audio__title{display:block;color:#000;font-size:.75rem}.location__title{text-transform:uppercase;margin:0;padding:0;font:700 1.1em/1.2 "Interstate","Helvetica Neue",Helvetica,Arial,sans-serif;color:#c4a563}.location__map img{box-shadow:0px 1px 2px 0px rgba(0,0,0,0.4)}@media all and (min-width: 720px){.c-tabs-nav__link i{margin-bottom:12px;font-size:22px}.c-tabs-nav__link span{display:block}}@media (min-width: 769px){.last__media__entry{float:left;width:33.33333%;padding:0 .5rem .5rem}.sticked-form{width:100%}.nav__footer__item{width:33%}.nav__footer__item{padding:1rem;width:25%}.nav__footer__item__link{padding:1rem}.cta__panel div{display:block;float:left;width:50%;padding:0 .3rem}.box-item-50{width:50%}.box-item-33{width:33.33333333%}.box-item-25{width:25%}.box-item-20{width:20%}.artist__event__cta{width:30%}.artist__portrait--left,.img__align--left{max-width:40%;margin-top:0;margin-right:1rem;float:left}.artist__portrait--right,.img__align--right{max-width:40%;margin-top:0;margin-left:1rem;float:right}.event__card:hover,.event__card--alt:hover,.event__card--full:hover{box-shadow:0px 1px 15px 0px rgba(0,0,0,0.8);-webkit-transform:scale(1.01);transform:scale(1.01)}.hero__slider__name{font-size:3rem}.audio__player,.audio__playlist{margin:0 auto}}@media (min-width: 961px){a:hover{color:#8c7035}.page__title{font-size:3.2rem;margin:0rem 0 1rem}.section__title{font-size:1.8rem}.container{max-width:960px}.main{float:left;width:75%;padding-right:1rem}.aside{float:left;width:25%;margin:0;border-bottom:none}.aside.aside-home{margin-top:-2rem}.site__content__header{padding-top:5rem}.site__content__header__inner{max-width:70%}.sticked-form input{width:80%}.sticked-form input[type=submit]{width:20%;border-radius:0 0px 0px 0}.select.search__form__select{width:20%}.header__baseline{line-height:155px;font-size:1.8rem}.header__logo--right{display:block;float:right}.header__logo__img{max-height:150px}.navigation{display:block}.menu__item,.submenu__item{display:inline-block;display:inline;zoom:1}.menu__item__link,.submenu__item__link{padding:1.5rem 1rem;font-size:1.2rem}.submenu{width:140%;margin-left:-20%;position:absolute;z-index:500;top:100%;left:0;opacity:0;visibility:hidden;transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear}.submenu__item{opacity:0;visibility:hidden;transition:opacity 0.15s 0.15s ease-out, visibility 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;margin-top:-15px;display:block}.footer{padding:0.9rem 1rem}.nav__footer ul{padding:0rem 1rem}.nav__footer__item{width:auto}.nav__footer__item__link{padding:.5rem}.footer-partners img{max-width:60px}.cta__panel div{float:none;width:100%}.menu__toggle{display:none}.media-img{float:left}.artist__sizer,.msry__sizer,.artist__item{width:33.33333%}.artist__item{padding:0 0.5rem 1rem}.artist__item__inner{transition:.3s}.artist__item__inner:hover{box-shadow:0px 1px 15px 0px rgba(0,0,0,0.8);-webkit-transform:scale(1.01);transform:scale(1.01)}.artist__item__name{padding:0.8rem;line-height:1}.artist__item__name span{font:700 0.8rem "Interstate","Helvetica Neue",Helvetica,Arial,sans-serif}.artist__event__cta{width:20%}.video__card{width:31%}.video__card{transition:.3s}.video__card:hover{box-shadow:0px 1px 15px 0px rgba(0,0,0,0.8);-webkit-transform:scale(1.01);transform:scale(1.01)}.event__card--full{width:100%;display:block}.bk__news__inner{width:80%;margin:0 auto}.hero__slider__item{height:500px}.share__links{display:block;padding:0}.share__links li{display:inline-block;display:inline;zoom:1;text-align:center;vertical-align:middle;padding:0 0.45rem;margin-left:-0.33333em}.c-tabs-nav{width:30%}.c-tabs-nav__link{padding:0;font-size:.75rem;line-height:1.6}.c-tab{width:70%}.audio__player,.audio__playlist{margin:0}.location__title{font:700 1.7em/1.2 "Interstate","Helvetica Neue",Helvetica,Arial,sans-serif}.location__map img{transition:.3s}.location__map img:hover{box-shadow:0px 1px 6px 0px rgba(0,0,0,0.8)}}@media (min-width: 1200px){.container{max-width:1140px}}@media (min-width: 1800px){.container{max-width:1420px}} -- 2.39.5