@charset "UTF-8";
/*!
    Theme Name:   Randan
    Description:  Thème des Amis du domaine royal de Randan basé sur notorius-starter
    Author:       Notorius
    Author URI:   http://www.notorius-studio.com
    Template:     notorius-starter
    Version:      1.0.0
    Tags:         randan, responsive, client
    Text Domain:  randan
 */
/* Sass Mixin that generates a Baseline Grid */
/* by: Mike Morrison, Soholaunch.com */
/* You don't have to leave this credit comment in, but it would be nice of you. */
/* line 34, ../../source/core/_debug.scss */
.debug-baseline-grid {
  background-image: -webkit-linear-gradient(0deg, rgba(255, 99, 71, 0.1) 83.33333px, transparent 0.21429), -webkit-linear-gradient(top, transparent 95%, rgba(56, 255, 255, 0.8) 100%);
  background-size: 83.54762px 100%, 100% 22px;
  background-position: 10px 0px;
}

/* ==========================================================================
   Visibility
   ========================================================================== */
/* line 5, ../../source/states/_visibility.scss */
.is-invisible {
  visibility: hidden;
}

/* line 6, ../../source/states/_visibility.scss */
.is-hide {
  display: none;
}

/* line 7, ../../source/states/_visibility.scss */
.is-vishidden, .screen-reader-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* line 8, ../../source/states/_visibility.scss */
.is-transparent {
  opacity: 0;
}

/* line 9, ../../source/states/_visibility.scss */
.is-hide-text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

/* line 10, ../../source/states/_visibility.scss */
.is-ofhidden {
  overflow: hidden;
}

/* line 11, ../../source/states/_visibility.scss */
.is-ofvisible {
  overflow: visible;
}

/*! normalize.css v3.0.1 | 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.
 */
/* line 9, ../../source/base/_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, ../../source/base/_normalize.scss */
body {
  margin: 0;
  -webkit-backface-visibility: hidden;
}

/* 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, ../../source/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 53, ../../source/base/_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 66, ../../source/base/_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 76, ../../source/base/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../../source/base/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 96, ../../source/base/_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 108, ../../source/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 116, ../../source/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 125, ../../source/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
/* line 143, ../../source/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 152, ../../source/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 160, ../../source/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 168, ../../source/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 172, ../../source/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 183, ../../source/base/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 191, ../../source/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 202, ../../source/base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 210, ../../source/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 220, ../../source/base/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 228, ../../source/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: "Courier New", Courier, 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 251, ../../source/base/_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 265, ../../source/base/_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 276, ../../source/base/_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 289, ../../source/base/_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 301, ../../source/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 310, ../../source/base/_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 321, ../../source/base/_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 333, ../../source/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       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 345, ../../source/base/_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 356, ../../source/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * 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 369, ../../source/base/_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 378, ../../source/base/_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 389, ../../source/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 398, ../../source/base/_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 407, ../../source/base/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 418, ../../source/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 423, ../../source/base/_normalize.scss */
td,
th {
  padding: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/* line 9, ../../source/base/_typography.scss */
html {
  font-size: 14px;
}

/* line 13, ../../source/base/_typography.scss */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.57143rem;
}

/* Headings
   ========================================================================== */
/* line 33, ../../source/base/_typography.scss */
h1, .h1 {
  font-weight: normal;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 2.14286rem;
  line-height: 2.71429rem;
}
@media screen and (max-width: 40em) {
  /* line 33, ../../source/base/_typography.scss */
  h1, .h1 {
    font-size: 1.85714rem;
    line-height: 140%;
  }
}

/* line 45, ../../source/base/_typography.scss */
h2, .h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.71429rem;
  font-weight: 300;
}
@media screen and (max-width: 40em) {
  /* line 45, ../../source/base/_typography.scss */
  h2, .h2 {
    font-size: 1.42857rem;
    line-height: 140%;
  }
}

/* line 56, ../../source/base/_typography.scss */
h3, .h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.42857rem;
  font-weight: 600;
}
@media screen and (max-width: 40em) {
  /* line 56, ../../source/base/_typography.scss */
  h3, .h3 {
    font-size: 1.28571rem;
    line-height: 140%;
  }
}

/* line 67, ../../source/base/_typography.scss */
h4, .h4 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.21429rem;
  font-weight: bold;
}
@media screen and (max-width: 40em) {
  /* line 67, ../../source/base/_typography.scss */
  h4, .h4 {
    font-size: 1.14286rem;
    line-height: 140%;
  }
}

/* line 78, ../../source/base/_typography.scss */
h5, .h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

/* line 84, ../../source/base/_typography.scss */
h6, .h6 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1rem;
  line-height: 1.57143rem;
}

/* line 96, ../../source/base/_typography.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #2c2f37;
  margin-top: 0;
}
/* line 100, ../../source/base/_typography.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
  color: #2c2f37;
}

/* Paragraphs
   ========================================================================== */
/* line 114, ../../source/base/_typography.scss */
p {
  font-size: 1.14286rem;
  line-height: 160%;
  margin-top: 1.57143rem;
  margin-bottom: 1.57143rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

/* line 120, ../../source/base/_typography.scss */
p.opening {
  font-size: 1.42857rem;
  font-weight: 600;
}

/* line 125, ../../source/base/_typography.scss */
.small {
  font-size: 0.9em;
}

/* Links
   ========================================================================== */
/* line 137, ../../source/base/_typography.scss */
a {
  color: #a09c25;
}
/* line 140, ../../source/base/_typography.scss */
a:hover, a:focus, a:active {
  color: #a09c25;
}

/* Blockquote
   ========================================================================== */
/* line 157, ../../source/base/_typography.scss */
blockquote {
  margin-top: 1.57143rem;
  margin-bottom: 1.57143rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.5rem;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.42857rem;
  line-height: 1.85714rem;
  font-weight: bold;
  color: #9d7501;
  background: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/typo-blockquote.png") repeat-y left top;
}
/* line 170, ../../source/base/_typography.scss */
blockquote p {
  font-size: 1.42857rem;
  margin-top: 1.57143rem;
  margin-bottom: 1.57143rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
/* line 178, ../../source/base/_typography.scss */
blockquote[cite]:after {
  display: block;
  font-family: sans-serif;
  font-size: 0.7rem;
  font-style: italic;
  line-height: 1rem;
  color: #dedede;
  content: attr(cite);
}
/* line 189, ../../source/base/_typography.scss */
blockquote cite {
  color: #848588;
}
/* line 192, ../../source/base/_typography.scss */
blockquote cite:before {
  content: "—";
  margin-right: 0.15rem;
}

/* Lists
   ========================================================================== */
/* line 228, ../../source/base/_typography.scss */
ul, ol {
  font-size: 1rem;
  line-height: 1.57143rem;
  margin-top: 1.57143rem;
  margin-bottom: 1.57143rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-left: 1.2em;
  padding-left: 0;
}
/* line 234, ../../source/base/_typography.scss */
ul ul, ul ol, ol ul, ol ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 241, ../../source/base/_typography.scss */
ul.disc, ul.disc ul {
  list-style-type: disc;
}

/* line 245, ../../source/base/_typography.scss */
ul.circle, ul.circle ul {
  list-style-type: circle;
}

/* line 249, ../../source/base/_typography.scss */
ul.square, ul.square ul {
  list-style-type: square;
}

/* line 253, ../../source/base/_typography.scss */
ul.no-bullet, ul.no-bullet ul {
  list-style: none;
  margin-left: 0;
}
/* line 257, ../../source/base/_typography.scss */
ul.no-bullet ul, ul.no-bullet ol, ul.no-bullet ul ul, ul.no-bullet ul ol {
  margin-left: 1.2em;
}

/* line 262, ../../source/base/_typography.scss */
ul.triangle, ul.triangle ul {
  list-style: none;
}
/* line 266, ../../source/base/_typography.scss */
ul.triangle li, ul.triangle ul li {
  position: relative;
}
/* line 268, ../../source/base/_typography.scss */
ul.triangle li:before, ul.triangle ul li:before {
  position: absolute;
  left: -16px;
  top: 6px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.28571rem 0 0.28571rem 0.57143rem;
  border-color: transparent transparent transparent #848588;
}
/* line 275, ../../source/base/_typography.scss */
ul.triangle li ul li:before, ul.triangle ul li ul li:before {
  border-color: transparent transparent transparent #b8b8ba;
}

/* line 281, ../../source/base/_typography.scss */
ul.inline, ol.inline {
  margin-left: 0;
  list-style: none;
}
/* line 285, ../../source/base/_typography.scss */
ul.inline li, ol.inline li {
  margin-right: 0.5rem;
  display: inline-block;
}
/* line 290, ../../source/base/_typography.scss */
ul.inline ol, ul.inline ul, ol.inline ol, ol.inline ul {
  margin-left: 0;
}

/* line 295, ../../source/base/_typography.scss */
ul.custom, .join__arg ul, ol.custom {
  list-style: none;
  font-size: 1.14286rem;
  font-weight: 600;
  font-style: italic;
}
/* line 301, ../../source/base/_typography.scss */
ul.custom li, .join__arg ul li, ol.custom li {
  position: relative;
  margin-bottom: 1.42857rem;
}
/* line 305, ../../source/base/_typography.scss */
ul.custom li:before, .join__arg ul li:before, ol.custom li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 3px;
  top: 10px;
  left: -16px;
  background-repeat: no-repeat;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/bullet-green.svg");
  background-size: cover;
}

/* Inline elements
   ========================================================================== */
/* line 322, ../../source/base/_typography.scss */
kbd {
  background-color: #2c2f37;
  color: #d3d0c8;
  border-radius: 0.14286rem;
  padding-left: 0.14286rem;
  padding-right: 0.14286rem;
}

/* Columns
   ========================================================================== */
/* Custom
   ========================================================================== */
 
 
 
 
/* line 336, ../../source/base/_typography.scss */
.page-title {
  font-size: 2.57143rem;
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: bold;
  color: white;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 40em) {
  /* line 336, ../../source/base/_typography.scss */
  .page-title {
    font-size: 1.71429rem;
    line-height: 140%;
  }
}

/* line 349, ../../source/base/_typography.scss */
.subtitle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.42857rem;
  font-weight: 600;
  color: #9d7501;
}
@media screen and (max-width: 40em) {
  /* line 349, ../../source/base/_typography.scss */
  .subtitle {
    margin-bottom: 0.71429rem;
    text-align: center;
    font-size: 1.28571rem;
  }
}

/* line 362, ../../source/base/_typography.scss */
.section-title h2, .section-title .h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.71429rem;
}
@media screen and (max-width: 40em) {
  /* line 362, ../../source/base/_typography.scss */
  .section-title h2, .section-title .h2 {
    font-size: 1.57143rem;
  }
}

/* line 372, ../../source/base/_typography.scss */
.separ-title, .tribe-events-list-separator-month, .tribe-events-calendar-list__month-separator {
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  margin-bottom: 2.14286rem;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/horizontalsepar_x2.png");
  background-size: 100% auto;
}
/* line 388, ../../source/base/_typography.scss */
.separ-title > *, .tribe-events-list-separator-month > *, .tribe-events-calendar-list__month-separator > * {
  font-weight: normal;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 2.14286rem;
  line-height: 2.71429rem;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  background-color: white;
  padding: 1em;
  text-transform: capitalize;
}
/* line 400, ../../source/base/_typography.scss */
.separ-title > *:after, .tribe-events-list-separator-month > *:after, .tribe-events-calendar-list__month-separator > *:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 2.28571rem;
  height: 1.28571rem;
  bottom: 0.5rem;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/leaf_x2.png");
  background-size: 100% auto;
}
.tribe-events-calendar-list__month-separator time{color:#000000; background:#FFFFFF; padding:0px 20px;}
.tribe-events-calendar-list__month-separator > *:after {top:40px;}

/* line 425, ../../source/base/_typography.scss */
time, [itemprop="location"] {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #aa5727;
  font-size: 0.92857rem;
}

/* line 433, ../../source/base/_typography.scss */
hr.leaf {
  height: 1.42857rem;
  border: none;
  margin-top: 3.57143rem;
  margin-bottom: 3.92857rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  background: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/horizontalrule_x2.png") no-repeat 50% 50%;
  background-size: auto 100%;
}
@media screen and (max-width: 25em) {
  /* line 433, ../../source/base/_typography.scss */
  hr.leaf {
    margin-top: 0.71429rem;
    margin-bottom: 1.42857rem;
  }
}

/* line 457, ../../source/base/_typography.scss */
.bigger {
  font-size: 1.28571rem;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/* line 42, ../../source/base/_tables.scss */
table[class^="table-"] {
  font-size: 0.85714rem;
  line-height: 1.57143rem;
  margin-top: 1.57143rem;
  margin-bottom: 1.57143rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  width: 100%;
  max-width: 100%;
  font-family: Helvetica, Arial, sans-serif;
}
/* line 49, ../../source/base/_tables.scss */
table[class^="table-"] td, table[class^="table-"] th {
  padding: 0.35714rem 0.71429rem;
}
/* line 53, ../../source/base/_tables.scss */
table[class^="table-"] th {
  text-align: left;
  font-weight: bold;
}

/* Grid
   ========================================================================== */
/* line 61, ../../source/base/_tables.scss */
table.table-grid {
  border: 1px solid #f8f8f8;
}
/* line 64, ../../source/base/_tables.scss */
table.table-grid thead {
  background-color: transparent;
}
/* line 68, ../../source/base/_tables.scss */
table.table-grid td, table.table-grid th {
  border: 1px solid #f8f8f8;
}
/* line 72, ../../source/base/_tables.scss */
table.table-grid th {
  border-bottom: 2px solid #f8f8f8;
}

/* Line
   ========================================================================== */
/* line 80, ../../source/base/_tables.scss */
table.table-line th {
  border-bottom: 2px solid #f8f8f8;
}
/* line 84, ../../source/base/_tables.scss */
table.table-line td {
  border-bottom: 1px solid #f8f8f8;
}

/* Stripes
   ========================================================================== */
/* line 143, ../../source/base/_tables.scss */
table.table-stripes tr:nth-child(even) td {
  background-color: white;
}

/* Hover
   ========================================================================== */
/* line 151, ../../source/base/_tables.scss */
table.table-hover tr:hover td {
  background-color: white;
}
/* line 155, ../../source/base/_tables.scss */
table.table-hover tr:hover td:hover {
  background-color: #f7f7f7;
}

/* Condensed
   ========================================================================== */
/* line 163, ../../source/base/_tables.scss */
table.table-condensed td, table.table-condensed th {
  padding: 0 0.28571rem;
}

/* Responsive
   ========================================================================== */
/* line 170, ../../source/base/_tables.scss */
.table-responsive_wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 0;
}

/* line 179, ../../source/base/_tables.scss */
table.table-responsive {
  margin-bottom: 0;
  margin-top: 0;
}

/* ==========================================================================
   Images
   ========================================================================== */
/* line 5, ../../source/base/_images.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 10, ../../source/base/_images.scss */
figure {
  margin: 0;
  padding: 0;
}

/* line 16, ../../source/base/_images.scss */
.svg-wrapper {
  display: none;
}

/* line 18, ../../source/base/_images.scss */
svg {
  max-width: 100%;
  height: auto;
}

/* line 23, ../../source/base/_images.scss */
.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}

/* line 32, ../../source/base/_images.scss */
.svg-container__svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* ==========================================================================
   Layout
   ========================================================================== */
@media screen and (max-width: 71.42857em) {
  /* line 5, ../../source/templates/_layout.scss */
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

/* line 12, ../../source/templates/_layout.scss */
.body-wrapper {
  height: 100%;
  width: 100%;
  -webkit-transition: all ease 0.25s;
          transition: all ease 0.25s;
}

/* line 18, ../../source/templates/_layout.scss */
*, *:after, *:before {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

@media screen and (min-width: 71.5em) {
  /* line 22, ../../source/templates/_layout.scss */
  .maincontent {
    min-height: 600px;
  }
}

/* Basic 
   ========================================================================== */
/* line 30, ../../source/templates/_layout.scss */
.l-left {
  text-align: left;
}

/* line 32, ../../source/templates/_layout.scss */
.l-right {
  text-align: right;
}

/* line 34, ../../source/templates/_layout.scss */
.l-center {
  text-align: center;
}

/* line 12, ../../source/core/_mixins.scss */
.l-cf:before, .l-cf:after {
  content: "";
  display: table;
}
/* line 17, ../../source/core/_mixins.scss */
.l-cf:after {
  clear: both;
}
/* line 21, ../../source/core/_mixins.scss */
.oldies .l-cf {
  *zoom: 1;
}

/* line 38, ../../source/templates/_layout.scss */
.l-fleft {
  float: left;
}

/* line 40, ../../source/templates/_layout.scss */
.l-fright {
  float: right;
}

/* line 42, ../../source/templates/_layout.scss */
.l-inlineblock {
  display: inline-block;
}

/* line 44, ../../source/templates/_layout.scss */
.l-inlineitems > * {
  display: inline-block;
}

/* line 46, ../../source/templates/_layout.scss */
.l-table {
  display: table;
  width: 100%;
}
/* line 50, ../../source/templates/_layout.scss */
.l-table > * {
  display: table-cell;
}

/* line 53, ../../source/templates/_layout.scss */
.l-vmiddle {
  vertical-align: middle;
}

/* line 57, ../../source/templates/_layout.scss */
.l-txtcol-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
}
@media screen and (max-width: 40em) {
  /* line 57, ../../source/templates/_layout.scss */
  .l-txtcol-2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

/* Grid
   ========================================================================== */
/* line 12, ../../source/core/_mixins.scss */
[class^="l-grid-"]:before, [class^="l-grid-"]:after {
  content: "";
  display: table;
}
/* line 17, ../../source/core/_mixins.scss */
[class^="l-grid-"]:after {
  clear: both;
}
/* line 21, ../../source/core/_mixins.scss */
.oldies [class^="l-grid-"] {
  *zoom: 1;
}

/* line 78, ../../source/templates/_layout.scss */
.l-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, /Library/Ruby/Gems/2.0.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
.l-container:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 71.42857em) {
  /* line 78, ../../source/templates/_layout.scss */
  .l-container {
    padding-left: 8.75px;
    padding-right: 8.75px;
  }
}

@media screen and (max-width: 25em) {
  /* line 91, ../../source/templates/_layout.scss */
  .l-container [class^="l-grid-"] > * {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 100, ../../source/templates/_layout.scss */
.l-grid-half > * {
  width: 50%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}
@media screen and (max-width: 40em) {
  /* line 100, ../../source/templates/_layout.scss */
  .l-grid-half > * {
    width: 100%;
  }
}
@media screen and (max-width: 25em) {
  /* line 106, ../../source/templates/_layout.scss */
  .l-container .l-grid-half > * {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 115, ../../source/templates/_layout.scss */
.l-grid-one-third > * {
  width: 33.3333%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}
@media screen and (max-width: 40em) {
  /* line 115, ../../source/templates/_layout.scss */
  .l-grid-one-third > * {
    width: 50%;
  }
}
@media screen and (max-width: 25em) {
  /* line 115, ../../source/templates/_layout.scss */
  .l-grid-one-third > * {
    width: 100%;
  }
}

/* line 124, ../../source/templates/_layout.scss */
.l-grid-one-fourth > * {
  width: 33.33333%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}
@media screen and (max-width: 40em) {
  /* line 124, ../../source/templates/_layout.scss */
  .l-grid-one-fourth > * {
    width: 50%;
  }
}
@media screen and (max-width: 25em) {
  /* line 124, ../../source/templates/_layout.scss */
  .l-grid-one-fourth > * {
    width: 100%;
  }
}

/* line 132, ../../source/templates/_layout.scss */
.l-vertical-gap {
  margin-bottom: 8.75px;
}
/* line 135, ../../source/templates/_layout.scss */
.l-vertical-gap img, .l-vertical-gap a {
  display: block;
}
/* line 139, ../../source/templates/_layout.scss */
.l-vertical-gap > * {
  margin-bottom: 17.5px;
}

/* line 146, ../../source/templates/_layout.scss */
.l-col-1 {
  width: 8.33333%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}

/* line 146, ../../source/templates/_layout.scss */
.l-col-2 {
  width: 16.66667%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}

/* line 146, ../../source/templates/_layout.scss */
.l-col-3 {
  width: 25%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}

/* line 146, ../../source/templates/_layout.scss */
.l-col-4 {
  width: 33.33333%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}

/* line 146, ../../source/templates/_layout.scss */
.l-col-5 {
  width: 41.66667%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}

/* line 146, ../../source/templates/_layout.scss */
.l-col-6 {
  width: 50%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}

/* line 146, ../../source/templates/_layout.scss */
.l-col-7 {
  width: 58.33333%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}

/* line 146, ../../source/templates/_layout.scss */
.l-col-8 {
  width: 66.66667%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}

/* line 146, ../../source/templates/_layout.scss */
.l-col-9 {
  width: 75%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}

/* line 146, ../../source/templates/_layout.scss */
.l-col-10 {
  width: 83.33333%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}

/* line 146, ../../source/templates/_layout.scss */
.l-col-11 {
  width: 91.66667%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}

/* line 146, ../../source/templates/_layout.scss */
.l-col-12 {
  width: 100%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}

@media screen and (max-width: 25em) {
  /* line 149, ../../source/templates/_layout.scss */
  [class^="l-col-"] {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 40em) {
  /* line 157, ../../source/templates/_layout.scss */
  .l-col-5 {
    width: 100%;
  }

  /* line 157, ../../source/templates/_layout.scss */
  .l-col-6 {
    width: 100%;
  }

  /* line 157, ../../source/templates/_layout.scss */
  .l-col-7 {
    width: 100%;
  }

  /* line 157, ../../source/templates/_layout.scss */
  .l-col-8 {
    width: 100%;
  }

  /* line 157, ../../source/templates/_layout.scss */
  .l-col-9 {
    width: 100%;
  }

  /* line 157, ../../source/templates/_layout.scss */
  .l-col-10 {
    width: 100%;
  }

  /* line 157, ../../source/templates/_layout.scss */
  .l-col-11 {
    width: 100%;
  }

  /* line 157, ../../source/templates/_layout.scss */
  .l-col-12 {
    width: 100%;
  }
}
/* line 163, ../../source/templates/_layout.scss */
.l-col-nogutter {
  padding-left: 0;
  padding-right: 0;
}

/* Media
   ========================================================================== */
/* line 170, ../../source/templates/_layout.scss */
.l-media {
  overflow: hidden;
  padding-right: 1.07143rem;
  padding-top: 1.07143rem;
  padding-bottom: 1.07143rem;
}

/* line 177, ../../source/templates/_layout.scss */
.l-media__img {
  float: left;
  margin-right: 1.07143rem;
  max-width: 50%;
}
/* line 182, ../../source/templates/_layout.scss */
.l-media__img img {
  display: block;
}
@media screen and (max-width: 25em) {
  /* line 177, ../../source/templates/_layout.scss */
  .l-media__img {
    width: 100%;
    max-width: 100%;
  }
}

/* Island
   ========================================================================== */
/* line 192, ../../source/templates/_layout.scss */
.l-island {
  margin-top: 1.78571rem;
  margin-bottom: 1.78571rem;
}

/* line 197, ../../source/templates/_layout.scss */
.l-island-big {
  margin-top: 4.28571rem;
  margin-bottom: 4.28571rem;
}

/* ==========================================================================
   Home
   ========================================================================== */
/* line 5, ../../source/templates/_home.scss */
.section-title {
  padding-left: 8.75px;
  padding-right: 8.75px;
}
@media screen and (max-width: 25em) {
  /* line 5, ../../source/templates/_home.scss */
  .section-title {
    display: block;
    margin-bottom: 1.07143rem;
  }
  /* line 13, ../../source/templates/_home.scss */
  .section-title > * {
    text-align: center;
    display: block;
    width: 100%;
  }
}

/* 
   Twitter
   ========================================================================== */
/* line 25, ../../source/templates/_home.scss */
.tweets-list-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.42857rem;
}
/* line 30, ../../source/templates/_home.scss */
.tweets-list-container.old {
  display: none;
}

/* line 33, ../../source/templates/_home.scss */
.tweet-list {
  position: relative;
  list-style-type: none;
  padding: 0;
}

/* line 39, ../../source/templates/_home.scss */
.tweet-list li {
  padding-bottom: 0;
  padding-left: 4.28571rem;
  position: relative;
}
/* line 48, ../../source/templates/_home.scss */
.tweet-list li:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/icon-twitter.svg");
}
/* line 59, ../../source/templates/_home.scss */
.tweet-list li small {
  display: none;
}

/* ==========================================================================
   Pages
   ========================================================================== */
/* line 6, ../../source/templates/_page.scss */
body.page .mainheader, body.page .sticky-wrapper, body.error404 .mainheader, body.error404 .sticky-wrapper, body.events-list .mainheader, body.events-list .sticky-wrapper, body .mainheader, body .sticky-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 55em) {
  /* line 6, ../../source/templates/_page.scss */
  body.page .mainheader, body.page .sticky-wrapper, body.error404 .mainheader, body.error404 .sticky-wrapper, body.events-list .mainheader, body.events-list .sticky-wrapper, body .mainheader, body .sticky-wrapper {
    position: relative;
  }
}

/* 
   Header
   ========================================================================== */
/* line 19, ../../source/templates/_page.scss */
.page__header {
  padding-top: 5%;
  padding-bottom: 5%;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/background-header-default.jpg");
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 29, ../../source/templates/_page.scss */
html.touch .page__header {
  background-attachment: fixed;
}
/* line 32, ../../source/templates/_page.scss */
.dons-et-acquisitions .page__header {
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/background-header-acquisitions.jpg");
}
/* line 37, ../../source/templates/_page.scss */
.page-id-896 .page__header {
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/background-header-le-domaine.jpg");
}
/* line 42, ../../source/templates/_page.scss */
.events-list .page__header {
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/background-header-activites.jpg");
}
/* line 47, ../../source/templates/_page.scss */
.page-id-894 .page__header {
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/background-header-association.jpg");
}
/* line 52, ../../source/templates/_page.scss */
.page-id-933 .page__header, .page-id-935 .page__header {
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/background-header-adherer-mecener.jpg");
}
/* line 62, ../../source/templates/_page.scss */
.page-id-3433 .page__header {
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/background-header-presse.jpg");
}
/* line 67, ../../source/templates/_page.scss */
.error404 .page__header {
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/background-header-404.jpg");
}
/* line 72, ../../source/templates/_page.scss */
.page-id-3474 .page__header, .page-id-3476 .page__header {
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/background-header-confirm-adhesion.jpg");
}
/* line 77, ../../source/templates/_page.scss */
.page-id-3478 .page__header, .page-id-3480 .page__header {
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/background-header-dons.jpg");
}
/* line 81, ../../source/templates/_page.scss */
.page__header .page-title {
  margin-bottom: 0;
  width: 100%;
}
/* line 86, ../../source/templates/_page.scss */
.page__header.is-hero {
  padding-top: 21.42857rem;
}

/* line 92, ../../source/templates/_page.scss */
.page__header__content p {
  color: white;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.35);
  margin-top: 1.07143rem;
  margin-bottom: 1.07143rem;
  max-width: 70%;
  font-size: 1.28571rem;
}
@media screen and (max-width: 25em) {
  /* line 92, ../../source/templates/_page.scss */
  .page__header__content p {
    max-width: none;
  }
}

/* line 106, ../../source/templates/_page.scss */
.l-page-landing {
  position: relative;
  padding-top: 145px;
}
@media screen and (max-width: 71.42857em) {
  /* line 106, ../../source/templates/_page.scss */
  .l-page-landing {
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 55em) {
  /* line 106, ../../source/templates/_page.scss */
  .l-page-landing {
    padding-top: 5%;
  }
}
@media screen and (max-width: 25em) {
  /* line 106, ../../source/templates/_page.scss */
  .l-page-landing {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.78571rem;
    padding-top: 1.78571rem;
  }
}
/* line 128, ../../source/templates/_page.scss */
.l-page-landing .l-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 100%;
  padding-top: 5%;
}

/* line 138, ../../source/templates/_page.scss */
.l-page-landing__item {
  position: relative;
  z-index: 5;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

/* line 144, ../../source/templates/_page.scss */
.page__content {
  padding-top: 4.28571rem;
  padding-bottom: 4.28571rem;
}
@media screen and (max-width: 40em) {
  /* line 144, ../../source/templates/_page.scss */
  .page__content {
    padding-top: 0.71429rem;
    padding-bottom: 0.71429rem;
  }
}
/* line 153, ../../source/templates/_page.scss */
.has-sidebar .page__content {
  width: 75%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
  padding-right: 8.33333%;
}
@media screen and (max-width: 71.42857em) {
  /* line 153, ../../source/templates/_page.scss */
  .has-sidebar .page__content {
    width: 66.66667%;
    float: left;
    padding-left: 8.75px;
    padding-right: 8.75px;
    padding-right: 2%;
  }
}
@media screen and (max-width: 55em) {
  /* line 153, ../../source/templates/_page.scss */
  .has-sidebar .page__content {
    width: 100%;
  }
}

/* line 168, ../../source/templates/_page.scss */
.page__sidebar {
  padding-top: 4.28571rem;
  padding-bottom: 4.28571rem;
  width: 25%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}
@media screen and (max-width: 71.42857em) {
  /* line 168, ../../source/templates/_page.scss */
  .page__sidebar {
    width: 33.33333%;
    float: left;
    padding-left: 8.75px;
    padding-right: 8.75px;
  }
}
@media screen and (max-width: 55em) {
  /* line 168, ../../source/templates/_page.scss */
  .page__sidebar {
    width: 100%;
  }
}

/* 
   Page child
   ========================================================================== */
/* line 185, ../../source/templates/_page.scss */
.page-child__header {
  padding-top: 0.71429rem;
  padding-bottom: 2.5rem;
}

/* line 190, ../../source/templates/_page.scss */
.page-child__header__title {
  margin-top: 2.5rem;
}

/* 
   Validation
   ========================================================================== */
/* line 199, ../../source/templates/_page.scss */
.validation-page .page__header h1, .validation-page .page__header .h1 {
  font-size: 3.57143rem;
}
/* line 204, ../../source/templates/_page.scss */
.validation-page .page__header__content {
  width: 100%;
}
/* line 206, ../../source/templates/_page.scss */
.validation-page .page__header__content p {
  font-size: 1.57143rem;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
}
/* line 212, ../../source/templates/_page.scss */
.validation-page .page__content__inner {
  font-size: 1.28571rem;
  line-height: 160%;
}
/* line 216, ../../source/templates/_page.scss */
.validation-page .page__content__inner div {
  margin-bottom: 15px;
}

/* ==========================================================================
   Acquisition
   ========================================================================== */
/* 
   Liste
   ========================================================================== */
/* line 8, ../../source/templates/_acquisition.scss */
.js-acquisition-section .mix {
  display: none;
}

/* line 11, ../../source/templates/_acquisition.scss */
.acquisition__item a {
  padding-bottom: 62%;
  overflow: hidden;
}
/* line 16, ../../source/templates/_acquisition.scss */
.acquisition__item img {
  width: 100%;
  position: absolute;
}

/* line 24, ../../source/templates/_acquisition.scss */
.js .acquisition__item a {
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all ease 0.15s;
          transition: all ease 0.15s;
}
/* line 29, ../../source/templates/_acquisition.scss */
.js .acquisition__item a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #f3eee0;
  opacity: 0.5;
  -webkit-transition: all ease 0.25s;
          transition: all ease 0.25s;
}

/* line 47, ../../source/templates/_acquisition.scss */
.no-touch .acquisition__item a:hover, .no-touch .acquisition__item a:focus {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
/* line 50, ../../source/templates/_acquisition.scss */
.no-touch .acquisition__item a:hover:after, .no-touch .acquisition__item a:focus:after {
  opacity: 0;
}

/* line 59, ../../source/templates/_acquisition.scss */
.acquisitions-filters {
  background-color: #f0f0f0;
  padding: 20px 10px;
  margin-bottom: 20px;
}
/* line 12, ../../source/core/_mixins.scss */
.acquisitions-filters:before, .acquisitions-filters:after {
  content: "";
  display: table;
}
/* line 17, ../../source/core/_mixins.scss */
.acquisitions-filters:after {
  clear: both;
}
/* line 21, ../../source/core/_mixins.scss */
.oldies .acquisitions-filters {
  *zoom: 1;
}
@media screen and (max-width: 71.42857em) {
  /* line 59, ../../source/templates/_acquisition.scss */
  .acquisitions-filters {
    padding: 0 10px;
  }
}
/* line 69, ../../source/templates/_acquisition.scss */
.acquisitions-filters [class*="filters_"] {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
/* line 75, ../../source/templates/_acquisition.scss */
.acquisitions-filters [class*="filters_"] .filter {
  -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s;
  display: inline-block;
  margin: 2px;
  padding: 7px 14px;
  border-radius: 2px;
  font-weight: normal;
  color: #848588;
  text-transform: capitalize;
  font-size: 12px;
}
/* line 86, ../../source/templates/_acquisition.scss */
.acquisitions-filters [class*="filters_"] .filter:hover, .acquisitions-filters [class*="filters_"] .filter:focus {
  cursor: pointer;
  color: #aa5727;
}
/* line 91, ../../source/templates/_acquisition.scss */
.acquisitions-filters [class*="filters_"] .filter.active {
  color: #2c2f37;
  background-color: white;
}

/* line 100, ../../source/templates/_acquisition.scss */
.filters__actions .filter {
  text-transform: normal;
}

@media screen and (max-width: 71.42857em) {
  /* line 105, ../../source/templates/_acquisition.scss */
  .acquisitions-filters .acquisitions-filters-inner {
    white-space: nowrap;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 20px 10px;
    position: relative;
  }
}
@media screen and (max-width: 25em) {
  /* line 115, ../../source/templates/_acquisition.scss */
  .acquisitions-filters [class*="filters_"] .filter {
    font-size: 16px;
  }
}

/* 
   Fiche
   ========================================================================== */
/* line 123, ../../source/templates/_acquisition.scss */
.acquisition__header {
  padding-top: 1.07143rem;
  padding-bottom: 2.85714rem;
}

/* line 128, ../../source/templates/_acquisition.scss */
.gallery__item img {
  width: 100%;
}

/* line 132, ../../source/templates/_acquisition.scss */
.gallery__nav {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 12, ../../source/core/_mixins.scss */
.gallery__nav:before, .gallery__nav:after {
  content: "";
  display: table;
}
/* line 17, ../../source/core/_mixins.scss */
.gallery__nav:after {
  clear: both;
}
/* line 21, ../../source/core/_mixins.scss */
.oldies .gallery__nav {
  *zoom: 1;
}
/* line 138, ../../source/templates/_acquisition.scss */
.gallery__nav a {
  display: table-cell;
  padding-left: 0.71429rem;
  padding-top: 0.71429rem;
}
/* line 143, ../../source/templates/_acquisition.scss */
.gallery__nav a:first-child {
  padding-left: 0;
}

/* line 149, ../../source/templates/_acquisition.scss */
.gallery__item {
  position: relative;
  display: block;
}
/* line 153, ../../source/templates/_acquisition.scss */
.gallery__item img {
  display: block;
}

/* line 156, ../../source/templates/_acquisition.scss */
.gallery__item__caption {
  width: 100%;
  padding: 10px 0;
  display: inline-block;
  font-size: 1rem;
  color: #848588;
  font-style: italic;
  text-decoration: none;
}

/* ==========================================================================
   Entry (single)
   ========================================================================== */
/* line 6, ../../source/templates/_entry.scss */
body.single .mainheader, body.single .sticky-wrapper, body.page-child .mainheader, body.page-child .sticky-wrapper, body.search .mainheader, body.search .sticky-wrapper, body.page-id-931 .mainheader, body.page-id-931 .sticky-wrapper {
  position: relative;
  max-height: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
/* line 11, ../../source/templates/_entry.scss */
body.single .maincontent, body.page-child .maincontent, body.search .maincontent, body.page-id-931 .maincontent {
  padding-top: 1.42857rem;
  padding-bottom: 3.57143rem;
}
@media screen and (max-width: 40em) {
  /* line 11, ../../source/templates/_entry.scss */
  body.single .maincontent, body.page-child .maincontent, body.search .maincontent, body.page-id-931 .maincontent {
    padding-bottom: 1.42857rem;
  }
}

/* line 21, ../../source/templates/_entry.scss */
.entry__header {
  padding-top: 5%;
  padding-bottom: 2%;
}

/* line 26, ../../source/templates/_entry.scss */
.entry__title {
  margin-bottom: 0.2em;
}

/* line 30, ../../source/templates/_entry.scss */
.entry__meta a {
  text-decoration: none;
}

/* line 34, ../../source/templates/_entry.scss */
.entry__sup-header {
  padding-top: 1.07143rem;
  padding-bottom: 1.07143rem;
}
@media screen and (max-width: 40em) {
  /* line 39, ../../source/templates/_entry.scss */
  .entry__sup-header .l-left, .entry__sup-header .l-right {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.71429rem 0;
  }
}

/* line 49, ../../source/templates/_entry.scss */
.entry__content__bd {
  width: 41.66667%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
}
/* line 52, ../../source/templates/_entry.scss */
.entry__content__bd dt {
  font-weight: bold;
}
/* line 55, ../../source/templates/_entry.scss */
.entry__content__bd dt:after {
  content: ":";
  margin-left: 0.2em;
}
/* line 61, ../../source/templates/_entry.scss */
.entry__content__bd dd {
  margin: 0 0 1.07143rem 0;
}
@media screen and (max-width: 40em) {
  /* line 49, ../../source/templates/_entry.scss */
  .entry__content__bd {
    width: 100%;
    padding-top: 1.07143rem;
  }
}

/* line 70, ../../source/templates/_entry.scss */
.entry__content__bd__infos__title {
  margin-top: 1.07143rem;
  margin-bottom: 0;
}

/* line 75, ../../source/templates/_entry.scss */
.entry__content__bd__infos {
  padding-top: 1.07143rem;
  padding-bottom: 1.07143rem;
}
/* line 79, ../../source/templates/_entry.scss */
.entry__content__bd__infos .l-grid-half *:first-child {
  padding-left: 0;
}
@media screen and (max-width: 40em) {
  /* line 83, ../../source/templates/_entry.scss */
  .entry__content__bd__infos .l-grid-half * {
    padding: 0;
  }
}

/* line 91, ../../source/templates/_entry.scss */
.entry__content__gallery {
  width: 58.33333%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
  padding-right: 1.78571rem;
}
@media screen and (max-width: 40em) {
  /* line 91, ../../source/templates/_entry.scss */
  .entry__content__gallery {
    width: 100%;
  }
}

/* line 102, ../../source/templates/_entry.scss */
.entry__footer {
  margin-top: 2.5rem;
}

@media screen and (max-width: 40em) {
  /* line 106, ../../source/templates/_entry.scss */
  .entry__nav-article {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.71429rem;
  }
}

/* line 115, ../../source/templates/_entry.scss */
.entry__nav {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 40em) {
  /* line 115, ../../source/templates/_entry.scss */
  .entry__nav {
    padding-left: 8.75px;
    padding-right: 8.75px;
  }
}

/* ==========================================================================
   Forms
   ========================================================================== */
/* 
   Gravity Forms
   ========================================================================== */
/* line 12, ../../source/templates/_forms.scss */
.gform_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 21, ../../source/templates/_forms.scss */
.gfield {
  margin-bottom: 1.42857rem;
}
/* line 24, ../../source/templates/_forms.scss */
.gfield.last-child {
  margin-bottom: 0;
}
/* line 28, ../../source/templates/_forms.scss */
.gfield.gsection, .gfield.gfield_html {
  width: 100%;
}

/* line 31, ../../source/templates/_forms.scss */
.gsection:first-child {
  margin-top: 0;
}

/* line 35, ../../source/templates/_forms.scss */
.gsection_title {
  margin-top: 1.42857rem;
  margin-bottom: 0;
}

/* line 45, ../../source/templates/_forms.scss */
.gform_body {
  padding: 2.5rem 8.33333% 1.42857rem 8.33333%;
}
@media screen and (max-width: 25em) {
  /* line 45, ../../source/templates/_forms.scss */
  .gform_body {
    padding: 1.42857rem;
  }
}

/* line 53, ../../source/templates/_forms.scss */
.gform_wrapper {
  background-color: #fcfcfc;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.14286rem;
  margin-bottom: 0.71429rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
/* line 12, /Library/Ruby/Gems/2.0.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
.gform_wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 62, ../../source/templates/_forms.scss */
.gform_drop_area {
  padding: 40px 20px;
  border: 2px dashed #dedede;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  color: #848588;
}
/* line 70, ../../source/templates/_forms.scss */
.gform_drop_area input[type="button"] {
  padding: 7px 10px;
  font-size: 1rem;
  box-shadow: none;
  background-color: #848588;
}

/* line 78, ../../source/templates/_forms.scss */
.gform_footer {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-top: 1px solid #ededed;
  padding-top: 1.07143rem;
  padding-bottom: 1.07143rem;
  background-color: #fcfcfc;
}
/* line 12, /Library/Ruby/Gems/2.0.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
.gform_footer:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 87, ../../source/templates/_forms.scss */
.gform_footer input[type="submit"] {
  font-size: 1.28571rem;
}
@media screen and (max-width: 25em) {
  /* line 87, ../../source/templates/_forms.scss */
  .gform_footer input[type="submit"] {
    width: 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
  }
}

/* line 98, ../../source/templates/_forms.scss */
.gfield_required {
  font-size: 0.78571rem;
  font-weight: 300;
  margin: 0 0.28571rem;
  color: #DC143C;
}

/* line 105, ../../source/templates/_forms.scss */
.ginput_left, .ginput_right, .ginput_full {
  width: 50%;
  float: left;
  padding-left: 8.75px;
  padding-right: 8.75px;
  padding-left: 0;
}
/* line 110, ../../source/templates/_forms.scss */
.ginput_left label, .ginput_right label, .ginput_full label {
  display: block;
  font-weight: 300;
  margin-bottom: 0.71429rem;
}
@media screen and (max-width: 40em) {
  /* line 105, ../../source/templates/_forms.scss */
  .ginput_left, .ginput_right, .ginput_full {
    width: 100%;
    padding: 0;
  }
}

/* line 12, ../../source/core/_mixins.scss */
.ginput_container:before, .ginput_container:after {
  content: "";
  display: table;
}
/* line 17, ../../source/core/_mixins.scss */
.ginput_container:after {
  clear: both;
}
/* line 21, ../../source/core/_mixins.scss */
.oldies .ginput_container {
  *zoom: 1;
}

/* line 126, ../../source/templates/_forms.scss */
.gfield_description {
  margin: 0.78571rem 0;
  font-style: italic;
  color: #848588;
}

/* line 132, ../../source/templates/_forms.scss */
.gfield_html {
  font-size: 1.14286rem;
  line-height: 160%;
}

/* line 137, ../../source/templates/_forms.scss */
.gsection {
  margin-top: 3.57143rem;
  padding-bottom: 0.71429rem;
  border-bottom: 1px dotted #dedede;
}

/* line 143, ../../source/templates/_forms.scss */
.ginput_full {
  display: block;
}

/* line 147, ../../source/templates/_forms.scss */
.ginput_total {
  font-size: 2.28571rem;
  font-weight: 300;
  color: #a09c25;
  margin-top: 0.35714rem;
  display: block;
}

/* line 155, ../../source/templates/_forms.scss */
.gform_ajax_spinner {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
}

/* line 160, ../../source/templates/_forms.scss */
.gform_confirmation_message {
  padding: 10px;
  font-size: 1.07143rem;
  font-weight: bold;
  text-align: center;
  background-color: #a09c25;
  color: white;
}

/* line 169, ../../source/templates/_forms.scss */
.validation_error {
  padding: 10px;
  background-color: #DC143C;
  color: white;
}

/* line 175, ../../source/templates/_forms.scss */
.gfield_error .validation_message {
  margin: 5px 0;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  padding: 5px;
}
/* line 182, ../../source/templates/_forms.scss */
.maincontent .gfield_error .validation_message {
  background-color: #DC143C;
  color: white;
  display: inline-block;
  position: relative;
}
/* line 188, ../../source/templates/_forms.scss */
.maincontent .gfield_error .validation_message:before {
  position: absolute;
  top: -10px;
  left: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.35714rem 0.71429rem 0.35714rem;
  border-color: transparent transparent #DC143C transparent;
}
/* line 196, ../../source/templates/_forms.scss */
.gfield_error .validation_message.instruction {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #9d7501;
}
/* line 201, ../../source/templates/_forms.scss */
.gfield_error .validation_message.instruction:before {
  display: none;
}

/* 
   Elements
   ========================================================================== */
/* line 209, ../../source/templates/_forms.scss */
input[type="text"], input[type="email"], input[type="tel"], textarea {
  -webkit-appearance: none;
  font-size: 1.14286rem;
  padding: 0.7em 1.2em;
  border-radius: 0.14286rem;
  border: 1px solid #dedede;
  outline: none;
  width: 100%;
  background-color: #fcfcfc;
  max-height: 50%;
  box-shadow: inset 1px 1px 0 #f2f2f2;
  -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s;
  color: #848588;
}
/* line 224, ../../source/templates/_forms.scss */
input.small[type="text"], input.small[type="email"], input.small[type="tel"], textarea.small {
  max-width: 25%;
}
@media screen and (max-width: 40em) {
  /* line 224, ../../source/templates/_forms.scss */
  input.small[type="text"], input.small[type="email"], input.small[type="tel"], textarea.small {
    max-width: none;
  }
}
/* line 232, ../../source/templates/_forms.scss */
input.medium[type="text"], input.medium[type="email"], input.medium[type="tel"], textarea.medium {
  max-width: 50%;
}
@media screen and (max-width: 40em) {
  /* line 232, ../../source/templates/_forms.scss */
  input.medium[type="text"], input.medium[type="email"], input.medium[type="tel"], textarea.medium {
    max-width: none;
  }
}
/* line 240, ../../source/templates/_forms.scss */
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, input[type="text"]:active, input[type="email"]:active, input[type="tel"]:active, textarea:active {
  color: #2c2f37;
  background: white;
}

/* line 254, ../../source/templates/_forms.scss */
textarea {
  resize: none;
  max-height: 200px;
}

/* line 259, ../../source/templates/_forms.scss */
.textarea.small {
  max-width: 50%;
}
@media screen and (max-width: 40em) {
  /* line 259, ../../source/templates/_forms.scss */
  .textarea.small {
    max-width: 100%;
  }
}

/* line 267, ../../source/templates/_forms.scss */
.textarea.medium {
  max-width: 100%;
}

/* line 271, ../../source/templates/_forms.scss */
label {
  font-weight: 600;
  margin: 0.35714rem 0;
}

/* line 276, ../../source/templates/_forms.scss */
.instruction {
  font-size: 0.85714rem;
  color: #848588;
}

/* line 281, ../../source/templates/_forms.scss */
input[type="checkbox"], input[type="radio"] {
  margin-right: 0.71429rem;
  vertical-align: middle;
}
/* line 285, ../../source/templates/_forms.scss */
input[type="checkbox"] + label, input[type="radio"] + label {
  font-weight: normal;
}

/* line 289, ../../source/templates/_forms.scss */
.validation_message {
  font-weight: 600;
  font-style: normal;
  margin: 0;
}

/* line 295, ../../source/templates/_forms.scss */
.forms-header {
  margin-top: 4.28571rem;
}
/* line 298, ../../source/templates/_forms.scss */
.forms-header [class*="l-col"]:first-child {
  padding-right: 1.78571rem;
}
@media screen and (max-width: 25em) {
  /* line 295, ../../source/templates/_forms.scss */
  .forms-header {
    margin-top: 1.78571rem;
    text-align: center;
  }
}

/* line 308, ../../source/templates/_forms.scss */
.module {
  padding: 0.35714rem 1.78571rem;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

/* 
   Join
   ========================================================================== */
/* line 319, ../../source/templates/_forms.scss */
.page-id-935 article.type-page, .page-id-933 article.type-page {
  background-color: #fafafa;
}

/* 
   Contact
   ========================================================================== */
/* line 326, ../../source/templates/_forms.scss */
.page-id-931 .maincontent {
  background-color: #fafafa;
}

/* line 329, ../../source/templates/_forms.scss */
.contact__header {
  padding-top: 3.92857rem;
  padding-bottom: 3.92857rem;
}
@media screen and (max-width: 40em) {
  /* line 329, ../../source/templates/_forms.scss */
  .contact__header {
    padding-top: 1.07143rem;
    padding-bottom: 1.07143rem;
    text-align: center;
  }
}
/* line 339, ../../source/templates/_forms.scss */
.contact__header .entry__title {
  margin-bottom: 0.71429rem;
}

/* line 344, ../../source/templates/_forms.scss */
.contact__header__address__tel {
  display: block;
  font-size: 1.14286rem;
  font-weight: normal;
  margin-top: 1.07143rem;
}
/* line 350, ../../source/templates/_forms.scss */
.contact__header__address__tel:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/icon-tel.svg");
}

/* line 360, ../../source/templates/_forms.scss */
.contact__header__baseline {
  width: 60%;
  padding-right: 8.75px;
}

/* line 365, ../../source/templates/_forms.scss */
.contact__header__address {
  margin: 0;
  width: 40%;
  padding-left: 8.75px;
}

/* line 371, ../../source/templates/_forms.scss */
.contact__header__baseline, .contact__header__address {
  float: left;
}
@media screen and (max-width: 40em) {
  /* line 371, ../../source/templates/_forms.scss */
  .contact__header__baseline, .contact__header__address {
    float: none;
    width: 100%;
    padding: 0;
  }
}

/* line 380, ../../source/templates/_forms.scss */
.contact__header__address__title {
  display: block;
}

/* line 384, ../../source/templates/_forms.scss */
.contact__header__address__street {
  display: block;
}

/* ==========================================================================
   Join
   ========================================================================== */
/* line 5, ../../source/templates/_join.scss */
.l-join-header {
  padding-bottom: 0;
}

/* line 9, ../../source/templates/_join.scss */
.l-container.page__header__tabs {
  padding-top: 1.07143rem;
}

/* line 2, ../../source/templates/_search.scss */
.search-results article {
  border-bottom: 1px solid #dedede;
  padding-top: 1.42857rem;
  padding-bottom: 1.42857rem;
}
/* line 9, ../../source/templates/_search.scss */
.search-results .entry-meta a {
  text-decoration: none;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
/* line 4, ../../source/templates/_sidebar.scss */
.page__sidebar {
  font-size: 0.92857rem;
}
/* line 7, ../../source/templates/_sidebar.scss */
.page__sidebar p {
  font-size: 0.92857rem;
  line-height: 150%;
  margin: 0;
}

/* 
   Widgets 
   ========================================================================== */
/* line 16, ../../source/templates/_sidebar.scss */
.widget {
  padding-top: 1.78571rem;
  margin-top: 1.78571rem;
  border-top: 1px solid #dedede;
}
/* line 17, ../../source/templates/_sidebar.scss */
.widget dt {
  font-weight: bold;
}
/* line 21, ../../source/templates/_sidebar.scss */
.widget dd {
  margin-left: 0;
}
/* line 28, ../../source/templates/_sidebar.scss */
.widget:first-child {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
/* line 34, ../../source/templates/_sidebar.scss */
.widget .btn-cta--big, .widget .gform_button, .widget .button {
  margin-bottom: 1.78571rem;
}

/* line 39, ../../source/templates/_sidebar.scss */
.widget-title {
  line-height: 120%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.71429rem;
  font-weight: 300;
  margin-bottom: 1.42857rem;
}
@media screen and (max-width: 40em) {
  /* line 39, ../../source/templates/_sidebar.scss */
  .widget-title {
    font-size: 1.42857rem;
    line-height: 140%;
  }
}

/* line 52, ../../source/templates/_sidebar.scss */
.widget-map {
  width: 100%;
  height: 200px;
}
/* line 56, ../../source/templates/_sidebar.scss */
.widget-map .gmnoprint {
  display: none !important;
}

/* ==========================================================================
   Association
   ========================================================================== */
/* line 4, ../../source/templates/_association.scss */
.association__content {
  padding-bottom: 0;
}

/* line 8, ../../source/templates/_association.scss */
.association__members {
  padding-bottom: 2.85714rem;
  padding-left: 10%;
  padding-right: 15%;
}
@media screen and (max-width: 55em) {
  /* line 8, ../../source/templates/_association.scss */
  .association__members {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 40em) {
  /* line 8, ../../source/templates/_association.scss */
  .association__members {
    text-align: center;
  }
}
/* line 22, ../../source/templates/_association.scss */
.association__members ul {
  margin-left: 0;
  list-style: none;
}
/* line 12, ../../source/core/_mixins.scss */
.association__members ul:before, .association__members ul:after {
  content: "";
  display: table;
}
/* line 17, ../../source/core/_mixins.scss */
.association__members ul:after {
  clear: both;
}
/* line 21, ../../source/core/_mixins.scss */
.oldies .association__members ul {
  *zoom: 1;
}
/* line 28, ../../source/templates/_association.scss */
.association__members li {
  width: 50%;
  float: left;
  line-height: 160%;
  padding-left: 5%;
}
@media screen and (max-width: 40em) {
  /* line 28, ../../source/templates/_association.scss */
  .association__members li {
    width: 100%;
    padding: 0;
  }
}

/* line 41, ../../source/templates/_association.scss */
.association__members__footer {
  padding-left: 5%;
}
@media screen and (max-width: 40em) {
  /* line 41, ../../source/templates/_association.scss */
  .association__members__footer {
    padding: 0;
  }
}

/* ==========================================================================
   Articles de presse
   ========================================================================== */
/* line 4, ../../source/templates/_article-presse.scss */
.newspaper-articles {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 9, ../../source/templates/_article-presse.scss */
.newspaper-article__item {
  width: 33.333%;
  float: left;
  padding: 10px;
}
/* line 14, ../../source/templates/_article-presse.scss */
.newspaper-article__item img {
  display: block;
  width: 100%;
}
/* line 19, ../../source/templates/_article-presse.scss */
.newspaper-article__item a {
  text-decoration: none;
  color: #2c2f37;
}

/* line 25, ../../source/templates/_article-presse.scss */
.newspaper-article__item__journal {
  display: block;
  font-weight: bold;
  font-family: "Libre Baskerville", Georgia, serif;
}

/* line 31, ../../source/templates/_article-presse.scss */
.newspaper-article__item__date {
  display: block;
  color: #848588;
}

/* line 38, ../../source/templates/_article-presse.scss */
.newspaper-articles__gallery .bx-wrapper {
  max-height: none;
}

/* line 41, ../../source/templates/_article-presse.scss */
.newspaper-articles__content {
  padding-bottom: 50px;
}
/* line 12, ../../source/core/_mixins.scss */
.newspaper-articles__content:before, .newspaper-articles__content:after {
  content: "";
  display: table;
}
/* line 17, ../../source/core/_mixins.scss */
.newspaper-articles__content:after {
  clear: both;
}
/* line 21, ../../source/core/_mixins.scss */
.oldies .newspaper-articles__content {
  *zoom: 1;
}

/* line 46, ../../source/templates/_article-presse.scss */
.newspaper-articles__content__body {
  width: 60%;
  float: right;
}

/* line 51, ../../source/templates/_article-presse.scss */
.newspaper-articles__content__infos {
  width: 40%;
  float: left;
  padding-right: 5%;
}
/* line 56, ../../source/templates/_article-presse.scss */
.newspaper-articles__content__infos dt {
  font-weight: bold;
}
/* line 57, ../../source/templates/_article-presse.scss */
.newspaper-articles__content__infos dd {
  margin-left: 0;
}
/* line 59, ../../source/templates/_article-presse.scss */
.newspaper-articles__content__infos .l-grid-half > *:first-child {
  padding-left: 0;
}

/* ==========================================================================
   Gallery Grid
   ========================================================================== */
/* line 6, ../../source/components/_gallery-grid.scss */
.gallery-grid[data-columns]:before {
  content: '3 .gallery-grid__col';
}

/* line 12, ../../source/components/_gallery-grid.scss */
.gallery-grid__col {
  float: left;
}
/* line 15, ../../source/components/_gallery-grid.scss */
.gallery-grid .gallery-grid__col {
  width: 33.333%;
}
@media screen and (max-width: 25em) {
  /* line 15, ../../source/components/_gallery-grid.scss */
  .gallery-grid .gallery-grid__col {
    width: 100%;
  }
}
/* line 23, ../../source/components/_gallery-grid.scss */
.small-grid .gallery-grid__col {
  width: 50%;
}
/* line 26, ../../source/components/_gallery-grid.scss */
.small-grid .gallery-grid__col:last-child {
  display: none;
}
@media screen and (max-width: 25em) {
  /* line 23, ../../source/components/_gallery-grid.scss */
  .small-grid .gallery-grid__col {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 25em) {
  /* line 12, ../../source/components/_gallery-grid.scss */
  .gallery-grid__col {
    display: table;
    float: none;
  }
}

/* line 44, ../../source/components/_gallery-grid.scss */
.gallery-grid__item {
  position: relative;
  padding: 0.71429rem;
  overflow: hidden;
}
/* line 49, ../../source/components/_gallery-grid.scss */
.gallery-grid__item a {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 25em) {
  /* line 44, ../../source/components/_gallery-grid.scss */
  .gallery-grid__item {
    width: 100%;
  }
}
/* line 58, ../../source/components/_gallery-grid.scss */
.gallery-grid__item.odd {
  height: 205px;
}
/* line 62, ../../source/components/_gallery-grid.scss */
.gallery-grid__item.even {
  height: 420px;
}
/* line 65, ../../source/components/_gallery-grid.scss */
.gallery-grid__item.even img {
  max-width: 660px;
  position: absolute;
  left: -50%;
  right: -50%;
}
@media screen and (max-width: 25em) {
  /* line 73, ../../source/components/_gallery-grid.scss */
  .gallery-grid__item.odd, .gallery-grid__item.even {
    height: auto;
    max-height: none;
  }
  /* line 78, ../../source/components/_gallery-grid.scss */
  .gallery-grid__item.odd img, .gallery-grid__item.even img {
    max-width: none;
    width: 100%;
  }
}
/* line 85, ../../source/components/_gallery-grid.scss */
.gallery-grid__item a, .gallery-grid__item img {
  display: block;
}
/* line 87, ../../source/components/_gallery-grid.scss */
.gallery-grid__item a {
  height: 100%;
}
/* line 91, ../../source/components/_gallery-grid.scss */
.gallery-grid__item a:hover .gallery-grid__item__overlay-link, .gallery-grid__item a:focus .gallery-grid__item__overlay-link {
  opacity: 1;
}
/* line 97, ../../source/components/_gallery-grid.scss */
.gallery-grid__item img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 25.07143em) {
  /* line 97, ../../source/components/_gallery-grid.scss */
  .gallery-grid__item img {
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 25em) {
  /* line 44, ../../source/components/_gallery-grid.scss */
  .gallery-grid__item {
    max-height: 200px;
  }
}

/* line 112, ../../source/components/_gallery-grid.scss */
.gallery-grid__item__overlay-link {
  position: absolute;
  margin: 0.71429rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(160, 156, 37, 0.8);
  color: white;
  font-size: 1.14286rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
          transition: opacity ease 0.2s;
}
@media screen and (max-width: 25em) {
  /* line 112, ../../source/components/_gallery-grid.scss */
  .gallery-grid__item__overlay-link {
    margin: 0;
  }
}
/* line 133, ../../source/components/_gallery-grid.scss */
.gallery-grid__item__overlay-link em {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -8px;
}

/* ==========================================================================
   Menu
   ========================================================================== */
/* line 5, ../../source/components/_menu.scss */
.menu-nav {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
}
/* line 12, ../../source/core/_mixins.scss */
.menu-nav:before, .menu-nav:after {
  content: "";
  display: table;
}
/* line 17, ../../source/core/_mixins.scss */
.menu-nav:after {
  clear: both;
}
/* line 21, ../../source/core/_mixins.scss */
.oldies .menu-nav {
  *zoom: 1;
}
/* line 13, ../../source/components/_menu.scss */
.menu-nav ul, .menu-nav ol {
  margin-left: 0;
  list-style: none;
}
/* line 18, ../../source/components/_menu.scss */
.menu-nav a {
  display: block;
}
@media screen and (min-width: 55.07143em) {
  /* line 24, ../../source/components/_menu.scss */
  .menu-nav li {
    position: relative;
    float: left;
  }
  /* line 29, ../../source/components/_menu.scss */
  .menu-nav li ul, .menu-nav li ol {
    position: absolute;
    max-height: 0;
    overflow: hidden;
  }
  /* line 34, ../../source/components/_menu.scss */
  .menu-nav li ul li, .menu-nav li ol li {
    width: 100%;
  }
  /* line 41, ../../source/components/_menu.scss */
  .menu-nav li:hover ul, .menu-nav li:hover ol, .menu-nav li:focus ul, .menu-nav li:focus ol, .menu-nav li.is-active ul, .menu-nav li.is-active ol {
    z-index: 100;
    max-height: 20em;
  }
  /* line 49, ../../source/components/_menu.scss */
  .menu-nav a {
    padding: 0.5em;
  }
}

/* line 56, ../../source/components/_menu.scss */
.menu-toggle {
  display: none;
}
@media screen and (max-width: 55em) {
  /* line 56, ../../source/components/_menu.scss */
  .menu-toggle {
    display: block;
  }
}

/* line 65, ../../source/components/_menu.scss */
.skiplinks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  list-style: none;
}
/* line 72, ../../source/components/_menu.scss */
.skiplinks a.is-vishidden:focus, .skiplinks a.screen-reader-text:focus, .skiplinks a.is-vishidden:active, .skiplinks a.screen-reader-text:active {
  position: relative;
  padding: 0.71429rem 0.35714rem;
  line-height: 100%;
  width: 250px;
  height: auto;
  clip: initial;
  overflow: initial;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-indent: initial;
  white-space: initial;
  background-color: #ad0000;
  color: white;
  border-radius: 0 0 1em 0;
  border: initial;
  outline: none;
}

/* ==========================================================================
   Primary Menu
   ========================================================================== */
/* line 6, ../../source/components/_menu-primary.scss */
.body-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  left: 0;
}

/* line 12, ../../source/components/_menu-primary.scss */
.body-wrapper.drawer-active {
  -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s;
}
@media screen and (max-width: 55em) {
  /* line 12, ../../source/components/_menu-primary.scss */
  .body-wrapper.drawer-active {
    left: 70%;
  }
}

/* line 20, ../../source/components/_menu-primary.scss */
.menu-primary {
  float: right;
  margin-top: 1.57143rem;
}
/* line 24, ../../source/components/_menu-primary.scss */
.menu-primary a {
  font-weight: 600;
  text-decoration: none;
  color: #2c2f37;
  line-height: 100%;
}
@media screen and (min-width: 55.07143em) {
  /* line 33, ../../source/components/_menu-primary.scss */
  .menu-primary a {
    padding: 0.85714rem 1.78571rem;
    border-left: 1px solid #dedede;
    position: relative;
    -webkit-transition: all ease 0.2s;
            transition: all ease 0.2s;
  }
  /* line 39, ../../source/components/_menu-primary.scss */
  .menu-primary a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: transparent;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
  }
  /* line 54, ../../source/components/_menu-primary.scss */
  .menu-primary a:hover, .menu-primary a:focus {
    color: #a09c25;
  }
  /* line 57, ../../source/components/_menu-primary.scss */
  .menu-primary a:hover:after, .menu-primary a:focus:after {
    bottom: -5px;
    background-color: #a09c25;
  }
  /* line 64, ../../source/components/_menu-primary.scss */
  .menu-primary li:first-child a {
    border: none;
  }
  /* line 69, ../../source/components/_menu-primary.scss */
  .menu-primary li.menu-cta a:after {
    display: none;
  }
}
@media screen and (min-width: 55.07143em) and (max-width: 71.42857em) {
  /* line 75, ../../source/components/_menu-primary.scss */
  .menu-primary a {
    padding: 0.85714rem 1.07143rem;
  }
}
@media screen and (max-width: 55em) {
  /* line 20, ../../source/components/_menu-primary.scss */
  .menu-primary {
    margin-top: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: -70%;
    width: 70%;
    height: 100%;
    background-color: #212329;
    -webkit-transition: all ease 0.20s;
            transition: all ease 0.20s;
  }
  /* line 90, ../../source/components/_menu-primary.scss */
  .menu-primary a {
    font-size: 1.14286rem;
    color: white;
    padding: 1.42857rem 0.71429rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  /* line 97, ../../source/components/_menu-primary.scss */
  .menu-primary.drawer-active {
    left: 0;
  }
}

@media screen and (max-width: 55em) {
  /* line 109, ../../source/components/_menu-primary.scss */
  .menu-primary .menu-cta a {
    border: none;
    border-radius: 0;
    background-color: #a09c25;
    color: white;
  }
  /* line 115, ../../source/components/_menu-primary.scss */
  .menu-primary .menu-cta a:hover, .menu-primary .menu-cta a:focus {
    color: white;
    background-color: #aa5727;
  }
}

/* line 123, ../../source/components/_menu-primary.scss */
.menu-toggle {
  position: absolute;
  top: 50%;
  margin-top: -1.78571rem;
  left: 0;
  border: none;
  background-color: transparent;
  background-position: 50% 50%;
  width: 3.57143rem;
  height: 3.57143rem;
  padding: 0.71429rem;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  background-repeat: no-repeat;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/navicon.svg");
}
/* line 139, ../../source/components/_menu-primary.scss */
.menu-toggle.is-active {
  background-repeat: no-repeat;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/navicon-close.svg");
  background-color: #2c2f37;
  border-radius: 0 0.14286rem 0.14286rem 0;
}

/* ==========================================================================
   Header
   ========================================================================== */
/* line 5, ../../source/components/_header.scss */
.mainheader {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-height: 10.5rem;
  overflow: hidden;
  -webkit-transition: left ease 0.2s;
          transition: left ease 0.2s;
}
/* line 11, ../../source/components/_header.scss */
.mainheader .logo {
  width: 11.42857rem;
  margin-bottom: 0;
  margin-left: 0.71429rem;
}
/* line 16, ../../source/components/_header.scss */
.mainheader .logo a {
  display: block;
}
@media screen and (max-width: 71.42857em) {
  /* line 5, ../../source/components/_header.scss */
  .mainheader {
    background-color: white;
  }
}
@media screen and (max-width: 55em) {
  /* line 5, ../../source/components/_header.scss */
  .mainheader {
    max-height: none;
    overflow: visible;
  }
  /* line 27, ../../source/components/_header.scss */
  .mainheader .logo {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 55em) {
  /* line 33, ../../source/components/_header.scss */
  .mainheader .svg-container {
    padding-bottom: 20%;
    margin-top: 0.71429rem;
    margin-bottom: 0.71429rem;
  }
}
@media screen and (max-width: 40em) {
  /* line 33, ../../source/components/_header.scss */
  .mainheader .svg-container {
    padding-bottom: 25%;
  }
}
@media screen and (max-width: 25em) {
  /* line 33, ../../source/components/_header.scss */
  .mainheader .svg-container {
    padding-bottom: 45%;
  }
}

@media screen and (max-width: 55em) {
  /* line 50, ../../source/components/_header.scss */
  .logo-randan-xl {
    display: none;
  }
}

/* line 56, ../../source/components/_header.scss */
.logo-randan-m {
  display: none;
}
@media screen and (max-width: 55em) {
  /* line 56, ../../source/components/_header.scss */
  .logo-randan-m {
    display: block;
  }
}
@media screen and (max-width: 25em) {
  /* line 56, ../../source/components/_header.scss */
  .logo-randan-m {
    display: none;
  }
}

/* line 68, ../../source/components/_header.scss */
.logo-randan-s {
  display: none;
}
@media screen and (max-width: 25em) {
  /* line 68, ../../source/components/_header.scss */
  .logo-randan-s {
    display: block;
  }
}

/* line 76, ../../source/components/_header.scss */
.mainheader__container {
  background-color: white;
  position: relative;
}
/* line 80, ../../source/components/_header.scss */
.mainheader__container:after, .mainheader__container:before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 100%;
  top: 0;
  background-color: white;
}
@media screen and (max-width: 71.42857em) {
  /* line 80, ../../source/components/_header.scss */
  .mainheader__container:after, .mainheader__container:before {
    display: none;
  }
}
/* line 93, ../../source/components/_header.scss */
.mainheader__container:after {
  right: -5rem;
}
/* line 97, ../../source/components/_header.scss */
.mainheader__container:before {
  left: -5rem;
}

@media screen and (max-width: 55em) {
  /* line 102, ../../source/components/_header.scss */
  .mainheader__container__wrapper {
    display: block;
  }
  /* line 106, ../../source/components/_header.scss */
  .mainheader__container__wrapper .brand {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
  }
}
@media screen and (max-width: 25em) {
  /* line 115, ../../source/components/_header.scss */
  .mainheader__container__wrapper .brand {
    width: 30%;
  }
}

/* 
   Sticky
   ========================================================================== */
@media screen and (min-width: 55.07143em) {
  /* line 122, ../../source/components/_header.scss */
  .sticky-wrapper {
    min-height: 159px;
  }
}

/* line 127, ../../source/components/_header.scss */
.mainheader.is-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2c2f37;
}
/* line 135, ../../source/components/_header.scss */
.drawer-active .mainheader.is-sticky {
  left: 70%;
}
/* line 139, ../../source/components/_header.scss */
.mainheader.is-sticky .mainheader__container {
  background-color: transparent;
}
/* line 142, ../../source/components/_header.scss */
.mainheader.is-sticky .mainheader__container:after, .mainheader.is-sticky .mainheader__container:before {
  display: none;
}
/* line 148, ../../source/components/_header.scss */
.mainheader.is-sticky .logo-randan-xl {
  display: none;
}
@media screen and (min-width: 25.07143em) {
  /* line 149, ../../source/components/_header.scss */
  .mainheader.is-sticky .logo-randan-m {
    display: block;
  }
}
@media screen and (min-width: 55.07143em) {
  /* line 152, ../../source/components/_header.scss */
  .mainheader.is-sticky .logo .svg-container {
    padding-bottom: 43%;
  }
}
/* line 157, ../../source/components/_header.scss */
.mainheader.is-sticky .mainsearch {
  background-color: #2c2f37;
}
@media screen and (min-width: 55.07143em) {
  /* line 157, ../../source/components/_header.scss */
  .mainheader.is-sticky .mainsearch {
    display: none;
  }
}
@media screen and (min-width: 55.07143em) {
  /* line 164, ../../source/components/_header.scss */
  .mainheader.is-sticky .menu-primary {
    margin-top: 0;
  }
  /* line 167, ../../source/components/_header.scss */
  .mainheader.is-sticky .menu-primary a {
    color: #dedede;
    border-color: #848588;
  }
  /* line 171, ../../source/components/_header.scss */
  .mainheader.is-sticky .menu-primary a:hover, .mainheader.is-sticky .menu-primary a:focus {
    color: #a09c25;
  }
  /* line 174, ../../source/components/_header.scss */
  .mainheader.is-sticky .menu-primary .menu-cta a {
    border-color: #a09c25;
    color: #a09c25;
    padding-top: 0.71429rem;
    padding-bottom: 0.71429rem;
  }
  /* line 180, ../../source/components/_header.scss */
  .mainheader.is-sticky .menu-primary .menu-cta a:hover, .mainheader.is-sticky .menu-primary .menu-cta a:focus {
    border-color: #aa5727;
    color: #aa5727;
  }
}

/* line 189, ../../source/components/_header.scss */
.backtotop {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/icon-arrow-white-up.svg");
  background-position: 50% 50%;
  text-indent: -9999px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 71.5em) {
  /* line 204, ../../source/components/_header.scss */
  .is-sticky .backtotop {
    display: block;
  }
}

/* ==========================================================================
   Buttons
   ========================================================================== */
/* line 5, ../../source/components/_buttons.scss */
a[rel="prev"], a[rel="next"], .gform_button, .button, [class*="btn-"], .tribe-events-button, #tribe-events .tribe-events-button {
  display: inline-block;
  padding-top: 0.71429rem;
  padding-bottom: 0.71429rem;
  outline: none;
  -webkit-transition: all ease-out 0.1s;
          transition: all ease-out 0.1s;
}

/* line 17, ../../source/components/_buttons.scss */
.btn-cta, .menu-cta a, .tribe-events-button, #tribe-events .tribe-events-button {
  padding-left: 1.07143rem;
  padding-right: 1.07143rem;
  font-weight: 600;
  font-size: 1.07143rem;
  text-decoration: none;
  line-height: 100%;
  border: 0.14286rem solid #a09c25;
  border-radius: 0.14286rem;
  color: #a09c25;
}
/* line 28, ../../source/components/_buttons.scss */
.btn-cta:hover, .menu-cta a:hover, .tribe-events-button:hover, #tribe-events .tribe-events-button:hover, .btn-cta:focus, .menu-cta a:focus, .tribe-events-button:focus, #tribe-events .tribe-events-button:focus {
  border-color: #aa5727;
  color: #aa5727;
}
@media screen and (max-width: 40em) {
  /* line 17, ../../source/components/_buttons.scss */
  .btn-cta, .menu-cta a, .tribe-events-button, #tribe-events .tribe-events-button {
    font-size: 1.14286rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* line 40, ../../source/components/_buttons.scss */
a[rel="prev"], a[rel="next"], [class*="btn-default"] {
  font-weight: bold;
  color: #a09c25;
  text-decoration: none;
}
/* line 45, ../../source/components/_buttons.scss */
a[rel="prev"]:hover, a[rel="next"]:hover, [class*="btn-default"]:hover, a[rel="prev"]:focus, a[rel="next"]:focus, [class*="btn-default"]:focus {
  color: #aa5727;
}
@media screen and (max-width: 40em) {
  /* line 40, ../../source/components/_buttons.scss */
  a[rel="prev"], a[rel="next"], [class*="btn-default"] {
    font-size: 1.14286rem;
  }
}

/* line 59, ../../source/components/_buttons.scss */
.btn-default--invert:before, a[rel="prev"]:before {
  content: "";
  display: inline-block;
  width: 1.14286rem;
  height: 0.85714rem;
  margin-right: 0.71429rem;
  background-repeat: no-repeat;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/icon-arrow-green-left.svg");
  background-size: cover;
  -webkit-transition: all ease 0.1s;
          transition: all ease 0.1s;
}

/* line 72, ../../source/components/_buttons.scss */
.btn-default:after, a[rel="next"]:after {
  content: "";
  display: inline-block;
  width: 1.14286rem;
  height: 0.85714rem;
  margin-left: 0.71429rem;
  background-repeat: no-repeat;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/icon-arrow-green.svg");
  background-size: cover;
  -webkit-transition: all ease 0.1s;
          transition: all ease 0.1s;
}

/* line 84, ../../source/components/_buttons.scss */
.btn-cta--big, .gform_button, .button {
  padding-top: 1.07143rem;
  padding-bottom: 1.07143rem;
  padding-left: 1.42857rem;
  padding-right: 1.42857rem;
  text-align: center;
  color: white;
  font-size: 1.14286rem;
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
  border-radius: 0.14286rem;
  background-color: #a09c25;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.1);
  border: none;
  -webkit-appearance: none;
}
/* line 101, ../../source/components/_buttons.scss */
.btn-cta--big:hover, .gform_button:hover, .button:hover, .btn-cta--big:focus, .gform_button:focus, .button:focus {
  background-color: #aa5727;
  color: white;
}
@media screen and (max-width: 40em) {
  /* line 84, ../../source/components/_buttons.scss */
  .btn-cta--big, .gform_button, .button {
    padding-left: 0.71429rem;
    padding-right: 0.71429rem;
  }
}

/* line 112, ../../source/components/_buttons.scss */
.btn-loadmore {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  color: #a09c25;
  text-decoration: none;
  padding-bottom: 10px;
  margin-bottom: 2em;
  margin-top: 2em;
}
/* line 122, ../../source/components/_buttons.scss */
.btn-loadmore:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/icon-arrow-down-green.svg");
}
/* line 135, ../../source/components/_buttons.scss */
.btn-loadmore.is-inactive {
  color: #dedede;
  cursor: default;
}
/* line 136, ../../source/components/_buttons.scss */
.btn-loadmore.is-inactive:after {
  display: none;
}

/* ==========================================================================
   Search primary
   ========================================================================== */
/* line 5, ../../source/components/_search-primary.scss */
.mainsearch {
  position: absolute;
  right: 0;
  top: 0.35714rem;
}
@media screen and (max-width: 55em) {
  /* line 5, ../../source/components/_search-primary.scss */
  .mainsearch {
    top: 0;
    z-index: 2;
    width: 2.5rem;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transition: width ease 0.25s;
            transition: width ease 0.25s;
    overflow: hidden;
  }
  /* line 19, ../../source/components/_search-primary.scss */
  .mainsearch input[type="search"].mainsearch-field {
    padding: 0.71429rem 0;
  }
  /* line 23, ../../source/components/_search-primary.scss */
  .mainsearch.is-active {
    width: 100%;
  }
  /* line 26, ../../source/components/_search-primary.scss */
  .mainsearch.is-active input[type="search"].mainsearch-field {
    padding: 0.71429rem;
  }
}

/* line 33, ../../source/components/_search-primary.scss */
input[type="search"].mainsearch-field {
  -webkit-appearance: none;
  color: #848588;
  padding: 0.71429rem;
  text-align: right;
  border: none;
  background: transparent;
  outline: none;
  border-radius: 0;
}
@media screen and (max-width: 55em) {
  /* line 33, ../../source/components/_search-primary.scss */
  input[type="search"].mainsearch-field {
    width: calc(100% - 30px);
    text-align: left;
    font-size: 1.57143rem;
    border-bottom: 2px solid #aa5727;
  }
}

/* line 51, ../../source/components/_search-primary.scss */
input[type="submit"].mainsearch-submit, .mainsearch-trigger {
  -webkit-appearance: none;
  width: 1.64286rem;
  height: 1.64286rem;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/icon-magnifier.svg");
  background-size: cover;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

@media screen and (max-width: 55em) {
  /* line 64, ../../source/components/_search-primary.scss */
  input[type="submit"].mainsearch-submit {
    display: none;
  }
}

/* line 68, ../../source/components/_search-primary.scss */
.mainsearch-trigger {
  display: none;
}
@media screen and (max-width: 55em) {
  /* line 68, ../../source/components/_search-primary.scss */
  .mainsearch-trigger {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.71429rem;
    margin-top: -0.82143rem;
  }
}

/* ==========================================================================
   Landing
   ========================================================================== */
/* line 5, ../../source/components/_landing.scss */
.landing {
  padding-top: 10%;
  margin-bottom: 2.85714rem;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 12, ../../source/components/_landing.scss */
html.touch .landing {
  background-attachment: fixed;
}
/* line 14, ../../source/components/_landing.scss */
.landing .landing__container {
  padding-top: 5%;
}
@media screen and (min-width: 71.5em) {
  /* line 5, ../../source/components/_landing.scss */
  .landing {
    height: 45rem;
  }
}
@media screen and (max-width: 71.42857em) {
  /* line 5, ../../source/components/_landing.scss */
  .landing {
    padding-top: 15%;
  }
}
@media screen and (max-width: 40em) {
  /* line 5, ../../source/components/_landing.scss */
  .landing {
    padding-top: 5%;
  }
}
@media screen and (max-width: 25em) {
  /* line 5, ../../source/components/_landing.scss */
  .landing {
    margin-bottom: 1.78571rem;
  }
}

/* line 50, ../../source/components/_landing.scss */
.landing__title {
  margin-bottom: 4.28571rem;
  font-size: 3rem;
  line-height: 4rem;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 71.42857em) {
  /* line 57, ../../source/components/_landing.scss */
  .landing__title br {
    display: none;
  }
}
@media screen and (max-width: 40em) {
  /* line 50, ../../source/components/_landing.scss */
  .landing__title {
    margin-bottom: 2.14286rem;
  }
}
@media screen and (max-width: 40em) {
  /* line 50, ../../source/components/_landing.scss */
  .landing__title {
    font-size: 1.71429rem;
    line-height: 140%;
  }
}

/* line 70, ../../source/components/_landing.scss */
.landing__cta {
  font-weight: 600;
  color: white;
  font-size: 1.14286rem;
  text-decoration: none;
}
/* line 76, ../../source/components/_landing.scss */
.landing__cta:after {
  content: "";
  display: inline-block;
  width: 1.14286rem;
  height: 0.85714rem;
  margin-left: 0.71429rem;
  background-repeat: no-repeat;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/icon-arrow-white.svg");
  background-size: cover;
}
/* line 86, ../../source/components/_landing.scss */
.landing__cta:hover, .landing__cta:focus {
  color: white;
}
@media screen and (max-width: 25em) {
  /* line 70, ../../source/components/_landing.scss */
  .landing__cta {
    padding: 0.42857rem 0.71429rem;
    font-size: 1.14286rem;
    line-height: 140%;
  }
}

/* ==========================================================================
   Facebook
   ========================================================================== */
/* line 4, ../../source/components/_facebook.scss */
.facebook {
  padding-bottom: 3.57143rem;
}
/* line 7, ../../source/components/_facebook.scss */
.facebook .section-title {
  margin-bottom: 1.78571rem;
}
/* line 11, ../../source/components/_facebook.scss */
.facebook .l-media__img {
  max-width: 35%;
  height: 100px;
  overflow: hidden;
}
/* line 16, ../../source/components/_facebook.scss */
.facebook .l-media__img img {
  width: 100%;
}

/* line 22, ../../source/components/_facebook.scss */
.facebook__article__title {
  margin-top: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #2c2f37;
  text-decoration: none;
  line-height: 22px;
}
/* line 31, ../../source/components/_facebook.scss */
.facebook__article__title a {
  color: #2c2f37;
  text-decoration: none;
}
/* line 35, ../../source/components/_facebook.scss */
.facebook__article__title a:hover, .facebook__article__title a:focus {
  color: #aa5727;
}

/* ==========================================================================
   Events
   ========================================================================== */
/* line 6, ../../source/components/_events.scss */
.single .events-header {
  display: none;
}

/* line 9, ../../source/components/_events.scss */
.events {
  padding-top: 0.71429rem;
  padding-bottom: 1.42857rem;
}
@media screen and (max-width: 25em) {
  /* line 9, ../../source/components/_events.scss */
  .events {
    margin-bottom: 0.71429rem;
    text-align: center;
  }
}
/* line 18, ../../source/components/_events.scss */
.events .section-title {
  margin-bottom: 3.21429rem;
}
@media screen and (max-width: 25em) {
  /* line 18, ../../source/components/_events.scss */
  .events .section-title {
    margin-bottom: 0.71429rem;
  }
}

/* line 27, ../../source/components/_events.scss */
.event__article {
  position: relative;
  padding-left: 8.75px;
  margin-bottom: 2.14286rem;
}
/* line 32, ../../source/components/_events.scss */
.event__article .l-media__img {
  margin-right: 2.85714rem;
}
@media screen and (max-width: 40em) {
  /* line 32, ../../source/components/_events.scss */
  .event__article .l-media__img {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.07143rem;
  }
  /* line 41, ../../source/components/_events.scss */
  .event__article .l-media__img img {
    width: 100%;
  }
}
@media screen and (max-width: 25em) {
  /* line 32, ../../source/components/_events.scss */
  .event__article .l-media__img {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 25em) {
  /* line 27, ../../source/components/_events.scss */
  .event__article {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0rem;
  }
}

/* line 57, ../../source/components/_events.scss */
.event__article__date {
  line-height: 100%;
}

/* line 61, ../../source/components/_events.scss */
.event__article__title {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 25em) {
  /* line 61, ../../source/components/_events.scss */
  .event__article__title {
    clear: both;
    padding-top: 0.71429rem;
  }
}

/* line 70, ../../source/components/_events.scss */
.event__article__excerpt {
  font-size: 1rem;
  line-height: 1.42857rem;
  margin-top: 0.71429rem;
  margin-bottom: 0.71429rem;
}

/* line 77, ../../source/components/_events.scss */
.event__article__location {
  display: block;
}

@media screen and (max-width: 40em) {
  /* line 81, ../../source/components/_events.scss */
  .event__article__cta {
    text-align: right;
  }
}

/* line 87, ../../source/components/_events.scss */
[class^="event__status"] {
  position: absolute;
  left: 0;
  font-size: 0.78571rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  padding: 0.71429rem 1.07143rem;
  margin-left: 8.75px;
  max-width: 90%;
  line-height: 100%;
}
/* line 99, ../../source/components/_events.scss */
[class^="event__status"][class*="old"] {
  background-color: rgba(0, 0, 0, 0.35);
}
/* line 103, ../../source/components/_events.scss */
[class^="event__status"][class*="now"] {
  background-color: #aa5727;
}
@media screen and (max-width: 25em) {
  /* line 87, ../../source/components/_events.scss */
  [class^="event__status"] {
    margin-left: 0;
  }
}

/* line 113, ../../source/components/_events.scss */
.event__article--mini {
  position: relative;
}
@media screen and (max-width: 25em) {
  /* line 113, ../../source/components/_events.scss */
  .event__article--mini {
    margin-bottom: 1.07143rem;
  }
  /* line 119, ../../source/components/_events.scss */
  .event__article--mini:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 40em) {
  /* line 125, ../../source/components/_events.scss */
  .event__article--mini:first-child, .event__article--mini:nth-child(3n) {
    clear: left;
  }
}

/* line 131, ../../source/components/_events.scss */
.event__article--mini__img {
  margin-bottom: 1.28571rem;
  max-height: 195px;
  overflow: hidden;
}
@media screen and (max-width: 25em) {
  /* line 131, ../../source/components/_events.scss */
  .event__article--mini__img {
    margin-bottom: 0;
  }
  /* line 139, ../../source/components/_events.scss */
  .event__article--mini__img img {
    width: 100%;
  }
}

/* 
   Tribes events list
   ========================================================================== */
   
.tribe-events .tribe-events-calendar-list__month-separator{display:block;}   
   
/* line 146, ../../source/components/_events.scss */
.tribe-events-list .vevent.hentry {
  padding-bottom: 0;
}

/* line 150, ../../source/components/_events.scss */
#tribe-bar-form {
  background-color: transparent;
}

/* line 154, ../../source/components/_events.scss */
.tribe-bar-views-inner {
  background-color: transparent;
}

/* line 158, ../../source/components/_events.scss */
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  padding: 1.07143rem;
  font-size: 1.14286rem;
  background-color: white;
}

/* line 164, ../../source/components/_events.scss */
#tribe-bar-views .tribe-bar-views-list {
  border: 1px solid #dedede;
  border-radius: 0.14286rem;
  padding: 0;
}

/* line 170, ../../source/components/_events.scss */
.tribe-events-list-separator-month, .tribe-events-calendar-list__month-separator {
  margin-bottom: 0;
}

/* line 176, ../../source/components/_events.scss */
.tribe-events-event-meta .event__article__date {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #aa5727;
}

/* line 184, ../../source/components/_events.scss */
.event-date {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #aa5727;
}

/* line 191, ../../source/components/_events.scss */
.tribe-events-venue-details {
  font-weight: normal;
}

/* line 195, ../../source/components/_events.scss */
.tribe-events-list .tribe-events-event-cost span, .event-cost {
  font-size: 0.92857rem;
  font-weight: 600;
  color: white;
  background: #a09c25;
  border: none;
  border-radius: 0.14286rem;
  text-transform: uppercase;
  padding: 0.35714rem 0.71429rem;
}

/* line 206, ../../source/components/_events.scss */
.event-cost {
  float: right;
}

/* 
   Single
   ========================================================================== */
/* line 215, ../../source/components/_events.scss */
.single-tribe_events .event__article__title {
  margin-top: 1.78571rem;
}
/* line 219, ../../source/components/_events.scss */
.single-tribe_events .tribe-events-event-meta {
  background: none;
  border-top: 1px solid #dedede;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 1.07143rem;
  margin-bottom: 1.07143rem;
  padding-top: 1.42857rem;
}

/* line 232, ../../source/components/_events.scss */
.event__article .l-media__bd {
  float: left;
  width: 40%;
}
@media screen and (max-width: 40em) {
  /* line 232, ../../source/components/_events.scss */
  .event__article .l-media__bd {
    width: 100%;
  }
}
/* line 240, ../../source/components/_events.scss */
.event__article .l-media__bd p {
  margin-top: 0;
}

/* line 245, ../../source/components/_events.scss */
#tribe-events .event__article .l-media__img {
  margin-bottom: 1.07143rem;
}

/* line 250, ../../source/components/_events.scss */
.tribe-events-button, #tribe-events .tribe-events-button {
  background-color: transparent;
  text-transform: capitalize;
}
/* line 256, ../../source/components/_events.scss */
.tribe-events-button:hover, .tribe-events-button:focus, #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-button:focus {
  background-color: transparent;
}

/* line 261, ../../source/components/_events.scss */
.tribe-events-schedule {
  margin-top: 0;
}

/* line 265, ../../source/components/_events.scss */
#tribe-events-content, .tribe-events-back {
  margin-bottom: 0;
}

/* line 269, ../../source/components/_events.scss */
#tribe-events-pg-template {
  padding-top: 0;
}

/* line 273, ../../source/components/_events.scss */
.tribe-events-meta-group .tribe-events-single-section-title {
  font-weight: 300;
  font-size: 1.71429rem;
}

/* line 278, ../../source/components/_events.scss */
.event-header {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.75px;
  padding-right: 8.75px;
}
/* line 12, /Library/Ruby/Gems/2.0.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
.event-header:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 284, ../../source/components/_events.scss */
.single-tribe_events .tribe-events-venue-map {
  background-color: white;
  width: 100%;
  margin: 0;
}

/* line 290, ../../source/components/_events.scss */
.tribe-events-meta-group.tribe-events-meta-group-details {
  width: 100%;
  margin: 0;
}

/* line 295, ../../source/components/_events.scss */
.tribe-events-event-meta.primary {
  width: 50%;
  float: left;
}

/* line 300, ../../source/components/_events.scss */
.tribe-events-event-meta.secondary {
  width: 50%;
  float: left;
}

@media screen and (max-width: 25em) {
  /* line 305, ../../source/components/_events.scss */
  .tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
    width: 100%;
  }
}

/* Report */
/* line 313, ../../source/components/_events.scss */
.event__report {
  border-top: 1px solid #dedede;
  margin-top: 2em;
}
/* line 12, ../../source/core/_mixins.scss */
.event__report:before, .event__report:after {
  content: "";
  display: table;
}
/* line 17, ../../source/core/_mixins.scss */
.event__report:after {
  clear: both;
}
/* line 21, ../../source/core/_mixins.scss */
.oldies .event__report {
  *zoom: 1;
}

/* line 319, ../../source/components/_events.scss */
.event__report__title {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
/* line 324, ../../source/components/_events.scss */
.event__report__title h2, .event__report__title .h2 {
  text-align: center;
}

/* line 12, ../../source/core/_mixins.scss */
.event__report__gallery:before, .event__report__gallery:after {
  content: "";
  display: table;
}
/* line 17, ../../source/core/_mixins.scss */
.event__report__gallery:after {
  clear: both;
}
/* line 21, ../../source/core/_mixins.scss */
.oldies .event__report__gallery {
  *zoom: 1;
}
/* line 330, ../../source/components/_events.scss */
.event__report__gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 337, ../../source/components/_events.scss */
.event__report__gallery__item {
  float: left;
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 25em) {
  /* line 337, ../../source/components/_events.scss */
  .event__report__gallery__item {
    width: 50%;
  }
}

/* ==========================================================================
   Join
   ========================================================================== */
/* line 5, ../../source/components/_join.scss */
.join {
  padding-top: 5.35714rem;
  padding-bottom: 5.35714rem;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/texture-cream.png");
}
@media screen and (max-width: 40em) {
  /* line 5, ../../source/components/_join.scss */
  .join {
    padding-top: 3.21429rem;
    padding-bottom: 1.07143rem;
  }
}

/* line 16, ../../source/components/_join.scss */
.join__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 40em) {
  /* line 16, ../../source/components/_join.scss */
  .join__title {
    margin-bottom: 2.85714rem;
  }
}

/* line 24, ../../source/components/_join.scss */
.join__title__big {
  margin-bottom: 0.71429rem;
}

/* line 30, ../../source/components/_join.scss */
.join__arg ul {
  margin-top: 2.85714rem;
}
@media screen and (max-width: 40em) {
  /* line 30, ../../source/components/_join.scss */
  .join__arg ul {
    margin-top: 1.42857rem;
    margin-bottom: 2.85714rem;
  }
}

/* line 41, ../../source/components/_join.scss */
.join__testimonial {
  padding-left: 3.57143rem;
}
@media screen and (max-width: 40em) {
  /* line 41, ../../source/components/_join.scss */
  .join__testimonial {
    padding-left: 0;
  }
}
/* line 48, ../../source/components/_join.scss */
.join__testimonial .subtitle {
  margin-bottom: 2.85714rem;
}
@media screen and (max-width: 40em) {
  /* line 48, ../../source/components/_join.scss */
  .join__testimonial .subtitle {
    margin-bottom: 0.71429rem;
  }
}

/* line 12, ../../source/core/_mixins.scss */
.testimonial:before, .testimonial:after {
  content: "";
  display: table;
}
/* line 17, ../../source/core/_mixins.scss */
.testimonial:after {
  clear: both;
}
/* line 21, ../../source/core/_mixins.scss */
.oldies .testimonial {
  *zoom: 1;
}

/* line 61, ../../source/components/_join.scss */
.testimonial__img {
  float: left;
  width: 25%;
  padding-right: 15px;
}
@media screen and (max-width: 40em) {
  /* line 61, ../../source/components/_join.scss */
  .testimonial__img {
    width: 100%;
    padding-top: 0.71429rem;
    padding-bottom: 0.71429rem;
    padding-right: 0;
  }
}
/* line 73, ../../source/components/_join.scss */
.testimonial__img img {
  border: 6px solid white;
  border-radius: 50%;
  min-width: 125px;
}
@media screen and (max-width: 55em) {
  /* line 73, ../../source/components/_join.scss */
  .testimonial__img img {
    min-width: 0;
  }
}
@media screen and (max-width: 40em) {
  /* line 73, ../../source/components/_join.scss */
  .testimonial__img img {
    max-width: 125px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 90, ../../source/components/_join.scss */
.testimonial__quote {
  float: left;
  width: 75%;
  padding-left: 5%;
}
@media screen and (max-width: 40em) {
  /* line 90, ../../source/components/_join.scss */
  .testimonial__quote {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
/* line 101, ../../source/components/_join.scss */
.testimonial__quote blockquote {
  margin: 0;
  border: none;
  background: none;
  padding: 0;
  font-size: 14px;
  font-family: inherit;
}
/* line 109, ../../source/components/_join.scss */
.testimonial__quote blockquote p {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.14286rem;
  line-height: 1.57143rem;
  font-weight: bold;
  color: #a09c25;
  margin: 0;
}
/* line 118, ../../source/components/_join.scss */
.testimonial__quote blockquote cite {
  display: block;
  font-weight: 600;
  font-style: italic;
  color: #a09c25;
  margin-top: 1.42857rem;
  line-height: 110%;
}
@media screen and (max-width: 40em) {
  /* line 118, ../../source/components/_join.scss */
  .testimonial__quote blockquote cite {
    margin-top: 0.71429rem;
  }
}
/* line 130, ../../source/components/_join.scss */
.testimonial__quote blockquote cite:before, .testimonial__quote blockquote cite:after {
  display: none;
}

/* line 137, ../../source/components/_join.scss */
.join__share {
  margin-top: 3.57143rem;
  position: relative;
}
@media screen and (max-width: 40em) {
  /* line 137, ../../source/components/_join.scss */
  .join__share {
    margin-top: 1.42857rem;
  }
}
/* line 145, ../../source/components/_join.scss */
.join__share p {
  margin: 0;
}
/* line 149, ../../source/components/_join.scss */
.join__share [class^="btn"] {
  margin-bottom: 2.14286rem;
}
/* line 154, ../../source/components/_join.scss */
.join__share .js-share-social {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
/* line 160, ../../source/components/_join.scss */
.join__share .js-share-social label {
  display: none !important;
}

/* ==========================================================================
   Footer
   ========================================================================== */
/* line 8, ../../source/components/_footer.scss */
.mainfooter {
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/texture-footer.png");
  background-size: cover;
  background-color: #2c2f37;
  color: #f3eee0;
  padding-top: 5.35714rem;
  padding-bottom: 1.07143rem;
}
@media screen and (max-width: 48.57143rem) {
  /* line 8, ../../source/components/_footer.scss */
  .mainfooter {
    padding-top: 1.78571rem;
  }
}
/* line 21, ../../source/components/_footer.scss */
.mainfooter a:hover, .mainfooter a:focus {
  color: #aa5727;
}
/* line 26, ../../source/components/_footer.scss */
.mainfooter ul {
  list-style: none;
  margin-left: 0;
}
/* line 30, ../../source/components/_footer.scss */
.mainfooter ul li {
  margin-bottom: 1.07143rem;
}
/* line 34, ../../source/components/_footer.scss */
.mainfooter ul a {
  text-decoration: none;
  font-weight: 600;
}

/* line 42, ../../source/components/_footer.scss */
.mainfooter__head__title {
  font-family: "Libre Baskerville", Georgia, serif;
  color: #f3eee0;
  font-size: 1.21429rem;
}
@media screen and (max-width: 25em) {
  /* line 42, ../../source/components/_footer.scss */
  .mainfooter__head__title {
    text-align: center;
  }
}

/* line 54, ../../source/components/_footer.scss */
.mainfooter__contact span {
  display: inline-block;
  margin-right: 4px;
  line-height: 100%;
}
/* line 60, ../../source/components/_footer.scss */
.mainfooter__contact [itemprop="streetAddress"] {
  display: block;
}
@media screen and (max-width: 48.57143rem) {
  /* line 53, ../../source/components/_footer.scss */
  .mainfooter__contact {
    width: 100%;
    text-align: center;
    padding-bottom: 0.35714rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1.42857rem;
  }
  /* line 71, ../../source/components/_footer.scss */
  .mainfooter__contact .mainfooter__contact__logo {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 76, ../../source/components/_footer.scss */
  .mainfooter__contact .mainfooter__contact__links {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 25em) {
  /* line 53, ../../source/components/_footer.scss */
  .mainfooter__contact {
    margin-bottom: 0;
  }
}

/* line 86, ../../source/components/_footer.scss */
.mainfooter__contact__title {
  margin-bottom: 0;
  color: #f3eee0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
}

/* line 94, ../../source/components/_footer.scss */
.mainfooter__contact__logo {
  max-width: 12.85714rem;
}

/* line 100, ../../source/components/_footer.scss */
.mainfooter__social p {
  font-size: 1rem;
  line-height: 110%;
  margin: 0;
}
@media screen and (max-width: 48.57143rem) {
  /* line 99, ../../source/components/_footer.scss */
  .mainfooter__social {
    width: 50%;
  }
}
@media screen and (max-width: 25em) {
  /* line 99, ../../source/components/_footer.scss */
  .mainfooter__social {
    width: 100%;
    padding-bottom: 1.07143rem;
    padding-top: 1.42857rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/* line 118, ../../source/components/_footer.scss */
.mainfooter__social__block {
  margin-bottom: 1.07143rem;
}

/* line 123, ../../source/components/_footer.scss */
.mainfooter__side {
  padding-left: 8.33333%;
}
@media screen and (max-width: 48.57143rem) {
  /* line 123, ../../source/components/_footer.scss */
  .mainfooter__side {
    width: 50%;
    padding-left: 10%;
  }
}
@media screen and (max-width: 25em) {
  /* line 123, ../../source/components/_footer.scss */
  .mainfooter__side {
    width: 100%;
    text-align: center;
    margin-top: 1.42857rem;
    padding-bottom: 0.35714rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 8.75px;
  }
}

/* line 141, ../../source/components/_footer.scss */
.mainfooter__social-links {
  margin-top: 2.5rem;
}
/* line 144, ../../source/components/_footer.scss */
.mainfooter__social-links li {
  display: inline-block;
  margin-right: 0.71429rem;
}

/* line 149, ../../source/components/_footer.scss */
.mainfooter__newsletter {
  position: relative;
}

/* line 153, ../../source/components/_footer.scss */
.mainfooter__newsletter__form {
  max-height: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s;
  margin: 0;
}
/* line 164, ../../source/components/_footer.scss */
.mainfooter__newsletter__form.is-active {
  margin: 5px 0 15px 0;
  max-height: 40em;
}
/* line 169, ../../source/components/_footer.scss */
.mainfooter__newsletter__form .gform_wrapper {
  background-color: transparent;
}
/* line 172, ../../source/components/_footer.scss */
.mainfooter__newsletter__form .gform_body {
  padding: 10px 10px 0 10px;
}
/* line 176, ../../source/components/_footer.scss */
.mainfooter__newsletter__form .gform_footer {
  background-color: transparent;
  border: none;
  padding: 0 10px 10px 10px;
  width: 50%;
}
/* line 181, ../../source/components/_footer.scss */
.mainfooter__newsletter__form .gform_footer input {
  width: 100%;
}

/* line 187, ../../source/components/_footer.scss */
.mainfooter__icon {
  display: block;
  width: 2.28571rem;
  height: 2.28571rem;
}
/* line 192, ../../source/components/_footer.scss */
.mainfooter__icon svg {
  height: 100%;
}

/* line 196, ../../source/components/_footer.scss */
#icon-facebook > *, #icon-twitter > * {
  fill: #a09c25;
}

/* line 200, ../../source/components/_footer.scss */
.mainfooter__bottom {
  margin-top: 0.71429rem;
  width: 100%;
}
/* line 204, ../../source/components/_footer.scss */
.mainfooter__bottom ul {
  font-style: italic;
  font-size: 0.85714rem;
  text-align: right;
  margin: 0;
}
/* line 210, ../../source/components/_footer.scss */
.mainfooter__bottom ul li {
  display: inline-block;
  margin-bottom: 0;
}
/* line 214, ../../source/components/_footer.scss */
.mainfooter__bottom ul li:before {
  content: "|";
  margin: 0 5px;
}
/* line 219, ../../source/components/_footer.scss */
.mainfooter__bottom ul li:first-child:before {
  display: none;
}
/* line 224, ../../source/components/_footer.scss */
.mainfooter__bottom ul a {
  color: #f3eee0;
}

/* line 231, ../../source/components/_footer.scss */
.mainfooter__bottom__head .mainfooter__head__title {
  display: none;
}

/* ==========================================================================
   Domain
   ========================================================================== */
/* line 5, ../../source/components/_domain.scss */
.domain {
  padding-top: 5.71429rem;
  padding-bottom: 3.57143rem;
  text-align: justify;
}
@media screen and (max-width: 40em) {
  /* line 5, ../../source/components/_domain.scss */
  .domain {
    padding-top: 1.78571rem;
    padding-bottom: 2.5rem;
  }
}

/* line 16, ../../source/components/_domain.scss */
.domain__title {
  position: relative;
  padding-bottom: 3.21429rem;
}
@media screen and (max-width: 40em) {
  /* line 16, ../../source/components/_domain.scss */
  .domain__title {
    margin-bottom: 0;
  }
}
/* line 24, ../../source/components/_domain.scss */
.domain__title:after {
  content: "";
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.71429rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 18px;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/leaf_x2.png");
  background-size: cover;
}

/* line 45, ../../source/components/_domain.scss */
.domain__description {
  margin-bottom: 4.28571rem;
}
@media screen and (max-width: 40em) {
  /* line 45, ../../source/components/_domain.scss */
  .domain__description {
    margin-top: 0.71429rem;
    margin-bottom: 1.42857rem;
  }
}

/* line 54, ../../source/components/_domain.scss */
.domaine__footer__hook {
  font-size: 1.42857rem;
  font-weight: 600;
  margin-top: 4.64286rem;
  margin-bottom: 2.85714rem;
}
@media screen and (max-width: 40em) {
  /* line 54, ../../source/components/_domain.scss */
  .domaine__footer__hook {
    margin-top: 1.78571rem;
    margin-bottom: 1.42857rem;
  }
}

/* ==========================================================================
   Typography
   ========================================================================== */
/* line 12, ../../source/components/_list-select.scss */
.list-select {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  max-width: 14.28571rem;
}
@media screen and (max-width: 25em) {
  /* line 12, ../../source/components/_list-select.scss */
  .list-select {
    max-width: 50%;
  }
}

/* line 24, ../../source/components/_list-select.scss */
.list-select__button {
  -webkit-appearance: none;
  display: inline-block;
  padding-left: 1.07143em;
  padding-right: 1.07143em;
  padding-bottom: 1.07143em;
  padding-top: 1.07143em;
  line-height: 100%;
  color: #2c2f37;
  background-color: white;
  border: 1px solid #dedede;
  border-radius: 0.28571rem;
  vertical-align: middle;
  text-align: left;
  font-size: 1.28571rem;
  outline: none;
}
/* line 41, ../../source/components/_list-select.scss */
.list-select__button span {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
}
/* line 47, ../../source/components/_list-select.scss */
.list-select__button:hover, .list-select__button:focus {
  outline: none;
}
/* line 51, ../../source/components/_list-select.scss */
.list-select__button:hover:active, .list-select__button.is-active {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 55, ../../source/components/_list-select.scss */
.list-select__button.is-active {
  background-color: #fcfcfc;
  color: #848588;
}

/* line 61, ../../source/components/_list-select.scss */
.list-select__button__ico {
  background-repeat: no-repeat;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/icon-arrow-down.svg");
  display: inline-block;
  width: 12px;
  height: 7px;
  vertical-align: middle;
  margin-left: 15px;
}
/* line 69, ../../source/components/_list-select.scss */
.is-active .list-select__button__ico {
  opacity: 0.5;
}

/* line 74, ../../source/components/_list-select.scss */
.list-select__dropdown {
  -webkit-transition: padding-top ease 0.15s;
          transition: padding-top ease 0.15s;
  position: absolute;
  z-index: 150;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  max-height: 0;
  right: 0;
}
/* line 86, ../../source/components/_list-select.scss */
.list-select__dropdown.is-active {
  max-height: 50em;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}
@media screen and (max-width: 25em) {
  /* line 86, ../../source/components/_list-select.scss */
  .list-select__dropdown.is-active {
    margin-left: 0;
    padding: 5px 0 0 0;
  }
}
/* line 100, ../../source/components/_list-select.scss */
.list-select__dropdown a {
  display: block;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  background-color: white;
  color: #2c2f37;
}
/* line 110, ../../source/components/_list-select.scss */
.list-select__dropdown a:hover, .list-select__dropdown a:focus {
  background-color: #aa5727;
  border-color: #aa5727;
  color: white;
}
/* line 116, ../../source/components/_list-select.scss */
.list-select__dropdown a.is-selected {
  color: #dedede;
}
/* line 119, ../../source/components/_list-select.scss */
.list-select__dropdown a.is-selected:hover, .list-select__dropdown a.is-selected:focus {
  cursor: default;
  background-color: white;
  border-color: #dedede;
  color: #dedede;
}
/* line 128, ../../source/components/_list-select.scss */
.list-select__dropdown li:first-child a {
  border-top: 1px solid #dedede;
  border-radius: 0.28571rem 0.28571rem 0 0;
}
/* line 133, ../../source/components/_list-select.scss */
.list-select__dropdown li:last-child a {
  border-radius: 0 0 0.28571rem 0.28571rem;
}

/* ==========================================================================
   Tabs
   ========================================================================== */
/* line 5, ../../source/components/_tabs.scss */
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 40em) {
  /* line 11, ../../source/components/_tabs.scss */
  .tabs, .tabs.l-container {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  /* line 16, ../../source/components/_tabs.scss */
  .tabs:after, .tabs:before, .tabs.l-container:after, .tabs.l-container:before {
    display: none;
  }
}

/* line 21, ../../source/components/_tabs.scss */
.tabs__item {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  margin-right: 0.35714rem;
}
@media screen and (max-width: 40em) {
  /* line 21, ../../source/components/_tabs.scss */
  .tabs__item {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 0.35714rem;
  }
}
@media screen and (max-width: 25em) {
  /* line 21, ../../source/components/_tabs.scss */
  .tabs__item {
    width: 100%;
  }
}
/* line 36, ../../source/components/_tabs.scss */
.tabs__item a {
  display: block;
  padding-top: 1.07143rem;
  padding-bottom: 1.07143rem;
  padding-left: 2.14286rem;
  padding-right: 2.14286rem;
  color: white;
  font-size: 1.14286rem;
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
  text-align: center;
  border-radius: 0.14286rem 0.14286rem 0 0;
  background-color: #a09c25;
  box-shadow: inset -2px 0 rgba(0, 0, 0, 0.1);
  border: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 40em) {
  /* line 36, ../../source/components/_tabs.scss */
  .tabs__item a {
    padding-left: 0.71429rem;
    padding-right: 0.71429rem;
  }
}
/* line 59, ../../source/components/_tabs.scss */
.tabs__item a:hover, .tabs__item a:focus {
  background-color: #aa5727;
  color: white;
}
/* line 65, ../../source/components/_tabs.scss */
.tabs__item.is-active a {
  background-color: #fafafa;
  color: #2c2f37;
}

/* ==========================================================================
   Messages
   ========================================================================== */
/* line 5, ../../source/components/_messages.scss */
.message-oldies {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #2c2f37;
  top: 0;
  left: 0;
  z-index: 1000;
}
/* line 14, ../../source/components/_messages.scss */
.message-oldies .inner {
  position: absolute;
  top: 0;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: white;
  padding: 20px 35px;
  font-size: 16px;
  text-align: center;
}
/* line 27, ../../source/components/_messages.scss */
.message-oldies .inner strong {
  color: #aa5727;
}
/* line 31, ../../source/components/_messages.scss */
.message-oldies .inner a {
  display: inline-block;
  padding: 10px;
  background-color: #a09c25;
  text-decoration: none;
  color: white;
}

/* line 41, ../../source/components/_messages.scss */
.message-cookie {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2c2f37;
  color: white;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
}
/* line 52, ../../source/components/_messages.scss */
.message-cookie.is-active {
  display: block;
}

/* line 57, ../../source/components/_messages.scss */
.message-cookie__close {
  display: inline-block;
  padding: 3px 10px;
  color: white;
  background-color: #aa5727;
  margin: 0 10px;
  text-decoration: none;
  border-radius: 4px;
}
/* line 66, ../../source/components/_messages.scss */
.message-cookie__close:hover, .message-cookie__close:focus {
  color: white;
  background-color: #a09c25;
}

/* line 72, ../../source/components/_messages.scss */
.tribe-events-notices {
  background-color: #aa5727;
  color: white;
  text-shadow: none;
  border: none;
}

/* ==========================================================================
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
   ========================================================================== */
/* line 13, ../../source/plugins/_bxslider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  overflow: hidden;
  max-height: 400px;
}
/* line 21, ../../source/plugins/_bxslider.scss */
.bx-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 28, ../../source/plugins/_bxslider.scss */
.bx-wrapper:hover .bx-prev, .touch .bx-wrapper .bx-prev {
  -webkit-transform: translateX(70px);
      -ms-transform: translateX(70px);
          transform: translateX(70px);
}
/* line 29, ../../source/plugins/_bxslider.scss */
.bx-wrapper:hover .bx-next, .touch .bx-wrapper .bx-next {
  -webkit-transform: translateX(-70px);
      -ms-transform: translateX(-70px);
          transform: translateX(-70px);
}

/* line 33, ../../source/plugins/_bxslider.scss */
.bx-wrapper img {
  display: block;
}

/* line 37, ../../source/plugins/_bxslider.scss */
.bx-controls-direction {
  top: 50%;
  width: 100%;
  position: absolute;
  height: 0;
}

/* line 44, ../../source/plugins/_bxslider.scss */
.bx-prev, .bx-next {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  overflow: hidden;
  text-indent: -9999px;
  background-color: white;
  border-radius: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.25s;
          transition: all ease 0.25s;
}

/* line 59, ../../source/plugins/_bxslider.scss */
.bx-prev {
  left: -60px;
  background-repeat: no-repeat;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/icon-arrow-green-left.svg");
}

/* line 64, ../../source/plugins/_bxslider.scss */
.bx-next {
  right: -60px;
  background-repeat: no-repeat;
  background-image: url("https://amisdomainerandan.org/wp-content/themes/randan/gfx/icon-arrow-green.svg");
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* line 51, ../../source/plugins/animate-sass/animations/fade-enter/_fadeInDown.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* line 51, ../../source/plugins/animate-sass/animations/fade-enter/_fadeInUp.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
/* line 51, ../../source/plugins/animate-sass/animations/fade-exit/_fadeOutDown.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/* line 96, ../../source/plugins/animate-sass/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 100, ../../source/plugins/animate-sass/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* Magnific Popup CSS */
/* line 78, ../../source/plugins/magnific-popup/main.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 95, ../../source/plugins/magnific-popup/main.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 107, ../../source/plugins/magnific-popup/main.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 122, ../../source/plugins/magnific-popup/main.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 133, ../../source/plugins/magnific-popup/main.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 140, ../../source/plugins/magnific-popup/main.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 150, ../../source/plugins/magnific-popup/main.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 157, ../../source/plugins/magnific-popup/main.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 161, ../../source/plugins/magnific-popup/main.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 167, ../../source/plugins/magnific-popup/main.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* line 174, ../../source/plugins/magnific-popup/main.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 179, ../../source/plugins/magnific-popup/main.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 190, ../../source/plugins/magnific-popup/main.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 209, ../../source/plugins/magnific-popup/main.scss */
.mfp-hide {
  display: none !important;
}

/* line 220, ../../source/plugins/magnific-popup/main.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
/* line 230, ../../source/plugins/magnific-popup/main.scss */
.mfp-preloader a {
  color: #CCC;
}
/* line 232, ../../source/plugins/magnific-popup/main.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 240, ../../source/plugins/magnific-popup/main.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 247, ../../source/plugins/magnific-popup/main.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 254, ../../source/plugins/magnific-popup/main.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
/* line 268, ../../source/plugins/magnific-popup/main.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 276, ../../source/plugins/magnific-popup/main.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 297, ../../source/plugins/magnific-popup/main.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 305, ../../source/plugins/magnific-popup/main.scss */
.mfp-close:active {
  top: 1px;
}

/* line 310, ../../source/plugins/magnific-popup/main.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 316, ../../source/plugins/magnific-popup/main.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 326, ../../source/plugins/magnific-popup/main.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 338, ../../source/plugins/magnific-popup/main.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 351, ../../source/plugins/magnific-popup/main.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 354, ../../source/plugins/magnific-popup/main.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 361, ../../source/plugins/magnific-popup/main.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 377, ../../source/plugins/magnific-popup/main.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 385, ../../source/plugins/magnific-popup/main.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 394, ../../source/plugins/magnific-popup/main.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 397, ../../source/plugins/magnific-popup/main.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 402, ../../source/plugins/magnific-popup/main.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 409, ../../source/plugins/magnific-popup/main.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 411, ../../source/plugins/magnific-popup/main.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 416, ../../source/plugins/magnific-popup/main.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 427, ../../source/plugins/magnific-popup/main.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 430, ../../source/plugins/magnific-popup/main.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 435, ../../source/plugins/magnific-popup/main.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 439, ../../source/plugins/magnific-popup/main.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 444, ../../source/plugins/magnific-popup/main.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 464, ../../source/plugins/magnific-popup/main.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 479, ../../source/plugins/magnific-popup/main.scss */
.mfp-figure {
  line-height: 0;
}
/* line 481, ../../source/plugins/magnific-popup/main.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
/* line 495, ../../source/plugins/magnific-popup/main.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
/* line 501, ../../source/plugins/magnific-popup/main.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 505, ../../source/plugins/magnific-popup/main.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 513, ../../source/plugins/magnific-popup/main.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 522, ../../source/plugins/magnific-popup/main.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 529, ../../source/plugins/magnific-popup/main.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 542, ../../source/plugins/magnific-popup/main.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 547, ../../source/plugins/magnific-popup/main.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 553, ../../source/plugins/magnific-popup/main.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 557, ../../source/plugins/magnific-popup/main.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 562, ../../source/plugins/magnific-popup/main.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 572, ../../source/plugins/magnific-popup/main.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 576, ../../source/plugins/magnific-popup/main.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 580, ../../source/plugins/magnific-popup/main.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 600, ../../source/plugins/magnific-popup/main.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  /* line 604, ../../source/plugins/magnific-popup/main.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  /* line 608, ../../source/plugins/magnific-popup/main.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  /* line 612, ../../source/plugins/magnific-popup/main.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 624, ../../source/plugins/magnific-popup/main.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 627, ../../source/plugins/magnific-popup/main.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 634, ../../source/plugins/magnific-popup/main.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 637, ../../source/plugins/magnific-popup/main.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 640, ../../source/plugins/magnific-popup/main.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 650, ../../source/plugins/magnific-popup/main.scss */
.image-source-link {
  color: #98C3D1;
}

/* line 654, ../../source/plugins/magnific-popup/main.scss */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 665, ../../source/plugins/magnific-popup/main.scss */
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

/* line 668, ../../source/plugins/magnific-popup/main.scss */
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 672, ../../source/plugins/magnific-popup/main.scss */
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}



/* **************************************  */
/* Custom templace calendar */
/* **************************************  */
.tribe-events-calendar-list__event-row{ height:200px;}
.tribe-common .tribe-common-g-row{display:block; clear:both; margin-bottom:20px;}
.tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper{display:block; float:left; height:180px; overflow:hidden}
.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details{display:block; float:right;}

.tribe-events-c-nav__list-item button[disabled=""]{display:none;}

.tribe-events-single .tribe-events-event-image{display:block; float:left; width:400px;}
.tribe-events-single .tribe-events-content{display:block; float:left; width:calc(100% - 400px); padding-left:40px; box-sizing:border-box;}

.tribe-events-single .tribe-events-schedule h2 {text-transform: uppercase;  font-weight: bold; text-decoration: none;  color: #aa5727;  font-size: 0.92857rem;}

/**
 * Subscribe Button
 */
 
.tribe-events .tribe-events-c-subscribe-dropdown__container{display:block; width:300px; margin:auto;}
 
.tribe-events-c-subscribe-dropdown__content 
{
	position: absolute;
	width:250px;
	background:rgba(255,255,255,0.7);
	color:#000000;
	border:2px solid #000000;
	border-radius:10px;
	padding:10px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.3);
	box-sizing:border-box;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list{transform:none;}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a{text-decoration:none; font-variant:small-caps; color:#0080FF;}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a:hover{color:#FFCC00;}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
	padding:5px; 
	width:250px;
	border-color:#000000;
	color: #000000;
	box-sizing:border-box;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text {
	
	color: inherit !important;
	box-sizing:border-box;
}

.tribe-events .tribe-events-c-subscribe-dropdown.tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown:focus .tribe-events-c-subscribe-dropdown__button-text,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events .tribe-events-c-subscribe-dropdown:focus-within 
{
	
	border-color: #000000;
	background-color: #FFFFFF;
	color: #0080FF !important;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{clear: left; font-weight: bold; line-height: 1; list-style: none;}
	
@media all and (max-width: 900px) 
{
	.tribe-events-single .tribe-events-event-image{display:block; float:none; clear:both; width:100%;}
.tribe-events-single .tribe-events-content{display:block; float:none; clear:both; width:100%; padding-left:0px; box-sizing:border-box;}

}