2015-05-19 14:01:51 +02:00

8929 lines
328 KiB
CSS

/**
* Primary Drupal Styles
* Author: g-u-i.net
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
@import url(../fonts/icon/foundation-icons.css);
/* line 9, ../bower_components/foundation/scss/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, ../bower_components/foundation/scss/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, ../bower_components/foundation/scss/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, ../bower_components/foundation/scss/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, ../bower_components/foundation/scss/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/11, Safari, and Firefox < 22.
*/
/* line 77, ../bower_components/foundation/scss/normalize.scss */
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
/* line 89, ../bower_components/foundation/scss/normalize.scss */
a {
background-color: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
/* line 97, ../bower_components/foundation/scss/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 109, ../bower_components/foundation/scss/normalize.scss */
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
/* line 117, ../bower_components/foundation/scss/normalize.scss */
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
/* line 126, ../bower_components/foundation/scss/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 135, ../bower_components/foundation/scss/normalize.scss */
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
/* line 144, ../bower_components/foundation/scss/normalize.scss */
mark {
background: #ff0;
color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
/* line 153, ../bower_components/foundation/scss/normalize.scss */
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
/* line 161, ../bower_components/foundation/scss/normalize.scss */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
/* line 169, ../bower_components/foundation/scss/normalize.scss */
sup {
top: -0.5em;
}
/* line 173, ../bower_components/foundation/scss/normalize.scss */
sub {
bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
/* line 184, ../bower_components/foundation/scss/normalize.scss */
img {
border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
/* line 192, ../bower_components/foundation/scss/normalize.scss */
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
/* line 203, ../bower_components/foundation/scss/normalize.scss */
figure {
margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
/* line 211, ../bower_components/foundation/scss/normalize.scss */
hr {
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
/* line 221, ../bower_components/foundation/scss/normalize.scss */
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
/* line 229, ../bower_components/foundation/scss/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, ../bower_components/foundation/scss/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, ../bower_components/foundation/scss/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, ../bower_components/foundation/scss/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, ../bower_components/foundation/scss/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, ../bower_components/foundation/scss/normalize.scss */
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
/* line 311, ../bower_components/foundation/scss/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, ../bower_components/foundation/scss/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, ../bower_components/foundation/scss/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, ../bower_components/foundation/scss/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
* (include `-moz` to future-proof).
*/
/* line 357, ../bower_components/foundation/scss/normalize.scss */
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
/* 2 */
box-sizing: content-box;
}
/**
* 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 370, ../bower_components/foundation/scss/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 379, ../bower_components/foundation/scss/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 390, ../bower_components/foundation/scss/normalize.scss */
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
/* line 399, ../bower_components/foundation/scss/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 408, ../bower_components/foundation/scss/normalize.scss */
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
/* line 419, ../bower_components/foundation/scss/normalize.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 424, ../bower_components/foundation/scss/normalize.scss */
td,
th {
padding: 0;
}
/* line 348, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
font-family: "/5.5.1/";
}
/* line 352, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
font-family: "/only screen/";
width: 0;
}
/* line 357, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small-only {
font-family: "/only screen and (max-width: 40em)/";
width: 0;
}
/* line 362, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
font-family: "/only screen and (min-width:40.063em)/";
width: 40.063em;
}
/* line 367, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
width: 40.063em;
}
/* line 372, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
font-family: "/only screen and (min-width:64.063em)/";
width: 64.063em;
}
/* line 377, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large-only {
font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
width: 64.063em;
}
/* line 382, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
font-family: "/only screen and (min-width:90.063em)/";
width: 90.063em;
}
/* line 387, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
width: 90.063em;
}
/* line 392, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
font-family: "/only screen and (min-width:120.063em)/";
width: 120.063em;
}
/* line 397, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
font-family: false;
}
/* line 404, ../bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
height: 100%;
}
/* line 407, ../bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
box-sizing: border-box;
}
/* line 413, ../bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
font-size: 100%;
}
/* line 417, ../bower_components/foundation/scss/foundation/components/_global.scss */
body {
background: #fff;
color: #222;
padding: 0;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1.5;
position: relative;
cursor: auto;
}
/* line 430, ../bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
cursor: pointer;
}
/* line 433, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
max-width: 100%;
height: auto;
}
/* line 435, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
-ms-interpolation-mode: bicubic;
}
/* line 439, ../bower_components/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
max-width: none !important;
}
/* line 446, ../bower_components/foundation/scss/foundation/components/_global.scss */
.left {
float: left !important;
}
/* line 447, ../bower_components/foundation/scss/foundation/components/_global.scss */
.right {
float: right !important;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
clear: both;
}
/* line 451, ../bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
display: none;
}
/* line 456, ../bower_components/foundation/scss/foundation/components/_global.scss */
.invisible {
visibility: hidden;
}
/* line 462, ../bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 465, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
display: inline-block;
vertical-align: middle;
}
/* line 475, ../bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
height: auto;
min-height: 50px;
}
/* line 478, ../bower_components/foundation/scss/foundation/components/_global.scss */
select {
width: 100%;
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-left {
text-align: left !important;
}
/* line 156, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-right {
text-align: right !important;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-center {
text-align: center !important;
}
/* line 158, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-justify {
text-align: justify !important;
}
@media only screen and (max-width: 40em) {
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
.small-only-text-left {
text-align: left !important;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
.small-only-text-right {
text-align: right !important;
}
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
.small-only-text-center {
text-align: center !important;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
.small-only-text-justify {
text-align: justify !important;
}
}
@media only screen {
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
.small-text-left {
text-align: left !important;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
.small-text-right {
text-align: right !important;
}
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
.small-text-center {
text-align: center !important;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
.small-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
.medium-only-text-left {
text-align: left !important;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
.medium-only-text-right {
text-align: right !important;
}
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
.medium-only-text-center {
text-align: center !important;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
.medium-only-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 40.063em) {
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
.medium-text-left {
text-align: left !important;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
.medium-text-right {
text-align: right !important;
}
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
.medium-text-center {
text-align: center !important;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
.medium-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
.large-only-text-left {
text-align: left !important;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
.large-only-text-right {
text-align: right !important;
}
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
.large-only-text-center {
text-align: center !important;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
.large-only-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 64.063em) {
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
.large-text-left {
text-align: left !important;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
.large-text-right {
text-align: right !important;
}
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
.large-text-center {
text-align: center !important;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
.large-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xlarge-only-text-left {
text-align: left !important;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xlarge-only-text-right {
text-align: right !important;
}
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xlarge-only-text-center {
text-align: center !important;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xlarge-only-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 90.063em) {
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xlarge-text-left {
text-align: left !important;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xlarge-text-right {
text-align: right !important;
}
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xlarge-text-center {
text-align: center !important;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xlarge-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-only-text-left {
text-align: left !important;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-only-text-right {
text-align: right !important;
}
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-only-text-center {
text-align: center !important;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-only-text-justify {
text-align: justify !important;
}
}
@media only screen and (min-width: 120.063em) {
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-text-left {
text-align: left !important;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-text-right {
text-align: right !important;
}
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-text-center {
text-align: center !important;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-text-justify {
text-align: justify !important;
}
}
/* Typography resets */
/* line 193, ../bower_components/foundation/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
}
/* Default Link Styles */
/* line 217, ../bower_components/foundation/scss/foundation/components/_type.scss */
a {
color: #008CBA;
text-decoration: none;
line-height: inherit;
}
/* line 222, ../bower_components/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
color: #0078a0;
}
/* line 230, ../bower_components/foundation/scss/foundation/components/_type.scss */
a img {
border: none;
}
/* Default paragraph styles */
/* line 234, ../bower_components/foundation/scss/foundation/components/_type.scss */
p {
font-family: inherit;
font-weight: normal;
font-size: 1rem;
line-height: 1.6;
margin-bottom: 1.25rem;
text-rendering: optimizeLegibility;
}
/* line 242, ../bower_components/foundation/scss/foundation/components/_type.scss */
p.lead {
font-size: 1.21875rem;
line-height: 1.6;
}
/* line 244, ../bower_components/foundation/scss/foundation/components/_type.scss */
p aside {
font-size: 0.875rem;
line-height: 1.35;
font-style: italic;
}
/* Default header styles */
/* line 252, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
font-style: normal;
color: #222222;
text-rendering: optimizeLegibility;
margin-top: 0.2rem;
margin-bottom: 0.5rem;
line-height: 1.4;
}
/* line 262, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
font-size: 60%;
color: #6f6f6f;
line-height: 0;
}
/* line 269, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1 {
font-size: 2.125rem;
}
/* line 270, ../bower_components/foundation/scss/foundation/components/_type.scss */
h2 {
font-size: 1.6875rem;
}
/* line 271, ../bower_components/foundation/scss/foundation/components/_type.scss */
h3 {
font-size: 1.375rem;
}
/* line 272, ../bower_components/foundation/scss/foundation/components/_type.scss */
h4 {
font-size: 1.125rem;
}
/* line 273, ../bower_components/foundation/scss/foundation/components/_type.scss */
h5 {
font-size: 1.125rem;
}
/* line 274, ../bower_components/foundation/scss/foundation/components/_type.scss */
h6 {
font-size: 1rem;
}
/* line 276, ../bower_components/foundation/scss/foundation/components/_type.scss */
.subheader {
line-height: 1.4;
color: #6f6f6f;
font-weight: normal;
margin-top: 0.2rem;
margin-bottom: 0.5rem;
}
/* line 278, ../bower_components/foundation/scss/foundation/components/_type.scss */
hr {
border: solid #DDDDDD;
border-width: 1px 0 0;
clear: both;
margin: 1.25rem 0 1.1875rem;
height: 0;
}
/* Helpful Typography Defaults */
/* line 287, ../bower_components/foundation/scss/foundation/components/_type.scss */
em,
i {
font-style: italic;
line-height: inherit;
}
/* line 293, ../bower_components/foundation/scss/foundation/components/_type.scss */
strong,
b {
font-weight: bold;
line-height: inherit;
}
/* line 299, ../bower_components/foundation/scss/foundation/components/_type.scss */
small {
font-size: 60%;
line-height: inherit;
}
/* line 304, ../bower_components/foundation/scss/foundation/components/_type.scss */
code {
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-weight: normal;
color: #333333;
background-color: #f8f8f8;
border-width: 1px;
border-style: solid;
border-color: #dfdfdf;
padding: 0.125rem 0.3125rem 0.0625rem;
}
/* Lists */
/* line 316, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
font-size: 1rem;
line-height: 1.6;
margin-bottom: 1.25rem;
list-style-position: outside;
font-family: inherit;
}
/* line 326, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul {
margin-left: 1.1rem;
}
/* line 328, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
margin-left: 0;
}
/* line 331, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
margin-left: 1.25rem;
margin-bottom: 0;
list-style: none;
}
/* Unordered Lists */
/* line 344, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
margin-left: 1.25rem;
margin-bottom: 0;
}
/* line 353, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
list-style: inherit;
}
/* line 356, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.square {
list-style-type: square;
margin-left: 1.1rem;
}
/* line 357, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.circle {
list-style-type: circle;
margin-left: 1.1rem;
}
/* line 358, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.disc {
list-style-type: disc;
margin-left: 1.1rem;
}
/* line 359, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
list-style: none;
}
/* Ordered Lists */
/* line 363, ../bower_components/foundation/scss/foundation/components/_type.scss */
ol {
margin-left: 1.4rem;
}
/* line 366, ../bower_components/foundation/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
margin-left: 1.25rem;
margin-bottom: 0;
}
/* Definition Lists */
/* line 376, ../bower_components/foundation/scss/foundation/components/_type.scss */
dl dt {
margin-bottom: 0.3rem;
font-weight: bold;
}
/* line 380, ../bower_components/foundation/scss/foundation/components/_type.scss */
dl dd {
margin-bottom: 0.75rem;
}
/* Abbreviations */
/* line 384, ../bower_components/foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
text-transform: uppercase;
font-size: 90%;
color: #222;
cursor: help;
}
/* line 391, ../bower_components/foundation/scss/foundation/components/_type.scss */
abbr {
text-transform: none;
}
/* line 393, ../bower_components/foundation/scss/foundation/components/_type.scss */
abbr[title] {
border-bottom: 1px dotted #DDDDDD;
}
/* Blockquotes */
/* line 399, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote {
margin: 0 0 1.25rem;
padding: 0.5625rem 1.25rem 0 1.1875rem;
border-left: 1px solid #DDDDDD;
}
/* line 404, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite {
display: block;
font-size: 0.8125rem;
color: #555555;
}
/* line 408, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
content: "\2014 \0020";
}
/* line 412, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
color: #555555;
}
/* line 418, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
line-height: 1.6;
color: #6f6f6f;
}
/* Microformats */
/* line 425, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard {
display: inline-block;
margin: 0 0 1.25rem 0;
border: 1px solid #DDDDDD;
padding: 0.625rem 0.75rem;
}
/* line 431, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard li {
margin: 0;
display: block;
}
/* line 435, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard .fn {
font-weight: bold;
font-size: 0.9375rem;
}
/* line 442, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vevent .summary {
font-weight: bold;
}
/* line 444, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vevent abbr {
cursor: default;
text-decoration: none;
font-weight: bold;
border: none;
padding: 0 0.0625rem;
}
@media only screen and (min-width: 40.063em) {
/* line 455, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
line-height: 1.4;
}
/* line 456, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1 {
font-size: 2.75rem;
}
/* line 457, ../bower_components/foundation/scss/foundation/components/_type.scss */
h2 {
font-size: 2.3125rem;
}
/* line 458, ../bower_components/foundation/scss/foundation/components/_type.scss */
h3 {
font-size: 1.6875rem;
}
/* line 459, ../bower_components/foundation/scss/foundation/components/_type.scss */
h4 {
font-size: 1.4375rem;
}
/* line 460, ../bower_components/foundation/scss/foundation/components/_type.scss */
h5 {
font-size: 1.125rem;
}
/* line 461, ../bower_components/foundation/scss/foundation/components/_type.scss */
h6 {
font-size: 1rem;
}
}
/* Clearing Styles */
/* line 44, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
margin-bottom: 0;
margin-left: 0;
list-style: none;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
content: " ";
display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
clear: both;
}
/* line 50, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
float: left;
margin-right: 10px;
}
/* line 55, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
margin-right: 0;
}
/* line 60, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout {
background: #333333;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 998;
}
/* line 69, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
display: block;
}
/* line 72, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-container {
position: relative;
z-index: 998;
height: 100%;
overflow: hidden;
margin: 0;
}
/* line 80, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-touch-label {
position: absolute;
top: 50%;
left: 50%;
color: #AAAAAA;
font-size: 0.6em;
}
/* line 88, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img {
height: 95%;
position: relative;
}
/* line 92, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img img {
position: absolute;
left: 50%;
top: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
max-height: 100%;
max-width: 100%;
}
/* line 111, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-caption {
color: #CCCCCC;
font-size: 0.875em;
line-height: 1.3;
margin-bottom: 0;
text-align: center;
bottom: 0;
background: #333333;
width: 100%;
padding: 10px 30px 20px;
position: absolute;
left: 0;
}
/* line 125, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close {
z-index: 999;
padding-left: 20px;
padding-top: 10px;
font-size: 30px;
line-height: 1;
color: #CCCCCC;
display: none;
}
/* line 134, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
color: #CCCCCC;
}
/* line 138, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
height: 100%;
}
/* line 139, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
display: none;
}
/* line 143, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li {
display: none;
}
/* line 145, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
display: block;
}
@media only screen and (min-width: 40.063em) {
/* line 152, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-main-prev,
.clearing-main-next {
position: absolute;
height: 100%;
width: 40px;
top: 0;
}
/* line 158, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-main-prev > span,
.clearing-main-next > span {
position: absolute;
top: 50%;
display: block;
width: 0;
height: 0;
border: solid 12px;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-main-prev > span:hover,
.clearing-main-next > span:hover {
opacity: 0.8;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-main-prev {
left: 0;
}
/* line 170, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-main-prev > span {
left: 5px;
border-color: transparent;
border-right-color: #CCCCCC;
}
/* line 176, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-main-next {
right: 0;
}
/* line 178, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-main-next > span {
border-color: transparent;
border-left-color: #CCCCCC;
}
/* line 184, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-main-prev.disabled,
.clearing-main-next.disabled {
opacity: 0.3;
}
/* line 189, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel {
background: rgba(51, 51, 51, 0.8);
height: 120px;
margin-top: 10px;
text-align: center;
}
/* line 195, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
display: inline-block;
z-index: 999;
height: 100%;
position: relative;
float: none;
}
/* line 202, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul li {
display: block;
width: 120px;
min-height: inherit;
float: left;
overflow: hidden;
margin-right: 0;
padding: 0;
position: relative;
cursor: pointer;
opacity: 0.4;
clear: none;
}
/* line 216, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul li.fix-height img {
height: 100%;
max-width: none;
}
/* line 222, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul li a.th {
border: none;
box-shadow: none;
display: block;
}
/* line 228, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul li img {
cursor: pointer !important;
width: 100% !important;
}
/* line 233, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul li.visible {
opacity: 1;
}
/* line 234, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul li:hover {
opacity: 0.8;
}
/* line 239, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .visible-img {
background: #333333;
overflow: hidden;
height: 85%;
}
/* line 246, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close {
position: absolute;
top: 10px;
right: 20px;
padding-left: 0;
padding-top: 0;
}
}
/* line 53, ../bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list {
margin: 0 auto 1.0625rem auto;
margin-left: -1.375rem;
margin-right: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
/* line 42, ../bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
list-style: none;
float: left;
margin-left: 1.375rem;
display: block;
}
/* line 47, ../bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
display: block;
}
/* line 217, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button {
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
display: inline-block;
padding-top: 1rem;
padding-right: 2rem;
padding-bottom: 1.0625rem;
padding-left: 2rem;
font-size: 1rem;
background-color: #008CBA;
border-color: #007095;
color: #FFFFFF;
-webkit-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
background-color: #007095;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
color: #FFFFFF;
}
/* line 224, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
background-color: #e7e7e7;
border-color: #b9b9b9;
color: #333333;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
background-color: #b9b9b9;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
color: #333333;
}
/* line 225, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success {
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
background-color: #368a55;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
color: #FFFFFF;
}
/* line 226, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #FFFFFF;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
background-color: #cf2a0e;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
color: #FFFFFF;
}
/* line 227, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning, .button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #FFFFFF;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
background-color: #cf6e0e;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
color: #FFFFFF;
}
/* line 228, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info, .button.info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #333333;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
background-color: #61b6d9;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
color: #FFFFFF;
}
/* line 230, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large {
padding-top: 1.125rem;
padding-right: 2.25rem;
padding-bottom: 1.1875rem;
padding-left: 2.25rem;
font-size: 1.25rem;
}
/* line 231, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small {
padding-top: 0.875rem;
padding-right: 1.75rem;
padding-bottom: 0.9375rem;
padding-left: 1.75rem;
font-size: 0.8125rem;
}
/* line 232, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
padding-top: 0.625rem;
padding-right: 1.25rem;
padding-bottom: 0.6875rem;
padding-left: 1.25rem;
font-size: 0.6875rem;
}
/* line 233, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
padding-right: 0;
padding-left: 0;
width: 100%;
}
/* line 235, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
text-align: left;
text-indent: 0.75rem;
}
/* line 236, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
text-align: right;
padding-right: 0.75rem;
}
/* line 238, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius {
border-radius: 3px;
}
/* line 239, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round {
border-radius: 1000px;
}
/* line 241, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
background-color: #008CBA;
border-color: #007095;
color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #007095;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
color: #FFFFFF;
}
/* line 179, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #008CBA;
}
/* line 242, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
background-color: #e7e7e7;
border-color: #b9b9b9;
color: #333333;
cursor: default;
opacity: 0.7;
box-shadow: none;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #b9b9b9;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
color: #333333;
}
/* line 179, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #e7e7e7;
}
/* line 243, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #368a55;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
color: #FFFFFF;
}
/* line 179, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #43AC6A;
}
/* line 244, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #cf2a0e;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
color: #FFFFFF;
}
/* line 179, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #f04124;
}
/* line 245, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #cf6e0e;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
color: #FFFFFF;
}
/* line 179, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #f08a24;
}
/* line 246, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #333333;
cursor: default;
opacity: 0.7;
box-shadow: none;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #61b6d9;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
color: #FFFFFF;
}
/* line 179, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #a0d3e8;
}
/* line 251, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button::-moz-focus-inner {
border: 0;
padding: 0;
}
@media only screen and (min-width: 40.063em) {
/* line 254, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button {
display: inline-block;
}
}
/* line 151, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group {
list-style: none;
margin: 0;
left: 0;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
content: " ";
display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.button-group:after {
clear: both;
}
/* line 154, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
margin: 0 -2px;
display: inline-block;
width: 50%;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
border-left: 0;
}
/* line 145, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
width: 100%;
}
/* line 154, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
margin: 0 -2px;
display: inline-block;
width: 33.33333%;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
border-left: 0;
}
/* line 145, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
width: 100%;
}
/* line 154, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
margin: 0 -2px;
display: inline-block;
width: 25%;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
border-left: 0;
}
/* line 145, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
width: 100%;
}
/* line 154, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
margin: 0 -2px;
display: inline-block;
width: 20%;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
border-left: 0;
}
/* line 145, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
width: 100%;
}
/* line 154, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
margin: 0 -2px;
display: inline-block;
width: 16.66667%;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
border-left: 0;
}
/* line 145, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
width: 100%;
}
/* line 154, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
margin: 0 -2px;
display: inline-block;
width: 14.28571%;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
border-left: 0;
}
/* line 145, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
width: 100%;
}
/* line 154, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
margin: 0 -2px;
display: inline-block;
width: 12.5%;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
border-left: 0;
}
/* line 145, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
width: 100%;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li {
margin: 0 -2px;
display: inline-block;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li > button, .button-group > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li:first-child button, .button-group > li:first-child .button {
border-left: 0;
}
/* line 160, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0;
float: none;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
border-left: 0;
}
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button {
width: 100%;
}
/* line 78, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
border-top: 0;
}
/* line 164, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li {
margin: 0 -2px;
display: inline-block;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
border-left: 0;
}
@media only screen and (max-width: 40em) {
/* line 164, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
border-left: 0;
}
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li > button {
width: 100%;
}
/* line 78, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
border-top: 0;
}
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * {
margin: 0 -2px;
display: inline-block;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * > button, .button-group.radius > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
border-left: 0;
}
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
border-radius: 0;
}
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
border-left: 0;
}
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button {
width: 100%;
}
/* line 78, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
border-top: 0;
}
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
border-radius: 0;
}
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
-webkit-top-left-radius: 3px;
-webkit-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
-webkit-bottom-left-radius: 3px;
-webkit-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
@media only screen and (min-width: 40.063em) {
/* line 174, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > * {
margin: 0 -2px;
display: inline-block;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
border-left: 0;
}
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
border-radius: 0;
}
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
}
@media only screen and (max-width: 40em) {
/* line 174, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
border-left: 0;
}
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > * > button {
width: 100%;
}
/* line 78, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
border-top: 0;
}
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
border-radius: 0;
}
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
-webkit-top-left-radius: 3px;
-webkit-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
-webkit-bottom-left-radius: 3px;
-webkit-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
}
/* line 183, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * {
margin: 0 -2px;
display: inline-block;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * > button, .button-group.round > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
border-left: 0;
}
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
border-radius: 0;
}
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px;
}
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px;
}
/* line 184, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
border-left: 0;
}
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button {
width: 100%;
}
/* line 78, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
border-top: 0;
}
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
border-radius: 0;
}
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
-webkit-top-left-radius: 1rem;
-webkit-top-right-radius: 1rem;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
}
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
-webkit-bottom-left-radius: 1rem;
-webkit-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
}
@media only screen and (min-width: 40.063em) {
/* line 185, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > * {
margin: 0 -2px;
display: inline-block;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
border-left: 0;
}
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
border-radius: 0;
}
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px;
}
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px;
}
}
@media only screen and (max-width: 40em) {
/* line 185, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
border-left: 0;
}
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > * > button {
width: 100%;
}
/* line 78, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
border-top: 0;
}
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
border-radius: 0;
}
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
-webkit-top-left-radius: 1rem;
-webkit-top-right-radius: 1rem;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
}
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
-webkit-bottom-left-radius: 1rem;
-webkit-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
}
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
content: " ";
display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.button-bar:after {
clear: both;
}
/* line 197, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
float: left;
margin-right: 0.625rem;
}
/* line 32, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
overflow: hidden;
}
/*
* www.g-u-i.net
*/
/* line 3, ../scss/fonts.scss */
body {
font-size: 16px;
font-family: "Ubuntu", Arial, "MS Trebuchet", sans-serif;
font-weight: 500;
font-style: normal;
line-height: 1.3;
}
/* line 5, ../scss/fonts.scss */
a {
color: #007BC2;
text-decoration: none;
}
/* line 7, ../scss/fonts.scss */
h1 {
font-size: 1.6em;
}
/* line 8, ../scss/fonts.scss */
h2 {
font-size: 1.5em;
}
/* line 9, ../scss/fonts.scss */
h3 {
font-size: 1.4em;
}
/* line 10, ../scss/fonts.scss */
h4 {
font-size: 1.3em;
}
/* line 11, ../scss/fonts.scss */
h5 {
font-size: 1.2em;
}
/* line 12, ../scss/fonts.scss */
h6 {
font-size: 1.1em;
}
/* line 14, ../scss/fonts.scss */
input, button, select, textarea {
font-family: "Ubuntu", Arial, "MS Trebuchet", sans-serif;
font-weight: 500;
font-style: normal;
}
/* line 21, ../scss/fonts.scss */
#footer #footer-bottom {
text-align: center;
}
/* line 22, ../scss/fonts.scss */
#footer #footer-bottom .block {
font-size: 8px;
}
/** RESPONSIVE break points */
/* 0, 480px */
/* 481px, 768px */
/* 769px, 980px */
/* 981px, 1200px */
/* 1201px, ... */
/* line 66, ../scss/layout.scss */
* {
box-sizing: content-box;
}
/* line 68, ../scss/layout.scss */
*:before, *:after {
box-sizing: content-box;
}
/* line 79, ../scss/layout.scss */
body {
overflow-y: scroll;
top: 0;
}
/* line 83, ../scss/layout.scss */
h1, h2, h3, h4, h5, h6 {
font-family: inherit;
}
/* line 87, ../scss/layout.scss */
h1 {
font-weight: bold;
}
/* line 91, ../scss/layout.scss */
figure {
margin: 0;
}
/* line 95, ../scss/layout.scss */
input[type="checkbox"] + label {
margin: 0;
}
/* line 99, ../scss/layout.scss */
p {
font-family: inherit;
font-weight: inherit;
font-size: inherit;
line-height: inherit;
margin-bottom: inherit;
}
/* line 107, ../scss/layout.scss */
a {
font-size: inherit;
}
/* line 111, ../scss/layout.scss */
.column, .columns {
padding: inherit;
float: inherit;
}
/** NIVEAU 0 */
/* line 119, ../scss/layout.scss */
#root {
min-width: 320px;
}
/* line 122, ../scss/layout.scss */
.ie8 #root {
min-width: 1024px;
}
/** NIVEAU 1 */
/* line 126, ../scss/layout.scss */
#container {
margin: 0 auto;
position: relative;
-webkit-transition: padding-top 0.5s ease-out, 1s, ease-out;
transition: padding-top 0.5s ease-out, 1s, ease-out;
}
/** NIVEAU 2 */
/* line 135, ../scss/layout.scss */
#header {
z-index: 1000;
width: 96%;
padding-left: 2%;
padding-right: 2%;
}
@media only screen and (min-width: 40.063em) {
/* line 135, ../scss/layout.scss */
#header {
position: fixed;
top: 0;
margin: 0 auto;
background-color: #fff;
min-width: 310.4px;
}
}
/* line 141, ../scss/layout.scss */
.editmenu-enabled #header {
margin-top: 30px;
}
/* line 142, ../scss/layout.scss */
.admin-menu #header {
margin-top: 35px;
}
/* line 145, ../scss/layout.scss */
#utilities {
z-index: 999;
background-color: #fff;
width: 96%;
padding-left: 2%;
padding-right: 2%;
}
@media only screen and (min-width: 40.063em) {
/* line 147, ../scss/layout.scss */
html.no-touch #utilities {
position: fixed;
top: 0;
margin: 0 auto;
min-width: 310.4px;
margin-top: 60px;
}
/* line 151, ../scss/layout.scss */
html.no-touch .editmenu-enabled #utilities {
margin-top: 80px;
}
/* line 152, ../scss/layout.scss */
html.no-touch .admin-menu #utilities {
margin-top: 85px;
}
}
@media only screen and (max-width: 40em) {
/* line 155, ../scss/layout.scss */
#utilities > .region {
padding-top: 5px;
padding-bottom: 5px;
}
}
/* line 163, ../scss/layout.scss */
#main {
width: 96%;
padding-left: 2%;
padding-right: 2%;
overflow-x: hidden;
}
/* line 165, ../scss/layout.scss */
#footer {
width: 96%;
padding-left: 2%;
padding-right: 2%;
}
/** NIVEAU 3 */
/** NIVEAU 4 */
/* line 179, ../scss/layout.scss */
#center {
padding: 5px;
}
/** Z-INDEX */
/* line 182, ../scss/layout.scss */
#block-feedback-form {
z-index: 1001;
}
/* line 183, ../scss/layout.scss */
#admin-menu {
z-index: 1002;
}
/* line 184, ../scss/layout.scss */
#admin-toolbar {
z-index: 1003;
}
/* line 87, ../scss/styles.scss */
.op-visible {
visibility: visible;
}
/* line 89, ../scss/styles.scss */
.csstransitions .op-visible {
opacity: 1;
-webkit-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
/* line 94, ../scss/styles.scss */
.op-hidden {
visibility: hidden;
}
/* line 96, ../scss/styles.scss */
.op-hidden > * {
margin-top: -100000px;
}
/* line 99, ../scss/styles.scss */
.csstransition .op-hidden {
opacity: 0;
-webkit-transition: visibility 0s 0.3s;
transition: visibility 0s 0.3s;
}
/* line 102, ../scss/styles.scss */
.csstransition .op-hidden > * {
-webkit-transition: margin-top 0s 0.3s;
transition: margin-top 0s 0.3s;
}
/** colomnized() */
/*
__ ___________ ____ __________
/ / / / ____/ | / __ \/ ____/ __ \
/ /_/ / __/ / /| | / / / / __/ / /_/ /
/ __ / /___/ ___ |/ /_/ / /___/ _, _/
/_/ /_/_____/_/ |_/_____/_____/_/ |_|
*/
/* line 201, ../scss/styles.scss */
#header {
padding-top: 5px;
padding-bottom: 10px;
height: 45px;
}
/* line 208, ../scss/styles.scss */
#header a, #header a:active, #header a:visited {
color: #000;
}
/* line 212, ../scss/styles.scss */
#header .logo {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
/* line 215, ../scss/styles.scss */
#header .logo h1 {
margin: 0;
font-size: 36px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: baseline;
position: relative;
line-height: 1.25;
}
/* line 219, ../scss/styles.scss */
#header .logo h1 a:hover {
text-decoration: none;
}
/* line 221, ../scss/styles.scss */
#header .logo span.beta {
line-height: 1;
letter-spacing: 0.1em;
color: #00007a;
font-size: 12px;
position: absolute;
left: 0;
padding-left: 0;
margin-left: 0;
}
/* line 227, ../scss/styles.scss */
#header .logo span.slogan {
font-size: 14px;
margin-top: -3px;
margin-left: -0.5em;
font-weight: 900;
}
@media only screen and (max-width: 40em) {
/* line 227, ../scss/styles.scss */
#header .logo span.slogan {
display: none;
}
}
/* line 233, ../scss/styles.scss */
.ie8 #header .logo span.slogan {
position: absolute;
margin-top: 22px;
}
/* line 237, ../scss/styles.scss */
#header #header-blocks {
padding-top: 17px;
float: right;
text-align: right;
text-transform: capitalize;
}
/* line 244, ../scss/styles.scss */
#header #header-blocks > .region {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
padding-right: 1em;
margin-right: 1em;
border-right: 1px solid #707070;
}
@media only screen and (max-width: 40em) {
/* line 244, ../scss/styles.scss */
#header #header-blocks > .region {
padding-right: 0.3em;
margin-right: 0.3em;
}
}
/* line 249, ../scss/styles.scss */
#header #header-blocks > .region:last-child {
border: none;
padding: 0;
margin: 0;
}
/* line 252, ../scss/styles.scss */
#header #header-blocks .block {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
}
/* line 254, ../scss/styles.scss */
#header #header-blocks .block h2 {
font-size: 12px;
margin: 0;
line-height: 1.2;
font-weight: normal;
}
/* line 257, ../scss/styles.scss */
#header #header-blocks .block:not(:last-child) {
padding-right: 0.8em;
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
/* line 257, ../scss/styles.scss */
#header #header-blocks .block:not(:last-child) {
padding-right: 0.3em;
}
}
/* line 263, ../scss/styles.scss */
#header #header-blocks #block-user-login {
font-size: 12px;
text-align: left;
position: relative;
}
/* line 266, ../scss/styles.scss */
#header #header-blocks #block-user-login h2 {
padding-right: 5px;
}
/* line 269, ../scss/styles.scss */
#header #header-blocks #block-user-login h2 i {
vertical-align: text-bottom;
margin: 0 2px 2px 0;
}
/* line 271, ../scss/styles.scss */
#header #header-blocks #block-user-login form#user-login-form {
position: absolute;
overflow: hidden;
right: 0;
margin: 0;
height: 0;
-webkit-transition: height 0.3s ease-out;
transition: height 0.3s ease-out;
}
/* line 275, ../scss/styles.scss */
#header #header-blocks #block-user-login form#user-login-form > div {
padding: 5px;
margin: 5px;
background-color: #e6e6e6;
border-radius: 5px;
background-clip: padding-box;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
/* line 279, ../scss/styles.scss */
#header #header-blocks #block-user-login form#user-login-form .form-item {
margin: 0;
padding-bottom: 5px;
}
/* line 280, ../scss/styles.scss */
#header #header-blocks #block-user-login form#user-login-form label, #header #header-blocks #block-user-login form#user-login-form input {
margin: 0;
font-size: 10px;
}
/* line 285, ../scss/styles.scss */
#header #header-blocks #block-user-login form#user-login-form input.form-text {
width: 150px;
}
/* line 287, ../scss/styles.scss */
#header #header-blocks #block-user-login form#user-login-form #edit-actions {
margin: 5px 0;
padding: 0;
background-color: transparent;
text-align: right;
}
/* line 289, ../scss/styles.scss */
#header #header-blocks #block-user-login form#user-login-form #edit-actions input.form-submit {
font-size: 12px;
padding: 10px;
}
/* line 294, ../scss/styles.scss */
#header #header-blocks #block-user-login form#user-login-form div.newpass a {
font-size: 12px;
color: #686868;
}
/* line 305, ../scss/styles.scss */
html.no-touch #header #header-blocks #block-user-login:hover form#user-login-form, #header #header-blocks #block-user-login.hovered form#user-login-form {
height: 300px;
z-index: 1000;
}
@media only screen and (max-width: 40em) {
/* line 314, ../scss/styles.scss */
#header #header-blocks #block-user-login span.login {
display: none;
}
}
/* line 318, ../scss/styles.scss */
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav {
position: relative;
}
/* line 320, ../scss/styles.scss */
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 {
margin: 0;
font-size: 12px;
line-height: 1.1;
}
/* line 325, ../scss/styles.scss */
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists {
position: absolute;
z-index: 20;
background-color: rgba(255, 255, 255, 0.9);
min-width: 100%;
margin: 0 0 0 -5px;
border-radius: 3px;
background-clip: padding-box;
box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}
/* line 328, ../scss/styles.scss */
.ie8 #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists {
background: #FFF;
}
/* line 329, ../scss/styles.scss */
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists ul {
margin: 0;
}
/* line 330, ../scss/styles.scss */
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li {
list-style: none;
font-size: 12px;
font-weight: 700;
padding: 0 10px;
text-align: left;
width: 200px;
height: 0;
overflow: hidden;
-webkit-transition: height 0.3s ease-out;
transition: height 0.3s ease-out;
}
/* line 337, ../scss/styles.scss */
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li a, #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li span.preview {
white-space: nowrap;
cursor: pointer;
}
/* line 338, ../scss/styles.scss */
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li a.open-list {
max-width: 150px;
}
/* line 339, ../scss/styles.scss */
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li span.count {
font-weight: 300;
padding: 0 5px;
}
/* line 342, ../scss/styles.scss */
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li span.preview, #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li a.edit-list {
padding-right: 5px;
}
/* line 345, ../scss/styles.scss */
.no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) span.preview, .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) a.edit-list {
visibility: hidden;
}
/* line 118, ../scss/styles.scss */
.no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) span.preview > *, .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) a.edit-list > * {
margin-top: -100000px;
}
/* line 121, ../scss/styles.scss */
.csstransition .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) span.preview, .csstransition .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) a.edit-list {
opacity: 0;
-webkit-transition: visibility 0s 0.3s;
transition: visibility 0s 0.3s;
}
/* line 124, ../scss/styles.scss */
.csstransition .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) span.preview > *, .csstransition .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) a.edit-list > * {
-webkit-transition: margin-top 0s 0.3s;
transition: margin-top 0s 0.3s;
}
/* line 352, ../scss/styles.scss */
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav:hover section.mylists {
padding-bottom: 5px;
}
/* line 354, ../scss/styles.scss */
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav:hover section.mylists li {
height: 15px;
padding: 3px 10px;
}
/* line 359, ../scss/styles.scss */
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 i {
vertical-align: text-bottom;
margin: 0 2px 2px 0;
}
@media only screen and (max-width: 40em) {
/* line 361, ../scss/styles.scss */
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 span.menu-title {
display: none;
}
}
/* line 365, ../scss/styles.scss */
#header #header-blocks #block-ajax-register-ajax-register-block {
font-size: 12px;
text-transform: lowercase;
}
/* line 370, ../scss/styles.scss */
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in {
font-size: 12px;
}
/* line 372, ../scss/styles.scss */
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in i {
vertical-align: text-bottom;
margin: 0 5px 1px 0;
}
/* line 376, ../scss/styles.scss */
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.account {
text-transform: lowercase;
}
/* line 377, ../scss/styles.scss */
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.logout {
display: none;
margin-left: 5px;
}
/* line 378, ../scss/styles.scss */
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in .fi-power {
margin: 0 0.5em 0 0.5em;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
/* line 379, ../scss/styles.scss */
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in .fi-power {
display: none;
}
}
@media only screen and (min-width: 40.063em) {
/* line 380, ../scss/styles.scss */
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.logout {
display: none;
}
}
@media only screen and (max-width: 40em) {
/* line 382, ../scss/styles.scss */
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.account {
display: none;
}
}
/* line 386, ../scss/styles.scss */
#header #header-blocks #headerblock-right .block {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
padding: 0;
}
/* line 388, ../scss/styles.scss */
#header #header-blocks #headerblock-right .block:first-child {
padding: 0;
}
/* line 392, ../scss/styles.scss */
#header #header-blocks #block-locale-language {
margin-left: 1em;
}
/* line 395, ../scss/styles.scss */
#header #header-blocks #block-locale-language ul, #header #header-blocks #block-locale-language li {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px;
line-height: 1;
}
/* line 399, ../scss/styles.scss */
#header #header-blocks #block-locale-language ul.active, #header #header-blocks #block-locale-language li.active {
display: none;
}
/* line 401, ../scss/styles.scss */
.ie8 #header #header-blocks #block-locale-language {
padding-top: 5px;
}
/* line 429, ../scss/styles.scss */
.ie8 #header #header-blocks #block-menu-menu-top-menu h2 {
display: none;
}
/* line 430, ../scss/styles.scss */
#header #header-blocks #block-menu-menu-top-menu h2 i {
vertical-align: text-bottom;
margin: 0 0 2px 0;
}
/* line 433, ../scss/styles.scss */
#header #header-blocks #block-menu-menu-top-menu ul.menu, #header #header-blocks #block-menu-menu-top-menu li {
font-size: 12px;
list-style: none;
}
/* line 436, ../scss/styles.scss */
.ie8 #header #header-blocks #block-menu-menu-top-menu ul.menu, .ie8 #header #header-blocks #block-menu-menu-top-menu li {
display: inline;
}
@media only screen and (min-width: 40.063em) {
/* line 440, ../scss/styles.scss */
#header #header-blocks #block-menu-menu-top-menu h2 {
display: none;
}
/* line 441, ../scss/styles.scss */
#header #header-blocks #block-menu-menu-top-menu ul.menu, #header #header-blocks #block-menu-menu-top-menu li {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
padding: 0;
margin: 0;
}
/* line 445, ../scss/styles.scss */
#header #header-blocks #block-menu-menu-top-menu a {
padding: 0 0.5em 0 0;
}
}
@media only screen and (max-width: 40em) {
/* line 427, ../scss/styles.scss */
#header #header-blocks #block-menu-menu-top-menu {
position: relative;
}
/* line 451, ../scss/styles.scss */
#header #header-blocks #block-menu-menu-top-menu h2 .menu-title {
display: none;
}
/* line 452, ../scss/styles.scss */
#header #header-blocks #block-menu-menu-top-menu .menu-wrapper {
position: absolute;
width: 150px;
display: none;
right: 0;
padding-top: 5px;
}
/* line 454, ../scss/styles.scss */
#header #header-blocks #block-menu-menu-top-menu .menu-wrapper ul.menu {
background-color: #e6e6e6;
border-radius: 5px;
background-clip: padding-box;
padding: 0 5px 5px 5px;
margin: 0;
text-align: right;
}
/* line 457, ../scss/styles.scss */
#header #header-blocks #block-menu-menu-top-menu .menu-wrapper ul.menu li {
height: 0;
overflow: hidden;
-webkit-transition: height 0.3s ease-out;
transition: height 0.3s ease-out;
}
/* line 461, ../scss/styles.scss */
#header #header-blocks #block-menu-menu-top-menu .menu-wrapper ul.menu li a {
display: block;
width: 100%;
padding: 2px 5px;
font-size: 12px;
}
/* line 467, ../scss/styles.scss */
html.no-touch #header #header-blocks #block-menu-menu-top-menu:hover, #header #header-blocks #block-menu-menu-top-menu.hovered {
z-index: 1000;
}
/* line 469, ../scss/styles.scss */
html.no-touch #header #header-blocks #block-menu-menu-top-menu:hover .menu-wrapper, #header #header-blocks #block-menu-menu-top-menu.hovered .menu-wrapper {
display: block;
}
/* line 471, ../scss/styles.scss */
html.no-touch #header #header-blocks #block-menu-menu-top-menu:hover .menu-wrapper ul.menu li, #header #header-blocks #block-menu-menu-top-menu.hovered .menu-wrapper ul.menu li {
height: 25px;
}
}
/* line 478, ../scss/styles.scss */
#header #header-blocks #block-materio-user-old-database-link a {
font-size: 12px;
}
/* line 484, ../scss/styles.scss */
#header #header-blocks #block-materio-user-front-link a {
font-size: 12px;
}
/* line 487, ../scss/styles.scss */
#header #header-blocks #block-materio-user-front-link i {
vertical-align: text-bottom;
margin: 0 2px 2px 0;
}
/* line 488, ../scss/styles.scss */
#header #header-blocks #block-materio-user-front-link span.text {
display: none;
}
/* line 493, ../scss/styles.scss */
#utilities {
margin-top: 60px;
}
/* line 495, ../scss/styles.scss */
.not-logged-in #utilities {
overflow: hidden;
}
/* line 497, ../scss/styles.scss */
#utilities.closed {
height: 0;
}
/* line 498, ../scss/styles.scss */
#utilities.closed .tabs, #utilities.closed .node-didactique {
display: none;
}
@media only screen and (max-width: 40em) {
/* line 493, ../scss/styles.scss */
#utilities {
margin-top: 0;
}
}
/*
__ _ __ ___ __ __ __
/ /_ (_)___ _/ /_ / (_)___ _/ /_ / /____ ____/ /
/ __ \/ / __ `/ __ \/ / / __ `/ __ \/ __/ _ \/ __ /
/ / / / / /_/ / / / / / / /_/ / / / / /_/ __/ /_/ /
/_/ /_/_/\__, /_/ /_/_/_/\__, /_/ /_/\__/\___/\__,_/
/____/ /____/
*/
/* line 512, ../scss/styles.scss */
#highlighted {
border-radius: 5px;
background-clip: padding-box;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
padding: 0.5em;
position: relative;
}
@media only screen and (min-width: 40.063em) {
/* line 512, ../scss/styles.scss */
#highlighted {
margin: 20px 0 6px;
}
/* line 522, ../scss/styles.scss */
#highlighted .block {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: top;
}
/* line 523, ../scss/styles.scss */
#highlighted .block-materio-didactique {
width: 65%;
}
/* line 525, ../scss/styles.scss */
#highlighted .block-materio-didactique .side {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: top;
position: relative;
}
/* line 529, ../scss/styles.scss */
#highlighted .block-materio-didactique .group-sideleft {
width: 65%;
}
/* line 530, ../scss/styles.scss */
#highlighted .block-materio-didactique .group-sideright {
width: 30%;
}
/* line 532, ../scss/styles.scss */
#highlighted .block-materio-didactique .field-name-title-field {
font-size: 24px;
}
/* line 536, ../scss/styles.scss */
#highlighted .block-materio-didactique .node.emvideo .group-sideleft, #highlighted .block-materio-didactique .node.emvideo .group-sideright {
width: 47%;
}
/* line 537, ../scss/styles.scss */
#highlighted .block-materio-didactique .node.emvideo .group-sideleft {
margin-right: 2%;
}
/* line 542, ../scss/styles.scss */
#highlighted #block-materio-user-user-register {
width: 30%;
padding: 5px;
height: 290px;
}
}
@media only screen {
/* line 549, ../scss/styles.scss */
#highlighted .block-materio-didactique .side {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: top;
}
}
@media only screen and (max-width: 40em) {
/* line 512, ../scss/styles.scss */
#highlighted {
margin: 10px 0 6px;
}
/* line 556, ../scss/styles.scss */
#highlighted .block-materio-didactique .group-sideleft, #highlighted .block-materio-didactique .group-sideright {
width: 100%;
}
/* line 559, ../scss/styles.scss */
#highlighted .block-materio-didactique .node-didactique .field-name-title-field {
font-size: 20px;
font-weight: normal !important;
}
/* line 563, ../scss/styles.scss */
#highlighted .block-materio-didactique .node-didactique .field-name-title-field:after {
content: "\a0\f10b";
font-family: "foundation-icons";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
display: inline-block;
text-decoration: inherit;
font-size: 16px;
}
/* line 579, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .node-didactique {
height: auto;
height: 30px;
overflow: hidden;
}
/* line 582, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .node-didactique.opened {
height: auto;
}
}
/* line 596, ../scss/styles.scss */
.oldie #highlighted .block {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
/* line 601, ../scss/styles.scss */
#highlighted .block-materio-didactique .node-didactique {
font-size: 14px;
background-color: #fff;
margin: 0 auto;
}
/* line 607, ../scss/styles.scss */
#highlighted .block-materio-didactique .node-didactique .side {
position: relative;
}
/* line 609, ../scss/styles.scss */
#highlighted .block-materio-didactique .node-didactique .field-name-title-field {
font-weight: 900;
font-style: italic;
padding: 5px 0;
}
/* line 614, ../scss/styles.scss */
#highlighted .block-materio-didactique .node-didactique .field-name-field-visuel {
text-align: center;
}
/* line 616, ../scss/styles.scss */
#highlighted .block-materio-didactique .node-didactique .field-name-field-visuel figure, #highlighted .block-materio-didactique .node-didactique .field-name-field-visuel img {
display: inline;
}
/* line 619, ../scss/styles.scss */
#highlighted .block-materio-didactique .node-didactique.emvideo .field-name-field-visuel {
display: none;
}
/* line 627, ../scss/styles.scss */
.ie8 #highlighted .block-materio-didactique .node-didactique .player {
display: none;
}
/* line 633, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique {
position: relative;
overflow: hidden;
}
/* line 636, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .slides {
height: 270px;
margin: 0;
position: relative;
width: 100%;
overflow: hidden;
}
/* line 638, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .slides .node-didactique {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
/* line 639, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .slides .field-name-title-field {
height: 30px;
}
/* line 640, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper {
height: 240px;
}
/* line 642, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .side {
height: 100%;
}
@media only screen and (max-width: 40em) {
/* line 643, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
width: 290px;
height: 163.125px;
}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
/* line 643, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
width: 216px;
height: 121.5px;
}
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
/* line 643, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
width: 216px;
height: 121.5px;
}
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
/* line 643, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
width: 280px;
height: 157.5px;
}
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
/* line 643, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
width: 340px;
height: 191.25px;
}
}
/* line 650, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo * {
height: 100%;
width: 100%;
}
/* line 654, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .tabs {
height: 30px;
margin: 0;
text-align: left;
}
/* line 656, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .tabs > * {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: top;
padding: 5px 10px;
font-size: 12px;
cursor: pointer;
color: #bfbfbf;
}
/* line 658, ../scss/styles.scss */
html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlighted .block-materio-didactique .tabs > *:focus, html.js #highlighted .block-materio-didactique .tabs > *.active {
color: #3f3f3f;
}
/*
__ __ __ _ __
/ /_ / /___ _____/ /__ ________ ____ _(_)____/ /____ _____
/ __ \/ / __ \/ ___/ //_/ / ___/ _ \/ __ `/ / ___/ __/ _ \/ ___/
/ /_/ / / /_/ / /__/ ,< / / / __/ /_/ / (__ ) /_/ __/ /
/_.___/_/\____/\___/_/|_| /_/ \___/\__, /_/____/\__/\___/_/
/____/
*/
/* line 673, ../scss/styles.scss */
#block-materio-user-user-register, #block-materio-user-user-createaccount {
min-height: 120px;
padding: 5px;
background: transparent url("../img/register-block.png") no-repeat 100% 90%;
}
/* line 676, ../scss/styles.scss */
.ie8 #block-materio-user-user-register, .ie8 #block-materio-user-user-createaccount {
max-width: 250px;
float: right;
background-image: none;
}
/* line 679, ../scss/styles.scss */
#block-materio-user-user-register h2, #block-materio-user-user-register h3, #block-materio-user-user-createaccount h2, #block-materio-user-user-createaccount h3 {
font-weight: 900;
font-style: italic;
padding: 5px 0;
margin: 0;
line-height: 1;
background-color: #fff;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
min-width: 50%;
}
/* line 680, ../scss/styles.scss */
#block-materio-user-user-register h2, #block-materio-user-user-createaccount h2 {
font-size: 24px;
}
/* line 680, ../scss/styles.scss */
#block-materio-user-user-register h3, #block-materio-user-user-createaccount h3 {
font-size: 16px;
}
/* line 682, ../scss/styles.scss */
#block-materio-user-user-register form, #block-materio-user-user-createaccount form {
margin: 0;
background-color: rgba(255, 255, 255, 0.7);
padding-bottom: 5px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
/* line 684, ../scss/styles.scss */
#block-materio-user-user-register .form-item, #block-materio-user-user-register .form-wrapper, #block-materio-user-user-createaccount .form-item, #block-materio-user-user-createaccount .form-wrapper {
margin: 0;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
position: relative;
}
/* line 688, ../scss/styles.scss */
#block-materio-user-user-register #edit-account, #block-materio-user-user-createaccount #edit-account {
margin-right: 5px;
}
/* line 690, ../scss/styles.scss */
#block-materio-user-user-register input.form-text, #block-materio-user-user-createaccount input.form-text {
font-size: 12px;
border-radius: 5px;
background-clip: padding-box;
margin-bottom: 4px;
}
/* line 690, ../scss/styles.scss */
.ie8 #block-materio-user-user-register input.form-text, .ie8 #block-materio-user-user-createaccount input.form-text {
margin-right: 5px;
}
/* line 691, ../scss/styles.scss */
#block-materio-user-user-register .form-item-mail input.form-text, #block-materio-user-user-register .form-item-name input.form-text, #block-materio-user-user-createaccount .form-item-mail input.form-text, #block-materio-user-user-createaccount .form-item-name input.form-text {
width: 11em;
}
/* line 692, ../scss/styles.scss */
#block-materio-user-user-register .form-item-pass input.form-text, #block-materio-user-user-createaccount .form-item-pass input.form-text {
width: 7em;
}
/* line 694, ../scss/styles.scss */
#block-materio-user-user-register #edit-mail-check, #block-materio-user-user-createaccount #edit-mail-check {
position: absolute;
bottom: 100%;
z-index: 9999;
background-image: none;
height: auto;
padding: 5px;
border-radius: 5px;
background-clip: padding-box;
margin-bottom: 10px;
font-size: 10px;
background-color: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
-webkit-transition: bottom 0.1s ease-out;
transition: bottom 0.1s ease-out;
}
/* line 702, ../scss/styles.scss */
#block-materio-user-user-register #edit-mail-check.error, #block-materio-user-user-createaccount #edit-mail-check.error {
background-color: #f3968d;
color: #fff;
}
/* line 708, ../scss/styles.scss */
#block-materio-user-user-register #edit-mail-check.ok, #block-materio-user-user-createaccount #edit-mail-check.ok {
display: none;
}
/* line 711, ../scss/styles.scss */
#block-materio-user-user-register .form-submit, #block-materio-user-user-createaccount .form-submit {
font-size: 16px;
padding: 0.1em 0.6em 0.2em;
border-radius: 0.3em;
background-clip: padding-box;
font-weight: bold;
margin-bottom: 4px;
}
/* line 718, ../scss/styles.scss */
#block-materio-user-user-register .form-item-termsofservices, #block-materio-user-user-register #edit-field-newsletter, #block-materio-user-user-createaccount .form-item-termsofservices, #block-materio-user-user-createaccount #edit-field-newsletter {
margin-bottom: 0;
display: block;
line-height: 1;
}
/* line 720, ../scss/styles.scss */
#block-materio-user-user-register .form-item-termsofservices > *, #block-materio-user-user-register #edit-field-newsletter > *, #block-materio-user-user-createaccount .form-item-termsofservices > *, #block-materio-user-user-createaccount #edit-field-newsletter > * {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
margin: 0;
}
/* line 721, ../scss/styles.scss */
#block-materio-user-user-register .form-item-termsofservices label, #block-materio-user-user-register #edit-field-newsletter label, #block-materio-user-user-createaccount .form-item-termsofservices label, #block-materio-user-user-createaccount #edit-field-newsletter label {
font-size: 10px;
background-color: #fff;
border-radius: 3px;
background-clip: padding-box;
}
/* line 725, ../scss/styles.scss */
#block-materio-user-user-register #user-register-form .form-submit, #block-materio-user-user-createaccount #user-register-form .form-submit {
border: 2px solid #69CDCF;
background-color: #69CDCF;
color: #fff;
cursor: pointer;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-transition: text-shadow 0.2s ease-out;
transition: text-shadow 0.2s ease-out;
}
/* line 66, ../scss/styles.scss */
#block-materio-user-user-register #user-register-form .form-submit:hover, #block-materio-user-user-register #user-register-form .form-submit:focus, #block-materio-user-user-createaccount #user-register-form .form-submit:hover, #block-materio-user-user-createaccount #user-register-form .form-submit:focus {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/* line 69, ../scss/styles.scss */
#block-materio-user-user-register #user-register-form .form-submit:active, #block-materio-user-user-createaccount #user-register-form .form-submit:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/* line 728, ../scss/styles.scss */
#block-materio-user-user-register #user-register-form .form-submit[disabled], #block-materio-user-user-createaccount #user-register-form .form-submit[disabled] {
background-color: #ddd;
border: 2px solid #ddd;
}
/* line 735, ../scss/styles.scss */
#block-materio-user-user-register #user-login .form-submit, #block-materio-user-user-createaccount #user-login .form-submit {
border: 2px solid #E6DE1C;
background-color: #E6DE1C;
color: #fff;
cursor: pointer;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-transition: text-shadow 0.2s ease-out;
transition: text-shadow 0.2s ease-out;
}
/* line 66, ../scss/styles.scss */
#block-materio-user-user-register #user-login .form-submit:hover, #block-materio-user-user-register #user-login .form-submit:focus, #block-materio-user-user-createaccount #user-login .form-submit:hover, #block-materio-user-user-createaccount #user-login .form-submit:focus {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/* line 69, ../scss/styles.scss */
#block-materio-user-user-register #user-login .form-submit:active, #block-materio-user-user-createaccount #user-login .form-submit:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/* line 741, ../scss/styles.scss */
#block-materio-user-user-register #edit-simplenews, #block-materio-user-user-createaccount #edit-simplenews {
padding-top: 0.5em;
}
/* line 743, ../scss/styles.scss */
#block-materio-user-user-register #edit-simplenews .fieldset-description, #block-materio-user-user-createaccount #edit-simplenews .fieldset-description {
font-size: 12px;
}
/* line 747, ../scss/styles.scss */
#block-materio-user-user-register #edit-simplenews .form-checkboxes .form-item, #block-materio-user-user-createaccount #edit-simplenews .form-checkboxes .form-item {
display: block;
}
/* line 749, ../scss/styles.scss */
#block-materio-user-user-register #edit-simplenews .form-checkboxes .form-item label, #block-materio-user-user-createaccount #edit-simplenews .form-checkboxes .form-item label {
font-size: 12px;
}
/* line 754, ../scss/styles.scss */
#block-materio-user-user-register a.join, #block-materio-user-user-createaccount a.join {
display: block;
width: 5em;
font-size: 16px;
padding: 0.1em 0.3em 0.2em;
border-radius: 0.3em;
background-clip: padding-box;
font-weight: bold;
border: 2px solid #69CDCF;
background-color: #69CDCF;
color: #fff;
cursor: pointer;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-transition: text-shadow 0.2s ease-out;
transition: text-shadow 0.2s ease-out;
text-align: center;
text-decoration: none;
}
/* line 66, ../scss/styles.scss */
#block-materio-user-user-register a.join:hover, #block-materio-user-user-register a.join:focus, #block-materio-user-user-createaccount a.join:hover, #block-materio-user-user-createaccount a.join:focus {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/* line 69, ../scss/styles.scss */
#block-materio-user-user-register a.join:active, #block-materio-user-user-createaccount a.join:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 40em) {
/* line 673, ../scss/styles.scss */
#block-materio-user-user-register, #block-materio-user-user-createaccount {
background-position: 160% 50%;
min-height: 60px;
padding: 15px 0;
}
/* line 768, ../scss/styles.scss */
#block-materio-user-user-register .form-item-mail input.form-text, #block-materio-user-user-register .form-item-name input.form-text, #block-materio-user-user-createaccount .form-item-mail input.form-text, #block-materio-user-user-createaccount .form-item-name input.form-text {
width: 7em;
}
}
/* line 773, ../scss/styles.scss */
#block-materio-user-user-register .message-error, #block-materio-user-user-createaccount .message-error {
color: #b94a48;
font-size: 12px;
}
/* line 777, ../scss/styles.scss */
.modal-content #block-materio-user-user-register, .modal-content #block-materio-user-user-createaccount {
padding: 0.5em 0.5em 5em 0.5em;
width: 400px;
background-color: #fff;
padding: 5px;
border-radius: 5px;
background-clip: padding-box;
}
/* line 787, ../scss/styles.scss */
.modal-content #block-materio-user-user-register #user-register-form div.homepage-textfield, .modal-content #block-materio-user-user-createaccount #user-register-form div.homepage-textfield {
display: none;
}
/* line 789, ../scss/styles.scss */
.modal-content #block-materio-user-user-register #user-register-form .description, .modal-content #block-materio-user-user-createaccount #user-register-form .description {
font-size: 12px;
}
/*
__ __ __
_________ ____ / /____ ____ / /_ / /_____ ____
/ ___/ __ \/ __ \/ __/ _ \/ __ \/ __/_____/ __/ __ \/ __ \
/ /__/ /_/ / / / / /_/ __/ / / / /_/_____/ /_/ /_/ / /_/ /
\___/\____/_/ /_/\__/\___/_/ /_/\__/ \__/\____/ .___/
/_/
*/
/* line 805, ../scss/styles.scss */
#content-top {
/*
___ _ _ _ _
| _| |___ ___ ___| |_|___| |_
| _| | .'| . |___| | |_ -| _|
|_| |_|__,|_ | |_|_|___|_|
|___|
*/
}
/* line 816, ../scss/styles.scss */
#content-top #block-materio-flag-materio-flag-mybookmarks, #content-top #block-materio-flag-materio-flag-mylists {
font-size: 10px;
color: #666666;
font-weight: 300;
}
/* line 819, ../scss/styles.scss */
.ie8 #content-top #block-materio-flag-materio-flag-mybookmarks, .ie8 #content-top #block-materio-flag-materio-flag-mylists {
margin-top: 40px;
}
/* line 821, ../scss/styles.scss */
#content-top #block-materio-flag-materio-flag-mybookmarks h2, #content-top #block-materio-flag-materio-flag-mylists h2 {
font-size: 12px;
font-weight: 700;
margin: 0;
line-height: 1.2;
color: #000;
}
/* line 823, ../scss/styles.scss */
#content-top #block-materio-flag-materio-flag-mybookmarks h2 a.open-list, #content-top #block-materio-flag-materio-flag-mybookmarks h2 i.fi-xicon-remove, #content-top #block-materio-flag-materio-flag-mylists h2 a.open-list, #content-top #block-materio-flag-materio-flag-mylists h2 i.fi-xicon-remove {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
cursor: pointer;
color: #000;
opacity: 0;
-webkit-transition: opacity 0.1s ease-out;
transition: opacity 0.1s ease-out;
}
/* line 830, ../scss/styles.scss */
#content-top #block-materio-flag-materio-flag-mybookmarks:hover a.open-list, #content-top #block-materio-flag-materio-flag-mybookmarks:hover i.fi-x, #content-top #block-materio-flag-materio-flag-mylists:hover a.open-list, #content-top #block-materio-flag-materio-flag-mylists:hover i.fi-x {
opacity: 1;
}
/* line 835, ../scss/styles.scss */
#content-top #block-materio-flag-materio-flag-mybookmarks span.listname[name=bookmarks], #content-top #block-materio-flag-materio-flag-mylists span.listname[name=bookmarks] {
cursor: pointer;
}
/* line 839, ../scss/styles.scss */
#content-top #block-materio-flag-materio-flag-mybookmarks section.bookmarks, #content-top #block-materio-flag-materio-flag-mylists section.bookmarks {
height: 0;
overflow: hidden;
}
/* line 841, ../scss/styles.scss */
#content-top #block-materio-flag-materio-flag-mybookmarks section.bookmarks.active, #content-top #block-materio-flag-materio-flag-mylists section.bookmarks.active {
height: auto;
}
/* line 844, ../scss/styles.scss */
#content-top #block-materio-flag-materio-flag-mybookmarks section.bookmarks article.node.vm-bookmark, #content-top #block-materio-flag-materio-flag-mylists section.bookmarks article.node.vm-bookmark {
overflow: hidden;
}
/* line 852, ../scss/styles.scss */
#content-top #block-materio-flag-materio-flag-mybookmarks .mylists section h2, #content-top #block-materio-flag-materio-flag-mybookmarks .mylists section .flaged, #content-top #block-materio-flag-materio-flag-mylists .mylists section h2, #content-top #block-materio-flag-materio-flag-mylists .mylists section .flaged {
height: 0;
overflow: hidden;
}
/* line 856, ../scss/styles.scss */
#content-top #block-materio-flag-materio-flag-mybookmarks .mylists section.active h2, #content-top #block-materio-flag-materio-flag-mybookmarks .mylists section.active .flaged, #content-top #block-materio-flag-materio-flag-mylists .mylists section.active h2, #content-top #block-materio-flag-materio-flag-mylists .mylists section.active .flaged {
height: auto;
}
/* line 868, ../scss/styles.scss */
#tool-bar {
position: relative;
}
/* line 871, ../scss/styles.scss */
#tool-bar .inner-content {
padding-top: 10px;
padding-bottom: 10px;
}
/* line 873, ../scss/styles.scss */
#tool-bar .inner-content > * {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
}
@media only screen and (max-width: 40em) {
/* line 871, ../scss/styles.scss */
#tool-bar .inner-content {
padding: 0;
}
/* line 880, ../scss/styles.scss */
#tool-bar .inner-content h1 {
line-height: 0.5;
}
}
/* line 891, ../scss/styles.scss */
.oldie #tool-bar {
background-color: #B1ADAD;
padding: 0 10px;
}
/* line 893, ../scss/styles.scss */
#tool-bar .btn-group {
padding: 0;
border-radius: 3px;
background-clip: padding-box;
background-color: #fff;
margin: 4px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
-webkit-transition: box-shadow 0.3s ease-out;
transition: box-shadow 0.3s ease-out;
}
/* line 40, ../scss/styles.scss */
#tool-bar .btn-group:hover, #tool-bar .btn-group:focus {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
/* line 43, ../scss/styles.scss */
#tool-bar .btn-group:active {
-webkit-transition: box-shadow 0s ease-out;
transition: box-shadow 0s ease-out;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
/* line 898, ../scss/styles.scss */
#tool-bar #block-materio-page-title-materio-page-title {
margin: 0 10px 0 0;
}
/* line 901, ../scss/styles.scss */
#tool-bar #block-materio-page-title-materio-page-title h1 {
margin: 0;
font-size: 24px;
text-transform: capitalize;
font-weight: 300;
line-height: 1;
}
/* line 903, ../scss/styles.scss */
#tool-bar #block-materio-page-title-materio-page-title i {
vertical-align: middle;
margin-right: 5px;
}
/* line 904, ../scss/styles.scss */
#tool-bar #block-materio-page-title-materio-page-title i.icon-materio-folder {
margin-bottom: 2px;
}
/* line 905, ../scss/styles.scss */
#tool-bar #block-materio-page-title-materio-page-title a.edit-list {
visibility: hidden;
}
/* line 118, ../scss/styles.scss */
#tool-bar #block-materio-page-title-materio-page-title a.edit-list > * {
margin-top: -100000px;
}
/* line 121, ../scss/styles.scss */
.csstransition #tool-bar #block-materio-page-title-materio-page-title a.edit-list {
opacity: 0;
-webkit-transition: visibility 0s 0.3s;
transition: visibility 0s 0.3s;
}
/* line 124, ../scss/styles.scss */
.csstransition #tool-bar #block-materio-page-title-materio-page-title a.edit-list > * {
-webkit-transition: margin-top 0s 0.3s;
transition: margin-top 0s 0.3s;
}
/* line 907, ../scss/styles.scss */
#tool-bar #block-materio-page-title-materio-page-title a.edit-list i {
margin: 0 0 0 5px;
}
/* line 910, ../scss/styles.scss */
#tool-bar #block-materio-page-title-materio-page-title:hover a.edit-list {
visibility: visible;
}
/* line 110, ../scss/styles.scss */
.csstransitions #tool-bar #block-materio-page-title-materio-page-title:hover a.edit-list {
opacity: 1;
-webkit-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
/* line 898, ../scss/styles.scss */
#tool-bar #block-materio-page-title-materio-page-title {
display: block;
}
}
/* line 919, ../scss/styles.scss */
#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
margin: 0 2px;
}
/* line 921, ../scss/styles.scss */
#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link.active {
cursor: normal;
}
/* line 922, ../scss/styles.scss */
#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link .inner {
display: none;
font-size: 10px;
}
@media only screen and (max-width: 40em) {
/* line 925, ../scss/styles.scss */
#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link {
display: block;
}
/* line 925, ../scss/styles.scss */
#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link:not(.active) {
display: none;
}
}
@media only screen and (max-width: 40em) {
/* line 928, ../scss/styles.scss */
html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardsmall, html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardmedium, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardsmall, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardmedium {
display: block;
}
}
@media only screen and (max-width: 40em) {
/* line 932, ../scss/styles.scss */
html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardsmall, html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardmedium, html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardbig, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardsmall, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardmedium, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardbig {
display: block;
}
}
/* line 936, ../scss/styles.scss */
#tool-bar #block-materio-search-api-materio-search-api-search {
float: right;
}
/* line 940, ../scss/styles.scss */
#tool-bar #block-materio-search-api-materio-search-api-search > .inner {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
margin: 0 0 0 10px;
padding: 3px 10px;
background-color: #fff;
border-radius: 3px;
background-clip: padding-box;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
-webkit-transition: box-shadow 0.3s ease-out;
transition: box-shadow 0.3s ease-out;
text-align: right;
}
/* line 40, ../scss/styles.scss */
#tool-bar #block-materio-search-api-materio-search-api-search > .inner:hover, #tool-bar #block-materio-search-api-materio-search-api-search > .inner:focus {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
/* line 43, ../scss/styles.scss */
#tool-bar #block-materio-search-api-materio-search-api-search > .inner:active {
-webkit-transition: box-shadow 0s ease-out;
transition: box-shadow 0s ease-out;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
/* line 947, ../scss/styles.scss */
#tool-bar #materio-search-api-search-form {
text-align: right;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
margin: 0;
}
/* line 951, ../scss/styles.scss */
#tool-bar #materio-search-api-search-form .form-item, #tool-bar #materio-search-api-search-form input, #tool-bar #materio-search-api-search-form .form-checkboxes {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
margin: 0;
vertical-align: middle;
padding: 0;
}
/* line 953, ../scss/styles.scss */
#tool-bar #materio-search-api-search-form .form-checkboxes {
padding: 3px;
font-size: 12px;
}
/* line 955, ../scss/styles.scss */
#tool-bar #materio-search-api-search-form .form-checkboxes .form-item {
margin: 0 5px;
}
/* line 957, ../scss/styles.scss */
#tool-bar #materio-search-api-search-form .form-checkboxes .form-item label {
font-size: 10px;
}
/* line 961, ../scss/styles.scss */
#tool-bar #materio-search-api-search-form input#edit-searchfield {
border: 1px solid #ccc;
border-radius: 20px;
background-clip: padding-box;
padding: 4px 5px;
height: 25px;
font-size: 12px;
line-height: 1;
background-position: 100% 5px;
width: 105%;
}
/* line 967, ../scss/styles.scss */
#tool-bar #materio-search-api-search-form input#edit-searchfield.throbbing {
background-position: 100% -15px;
}
/* line 971, ../scss/styles.scss */
.oldie #tool-bar #materio-search-api-search-form #edit-searchfield-autocomplete-aria-live {
background-color: #1a1a1a;
}
/* line 976, ../scss/styles.scss */
#tool-bar #materio-search-api-search-form input#edit-create {
padding: 3px;
}
/* line 978, ../scss/styles.scss */
#tool-bar #materio-search-api-search-form.loading {
background: transparent url("../img/ajax-loader.gif") no-repeat 98% center;
}
/* line 980, ../scss/styles.scss */
#tool-bar #materio-search-api-search-form.loading input#edit-create {
visibility: hidden;
}
@media only screen and (max-width: 40em) {
/* line 984, ../scss/styles.scss */
#tool-bar #materio-search-api-search-form input#edit-searchfield {
width: 16em;
}
/* line 985, ../scss/styles.scss */
#tool-bar #materio-search-api-search-form #edit-bundles-filter {
display: none;
}
}
/* line 991, ../scss/styles.scss */
#center {
background-color: #e6e6e6;
border-radius: 10px;
background-clip: padding-box;
}
/* line 993, ../scss/styles.scss */
.node-type-page #center {
background-color: #fff;
}
/* line 994, ../scss/styles.scss */
.ie8 #center {
height: 100%;
margin-top: 20px;
}
/* line 998, ../scss/styles.scss */
#content {
-webkit-transition: height 0.3s ease-out;
transition: height 0.3s ease-out;
}
/* line 1002, ../scss/styles.scss */
#content.faded {
opacity: 0.5;
-webkit-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
/* line 1007, ../scss/styles.scss */
#content .materiobase-results, #content .materiobase-actuality, #content .materio-flags-list {
padding: 0 0 30px 0;
margin: 0 0 20px 0;
}
/* line 1010, ../scss/styles.scss */
#content .materiobase-results.loading, #content .materiobase-actuality.loading, #content .materio-flags-list.loading {
background-image: url("../img/ajax-loader.gif");
background-position: center bottom;
background-repeat: no-repeat;
}
/* line 1016, ../scss/styles.scss */
#content .materiobase-results p.search-performance, #content .materiobase-results p.flaglist-infos, #content .materiobase-results p.actualities-infos, #content .materiobase-actuality p.search-performance, #content .materiobase-actuality p.flaglist-infos, #content .materiobase-actuality p.actualities-infos, #content .materio-flags-list p.search-performance, #content .materio-flags-list p.flaglist-infos, #content .materio-flags-list p.actualities-infos {
font-size: 12px;
font-weight: 500;
margin: 0;
padding: 10px 0 5px 15px;
}
/* line 1022, ../scss/styles.scss */
#content .materiobase-results .search-results, #content .materiobase-results .actuality-items, #content .materiobase-results .flaglist-items, #content .materiobase-actuality .search-results, #content .materiobase-actuality .actuality-items, #content .materiobase-actuality .flaglist-items, #content .materio-flags-list .search-results, #content .materio-flags-list .actuality-items, #content .materio-flags-list .flaglist-items {
font-size: 0;
text-align: center;
}
/* line 1024, ../scss/styles.scss */
#content .materiobase-results .search-results > *, #content .materiobase-results .actuality-items > *, #content .materiobase-results .flaglist-items > *, #content .materiobase-actuality .search-results > *, #content .materiobase-actuality .actuality-items > *, #content .materiobase-actuality .flaglist-items > *, #content .materio-flags-list .search-results > *, #content .materio-flags-list .actuality-items > *, #content .materio-flags-list .flaglist-items > * {
font-size: 16px;
}
/* line 1026, ../scss/styles.scss */
#content .materiobase-results .search-results > *, #content .materiobase-results .actuality-items > *, #content .materiobase-results .flaglist-items > *, #content .materiobase-actuality .search-results > *, #content .materiobase-actuality .actuality-items > *, #content .materiobase-actuality .flaglist-items > *, #content .materio-flags-list .search-results > *, #content .materio-flags-list .actuality-items > *, #content .materio-flags-list .flaglist-items > * {
text-align: left;
}
/* line 1032, ../scss/styles.scss */
#content ul.pager {
padding: 1em 0;
text-align: left;
}
/* line 1034, ../scss/styles.scss */
.ie8 #content ul.pager {
position: absolute;
left: 37px;
bottom: 35px;
}
/* line 1036, ../scss/styles.scss */
#content ul.pager li {
margin: 0;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
}
/* line 1038, ../scss/styles.scss */
#content ul.pager .pager-current, #content ul.pager a {
color: #000;
font-size: 12px;
}
/* line 1039, ../scss/styles.scss */
#content ul.pager .pager-current {
font-weight: 900;
font-size: 14px;
}
/* line 1039, ../scss/styles.scss */
.ie8 #content ul.pager .pager-current {
background: #fff;
padding: 0.3em 1em 0.3em 1em;
margin-top: 0.05em;
border: 1px solid #333333;
}
/* line 1040, ../scss/styles.scss */
#content ul.pager .pager-first a, #content ul.pager .pager-previous a, #content ul.pager .pager-next a, #content ul.pager .pager-last a {
font-size: 24px;
font-weight: 300;
}
/** #content-bottom */
/* line 1051, ../scss/styles.scss */
#content-bottom {
padding-top: 10px;
}
/*
_________ ____ ____ _____
/ ____/ | / __ \/ __ \/ ___/
/ / / /| | / /_/ / / / /\__ \
/ /___/ ___ |/ _, _/ /_/ /___/ /
\____/_/ |_/_/ |_/_____//____/
*/
/*
_ _ ___
___ ___ ___ _| | ___ ___ ___ ___ ___| |_ ___ ___ ___| _|___ ___ _____ ___ ___ ___ ___
| _| .'| _| . | |_ -| -_| .'| _| _| | | . | -_| _| _| . | _| | .'| | _| -_|
|___|__,|_| |___| |___|___|__,|_| |___|_|_| | _|___|_| |_| |___|_| |_|_|_|__,|_|_|___|___|
|_|
*/
/* line 1243, ../scss/styles.scss */
article.search-performance .inner {
padding: 1em;
}
/* line 1247, ../scss/styles.scss */
article.search-performance p {
font-size: 14px;
}
/* line 1249, ../scss/styles.scss */
article.search-performance a.button {
display: block;
margin: 10px auto;
max-width: 10em;
font-size: 18px;
padding: 0.1em 0.6em 0.2em;
border-radius: 0.3em;
background-clip: padding-box;
font-weight: bold;
border: 2px solid #69CDCF;
background-color: #69CDCF;
color: #fff;
cursor: pointer;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-transition: text-shadow 0.2s ease-out;
transition: text-shadow 0.2s ease-out;
text-align: center;
text-decoration: none;
}
/* line 66, ../scss/styles.scss */
article.search-performance a.button:hover, article.search-performance a.button:focus {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/* line 69, ../scss/styles.scss */
article.search-performance a.button:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/* line 1257, ../scss/styles.scss */
article.search-performance.view-mode-cardsmall {
width: 327px;
height: 140px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
position: relative;
margin: 7px;
border-radius: 5px;
background-clip: padding-box;
background-color: #FFF;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
-webkit-transition: box-shadow 0.3s ease-out;
transition: box-shadow 0.3s ease-out;
}
/* line 1260, ../scss/styles.scss */
article.search-performance.view-mode-cardmedium {
width: 210px;
height: 295px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
position: relative;
margin: 7px;
border-radius: 5px;
background-clip: padding-box;
background-color: #FFF;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
-webkit-transition: box-shadow 0.3s ease-out;
transition: box-shadow 0.3s ease-out;
}
/* line 1262, ../scss/styles.scss */
article.search-performance.view-mode-cardmedium .inner {
padding: 4em 1em 0;
}
/* line 1266, ../scss/styles.scss */
article.search-performance.view-mode-cardbig {
width: 425px;
height: 115px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
position: relative;
margin: 7px;
border-radius: 5px;
background-clip: padding-box;
background-color: #FFF;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
-webkit-transition: box-shadow 0.3s ease-out;
transition: box-shadow 0.3s ease-out;
display: block;
margin: 0 auto;
}
/* line 1270, ../scss/styles.scss */
article.search-performance.view-mode-cardfull {
width: 850px;
height: 115px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
position: relative;
margin: 7px;
border-radius: 5px;
background-clip: padding-box;
background-color: #FFF;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
-webkit-transition: box-shadow 0.3s ease-out;
transition: box-shadow 0.3s ease-out;
display: block;
margin: 0 auto;
}
/* line 1272, ../scss/styles.scss */
article.search-performance.view-mode-cardfull .inner {
padding: 1em 212px;
}
/*
_____ _____ _____ ____ _____ _____ _____ _____ _____ _____ _____ _____ _____
| | _ | __ | \ | __ | | | | | | _ | __ | | | __|
| --| | -| | | | __ -| | | | | -| | | | | -| -|__ |
|_____|__|__|__|__|____/ |_____|_____|_____|__|__|_|_|_|__|__|__|__|__|__|_____|
*/
/* line 1287, ../scss/styles.scss */
article.node-materiau.vm-bookmark, article.node-breve.vm-bookmark {
width: 50px;
height: 70px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
position: relative;
margin: 7px;
border-radius: 5px;
background-clip: padding-box;
background-color: #FFF;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
-webkit-transition: box-shadow 0.3s ease-out;
transition: box-shadow 0.3s ease-out;
margin: 3px;
}
/* line 1092, ../scss/styles.scss */
article.node-materiau.vm-bookmark > div.side, article.node-breve.vm-bookmark > div.side {
border-radius: 5px;
background-clip: padding-box;
overflow: hidden;
}
/* line 1097, ../scss/styles.scss */
article.node-materiau.vm-bookmark.focused, article.node-breve.vm-bookmark.focused {
box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
}
/* line 1099, ../scss/styles.scss */
article.node-materiau.vm-bookmark.just-added, article.node-breve.vm-bookmark.just-added {
opacity: 0;
}
/* line 1101, ../scss/styles.scss */
article.node-materiau.vm-bookmark.associated, article.node-breve.vm-bookmark.associated {
-webkit-transition: margin 0.3s ease-out;
transition: margin 0.3s ease-out;
}
/* line 1103, ../scss/styles.scss */
article.node-materiau.vm-bookmark.associated.just-added, article.node-breve.vm-bookmark.associated.just-added {
margin-left: -50px;
margin-right: 50px;
}
/* line 1105, ../scss/styles.scss */
.modal-content article.node-materiau.vm-bookmark.associated, .modal-content article.node-breve.vm-bookmark.associated {
position: absolute;
top: 0;
left: 0;
z-index: 999;
}
/* line 1113, ../scss/styles.scss */
article.node-materiau.vm-bookmark.removed, article.node-breve.vm-bookmark.removed {
-webkit-transition: width 0.3s ease-out;
transition: width 0.3s ease-out;
width: 0;
padding-left: 0;
padding-right: 0;
margin-right: 0;
margin-left: 0;
overflow: hidden;
}
/* line 1123, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav, article.node-breve.vm-bookmark nav.nav {
position: absolute;
top: 0;
right: 0;
z-index: 11;
padding: 5px 0;
border-radius: 0 5px 0 3px;
background-clip: padding-box;
font-size: 10px;
background-color: rgba(255, 255, 255, 0.9);
color: #000;
}
/* line 1135, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav a, article.node-breve.vm-bookmark nav.nav a {
color: #000;
}
/* line 1136, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul, article.node-breve.vm-bookmark nav.nav ul {
background-color: rgba(255, 255, 255, 0.9);
}
/* line 1137, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav span.op, article.node-breve.vm-bookmark nav.nav span.op {
font-weight: 900;
font-size: 14px;
}
/* line 1139, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul, article.node-breve.vm-bookmark nav.nav ul {
padding: 0;
margin: 0;
}
/* line 1141, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav section, article.node-breve.vm-bookmark nav.nav section {
position: relative;
}
/* line 1144, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav section > i, article.node-breve.vm-bookmark nav.nav section > i {
margin: 0 5px;
}
/* line 1144, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav section > i:hover, article.node-breve.vm-bookmark nav.nav section > i:hover {
cursor: pointer;
}
/* line 1147, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul, article.node-breve.vm-bookmark nav.nav ul {
position: absolute;
right: 0;
top: 0;
margin-right: 22px;
min-width: 80px;
padding: 0;
display: block;
border-radius: 3px;
background-clip: padding-box;
box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}
/* line 1151, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul li, article.node-breve.vm-bookmark nav.nav ul li {
padding: 0;
margin: 0;
line-height: 1;
display: block;
height: 0;
overflow: hidden;
-webkit-transition: height 0.2s ease-out;
transition: height 0.2s ease-out;
}
/* line 1155, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul li a, article.node-breve.vm-bookmark nav.nav ul li a {
display: block;
}
/* line 1158, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links {
width: 160px;
font-size: 0;
}
/* line 1161, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links > * {
font-size: 11px;
}
/* line 1166, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
min-width: 48%;
max-width: 98%;
padding-left: 2px;
}
/* line 1168, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li a {
color: #a6a6a6;
-webkit-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
/* line 1170, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li a.unflag-action {
color: #000;
text-decoration: none;
}
/* line 1174, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create {
display: block;
width: 100%;
}
/* line 1176, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create > * {
margin-top: 1px;
padding-top: 1px;
border-top: 1px solid #e6e6e6;
}
/* line 1177, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create a {
color: #000;
}
/* line 1179, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.loading {
background: transparent url("../img/ajax-loader.gif") no-repeat 98% center;
}
/* line 1180, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.loading a {
visibility: hidden;
}
/* line 1185, ../scss/styles.scss */
.ie8 article.node-materiau.vm-bookmark nav.nav ul, .ie8 article.node-breve.vm-bookmark nav.nav ul {
background: #FFF;
}
/* line 1190, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav section:hover ul, article.node-breve.vm-bookmark nav.nav section:hover ul {
padding: 5px 5px;
}
/* line 1192, ../scss/styles.scss */
article.node-materiau.vm-bookmark nav.nav section:hover ul li, article.node-breve.vm-bookmark nav.nav section:hover ul li {
height: 17px;
}
/* line 1205, ../scss/styles.scss */
article.node-materiau.vm-bookmark div.workflow, article.node-breve.vm-bookmark div.workflow {
position: absolute;
top: 0;
left: 0;
z-index: 11;
padding: 5px;
border-radius: 5px 0 3px 0;
background-clip: padding-box;
font-size: 10px;
vertical-align: top;
background-color: rgba(255, 255, 255, 0.9);
color: #000;
}
/* line 1211, ../scss/styles.scss */
article.node-materiau.vm-bookmark div.workflow span, article.node-breve.vm-bookmark div.workflow span {
padding: 3px 0 0 4px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
/* line 1214, ../scss/styles.scss */
article.node-materiau.vm-bookmark .field-name-field-description .upgrade, article.node-breve.vm-bookmark .field-name-field-description .upgrade {
font-size: 12px;
padding-top: 4em;
margin-top: -4.5em;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 4em);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em);
position: relative;
}
/* line 1222, ../scss/styles.scss */
article.node-materiau.vm-bookmark .side.oops p, article.node-materiau.vm-bookmark .side .upgrade p, article.node-breve.vm-bookmark .side.oops p, article.node-breve.vm-bookmark .side .upgrade p {
padding: 10px;
font-size: 12px;
}
/* line 1224, ../scss/styles.scss */
article.node-materiau.vm-bookmark .side.oops p a, article.node-materiau.vm-bookmark .side .upgrade p a, article.node-breve.vm-bookmark .side.oops p a, article.node-breve.vm-bookmark .side .upgrade p a {
display: block;
margin: 10px 0;
font-size: 18px;
padding: 0.1em 0.6em 0.2em;
border-radius: 0.3em;
background-clip: padding-box;
font-weight: bold;
border: 2px solid #69CDCF;
background-color: #69CDCF;
color: #fff;
cursor: pointer;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-transition: text-shadow 0.2s ease-out;
transition: text-shadow 0.2s ease-out;
text-align: center;
text-decoration: none;
}
/* line 66, ../scss/styles.scss */
article.node-materiau.vm-bookmark .side.oops p a:hover, article.node-materiau.vm-bookmark .side.oops p a:focus, article.node-materiau.vm-bookmark .side .upgrade p a:hover, article.node-materiau.vm-bookmark .side .upgrade p a:focus, article.node-breve.vm-bookmark .side.oops p a:hover, article.node-breve.vm-bookmark .side.oops p a:focus, article.node-breve.vm-bookmark .side .upgrade p a:hover, article.node-breve.vm-bookmark .side .upgrade p a:focus {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/* line 69, ../scss/styles.scss */
article.node-materiau.vm-bookmark .side.oops p a:active, article.node-materiau.vm-bookmark .side .upgrade p a:active, article.node-breve.vm-bookmark .side.oops p a:active, article.node-breve.vm-bookmark .side .upgrade p a:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/* line 1290, ../scss/styles.scss */
article.node-materiau.vm-bookmark .group-header, article.node-breve.vm-bookmark .group-header {
display: none;
}
/* line 1294, ../scss/styles.scss */
article.node-materiau.vm-bookmark .group-images, article.node-breve.vm-bookmark .group-images {
position: relative;
z-index: 1;
background-color: #fff;
}
/* line 77, ../scss/styles.scss */
article.node-materiau.vm-bookmark .group-images figure, article.node-breve.vm-bookmark .group-images figure {
position: absolute;
top: 0;
left: 0;
}
/* line 79, ../scss/styles.scss */
article.node-materiau.vm-bookmark .group-images figure:first-child, article.node-breve.vm-bookmark .group-images figure:first-child {
position: relative;
z-index: 1;
}
/* line 1296, ../scss/styles.scss */
article.node-materiau.vm-bookmark div.workflow, article.node-breve.vm-bookmark div.workflow {
display: none;
}
/*
_____ _____ _____ ____ _____ _____ _____ __ __
| | _ | __ | \ | __| | _ | | | |
| --| | -| | | |__ | | | | | |__| |__
|_____|__|__|__|__|____/ |_____|_|_|_|__|__|_____|_____|
*/
/* line 1307, ../scss/styles.scss */
article.node-materiau.vm-cardsmall, article.node-breve.vm-cardsmall {
width: 100px;
height: 140px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
position: relative;
margin: 7px;
border-radius: 5px;
background-clip: padding-box;
background-color: #FFF;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
-webkit-transition: box-shadow 0.3s ease-out;
transition: box-shadow 0.3s ease-out;
}
/* line 1092, ../scss/styles.scss */
article.node-materiau.vm-cardsmall > div.side, article.node-breve.vm-cardsmall > div.side {
border-radius: 5px;
background-clip: padding-box;
overflow: hidden;
}
/* line 1097, ../scss/styles.scss */
article.node-materiau.vm-cardsmall.focused, article.node-breve.vm-cardsmall.focused {
box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
}
/* line 1099, ../scss/styles.scss */
article.node-materiau.vm-cardsmall.just-added, article.node-breve.vm-cardsmall.just-added {
opacity: 0;
}
/* line 1101, ../scss/styles.scss */
article.node-materiau.vm-cardsmall.associated, article.node-breve.vm-cardsmall.associated {
-webkit-transition: margin 0.3s ease-out;
transition: margin 0.3s ease-out;
}
/* line 1103, ../scss/styles.scss */
article.node-materiau.vm-cardsmall.associated.just-added, article.node-breve.vm-cardsmall.associated.just-added {
margin-left: -100px;
margin-right: 100px;
}
/* line 1105, ../scss/styles.scss */
.modal-content article.node-materiau.vm-cardsmall.associated, .modal-content article.node-breve.vm-cardsmall.associated {
position: absolute;
top: 0;
left: 0;
z-index: 999;
}
/* line 1113, ../scss/styles.scss */
article.node-materiau.vm-cardsmall.removed, article.node-breve.vm-cardsmall.removed {
-webkit-transition: width 0.3s ease-out;
transition: width 0.3s ease-out;
width: 0;
padding-left: 0;
padding-right: 0;
margin-right: 0;
margin-left: 0;
overflow: hidden;
}
/* line 1123, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav, article.node-breve.vm-cardsmall nav.nav {
position: absolute;
top: 0;
right: 0;
z-index: 11;
padding: 5px 0;
border-radius: 0 5px 0 3px;
background-clip: padding-box;
font-size: 10px;
background-color: rgba(255, 255, 255, 0.9);
color: #000;
}
/* line 1135, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav a, article.node-breve.vm-cardsmall nav.nav a {
color: #000;
}
/* line 1136, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul, article.node-breve.vm-cardsmall nav.nav ul {
background-color: rgba(255, 255, 255, 0.9);
}
/* line 1137, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav span.op, article.node-breve.vm-cardsmall nav.nav span.op {
font-weight: 900;
font-size: 14px;
}
/* line 1139, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul, article.node-breve.vm-cardsmall nav.nav ul {
padding: 0;
margin: 0;
}
/* line 1141, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav section, article.node-breve.vm-cardsmall nav.nav section {
position: relative;
}
/* line 1144, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav section > i, article.node-breve.vm-cardsmall nav.nav section > i {
margin: 0 5px;
}
/* line 1144, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav section > i:hover, article.node-breve.vm-cardsmall nav.nav section > i:hover {
cursor: pointer;
}
/* line 1147, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul, article.node-breve.vm-cardsmall nav.nav ul {
position: absolute;
right: 0;
top: 0;
margin-right: 22px;
min-width: 80px;
padding: 0;
display: block;
border-radius: 3px;
background-clip: padding-box;
box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}
/* line 1151, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul li, article.node-breve.vm-cardsmall nav.nav ul li {
padding: 0;
margin: 0;
line-height: 1;
display: block;
height: 0;
overflow: hidden;
-webkit-transition: height 0.2s ease-out;
transition: height 0.2s ease-out;
}
/* line 1155, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul li a, article.node-breve.vm-cardsmall nav.nav ul li a {
display: block;
}
/* line 1158, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links {
width: 160px;
font-size: 0;
}
/* line 1161, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links > * {
font-size: 11px;
}
/* line 1166, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
min-width: 48%;
max-width: 98%;
padding-left: 2px;
}
/* line 1168, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li a {
color: #a6a6a6;
-webkit-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
/* line 1170, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li a.unflag-action {
color: #000;
text-decoration: none;
}
/* line 1174, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create {
display: block;
width: 100%;
}
/* line 1176, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create > * {
margin-top: 1px;
padding-top: 1px;
border-top: 1px solid #e6e6e6;
}
/* line 1177, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create a {
color: #000;
}
/* line 1179, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.loading {
background: transparent url("../img/ajax-loader.gif") no-repeat 98% center;
}
/* line 1180, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.loading a {
visibility: hidden;
}
/* line 1185, ../scss/styles.scss */
.ie8 article.node-materiau.vm-cardsmall nav.nav ul, .ie8 article.node-breve.vm-cardsmall nav.nav ul {
background: #FFF;
}
/* line 1190, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav section:hover ul, article.node-breve.vm-cardsmall nav.nav section:hover ul {
padding: 5px 5px;
}
/* line 1192, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav section:hover ul li, article.node-breve.vm-cardsmall nav.nav section:hover ul li {
height: 17px;
}
/* line 1205, ../scss/styles.scss */
article.node-materiau.vm-cardsmall div.workflow, article.node-breve.vm-cardsmall div.workflow {
position: absolute;
top: 0;
left: 0;
z-index: 11;
padding: 5px;
border-radius: 5px 0 3px 0;
background-clip: padding-box;
font-size: 10px;
vertical-align: top;
background-color: rgba(255, 255, 255, 0.9);
color: #000;
}
/* line 1211, ../scss/styles.scss */
article.node-materiau.vm-cardsmall div.workflow span, article.node-breve.vm-cardsmall div.workflow span {
padding: 3px 0 0 4px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
/* line 1214, ../scss/styles.scss */
article.node-materiau.vm-cardsmall .field-name-field-description .upgrade, article.node-breve.vm-cardsmall .field-name-field-description .upgrade {
font-size: 12px;
padding-top: 4em;
margin-top: -4.5em;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 4em);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em);
position: relative;
}
/* line 1222, ../scss/styles.scss */
article.node-materiau.vm-cardsmall .side.oops p, article.node-materiau.vm-cardsmall .side .upgrade p, article.node-breve.vm-cardsmall .side.oops p, article.node-breve.vm-cardsmall .side .upgrade p {
padding: 10px;
font-size: 12px;
}
/* line 1224, ../scss/styles.scss */
article.node-materiau.vm-cardsmall .side.oops p a, article.node-materiau.vm-cardsmall .side .upgrade p a, article.node-breve.vm-cardsmall .side.oops p a, article.node-breve.vm-cardsmall .side .upgrade p a {
display: block;
margin: 10px 0;
font-size: 18px;
padding: 0.1em 0.6em 0.2em;
border-radius: 0.3em;
background-clip: padding-box;
font-weight: bold;
border: 2px solid #69CDCF;
background-color: #69CDCF;
color: #fff;
cursor: pointer;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-transition: text-shadow 0.2s ease-out;
transition: text-shadow 0.2s ease-out;
text-align: center;
text-decoration: none;
}
/* line 66, ../scss/styles.scss */
article.node-materiau.vm-cardsmall .side.oops p a:hover, article.node-materiau.vm-cardsmall .side.oops p a:focus, article.node-materiau.vm-cardsmall .side .upgrade p a:hover, article.node-materiau.vm-cardsmall .side .upgrade p a:focus, article.node-breve.vm-cardsmall .side.oops p a:hover, article.node-breve.vm-cardsmall .side.oops p a:focus, article.node-breve.vm-cardsmall .side .upgrade p a:hover, article.node-breve.vm-cardsmall .side .upgrade p a:focus {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/* line 69, ../scss/styles.scss */
article.node-materiau.vm-cardsmall .side.oops p a:active, article.node-materiau.vm-cardsmall .side .upgrade p a:active, article.node-breve.vm-cardsmall .side.oops p a:active, article.node-breve.vm-cardsmall .side .upgrade p a:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/* line 1309, ../scss/styles.scss */
article.node-materiau.vm-cardsmall .group-header, article.node-breve.vm-cardsmall .group-header {
display: none;
position: absolute;
font-size: 14px;
font-weight: 500;
}
/* line 1312, ../scss/styles.scss */
article.node-materiau.vm-cardsmall .group-header .field-name-title-field, article.node-breve.vm-cardsmall .group-header .field-name-title-field {
font-weight: 700;
}
/* line 1313, ../scss/styles.scss */
article.node-materiau.vm-cardsmall .group-header .field-name-field-reference-materio, article.node-materiau.vm-cardsmall .group-header .field-name-field-localisation, article.node-breve.vm-cardsmall .group-header .field-name-field-reference-materio, article.node-breve.vm-cardsmall .group-header .field-name-field-localisation {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
font-size: 12px;
}
/* line 1314, ../scss/styles.scss */
article.node-materiau.vm-cardsmall .group-header .field-name-field-localisation, article.node-breve.vm-cardsmall .group-header .field-name-field-localisation {
float: right;
}
/* line 1316, ../scss/styles.scss */
article.node-materiau.vm-cardsmall .group-images, article.node-breve.vm-cardsmall .group-images {
position: relative;
z-index: 1;
background-color: #fff;
border-radius: 5px;
background-clip: padding-box;
overflow: hidden;
}
/* line 77, ../scss/styles.scss */
article.node-materiau.vm-cardsmall .group-images figure, article.node-breve.vm-cardsmall .group-images figure {
position: absolute;
top: 0;
left: 0;
}
/* line 79, ../scss/styles.scss */
article.node-materiau.vm-cardsmall .group-images figure:first-child, article.node-breve.vm-cardsmall .group-images figure:first-child {
position: relative;
z-index: 1;
}
/* line 1319, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links {
width: 75px;
min-width: 75px;
}
/* line 1321, ../scss/styles.scss */
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li {
width: 98%;
}
/* line 1323, ../scss/styles.scss */
.ie8 article.node-materiau.vm-cardsmall nav.nav, .ie8 article.node-breve.vm-cardsmall nav.nav {
background: #FFF;
}
/* line 1325, ../scss/styles.scss */
.no-touch article.node-materiau.vm-cardsmall:not(.focused) nav.nav, .no-touch article.node-breve.vm-cardsmall:not(.focused) nav.nav {
visibility: hidden;
}
/* line 118, ../scss/styles.scss */
.no-touch article.node-materiau.vm-cardsmall:not(.focused) nav.nav > *, .no-touch article.node-breve.vm-cardsmall:not(.focused) nav.nav > * {
margin-top: -100000px;
}
/* line 121, ../scss/styles.scss */
.csstransition .no-touch article.node-materiau.vm-cardsmall:not(.focused) nav.nav, .csstransition .no-touch article.node-breve.vm-cardsmall:not(.focused) nav.nav {
opacity: 0;
-webkit-transition: visibility 0s 0.3s;
transition: visibility 0s 0.3s;
}
/* line 124, ../scss/styles.scss */
.csstransition .no-touch article.node-materiau.vm-cardsmall:not(.focused) nav.nav > *, .csstransition .no-touch article.node-breve.vm-cardsmall:not(.focused) nav.nav > * {
-webkit-transition: margin-top 0s 0.3s;
transition: margin-top 0s 0.3s;
}
/* line 1327, ../scss/styles.scss */
.no-touch article.node-materiau.vm-cardsmall:not(.focused) div.workflow, .no-touch article.node-breve.vm-cardsmall:not(.focused) div.workflow {
visibility: hidden;
}
/* line 118, ../scss/styles.scss */
.no-touch article.node-materiau.vm-cardsmall:not(.focused) div.workflow > *, .no-touch article.node-breve.vm-cardsmall:not(.focused) div.workflow > * {
margin-top: -100000px;
}
/* line 121, ../scss/styles.scss */
.csstransition .no-touch article.node-materiau.vm-cardsmall:not(.focused) div.workflow, .csstransition .no-touch article.node-breve.vm-cardsmall:not(.focused) div.workflow {
opacity: 0;
-webkit-transition: visibility 0s 0.3s;
transition: visibility 0s 0.3s;
}
/* line 124, ../scss/styles.scss */
.csstransition .no-touch article.node-materiau.vm-cardsmall:not(.focused) div.workflow > *, .csstransition .no-touch article.node-breve.vm-cardsmall:not(.focused) div.workflow > * {
-webkit-transition: margin-top 0s 0.3s;
transition: margin-top 0s 0.3s;
}
/*
_____ _____ _____ __ _____ _____ _____ _____ _____ _____ __ __ _____ _____ _____ ____
|_ _| | | ||_ _| | _ | | __| | _ | | | | | | _ | __ | \
| | | | | | | |__| | |- -| __| |__ | | | | | |__| |__ | --| | -| | |
|_| |_____|_____|_____|_| |_____|__| |_____|_|_|_|__|__|_____|_____| |_____|__|__|__|__|____/
*/
/* line 1339, ../scss/styles.scss */
#tooltip .group-header.smallcard {
font-size: 14px;
font-weight: 500;
}
/* line 1341, ../scss/styles.scss */
#tooltip .group-header.smallcard .field-name-title-field {
font-weight: 700;
}
/* line 1342, ../scss/styles.scss */
#tooltip .group-header.smallcard .field-name-field-reference-materio, #tooltip .group-header.smallcard .field-name-field-localisation {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
font-size: 12px;
}
/* line 1343, ../scss/styles.scss */
#tooltip .group-header.smallcard .field-name-field-localisation {
float: right;
}
/*
_____ _____ _____ ____ _____ _____ ____ _____ _____ _____
| | _ | __ | \ | | __| \| | | | |
| --| | -| | | | | | | __| | |- -| | | | | |
|_____|__|__|__|__|____/ |_|_|_|_____|____/|_____|_____|_|_|_|
*/
/* line 1355, ../scss/styles.scss */
article.node-materiau.vm-cardmedium, article.node-breve.vm-cardmedium {
width: 210px;
height: 295px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
position: relative;
margin: 7px;
border-radius: 5px;
background-clip: padding-box;
background-color: #FFF;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
-webkit-transition: box-shadow 0.3s ease-out;
transition: box-shadow 0.3s ease-out;
}
/* line 1092, ../scss/styles.scss */
article.node-materiau.vm-cardmedium > div.side, article.node-breve.vm-cardmedium > div.side {
border-radius: 5px;
background-clip: padding-box;
overflow: hidden;
}
/* line 1097, ../scss/styles.scss */
article.node-materiau.vm-cardmedium.focused, article.node-breve.vm-cardmedium.focused {
box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
}
/* line 1099, ../scss/styles.scss */
article.node-materiau.vm-cardmedium.just-added, article.node-breve.vm-cardmedium.just-added {
opacity: 0;
}
/* line 1101, ../scss/styles.scss */
article.node-materiau.vm-cardmedium.associated, article.node-breve.vm-cardmedium.associated {
-webkit-transition: margin 0.3s ease-out;
transition: margin 0.3s ease-out;
}
/* line 1103, ../scss/styles.scss */
article.node-materiau.vm-cardmedium.associated.just-added, article.node-breve.vm-cardmedium.associated.just-added {
margin-left: -210px;
margin-right: 210px;
}
/* line 1105, ../scss/styles.scss */
.modal-content article.node-materiau.vm-cardmedium.associated, .modal-content article.node-breve.vm-cardmedium.associated {
position: absolute;
top: 0;
left: 0;
z-index: 999;
}
/* line 1113, ../scss/styles.scss */
article.node-materiau.vm-cardmedium.removed, article.node-breve.vm-cardmedium.removed {
-webkit-transition: width 0.3s ease-out;
transition: width 0.3s ease-out;
width: 0;
padding-left: 0;
padding-right: 0;
margin-right: 0;
margin-left: 0;
overflow: hidden;
}
/* line 1123, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav, article.node-breve.vm-cardmedium nav.nav {
position: absolute;
top: 0;
right: 0;
z-index: 11;
padding: 5px 0;
border-radius: 0 5px 0 3px;
background-clip: padding-box;
font-size: 10px;
background-color: rgba(255, 255, 255, 0.9);
color: #000;
}
/* line 1135, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav a, article.node-breve.vm-cardmedium nav.nav a {
color: #000;
}
/* line 1136, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul, article.node-breve.vm-cardmedium nav.nav ul {
background-color: rgba(255, 255, 255, 0.9);
}
/* line 1137, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav span.op, article.node-breve.vm-cardmedium nav.nav span.op {
font-weight: 900;
font-size: 14px;
}
/* line 1139, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul, article.node-breve.vm-cardmedium nav.nav ul {
padding: 0;
margin: 0;
}
/* line 1141, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav section, article.node-breve.vm-cardmedium nav.nav section {
position: relative;
}
/* line 1144, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav section > i, article.node-breve.vm-cardmedium nav.nav section > i {
margin: 0 5px;
}
/* line 1144, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav section > i:hover, article.node-breve.vm-cardmedium nav.nav section > i:hover {
cursor: pointer;
}
/* line 1147, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul, article.node-breve.vm-cardmedium nav.nav ul {
position: absolute;
right: 0;
top: 0;
margin-right: 22px;
min-width: 80px;
padding: 0;
display: block;
border-radius: 3px;
background-clip: padding-box;
box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}
/* line 1151, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul li, article.node-breve.vm-cardmedium nav.nav ul li {
padding: 0;
margin: 0;
line-height: 1;
display: block;
height: 0;
overflow: hidden;
-webkit-transition: height 0.2s ease-out;
transition: height 0.2s ease-out;
}
/* line 1155, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul li a, article.node-breve.vm-cardmedium nav.nav ul li a {
display: block;
}
/* line 1158, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links {
width: 160px;
font-size: 0;
}
/* line 1161, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links > * {
font-size: 11px;
}
/* line 1166, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
min-width: 48%;
max-width: 98%;
padding-left: 2px;
}
/* line 1168, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li a {
color: #a6a6a6;
-webkit-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
/* line 1170, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li a.unflag-action {
color: #000;
text-decoration: none;
}
/* line 1174, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create {
display: block;
width: 100%;
}
/* line 1176, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create > * {
margin-top: 1px;
padding-top: 1px;
border-top: 1px solid #e6e6e6;
}
/* line 1177, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create a {
color: #000;
}
/* line 1179, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.loading {
background: transparent url("../img/ajax-loader.gif") no-repeat 98% center;
}
/* line 1180, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.loading a {
visibility: hidden;
}
/* line 1185, ../scss/styles.scss */
.ie8 article.node-materiau.vm-cardmedium nav.nav ul, .ie8 article.node-breve.vm-cardmedium nav.nav ul {
background: #FFF;
}
/* line 1190, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav section:hover ul, article.node-breve.vm-cardmedium nav.nav section:hover ul {
padding: 5px 5px;
}
/* line 1192, ../scss/styles.scss */
article.node-materiau.vm-cardmedium nav.nav section:hover ul li, article.node-breve.vm-cardmedium nav.nav section:hover ul li {
height: 17px;
}
/* line 1205, ../scss/styles.scss */
article.node-materiau.vm-cardmedium div.workflow, article.node-breve.vm-cardmedium div.workflow {
position: absolute;
top: 0;
left: 0;
z-index: 11;
padding: 5px;
border-radius: 5px 0 3px 0;
background-clip: padding-box;
font-size: 10px;
vertical-align: top;
background-color: rgba(255, 255, 255, 0.9);
color: #000;
}
/* line 1211, ../scss/styles.scss */
article.node-materiau.vm-cardmedium div.workflow span, article.node-breve.vm-cardmedium div.workflow span {
padding: 3px 0 0 4px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
/* line 1214, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .field-name-field-description .upgrade, article.node-breve.vm-cardmedium .field-name-field-description .upgrade {
font-size: 12px;
padding-top: 4em;
margin-top: -4.5em;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 4em);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em);
position: relative;
}
/* line 1222, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .side.oops p, article.node-materiau.vm-cardmedium .side .upgrade p, article.node-breve.vm-cardmedium .side.oops p, article.node-breve.vm-cardmedium .side .upgrade p {
padding: 10px;
font-size: 12px;
}
/* line 1224, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .side.oops p a, article.node-materiau.vm-cardmedium .side .upgrade p a, article.node-breve.vm-cardmedium .side.oops p a, article.node-breve.vm-cardmedium .side .upgrade p a {
display: block;
margin: 10px 0;
font-size: 18px;
padding: 0.1em 0.6em 0.2em;
border-radius: 0.3em;
background-clip: padding-box;
font-weight: bold;
border: 2px solid #69CDCF;
background-color: #69CDCF;
color: #fff;
cursor: pointer;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-transition: text-shadow 0.2s ease-out;
transition: text-shadow 0.2s ease-out;
text-align: center;
text-decoration: none;
}
/* line 66, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .side.oops p a:hover, article.node-materiau.vm-cardmedium .side.oops p a:focus, article.node-materiau.vm-cardmedium .side .upgrade p a:hover, article.node-materiau.vm-cardmedium .side .upgrade p a:focus, article.node-breve.vm-cardmedium .side.oops p a:hover, article.node-breve.vm-cardmedium .side.oops p a:focus, article.node-breve.vm-cardmedium .side .upgrade p a:hover, article.node-breve.vm-cardmedium .side .upgrade p a:focus {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/* line 69, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .side.oops p a:active, article.node-materiau.vm-cardmedium .side .upgrade p a:active, article.node-breve.vm-cardmedium .side.oops p a:active, article.node-breve.vm-cardmedium .side .upgrade p a:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/* line 1358, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .side, article.node-breve.vm-cardmedium .side {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
cursor: pointer;
}
/* line 1360, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .side:nth-child(2), article.node-breve.vm-cardmedium .side:nth-child(2) {
z-index: 1;
}
/* line 1363, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .group-header, article.node-breve.vm-cardmedium .group-header {
position: absolute;
bottom: 0;
z-index: 2;
width: 190px;
padding: 5px 15px 5px 5px;
min-height: 55px;
font-size: 20px;
font-weight: 300;
line-height: 1;
background-color: rgba(255, 255, 255, 0.8);
text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
-webkit-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;
border-radius: 0 0 4px 4px;
background-clip: padding-box;
overflow: hidden;
}
/* line 1367, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .group-header .field-name-title-field, article.node-breve.vm-cardmedium .group-header .field-name-title-field {
font-weight: 700;
}
/* line 1368, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .group-header .field-name-field-nature-titre, article.node-breve.vm-cardmedium .group-header .field-name-field-nature-titre {
font-size: 14px;
}
/* line 1373, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .group-header .field-name-field-reference-materio, article.node-materiau.vm-cardmedium .group-header .field-name-field-localisation, article.node-materiau.vm-cardmedium .group-header .field-name-field-authored-on, article.node-breve.vm-cardmedium .group-header .field-name-field-reference-materio, article.node-breve.vm-cardmedium .group-header .field-name-field-localisation, article.node-breve.vm-cardmedium .group-header .field-name-field-authored-on {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
font-size: 12px;
vertical-align: bottom;
width: 48%;
}
/* line 1374, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .group-header .field-name-field-localisation, article.node-breve.vm-cardmedium .group-header .field-name-field-localisation {
text-align: right;
}
/* line 1375, ../scss/styles.scss */
.ie8 article.node-materiau.vm-cardmedium .group-header, .ie8 article.node-breve.vm-cardmedium .group-header {
background: #fff;
font-color: #000;
line-height: 1em;
padding: 10px;
}
/* line 1379, ../scss/styles.scss */
article.node-materiau.vm-cardmedium.node-breve .group-header, article.node-breve.vm-cardmedium.node-breve .group-header {
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
-webkit-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;
}
/* line 1382, ../scss/styles.scss */
article.node-materiau.vm-cardmedium.node-breve .group-header .field-name-field-authored-on, article.node-breve.vm-cardmedium.node-breve .group-header .field-name-field-authored-on {
font-size: 12px;
font-weight: 500;
}
/* line 1383, ../scss/styles.scss */
.ie8 article.node-materiau.vm-cardmedium.node-breve .group-header, .ie8 article.node-breve.vm-cardmedium.node-breve .group-header {
background: #000;
font-size: 15px;
line-height: 1.2em;
}
/* line 1390, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .group-images, article.node-breve.vm-cardmedium .group-images {
position: relative;
z-index: 1;
background-color: #fff;
}
/* line 77, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .group-images figure, article.node-breve.vm-cardmedium .group-images figure {
position: absolute;
top: 0;
left: 0;
}
/* line 79, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .group-images figure:first-child, article.node-breve.vm-cardmedium .group-images figure:first-child {
position: relative;
z-index: 1;
}
/* line 1393, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .field-name-field-description, article.node-materiau.vm-cardmedium .field-name-body, article.node-breve.vm-cardmedium .field-name-field-description, article.node-breve.vm-cardmedium .field-name-body {
font-size: 12px;
font-weight: 300;
overflow: hidden;
z-index: -1;
padding: 5px;
}
/* line 155, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .field-name-field-description.columnized, article.node-materiau.vm-cardmedium .field-name-body.columnized, article.node-breve.vm-cardmedium .field-name-field-description.columnized, article.node-breve.vm-cardmedium .field-name-body.columnized {
padding: 0;
-webkit-transition: margin-left 0.3s ease-out;
transition: margin-left 0.3s ease-out;
}
/* line 157, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column > *, article.node-materiau.vm-cardmedium .field-name-body.columnized .column > *, article.node-breve.vm-cardmedium .field-name-field-description.columnized .column > *, article.node-breve.vm-cardmedium .field-name-body.columnized .column > * {
padding: 5px;
}
/* line 159, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column-switcher, article.node-materiau.vm-cardmedium .field-name-body.columnized .column-switcher, article.node-breve.vm-cardmedium .field-name-field-description.columnized .column-switcher, article.node-breve.vm-cardmedium .field-name-body.columnized .column-switcher {
display: inline-block;
border-radius: 3px;
background-clip: padding-box;
color: #fff;
background-color: #3e3e3e;
vertical-align: middle;
font-weight: 700;
font-size: 22px;
padding: 0.05em 0.15em 0.2em 0.2em;
line-height: 0.5;
font-weight: normal;
}
/* line 164, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column-switcher.prev-column, article.node-materiau.vm-cardmedium .field-name-body.columnized .column-switcher.prev-column, article.node-breve.vm-cardmedium .field-name-field-description.columnized .column-switcher.prev-column, article.node-breve.vm-cardmedium .field-name-body.columnized .column-switcher.prev-column {
cursor: w-resize;
}
/* line 165, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column-switcher.next-column, article.node-materiau.vm-cardmedium .field-name-body.columnized .column-switcher.next-column, article.node-breve.vm-cardmedium .field-name-field-description.columnized .column-switcher.next-column, article.node-breve.vm-cardmedium .field-name-body.columnized .column-switcher.next-column {
cursor: e-resize;
}
/* line 1395, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .field-name-field-description .column > *, article.node-materiau.vm-cardmedium .field-name-body .column > *, article.node-breve.vm-cardmedium .field-name-field-description .column > *, article.node-breve.vm-cardmedium .field-name-body .column > * {
padding-right: 25px;
}
/* line 1399, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .column-wrapper, article.node-breve.vm-cardmedium .column-wrapper {
padding: 5px;
}
/* line 155, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .column-wrapper.columnized, article.node-breve.vm-cardmedium .column-wrapper.columnized {
padding: 0;
-webkit-transition: margin-left 0.3s ease-out;
transition: margin-left 0.3s ease-out;
}
/* line 157, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .column-wrapper.columnized .column > *, article.node-breve.vm-cardmedium .column-wrapper.columnized .column > * {
padding: 5px;
}
/* line 159, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .column-wrapper.columnized .column-switcher, article.node-breve.vm-cardmedium .column-wrapper.columnized .column-switcher {
display: inline-block;
border-radius: 3px;
background-clip: padding-box;
color: #fff;
background-color: #3e3e3e;
vertical-align: middle;
font-weight: 700;
font-size: 22px;
padding: 0.05em 0.15em 0.2em 0.2em;
line-height: 0.5;
font-weight: normal;
}
/* line 164, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .column-wrapper.columnized .column-switcher.prev-column, article.node-breve.vm-cardmedium .column-wrapper.columnized .column-switcher.prev-column {
cursor: w-resize;
}
/* line 165, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .column-wrapper.columnized .column-switcher.next-column, article.node-breve.vm-cardmedium .column-wrapper.columnized .column-switcher.next-column {
cursor: e-resize;
}
/* line 1402, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .field-name-field-company-fab, article.node-materiau.vm-cardmedium .field-name-field-company-distrib, article.node-breve.vm-cardmedium .field-name-field-company-fab, article.node-breve.vm-cardmedium .field-name-field-company-distrib {
font-size: 12px;
padding: 5px;
font-weight: 300;
}
/* line 1404, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .field-name-field-company-fab .field-label, article.node-materiau.vm-cardmedium .field-name-field-company-distrib .field-label, article.node-breve.vm-cardmedium .field-name-field-company-fab .field-label, article.node-breve.vm-cardmedium .field-name-field-company-distrib .field-label {
font-size: 10px;
text-transform: lowercase;
margin: 0;
}
/* line 1405, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .field-name-field-company-fab .field-name-field-tode-company, article.node-materiau.vm-cardmedium .field-name-field-company-distrib .field-name-field-tode-company, article.node-breve.vm-cardmedium .field-name-field-company-fab .field-name-field-tode-company, article.node-breve.vm-cardmedium .field-name-field-company-distrib .field-name-field-tode-company {
font-size: 14px;
}
/* line 1409, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .field-name-field-materiau-ref, article.node-materiau.vm-cardmedium .field-name-field-source, article.node-materiau.vm-cardmedium .field-name-field-attachments, article.node-breve.vm-cardmedium .field-name-field-materiau-ref, article.node-breve.vm-cardmedium .field-name-field-source, article.node-breve.vm-cardmedium .field-name-field-attachments {
font-size: 12px;
padding: 5px;
font-weight: 300;
}
/* line 1411, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .field-name-field-materiau-ref a, article.node-materiau.vm-cardmedium .field-name-field-source a, article.node-materiau.vm-cardmedium .field-name-field-attachments a, article.node-breve.vm-cardmedium .field-name-field-materiau-ref a, article.node-breve.vm-cardmedium .field-name-field-source a, article.node-breve.vm-cardmedium .field-name-field-attachments a {
color: #000;
}
/* line 1413, ../scss/styles.scss */
article.node-materiau.vm-cardmedium .field-label, article.node-breve.vm-cardmedium .field-label {
font-weight: 900;
margin: 1em 0 0.5em;
}
/* line 1415, ../scss/styles.scss */
.no-touch article.node-materiau.vm-cardmedium:not(.focused) nav.nav, .no-touch article.node-breve.vm-cardmedium:not(.focused) nav.nav {
visibility: hidden;
}
/* line 118, ../scss/styles.scss */
.no-touch article.node-materiau.vm-cardmedium:not(.focused) nav.nav > *, .no-touch article.node-breve.vm-cardmedium:not(.focused) nav.nav > * {
margin-top: -100000px;
}
/* line 121, ../scss/styles.scss */
.csstransition .no-touch article.node-materiau.vm-cardmedium:not(.focused) nav.nav, .csstransition .no-touch article.node-breve.vm-cardmedium:not(.focused) nav.nav {
opacity: 0;
-webkit-transition: visibility 0s 0.3s;
transition: visibility 0s 0.3s;
}
/* line 124, ../scss/styles.scss */
.csstransition .no-touch article.node-materiau.vm-cardmedium:not(.focused) nav.nav > *, .csstransition .no-touch article.node-breve.vm-cardmedium:not(.focused) nav.nav > * {
-webkit-transition: margin-top 0s 0.3s;
transition: margin-top 0s 0.3s;
}
/* line 1417, ../scss/styles.scss */
.no-touch article.node-materiau.vm-cardmedium:not(.focused) div.workflow, .no-touch article.node-breve.vm-cardmedium:not(.focused) div.workflow {
visibility: hidden;
}
/* line 118, ../scss/styles.scss */
.no-touch article.node-materiau.vm-cardmedium:not(.focused) div.workflow > *, .no-touch article.node-breve.vm-cardmedium:not(.focused) div.workflow > * {
margin-top: -100000px;
}
/* line 121, ../scss/styles.scss */
.csstransition .no-touch article.node-materiau.vm-cardmedium:not(.focused) div.workflow, .csstransition .no-touch article.node-breve.vm-cardmedium:not(.focused) div.workflow {
opacity: 0;
-webkit-transition: visibility 0s 0.3s;
transition: visibility 0s 0.3s;
}
/* line 124, ../scss/styles.scss */
.csstransition .no-touch article.node-materiau.vm-cardmedium:not(.focused) div.workflow > *, .csstransition .no-touch article.node-breve.vm-cardmedium:not(.focused) div.workflow > * {
-webkit-transition: margin-top 0s 0.3s;
transition: margin-top 0s 0.3s;
}
/* line 1419, ../scss/styles.scss */
.ie8 article.node-materiau.vm-cardmedium nav.nav, .ie8 article.node-breve.vm-cardmedium nav.nav {
background: #FFF;
}
/*
_____ _____ _____ ____ _____ _____ _____
| | _ | __ | \ | __ | | __|
| --| | -| | | | __ -|- -| | |
|_____|__|__|__|__|____/ |_____|_____|_____|
*/
/* line 1429, ../scss/styles.scss */
article.node-materiau.vm-cardbig, article.node-breve.vm-cardbig {
width: 425px;
height: 610px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
position: relative;
margin: 7px;
border-radius: 5px;
background-clip: padding-box;
background-color: #FFF;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
-webkit-transition: box-shadow 0.3s ease-out;
transition: box-shadow 0.3s ease-out;
}
/* line 1092, ../scss/styles.scss */
article.node-materiau.vm-cardbig > div.side, article.node-breve.vm-cardbig > div.side {
border-radius: 5px;
background-clip: padding-box;
overflow: hidden;
}
/* line 1097, ../scss/styles.scss */
article.node-materiau.vm-cardbig.focused, article.node-breve.vm-cardbig.focused {
box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
}
/* line 1099, ../scss/styles.scss */
article.node-materiau.vm-cardbig.just-added, article.node-breve.vm-cardbig.just-added {
opacity: 0;
}
/* line 1101, ../scss/styles.scss */
article.node-materiau.vm-cardbig.associated, article.node-breve.vm-cardbig.associated {
-webkit-transition: margin 0.3s ease-out;
transition: margin 0.3s ease-out;
}
/* line 1103, ../scss/styles.scss */
article.node-materiau.vm-cardbig.associated.just-added, article.node-breve.vm-cardbig.associated.just-added {
margin-left: -425px;
margin-right: 425px;
}
/* line 1105, ../scss/styles.scss */
.modal-content article.node-materiau.vm-cardbig.associated, .modal-content article.node-breve.vm-cardbig.associated {
position: absolute;
top: 0;
left: 0;
z-index: 999;
}
/* line 1113, ../scss/styles.scss */
article.node-materiau.vm-cardbig.removed, article.node-breve.vm-cardbig.removed {
-webkit-transition: width 0.3s ease-out;
transition: width 0.3s ease-out;
width: 0;
padding-left: 0;
padding-right: 0;
margin-right: 0;
margin-left: 0;
overflow: hidden;
}
/* line 1123, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav, article.node-breve.vm-cardbig nav.nav {
position: absolute;
top: 0;
right: 0;
z-index: 11;
padding: 5px 0;
border-radius: 0 5px 0 3px;
background-clip: padding-box;
font-size: 10px;
background-color: rgba(255, 255, 255, 0.9);
color: #000;
}
/* line 1135, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav a, article.node-breve.vm-cardbig nav.nav a {
color: #000;
}
/* line 1136, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul, article.node-breve.vm-cardbig nav.nav ul {
background-color: rgba(255, 255, 255, 0.9);
}
/* line 1137, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav span.op, article.node-breve.vm-cardbig nav.nav span.op {
font-weight: 900;
font-size: 14px;
}
/* line 1139, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul, article.node-breve.vm-cardbig nav.nav ul {
padding: 0;
margin: 0;
}
/* line 1141, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav section, article.node-breve.vm-cardbig nav.nav section {
position: relative;
}
/* line 1144, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav section > i, article.node-breve.vm-cardbig nav.nav section > i {
margin: 0 5px;
}
/* line 1144, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav section > i:hover, article.node-breve.vm-cardbig nav.nav section > i:hover {
cursor: pointer;
}
/* line 1147, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul, article.node-breve.vm-cardbig nav.nav ul {
position: absolute;
right: 0;
top: 0;
margin-right: 22px;
min-width: 80px;
padding: 0;
display: block;
border-radius: 3px;
background-clip: padding-box;
box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}
/* line 1151, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul li, article.node-breve.vm-cardbig nav.nav ul li {
padding: 0;
margin: 0;
line-height: 1;
display: block;
height: 0;
overflow: hidden;
-webkit-transition: height 0.2s ease-out;
transition: height 0.2s ease-out;
}
/* line 1155, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul li a, article.node-breve.vm-cardbig nav.nav ul li a {
display: block;
}
/* line 1158, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links {
width: 160px;
font-size: 0;
}
/* line 1161, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links > * {
font-size: 11px;
}
/* line 1166, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
min-width: 48%;
max-width: 98%;
padding-left: 2px;
}
/* line 1168, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li a {
color: #a6a6a6;
-webkit-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
/* line 1170, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li a.unflag-action {
color: #000;
text-decoration: none;
}
/* line 1174, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create {
display: block;
width: 100%;
}
/* line 1176, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create > * {
margin-top: 1px;
padding-top: 1px;
border-top: 1px solid #e6e6e6;
}
/* line 1177, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create a {
color: #000;
}
/* line 1179, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.loading {
background: transparent url("../img/ajax-loader.gif") no-repeat 98% center;
}
/* line 1180, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.loading a {
visibility: hidden;
}
/* line 1185, ../scss/styles.scss */
.ie8 article.node-materiau.vm-cardbig nav.nav ul, .ie8 article.node-breve.vm-cardbig nav.nav ul {
background: #FFF;
}
/* line 1190, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav section:hover ul, article.node-breve.vm-cardbig nav.nav section:hover ul {
padding: 5px 5px;
}
/* line 1192, ../scss/styles.scss */
article.node-materiau.vm-cardbig nav.nav section:hover ul li, article.node-breve.vm-cardbig nav.nav section:hover ul li {
height: 17px;
}
/* line 1205, ../scss/styles.scss */
article.node-materiau.vm-cardbig div.workflow, article.node-breve.vm-cardbig div.workflow {
position: absolute;
top: 0;
left: 0;
z-index: 11;
padding: 5px;
border-radius: 5px 0 3px 0;
background-clip: padding-box;
font-size: 10px;
vertical-align: top;
background-color: rgba(255, 255, 255, 0.9);
color: #000;
}
/* line 1211, ../scss/styles.scss */
article.node-materiau.vm-cardbig div.workflow span, article.node-breve.vm-cardbig div.workflow span {
padding: 3px 0 0 4px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
/* line 1214, ../scss/styles.scss */
article.node-materiau.vm-cardbig .field-name-field-description .upgrade, article.node-breve.vm-cardbig .field-name-field-description .upgrade {
font-size: 12px;
padding-top: 4em;
margin-top: -4.5em;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 4em);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em);
position: relative;
}
/* line 1222, ../scss/styles.scss */
article.node-materiau.vm-cardbig .side.oops p, article.node-materiau.vm-cardbig .side .upgrade p, article.node-breve.vm-cardbig .side.oops p, article.node-breve.vm-cardbig .side .upgrade p {
padding: 10px;
font-size: 12px;
}
/* line 1224, ../scss/styles.scss */
article.node-materiau.vm-cardbig .side.oops p a, article.node-materiau.vm-cardbig .side .upgrade p a, article.node-breve.vm-cardbig .side.oops p a, article.node-breve.vm-cardbig .side .upgrade p a {
display: block;
margin: 10px 0;
font-size: 18px;
padding: 0.1em 0.6em 0.2em;
border-radius: 0.3em;
background-clip: padding-box;
font-weight: bold;
border: 2px solid #69CDCF;
background-color: #69CDCF;
color: #fff;
cursor: pointer;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-transition: text-shadow 0.2s ease-out;
transition: text-shadow 0.2s ease-out;
text-align: center;
text-decoration: none;
}
/* line 66, ../scss/styles.scss */
article.node-materiau.vm-cardbig .side.oops p a:hover, article.node-materiau.vm-cardbig .side.oops p a:focus, article.node-materiau.vm-cardbig .side .upgrade p a:hover, article.node-materiau.vm-cardbig .side .upgrade p a:focus, article.node-breve.vm-cardbig .side.oops p a:hover, article.node-breve.vm-cardbig .side.oops p a:focus, article.node-breve.vm-cardbig .side .upgrade p a:hover, article.node-breve.vm-cardbig .side .upgrade p a:focus {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/* line 69, ../scss/styles.scss */
article.node-materiau.vm-cardbig .side.oops p a:active, article.node-materiau.vm-cardbig .side .upgrade p a:active, article.node-breve.vm-cardbig .side.oops p a:active, article.node-breve.vm-cardbig .side .upgrade p a:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/* line 1432, ../scss/styles.scss */
article.node-materiau.vm-cardbig .side, article.node-breve.vm-cardbig .side {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
height: 270px;
top: 340px;
cursor: pointer;
}
/* line 1434, ../scss/styles.scss */
article.node-materiau.vm-cardbig .side:nth-child(2), article.node-breve.vm-cardbig .side:nth-child(2) {
z-index: 1;
}
/* line 1437, ../scss/styles.scss */
article.node-materiau.vm-cardbig .group-side1, article.node-breve.vm-cardbig .group-side1 {
position: relative;
border-radius: 5px 5px 0 0;
background-clip: padding-box;
overflow: hidden;
}
/* line 1439, ../scss/styles.scss */
article.node-materiau.vm-cardbig .group-header, article.node-breve.vm-cardbig .group-header {
position: absolute;
bottom: 0;
z-index: 2;
width: 405px;
padding: 10px;
font-size: 20px;
font-weight: 300;
line-height: 1.1;
background-color: rgba(255, 255, 255, 0.8);
text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
-webkit-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;
}
/* line 1443, ../scss/styles.scss */
article.node-materiau.vm-cardbig .group-header .field-name-title-field, article.node-breve.vm-cardbig .group-header .field-name-title-field {
font-weight: 700;
}
/* line 1444, ../scss/styles.scss */
article.node-materiau.vm-cardbig .group-header .field-name-field-nature-titre, article.node-breve.vm-cardbig .group-header .field-name-field-nature-titre {
font-size: 14px;
}
/* line 1446, ../scss/styles.scss */
article.node-materiau.vm-cardbig .group-header .field-name-field-reference-materio, article.node-materiau.vm-cardbig .group-header .field-name-field-localisation, article.node-materiau.vm-cardbig .group-header .field-name-field-authored-on, article.node-breve.vm-cardbig .group-header .field-name-field-reference-materio, article.node-breve.vm-cardbig .group-header .field-name-field-localisation, article.node-breve.vm-cardbig .group-header .field-name-field-authored-on {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
font-size: 12px;
vertical-align: bottom;
width: 48%;
}
/* line 1447, ../scss/styles.scss */
article.node-materiau.vm-cardbig .group-header .field-name-field-localisation, article.node-breve.vm-cardbig .group-header .field-name-field-localisation {
text-align: right;
}
/* line 1448, ../scss/styles.scss */
.ie8 article.node-materiau.vm-cardbig .group-header, .ie8 article.node-breve.vm-cardbig .group-header {
background: #fff;
font-color: #000;
line-height: 1em;
padding: 20px;
border-bottom: 1px solid #C6C6C6;
}
/* line 1452, ../scss/styles.scss */
article.node-materiau.vm-cardbig.node-breve .group-header, article.node-breve.vm-cardbig.node-breve .group-header {
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
-webkit-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;
}
/* line 1454, ../scss/styles.scss */
article.node-materiau.vm-cardbig.node-breve .group-header .field-name-field-authored-on, article.node-breve.vm-cardbig.node-breve .group-header .field-name-field-authored-on {
font-size: 12px;
font-weight: 500;
}
/* line 1455, ../scss/styles.scss */
.ie8 article.node-materiau.vm-cardbig.node-breve .group-header, .ie8 article.node-breve.vm-cardbig.node-breve .group-header {
background: #000;
font-color: #fff;
line-height: 1em;
padding: 20px;
}
/* line 1458, ../scss/styles.scss */
article.node-materiau.vm-cardbig .group-images, article.node-breve.vm-cardbig .group-images {
position: relative;
z-index: 1;
background-color: #fff;
height: auto;
}
/* line 77, ../scss/styles.scss */
article.node-materiau.vm-cardbig .group-images figure, article.node-breve.vm-cardbig .group-images figure {
position: absolute;
top: 0;
left: 0;
}
/* line 79, ../scss/styles.scss */
article.node-materiau.vm-cardbig .group-images figure:first-child, article.node-breve.vm-cardbig .group-images figure:first-child {
position: relative;
z-index: 1;
}
/* line 1461, ../scss/styles.scss */
article.node-materiau.vm-cardbig .field-name-field-description, article.node-materiau.vm-cardbig .field-name-body, article.node-breve.vm-cardbig .field-name-field-description, article.node-breve.vm-cardbig .field-name-body {
font-size: 12px;
font-weight: 300;
padding: 10px;
}
/* line 155, ../scss/styles.scss */
article.node-materiau.vm-cardbig .field-name-field-description.columnized, article.node-materiau.vm-cardbig .field-name-body.columnized, article.node-breve.vm-cardbig .field-name-field-description.columnized, article.node-breve.vm-cardbig .field-name-body.columnized {
padding: 0;
-webkit-transition: margin-left 0.3s ease-out;
transition: margin-left 0.3s ease-out;
}
/* line 157, ../scss/styles.scss */
article.node-materiau.vm-cardbig .field-name-field-description.columnized .column > *, article.node-materiau.vm-cardbig .field-name-body.columnized .column > *, article.node-breve.vm-cardbig .field-name-field-description.columnized .column > *, article.node-breve.vm-cardbig .field-name-body.columnized .column > * {
padding: 10px;
}
/* line 159, ../scss/styles.scss */
article.node-materiau.vm-cardbig .field-name-field-description.columnized .column-switcher, article.node-materiau.vm-cardbig .field-name-body.columnized .column-switcher, article.node-breve.vm-cardbig .field-name-field-description.columnized .column-switcher, article.node-breve.vm-cardbig .field-name-body.columnized .column-switcher {
display: inline-block;
border-radius: 3px;
background-clip: padding-box;
color: #fff;
background-color: #3e3e3e;
vertical-align: middle;
font-weight: 700;
font-size: 22px;
padding: 0.05em 0.15em 0.2em 0.2em;
line-height: 0.5;
font-weight: normal;
}
/* line 164, ../scss/styles.scss */
article.node-materiau.vm-cardbig .field-name-field-description.columnized .column-switcher.prev-column, article.node-materiau.vm-cardbig .field-name-body.columnized .column-switcher.prev-column, article.node-breve.vm-cardbig .field-name-field-description.columnized .column-switcher.prev-column, article.node-breve.vm-cardbig .field-name-body.columnized .column-switcher.prev-column {
cursor: w-resize;
}
/* line 165, ../scss/styles.scss */
article.node-materiau.vm-cardbig .field-name-field-description.columnized .column-switcher.next-column, article.node-materiau.vm-cardbig .field-name-body.columnized .column-switcher.next-column, article.node-breve.vm-cardbig .field-name-field-description.columnized .column-switcher.next-column, article.node-breve.vm-cardbig .field-name-body.columnized .column-switcher.next-column {
cursor: e-resize;
}
/* line 1465, ../scss/styles.scss */
article.node-materiau.vm-cardbig .column-wrapper, article.node-breve.vm-cardbig .column-wrapper {
padding: 10px;
}
/* line 155, ../scss/styles.scss */
article.node-materiau.vm-cardbig .column-wrapper.columnized, article.node-breve.vm-cardbig .column-wrapper.columnized {
padding: 0;
-webkit-transition: margin-left 0.3s ease-out;
transition: margin-left 0.3s ease-out;
}
/* line 157, ../scss/styles.scss */
article.node-materiau.vm-cardbig .column-wrapper.columnized .column > *, article.node-breve.vm-cardbig .column-wrapper.columnized .column > * {
padding: 10px;
}
/* line 159, ../scss/styles.scss */
article.node-materiau.vm-cardbig .column-wrapper.columnized .column-switcher, article.node-breve.vm-cardbig .column-wrapper.columnized .column-switcher {
display: inline-block;
border-radius: 3px;
background-clip: padding-box;
color: #fff;
background-color: #3e3e3e;
vertical-align: middle;
font-weight: 700;
font-size: 22px;
padding: 0.05em 0.15em 0.2em 0.2em;
line-height: 0.5;
font-weight: normal;
}
/* line 164, ../scss/styles.scss */
article.node-materiau.vm-cardbig .column-wrapper.columnized .column-switcher.prev-column, article.node-breve.vm-cardbig .column-wrapper.columnized .column-switcher.prev-column {
cursor: w-resize;
}
/* line 165, ../scss/styles.scss */
article.node-materiau.vm-cardbig .column-wrapper.columnized .column-switcher.next-column, article.node-breve.vm-cardbig .column-wrapper.columnized .column-switcher.next-column {
cursor: e-resize;
}
/* line 1469, ../scss/styles.scss */
article.node-materiau.vm-cardbig .field-name-field-company-fab, article.node-materiau.vm-cardbig .field-name-field-company-distrib, article.node-breve.vm-cardbig .field-name-field-company-fab, article.node-breve.vm-cardbig .field-name-field-company-distrib {
font-size: 12px;
padding: 10px;
font-weight: 300;
}
/* line 1471, ../scss/styles.scss */
article.node-materiau.vm-cardbig .field-name-field-company-fab .field-label, article.node-materiau.vm-cardbig .field-name-field-company-distrib .field-label, article.node-breve.vm-cardbig .field-name-field-company-fab .field-label, article.node-breve.vm-cardbig .field-name-field-company-distrib .field-label {
font-size: 10px;
text-transform: lowercase;
float: none;
}
/* line 1472, ../scss/styles.scss */
article.node-materiau.vm-cardbig .field-name-field-company-fab .field-name-field-tode-company, article.node-materiau.vm-cardbig .field-name-field-company-distrib .field-name-field-tode-company, article.node-breve.vm-cardbig .field-name-field-company-fab .field-name-field-tode-company, article.node-breve.vm-cardbig .field-name-field-company-distrib .field-name-field-tode-company {
font-size: 14px;
}
/* line 1476, ../scss/styles.scss */
article.node-materiau.vm-cardbig .field-name-field-materiau-ref, article.node-materiau.vm-cardbig .field-name-field-source, article.node-materiau.vm-cardbig .field-name-field-attachments, article.node-breve.vm-cardbig .field-name-field-materiau-ref, article.node-breve.vm-cardbig .field-name-field-source, article.node-breve.vm-cardbig .field-name-field-attachments {
font-size: 12px;
padding: 10px;
font-weight: 300;
}
/* line 1477, ../scss/styles.scss */
article.node-materiau.vm-cardbig .field-name-field-materiau-ref a, article.node-materiau.vm-cardbig .field-name-field-source a, article.node-materiau.vm-cardbig .field-name-field-attachments a, article.node-breve.vm-cardbig .field-name-field-materiau-ref a, article.node-breve.vm-cardbig .field-name-field-source a, article.node-breve.vm-cardbig .field-name-field-attachments a {
color: #000;
}
/* line 1479, ../scss/styles.scss */
article.node-materiau.vm-cardbig .field-label, article.node-breve.vm-cardbig .field-label {
font-weight: 900;
margin: 0 0 0.5em;
}
/* line 1483, ../scss/styles.scss */
.ie8 article.node-materiau.vm-cardbig nav.nav, .ie8 article.node-breve.vm-cardbig nav.nav {
background: #FFF;
}
/* line 1486, ../scss/styles.scss */
article.node-materiau.vm-cardbig .side.oops p, article.node-materiau.vm-cardbig .side .upgrade p, article.node-breve.vm-cardbig .side.oops p, article.node-breve.vm-cardbig .side .upgrade p {
padding: 3em;
}
/* line 1488, ../scss/styles.scss */
article.node-materiau.vm-cardbig .side.oops p a, article.node-materiau.vm-cardbig .side .upgrade p a, article.node-breve.vm-cardbig .side.oops p a, article.node-breve.vm-cardbig .side .upgrade p a {
border: 2px solid #eee;
background-color: #eee;
color: #fff;
-webkit-transition: border 0.3s ease-out;
transition: border 0.3s ease-out;
-webkit-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;
}
/* line 1495, ../scss/styles.scss */
article.node-materiau.vm-cardbig:hover .side.oops p a, article.node-materiau.vm-cardbig:hover .side .upgrade p a, article.node-breve.vm-cardbig:hover .side.oops p a, article.node-breve.vm-cardbig:hover .side .upgrade p a {
border: 2px solid #69CDCF;
background-color: #69CDCF;
}
/*
_____ _____ _____ ____ _____ _____ __ __
| | _ | __ | \ | __| | | | | |
| --| | -| | | | __| | | |__| |__
|_____|__|__|__|__|____/ |__| |_____|_____|_____|
*/
/* line 1508, ../scss/styles.scss */
article.node-materiau.vm-cardfull, article.node-breve.vm-cardfull {
width: 850px;
height: 610px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
position: relative;
margin: 7px;
border-radius: 5px;
background-clip: padding-box;
background-color: #FFF;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
-webkit-transition: box-shadow 0.3s ease-out;
transition: box-shadow 0.3s ease-out;
font-size: 0px;
}
/* line 1092, ../scss/styles.scss */
article.node-materiau.vm-cardfull > div.side, article.node-breve.vm-cardfull > div.side {
border-radius: 5px;
background-clip: padding-box;
overflow: hidden;
}
/* line 1097, ../scss/styles.scss */
article.node-materiau.vm-cardfull.focused, article.node-breve.vm-cardfull.focused {
box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
}
/* line 1099, ../scss/styles.scss */
article.node-materiau.vm-cardfull.just-added, article.node-breve.vm-cardfull.just-added {
opacity: 0;
}
/* line 1101, ../scss/styles.scss */
article.node-materiau.vm-cardfull.associated, article.node-breve.vm-cardfull.associated {
-webkit-transition: margin 0.3s ease-out;
transition: margin 0.3s ease-out;
}
/* line 1103, ../scss/styles.scss */
article.node-materiau.vm-cardfull.associated.just-added, article.node-breve.vm-cardfull.associated.just-added {
margin-left: -850px;
margin-right: 850px;
}
/* line 1105, ../scss/styles.scss */
.modal-content article.node-materiau.vm-cardfull.associated, .modal-content article.node-breve.vm-cardfull.associated {
position: absolute;
top: 0;
left: 0;
z-index: 999;
}
/* line 1113, ../scss/styles.scss */
article.node-materiau.vm-cardfull.removed, article.node-breve.vm-cardfull.removed {
-webkit-transition: width 0.3s ease-out;
transition: width 0.3s ease-out;
width: 0;
padding-left: 0;
padding-right: 0;
margin-right: 0;
margin-left: 0;
overflow: hidden;
}
/* line 1123, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav, article.node-breve.vm-cardfull nav.nav {
position: absolute;
top: 0;
right: 0;
z-index: 11;
padding: 5px 0;
border-radius: 0 5px 0 3px;
background-clip: padding-box;
font-size: 10px;
background-color: rgba(255, 255, 255, 0.9);
color: #000;
}
/* line 1135, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav a, article.node-breve.vm-cardfull nav.nav a {
color: #000;
}
/* line 1136, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul, article.node-breve.vm-cardfull nav.nav ul {
background-color: rgba(255, 255, 255, 0.9);
}
/* line 1137, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav span.op, article.node-breve.vm-cardfull nav.nav span.op {
font-weight: 900;
font-size: 14px;
}
/* line 1139, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul, article.node-breve.vm-cardfull nav.nav ul {
padding: 0;
margin: 0;
}
/* line 1141, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav section, article.node-breve.vm-cardfull nav.nav section {
position: relative;
}
/* line 1144, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav section > i, article.node-breve.vm-cardfull nav.nav section > i {
margin: 0 5px;
}
/* line 1144, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav section > i:hover, article.node-breve.vm-cardfull nav.nav section > i:hover {
cursor: pointer;
}
/* line 1147, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul, article.node-breve.vm-cardfull nav.nav ul {
position: absolute;
right: 0;
top: 0;
margin-right: 22px;
min-width: 80px;
padding: 0;
display: block;
border-radius: 3px;
background-clip: padding-box;
box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}
/* line 1151, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul li, article.node-breve.vm-cardfull nav.nav ul li {
padding: 0;
margin: 0;
line-height: 1;
display: block;
height: 0;
overflow: hidden;
-webkit-transition: height 0.2s ease-out;
transition: height 0.2s ease-out;
}
/* line 1155, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul li a, article.node-breve.vm-cardfull nav.nav ul li a {
display: block;
}
/* line 1158, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links {
width: 160px;
font-size: 0;
}
/* line 1161, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links > * {
font-size: 11px;
}
/* line 1166, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
min-width: 48%;
max-width: 98%;
padding-left: 2px;
}
/* line 1168, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li a {
color: #a6a6a6;
-webkit-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
/* line 1170, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li a.unflag-action {
color: #000;
text-decoration: none;
}
/* line 1174, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create {
display: block;
width: 100%;
}
/* line 1176, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create > * {
margin-top: 1px;
padding-top: 1px;
border-top: 1px solid #e6e6e6;
}
/* line 1177, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create a {
color: #000;
}
/* line 1179, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.loading {
background: transparent url("../img/ajax-loader.gif") no-repeat 98% center;
}
/* line 1180, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.loading a {
visibility: hidden;
}
/* line 1185, ../scss/styles.scss */
.ie8 article.node-materiau.vm-cardfull nav.nav ul, .ie8 article.node-breve.vm-cardfull nav.nav ul {
background: #FFF;
}
/* line 1190, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav section:hover ul, article.node-breve.vm-cardfull nav.nav section:hover ul {
padding: 5px 5px;
}
/* line 1192, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav section:hover ul li, article.node-breve.vm-cardfull nav.nav section:hover ul li {
height: 17px;
}
/* line 1205, ../scss/styles.scss */
article.node-materiau.vm-cardfull div.workflow, article.node-breve.vm-cardfull div.workflow {
position: absolute;
top: 0;
left: 0;
z-index: 11;
padding: 5px;
border-radius: 5px 0 3px 0;
background-clip: padding-box;
font-size: 10px;
vertical-align: top;
background-color: rgba(255, 255, 255, 0.9);
color: #000;
}
/* line 1211, ../scss/styles.scss */
article.node-materiau.vm-cardfull div.workflow span, article.node-breve.vm-cardfull div.workflow span {
padding: 3px 0 0 4px;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
/* line 1214, ../scss/styles.scss */
article.node-materiau.vm-cardfull .field-name-field-description .upgrade, article.node-breve.vm-cardfull .field-name-field-description .upgrade {
font-size: 12px;
padding-top: 4em;
margin-top: -4.5em;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 4em);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em);
position: relative;
}
/* line 1222, ../scss/styles.scss */
article.node-materiau.vm-cardfull .side.oops p, article.node-materiau.vm-cardfull .side .upgrade p, article.node-breve.vm-cardfull .side.oops p, article.node-breve.vm-cardfull .side .upgrade p {
padding: 10px;
font-size: 12px;
}
/* line 1224, ../scss/styles.scss */
article.node-materiau.vm-cardfull .side.oops p a, article.node-materiau.vm-cardfull .side .upgrade p a, article.node-breve.vm-cardfull .side.oops p a, article.node-breve.vm-cardfull .side .upgrade p a {
display: block;
margin: 10px 0;
font-size: 18px;
padding: 0.1em 0.6em 0.2em;
border-radius: 0.3em;
background-clip: padding-box;
font-weight: bold;
border: 2px solid #69CDCF;
background-color: #69CDCF;
color: #fff;
cursor: pointer;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-transition: text-shadow 0.2s ease-out;
transition: text-shadow 0.2s ease-out;
text-align: center;
text-decoration: none;
}
/* line 66, ../scss/styles.scss */
article.node-materiau.vm-cardfull .side.oops p a:hover, article.node-materiau.vm-cardfull .side.oops p a:focus, article.node-materiau.vm-cardfull .side .upgrade p a:hover, article.node-materiau.vm-cardfull .side .upgrade p a:focus, article.node-breve.vm-cardfull .side.oops p a:hover, article.node-breve.vm-cardfull .side.oops p a:focus, article.node-breve.vm-cardfull .side .upgrade p a:hover, article.node-breve.vm-cardfull .side .upgrade p a:focus {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/* line 69, ../scss/styles.scss */
article.node-materiau.vm-cardfull .side.oops p a:active, article.node-materiau.vm-cardfull .side .upgrade p a:active, article.node-breve.vm-cardfull .side.oops p a:active, article.node-breve.vm-cardfull .side .upgrade p a:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/* line 1510, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav, article.node-breve.vm-cardfull nav.nav {
top: 0;
}
/* line 1514, ../scss/styles.scss */
article.node-materiau.vm-cardfull > *, article.node-breve.vm-cardfull > * {
font-size: 16px;
}
/* line 1516, ../scss/styles.scss */
article.node-materiau.vm-cardfull > .side, article.node-breve.vm-cardfull > .side {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
width: 50%;
}
/* line 1517, ../scss/styles.scss */
article.node-materiau.vm-cardfull > .side.group-side-left, article.node-breve.vm-cardfull > .side.group-side-left {
border-radius: 5px 0 0 5px;
background-clip: padding-box;
}
/* line 1520, ../scss/styles.scss */
article.node-materiau.vm-cardfull > .side.group-side-right, article.node-breve.vm-cardfull > .side.group-side-right {
border-radius: 0 5px 5px 0;
background-clip: padding-box;
}
/* line 1526, ../scss/styles.scss */
article.node-materiau.vm-cardfull .group-images, article.node-breve.vm-cardfull .group-images {
position: relative;
z-index: 1;
background-color: #fff;
}
/* line 77, ../scss/styles.scss */
article.node-materiau.vm-cardfull .group-images figure, article.node-breve.vm-cardfull .group-images figure {
position: absolute;
top: 0;
left: 0;
}
/* line 79, ../scss/styles.scss */
article.node-materiau.vm-cardfull .group-images figure:first-child, article.node-breve.vm-cardfull .group-images figure:first-child {
position: relative;
z-index: 1;
}
/* line 1528, ../scss/styles.scss */
article.node-materiau.vm-cardfull .group-header, article.node-breve.vm-cardfull .group-header {
font-size: 20px;
font-weight: 300;
padding: 10px;
}
/* line 1530, ../scss/styles.scss */
article.node-materiau.vm-cardfull .group-header .field-name-title-field, article.node-breve.vm-cardfull .group-header .field-name-title-field {
font-weight: 700;
}
/* line 1531, ../scss/styles.scss */
article.node-materiau.vm-cardfull .group-header .field-name-field-reference-materio, article.node-materiau.vm-cardfull .group-header .field-name-field-localisation, article.node-materiau.vm-cardfull .group-header .field-name-field-authored-on, article.node-breve.vm-cardfull .group-header .field-name-field-reference-materio, article.node-breve.vm-cardfull .group-header .field-name-field-localisation, article.node-breve.vm-cardfull .group-header .field-name-field-authored-on {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
font-size: 12px;
padding-right: 15px;
}
/* line 1535, ../scss/styles.scss */
article.node-materiau.vm-cardfull.node-breve .group-header, article.node-breve.vm-cardfull.node-breve .group-header {
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
-webkit-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;
}
/* line 1537, ../scss/styles.scss */
article.node-materiau.vm-cardfull.node-breve .group-header .field-name-field-authored-on, article.node-breve.vm-cardfull.node-breve .group-header .field-name-field-authored-on {
font-weight: 500;
}
/* line 1541, ../scss/styles.scss */
article.node-materiau.vm-cardfull .field-name-field-description, article.node-materiau.vm-cardfull .field-name-body, article.node-breve.vm-cardfull .field-name-field-description, article.node-breve.vm-cardfull .field-name-body {
font-size: 12px;
font-weight: 300;
padding: 10px;
}
/* line 1545, ../scss/styles.scss */
article.node-materiau.vm-cardfull .field-name-field-attachments, article.node-breve.vm-cardfull .field-name-field-attachments {
padding: 10px;
font-size: 12px;
}
/* line 1551, ../scss/styles.scss */
article.node-materiau.vm-cardfull .field-name-field-company-fab, article.node-materiau.vm-cardfull .field-name-field-company-distrib, article.node-breve.vm-cardfull .field-name-field-company-fab, article.node-breve.vm-cardfull .field-name-field-company-distrib {
font-size: 12px;
padding: 10px;
font-weight: 300;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
width: 40%;
}
/* line 1554, ../scss/styles.scss */
article.node-materiau.vm-cardfull .field-name-field-company-fab .field-item, article.node-materiau.vm-cardfull .field-name-field-company-distrib .field-item, article.node-breve.vm-cardfull .field-name-field-company-fab .field-item, article.node-breve.vm-cardfull .field-name-field-company-distrib .field-item {
margin-top: 1em;
}
/* line 1555, ../scss/styles.scss */
article.node-materiau.vm-cardfull .field-name-field-company-fab .field-label, article.node-materiau.vm-cardfull .field-name-field-company-distrib .field-label, article.node-breve.vm-cardfull .field-name-field-company-fab .field-label, article.node-breve.vm-cardfull .field-name-field-company-distrib .field-label {
font-size: 10px;
text-transform: lowercase;
float: none;
}
/* line 1556, ../scss/styles.scss */
article.node-materiau.vm-cardfull .field-name-field-company-fab .field-name-field-tode-company, article.node-materiau.vm-cardfull .field-name-field-company-distrib .field-name-field-tode-company, article.node-breve.vm-cardfull .field-name-field-company-fab .field-name-field-tode-company, article.node-breve.vm-cardfull .field-name-field-company-distrib .field-name-field-tode-company {
font-size: 14px;
}
/* line 1559, ../scss/styles.scss */
article.node-materiau.vm-cardfull .field-name-field-materiau-ref, article.node-materiau.vm-cardfull .field-name-field-source, article.node-materiau.vm-cardfull .field-name-field-attachments, article.node-breve.vm-cardfull .field-name-field-materiau-ref, article.node-breve.vm-cardfull .field-name-field-source, article.node-breve.vm-cardfull .field-name-field-attachments {
font-size: 12px;
padding: 10px;
font-weight: 300;
}
/* line 1560, ../scss/styles.scss */
article.node-materiau.vm-cardfull .field-name-field-materiau-ref a, article.node-materiau.vm-cardfull .field-name-field-source a, article.node-materiau.vm-cardfull .field-name-field-attachments a, article.node-breve.vm-cardfull .field-name-field-materiau-ref a, article.node-breve.vm-cardfull .field-name-field-source a, article.node-breve.vm-cardfull .field-name-field-attachments a {
color: #000;
}
/* line 1562, ../scss/styles.scss */
article.node-materiau.vm-cardfull .field-label, article.node-breve.vm-cardfull .field-label {
font-weight: 900;
margin: 0 0 0.5em;
}
/* line 1565, ../scss/styles.scss */
article.node-materiau.vm-cardfull nav.nav, article.node-breve.vm-cardfull nav.nav {
margin: 5px;
}
/* line 1567, ../scss/styles.scss */
article.node-materiau.vm-cardfull div.workflow, article.node-breve.vm-cardfull div.workflow {
margin: 5px;
}
/* line 1570, ../scss/styles.scss */
article.node-materiau.vm-cardfull .side.oops p, article.node-materiau.vm-cardfull .side .upgrade p, article.node-breve.vm-cardfull .side.oops p, article.node-breve.vm-cardfull .side .upgrade p {
padding: 3em;
}
/* line 1572, ../scss/styles.scss */
article.node-materiau.vm-cardfull .side.oops p a, article.node-materiau.vm-cardfull .side .upgrade p a, article.node-breve.vm-cardfull .side.oops p a, article.node-breve.vm-cardfull .side .upgrade p a {
border: 2px solid #eee;
background-color: #eee;
color: #fff;
-webkit-transition: border 0.3s ease-out;
transition: border 0.3s ease-out;
-webkit-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;
}
/* line 1579, ../scss/styles.scss */
article.node-materiau.vm-cardfull:hover .side.oops p a, article.node-materiau.vm-cardfull:hover .side .upgrade p a, article.node-breve.vm-cardfull:hover .side.oops p a, article.node-breve.vm-cardfull:hover .side .upgrade p a {
border: 2px solid #69CDCF;
background-color: #69CDCF;
}
/* line 36, ../scss/misc.scss */
div.messages {
padding: 9px;
margin: 0.5em 0 0;
color: #3a87ad;
background: #d9edf7;
border: 1px solid #bce8f1;
border-radius: 5px;
font-size: 12px;
}
/* line 14, ../scss/misc.scss */
div.messages.warning {
color: #c09853;
background-color: #fcf8e3;
border-color: #fbeed5;
}
/* line 20, ../scss/misc.scss */
div.messages.error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
/* line 27, ../scss/misc.scss */
div.messages.status {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
font-size: 14px;
}
/* line 38, ../scss/misc.scss */
.messages-label {
display: none;
}
/* line 40, ../scss/misc.scss */
#better-messages-wrapper {
background-color: rgba(255, 255, 255, 0.7);
padding: 10px;
border-radius: 5px;
background-clip: padding-box;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
/* line 44, ../scss/misc.scss */
#better-messages-wrapper #better-messages-default div.messages {
padding: 9px;
margin: 0.5em 0 0;
color: #3a87ad;
background: #d9edf7;
border: 1px solid #bce8f1;
border-radius: 5px;
font-size: 12px;
margin: 0 0 10px 0;
}
/* line 14, ../scss/misc.scss */
#better-messages-wrapper #better-messages-default div.messages.warning {
color: #c09853;
background-color: #fcf8e3;
border-color: #fbeed5;
}
/* line 20, ../scss/misc.scss */
#better-messages-wrapper #better-messages-default div.messages.error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
/* line 27, ../scss/misc.scss */
#better-messages-wrapper #better-messages-default div.messages.status {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
font-size: 14px;
}
/* line 47, ../scss/misc.scss */
#better-messages-wrapper #better-messages-default .footer {
border: none;
padding: 0;
margin: 0;
}
/* line 49, ../scss/misc.scss */
#better-messages-wrapper #better-messages-default .footer a.message-close {
background: #fff url("../img/close.png") no-repeat center center;
width: 15px;
height: 15px;
border-radius: 3px;
background-clip: padding-box;
display: block;
}
/** Tab navigation */
/**
* icons
*/
/**
* figures
*/
/* line 176, ../scss/misc.scss */
figure figcaption {
display: none;
}
/* line 179, ../scss/misc.scss */
figure .blank {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* ==|== print styles =======================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
/* line 206, ../scss/misc.scss */
a:focus {
outline: 0;
}
/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
/* line 214, ../scss/misc.scss */
a:active,
a:hover {
outline: 0;
}
/** COLORBOX */
/* line 221, ../scss/misc.scss */
#colorbox {
border-radius: 2px;
background-clip: padding-box;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
/* line 223, ../scss/misc.scss */
#colorbox #cboxLoadedContent {
background-color: #fff;
}
/** embed player */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
/* line 229, ../scss/misc.scss */
.embedded-video .player iframe {
max-width: 100%;
height: auto;
}
}
/** devel */
/* line 239, ../scss/misc.scss */
.not-logged-in #tasks ul.tabs.primary {
display: none;
}
/*
___ __ ____________ __________ __ _______ __ __________________
/ | / / / /_ __/ __ \/ ____/ __ \/ |/ / __ \/ / / ____/_ __/ ____/
/ /| |/ / / / / / / / / / / / / / / /|_/ / /_/ / / / __/ / / / __/
/ ___ / /_/ / / / / /_/ / /___/ /_/ / / / / ____/ /___/ /___ / / / /___
/_/ |_\____/ /_/ \____/\____/\____/_/ /_/_/ /_____/_____/ /_/ /_____/
*/
/* line 1596, ../scss/styles.scss */
#autocomplete {
border: 0;
border-radius: 3px;
background-clip: padding-box;
background-color: rgba(0, 0, 0, 0.6);
text-align: left;
margin-left: 2px;
}
/* line 1601, ../scss/styles.scss */
.oldie #autocomplete {
background-color: #545454;
}
/* line 1602, ../scss/styles.scss */
#autocomplete li {
color: #FFF;
background-color: transparent;
font-size: 12px;
}
/* line 1604, ../scss/styles.scss */
#autocomplete li.selected {
background-color: rgba(0, 0, 0, 0.8);
}
/* line 1605, ../scss/styles.scss */
#autocomplete li div {
padding: 0.1em 5px;
}
/**
* the old modal api (balck bg) for contextual forms (create new flag list)
*/
/* line 1646, ../scss/styles.scss */
#modal {
background-color: rgba(0, 0, 0, 0.7);
border-radius: 5px;
background-clip: padding-box;
border: 0;
font-size: 12px;
}
/* line 1616, ../scss/styles.scss */
#modal * {
color: #fff;
background-color: transparent;
}
/* line 1618, ../scss/styles.scss */
#modal form {
background-color: transparent;
color: #fff;
border: 0px;
}
/* line 1621, ../scss/styles.scss */
#modal form .form-actions {
background-color: transparent;
margin: 0;
padding: 0;
border: 0;
}
/* line 1624, ../scss/styles.scss */
#modal form input.form-text, #modal form textarea, #modal form div.grippie {
background-color: #fff;
color: #000;
border: 0;
}
/* line 1626, ../scss/styles.scss */
#modal form .form-actions {
text-align: right;
}
/* line 1627, ../scss/styles.scss */
#modal form input.form-submit {
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
display: inline-block;
padding-top: 0.625rem;
padding-right: 1.25rem;
padding-bottom: 0.6875rem;
padding-left: 1.25rem;
font-size: 0.6875rem;
background-color: #008CBA;
border-color: #007095;
color: #FFFFFF;
-webkit-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#modal form input.form-submit:hover, #modal form input.form-submit:focus {
background-color: #007095;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#modal form input.form-submit:hover, #modal form input.form-submit:focus {
color: #FFFFFF;
}
/* line 1630, ../scss/styles.scss */
#modal form input.form-submit[name="create"] {
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
display: inline-block;
padding-top: 0.625rem;
padding-right: 1.25rem;
padding-bottom: 0.6875rem;
padding-left: 1.25rem;
font-size: 0.6875rem;
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF;
-webkit-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#modal form input.form-submit[name="create"]:hover, #modal form input.form-submit[name="create"]:focus {
background-color: #368a55;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#modal form input.form-submit[name="create"]:hover, #modal form input.form-submit[name="create"]:focus {
color: #FFFFFF;
}
/* line 1633, ../scss/styles.scss */
#modal form input.form-submit[name="save"] {
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
display: inline-block;
padding-top: 0.625rem;
padding-right: 1.25rem;
padding-bottom: 0.6875rem;
padding-left: 1.25rem;
font-size: 0.6875rem;
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF;
-webkit-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#modal form input.form-submit[name="save"]:hover, #modal form input.form-submit[name="save"]:focus {
background-color: #368a55;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#modal form input.form-submit[name="save"]:hover, #modal form input.form-submit[name="save"]:focus {
color: #FFFFFF;
}
/* line 1636, ../scss/styles.scss */
#modal form input.form-submit[name="delete"] {
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
display: inline-block;
padding-top: 0.625rem;
padding-right: 1.25rem;
padding-bottom: 0.6875rem;
padding-left: 1.25rem;
font-size: 0.6875rem;
background-color: #f04124;
border-color: #cf2a0e;
color: #FFFFFF;
-webkit-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#modal form input.form-submit[name="delete"]:hover, #modal form input.form-submit[name="delete"]:focus {
background-color: #cf2a0e;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#modal form input.form-submit[name="delete"]:hover, #modal form input.form-submit[name="delete"]:focus {
color: #FFFFFF;
}
/* line 1639, ../scss/styles.scss */
#modal form input.form-submit[name="cancel"] {
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
display: inline-block;
padding-top: 0.625rem;
padding-right: 1.25rem;
padding-bottom: 0.6875rem;
padding-left: 1.25rem;
font-size: 0.6875rem;
background-color: #e7e7e7;
border-color: #b9b9b9;
color: #333333;
-webkit-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#modal form input.form-submit[name="cancel"]:hover, #modal form input.form-submit[name="cancel"]:focus {
background-color: #b9b9b9;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#modal form input.form-submit[name="cancel"]:hover, #modal form input.form-submit[name="cancel"]:focus {
color: #333333;
}
/* line 1648, ../scss/styles.scss */
#modal > * {
padding: 10px;
}
/* line 1652, ../scss/styles.scss */
#modal .form-item-flag-lists-name input {
width: 95%;
}
/* line 1655, ../scss/styles.scss */
#modal .actions {
text-align: right;
}
/**
* the new modal api used for preview and register modal
*/
/* line 1663, ../scss/styles.scss */
.modal-wrapper {
bottom: 0;
left: 0;
position: fixed;
right: 0;
text-align: center;
top: 0;
white-space: nowrap;
z-index: 99998;
}
/* line 1664, ../scss/styles.scss */
.modal-wrapper:before {
content: "";
display: inline-block;
height: 100%;
margin-right: -0.25em;
vertical-align: middle;
}
/* line 1671, ../scss/styles.scss */
.modal-wrapper:after, .modal-wrapper:before {
-moz-box-sizing: border-box;
}
/* line 1686, ../scss/styles.scss */
.modal-wrapper .modal-bg {
background-color: #000;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.5;
}
/* line 1694, ../scss/styles.scss */
.modal-wrapper .modal-content {
position: relative;
display: inline-block;
margin: 0 auto;
text-align: left;
vertical-align: middle;
white-space: normal;
min-height: 200px;
}
/*
_______ __________ ____ __ __ ____ ___ _ __
/ / ___// ____/ __ \/ __ \/ / / / / __ \/ | / | / /
__ / /\__ \/ / / /_/ / / / / / / / / /_/ / /| | / |/ /
/ /_/ /___/ / /___/ _, _/ /_/ / /___/ /___/ ____/ ___ |/ /| /
\____//____/\____/_/ |_|\____/_____/_____/_/ /_/ |_/_/ |_/
*/
/* line 1716, ../scss/styles.scss */
.jspContainer .jspVerticalBar {
background-color: transparent;
width: 5px;
}
/* line 1720, ../scss/styles.scss */
.jspContainer .jspVerticalBar .jspTrack {
background-color: transparent;
}
/* line 1722, ../scss/styles.scss */
.jspContainer .jspVerticalBar .jspTrack .jspDrag {
background-color: #ccc;
border-radius: 3px;
background-clip: padding-box;
}
/*
__________ ____ __ ______________
/_ __/ __ \/ __ \/ / /_ __/ _/ __ \
/ / / / / / / / / / / / / // /_/ /
/ / / /_/ / /_/ / /___/ / _/ // ____/
/_/ \____/\____/_____/_/ /___/_/
*/
/* line 1738, ../scss/styles.scss */
#tooltip {
position: absolute;
z-index: 999;
max-width: 180px;
background-color: white;
padding: 5px;
border-radius: 3px;
background-clip: padding-box;
font-size: 12px;
font-weight: 500;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
/* line 1742, ../scss/styles.scss */
#tooltip.op-visible {
-webkit-transition: opacity 0.1s ease-out;
transition: opacity 0.1s ease-out;
}
/*
______________________ ____ ___ ________ __
/ ____/ ____/ ____/ __ \/ __ )/ | / ____/ //_/
/ /_ / __/ / __/ / / / / __ / /| |/ / / ,<
/ __/ / /___/ /___/ /_/ / /_/ / ___ / /___/ /| |
/_/ /_____/_____/_____/_____/_/ |_\____/_/ |_|
*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
/* line 1756, ../scss/styles.scss */
#block-feedback-form {
bottom: 5px;
left: 5px;
right: auto;
}
}
/* line 1760, ../scss/styles.scss */
#block-feedback-form h2 {
line-height: 1.2;
font-size: 14px;
margin: 0;
}
/* line 1762, ../scss/styles.scss */
#block-feedback-form h2 .title {
display: none;
}
/* line 1765, ../scss/styles.scss */
#block-feedback-form #feedback-form-toggle {
padding: 2px 3px;
border-radius: 3px;
background-clip: padding-box;
background-color: #ff7600;
color: #fff;
line-height: 2;
font-weight: 900;
}
/* line 1769, ../scss/styles.scss */
#block-feedback-form .content {
background-color: rgba(0, 0, 0, 0.7);
border-radius: 5px;
background-clip: padding-box;
border: 0;
font-size: 12px;
}
/* line 1616, ../scss/styles.scss */
#block-feedback-form .content * {
color: #fff;
background-color: transparent;
}
/* line 1618, ../scss/styles.scss */
#block-feedback-form .content form {
background-color: transparent;
color: #fff;
border: 0px;
}
/* line 1621, ../scss/styles.scss */
#block-feedback-form .content form .form-actions {
background-color: transparent;
margin: 0;
padding: 0;
border: 0;
}
/* line 1624, ../scss/styles.scss */
#block-feedback-form .content form input.form-text, #block-feedback-form .content form textarea, #block-feedback-form .content form div.grippie {
background-color: #fff;
color: #000;
border: 0;
}
/* line 1626, ../scss/styles.scss */
#block-feedback-form .content form .form-actions {
text-align: right;
}
/* line 1627, ../scss/styles.scss */
#block-feedback-form .content form input.form-submit {
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
display: inline-block;
padding-top: 0.625rem;
padding-right: 1.25rem;
padding-bottom: 0.6875rem;
padding-left: 1.25rem;
font-size: 0.6875rem;
background-color: #008CBA;
border-color: #007095;
color: #FFFFFF;
-webkit-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#block-feedback-form .content form input.form-submit:hover, #block-feedback-form .content form input.form-submit:focus {
background-color: #007095;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#block-feedback-form .content form input.form-submit:hover, #block-feedback-form .content form input.form-submit:focus {
color: #FFFFFF;
}
/* line 1630, ../scss/styles.scss */
#block-feedback-form .content form input.form-submit[name="create"] {
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
display: inline-block;
padding-top: 0.625rem;
padding-right: 1.25rem;
padding-bottom: 0.6875rem;
padding-left: 1.25rem;
font-size: 0.6875rem;
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF;
-webkit-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#block-feedback-form .content form input.form-submit[name="create"]:hover, #block-feedback-form .content form input.form-submit[name="create"]:focus {
background-color: #368a55;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#block-feedback-form .content form input.form-submit[name="create"]:hover, #block-feedback-form .content form input.form-submit[name="create"]:focus {
color: #FFFFFF;
}
/* line 1633, ../scss/styles.scss */
#block-feedback-form .content form input.form-submit[name="save"] {
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
display: inline-block;
padding-top: 0.625rem;
padding-right: 1.25rem;
padding-bottom: 0.6875rem;
padding-left: 1.25rem;
font-size: 0.6875rem;
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF;
-webkit-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#block-feedback-form .content form input.form-submit[name="save"]:hover, #block-feedback-form .content form input.form-submit[name="save"]:focus {
background-color: #368a55;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#block-feedback-form .content form input.form-submit[name="save"]:hover, #block-feedback-form .content form input.form-submit[name="save"]:focus {
color: #FFFFFF;
}
/* line 1636, ../scss/styles.scss */
#block-feedback-form .content form input.form-submit[name="delete"] {
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
display: inline-block;
padding-top: 0.625rem;
padding-right: 1.25rem;
padding-bottom: 0.6875rem;
padding-left: 1.25rem;
font-size: 0.6875rem;
background-color: #f04124;
border-color: #cf2a0e;
color: #FFFFFF;
-webkit-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#block-feedback-form .content form input.form-submit[name="delete"]:hover, #block-feedback-form .content form input.form-submit[name="delete"]:focus {
background-color: #cf2a0e;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#block-feedback-form .content form input.form-submit[name="delete"]:hover, #block-feedback-form .content form input.form-submit[name="delete"]:focus {
color: #FFFFFF;
}
/* line 1639, ../scss/styles.scss */
#block-feedback-form .content form input.form-submit[name="cancel"] {
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
display: inline-block;
padding-top: 0.625rem;
padding-right: 1.25rem;
padding-bottom: 0.6875rem;
padding-left: 1.25rem;
font-size: 0.6875rem;
background-color: #e7e7e7;
border-color: #b9b9b9;
color: #333333;
-webkit-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#block-feedback-form .content form input.form-submit[name="cancel"]:hover, #block-feedback-form .content form input.form-submit[name="cancel"]:focus {
background-color: #b9b9b9;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
#block-feedback-form .content form input.form-submit[name="cancel"]:hover, #block-feedback-form .content form input.form-submit[name="cancel"]:focus {
color: #333333;
}
/* line 1771, ../scss/styles.scss */
.ie8 #block-feedback-form .content {
background: #000;
}
/* line 1774, ../scss/styles.scss */
#block-feedback-form #feedback-status-message {
background-color: #fff;
padding: 5px;
}
/*
_________ _____ __ __ __ _________ ____ _____
/_ __/ | / ___// //_/ _/_/ /_ __/ | / __ ) ___/
/ / / /| | \__ \/ ,< _/_/ / / / /| | / __ \__ \
/ / / ___ |___/ / /| | _/_/ / / / ___ |/ /_/ /__/ /
/_/ /_/ |_/____/_/ |_| /_/ /_/ /_/ |_/_____/____/
*/
/* line 1799, ../scss/styles.scss */
#tasks ul.tabs {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
border: 0 solid #fff;
padding: 0;
margin: 0;
}
/* line 1803, ../scss/styles.scss */
#tasks ul.tabs li {
padding: 0;
margin: 2px 5px;
border: 0 solid #fff;
}
/* line 1804, ../scss/styles.scss */
#tasks ul.tabs a {
border: 0;
color: #7f7f7f;
}
/* line 1806, ../scss/styles.scss */
#tasks ul.tabs a.active, #tasks ul.tabs a:hover {
font-weight: 900;
color: #000;
}
/* line 1786, ../scss/styles.scss */
#tasks ul.tabs.primary a {
font-size: 12px;
padding: 5px 10px;
background-color: #e6e6e6;
border-radius: 3px;
background-clip: padding-box;
}
/* line 1790, ../scss/styles.scss */
#tasks ul.tabs.primary a.active, #tasks ul.tabs.primary a:hover {
background-color: #e6e6e6;
}
/* line 1813, ../scss/styles.scss */
#tasks ul.tabs.secondary {
font-size: 10px;
padding: 0.5em 1em;
}
/*
______________ _____________________
/ ___/_ __/ |/_ __/ _/ ____/ ___/
\__ \ / / / /| | / / / // / \__ \
___/ // / / ___ |/ / _/ // /___ ___/ /
/____//_/ /_/ |_/_/ /___/\____//____/
*/
/*
_ _ ___ ___ ___
| | |_ -| -_| _|
|___|___|___|_|
*/
/* line 1836, ../scss/styles.scss */
.page-user #main, .page-user-edit #main, .page-user-password #main, .page-user-reset #main, .page-toboggan #main {
background: #fff url("../img/user-page-bg.gif") no-repeat bottom right;
}
/* line 1838, ../scss/styles.scss */
.page-user .messages, .page-user-edit .messages, .page-user-password .messages, .page-user-reset .messages, .page-toboggan .messages {
width: 800px;
margin: 0 auto;
}
/* line 1840, ../scss/styles.scss */
.page-user.role-6 #tasks .tabs.primary, .page-user-edit.role-6 #tasks .tabs.primary, .page-user-password.role-6 #tasks .tabs.primary, .page-user-reset.role-6 #tasks .tabs.primary, .page-toboggan.role-6 #tasks .tabs.primary {
display: none;
}
/* line 1786, ../scss/styles.scss */
.page-user.role-6 #tasks .tabs.secondary a, .page-user-edit.role-6 #tasks .tabs.secondary a, .page-user-password.role-6 #tasks .tabs.secondary a, .page-user-reset.role-6 #tasks .tabs.secondary a, .page-toboggan.role-6 #tasks .tabs.secondary a {
font-size: 12px;
padding: 5px 10px;
background-color: #e6e6e6;
border-radius: 3px;
background-clip: padding-box;
}
/* line 1790, ../scss/styles.scss */
.page-user.role-6 #tasks .tabs.secondary a.active, .page-user.role-6 #tasks .tabs.secondary a:hover, .page-user-edit.role-6 #tasks .tabs.secondary a.active, .page-user-edit.role-6 #tasks .tabs.secondary a:hover, .page-user-password.role-6 #tasks .tabs.secondary a.active, .page-user-password.role-6 #tasks .tabs.secondary a:hover, .page-user-reset.role-6 #tasks .tabs.secondary a.active, .page-user-reset.role-6 #tasks .tabs.secondary a:hover, .page-toboggan.role-6 #tasks .tabs.secondary a.active, .page-toboggan.role-6 #tasks .tabs.secondary a:hover {
background-color: #e6e6e6;
}
/* line 1843, ../scss/styles.scss */
.page-user #content .inner-content > *, .page-user-edit #content .inner-content > *, .page-user-password #content .inner-content > *, .page-user-reset #content .inner-content > *, .page-toboggan #content .inner-content > * {
width: 800px;
margin: 0 auto;
padding-top: 1em;
font-size: 14px;
/* #user-profile-form */
}
/* line 1846, ../scss/styles.scss */
.page-user #content .inner-content > * fieldset, .page-user-edit #content .inner-content > * fieldset, .page-user-password #content .inner-content > * fieldset, .page-user-reset #content .inner-content > * fieldset, .page-toboggan #content .inner-content > * fieldset {
margin-bottom: 1em;
}
/* line 1850, ../scss/styles.scss */
.page-user #content .inner-content > * legend, .page-user-edit #content .inner-content > * legend, .page-user-password #content .inner-content > * legend, .page-user-reset #content .inner-content > * legend, .page-toboggan #content .inner-content > * legend {
font-size: 16px;
margin: 0;
padding: 10px 0 5px 0;
line-height: 1;
border: 0 solid #fff;
}
/* line 1852, ../scss/styles.scss */
.page-user #content .inner-content > * legend a, .page-user-edit #content .inner-content > * legend a, .page-user-password #content .inner-content > * legend a, .page-user-reset #content .inner-content > * legend a, .page-toboggan #content .inner-content > * legend a {
color: #000;
}
/* line 1855, ../scss/styles.scss */
.page-user #content .inner-content > * .form-item, .page-user-edit #content .inner-content > * .form-item, .page-user-password #content .inner-content > * .form-item, .page-user-reset #content .inner-content > * .form-item, .page-toboggan #content .inner-content > * .form-item {
margin: 0 0 0.5em 0;
width: 100%;
}
/* line 1857, ../scss/styles.scss */
.page-user #content .inner-content > * .form-item label, .page-user #content .inner-content > * .form-item input.form-text, .page-user-edit #content .inner-content > * .form-item label, .page-user-edit #content .inner-content > * .form-item input.form-text, .page-user-password #content .inner-content > * .form-item label, .page-user-password #content .inner-content > * .form-item input.form-text, .page-user-reset #content .inner-content > * .form-item label, .page-user-reset #content .inner-content > * .form-item input.form-text, .page-toboggan #content .inner-content > * .form-item label, .page-toboggan #content .inner-content > * .form-item input.form-text {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
}
/* line 1860, ../scss/styles.scss */
.page-user #content .inner-content > * .form-item label, .page-user-edit #content .inner-content > * .form-item label, .page-user-password #content .inner-content > * .form-item label, .page-user-reset #content .inner-content > * .form-item label, .page-toboggan #content .inner-content > * .form-item label {
margin-right: 1em;
min-width: 6em;
}
/* line 1861, ../scss/styles.scss */
.page-user #content .inner-content > * .form-item input.form-text, .page-user-edit #content .inner-content > * .form-item input.form-text, .page-user-password #content .inner-content > * .form-item input.form-text, .page-user-reset #content .inner-content > * .form-item input.form-text, .page-toboggan #content .inner-content > * .form-item input.form-text {
padding: 2px 4px;
}
/* line 1866, ../scss/styles.scss */
.page-user #content .inner-content > * .form-wrapper > .form-item, .page-user-edit #content .inner-content > * .form-wrapper > .form-item, .page-user-password #content .inner-content > * .form-wrapper > .form-item, .page-user-reset #content .inner-content > * .form-wrapper > .form-item, .page-toboggan #content .inner-content > * .form-wrapper > .form-item {
margin: 0 0 2em 0;
}
/* line 1870, ../scss/styles.scss */
.page-user #content .inner-content > * .form-type-password-confirm label, .page-user #content .inner-content > * .form-type-new-password-confirm label, .page-user-edit #content .inner-content > * .form-type-password-confirm label, .page-user-edit #content .inner-content > * .form-type-new-password-confirm label, .page-user-password #content .inner-content > * .form-type-password-confirm label, .page-user-password #content .inner-content > * .form-type-new-password-confirm label, .page-user-reset #content .inner-content > * .form-type-password-confirm label, .page-user-reset #content .inner-content > * .form-type-new-password-confirm label, .page-toboggan #content .inner-content > * .form-type-password-confirm label, .page-toboggan #content .inner-content > * .form-type-new-password-confirm label {
width: 9em;
}
/* line 1871, ../scss/styles.scss */
.page-user #content .inner-content > * .form-type-password-confirm .password-parent, .page-user #content .inner-content > * .form-type-new-password-confirm .password-parent, .page-user-edit #content .inner-content > * .form-type-password-confirm .password-parent, .page-user-edit #content .inner-content > * .form-type-new-password-confirm .password-parent, .page-user-password #content .inner-content > * .form-type-password-confirm .password-parent, .page-user-password #content .inner-content > * .form-type-new-password-confirm .password-parent, .page-user-reset #content .inner-content > * .form-type-password-confirm .password-parent, .page-user-reset #content .inner-content > * .form-type-new-password-confirm .password-parent, .page-toboggan #content .inner-content > * .form-type-password-confirm .password-parent, .page-toboggan #content .inner-content > * .form-type-new-password-confirm .password-parent {
width: auto;
}
/* line 1872, ../scss/styles.scss */
.page-user #content .inner-content > * .form-type-password-confirm .password-strength, .page-user #content .inner-content > * .form-type-password-confirm .password-confirm, .page-user #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-user #content .inner-content > * .form-type-new-password-confirm .password-confirm, .page-user-edit #content .inner-content > * .form-type-password-confirm .password-strength, .page-user-edit #content .inner-content > * .form-type-password-confirm .password-confirm, .page-user-edit #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-user-edit #content .inner-content > * .form-type-new-password-confirm .password-confirm, .page-user-password #content .inner-content > * .form-type-password-confirm .password-strength, .page-user-password #content .inner-content > * .form-type-password-confirm .password-confirm, .page-user-password #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-user-password #content .inner-content > * .form-type-new-password-confirm .password-confirm, .page-user-reset #content .inner-content > * .form-type-password-confirm .password-strength, .page-user-reset #content .inner-content > * .form-type-password-confirm .password-confirm, .page-user-reset #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-user-reset #content .inner-content > * .form-type-new-password-confirm .password-confirm, .page-toboggan #content .inner-content > * .form-type-password-confirm .password-strength, .page-toboggan #content .inner-content > * .form-type-password-confirm .password-confirm, .page-toboggan #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-toboggan #content .inner-content > * .form-type-new-password-confirm .password-confirm {
width: 15em;
margin-top: 0;
}
/* line 1878, ../scss/styles.scss */
.page-user #content .inner-content > * .form-type-checkbox input, .page-user-edit #content .inner-content > * .form-type-checkbox input, .page-user-password #content .inner-content > * .form-type-checkbox input, .page-user-reset #content .inner-content > * .form-type-checkbox input, .page-toboggan #content .inner-content > * .form-type-checkbox input {
margin: 0;
}
/* line 1879, ../scss/styles.scss */
.page-user #content .inner-content > * .form-type-checkbox label, .page-user-edit #content .inner-content > * .form-type-checkbox label, .page-user-password #content .inner-content > * .form-type-checkbox label, .page-user-reset #content .inner-content > * .form-type-checkbox label, .page-toboggan #content .inner-content > * .form-type-checkbox label {
font-size: 14px;
margin: 0;
}
/* line 1883, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-language .form-item, .page-user-edit #content .inner-content > * #edit-language .form-item, .page-user-password #content .inner-content > * #edit-language .form-item, .page-user-reset #content .inner-content > * #edit-language .form-item, .page-toboggan #content .inner-content > * #edit-language .form-item {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
width: auto;
margin-right: 1em;
}
/* line 1885, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-language .form-item input, .page-user #content .inner-content > * #edit-language .form-item label, .page-user-edit #content .inner-content > * #edit-language .form-item input, .page-user-edit #content .inner-content > * #edit-language .form-item label, .page-user-password #content .inner-content > * #edit-language .form-item input, .page-user-password #content .inner-content > * #edit-language .form-item label, .page-user-reset #content .inner-content > * #edit-language .form-item input, .page-user-reset #content .inner-content > * #edit-language .form-item label, .page-toboggan #content .inner-content > * #edit-language .form-item input, .page-toboggan #content .inner-content > * #edit-language .form-item label {
margin: 0;
}
/* line 1889, ../scss/styles.scss */
.page-user #content .inner-content > * select.form-select, .page-user-edit #content .inner-content > * select.form-select, .page-user-password #content .inner-content > * select.form-select, .page-user-reset #content .inner-content > * select.form-select, .page-toboggan #content .inner-content > * select.form-select {
width: auto;
padding: 2px 4px;
height: auto;
}
/* line 1893, ../scss/styles.scss */
.page-user #content .inner-content > * div.description, .page-user-edit #content .inner-content > * div.description, .page-user-password #content .inner-content > * div.description, .page-user-reset #content .inner-content > * div.description, .page-toboggan #content .inner-content > * div.description {
font-size: 10px;
}
/* line 1896, ../scss/styles.scss */
.page-user #content .inner-content > * div.form-actions, .page-user-edit #content .inner-content > * div.form-actions, .page-user-password #content .inner-content > * div.form-actions, .page-user-reset #content .inner-content > * div.form-actions, .page-toboggan #content .inner-content > * div.form-actions {
margin: 0;
text-align: right;
padding: 1em 0.5em;
}
/* line 1903, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-profile-adherent-field-first-name, .page-user #content .inner-content > * #edit-profile-adherent-field-name,
.page-user #content .inner-content > * #edit-profile-adherent-field-private-quality, .page-user #content .inner-content > * #edit-profile-adherent-field-service, .page-user #content .inner-content > * #edit-profile-adherent-field-employee,
.page-user #content .inner-content > * #edit-profile-adherent-field-naf, .page-user #content .inner-content > * #edit-profile-adherent-field-siret, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-first-name, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-name,
.page-user-edit #content .inner-content > * #edit-profile-adherent-field-private-quality, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-service, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-employee,
.page-user-edit #content .inner-content > * #edit-profile-adherent-field-naf, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-siret, .page-user-password #content .inner-content > * #edit-profile-adherent-field-first-name, .page-user-password #content .inner-content > * #edit-profile-adherent-field-name,
.page-user-password #content .inner-content > * #edit-profile-adherent-field-private-quality, .page-user-password #content .inner-content > * #edit-profile-adherent-field-service, .page-user-password #content .inner-content > * #edit-profile-adherent-field-employee,
.page-user-password #content .inner-content > * #edit-profile-adherent-field-naf, .page-user-password #content .inner-content > * #edit-profile-adherent-field-siret, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-first-name, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-name,
.page-user-reset #content .inner-content > * #edit-profile-adherent-field-private-quality, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-service, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-employee,
.page-user-reset #content .inner-content > * #edit-profile-adherent-field-naf, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-siret, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-first-name, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-name,
.page-toboggan #content .inner-content > * #edit-profile-adherent-field-private-quality, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-service, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-employee,
.page-toboggan #content .inner-content > * #edit-profile-adherent-field-naf, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-siret {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
width: auto;
margin: 0 1em 0.5em 0;
}
/* line 1907, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-profile-adherent-field-first-name div, .page-user #content .inner-content > * #edit-profile-adherent-field-name div,
.page-user #content .inner-content > * #edit-profile-adherent-field-private-quality div, .page-user #content .inner-content > * #edit-profile-adherent-field-service div, .page-user #content .inner-content > * #edit-profile-adherent-field-employee div,
.page-user #content .inner-content > * #edit-profile-adherent-field-naf div, .page-user #content .inner-content > * #edit-profile-adherent-field-siret div, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-first-name div, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-name div,
.page-user-edit #content .inner-content > * #edit-profile-adherent-field-private-quality div, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-service div, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-employee div,
.page-user-edit #content .inner-content > * #edit-profile-adherent-field-naf div, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-siret div, .page-user-password #content .inner-content > * #edit-profile-adherent-field-first-name div, .page-user-password #content .inner-content > * #edit-profile-adherent-field-name div,
.page-user-password #content .inner-content > * #edit-profile-adherent-field-private-quality div, .page-user-password #content .inner-content > * #edit-profile-adherent-field-service div, .page-user-password #content .inner-content > * #edit-profile-adherent-field-employee div,
.page-user-password #content .inner-content > * #edit-profile-adherent-field-naf div, .page-user-password #content .inner-content > * #edit-profile-adherent-field-siret div, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-first-name div, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-name div,
.page-user-reset #content .inner-content > * #edit-profile-adherent-field-private-quality div, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-service div, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-employee div,
.page-user-reset #content .inner-content > * #edit-profile-adherent-field-naf div, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-siret div, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-first-name div, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-name div,
.page-toboggan #content .inner-content > * #edit-profile-adherent-field-private-quality div, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-service div, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-employee div,
.page-toboggan #content .inner-content > * #edit-profile-adherent-field-naf div, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-siret div {
width: auto;
margin: 0;
padding: 0;
}
/* line 1913, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-profile-adherent-field-name label, .page-user #content .inner-content > * #edit-profile-adherent-field-service label,
.page-user #content .inner-content > * #edit-profile-adherent-field-naf label, .page-user #content .inner-content > * #edit-profile-adherent-field-siret label, .page-user #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-name label, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-service label,
.page-user-edit #content .inner-content > * #edit-profile-adherent-field-naf label, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-siret label, .page-user-edit #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label, .page-user-password #content .inner-content > * #edit-profile-adherent-field-name label, .page-user-password #content .inner-content > * #edit-profile-adherent-field-service label,
.page-user-password #content .inner-content > * #edit-profile-adherent-field-naf label, .page-user-password #content .inner-content > * #edit-profile-adherent-field-siret label, .page-user-password #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-name label, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-service label,
.page-user-reset #content .inner-content > * #edit-profile-adherent-field-naf label, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-siret label, .page-user-reset #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-name label, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-service label,
.page-toboggan #content .inner-content > * #edit-profile-adherent-field-naf label, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-siret label, .page-toboggan #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label {
min-width: auto;
}
/* line 1916, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-profile-adherent-field-siret input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-siret input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-siret input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-siret input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-siret input {
width: 8em;
}
/* line 1917, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-profile-adherent-field-naf input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-naf input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-naf input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-naf input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-naf input {
width: 13em;
}
/* line 1919, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-profile-adherent-field-organization, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-organization, .page-user-password #content .inner-content > * #edit-profile-adherent-field-organization, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-organization, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-organization {
margin: 2em 0 0 0;
}
/* line 1919, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-profile-adherent-field-organization input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-organization input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-organization input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-organization input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-organization input {
width: 35em;
}
/* line 1921, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-profile-adherent-field-employee input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-employee input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-employee input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-employee input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-employee input {
width: 4em;
}
/* line 1925, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number, .page-user-password #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
}
/* line 1932, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input {
width: 35em;
}
/* line 1935, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item, .page-user-password #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item {
width: auto;
margin-right: 1em;
}
/* line 1939, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-profile-adherent-field-user-website, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-user-website, .page-user-password #content .inner-content > * #edit-profile-adherent-field-user-website, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-user-website, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-user-website {
margin: 2em 0 0 0;
}
/* line 1941, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > *, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > *, .page-user-password #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > *, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > *, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > * {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
}
/* line 1942, ../scss/styles.scss */
.page-user #content .inner-content > * #edit-profile-adherent-field-user-website input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-user-website input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-user-website input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-user-website input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-user-website input {
width: 35em;
}
/* line 1946, ../scss/styles.scss */
.page-user #content .inner-content > *.profile h3, .page-user-edit #content .inner-content > *.profile h3, .page-user-password #content .inner-content > *.profile h3, .page-user-reset #content .inner-content > *.profile h3, .page-toboggan #content .inner-content > *.profile h3 {
border: 0 solid transparent;
}
/* line 1947, ../scss/styles.scss */
.page-user #content .inner-content > *.profile .field-label, .page-user-edit #content .inner-content > *.profile .field-label, .page-user-password #content .inner-content > *.profile .field-label, .page-user-reset #content .inner-content > *.profile .field-label, .page-toboggan #content .inner-content > *.profile .field-label {
display: inline;
}
/*
_____ _____ _____ _____ __ _____ _____ _____ _ _ _ _____
| __| | | _ | | | __| | | __| | | | __|
|__ |- -| | | | __| |__| __| | | | __| | | |__ |
|_____|_____|_|_|_|__| |_____|_____|_|___|_____|_____|_____|
*/
/* line 1961, ../scss/styles.scss */
body.node-type-simplenews #content .inner-content {
text-align: center;
}
/* line 1964, ../scss/styles.scss */
body.node-type-simplenews #content article.node.node-simplenews {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
max-width: 600px;
padding: 1em 0;
}
/* line 1968, ../scss/styles.scss */
body.node-type-simplenews #content article.node.node-simplenews tbody {
border-top: 0px;
}
/*
_____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____
| _ | _ | __| __| | | | | |_ _| _ | |_ _|
| __| | | | __| | --| | | | | | | | | | --| | |
|__| |__|__|_____|_____| |_____|_____|_|___| |_| |__|__|_____| |_|
*/
/* line 1983, ../scss/styles.scss */
.page-node-11175 #main {
background: #fff url("../img/bg-contact.gif") no-repeat bottom right;
}
/* line 1987, ../scss/styles.scss */
.page-node-11175 #main .field-name-body p {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
margin: 15px;
}
/* line 1989, ../scss/styles.scss */
.page-node-11175 #main .field-name-body p strong {
font-size: 18px;
}
/*
_____ _____ _____ _____ _____ _____ _____
| _ | __ | | | | | | __|
| __| -|- -| --|- -| | | | | |
|__| |__|__|_____|_____|_____|_|___|_____|
*/
@media only screen and (min-width: 40.063em) {
/* line 2007, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column, body.page-node-11187 .node-11187 .field-name-body div.column-demi, body.page-node-11187 .node-11187 .field-name-body div.column-full, body.page-node-11187 .node-11187 .field-name-body div.column-auto {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
margin: 10px;
}
/* line 2010, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column {
width: 22.4%;
}
/* line 2012, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column ul.list-text {
min-height: 170px;
}
/* line 2014, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column-demi {
width: 46%;
}
/* line 2016, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column-demi ul.list-text {
min-height: 110px;
}
/* line 2018, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column-full {
width: 92%;
}
/* line 2022, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column-auto {
width: auto;
max-width: 98%;
}
/* line 2029, ../scss/styles.scss */
body.page-node-11187 #block-materio-user-user-register {
width: 600px;
margin: 0 auto;
}
}
@media only screen and (max-width: 40em) {
/* line 2036, ../scss/styles.scss */
body.page-node-11187 #block-system-help {
text-align: center;
}
}
/* line 2040, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body {
text-align: center;
}
/* line 2042, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body > * {
text-align: left;
}
/* line 2043, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column, body.page-node-11187 .node-11187 .field-name-body div.column-demi, body.page-node-11187 .node-11187 .field-name-body div.column-full, body.page-node-11187 .node-11187 .field-name-body div.column-auto {
position: relative;
border-radius: 5px;
background-clip: padding-box;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
overflow: hidden;
}
/* line 2046, ../scss/styles.scss */
.ie8 body.page-node-11187 .node-11187 .field-name-body div.column, .ie8 body.page-node-11187 .node-11187 .field-name-body div.column-demi, .ie8 body.page-node-11187 .node-11187 .field-name-body div.column-full, .ie8 body.page-node-11187 .node-11187 .field-name-body div.column-auto {
max-width: 500px;
margin: auto;
margin-bottom: 15px;
border: 1px solid #C6C6C6;
}
/* line 2049, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column > *, body.page-node-11187 .node-11187 .field-name-body div.column-demi > *, body.page-node-11187 .node-11187 .field-name-body div.column-full > *, body.page-node-11187 .node-11187 .field-name-body div.column-auto > * {
padding: 0 10px;
}
/* line 2050, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column img, body.page-node-11187 .node-11187 .field-name-body div.column-demi img, body.page-node-11187 .node-11187 .field-name-body div.column-full img, body.page-node-11187 .node-11187 .field-name-body div.column-auto img {
float: left;
padding: 0;
}
/* line 2051, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column h2, body.page-node-11187 .node-11187 .field-name-body div.column-demi h2, body.page-node-11187 .node-11187 .field-name-body div.column-full h2, body.page-node-11187 .node-11187 .field-name-body div.column-auto h2 {
text-align: left;
margin: 5px 0 0;
}
/* line 2052, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column .subtitle, body.page-node-11187 .node-11187 .field-name-body div.column-demi .subtitle, body.page-node-11187 .node-11187 .field-name-body div.column-full .subtitle, body.page-node-11187 .node-11187 .field-name-body div.column-auto .subtitle {
padding: 0 0 0 1em;
font-size: 18px;
font-style: italic;
font-weight: bold;
line-height: 1;
}
/* line 2056, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column ul, body.page-node-11187 .node-11187 .field-name-body div.column-demi ul, body.page-node-11187 .node-11187 .field-name-body div.column-full ul, body.page-node-11187 .node-11187 .field-name-body div.column-auto ul {
margin: 0;
padding: 0 15px;
}
/* line 2057, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column li, body.page-node-11187 .node-11187 .field-name-body div.column-demi li, body.page-node-11187 .node-11187 .field-name-body div.column-full li, body.page-node-11187 .node-11187 .field-name-body div.column-auto li {
list-style: none;
font-size: 12px;
}
/* line 2059, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column li:before, body.page-node-11187 .node-11187 .field-name-body div.column-demi li:before, body.page-node-11187 .node-11187 .field-name-body div.column-full li:before, body.page-node-11187 .node-11187 .field-name-body div.column-auto li:before {
content: "+ ";
font-weight: 900;
}
/* line 2064, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto .get-link {
margin: 0;
border-radius: 0 0 5px 5px 0 0 0;
background-clip: padding-box;
border: 1px solid #fff;
min-height: 92px;
}
/* line 2066, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column .get-link a, body.page-node-11187 .node-11187 .field-name-body div.column-demi .get-link a, body.page-node-11187 .node-11187 .field-name-body div.column-full .get-link a, body.page-node-11187 .node-11187 .field-name-body div.column-auto .get-link a {
display: block;
width: 100%;
padding: 15px 0;
color: #1A1A1A;
text-decoration: none;
}
/* line 2068, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column.gratos .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi.gratos .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full.gratos .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto.gratos .get-link {
background-color: #4BA13D;
}
/* line 2069, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column.flocon .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi.flocon .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full.flocon .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto.flocon .get-link {
background-color: #69CDCF;
}
/* line 2070, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column.etoile .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi.etoile .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full.etoile .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto.etoile .get-link {
background-color: #D476AE;
}
/* line 2071, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column.cinqetoiles .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi.cinqetoiles .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full.cinqetoiles .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto.cinqetoiles .get-link {
background-color: #E6DE1C;
}
/* line 2072, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column.ecole-de-neige, body.page-node-11187 .node-11187 .field-name-body div.column-demi.ecole-de-neige, body.page-node-11187 .node-11187 .field-name-body div.column-full.ecole-de-neige, body.page-node-11187 .node-11187 .field-name-body div.column-auto.ecole-de-neige {
float: none;
}
/* line 2078, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column h2 {
padding: 10px 0 0;
font-size: 24px;
}
/* line 2079, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column .subtitle {
min-height: 3em;
}
/* line 2080, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column .get-link {
padding: 0;
font-size: 24px;
text-align: center;
font-style: italic;
font-weight: 900;
cursor: pointer;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
-webkit-transition: text-shadow 0.3s ease-out;
transition: text-shadow 0.3s ease-out;
}
/* line 2084, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column .get-link span {
font-size: 20px;
}
/* line 53, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column .get-link:hover, body.page-node-11187 .node-11187 .field-name-body div.column .get-link:focus {
text-shadow: 0 0 3px white;
}
/* line 56, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column .get-link:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
}
/* line 2089, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column-demi h2 {
padding: 10px 0 0;
font-size: 24px;
top: 0;
}
/* line 2090, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column-demi .subtitle {
min-height: 2em;
}
/* line 2091, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column-demi ul {
font-size: 14px;
min-height: 120px;
}
/* line 2092, ../scss/styles.scss */
body.page-node-11187 .node-11187 .field-name-body div.column-demi .get-link {
font-size: 14px;
text-align: left;
padding: 0 1em;
background-color: #ddd;
}
/* line 2101, ../scss/styles.scss */
body.page-node-11187.logged-in .column.gratos .get-link {
cursor: auto !important;
}
/* line 2103, ../scss/styles.scss */
body.page-node-11187.logged-in .column.gratos .get-link a {
display: none !important;
}
/* line 2106, ../scss/styles.scss */
body.page-node-11187.logged-in.role-6 .column.flocon .get-link {
cursor: auto !important;
}
/* line 2108, ../scss/styles.scss */
body.page-node-11187.logged-in.role-6 .column.flocon .get-link a {
display: none !important;
}
/*
_____ ____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____
| _ | \| | | __| __| | | | | | __| | __ | |
| | | | | __|__ |- -| | | | | | | __| | | -| | | |
|__|__|____/|__|__|_____|_____|_____|_____|_|___| |__| |_____|__|__|_|_|_|
*/
/* line 2122, ../scss/styles.scss */
.node-11186 nav ul.links a.language-link {
display: none;
}
/* line 2125, ../scss/styles.scss */
#webform-client-form-11186 {
background-color: #e6e6e6;
border-radius: 10px;
background-clip: padding-box;
}
@media only screen and (min-width: 40.063em) {
/* line 2125, ../scss/styles.scss */
#webform-client-form-11186 {
padding: 10px 30px;
}
/* line 2128, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options {
margin: 10px 0;
}
/* line 2130, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options label {
width: auto;
}
/* line 2132, ../scss/styles.scss */
#webform-client-form-11186 fieldset {
border-radius: 5px;
background-clip: padding-box;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 10px;
}
/* line 2134, ../scss/styles.scss */
#webform-client-form-11186 fieldset fieldset {
border: 0 solid #ddd;
padding: 0;
}
/* line 2136, ../scss/styles.scss */
#webform-client-form-11186 legend {
margin: 0;
font-size: 18px;
font-weight: 700;
}
/* line 2137, ../scss/styles.scss */
#webform-client-form-11186 .form-item {
margin: 0 20px 0 0;
}
/* line 2138, ../scss/styles.scss */
#webform-client-form-11186 label {
font-size: 12px;
width: 10em;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
margin-right: 1em;
border-bottom: 1px solid #cccccc;
}
/* line 2139, ../scss/styles.scss */
#webform-client-form-11186 .description {
font-size: 10px;
width: 25em;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: bottom;
margin-left: 1em;
color: #7f7f7f;
}
/* line 2140, ../scss/styles.scss */
#webform-client-form-11186 input.form-text {
width: 13em;
}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
/* line 2125, ../scss/styles.scss */
#webform-client-form-11186 {
padding: 10px;
}
/* line 2145, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options {
margin: 0 0 10px 0;
}
/* line 2147, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options .form-item {
width: 100%;
}
/* line 2148, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options label {
width: 75%;
}
/* line 2150, ../scss/styles.scss */
#webform-client-form-11186 legend {
margin: 0;
font-size: 16px;
font-weight: 700;
}
/* line 2151, ../scss/styles.scss */
#webform-client-form-11186 .form-item {
margin: 0;
float: none;
}
/* line 2152, ../scss/styles.scss */
#webform-client-form-11186 label {
font-size: 12px;
width: 30%;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
margin-right: 0.5em;
}
/* line 2153, ../scss/styles.scss */
#webform-client-form-11186 input.form-text, #webform-client-form-11186 select.form-select {
width: 60%;
}
/* line 2154, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-infos {
font-size: 14px;
}
}
/* line 2159, ../scss/styles.scss */
#webform-client-form-11186 .fieldset-wrapper > .form-item {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
/* line 2161, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
width: 25%;
border: none;
}
/* line 2162, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-right {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
min-width: 70%;
}
/* line 2166, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio {
border: 1px solid #ddd;
border-radius: 5px;
background-clip: padding-box;
padding: 10px 5px;
margin: 5px 0;
background-color: #fff;
}
/* line 2168, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio input {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
margin: 0px 5px;
}
/* line 2169, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio label {
font-size: 20px;
font-weight: 700;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
margin: 0;
}
/* line 2171, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio:hover {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
/* line 2172, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio.form-item-submitted-column-left-membership-options:nth-child(1) {
background-color: #69CDCF;
}
/* line 2173, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio.form-item-submitted-column-left-membership-options:nth-child(2) {
background-color: #D476AE;
}
/* line 2174, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio.form-item-submitted-column-left-membership-options:nth-child(3) {
background-color: #E6DE1C;
}
/* line 2176, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio.form-item-submitted-column-left-membership-options:not(.selected) {
opacity: 0.4;
}
/* line 2179, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options > label {
width: 200px;
font-size: 18px;
font-weight: 700;
}
/* line 2180, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-left--membership-options label {
border: 0;
}
/* line 2183, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-right--me--my-account-email {
display: block;
}
/* line 2188, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-right--company--administrative-e-mail .description {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
/* line 2191, ../scss/styles.scss */
#webform-client-form-11186 #addressfield-wrapper {
margin-top: 1em;
}
/* line 2192, ../scss/styles.scss */
#webform-client-form-11186 .street-block .form-item {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
/* line 2194, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-right--collaborators {
margin: 20px 0;
overflow: hidden;
}
/* line 2196, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-right--collaborators fieldset {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
width: 33%;
}
/* line 2197, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-right--collaborators .form-item {
display: block;
}
/* line 2198, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-right--collaborators label {
width: 6em;
}
/* line 2199, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-right--collaborators input {
width: 11em;
}
/* line 2202, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-infos {
margin: 20px 0;
}
/* line 2204, ../scss/styles.scss */
#webform-client-form-11186 .form-actions {
padding: 0;
margin: 0;
border: 0px;
background-color: transparent;
text-align: left;
}
/* line 2209, ../scss/styles.scss */
#webform-client-form-11186 .form-actions .form-submit {
border: 2px solid #69CDCF;
background-color: #69CDCF;
color: #fff;
font-size: 18px;
padding: 0.2em 1em 0.3em;
border-radius: 0.3em;
background-clip: padding-box;
font-weight: bold;
margin-bottom: 9px;
cursor: pointer;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-transition: text-shadow 0.2s ease-out;
transition: text-shadow 0.2s ease-out;
}
/* line 66, ../scss/styles.scss */
#webform-client-form-11186 .form-actions .form-submit:hover, #webform-client-form-11186 .form-actions .form-submit:focus {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/* line 69, ../scss/styles.scss */
#webform-client-form-11186 .form-actions .form-submit:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/* line 2219, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-right--news-letters > label {
margin: 0;
font-size: 18px;
font-weight: 700;
border: none;
line-height: 40px;
}
/* line 2220, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-right--news-letters .form-item {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
/* line 2222, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-right--news-letters .form-item label {
width: auto;
}
/* line 2223, ../scss/styles.scss */
#webform-client-form-11186 #webform-component-column-right--news-letters .form-item input, #webform-client-form-11186 #webform-component-column-right--news-letters .form-item label {
margin: 0;
}
/* line 2227, ../scss/styles.scss */
#webform-client-form-11186 #edit-submitted-terms-of-services {
margin-bottom: 0.5em;
}
/* line 2229, ../scss/styles.scss */
#webform-client-form-11186 #edit-submitted-terms-of-services input, #webform-client-form-11186 #edit-submitted-terms-of-services label {
margin: 0 0.3em 0 0;
}
/* line 2230, ../scss/styles.scss */
#webform-client-form-11186 #edit-submitted-terms-of-services label {
width: auto;
}
/*
_____ _____ _____ _____ _____ _____ _____ _____ _____ _ _ _ _____ _____ _____ _____
| | | | | | _ | __ |_ _| | | | | __| | | | | __| | __ | |
| | | --| | --| | -| | | | | |- -| __| | | | | __| | | -| | | |
|_____|_____| |_____|__|__|__|__| |_| \___/|_____|_____|_____| |__| |_____|__|__|_|_|_|
*/
/* line 2241, ../scss/styles.scss */
#uc-cart-view-form {
background-color: #e6e6e6;
padding: 10px, 30px;
display: inline-block;
}
/* line 2247, ../scss/styles.scss */
#uc-cart-view-form table {
width: auto;
display: table;
background-color: #fff;
}
/* line 2251, ../scss/styles.scss */
#uc-cart-view-form table thead th {
border-bottom: none;
padding: 1em;
}
/* line 2252, ../scss/styles.scss */
#uc-cart-view-form table tbody {
border-top: none;
}
/* line 2254, ../scss/styles.scss */
#uc-cart-view-form table tbody tr.even, #uc-cart-view-form table tbody tr.odd {
background-color: #fff;
border-bottom: none;
}
/* line 2258, ../scss/styles.scss */
#uc-cart-view-form table tbody td {
padding: 1em;
}
/* line 2265, ../scss/styles.scss */
#uc-cart-view-form .form-type-uc-quantity input {
width: 2em;
}
/* line 2269, ../scss/styles.scss */
#uc-cart-view-form .form-actions {
padding: 0;
margin: 0;
border: 0px;
background-color: transparent;
text-align: right;
display: block;
width: 100%;
}
/* line 2276, ../scss/styles.scss */
#uc-cart-view-form .form-actions:before, #uc-cart-view-form .form-actions:after {
display: block;
}
/* line 2279, ../scss/styles.scss */
#uc-cart-view-form .form-actions .form-submit {
font-size: 16px;
font-weight: bold;
padding: 0.1em 0.3em 0.2em;
border-radius: 0.3em;
background-clip: padding-box;
border: 2px solid #ccc;
background-color: #ccc;
color: #4D4D4D;
cursor: pointer;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
-webkit-transition: text-shadow 0.3s ease-out;
transition: text-shadow 0.3s ease-out;
text-align: center;
text-decoration: none;
margin-left: 1em;
}
/* line 53, ../scss/styles.scss */
#uc-cart-view-form .form-actions .form-submit:hover, #uc-cart-view-form .form-actions .form-submit:focus {
text-shadow: 0 0 3px white;
}
/* line 56, ../scss/styles.scss */
#uc-cart-view-form .form-actions .form-submit:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
}
/* line 2282, ../scss/styles.scss */
#uc-cart-view-form .form-actions .form-submit#edit-checkout--2 {
font-size: 16px;
font-weight: bold;
padding: 0.1em 0.3em 0.2em;
border-radius: 0.3em;
background-clip: padding-box;
border: 2px solid #ccc;
background-color: #ccc;
color: #4D4D4D;
cursor: pointer;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
-webkit-transition: text-shadow 0.3s ease-out;
transition: text-shadow 0.3s ease-out;
text-align: center;
text-decoration: none;
cursor: pointer;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-transition: text-shadow 0.2s ease-out;
transition: text-shadow 0.2s ease-out;
border-color: #69CDCF;
background-color: #69CDCF;
color: #fff;
}
/* line 53, ../scss/styles.scss */
#uc-cart-view-form .form-actions .form-submit#edit-checkout--2:hover, #uc-cart-view-form .form-actions .form-submit#edit-checkout--2:focus {
text-shadow: 0 0 3px white;
}
/* line 56, ../scss/styles.scss */
#uc-cart-view-form .form-actions .form-submit#edit-checkout--2:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
}
/* line 66, ../scss/styles.scss */
#uc-cart-view-form .form-actions .form-submit#edit-checkout--2:hover, #uc-cart-view-form .form-actions .form-submit#edit-checkout--2:focus {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/* line 69, ../scss/styles.scss */
#uc-cart-view-form .form-actions .form-submit#edit-checkout--2:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/*
_____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____
| | | | | | | | __| | | | | | |_ _| | __| | __ | |
| | | --| | --| | __| --| -| | | | | | | | __| | | -| | | |
|_____|_____| |_____|__|__|_____|_____|__|__|_____|_____| |_| |__| |_____|__|__|_|_|_|
*/
/* line 2296, ../scss/styles.scss */
#uc-cart-checkout-form {
display: inline-block;
background-color: #e6e6e6;
padding: 10px, 30px;
}
/* line 2309, ../scss/styles.scss */
#uc-cart-checkout-form fieldset.form-row {
padding-bottom: 20px;
margin-bottom: 20px;
}
/* line 2315, ../scss/styles.scss */
#uc-cart-checkout-form fieldset.form-column {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
max-width: 39%;
margin: 15px 1em;
}
/* line 2318, ../scss/styles.scss */
#uc-cart-checkout-form fieldset.form-column > .fieldset-wrapper > .form-wrapper {
margin: 10px 0;
}
/* line 2325, ../scss/styles.scss */
#uc-cart-checkout-form fieldset.form-column-right {
border-left: 1px solid #ccc;
margin-left: 2em;
padding-left: 2em;
}
/* line 2331, ../scss/styles.scss */
#uc-cart-checkout-form legend {
margin: 0;
font-size: 18px;
font-weight: 700;
border: none;
line-height: 2;
}
/* line 2332, ../scss/styles.scss */
#uc-cart-checkout-form .fieldset-description {
font-size: 12px;
}
/* line 2333, ../scss/styles.scss */
#uc-cart-checkout-form .fieldset-wrapper {
font-size: 12px;
}
/* line 2334, ../scss/styles.scss */
#uc-cart-checkout-form .form-item {
margin: 0 20px 0 0;
}
/* line 2336, ../scss/styles.scss */
#uc-cart-checkout-form .description {
font-size: 10px;
width: 25em;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: bottom;
margin-left: 1em;
color: #7f7f7f;
}
/* line 2339, ../scss/styles.scss */
#uc-cart-checkout-form #cart-pane > .fieldset-wrapper {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
border-radius: 5px;
background-clip: padding-box;
padding: 10px;
background-color: #fff;
}
/* line 2346, ../scss/styles.scss */
#uc-cart-checkout-form #cart-pane table {
font-size: 14px;
min-width: 20em;
}
/* line 2302, ../scss/styles.scss */
#uc-cart-checkout-form #cart-pane table td.price {
width: 4em;
}
/* line 2350, ../scss/styles.scss */
#uc-cart-checkout-form #cart-pane tbody {
border: none;
}
/* line 2351, ../scss/styles.scss */
#uc-cart-checkout-form #cart-pane tr {
background-color: transparent;
border: none;
}
/* line 2352, ../scss/styles.scss */
#uc-cart-checkout-form #cart-pane td {
padding: 0 5px;
vertical-align: bottom;
}
/* line 2355, ../scss/styles.scss */
#uc-cart-checkout-form #cart-pane td.products {
width: auto;
}
/* line 2356, ../scss/styles.scss */
#uc-cart-checkout-form #cart-pane td.products a {
color: inherit;
font-weight: 700;
}
/* line 2358, ../scss/styles.scss */
#uc-cart-checkout-form #cart-pane td.products ul.product-description {
margin: 0;
font-size: 12px;
}
/* line 2359, ../scss/styles.scss */
#uc-cart-checkout-form #cart-pane td.products li {
list-style: none;
}
/* line 2363, ../scss/styles.scss */
#uc-cart-checkout-form #cart-pane tr.subtotal td {
font-size: 16px;
font-weight: 700;
}
/* line 2367, ../scss/styles.scss */
#uc-cart-checkout-form #customer-pane {
width: 35em;
}
/* line 2370, ../scss/styles.scss */
#uc-cart-checkout-form #billing-pane label {
font-size: 12px;
width: 8em;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: middle;
margin-right: 1em;
border-bottom: 1px solid #cccccc;
}
/* line 2371, ../scss/styles.scss */
#uc-cart-checkout-form #billing-pane input.form-text {
width: 13em;
}
/* line 2378, ../scss/styles.scss */
#uc-cart-checkout-form #payment-pane {
float: right;
}
/* line 2381, ../scss/styles.scss */
#uc-cart-checkout-form #payment-pane .fieldset-wrapper {
background-color: #fff;
border-radius: 5px;
background-clip: padding-box;
padding: 10px;
}
/* line 2387, ../scss/styles.scss */
#uc-cart-checkout-form #payment-pane #line-items-div {
float: none;
border: none;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
margin: 10px 0 20px;
}
/* line 2390, ../scss/styles.scss */
#uc-cart-checkout-form #payment-pane #line-items-div table {
font-size: 14px;
min-width: 20em;
}
/* line 2302, ../scss/styles.scss */
#uc-cart-checkout-form #payment-pane #line-items-div table td.price {
width: 4em;
}
/* line 2391, ../scss/styles.scss */
#uc-cart-checkout-form #payment-pane #line-items-div tbody {
border: none;
}
/* line 2392, ../scss/styles.scss */
#uc-cart-checkout-form #payment-pane #line-items-div td {
padding: 0 5px;
}
/* line 2396, ../scss/styles.scss */
#uc-cart-checkout-form #payment-pane #line-items-div tr td {
font-weight: 500;
}
/* line 2398, ../scss/styles.scss */
#uc-cart-checkout-form #payment-pane #line-items-div tr.line-item-total td {
font-size: 16px;
font-weight: 700;
text-align: right;
}
/* line 2405, ../scss/styles.scss */
#uc-cart-checkout-form #payment-pane #edit-panes-payment-payment-method label {
width: auto;
border-bottom: none;
}
/* line 2406, ../scss/styles.scss */
#uc-cart-checkout-form #payment-pane #edit-panes-payment-payment-method .form-item-panes-payment-payment-method {
border: 1px solid #ddd;
border-radius: 5px;
margin: 0.5em;
padding: 0.5em;
}
/* line 2410, ../scss/styles.scss */
#uc-cart-checkout-form #payment-pane #edit-panes-payment-payment-method .form-item-panes-payment-payment-method label {
font-weight: bold;
}
/* line 2414, ../scss/styles.scss */
#uc-cart-checkout-form #payment-pane #payment-details {
width: 25em;
border-top: none;
padding: 0;
margin: 0;
}
/* line 2420, ../scss/styles.scss */
#uc-cart-checkout-form .form-actions {
padding: 0;
margin: 0;
border: 0px;
background-color: transparent;
text-align: right;
}
/* line 2425, ../scss/styles.scss */
#uc-cart-checkout-form .form-actions .form-submit {
font-size: 16px;
font-weight: bold;
padding: 0.1em 0.3em 0.2em;
border-radius: 0.3em;
background-clip: padding-box;
border: 2px solid #ccc;
background-color: #ccc;
color: #4D4D4D;
cursor: pointer;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
-webkit-transition: text-shadow 0.3s ease-out;
transition: text-shadow 0.3s ease-out;
text-align: center;
text-decoration: none;
margin-left: 1em;
}
/* line 53, ../scss/styles.scss */
#uc-cart-checkout-form .form-actions .form-submit:hover, #uc-cart-checkout-form .form-actions .form-submit:focus {
text-shadow: 0 0 3px white;
}
/* line 56, ../scss/styles.scss */
#uc-cart-checkout-form .form-actions .form-submit:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
}
/* line 2428, ../scss/styles.scss */
#uc-cart-checkout-form .form-actions .form-submit#edit-continue {
font-size: 16px;
font-weight: bold;
padding: 0.1em 0.3em 0.2em;
border-radius: 0.3em;
background-clip: padding-box;
border: 2px solid #ccc;
background-color: #ccc;
color: #4D4D4D;
cursor: pointer;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
-webkit-transition: text-shadow 0.3s ease-out;
transition: text-shadow 0.3s ease-out;
text-align: center;
text-decoration: none;
cursor: pointer;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-transition: text-shadow 0.2s ease-out;
transition: text-shadow 0.2s ease-out;
border-color: #69CDCF;
background-color: #69CDCF;
color: #fff;
}
/* line 53, ../scss/styles.scss */
#uc-cart-checkout-form .form-actions .form-submit#edit-continue:hover, #uc-cart-checkout-form .form-actions .form-submit#edit-continue:focus {
text-shadow: 0 0 3px white;
}
/* line 56, ../scss/styles.scss */
#uc-cart-checkout-form .form-actions .form-submit#edit-continue:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
}
/* line 66, ../scss/styles.scss */
#uc-cart-checkout-form .form-actions .form-submit#edit-continue:hover, #uc-cart-checkout-form .form-actions .form-submit#edit-continue:focus {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/* line 69, ../scss/styles.scss */
#uc-cart-checkout-form .form-actions .form-submit#edit-continue:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/*
_____ _____ _____ _____ _____ _____
| | | | | | _ | __ |_ _|
| | | --| | --| | -| | |
|_____|_____| |_____|__|__|__|__| |_|
&&
_____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ __ _____ ____ _____ _____ _____ _____ _____
| | | | | | | | __| | | | | | |_ _| | | | _ | | | | \| _ |_ _| | | | |
| | | --| | --| | __| --| -| | | | | | | | | | | |__|- -| | | | | | |- -| | | | | |
|_____|_____| |_____|__|__|_____|_____|__|__|_____|_____| |_| \___/|__|__|_____|_____|____/|__|__| |_| |_____|_____|_|___|
*/
/* line 2455, ../scss/styles.scss */
.page-cart-checkout-review #content > .inner-content {
display: inline-block;
padding: 1em;
}
/* line 2463, ../scss/styles.scss */
.page-cart-checkout-review #edit-actions {
margin: 0;
padding: 0;
}
/* line 2465, ../scss/styles.scss */
.page-cart-checkout-review #edit-actions:before, .page-cart-checkout-review #edit-actions:after {
display: block;
}
/* line 2469, ../scss/styles.scss */
.page-cart-checkout-review #review-instructions {
width: 30em;
padding: 1em 0;
}
/* line 2475, ../scss/styles.scss */
.page-cart-checkout-review table.order-review-table {
border: none;
}
/* line 2477, ../scss/styles.scss */
.page-cart-checkout-review table.order-review-table .pane-title-row {
border: none;
background-color: transparent;
text-align: left;
font-size: 18px;
}
/* line 2482, ../scss/styles.scss */
.page-cart-checkout-review table.order-review-table .pane-title-row td {
padding: 1em 0 0 0;
}
/* line 2485, ../scss/styles.scss */
.page-cart-checkout-review table.order-review-table table.cart-review tr.odd {
background-color: transparent;
border: none;
}
/* line 2490, ../scss/styles.scss */
.page-cart-checkout-review table.order-review-table td.title-col {
padding: 0;
text-align: left;
}
/* line 2494, ../scss/styles.scss */
.page-cart-checkout-review table.order-review-table td.data-col {
padding: 0;
width: 75%;
}
/* line 2498, ../scss/styles.scss */
.page-cart-checkout-review table.order-review-table .review-button-row {
border: none;
background-color: transparent;
}
/* line 2502, ../scss/styles.scss */
.page-cart-checkout-review table.order-review-table .review-button-row > td {
padding: 3em 0 0 0;
}
/* line 2506, ../scss/styles.scss */
.page-cart-checkout-review table.order-review-table .review-button-row form {
margin: 0 0.5em 0 0;
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
/* line 2513, ../scss/styles.scss */
.page-cart-checkout-review #edit-actions {
border: 0px;
background-color: transparent;
text-align: right;
}
/* line 2518, ../scss/styles.scss */
.page-cart-checkout-review input.form-submit {
font-size: 16px;
font-weight: bold;
padding: 0.1em 0.3em 0.2em;
border-radius: 0.3em;
background-clip: padding-box;
border: 2px solid #ccc;
background-color: #ccc;
color: #4D4D4D;
cursor: pointer;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
-webkit-transition: text-shadow 0.3s ease-out;
transition: text-shadow 0.3s ease-out;
text-align: center;
text-decoration: none;
margin-left: 1em;
}
/* line 53, ../scss/styles.scss */
.page-cart-checkout-review input.form-submit:hover, .page-cart-checkout-review input.form-submit:focus {
text-shadow: 0 0 3px white;
}
/* line 56, ../scss/styles.scss */
.page-cart-checkout-review input.form-submit:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
}
/* line 2521, ../scss/styles.scss */
.page-cart-checkout-review input.form-submit#edit-submit {
font-size: 16px;
font-weight: bold;
padding: 0.1em 0.3em 0.2em;
border-radius: 0.3em;
background-clip: padding-box;
border: 2px solid #ccc;
background-color: #ccc;
color: #4D4D4D;
cursor: pointer;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
-webkit-transition: text-shadow 0.3s ease-out;
transition: text-shadow 0.3s ease-out;
text-align: center;
text-decoration: none;
cursor: pointer;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-transition: text-shadow 0.2s ease-out;
transition: text-shadow 0.2s ease-out;
border-color: #69CDCF;
background-color: #69CDCF;
color: #fff;
}
/* line 53, ../scss/styles.scss */
.page-cart-checkout-review input.form-submit#edit-submit:hover, .page-cart-checkout-review input.form-submit#edit-submit:focus {
text-shadow: 0 0 3px white;
}
/* line 56, ../scss/styles.scss */
.page-cart-checkout-review input.form-submit#edit-submit:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
}
/* line 66, ../scss/styles.scss */
.page-cart-checkout-review input.form-submit#edit-submit:hover, .page-cart-checkout-review input.form-submit#edit-submit:focus {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
/* line 69, ../scss/styles.scss */
.page-cart-checkout-review input.form-submit#edit-submit:active {
-webkit-transition: text-shadow 0s ease-out;
transition: text-shadow 0s ease-out;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/*
____ _____ ____ _____ _____ _____ _____ _____ _____ _____
| \| | \| _ | |_ _| | | | | __|
| | |- -| | | | --| | | |- -| | | | | __|
|____/|_____|____/|__|__|_____| |_| |_____|__ _|_____|_____|
|__|
*/
/* line 2537, ../scss/styles.scss */
#didactique-page .node-didactique {
border-radius: 5px;
background-clip: padding-box;
background-color: #FFF;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
max-width: 850px;
font-size: 14px;
background-color: #fff;
margin: 1em auto;
padding: 1em;
}
/* line 2544, ../scss/styles.scss */
#didactique-page .node-didactique .field-name-field-emvideo {
margin: 1em 0;
}
/* line 2548, ../scss/styles.scss */
#didactique-page .node-didactique .field-name-title-field {
font-size: 24px;
font-weight: 900;
font-style: italic;
padding: 5px 0;
}
/* line 2552, ../scss/styles.scss */
#didactique-page .node-didactique .field-name-field-visuel figure, #didactique-page .node-didactique .field-name-field-visuel img {
max-width: 100%;
}
@media only screen and (min-width: 40.063em) {
/* line 2557, ../scss/styles.scss */
#didactique-page .side {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
vertical-align: top;
}
/* line 2558, ../scss/styles.scss */
#didactique-page .group-sideleft {
width: 60%;
}
/* line 2559, ../scss/styles.scss */
#didactique-page .group-sideright {
width: 39%;
}
}
/*
_ _ _ _____ _____ _ _ _ _____ _____ _____ _____
| | | | | | | | | | | __| | _ | __ | __|
| | | | | | | | | | | __| | | -| __|
|_____|__|__|_____| |_____|_____| |__|__|__|__|_____|
*/
@media only screen and (max-width: 40em) {
/* line 2577, ../scss/styles.scss */
.page-whoweare #tool-bar #block-materio-page-title-materio-page-title {
display: none;
}
}
/*
_ _
_____ ___|_|___| |_ ___ ___ ___ ___ ___ ___
| | .'| | | _| -_| | .'| | _| -_|
|_|_|_|__,|_|_|_|_| |___|_|_|__,|_|_|___|___|
*/
/* line 2591, ../scss/styles.scss */
.maintenance-page #container, .maintenance-page #header {
text-align: center;
padding: 0;
position: relative;
}
/* line 2592, ../scss/styles.scss */
.maintenance-page #main {
background-color: transparent;
}
/* line 2593, ../scss/styles.scss */
.maintenance-page #header h1.site-name {
font-size: 36px;
margin: 0;
padding-left: 0;
}
/* line 2594, ../scss/styles.scss */
.maintenance-page h2.site-slogan {
font-size: 16px;
font-weight: 300;
margin: 0;
line-height: 1.1;
}
/*
_____ _____ _____
| __| _ | |
| __| | | |
|__| |__|__|__ _|
|__|
*/
/* line 2604, ../scss/styles.scss */
.page-faq-page #main {
background: #fff url("../img/bg-faq.png") no-repeat bottom right;
}
/* line 2610, ../scss/styles.scss */
#content .faq-content .faq-description {
font-size: 12px;
padding-bottom: 2em;
}
/* line 2614, ../scss/styles.scss */
#content .faq-content ul.faq-ul-questions-top {
margin: 0;
}
/* line 2616, ../scss/styles.scss */
#content .faq-content ul.faq-ul-questions-top li {
list-style: none;
}
/* line 2618, ../scss/styles.scss */
#content .faq-content ul.faq-ul-questions-top li a {
font-size: 18px;
font-weight: 500;
}
/* line 2624, ../scss/styles.scss */
#content .faq-content h3.faq-header {
font-size: 20px;
font-weight: 700;
line-height: 1.2;
margin: 0;
}
/* line 2627, ../scss/styles.scss */
#content .faq-content h3.faq-header a {
color: #000;
}
/* line 2630, ../scss/styles.scss */
#content .faq-content .faq-dl-hide-answer {
padding: 0;
}
/* line 2633, ../scss/styles.scss */
#content .faq-content .faq-category-group {
padding-bottom: 1em;
}
/* line 2636, ../scss/styles.scss */
#content .faq-content .faq-question-answer {
padding: 0.3em 0 0 0.8em;
}
/* line 2638, ../scss/styles.scss */
#content .faq-content .faq-question-answer .faq-question {
font-size: 16px;
padding: 0;
font-weight: 500;
}
/* line 2640, ../scss/styles.scss */
#content .faq-content .faq-question-answer .faq-question a {
color: #000;
}
/* line 2642, ../scss/styles.scss */
#content .faq-content .faq-question-answer .faq-answer {
padding: 0;
margin-bottom: 2em;
font-size: 12px;
}
/* line 2648, ../scss/styles.scss */
#content .faq-content .field-name-body img {
max-width: 50%;
height: auto;
}
/* line 2656, ../scss/styles.scss */
#homev2 h2 {
font-size: 47px;
font-weight: 700;
}
/* line 2657, ../scss/styles.scss */
#homev2 a {
color: #000;
}
/* line 2659, ../scss/styles.scss */
#homev2 .pane-menu-menu-home-v2 .menu li {
display: inline-block;
}
/* line 2661, ../scss/styles.scss */
#homev2 .pane-menu-menu-home-v2 .menu li a {
background-color: #4d4d4d;
border-radius: 5px;
background-clip: padding-box;
padding: 10px 10px;
color: #FFF;
font-size: 18px;
font-weight: 700;
}
/* line 2671, ../scss/styles.scss */
#homev2 .pane-node {
height: 650px;
}
/* line 2674, ../scss/styles.scss */
#homev2 .pane-node .pane-content .content {
background-color: rgba(255, 255, 255, 0.5);
width: 40%;
border-radius: 5px;
background-clip: padding-box;
padding: 15px;
}