@charset "UTF-8";
.visually-hidden {
  position: absolute;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0.001;
}
.visually-hidden-i {
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  opacity: 0.001 !important;
}
.visually-visible {
  position: static;
  height: auto;
  width: auto;
  clip: auto;
  overflow: visible;
  opacity: 1;
}
.visually-visible-i {
  position: static !important;
  height: auto !important;
  width: auto !important;
  clip: auto !important;
  overflow: visible !important;
  opacity: 1 !important;
}

.a11y a {
  position: absolute;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0.001;
}
.a11y a:hover, .a11y a:focus {
  position: static;
  height: auto;
  width: auto;
  clip: auto;
  overflow: visible;
  opacity: 1;
}

@font-face {
  font-family: "maddIcon";
  src: url("../fonts/maddIcon.woff2") format("woff2"), url("../fonts/maddIcon.woff") format("woff"), url("../fonts/maddIcon.ttf") format("truetype"), url("../fonts/maddIcon.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}
.table-container {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 1.5em;
}

table,
tr,
th,
td {
  border: 1px solid #dededc;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

tr:nth-child(odd) td {
  background: #f2f2f2;
}

th,
td {
  padding: 0.75em 0.5em;
}
th *:last-child,
td *:last-child {
  margin-bottom: 0;
}

th {
  background: #5c5f62;
  color: #FFFFFF;
}

td {
  background: #FFFFFF;
}

.hide {
  display: none;
}

.show {
  display: block;
}

@media (max-width: 47.99em) {
  .hide-until-tablet {
    display: none !important;
  }
}
@media (min-width: 48em) {
  .hide-from-tablet {
    display: none !important;
  }
}
@media (min-width: 61.25em) {
  .hide-from-desktop {
    display: none !important;
  }
}
@media (max-width: 61.24em) {
  .hide-until-desktop {
    display: none !important;
  }
}
html {
  color: #000000;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1em;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
*:focus {
  outline: dotted 1px black;
}

::selection {
  text-shadow: none;
  background: #000000;
  color: #FFFFFF;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.313;
  position: relative;
  background: #f2f2f2;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}
@media (max-width: 47.99em) {
  body {
    font-size: 0.875rem;
    line-height: 1.286;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-style: regular;
}

svg {
  display: block;
  fill: currentColor;
}

figure {
  display: block;
  margin: 0;
}

/*
# États des liens
*/
a {
  text-decoration: none;
  color: #000000;
}
a:hover, a:focus {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: dotted black 1px;
}

/* # Marges par défaut */
p,
table,
dl,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
hr {
  margin-top: 0;
}

ul,
ol,
dl {
  list-style: none;
  margin-bottom: 1.5em;
  padding: 0;
}
ul li,
ol li,
dl li {
  position: relative;
}
ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
  padding-top: 0.75em;
  margin-bottom: 0;
}

li {
  position: relative;
  padding-bottom: 0.75em;
}
li:last-child {
  padding-bottom: 0;
}

p {
  margin: 0 0 1.5em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

html:not(.no-js) .no-js-visible {
  display: none;
}

.block {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}

.bg-white {
  background: #FFFFFF;
}

.bg-black {
  background: #000000;
  color: #FFFFFF;
}

.bg-grey {
  background: #5c5f62;
}

.bg-lightgrey {
  background: #f2f2f2;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-grey {
  color: #5c5f62;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-small {
  font-size: 0.875em;
}
.text-big {
  font-size: 1.5em;
  line-height: 1.25em;
}
.text-extra-big {
  font-size: 1.625em;
  line-height: 1.26923077em;
}
.text-large {
  font-size: 1.125em;
}
.text-with-button .btn {
  margin-left: 1em;
  vertical-align: middle;
}
.text-light {
  font-weight: 400;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  clear: both;
}
h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span {
  display: block;
}
h1 svg,
.h1 svg,
h2 svg,
.h2 svg,
h3 svg,
.h3 svg {
  display: inline-block;
  margin-left: 0.625rem;
  position: relative;
  top: -0.125rem;
  vertical-align: middle;
}

h1,
.h1 {
  font-size: 50px;
  line-height: 1.188;
}
@media (max-width: 47.99em) {
  h1,
  .h1 {
    font-size: 1.75rem;
    line-height: 1.231;
  }
}

h2,
.h2 {
  font-size: 25px;
  line-height: 1.188;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 47.99em) {
  h2,
  .h2 {
    font-size: 1.625rem;
    line-height: 1.231;
  }
}

h3,
.h3 {
  font-size: 25px;
  line-height: 1.214;
  font-weight: 300;
  margin-top: 20px;
}
@media (max-width: 47.99em) {
  h3,
  .h3 {
    font-size: 1.25rem;
    line-height: 1.231;
  }
}

h4,
.h4,
h5,
.h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
}

h5,
.h5 {
  font-weight: 300;
}

h6,
.h6 {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #5c5f62;
  margin-bottom: 10px;
}

.menu-link-wrapper {
  min-width: 0;
}
.menu-link-wrapper .menu-link-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.menu-link-wrapper .menu-link-title a {
  color: #004862;
  font-weight: 300;
  font-style: italic;
}

button,
.btn {
  font-size: 0.875em;
  text-transform: uppercase;
  border-radius: 20px;
  background: #dededc;
  border: none;
  line-height: 1;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button svg *,
.btn svg * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 48em) {
  button,
  .btn {
    padding: 0 10px;
    border-radius: 20px;
  }
  .msie button, .msie
  .btn {
    height: 2.85714286em;
  }
}
@media (max-width: 47.99em) {
  button,
  .btn {
    padding: 0 10px;
    border-radius: 30px;
  }
  .msie button, .msie
  .btn {
    height: 3.57142857em;
  }
}
@media (min-width: 48em) {
  button,
  .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 47.99em) {
  button,
  .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
button:hover, button:focus,
.btn:hover,
.btn:focus {
  text-decoration: none;
}
button *,
.btn * {
  margin-right: 0.25em;
}
button *:last-child,
.btn *:last-child {
  margin-right: 0;
}
button span,
.btn span {
  padding: 0.1875rem 0.1875rem 0;
  position: relative;
}
button span.visually-hidden,
.btn span.visually-hidden {
  padding: 0 !important;
  position: absolute !important;
}
@media (min-width: 48em) {
  button + .btn,
  .btn + .btn {
    margin-left: 1.14285714em;
  }
}
@media (max-width: 47.99em) {
  button + .btn,
  .btn + .btn {
    margin-top: 0.71428571em;
  }
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="tel"],
input[type="tel"],
input[type="submit"],
textarea {
  -webkit-appearance: unset;
          appearance: unset;
  background-color: #FFFFFF;
  border: 1px solid #dededc;
  border-radius: 0;
  color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-style: italic;
  font-size: 0.875em;
  max-width: 100%;
  width: 100%;
  outline: dotted black 1px;
}
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
textarea:focus {
  border-color: #000000;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="submit"],
input[type="date"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 0.875em;
  height: 2.85714286em;
  width: 100%;
  padding: 0 0.57142857em;
  border-radius: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
input[type="date"]:focus {
  border-color: #000000;
}

select {
  appearance: unset;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  background-color: #FFFFFF;
  border: 1px solid #dededc;
  background-position: calc(100% - 1em) center;
  background-image: url("data:image/gif;base64,R0lGODlhCQAFAIABAG1vcv///yH5BAEAAAEALAAAAAAJAAUAAAIKhH+BGYoNGWxgFgA7");
  background-repeat: no-repeat;
  background-size: 9px 5px;
  box-shadow: 0 0 0 1px #f2f2f2 inset;
  font-weight: 700;
  height: 2.85714286em;
  padding: .5em 2em .3em 1em;
  color: #5c5f62;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  height: 12.5rem;
}

input[disabled] {
  background-color: #bbbbb4;
  color: #6e6e6e;
  cursor: not-allowed;
}

input[type="radio"],
input[type='checkbox'] {
  display: none;
}
input[type="radio"] + label,
input[type='checkbox'] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 16px;
  margin-right: 16px;
}
input[type="radio"] + label::before,
input[type='checkbox'] + label::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  position: absolute;
  left: 0;
  bottom: 4px;
  background-color: #FFFFFF;
  border: 1px solid #bbbbb4;
}
input[type="radio"]:checked + label,
input[type='checkbox']:checked + label {
  color: #004862;
}
input[type="radio"]:checked + label::before,
input[type='checkbox']:checked + label::before {
  background-color: #004862;
  border-color: #004862;
}

input[type="radio"] + label::before {
  border-radius: 8px;
}

input[type="submit"] {
  color: #5c5f62;
}
input[type="submit"]:focus {
  border-color: #dededc;
  color: #5c5f62;
}
input[type="submit"]:hover {
  color: #004862;
  border-color: #004862;
}

label.form-required {
  position: relative;
}
label.form-required::after {
  content: "\A0*\A0";
  width: 16px;
  position: absolute;
  right: 0;
  color: #a3191e;
  font-weight: 800;
}

.description {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 300;
  font-style: italic;
  color: #5c5f62;
}

.btn {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

a img {
  border: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 80em;
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 61.24em) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 47.99em) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* Menu BORDEAUX CULTURE
========================*/
#bdx-top {
  position:relative;
  background: #000000;
  color: white;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 15.6px;
  display: flex;
  flex-direction: row;

}
.menu-bordeaux-entete {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 5px;
  padding:10px 0 10px 10px;
}
.menu-bordeaux-entete img {
  width: 158px;
  height: unset;
  object-fit: unset;
  margin-bottom: unset;
  margin-right: 15px;
  padding-right:30px;
  border-right: solid 1px #10aca5;
}
.menu--menubordeaux {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  margin:0;
}
.menu--menubordeaux a.dropdown-toggle:focus {
  background-color:#2d2d2d !important;

}
.menu--menubordeaux .navbar-text {
  float: unset;
}
.menu--menubordeaux li {
  padding:0;
}
.menu--menubordeaux > li a,
.menu--menubordeaux > li span {
  font-family:sans-serif;
  font-style:normal;
  padding:0;
  margin:0;
  font-weight:normal;
}
.menu--menubordeaux > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.menu--menubordeaux > li,
.menu--menubordeaux > ul {
  background-color: #000;
  width: 100%;
  text-align: left;
}
.menu--menubordeaux > li > a,
.menu--menubordeaux .nav > li > a,
.menu--menubordeaux > li > ul > li > a,
.menu--menubordeaux > li > span {
  font-size: 15.6px;
  line-height: 24px;
  color: #ffffff;
}
.menu--menubordeaux > li > a.dropdown-toggle{
  line-height:24px;
  padding: 10px 15px;
}
.menu--menubordeaux > li > ul {
  padding-top: 0;
  margin-top: 0;
  bottom: 0;
  border: unset;
  background-color: #1e1d1d;
}
.menu--menubordeaux > li > ul > li {
  background-color: #1e1d1d;
}
.menu--menubordeaux > li > ul > li:not(:last-child) > a {
  border-bottom: 1px solid #10aca5;
}
.menu--menubordeaux > li > ul > li:first-child  {
  padding-top: 24px;
}
.menu--menubordeaux > li > ul > li:last-child  {
  padding-bottom: 30px;
}
.menu--menubordeaux > li > ul > li > a {
  margin: 0 55px;
  white-space: pre-line;
  text-align: left;
  padding: 3px 20px;
}
.menu--menubordeaux > li > ul > li > a:hover {
  color: #ffffff;
  background-color: #000000;
  text-shadow:1px 0px 0px #ffffff;
}
.menu--menubordeaux .menubordeaux-overlay {
  display: none;
  position: fixed;
  z-index: -10;
  top: 52px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.menu--menubordeaux .open .menubordeaux-overlay {
  display: block;
}
.menu--menubordeaux .menubordeaux-overlay {
  display: none;
  position: fixed;
  z-index: -10;
  top: 44px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.menu--menubordeaux .open .menubordeaux-overlay {
  display: block;
}
.menu--menubordeaux .menubordeaux-caret {
  margin-left: 15px;
}
.menu--menubordeaux .menubordeaux-caret img {
  height: 17px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.menu--menubordeaux .menubordeaux-caret-close {
  display: none;
}
.menu--menubordeaux .menubordeaux-caret-open {
  display: inline-block;
}
.menu--menubordeaux .open .menubordeaux-caret-close {
  display: inline-block;
}
.menu--menubordeaux .open .menubordeaux-caret-open {
  display: none;
}
.menu--menubordeaux .open > a,
.menu--menubordeaux .open > a:focus,
.menu--menubordeaux .open > a:hover,
.menu--menubordeaux > li > a:hover {
  color: #ffffff;
  background-color: #2d2d2d;
  text-shadow:1px 0px 0px #ffffff;
}
.menu--menubordeaux > li > span {
  font-weight: bold;
}
.menu--menubordeaux > li > ul {
  width: 100%;
}
.menu--menubordeaux li.dropdown.open {
  position:static;
}
@media only screen and (min-width: 768px) {
  .menu--menubordeaux > li > ul > li:first-child  {
  padding-top: 12px;
  }
  .menu--menubordeaux > li > ul {
    width: 500px;
  }
  .menu--menubordeaux > li > ul > li > a {
    margin: 0 40px;
  }
  .menu--menubordeaux > li > ul > li > a {
    text-align: left;
  }
}



.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row .col-full {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 23.75em) {
  .row-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-sm .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row-sm .col-full {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 35em) {
  .row-ld {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-ld .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row-ld .col-full {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 48em) {
  .row-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-md .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row-md .col-full {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 61.25em) {
  .row-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-lg .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row-lg .col-full {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 80em) {
  .row-xlg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-xlg .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row-xlg .col-full {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 102.5em) {
  .row-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-wide .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row-wide .col-full {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
[class*="col-"] {
  position: relative;
  min-height: 1px;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
      flex-basis: 41.66666667%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
      flex-basis: 58.33333333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
      flex-basis: 91.66666667%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 23.75em) {
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 35em) {
  .col-ld-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-ld-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-ld-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-ld-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-ld-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-ld-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-ld-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-ld-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-ld-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-ld-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-ld-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-ld-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-ld-pull-0 {
    right: auto;
  }

  .col-ld-pull-1 {
    right: 8.33333333%;
  }

  .col-ld-pull-2 {
    right: 16.66666667%;
  }

  .col-ld-pull-3 {
    right: 25%;
  }

  .col-ld-pull-4 {
    right: 33.33333333%;
  }

  .col-ld-pull-5 {
    right: 41.66666667%;
  }

  .col-ld-pull-6 {
    right: 50%;
  }

  .col-ld-pull-7 {
    right: 58.33333333%;
  }

  .col-ld-pull-8 {
    right: 66.66666667%;
  }

  .col-ld-pull-9 {
    right: 75%;
  }

  .col-ld-pull-10 {
    right: 83.33333333%;
  }

  .col-ld-pull-11 {
    right: 91.66666667%;
  }

  .col-ld-pull-12 {
    right: 100%;
  }

  .col-ld-push-0 {
    left: auto;
  }

  .col-ld-push-1 {
    left: 8.33333333%;
  }

  .col-ld-push-2 {
    left: 16.66666667%;
  }

  .col-ld-push-3 {
    left: 25%;
  }

  .col-ld-push-4 {
    left: 33.33333333%;
  }

  .col-ld-push-5 {
    left: 41.66666667%;
  }

  .col-ld-push-6 {
    left: 50%;
  }

  .col-ld-push-7 {
    left: 58.33333333%;
  }

  .col-ld-push-8 {
    left: 66.66666667%;
  }

  .col-ld-push-9 {
    left: 75%;
  }

  .col-ld-push-10 {
    left: 83.33333333%;
  }

  .col-ld-push-11 {
    left: 91.66666667%;
  }

  .col-ld-push-12 {
    left: 100%;
  }

  .col-ld-offset-0 {
    margin-left: 0%;
  }

  .col-ld-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-ld-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-ld-offset-3 {
    margin-left: 25%;
  }

  .col-ld-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-ld-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-ld-offset-6 {
    margin-left: 50%;
  }

  .col-ld-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-ld-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-ld-offset-9 {
    margin-left: 75%;
  }

  .col-ld-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-ld-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-ld-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 48em) {
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 61.25em) {
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 80em) {
  .col-xlg-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-xlg-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-xlg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-xlg-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-xlg-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-xlg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-xlg-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-xlg-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-xlg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-xlg-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-xlg-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-xlg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-xlg-pull-0 {
    right: auto;
  }

  .col-xlg-pull-1 {
    right: 8.33333333%;
  }

  .col-xlg-pull-2 {
    right: 16.66666667%;
  }

  .col-xlg-pull-3 {
    right: 25%;
  }

  .col-xlg-pull-4 {
    right: 33.33333333%;
  }

  .col-xlg-pull-5 {
    right: 41.66666667%;
  }

  .col-xlg-pull-6 {
    right: 50%;
  }

  .col-xlg-pull-7 {
    right: 58.33333333%;
  }

  .col-xlg-pull-8 {
    right: 66.66666667%;
  }

  .col-xlg-pull-9 {
    right: 75%;
  }

  .col-xlg-pull-10 {
    right: 83.33333333%;
  }

  .col-xlg-pull-11 {
    right: 91.66666667%;
  }

  .col-xlg-pull-12 {
    right: 100%;
  }

  .col-xlg-push-0 {
    left: auto;
  }

  .col-xlg-push-1 {
    left: 8.33333333%;
  }

  .col-xlg-push-2 {
    left: 16.66666667%;
  }

  .col-xlg-push-3 {
    left: 25%;
  }

  .col-xlg-push-4 {
    left: 33.33333333%;
  }

  .col-xlg-push-5 {
    left: 41.66666667%;
  }

  .col-xlg-push-6 {
    left: 50%;
  }

  .col-xlg-push-7 {
    left: 58.33333333%;
  }

  .col-xlg-push-8 {
    left: 66.66666667%;
  }

  .col-xlg-push-9 {
    left: 75%;
  }

  .col-xlg-push-10 {
    left: 83.33333333%;
  }

  .col-xlg-push-11 {
    left: 91.66666667%;
  }

  .col-xlg-push-12 {
    left: 100%;
  }

  .col-xlg-offset-0 {
    margin-left: 0%;
  }

  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xlg-offset-3 {
    margin-left: 25%;
  }

  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xlg-offset-6 {
    margin-left: 50%;
  }

  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xlg-offset-9 {
    margin-left: 75%;
  }

  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xlg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 102.5em) {
  .col-wide-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-wide-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-wide-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-wide-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-wide-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-wide-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-wide-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-wide-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-wide-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-wide-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-wide-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-wide-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .col-wide-pull-0 {
    right: auto;
  }

  .col-wide-pull-1 {
    right: 8.33333333%;
  }

  .col-wide-pull-2 {
    right: 16.66666667%;
  }

  .col-wide-pull-3 {
    right: 25%;
  }

  .col-wide-pull-4 {
    right: 33.33333333%;
  }

  .col-wide-pull-5 {
    right: 41.66666667%;
  }

  .col-wide-pull-6 {
    right: 50%;
  }

  .col-wide-pull-7 {
    right: 58.33333333%;
  }

  .col-wide-pull-8 {
    right: 66.66666667%;
  }

  .col-wide-pull-9 {
    right: 75%;
  }

  .col-wide-pull-10 {
    right: 83.33333333%;
  }

  .col-wide-pull-11 {
    right: 91.66666667%;
  }

  .col-wide-pull-12 {
    right: 100%;
  }

  .col-wide-push-0 {
    left: auto;
  }

  .col-wide-push-1 {
    left: 8.33333333%;
  }

  .col-wide-push-2 {
    left: 16.66666667%;
  }

  .col-wide-push-3 {
    left: 25%;
  }

  .col-wide-push-4 {
    left: 33.33333333%;
  }

  .col-wide-push-5 {
    left: 41.66666667%;
  }

  .col-wide-push-6 {
    left: 50%;
  }

  .col-wide-push-7 {
    left: 58.33333333%;
  }

  .col-wide-push-8 {
    left: 66.66666667%;
  }

  .col-wide-push-9 {
    left: 75%;
  }

  .col-wide-push-10 {
    left: 83.33333333%;
  }

  .col-wide-push-11 {
    left: 91.66666667%;
  }

  .col-wide-push-12 {
    left: 100%;
  }

  .col-wide-offset-0 {
    margin-left: 0%;
  }

  .col-wide-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-wide-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-wide-offset-3 {
    margin-left: 25%;
  }

  .col-wide-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-wide-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-wide-offset-6 {
    margin-left: 50%;
  }

  .col-wide-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-wide-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-wide-offset-9 {
    margin-left: 75%;
  }

  .col-wide-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-wide-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-wide-offset-12 {
    margin-left: 100%;
  }
}
.row-hard .col-xs-0,
.msie .col-xs-0 {
  max-width: 0%;
}
.row-hard .col-xs-1,
.msie .col-xs-1 {
  max-width: 8.33333333%;
}
.row-hard .col-xs-2,
.msie .col-xs-2 {
  max-width: 16.66666667%;
}
.row-hard .col-xs-3,
.msie .col-xs-3 {
  max-width: 25%;
}
.row-hard .col-xs-4,
.msie .col-xs-4 {
  max-width: 33.33333333%;
}
.row-hard .col-xs-5,
.msie .col-xs-5 {
  max-width: 41.66666667%;
}
.row-hard .col-xs-6,
.msie .col-xs-6 {
  max-width: 50%;
}
.row-hard .col-xs-7,
.msie .col-xs-7 {
  max-width: 58.33333333%;
}
.row-hard .col-xs-8,
.msie .col-xs-8 {
  max-width: 66.66666667%;
}
.row-hard .col-xs-9,
.msie .col-xs-9 {
  max-width: 75%;
}
.row-hard .col-xs-10,
.msie .col-xs-10 {
  max-width: 83.33333333%;
}
.row-hard .col-xs-11,
.msie .col-xs-11 {
  max-width: 91.66666667%;
}
.row-hard .col-xs-12,
.msie .col-xs-12 {
  max-width: 100%;
}
@media (min-width: 23.75em) {
  .row-hard .col-sm-0,
  .msie .col-sm-0 {
    max-width: 0%;
  }
  .row-hard .col-sm-1,
  .msie .col-sm-1 {
    max-width: 8.33333333%;
  }
  .row-hard .col-sm-2,
  .msie .col-sm-2 {
    max-width: 16.66666667%;
  }
  .row-hard .col-sm-3,
  .msie .col-sm-3 {
    max-width: 25%;
  }
  .row-hard .col-sm-4,
  .msie .col-sm-4 {
    max-width: 33.33333333%;
  }
  .row-hard .col-sm-5,
  .msie .col-sm-5 {
    max-width: 41.66666667%;
  }
  .row-hard .col-sm-6,
  .msie .col-sm-6 {
    max-width: 50%;
  }
  .row-hard .col-sm-7,
  .msie .col-sm-7 {
    max-width: 58.33333333%;
  }
  .row-hard .col-sm-8,
  .msie .col-sm-8 {
    max-width: 66.66666667%;
  }
  .row-hard .col-sm-9,
  .msie .col-sm-9 {
    max-width: 75%;
  }
  .row-hard .col-sm-10,
  .msie .col-sm-10 {
    max-width: 83.33333333%;
  }
  .row-hard .col-sm-11,
  .msie .col-sm-11 {
    max-width: 91.66666667%;
  }
  .row-hard .col-sm-12,
  .msie .col-sm-12 {
    max-width: 100%;
  }
}
@media (min-width: 35em) {
  .row-hard .col-ld-0,
  .msie .col-ld-0 {
    max-width: 0%;
  }
  .row-hard .col-ld-1,
  .msie .col-ld-1 {
    max-width: 8.33333333%;
  }
  .row-hard .col-ld-2,
  .msie .col-ld-2 {
    max-width: 16.66666667%;
  }
  .row-hard .col-ld-3,
  .msie .col-ld-3 {
    max-width: 25%;
  }
  .row-hard .col-ld-4,
  .msie .col-ld-4 {
    max-width: 33.33333333%;
  }
  .row-hard .col-ld-5,
  .msie .col-ld-5 {
    max-width: 41.66666667%;
  }
  .row-hard .col-ld-6,
  .msie .col-ld-6 {
    max-width: 50%;
  }
  .row-hard .col-ld-7,
  .msie .col-ld-7 {
    max-width: 58.33333333%;
  }
  .row-hard .col-ld-8,
  .msie .col-ld-8 {
    max-width: 66.66666667%;
  }
  .row-hard .col-ld-9,
  .msie .col-ld-9 {
    max-width: 75%;
  }
  .row-hard .col-ld-10,
  .msie .col-ld-10 {
    max-width: 83.33333333%;
  }
  .row-hard .col-ld-11,
  .msie .col-ld-11 {
    max-width: 91.66666667%;
  }
  .row-hard .col-ld-12,
  .msie .col-ld-12 {
    max-width: 100%;
  }
}
@media (min-width: 48em) {
  .row-hard .col-md-0,
  .msie .col-md-0 {
    max-width: 0%;
  }
  .row-hard .col-md-1,
  .msie .col-md-1 {
    max-width: 8.33333333%;
  }
  .row-hard .col-md-2,
  .msie .col-md-2 {
    max-width: 16.66666667%;
  }
  .row-hard .col-md-3,
  .msie .col-md-3 {
    max-width: 25%;
  }
  .row-hard .col-md-4,
  .msie .col-md-4 {
    max-width: 33.33333333%;
  }
  .row-hard .col-md-5,
  .msie .col-md-5 {
    max-width: 41.66666667%;
  }
  .row-hard .col-md-6,
  .msie .col-md-6 {
    max-width: 50%;
  }
  .row-hard .col-md-7,
  .msie .col-md-7 {
    max-width: 58.33333333%;
  }
  .row-hard .col-md-8,
  .msie .col-md-8 {
    max-width: 66.66666667%;
  }
  .row-hard .col-md-9,
  .msie .col-md-9 {
    max-width: 75%;
  }
  .row-hard .col-md-10,
  .msie .col-md-10 {
    max-width: 83.33333333%;
  }
  .row-hard .col-md-11,
  .msie .col-md-11 {
    max-width: 91.66666667%;
  }
  .row-hard .col-md-12,
  .msie .col-md-12 {
    max-width: 100%;
  }
}
@media (min-width: 61.25em) {
  .row-hard .col-lg-0,
  .msie .col-lg-0 {
    max-width: 0%;
  }
  .row-hard .col-lg-1,
  .msie .col-lg-1 {
    max-width: 8.33333333%;
  }
  .row-hard .col-lg-2,
  .msie .col-lg-2 {
    max-width: 16.66666667%;
  }
  .row-hard .col-lg-3,
  .msie .col-lg-3 {
    max-width: 25%;
  }
  .row-hard .col-lg-4,
  .msie .col-lg-4 {
    max-width: 33.33333333%;
  }
  .row-hard .col-lg-5,
  .msie .col-lg-5 {
    max-width: 41.66666667%;
  }
  .row-hard .col-lg-6,
  .msie .col-lg-6 {
    max-width: 50%;
  }
  .row-hard .col-lg-7,
  .msie .col-lg-7 {
    max-width: 58.33333333%;
  }
  .row-hard .col-lg-8,
  .msie .col-lg-8 {
    max-width: 66.66666667%;
  }
  .row-hard .col-lg-9,
  .msie .col-lg-9 {
    max-width: 75%;
  }
  .row-hard .col-lg-10,
  .msie .col-lg-10 {
    max-width: 83.33333333%;
  }
  .row-hard .col-lg-11,
  .msie .col-lg-11 {
    max-width: 91.66666667%;
  }
  .row-hard .col-lg-12,
  .msie .col-lg-12 {
    max-width: 100%;
  }
}
@media (min-width: 102.5em) {
  .row-hard .col-xlg-0,
  .msie .col-xlg-0 {
    max-width: 0%;
  }
  .row-hard .col-xlg-1,
  .msie .col-xlg-1 {
    max-width: 8.33333333%;
  }
  .row-hard .col-xlg-2,
  .msie .col-xlg-2 {
    max-width: 16.66666667%;
  }
  .row-hard .col-xlg-3,
  .msie .col-xlg-3 {
    max-width: 25%;
  }
  .row-hard .col-xlg-4,
  .msie .col-xlg-4 {
    max-width: 33.33333333%;
  }
  .row-hard .col-xlg-5,
  .msie .col-xlg-5 {
    max-width: 41.66666667%;
  }
  .row-hard .col-xlg-6,
  .msie .col-xlg-6 {
    max-width: 50%;
  }
  .row-hard .col-xlg-7,
  .msie .col-xlg-7 {
    max-width: 58.33333333%;
  }
  .row-hard .col-xlg-8,
  .msie .col-xlg-8 {
    max-width: 66.66666667%;
  }
  .row-hard .col-xlg-9,
  .msie .col-xlg-9 {
    max-width: 75%;
  }
  .row-hard .col-xlg-10,
  .msie .col-xlg-10 {
    max-width: 83.33333333%;
  }
  .row-hard .col-xlg-11,
  .msie .col-xlg-11 {
    max-width: 91.66666667%;
  }
  .row-hard .col-xlg-12,
  .msie .col-xlg-12 {
    max-width: 100%;
  }
}

.menu {
  font-weight: 500;
  font-style: italic;
}
.menu > li {
  border-left: 2px solid #e8e6dd;
  padding-bottom: 0;
}
.menu > li:first-child {
  border: none;
}
.menu > li a,
.menu > li span {
  display: block;
  text-align: center;
  font-weight: 300;
  padding: 0.25rem 0;
}
.menu > li:not(:first-child):hover {
  background: #6e6e6e;
}
.menu > li:not(:first-child):hover > a {
  color: #FFFFFF;
}
.menu > li.has-menu > a {
  position: relative;
}
.menu > li.has-menu > a::before {
  content: ">";
  position: absolute;
  top: 0.25rem;
  left: 2rem;
}
.menu > li.has-menu > a:hover {
  color: #FFFFFF;
}
.menu > li.has-menu > a:hover::before {
  color: #FFFFFF;
}
@media (max-width: 47.99em) {
  .menu > li.has-menu > a::before {
    left: 1rem;
  }
}
@media (max-width: 34.99em) {
  .menu > li.has-menu > a::before {
    left: 0.5rem;
  }
}
@media (max-width: 23.74em) {
  .menu > li.has-menu > a::before {
    display: none;
  }
}
.menu > li.has-menu .submenu {
  display: none;
  position: absolute;
  z-index: 10;
  padding: 0;
  left: 0;
  right: 0;
  background: #bbbbb4;
}
.menu > li.has-menu .submenu li {
  border: none;
  border-bottom: 1px solid #a7a7a0;
  padding-bottom: 0;
}
.menu > li.has-menu .submenu li:first-child {
  border-top: 1px solid #a7a7a0;
}
.menu > li.has-menu .submenu li:hover {
  background: #6e6e6e;
}
.menu > li.has-menu .submenu li:hover a {
  color: #FFFFFF;
}
.menu > li.has-menu:hover .submenu {
  display: block;
}

#bdx-navigation {
  margin-bottom: 0;
  font-size: 0.75rem;
}
#bdx-navigation .nolink {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #FFFFFF;
}
@media (max-width: 34.99em) {
  #bdx-navigation .nolink {
    letter-spacing: normal;
  }
}
@media (max-width: 34.99em) {
  #bdx-navigation .col-xs-3 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

/*
#navigation {
  position: relative;
  margin-bottom: 0;
}
#navigation > li {
  text-overflow: ellipsis;
  white-space: nowrap;
  position: static;
  min-width: 0;
}
#navigation > li > a,
#navigation > li > span {
  font-weight: 800;
  font-style: italic;
  font-size: 0.9375rem;
  color: #000000;
  border-bottom: 2px solid #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-align: left;
  padding: 0.25rem 0;
}
#navigation > li > a:hover, #navigation > li > a.is-active,
#navigation > li > span:hover,
#navigation > li > span.is-active {
  background: none;
  color: #004862;
  border-color: #004862;
}
@media (max-width: 61.24em) {
  #navigation > li > a,
  #navigation > li > span {
    line-height: 1rem;
  }
}
@media (min-width: 80em) {
  #navigation > li > a,
  #navigation > li > span {
    font-size: 1rem;
  }
}
@media (min-width: 48em) and (max-width: 61.24em) {
  #navigation > li > a,
  #navigation > li > span {
    font-size: 0.6875rem;
  }
}
@media (min-width: 48em) {
  #navigation > li.m-hover > a {
    color: #004862;
    border-color: #004862;
  }
  #navigation > li.m-hover .submenu-wrapper {
    display: block;
  }
}
#navigation > li.m-close {
  display: none;
}
#navigation .submenu-wrapper {
  display: none;
  background: #f2f2f2;
  white-space: normal;
  padding: 0.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 10rem;
  z-index: 99;
}
@media (min-width: 48em) {
  #navigation .submenu-wrapper::before, #navigation .submenu-wrapper::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    background: #f2f2f2;
  }
  #navigation .submenu-wrapper::before {
    left: -100%;
  }
}
#navigation .submenu-wrapper .row {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#navigation .submenu-wrapper li a {
  font-weight: 800;
  font-style: italic;
}
#navigation .submenu-wrapper li a.is-active {
  color: #004862;
  border-color: #004862;
}
#navigation .submenu-wrapper li .subitem-desc {
  display: none;
  position: absolute;
  max-width: none;
  width: 200%;
  left: 100%;
  top: 0;
  bottom: 0;
  background: #f2f2f2;
  z-index: 9999;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 500;
  font-style: italic;
}
#navigation .submenu-wrapper li.m-hover {
  position: static;
}
#navigation .submenu-wrapper li.m-hover .subitem-desc {
  display: block;
}
#navigation .submenu-wrapper .submenu-desc {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 500;
  font-style: italic;
}
  */

#sw-navigation {
  text-align: right;
  padding: 0.5rem;
  cursor: pointer;
  display: none;
}
@media (max-width: 47.99em) {
  #sw-navigation {
    display: block;
  }
}
#sw-navigation span {
  font-weight: 500;
  font-style: italic;
  display: inline-block;
  padding-right: 8px;
}
#sw-navigation .fa-arrow-up {
  display: none;
}
#sw-navigation.m-open .fa-arrow-down {
  display: none;
}
#sw-navigation.m-open .fa-arrow-up {
  display: inline-block;
}

#breadcrumb {
  color: #5c5f62;
  font-weight: 300;
  font-style: italic;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
#breadcrumb ol,
#breadcrumb ul {
  margin-bottom: 0;
}
#breadcrumb a {
  color: #5c5f62;
}
#breadcrumb a:hover {
  color: #004862;
}
@media (max-width: 47.99em) {
  #breadcrumb {
    font-size: 0.625rem;
    line-height: 1.4;
  }
}
#breadcrumb li {
  padding-right: 32px;
}
#breadcrumb li::after {
  content: "→";
  position: absolute;
  top: 0;
  right: 10.66666667px;
}
#breadcrumb li:last-child {
  color: #004862;
}
#breadcrumb li:last-child::after {
  display: none;
}

.views {
  display: block;
  width: 100%;
}

.views-exposed-form {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 300;
  font-style: italic;
  font-size: 0.75rem;
  color: #5c5f62;
}
.views-exposed-form::after {
  content: '';
  position: absolute;
  left: -32px;
  width: calc(100% + 16px * 4);
  right: 0;
  bottom: 0;
  height: 1px;
  background: #dededc;
}
.views-exposed-form.js-views-autosubmit .form-submit {
  display: none;
}
@media (max-width: 47.99em) {
  .views-exposed-form .legend {
    margin-bottom: 10px;
    display: inline-block;
  }
}

.views-row {
  margin-bottom: 20px;
}
.views-row .title {
  margin-top: 20px;
  font-size: 35px;
  line-height: 1.188;
}
@media (max-width: 61.24em) {
  .views-row .title {
    font-size: 1.625rem;
    line-height: 1.231;
  }
}
.views-row .subtitle {
  font-size: 35px;
  line-height: 1.214;
}
@media (max-width: 61.24em) {
  .views-row .subtitle {
    font-size: 1.25rem;
    line-height: 1.231;
  }
}
.views-row .category {
  font-size: 15px;
  line-height: 1.5;

}
.views-row .chapo {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5;
}
.views-row .date {
  font-size: 35px;
  line-height: 1.188;
  font-weight: 500;
}

.views-row .date a { 
  text-decoration: underline;
}


@media (max-width: 61.24em) {
  .views-row .date {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
@media (max-width: 47.99em) {
  .views-row .date {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.node-agenda-views .views-row {
  position: relative;
  border-top: solid black 1px; 
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 0;
}

.node-agenda-views .views-row:first-child {
  border-top: none; 
  margin-top: 0;
  padding-top: 0;
}


.node-agenda-views .views-field-field-madd-menu-img img {
  width:100%;
  height:auto;
}


.node-agenda-views .views-row .chapo {
  font-weight: 500;
}
@media (max-width: 47.99em) {

  .node-agenda-views .views-field-field-madd-date-start {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .node-agenda-views .views-field-field-madd-menu-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

.node-presse-views,
.node-objet-views {
  margin-top: 20px;
}
.node-expo-views, .node-jeudis-views, .node-jeudis-views-preview,
.node-objet-views, .node-mosa, .node-collection-views {
  margin-bottom: 10px;
}
.node-presse-views .views-field,
.node-objet-views .views-field {
  font-weight: 500;
  font-style: italic;
}
.node-presse-views .views-field-field-madd-menu-img,
.node-objet-views .views-field-field-madd-menu-img {
  margin-bottom: 10px;
  height: 180px;
  position: relative;
}
.node-presse-views .views-field-field-madd-menu-img .field-content,
.node-objet-views .views-field-field-madd-menu-img .field-content {
  position: absolute;
  bottom: 0;
  display: block;
}
.node-presse-views .title,
.node-objet-views .title {
  font-size: 1rem;
  line-height: 1.375;
}
.node-presse-views .date,
.node-presse-views .type,
.node-presse-views .category,
.node-objet-views .date,
.node-objet-views .type,
.node-objet-views .category {
  color: #004862;
  font-size: 0.875rem;
  line-height: 1.333;
}

.node-expo-views h2,
.node-jeudis-views h2,
.node-jeudis-views-preview h2,
.node-objet-views h2,
.node-mosa h2,
.node-collection-views h2 {
  position: relative;
  display: block;
  width: 100%;
  color: #5c5f62;
  font-weight: 300;
  padding-bottom: 10px;
}

.node-expo-views .views-exposed-form,
.node-jeudis-views .views-exposed-form,
.node-jeudis-views-preview .views-exposed-form,
.node-objet-views .views-exposed-form,
.node-mosa .views-exposed-form,
.node-collection-views .views-exposed-form {
  padding-top: 0;
  padding-bottom: 0;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.node-expo-views .views-exposed-form::after,
.node-jeudis-views .views-exposed-form::after,
.node-jeudis-views-preview .views-exposed-form::after,
.node-objet-views .views-exposed-form::after,
.node-mosa .views-exposed-form::after,
.node-collection-views .views-exposed-form::after {
  display: none;
}
.node-expo-views .views-exposed-form input[type="text"],
.node-jeudis-views .views-exposed-form input[type="text"],
.node-jeudis-views-preview .views-exposed-form input[type="text"],
.node-objet-views .views-exposed-form input[type="text"],
.node-mosa .views-exposed-form input[type="text"],
.node-collection-views .views-exposed-form input[type="text"] {
  width: 75%;
  margin-right: 16px;
}
@media (min-width: 48em) {
  .node-expo-views .views-exposed-form.col-md-6,
  .node-jeudis-views .views-exposed-form.col-md-6,
  .node-jeudis-views-preview .views-exposed-form.col-md-6,
  .node-objet-views .views-exposed-form.col-md-6,
  .node-mosa .views-exposed-form.col-md-6,
  .node-collection-views .views-exposed-form.col-md-6 {
    width: 50%;
  }
}
@media (max-width: 47.99em) {
  .node-expo-views .views-exposed-form.col-xs-12,
  .node-jeudis-views .views-exposed-form.col-xs-12,
  .node-jeudis-views-preview .views-exposed-form.col-xs-12,
  .node-objet-views .views-exposed-form.col-xs-12,
  .node-mosa .views-exposed-form.col-xs-12,
  .node-collection-views .views-exposed-form.col-xs-12 {
    width: 100%;
  }
}
.node-expo-views .row,
.node-jeudis-views .row,
.node-jeudis-views-preview .row,
.node-objet-views .row,
.node-mosa .row,
.node-collection-views .row {
  position: relative;
}
.node-expo-views .pager,
.node-jeudis-views .pager,
.node-jeudis-views-preview .pager,
.node-objet-views .pager,
.node-mosa .pager,
.node-collection-views .pager,
.node-agenda-views .pager {
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  /*z-index: 9999;*/ /* doesn't seem to be needed anymore */
}
/* agenda barre pagination haute */
.node-agenda-views .pager {
  position: relative; /* no search block */
  flex-basis: 100%; /* no search block */
  -ms-flex-preferred-size: 100%;
  margin-bottom: 4px; /* adjust spacing idem bottom pagination */
}
@media (max-width: 47.99em) {
  .node-expo-views .pager,
  .node-jeudis-views .pager,
  .node-jeudis-views-preview .pager,
  .node-objet-views .pager,
  .node-mosa .pager,
  .node-collection-views .pager,
  .node-agenda-views .pager {
    position: relative; /* required to be displayed below search block */
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
.node-expo-views .views-field-field-madd-menu-img,
.node-jeudis-views .views-field-field-madd-menu-img,
.node-jeudis-views-preview .views-field-field-madd-menu-img,
.node-objet-views .views-field-field-madd-menu-img,
.node-mosa .views-field-field-madd-menu-img,
.node-collection-views .views-field-field-madd-menu-img {

  position: relative;
}
.node-expo-views .views-field-field-madd-menu-img .field-content,
.node-jeudis-views .views-field-field-madd-menu-img .field-content,
.node-jeudis-views-preview .views-field-field-madd-menu-img .field-content,
.node-objet-views .views-field-field-madd-menu-img .field-content,
.node-mosa .views-field-field-madd-menu-img .field-content,
.node-collection-views .views-field-field-madd-menu-img .field-content {

  display: block;
}
.node-expo-views .category,
.node-jeudis-views .category,
.node-jeudis-views-preview .category,
.node-objet-views .category,
.node-mosa .category,
.node-collection-views .category {
  font-size: 0.875rem;
  line-height: 1.5;
}
.node-expo-views .date,
.node-expo-views .title,
.node-expo-views .subtitle,
.node-jeudis-views .date,
.node-jeudis-views .title,
.node-jeudis-views .subtitle,
.node-jeudis-views-preview .date,
.node-jeudis-views-preview .title,
.node-jeudis-views-preview .subtitle,
.node-objet-views .date,
.node-objet-views .title,
.node-objet-views .subtitle,
.node-mosa .date,
.node-mosa .title,
.node-mosa .subtitle,
.node-collection-views .date,
.node-collection-views .title,
.node-collection-views .subtitle {

}
.node-expo-views.archived .date,
.node-expo-views.archived .title,
.node-expo-views.archived .category,
.node-jeudis-views.archived .date,
.node-jeudis-views.archived .title,
.node-jeudis-views.archived .category,
.node-jeudis-views-preview.archived .date,
.node-jeudis-views-preview.archived .title,
.node-jeudis-views-preview.archived .category,
.node-objet-views.archived .date,
.node-objet-views.archived .title,
.node-objet-views.archived .category,
.node-mosa.archived .date,
.node-mosa.archived .title,
.node-mosa.archived .category,
.node-collection-views.archived .date,
.node-collection-views.archived .title,
.node-collection-views.archived .category {
}
.node-expo-views.archived .date a,
.node-expo-views.archived .title a,
.node-expo-views.archived .category a,
.node-jeudis-views.archived .date a,
.node-jeudis-views.archived .title a,
.node-jeudis-views.archived .category a,
.node-jeudis-views-preview.archived .date a,
.node-jeudis-views-preview.archived .title a,
.node-jeudis-views-preview.archived .category a,
.node-objet-views.archived .date a,
.node-objet-views.archived .title a,
.node-objet-views.archived .category a,
.node-mosa.archived .date a,
.node-mosa.archived .title a,
.node-mosa.archived .category a,
.node-collection-views.archived .date a,
.node-collection-views.archived .title a,
.node-collection-views.archived .category a {
  display: inline-block;
}


.node-objet-views .views-field-field-madd-menu-img,
.node-collection-views .views-field-field-madd-menu-img,
.node-mosa .views-field-field-madd-menu-img {
  height: 180px;
}
.node-objet-views .date,
.node-objet-views .title,
.node-collection-views .date,
.node-collection-views .title,
.node-mosa .date,
.node-mosa .title {
  font-size: 0.875rem;
  padding-left: 0 !important;
}
.node-objet-views .date a,
.node-objet-views .title a,
.node-collection-views .date a,
.node-collection-views .title a,
.node-mosa .date a,
.node-mosa .title a {
  display: inline-block;
}
.node-objet-views .row,
.node-collection-views .row,
.node-mosa .row {
  position: relative;
  padding-top: 40px;
}
#block-views-block-view-galerie-video-block-1 .row {
  position: relative;
}
#block-views-block-view-galerie-video-block-1 .pager {
  right:0;
}
.node-objet-views .row nav,
.node-collection-views .row nav,
.node-mosa .row nav {
  top: -40px;
}
.node-expo-views .row nav + nav, .node-jeudis-views .row nav + nav, .node-jeudis-views-preview .row nav + nav,
.node-objet-views .row nav + nav, .node-mosa .row nav + nav, .node-collection-views nav + nav,
.node-agenda-views .col nav + nav, #block-views-block-view-galerie-video-block-1 .row nav + nav {
  position: absolute; /* required to be displayed at view block bottom */
  top: auto;
  bottom: -40px;
  margin-bottom: 0; /* some margin is added to agenda top pagination bar */
}
.node-collection-views h2 {
  margin-bottom: 0;
  padding: 0 !important;
}
.node-collection-views h2::after {
  left: -32px;
  width: calc(100% + 16px * 10);
}
.node-collection-views .views-exposed-form .legend {
  margin-bottom: 0;
}
.node-collection-views .views-exposed-form .views-ef-fieldset-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.node-collection-views .views-exposed-form .views-ef-fieldset-root .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.node-collection-views .views-exposed-form .views-ef-fieldset-root .col-full {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.node-collection-views .views-exposed-form .views-ef-fieldset-container:not(.views-ef-fieldset-root) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}
.node-collection-views .views-exposed-form .views-ef-fieldset-container:not(.views-ef-fieldset-root) .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.node-collection-views .views-exposed-form .views-ef-fieldset-container:not(.views-ef-fieldset-root) .col-full {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.node-collection-views .views-exposed-form .views-ef-fieldset-container:not(.views-ef-fieldset-root) > * {
  padding-top: 10px;
  padding-bottom: 10px;
}
.node-collection-views .views-exposed-form .views-ef-fieldset-container:not(.views-ef-fieldset-root)::after {
  border-bottom: 1px solid #dededc;
  content: '';
  position: absolute;
  left: -16px;
  width: calc(100% + 16px * 3);
  bottom: 0;
  right: 0;
}
.node-collection-views .views-exposed-form .views-ef-fieldset-container:not(.views-ef-fieldset-root):last-child::after {
  display: none;
}
@media (max-width: 47.99em) {
  .node-collection-views .views-exposed-form .views-ef-fieldset-container:not(.views-ef-fieldset-root):last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.node-collection-views .views-exposed-form .views-search-title input {
  width: 100%;
}
.node-collection-views .pager {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.node-objet-views-preview .views-row,
.node-jeudis-views-preview .views-row {
  width: 100%;
  max-width: 100%;
}

.node-jeudis-views-preview > h2 {
  margin-top: 0;
}

nav .views-row .views-field {
  font-weight: 500;
  font-style: italic;
}
nav .views-row .views-field-field-madd-menu-img {
  margin-bottom: 10px;
}
nav .views-row .title {
  font-size: 1rem;
  line-height: 1.375;
}
nav .views-row .date,
nav .views-row .type,
nav .views-row .category,
nav .views-row .views-field-field-madd-type {
  color: #004862;
  font-size: 0.875rem;
  line-height: 1.333;
}

.pager .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: center;
  margin-bottom: 0;
}
.pager li {
  display: none;
  font-size: 25px;
}
.pager li.pager__item {
  display: block;
}
.pager li.pager__item.pager__item--last {
  position: relative;
  padding-left: 16px;
}
.pager li.pager__item.pager__item--last::before {
  content: "-";
  padding: 4px 8px;
  pointer-events: none;
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 0;
}
.pager li.pager__item.pager__item--first {
  position: relative;
  padding-right: 16px;
}
.pager li.pager__item.pager__item--first::after {
  content: "-";
  padding: 4px 8px;
  pointer-events: none;
  display: inline-block;
  position: absolute;
  right: -8px;
  top: 0;
}
.pager li a {
  display: block;
  padding: 4px;
  color: #000;
}
.pager li a:hover {
  text-decoration: underline;
}

.pager li.active a {
  text-decoration: underline;

}

.node-contact-form form {
  margin-left: 25%;
  width: 50%;
}
@media (max-width: 47.99em) {
  .node-contact-form form {
    width: 100%;
    margin-left: 0;
  }
}
.node-contact-form form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.node-contact-form form > div .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.node-contact-form form > div .col-full {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.node-contact-form form > div label {
  width: 33.33333333%;
  text-align: right;
  padding-right: 32px;
}
.node-contact-form form > div label.form-required::after {
  right: 16px;
}
.node-contact-form form > div input,
.node-contact-form form > div select,
.node-contact-form form > div div {
  width: 66.66666667%;
}
.node-contact-form form .form-actions {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.node-contact-form form a {
  text-decoration: underline;
}

#search-form {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  top: -20px;
  font-weight: 300;
  font-style: italic;
  font-size: 0.75rem;
  color: #5c5f62;
}
#search-form::after {
  content: '';
  position: absolute;
  left: -32px;
  width: calc(100% + 16px * 4);
  right: 0;
  bottom: 0;
  height: 1px;
  background: #dededc;
}
#search-form .search-help-link,
#search-form .search-advanced {
  display: none !important;
}
#search-form > .form-wrapper {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#search-form > .form-wrapper label {
  width: auto;
  margin-right: 16px;
}
@media (max-width: 47.99em) {
  #search-form > .form-wrapper label {
    width: 41.66666667%;
    margin-right: 0;
  }
}
#search-form > .form-wrapper input {
  width: 50%;
  margin-right: 16px;
}
#search-form > .form-wrapper input.form-submit {
  width: 16.66666667%;
}
@media (max-width: 47.99em) {
  #search-form > .form-wrapper input.form-submit {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
}
@media (max-width: 47.99em) {
  #search-form > .form-wrapper input {
    width: 58.33333333%;
    margin-right: 0;
  }
}

.search-results .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-results h3 {
  margin: 0 0 10px;
  font-size: 1.125rem;
  font-weight: 500;
}

#user-login-form .row,
#user-register-form .row,
#user-pass .row {
  margin-bottom: 20px;
}
#user-login-form label,
#user-register-form label,
#user-pass label {
  width: 33.33333333%;
  padding-right: 32px;
}
#user-login-form label::after,
#user-register-form label::after,
#user-pass label::after {
  right: 16px;
}
#user-login-form input,
#user-register-form input,
#user-pass input {
  width: 66.66666667%;
}
#user-login-form .form-actions,
#user-register-form .form-actions,
#user-pass .form-actions {
  width: 100%;
  text-align: right;
}
#user-login-form p,
#user-register-form p,
#user-pass p {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 300;
  font-style: italic;
  color: #5c5f62;
}

.block-title h1 {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: #5c5f62;
  font-weight: 300;
  padding-bottom: 10px;
}

#madd-top {
  margin-bottom: 1rem;
  font-weight: 300;
  font-style: italic;
}

#madd-top .logo { 
  max-width:300px; 
  height:auto;
}

#madd-top .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
@media (max-width: 47.99em) {
  #madd-top .row.madd-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 10rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #dededc;
  }
  #madd-top .row.madd-block-wrapper > div {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    width: 50%;
  }
}
#madd-top .block-content {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 48em) and (max-width: 61.24em) {
  #madd-top .block-content {
    font-size: 0.625rem;
  }
}
@media (max-width: 47.99em) {
  #madd-top .block-content {
    padding-bottom: 20px;
  }
  #madd-top .block-content p a {
    display: none;
  }
}
#madd-top .block-content a {
  text-decoration: underline;
}
#madd-top .block-content p {
  margin-bottom: 0;
}
#madd-top .madd-logos-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  #madd-top .madd-logos-wrapper.hide-from-tablet {
    display: none !important;
  }
}
#madd-top .madd-logos-wrapper img {
  max-width: 100%;
  height: 10rem;
  width: auto;
  display: inline-block;
}
@media (max-width: 34.99em) {
  #madd-top .madd-logos-wrapper img {
    height: 6.875rem;
  }
}
#madd-top .madd-logos-wrapper div:last-child {
  text-align: right;
  display: block;
}
#madd-top .slogan {
  font-size: 1rem;
  font-weight: 800;
  font-style: italic;
}




#partners-wrapper > div {
  text-align: center;
}
#partners-wrapper img {
  max-width: 100%;
  height: auto;
}
#partners-wrapper .col-md-4 {
  text-align: center;
}
#partners-wrapper .bdx-culture-logo {
  opacity: 0.7;
  max-width: 50%;
  display: inline-block;
}
@media (max-width: 47.99em) {
  #partners-wrapper {
    display: none;
  }
}



#eu-cookie-compliance {
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#eu-cookie-compliance .popup-content {
  width: 100%;
  margin: 0 auto;
  max-width: 100em;
  padding: 0.5em 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#eu-cookie-compliance #popup-text {
  padding-right: 3em;
}
#eu-cookie-compliance #popup-text a {
  color: #FFFFFF;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
}
#eu-cookie-compliance #popup-text a::before {
  display: none;
}

.safari #eu-cookie-compliance button {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 18.75rem;
  text-align: center;
}

footer.main-footer {
  background-color: #DAD0D0;
}

footer.main-footer img {
  width: 100%;
}
footer.main-footer .container {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dededc;
}

@media (max-width: 47.99em) {
  footer.main-footer .row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 47.99em) {
  footer.main-footer .madd-logo img {
    max-width: 100%;
  }
}
footer.main-footer a {
  text-decoration: underline;
}
footer.main-footer nav li {
  padding-bottom: 0;
}


header img {
  width: 100%;
}
header .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .container > .row-md {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .container .madd-logo:first-child {
  left: -32px;
}

main {
  padding-bottom: 20px;
  padding-top: 20px;
}

#block-socialsharingblock {
  position: relative;
}
#block-socialsharingblock .social-media-sharing {
  position: absolute;
  z-index: 99;
  right: 8.33333333%;
}
#block-socialsharingblock .social-media-sharing a {
  color: #5c5f62;
  font-size: 1.3rem;
}
@media (max-width: 47.99em) {
  #block-socialsharingblock .social-media-sharing {
    position: relative;
    text-align: right;
    right: 0;
  }
  #block-socialsharingblock .social-media-sharing ul {
    margin-bottom: 0;
  }
}
.madd-page-object #block-socialsharingblock {
  top: 70px;
  right: 8.33333333%;
}
.madd-page-jeudis #block-socialsharingblock {
  top: 70px;
  right: 0;
}

#madd-home .menu-link-wrapper {
  max-width: 33.33333333%;
}
@media (max-width: 47.99em) {
  #madd-home .menu-link-wrapper {
    max-width: 50%;
  }
}
@media (max-width: 47.99em) {
  #madd-home .menu-link-wrapper:nth-child(2n + 1) .menu-link-images {
    position: relative;
    left: -16px;
    width: calc(100% + 16px);
    overflow: hidden;
  }
  #madd-home .menu-link-wrapper:nth-child(2n + 1) .menu-link-title {
    position: relative;
    left: -8px;
    width: calc(100% + 8px);
    overflow: hidden;
  }
  #madd-home .menu-link-wrapper:nth-child(2n+2) .menu-link-images {
    position: relative;
    right: 0;
    width: calc(100% + 16px);
    overflow: hidden;
  }
}
@media (min-width: 48em) {
  #madd-home .menu-link-wrapper:nth-child(3n + 1) .menu-link-images {
    position: relative;
    left: -32px;
    width: calc(100% + 32px);
    overflow: hidden;
  }
  #madd-home .menu-link-wrapper:nth-child(3n + 1) .menu-link-title {
    position: relative;
    left: -16px;
    width: calc(100% + 16px);
    overflow: hidden;
  }
  #madd-home .menu-link-wrapper:nth-child(3n+3) .menu-link-images {
    position: relative;
    right: 0;
    width: calc(100% + 32px);
    overflow: hidden;
  }
}
@media (min-width: 61.25em) {
  #madd-home .menu-link-wrapper:nth-child(3n + 1) .menu-link-title {
    position: relative;
    left: -32px;
    width: calc(100% + 32px);
    overflow: hidden;
  }
}

div[role="contentinfo"] {
  background: #dededc;
  padding: 0.5rem;
  margin-bottom: 20px;
}

#madd-home .owl-carousel .owl-item {
  -webkit-animation-duration: 3s !important;
          animation-duration: 3s !important;
}
.owl-carousel .owl-controls {
  text-align: right;
  margin-top: 0;
}
.owl-carousel .owl-controls .owl-page.active span.owl-numbers {
  font-weight: 800;
  font-style: italic;
}
.owl-carousel .owl-controls .owl-page span.owl-numbers {
  font-size: 0.75rem;
  line-height: 1.333;
  color: #5c5f62;
  font-weight: 300;
  font-style: italic;
  background: none;
  padding: 0;
  margin: 8px;
  margin-right: 0;
}
@media (max-width: 47.99em) {
  .owl-carousel .owl-controls .owl-page span.owl-numbers {
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.node .title h1 {
  clear: none;
}
.node .title + .subtitle h2 {
  font-weight: 300;
  font-style: italic;
  margin-top: 0;
}
.node .subtitle {
  font-weight: 500;
  font-style: normal;
}
.node .subtitle h2 {
  font-weight: 500;
  font-style: normal;
}
.node .text {
  margin-bottom: 20px;
}
.node .text h1,
.node .text h2,
.node .text h3 {
  clear: none;
}
.node .text .subtitle {
  font-weight: 500;
  font-style: normal;
}
.node .text ul {
  list-style-position: inside;
  list-style-type: disc;
}
.node .text ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.node .text li {
  padding-bottom: 0.25rem;
}
.node .text li h6 {
  margin-bottom: 0;
}
.node .text table {
  margin-bottom: 20px;
  border-color: #f2f2f2;
}
.node .text table caption {
  font-weight: 800;
  font-style: italic;
  text-align: left;
}
.node .text table th {
  border-color: #f2f2f2;
  background-color: #6e6e6e;
}
.node .text table tr {
  border-color: #f2f2f2;
}
.node .text table tr td {
  background: #dededc !important;
  border-color: #f2f2f2;
}
.node .text a {
  text-decoration: underline;
}
.node .image:first-child {
  margin-bottom: 20px;
  margin-left: -193px;
  margin-right: -193px; 
}





.node .chapo {
  font-size: 1.125rem;
  line-height: 1.333;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 20px;
}
.node .highlight {
  margin-bottom: 20px;
}
.node .highlight .content {
  background: #EAE5D7;
  margin: 30px -58%;
  padding: 30px 58%;
}
.node .highlight .content a {
  text-decoration: underline;
}
.node .highlight .content p:last-child,
.node .highlight .content ul:last-child,
.node .highlight .content ol:last-child {
  margin-bottom: 0;
}
.node .code iframe {
  max-width: 100%;
}
.node .slider,
.node .video {
  overflow: hidden;
  margin-bottom: 20px;
}
.node .figcaption {
  font-size: 10px;
  line-height: 1.333;
  text-align: right;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 47.99em) {
  .node .figcaption {
    font-size: 0.625rem;
    line-height: 1.4;
  }
}
.node .category {
  font-weight: 300;
  font-style: italic;
  font-size: 1.75rem;
  line-height: 1.214;
}
@media (max-width: 47.99em) {
  .node .category {
    font-size: 1.25rem;
    line-height: 1.231;
  }
}
.node .category.red {
  color: #a3191e;
}
.node .category.blue {
  color: #004862;
}
.node .category.purple {
  color: #3c134c;
}
.node .type {
  font-weight: 300;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.133;
}
.node .document .content {

}
.node .document .content .file {

}

.node .document .content .file a {
  text-decoration: underline;
}


.node .document .content .file strong {

}

/*
.node .document .content .file::before {
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-bottom;
  font-size: 1.375rem;
  line-height: 1.3;
}
.node .document .content .file.file-txt::before {
  font-family: 'maddIcon', sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  color: #a7a7a0;
}
.node .document .content .file.file-pdf::before {
  font-family: 'maddIcon', sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  color: #a3191e;
}
.node .document .content .file.file-word::before {
  font-family: 'maddIcon', sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  color: #004862;
}
*/
.node .date {
  font-size: 35px;
  line-height: 1.188;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 47.99em) {
  .node .date {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.node .accordion dl {
  border-bottom: 1px solid #dededc;
  margin-bottom: 20px;
}
.node .accordion dt {
  font-weight: 500;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.214;
  padding: 0.5rem 0.5rem 0.5rem 0;
  border-top: 1px solid #dededc;
  cursor: pointer;
  position: relative;
}
.node .accordion dt::after {
  content: '→';
  position: absolute;
  right: 0;
}
.node .accordion dt.toggled::after {
  content: '↑';
}
.node .accordion dd {
  padding: 0.5rem;
  display: none;
  margin: 0;
  background: #dededc;
}
.node-page .node-heading, .node-agenda .node-heading, .node-list-presse .node-heading, .node-submenu .node-heading, .node-page-objet .node-heading, .node-mosa .node-heading, .node-page-collection .node-heading {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.node-page .node-heading .node-title, .node-agenda .node-heading .node-title, .node-list-presse .node-heading .node-title, .node-submenu .node-heading .node-title, .node-page-objet .node-heading .node-title, .node-mosa .node-heading .node-title, .node-page-collection .node-heading .node-title {
  color: #000000;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media (min-width: 48em) {
  .node-page .image,
  .node-page .code,
  .node-page .text {
   
  }
}
.node-agenda .node-heading {

}
.node-article .col-md-12, .node-evenement .col-md-12, .node-presse .col-md-12, .node-expo .col-md-12, .node-collection .col-md-12, .node-objet .col-md-12, .node-page-collection .col-md-12, .node-jeudi .col-md-12 {
  max-width: 100%;
}
@media (min-width: 48em) {
  .node-article > div.col-md-12, .node-evenement > div.col-md-12, .node-presse > div.col-md-12, .node-expo > div.col-md-12, .node-collection > div.col-md-12, .node-objet > div.col-md-12, .node-page-collection > div.col-md-12, .node-jeudi > div.col-md-12 {
    padding-right: calc(100% / 12);
  }

  .node-article > div .subtitle, .node-evenement > div .subtitle, .node-presse > div .subtitle, .node-expo > div .subtitle, .node-collection > div .subtitle, .node-objet > div .subtitle, .node-page-collection > div .subtitle, .node-jeudi > div .subtitle {
    clear: none;
    margin-top: 0;
  }
  .node-article > div .subtitle h2, .node-evenement > div .subtitle h2, .node-presse > div .subtitle h2, .node-expo > div .subtitle h2, .node-collection > div .subtitle h2, .node-objet > div .subtitle h2, .node-page-collection > div .subtitle h2, .node-jeudi > div .subtitle h2 {
    clear: none;
  }

  .node-article > div > div.aside, .node-article > div > div.slider, .node-article > div > div.video, .node-evenement > div > div.aside, .node-evenement > div > div.slider, .node-evenement > div > div.video, .node-presse > div > div.aside, .node-presse > div > div.slider, .node-presse > div > div.video, .node-expo > div > div.aside, .node-expo > div > div.slider, .node-expo > div > div.video, .node-collection > div > div.aside, .node-collection > div > div.slider, .node-collection > div > div.video, .node-objet > div > div.aside, .node-objet > div > div.slider, .node-objet > div > div.video, .node-page-collection > div > div.aside, .node-page-collection > div > div.slider, .node-page-collection > div > div.video, .node-jeudi > div > div.aside, .node-jeudi > div > div.slider, .node-jeudi > div > div.video {

  }
  .node-article > div > div.slider .figcaption, .node-evenement > div > div.slider .figcaption, .node-presse > div > div.slider .figcaption, .node-expo > div > div.slider .figcaption, .node-collection > div > div.slider .figcaption, .node-objet > div > div.slider .figcaption, .node-page-collection > div > div.slider .figcaption, .node-jeudi > div > div.slider .figcaption {
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .node-objet-views-preview .node-objet > div.col-md-12 {
    padding-right: calc(100% / 6 - 16px);
  }

  .node-objet-views-preview .node-objet > div .category {
    font-size: 1.75rem;
    line-height: 1.214;
  }

  .node-objet-views-preview .node-objet > div > div.preview {

  }
}
@media (max-width: 47.99em) {
  .node-objet-views-preview .node-objet div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .node-objet-views-preview .node-objet .slider {
    padding: 0;
  }
}
.node-evenement .title h1, .node-presse .title h1, .node-expo .title h1, .node-collection .title h1, .node-objet .title h1, .node-jeudi .title h1, .node-article .title h1 {
  margin-bottom: 0;
}
.node-presse .date, .node-objet .date, .node-collection .date {
  margin-bottom: 0;
}
.node-presse .type, .node-objet .type, .node-collection .type {
  margin-bottom: 20px;
  margin-top: 10px;
}
.node-expo .category, .node-objet .category {
  color: #004862;
}
.node-collection .category {
  color: #3c134c;
}
.node-mosa .category {
  font-size: 0.875rem;
  font-weight: 500;
}

div.pp_overlay {
  background: #FFFFFF;
  width: 100% !important;
}
div.pp_pic_holder {
  max-width: 66.66666667% !important;
  margin: 0 auto;
  left: 0 !important;
  right: 0 !important;
  padding-right: 32px;
  padding-left: 32px;
}
@media (max-width: 47.99em) {
  div.pp_pic_holder {
    max-width: 83.33333333% !important;
  }
}
div .pp_content {
  max-width: 100%;
}
div .pp_content .ppt {
  font-weight: 300;
  font-style: italic;
  font-size: 0.75rem !important;
  line-height: 1.333 !important;
  font-weight: 300 !important;
  color: #5c5f62 !important;
  text-align: right;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0 auto !important;
  max-width: 100%;
  position: relative;
}
div .pp_content .ppt::after {
  border-bottom: 1px solid #dededc;
  content: '';
  position: absolute;
  width: calc(100% / 5 * 3);
  bottom: 0;
  right: 0;
}
@media (max-width: 47.99em) {
  div .pp_content .ppt {
    font-size: 0.625rem;
    line-height: 1.4;
  }
}
div .pp_expand,
div .pp_contract,
div .pp_play {
  display: none !important;
}
div .pp_content_container {
  text-align: right;
}
div .pp_content_container .pp_details {
  width: 100% !important;
}
div .pp_hoverContainer {
  width: 100% !important;
}
div .pp_close {
  background: none !important;
  text-indent: 0;
  font-weight: 800;
  font-size: 1.75rem;
  width: auto !important;
  height: auto !important;
  top: -32px;
  right: -32px;
  color: #000000;
}
div .pp_next {
  position: absolute;
  right: -32px;
  top: 50%;
  font-weight: 300;
  font-style: italic;
  font-size: 2rem;
  color: #000000;
}
div .pp_next:hover {
  background: none !important;
}
div .pp_previous {
  position: absolute;
  left: -32px;
  top: 50%;
  font-weight: 300;
  font-style: italic;
  font-size: 2rem;
  color: #000000;
}
div .pp_previous:hover {
  background: none !important;
}
div .pp_nav {
  width: 100% !important;
  float: none;
  text-align: right;
}
div .pp_nav .currentTextHolder {
  left: auto;
  right: 0;
  top: 0;
  font-weight: 300;
}
.modal-open {
  background: #FFFFFF;
  overflow: hidden;
}
/* Video players embed margin */
.video-embed-field-provider-youtube, .video-embed-field-provider-dailymotion {
  margin-bottom: 15px;
}
/* Custom styles override */
.node .subtitle h2 {
  font-weight: 300;
  margin-top: 0;
}
/* Styling billeterie button in header */
.billet {
  display: block;
  background-color: #f4ed7c;
  color: #535353;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 1.4em;
  text-decoration: none;
}
.billet:hover {
  background-color: #ece120;
}
#bth-1 {
  margin-bottom: 10px;
}
#madd-top .block-content a.linkbillettop {
  text-align: left;
  font-size: 1.2em;
  text-decoration: none;
  max-width: 140px;
  width: 100%;
  display: inline-block;
  padding: 5px;
  background-color: #5c5f62;
  color: white;
}
.linkbillettop img {
  width: 14px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
#madd-top .block-content a.linkbillettop:hover {
  background-color: #343638;
}

@media (max-width:47.99em) {

  #madd-top .row.madd-block-wrapper>div {
    -ms-flex-preferred-size: auto;
    flex-basis: initial;
    width: 50%;
  }

  #madd-top .row.madd-block-wrapper {
    height: 13rem;
  }
}
#block-fermeturemadd {
  background-color: #DCF6D6;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#block-fermeturemadd h2 {
  margin: 0;
  color: #000;
}
#block-fermeturemadd p {
  margin: 0;
  color: #000;
  font-size: 17px;
}
#block-fermeturemadd a {
  margin: 0;
  color: #000;
  text-decoration: underline;
}
#block-fermeturemadd a:hover {
  color: white;
}
@media (min-width:61.25em) {
  #block-fermeturemadd {
    left: -22px;
    width: calc(100% + 44px);
  }
}
.madd-renov {
  margin-bottom: 15px;
}
@media only screen and (min-width : 700px) {
	.madd-renov {
    display: flex;
  }
  .madd-renov .visuel {
    flex: 50%;
  }
  .madd-renov .texte {
    flex: 50%;
    padding-left: 20px;
  }
}
.youtube_player {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  width: 100% !important;
  background-color: #333;
}
.youtube_player iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: none; 
}
.tac_activate_youtube {
  height: 200%;
}
/* fix TaC with overlay */
#tarteaucitronRoot #tarteaucitronAlertBig {
  z-index:8;
}
.locked #tarteaucitronRoot {
  display:none !important;
}




/* NEW STYLES REFONTE VISUELLE */



@font-face {
  font-family: 'Muoto';
  src: url("../fonts/muoto/Muoto-BoldItalic.woff2") format("woff2"), url("../fonts/muoto/Muoto-BoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Muoto';
  src: url("../fonts/muoto/Muoto-Bold.woff2") format("woff2"), url("../fonts/muoto/Muoto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Muoto';
  src: url("../fonts/muoto/Muoto-Italic.woff2") format("woff2"), url("../fonts/muoto/Muoto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Muoto';
  src: url("../fonts/muoto/Muoto-Regular.woff2") format("woff2"), url("../fonts/muoto/Muoto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


html {
  font-family: 'Muoto', sans-serif;
}

body {
  font-family: inherit;
}

/* Pour les éléments qui ne héritent pas par défaut */
input, textarea, select, button {
  font-family: inherit;
}



body {
  background-color:#f8f4f4;
}

h1 { 
  text-align:center; 
}

header  { 
  padding:39px 22px; 
  display: flex;
justify-content: space-between;
position:relative; 
}

  
header .logo { 
  max-width:300px; 
  height:auto;
  flex-shrink: 0; /* Empêche le rétrécissement */
  margin-right:30px; 
}

header .header-content { 
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Espace entre les deux blocs */
  flex: 1; /* Prend l'espace restant */
}

header #block-selecteurdelangue { 
  align-self: flex-end; /* Positionne à droite */
  margin-bottom: auto; /* Pousse vers le haut */
}

header #main-nav {
  width: 100%; /* Prend toute la largeur */
}

header #navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin:0;
  gap:5rem;
}

header #navigation li {
  text-align: left;
  padding:0; 
  line-height: 1em;
}

header #navigation li a.is-active {
  text-decoration:underline;
 
}


#navigation  { position:relative; }

#navigation > li.has-menu.show .submenu-wrapper {
  display:block;       
}

#navigation .submenu-wrapper { 
  display:none; 
  position:absolute; 
  z-index:1000; 
  background-color:#fff;
  padding:10px 0;
  min-width:250px;
  right: 0;
}

#navigation .submenu-wrapper ul { padding:0; }

#navigation .submenu-wrapper ul li  a { display:block;  padding:7px 0; }
#navigation .submenu-wrapper ul li  a:hover { 
  font-weight: bold; 
  color: black;
}

#navigation li.has-menu { position:relative; }


#navigation .submenu-content li { 
  text-align: right;
}

#bg-submenu-wide { background-color:#fff;  position:absolute;top:100%; opacity:0;  z-index:950; display:none;
left:0;
right:0;
}

#bg-submenu-wide.show {  opacity:1; height:20px; display:block;  }






#block-selecteurdelangue { 
  font-size: 0.8em; 
}
#block-selecteurdelangue ul {
  margin-bottom: 0;
}
#block-selecteurdelangue li {
  padding-bottom: 0;
}
#block-selecteurdelangue a {
  text-decoration: none;
}
#block-selecteurdelangue li.is-active a {
  text-decoration: underline;
}

#block-selecteurdelangue li { 
  display: inline-block; 
}
#block-selecteurdelangue li:first-child::after { 
  content : ' - ';
}


#block-fermeturemadd {
  display: none;
}
#block-fermeturemadd.show {
  display: block;
}



#close-alert {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 52px;
  cursor: pointer;
  line-height: 1;
}


.main-wrapper { 
  max-width:1280px; 
  background-color:#fff; 
  margin:0 auto;
}


/* MADD HOME */

#madd-home .row { 
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: space-between;
  margin: 0;
}

#madd-home .row .vigaccueil { 
  width: calc((100% - 88px) / 3);
}

#madd-home .row .vigaccueil .h3 { 
  text-align: center;
  margin-top: 10px;
}


/* PAGE VIDEOS */

#block-views-block-view-galerie-video-block-1 > div > div.row .vigaccueil {
  width: 100%;  
}

#block-views-block-view-galerie-video-block-1 > div > div.row { 
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: space-between;
  margin: 0;
}

#block-views-block-view-galerie-video-block-1 .views-field-title {
  margin-bottom: 15px;
}

#block-views-block-view-galerie-video-block-1 .views-field-body {
  font-size: 13px;
  font-weight:700; 
}

@media only screen and (min-width : 700px) {
  #block-views-block-view-galerie-video-block-1 > div > div.row .vigaccueil { 
    width: calc((100% - 44px) / 2);
  }
}

@media only screen and (min-width : 900px) {
  #block-views-block-view-galerie-video-block-1 > div > div.row .vigaccueil { 
    width: calc((100% - 88px) / 3);
  }
}


/* PAGE STANDARD */





.page-conteneur { 
  max-width: 593px; 
  margin:0 auto;
}


.node .document {
  margin-bottom: 20px;
  min-height:40px;
}

.node .document .file {
  font-size: 1em;
}
.node .document .file a {
  font-weight:500; 
}


.margin_icon {
  position: relative;
}

.margin_icon::before {
  content: '';
  position: absolute;
  left: -45px;
  top: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.margin_icon_podcast::before {
  background-image: url('../images/refonte_visuelle_2025/picto_podcast.svg');
  left: -45px;
  width: 40px;
  height: 40px;
}

.margin_icon_telechargement::before {
  background-image: url('../images/refonte_visuelle_2025/picto_telechargement.svg');
  left: -45px;

  width: 40px;
  height: 40px;
}

.margin_icon_video::before {
  background-image: url('../images/refonte_visuelle_2025/picto_video.svg');
  left: -45px;
  width: 35px;
  height: 35px;
}

.document {
  position: relative;
}

.document::before {
  content: '';
  position: absolute;
  top: 0;
  background-image: url('../images/refonte_visuelle_2025/picto_telechargement.svg');
  left: -45px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

}


/* PAGE EXPOSITIONS */

.row-expo { 
  border-top: solid black 1px;
  padding-top: 35px;
  margin-top: 35px;
}

.row-expo:first-child { 
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.node-expo-views h2 {
  border-bottom: solid black 1px;
  margin-bottom:20px;
  font-size:50px;
  color: #000000;
}

.node-expo-views .views-field-title { 
  margin-bottom:20px;
}

.node-expo-views .views-field-field-madd-menu-img img {
  width: 100%;
  height: auto;
}

.node-expo-views .title .expo-titre { 
  font-size:40px; 
  margin-bottom:40px;
  line-height:1.1;
}

.node-expo-views .title .dates { 
  font-size:25px; 
}


.pager { 
  margin-top: 70px;
  width:100%;
}


.node-expo-views footer { 
  text-align: center;
  margin-top:60px;
}

.node-expo-views footer a { 
  font-size: 40px;
  text-decoration: underline;
}


@media only screen and (min-width : 900px) {
  .node-expo-views h2 {
    margin-bottom:50px;
  }
  
}





/* PAGE STANDARD */

#node-article-slider {
  margin-bottom: 20px;
  margin-left: -193px;
  margin-right: -193px;
}





.node-heading {
  margin-bottom: 40px;
}

.node-heading .node-title {
  margin-bottom: 0;
}

.node-heading  h2 { 
  text-align: center;
  font-size: 35px; 
  max-width:900px;
  margin: 0 auto; 
}




/* FOOTER */

footer.main-footer {
  padding: 39px 22px;
  display: grid;
  grid-template-columns: 70% 30%;
}

#block-maddmailto {   
  order: 4;
  width: 100%;
  grid-column: 1 / -1;
}
#block-maddmailto p {
  font-size:1em; 
}

#block-maddsocialnewsletter {   
  order: 1;
  width: 100%;
  grid-column: 1 / -1;
}

#block-maddsocial {   
  order: 2;
  width: 100%;
  grid-column: 1 / -1;
}
#block-maddsocial {
  vertical-align:middle;
}
#block-maddsocial p  {
  display: inline-block;
  padding-right: 1.125rem;
}
#block-maddsocial > ul  {
  display: inline-block;
}
#block-maddsocial > ul li {
  display: inline-block;
  padding-right: 1.125rem;
}
#block-maddsocial > ul li:last-child {
  padding: 0;
}
#block-maddsocial > ul li a {
  font-size:20px;
 
}
#block-madd-footermain {   
  order: 3;
  font-size: 25px;    
  margin: 20px 0 20px; 
  padding-bottom: 20px;
  border-bottom: solid black 1px;
  width: 100%;
  grid-column: 1 / -1;
}
#block-madd-footermain > ul {   
  margin: 0; 
}

#block-pieddepage {
  order: 5;
  grid-column: 1;
  grid-row: 5 / 7; 

}
.madd-logo { 
  order: 6;
  grid-column: 2;
  grid-row: 5;

}
.madd-htbailly {
  order: 7;
  grid-column: 2;
  grid-row: 6;

}
  
@media only screen and (min-width : 768px) {
  footer.main-footer {
    display: flex;
    justify-content: space-between;
    position: relative; 
    flex-wrap: wrap;
  }
  #block-maddmailto { 
    order: 1;
    width: 33%;
  }
  #block-maddsocialnewsletter {
    order: 2;
    text-align: center;
     width: 33%;
  }
  #block-maddsocial {
    order: 3;
    text-align: right;
     width: 33%;
  }
  #block-maddsocial p  {
    display: block;
    padding: 0;
  }
  #block-maddsocial > ul {
    display: flex;
    justify-content: flex-end;
    align-content: stretch;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  #block-maddsocial > ul li {
    padding-bottom: 0;
  }

  #block-madd-footermain {
    order: 4;
    display: flex;
    justify-content: center;
    margin: 20px 0 35px; 
    border: 0;
    width: 100%;
}
  #block-madd-footermain > ul {
    display: flex;  
    list-style: none;
    padding: 0;
    gap: 50px; 
    margin: 0; 
  }   
  footer.main-footer .madd-logo { 
    order: 5;
    width: 16%;
  }
  footer.main-footer .madd-logo svg path {
    fill: black;
  }

  footer.main-footer .madd-logo svg {
    max-width: calc(100% / 3 * 2);
    display: inline-block;
    height: auto;
  }

  #block-pieddepage {
    order: 6;  
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    font-size: 12px;
    width: 68%;
  }
  #block-pieddepage > ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    width: 100%; 
    margin: 0;    
  }
  footer.main-footer .madd-htbailly {
    order: 7;
    width: 16%;
    text-align:right;
  }
  footer.main-footer .madd-htbailly img {
    max-width: calc(100% / 3 * 2);
    display: inline-block;
    height: auto;
  }
     
  
}



footer.main-footer { 
  padding: 20px 22px 20px;
}
footer.main-footer p { 
  margin:0 0 10px;
}

footer.main-footer a { 
  font-size: inherit;
  text-decoration: none;
}
footer.main-footer a:hover { 

  text-decoration: underline;
}
footer.main-footer > .container > .row { margin-left: -22px; 
  margin-right: -22px; 
}

#block-maddsocialnewsletter p, #block-maddsocial p { 
  font-size: 25px;  
}






/* Message d'état pour lecteurs d'écran */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}



/* No files to import found in ../pages/* */
/* No files to import found in ../libs/* */
