*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

main {
  display: block;
}

.main-content > .container {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 60px;
}

a {
  text-decoration: none;
  color: #333;
}

figure {
  background-color: transparent !important;
}

.infos dt, .underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.infos dt, .uppercase {
  text-transform: uppercase;
}

img {
  max-width: 100%;
  height: auto;
}

.width-full {
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.lowercase {
  text-transform: lowercase;
}

.retrait {
  margin-left:15%;
}

.retrait .retrait {
  margin-left: 50px;
}
@media screen and (max-width: 850px) {

  .retrait {
    margin-left: 0px;
  }

  .retrait .retrait {
    margin-left: 0px;
  }

  .row > .retrait {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.retrait2 {
  margin-left: 50px;
}
@media screen and (max-width: 850px) {

  .retrait2 {
    margin-left: 0px;
  }
}

.retrait-70 {
  margin-left: 85px;
}
@media screen and (min-width: 851px) and (max-width: 1000px) {

  .retrait-70 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {

  .retrait-70 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {

  .retrait-70 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {

  .block .retrait-70 {
    margin-left: 15px;
  }
}

.retrait-right-80 {
  padding-right: 75px;
}
@media screen and (min-width: 768px) and (max-width: 850px) {

  .retrait-right-80 {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {

  .retrait-right-80 {
    padding-right: 0px;
  }
}

.b-bottom {
  border-bottom: 1px solid black;
}

.b-top {
  border-top: 1px solid black;
}

.margin-top-40 {
  margin-top: 40px;
}

.taxonomy-term.vocabulary-s-ries p {
  color: black;
  margin-top: 50px;
}

.clearfix {
  clear: both;
}

.faq-section .accordion li {
  border-bottom: 1px solid #000000;
}

.faq-section h1 {
  margin-bottom: 60px;
}

.faq-section .toggle-btn {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 21px;
  display: block;
  padding: 10px;
  position: relative;
}

.faq-section .toggle-btn:hover {
  color: #62A7F7;
}

.faq-section .toggle-btn.show:after {
  content: '\2191';
}

.faq-section .toggle-btn:after {
  content: '\2193';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
}

.faq-section .toggle-btn h2 {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 21px;
  margin-bottom: 0 !important;
}

.faq-section .inner {
  display: none;
}

.calendrier .container-calendrier {
  margin-left: 105px;
}
@media screen and (max-width: 600px) {

  .calendrier .container-calendrier {
    margin-left: 0px;
  }
}

.calendrier .infos-date {
  width: 100%;
  height: 50px;
}

.calendrier .infos-date div {
  padding-top: 8px;
  border-collapse: collapse;
  border: 2px solid #ADADAD;
  height: 50px;
}

.calendrier .infos-date .datee, .calendrier .infos-date .etape {
  width: 30%;
  border-left-color: transparent;
  float: left;
  font-size: 14px;
}
@media screen and (min-width: 601px) {

  .calendrier .infos-date .datee, .calendrier .infos-date .etape {
    line-height: 35px;
  }
}

.calendrier .infos-date .etape {
  border-right-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
  width: 70%;
}

.calendrier .infos-date .etape span.fonction {
  display: block;
  font-size: smaller;
}

.calendrier .infos-date .datee {
  font-weight: bold;
}

.calendrier .infos-date .type-color {
  border: 2px solid #ADADAD;
}

.calendrier .infos-date .type-color.datee span {
  border-left-color: transparent;
}

.calendrier .infos-date .type-color.etape span {
  border-right-color: transparent;
}

.calendrier .red {
  background-color: #fff;
}

.calendrier .infos-date div {
  border-top: 0px solid transparent;
}

.calendrier .infos-date:last-child div {
  border-bottom: 0px solid transparent;
}

.calendrier .infos-date:last-child {
  margin-bottom: 100px;
}

.calendrier .past div {
  text-decoration: line-through;
}

.calendrier .past div.etape, .calendrier .past div.datee {
  color: #ADADAD !important;
}

.calendrier .past:hover div {
  text-decoration: initial;
}
@media screen and (max-width: 600px) {

  .calendrier .infos-date .datee, .calendrier .infos-date .etape {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    height: auto !important;
  }
}

.calendrierwr {
  border-top: solid 2px #ADADAD;
  margin: 50px 0;
  padding: 50px 0 0 0;
}

div.btop {
  border-top: solid 2px #ADADAD;
  padding-top: 50px;
}

table.jury {
  margin: 2em 0;
  /*span.lastname {text-transform:uppercase;}*/
}

table.jury th, table.jury td {
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.5px;
}

table.jury tr.btop {
  border-top: solid 2px #77101F;
}

table.jury th, table.jury td.cat {
  font-weight: bold;
}

table.jury th.cat, table.jury td.cat {
  width: 30%;
  padding: 8px 12px 8px 0;
}

table.jury th.contact, table.jury td.contact {
  width: 30%;
  border-left: solid 2px #ADADAD;
  padding: 8px 12px;
  height: 58px;
}

table.jury th.titre, table.jury td.titre, table.jury th.qualite, table.jury td.qualite {
  width: 40%;
  border-left: solid 2px #ADADAD;
  padding: 8px 0 8px 12px;
  height: 58px;
}

table.jury th {
  height: 36px !important;
}

table.jury tr:not(.btop) td.contact, table.jury tr:not(.btop) td.qualite {
  border-top: dotted 2px #ADADAD;
}
@media screen and (max-width: 600px) {

  table.jury td {
    display: block;
    width: 100% !important;
    border-left: none !important;
    padding: 0 !important;
    height: auto !important;
  }

  table.jury td.cat, table.jury td.contact {
    padding-top: 12px !important;
  }

  table.jury td.qualite {
    border-top: none !important;
    padding-bottom: 12px !important;
  }

  table.jury th {
    display: none;
  }
}

table.jury .lastname {
  text-transform: uppercase;
}

.node-type-prix-mop table.jury .cat {
  display: none;
}

.node-type-prix-mop table.jury th.titre, .node-type-prix-mop table.jury td.titre, .node-type-prix-mop table.jury th.qualite, .node-type-prix-mop table.jury td.qualite {
  width: 35%;
}

.node-type-prix-mop table.jury th.contact, .node-type-prix-mop table.jury td.contact {
  border-left: none;
  padding-left: 0px;
}

p.jury {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.5px;
  padding-bottom: 100px;
}

.candidats .candidat {
  padding-left: 90px;
  width: 75%;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.5px;
}

.candidats .candidat span:after {
  content: " ";
}

.candidats .candidat:first-of-type {
  margin-top: 40px;
}

.minimap {
  width: 100%;
  height: 100%;
  background-color: white;
  height: 274px;
}

.largemap {
  width: 100%;
  height: 100%;
  background-color: white;
  height: 400px;
}

.views-row figure {
  /*height:274px;background-color:white;*/
}

.views-row .largemap {
  height: 100%;
}

.leaflet-popup-content-wrapper, .leaflet-control {
  border-radius: 0px;
}

.leaflet-popup-content-wrapper *, .leaflet-control * {
  font-family: relative-faux;
  font-size: 1em;
  line-height: 1.375em;
}

.leaflet-popup-content-wrapper .more-link, .leaflet-control .more-link {
  margin-left: 0px;
}

.leaflet-popup-content-wrapper .leaflet-popup-content a, .leaflet-control .leaflet-popup-content a {
  color: inherit;
  text-decoration: underline;
}

.leaflet-popup-content-wrapper .leaflet-popup-content h3 a, .leaflet-control .leaflet-popup-content h3 a {
  text-decoration: none;
}

.leaflet-popup-content-wrapper .leaflet-control-layers-overlays, .leaflet-control .leaflet-control-layers-overlays {
  /*label:first-child {color:$red;}
  label:last-child {color:$orange;}*/
}

.debug {
  display: none;
}

#map {
  width: 100%;
  height: 70vh;
  margin-bottom: 50px;
}

#mapcontrol {
  padding-top: 25px;
}

#mapcontrol .leaflet-control-layers-toggle, #mapcontrol .leaflet-control-layers-separator {
  display: none;
}

#mapcontrol .leaflet-control-layers-list {
  display: block !important;
}

#mapcontrol .leaflet-control {
  float: none;
}

#mapcontrol .leaflet-control-layers {
  box-shadow: none;
  background: transparent;
  border-radius: 0px;
}

#mapcontrol .leaflet-control-layers-expanded {
  padding: 0px;
}

#mapcontrol form > div, #mapcontrol form > div > label, #mapcontrol form > div > label > div {
  display: inline-block;
}

#mapcontrol form > div > label:after {
  content: ", ";
  margin-right: 6px;
}

#mapcontrol form > div > label {
  cursor: pointer;
}

.nolink a {
  pointer-events: none;
}

.block.closed.block--views h2.block__title {
  background-color: white;
  font-size: 18px;
  padding: 15px 0 15px 105px;
  border-top: solid 1px #333;
  margin-left: -15px;
  margin-right: -15px;
  cursor: pointer;
  margin-bottom: 0px;
}

.block.closed.block--views h2.block__title:before {
  content: "v";
  display: inline-block;
  width: 50px;
}

.block.closed.block--views h2.block__title.opened:before {
  content: "x";
}

.block.closed.block--views .content {
  max-height: 0;
  overflow: hidden;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.block.closed.block--views .content .more-link {
  display: none;
}

.block.closed.block--views .content .showjury {
  max-height: 5000px;
  margin-bottom: 40px;
  width: 75%;
  padding-left: 90px;
}

.block.closed.block--views .content p.jury {
  padding-bottom: 40px;
}

.block.closed.block--views .content .selectionne {
  margin-bottom: 40px;
}

.block.closed.block--views .content.showall {
  max-height: 5500px;
  -moz-transition: 4s;
  -ms-transition: 4s;
  -o-transition: 4s;
  -webkit-transition: 4s;
  transition: 4s;
}

.block.closed.block--views div.row.b-top {
  border-top: none;
}

/* attribution des couleurs par section*/

.red-type .type-color, .red-type .type-color a, .section-marches .type-color, .section-marches .type-color a, .section-marches a:hover, .section_163 .type-color, .section_163 a:not(.section_163):hover, .closed .block__title, .section-marches .type-color select {
  color: #77101F;
  border-color: #77101F;
}

.blue-type .type-color, .blue-type .type-color a .section-diffusion-promotion .type-color, .section-diffusion-promotion .type-color a, .section-diffusion-promotion .type-color, .section-diffusion-promotion a:hover, .section_167 .type-color, .section_167 a:not(.section_167):hover, .section-publications .type-color, .section-evenements .type-color, .section-evenements a:hover, .section-publications .type-color, .section-publications a:hover, .node-type-evenement a:hover, .section-diffusion-promotion .type-color select, .view--actualit-s-et-publications-de-ce-march- .section_167 h2, .view--actualit-s-et-publications-de-ce-march- .section_167 h6 {
  color: #62A7F7;
  border-color: #62A7F7;
}

.orange-type .type-color, .orange-type .type-color a, .section-integration-oeuvres-art .type-color, .section-integration-oeuvres-art .type-color a, .section-integration-oeuvres-art a:hover, .section_166 .type-color, .section_166 a:not(.section_166):hover, .section-integration-oeuvres-art .type-color select, .view--actualit-s-et-publications-de-ce-march- .section_166 h2, .view--actualit-s-et-publications-de-ce-march- .section_166 h6, .view--actualit-s-et-publications-de-ce-march- .section_166 a {
  color: #FF93BA;
  border-color: #FF93BA;
}

.green-type .type-color, .green-type .type-color a, .section-archive-recherche .type-color, .section-archive-recherche .type-color a, .section-archive-recherche a:hover, .section-archives-recherches .type-color, .section-archives-recherches .type-color a, .section-archives-recherches a:hover, .section_168 .type-color, .section_168 a:not(.section_168):hover, .section-archive-recherche .type-color select, .view--actualit-s-et-publications-de-ce-march- .section_168 h2, .view--actualit-s-et-publications-de-ce-march- .section_168 h6 {
  color: #71ba6b;
  border-color: #71ba6b;
}

.section-a-propos .type-color a, .section-a-propos .type-color, .section-a-propos a:hover, .section-a-propos .type-color, .section-evenements .type-color {
  color: black;
  border-color: black;
}

.section_2076 .type-color, .section_2076 a:not(.section_2076):hover {
  color: #f09b07;
  border-color: #f09b07;
}

a.section_163:hover *, a.section_166:hover *, a.section_167:hover *, a.section_168:hover * {
  color: black;
  border-color: black;
}

.section-mop .type-color, .section-mop .type-color a, .section-mop a:hover {
  color: #b1975b;
  border-color: #b1975b;
}



.appels .entete, .marche-details .entete {
  display: none;
}

.field-collection-container {
  border-bottom: none !important;
}

.element-invisible {
  display: none;
}

.page-user main {
  padding-top: 12%;
  padding-left: 0px;
  padding-right: 0px;
}

.page-user main #edit-submit {
  float: left;
  margin-top: 30px;
  background-color: #FAFAFA;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(81, 147, 244, 0.2);
  -moz-box-shadow: 0px 4px 14px 0px rgba(81, 147, 244, 0.2);
  box-shadow: 0px 4px 14px 0px rgba(81, 147, 244, 0.2);
}

.page-user main #edit-submit:hover, .page-user main #edit-submit:focus {
  -webkit-box-shadow: 0px 10px 14px 1px rgba(81, 147, 244, 0.25);
  -moz-box-shadow: 0px 10px 14px 1px rgba(81, 147, 244, 0.25);
  box-shadow: 0px 10px 14px 1px rgba(81, 147, 244, 0.25);
}

.page-user footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.form-item__description {
  font-size: smaller;
}

.contextual-links-wrapper {
  display: none;
}

.actus.view__filters {
  clear: both;
  margin-bottom: 30px;
  position: relative;

}

.actus.view__filters label, .actus.view__filters .views-widget--submit {
  display: none;
}

.actus.view__filters form {
  position: absolute;
  top: -4px;
  left: calc(33.333% + 13px);
  width: calc(66.66% - 13px);
}

.actus.view__filters select, .actus.view__filters option {
  text-transform: lowercase;
  font-family: relative-faux;
  padding: 4px;
  color: #9B9B9B;
}

.actus.view__filters select {
  max-width: 100%;
}

.footer {
  margin-top: 60px;
}

.footer-1 {
  background-color: #D9D9D9;
  padding-top: 10px;
}
@media screen and (min-width: 769px) {

  .footer-1 {
    height: 50px;
  }

  .footer-1 .lien {
    width: 20%;
    display: inline-block;
  }
}

.footer-1 a {
  font-size: 12px;
  font-weight: bold;
  font-family: verdana, arial, sans-serif;
  letter-spacing: initial;
}

.footer-1 .credits {
  float: right;
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
  letter-spacing: 0px;
}

.footer-1 .credits a {
  font-weight: normal;
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
  text-decoration: underline;
}

.footer-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-2 a:hover .footer-blue {
  color: #0075BA;
}

.footer-2 a:hover .footer-orange {
  color: #ff5923;
}

.footer-2 a:hover .footer-red {
  color: #E73146;
}

.footer-2 a:hover .footer-green {
  color: #16A344;
}

.footer-2 a:hover .footer-turquoise {
  color: #35B5B2;
}

.footer-2 a:hover .footer-purple {
  color: #AB3A8D;
}

.footer-2 .lien {
  position: relative;
  height: 36px;
  display: inline-block;
  padding-right: 20px;
}

.footer-2 .lien a {
  display: flex;
  align-items: center;
}

.footer-2 a span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 10px;
  padding-left: 7px;
}

.footer-2 .right {
  width: auto;
}

.footer-2 .right .lien {
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 2px solid black;
}
@media screen and (max-width: 600px) {

  .footer-2 .right .lien {
    border-right: none;
  }
}

.footer-2 .right .lien:first-child {
  border-left: 2px solid black;
}
@media screen and (max-width: 600px) {

  .footer-2 .right .lien:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 600px) {

  .footer-2 .right {
    float: none;
    width: 100%;
  }

  .footer-2 .lien {
    width: 100% !important;
    border-right: none;
  }
}

img.cfwb {
  width: 20px;
}

.front .footer-menu-wrapper ul.nav ul.nav {
  display: flex;
}

.footer-menu-wrapper {
  background: #eaeaea;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-menu-wrapper .nav--menu-footer-menu {
  column-count: 0;
  column-gap: 0;
}

.footer-menu-wrapper .nav--menu-footer-menu ul {
  display: flex;
  flex-direction: column;
}

.footer-menu-wrapper .nav--menu-footer-menu a {
  display: block;
}

.footer-menu-wrapper .nav--menu-footer-menu li {
  display: block;
}
@media only screen and (min-width: 768px) {

  .footer-menu-wrapper .nav--menu-footer-menu li {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {

  .footer-menu-wrapper .nav--menu-footer-menu {
    column-count: 2;
    column-gap: 20px;
  }
}

.footer-menu-wrapper .nav__item.has-children {
  break-before: always;
  /* Pour Firefox : */
  page-break-before: always;
  /* Pour WebKit : */
  -webkit-column-break-before: always;
}



@media screen and (min-width: 481px) {

  .form-container {
    display: flex;
  }
}

.form-container h3 {
  margin-right: 15px;
  margin-top: 1px;
}

.form-container .form {
  display: flex;
  align-items: flex-start;
}

.form-container .form select {
  height: 34px;
  padding: 0px 28px 4px 8px;
  border-color: #77101F;
  color: #9B9B9B;
  font-family: relative-faux;
  line-height: 28px;
  letter-spacing: 1.5px;
  font-size: 21px;
  border: 150%;
  width: initial !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(/_integration/assets/css/images/Triangle.svg) no-repeat right white;
  background-position-x: calc(100% - 8px);
}
@media screen and (min-width: 481px) {

  .form-container .form select {
    margin: 0px 15px;
  }
}
@media screen and (max-width: 480px) {

  .form-container .form select:first-child {
    margin-right: 15px;
    margin-bottom: 50px;
  }
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2 / 3) {

  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {

  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {

  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {

  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

body {
  background-color: #FAFAFA;
}

.main-content, .container.navigation {
  width: 1260px;
  max-width: 100%;
  margin: auto;
  position: relative;
  outline: none;
}

.main-content .region-content, .container.navigation .region-content {
  margin-bottom: 90px;
}

@media screen and (max-width: 1290px) {

  .main-content, .container.navigation {
    max-width: calc(100% - 30px);
    margin: auto;
  }
}

header {
  width: 100%;
  position: relative;
  z-index: 90;
  top: 0px;
  background-color: #fff;
  margin-bottom: -40px;
}

header.main-nav-scrolled {
  position: fixed;
}

header .container.navigation {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 600px) {

  body .slicknav_menu {
    top: 170px;
    transition: top .2s ease;
  }

  body.main-nav-scrolled .slicknav_menu {
    top: 0;
  }

  body.main-nav-scrolled #sub-header {
    height: 0;
  }
}

.main-content {
  padding: 15px;
  padding-top: 95px;
}

.main-content .resume-section {
  margin-bottom: 40px;
}
@media screen and (min-width: 601px) {

  .main-content {
    margin-top: 70px;
  }
}

body:not(.node-type-sections) .main-content {
  padding-top: 0px;
}

.entete {
  width: 60%;
}
@media screen and (max-width: 850px) {

  .entete {
    width: 82.5%;
  }
}

body:not(.integration) h3.sticky {
  margin-top: 38px;
}

h1:not(.logo) {
  margin-top: 25px;
}

.block-details {
  padding-top: 38px;
}

.block-details .short-text {
  margin-right: -30px;
}

div.block.b-bottom {
  padding-bottom: 55px;
  margin-bottom: 40px;
  padding-top: 25px;
}

div.block.b-top {
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
}

/*.teaser-sm{
	padding:15px;
	&.red-type h4{border-top:4px $red solid;}
	&.blue-type h4{border-top:4px $blue solid;}
	&.green-type h4{border-top:4px $green solid;}
	&.orange-type h4{border-top:4px $orange solid;}
	h4.infos-teaser{padding-top:10px;}
	img, h2{margin-top:10px;}
	h2{padding-bottom:15px!important;}
	@media screen and (min-width:601px){
		img, h2{margin-top:20px;}
		h2{padding-bottom:30px!important;}
		h4.infos-teaser{padding-top:20px;}
	}
}*/
@media screen and (max-width: 480px) {

  .teaser {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {

  .selectionne {
    margin-top: 28px;
  }

  .node-type-ioa main .col-lg-9.col-md-9.col-sm-9.col-xs-12, .node-type-publications main .col-lg-9.col-md-9.col-sm-9.col-xs-12, .node-type-marches main .col-lg-9.col-md-9.col-sm-9.col-xs-12, .node-type-page main .col-lg-9.col-md-9.col-sm-9.col-xs-12, .node-type-news main .col-lg-9.col-md-9.col-sm-9.col-xs-12 {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }

  .main-content {
    padding-top: 50px !important;
  }

  h1.logo {
    margin-bottom: 0px !important;
  }

  .calendrierwr, table.jury, h2.participants, p.jury, .container-calendrier .more-link {
    margin-left: 15px !important;
    margin-right: 15px;
  }
}
/*diffusion promotion*/

.page-diffusion-promotion-publications h3:not(.type-color) {
  /*display:none;*/
}

.section-diffusion-promotion .mpp .retrait {
  margin-left: -50px;
}

.section-diffusion-promotion h1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 850px) {

  .node.contextual-links-region.node--sections.node--teaser.view-mode-teaser {
    margin-top: 40px;
  }
}

.info-row .file__icon {
  display: none;
}

dd.file span:not(.file) {
  font-size: 10px;
  color: #595959;
  line-height: 13px;
}

.info-row a:hover {
  text-decoration: underline;
}

.info-row.dates {
  margin-bottom: 0px;
}

.mpp {
  margin: 14px 0px;
}
@media screen and (min-width: 601px) {

  .mpp {
    margin: 28px 0px;
  }
}

.mpp img:not([class]) {
  display: block;
  max-height: 555px;
  width: auto;
  margin: auto !important;
}

.mpp figcaption {
  text-align: right;
  font-size: 12px;
  line-height: 16px;
}

.mpp .retrait {
  margin-left: 50px;
}

body {
  padding-top: 60px;
}

#sub-header {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 5px 0px rgba(0, 0, 0, 0.06), 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  padding-top: 0.5em;
  height: 60px;
  background: #eaeaea;
  z-index: 999;
  overflow: hidden;
}

.footer-fwb {
  background: #eaeaea;
}

.footer-credit {
  padding: 20px 0;
  font-family: 'Roboto', sans-serif;
}

.toggle-link {
  text-align: right;
  padding-bottom: 20px;
}

.toggle-link .toggle {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.toggle-link .toggle:after {
  content: '';
  height: 15px;
  width: 20px;
  margin-bottom: -3px;
  background-image: url("images/angle-down.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: bottom right;
  display: inline-block;
}

.toggle-link .toggle.is-open:after {
  background-image: url("images/angle-up.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: bottom right;
}

.about-link {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
}

.about-link:hover {
  opacity: .6;
}

.numero {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {

  .reseaux {
    text-align: right;
  }
}

.reseaux li {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {

  .reseaux li {
    margin-left: 20px;
    margin-right: 0;
  }
}

@media screen and (min-width: 600px) {

  .footer-contact {
    text-align: right;
  }
}

.appel {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 10px;
}

.fa img {
  width: 20px;
  margin-bottom: 20px;
}

.fa-phone-square img {
  margin-bottom: 0;
}

header {
  -webkit-box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, 0.1);
  min-height: 94px;
}

header .logo {
  width: 105px;
  float: left;
}

header .logo, header .menu-btn {
  font-size: 21px;
  letter-spacing: 1.5px;
  line-height: 28px;
}

header .menu-btn {
  letter-spacing: 2px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 0px;
  z-index: 1000;
}

header .menu-btn .not-this {
  display: none;
}

header .navigation {
  /*cursor:pointer;*/
}



.main-content .texte-header {
  padding-bottom: 60px;
}



#sub-header #block-search-form .container-inline {
  position: relative;
}

#sub-header #block-search-form .form-item input {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #D9D9D9;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 5px 5px;
  font-size: 14px;
  min-width: 210px;
}
@media screen and (max-width: 600px) {

  #sub-header #block-search-form .form-item input {
    width: 100%;
  }
}

#sub-header #block-search-form .form-actions {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#sub-header #block-search-form .form-actions input {
  background-color: transparent;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  border: none;
  overflow: hidden;
  border-radius: 0;
  text-indent: -999px;
  -moz-appearance: none;
  margin-bottom: 0;
  -webkit-appearance: none;
  box-shadow: none;
  width: 40px;
  opacity: .6;
}

#sub-header #block-search-form .form-actions input:hover {
  opacity: .8;
}


@media screen and (max-width: 600px) {

  #sub-header #block-search-form {
    width: 100%;
    padding-bottom: 20px;
  }
}


#sub-header .secondary-header {
  display: flex;
}

#sub-header .secondary-header li {
  margin-left: 15px;
}

#sub-header .secondary-header li.icon {
  display: flex;
  align-items: center;
}

#sub-header .secondary-header li.icon a {
  display: block;
  height: 24px;
  width: 24px;
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: center;
}

#sub-header .secondary-header li.facebook a {
  background-image: url(images/facebook.svg);
}

#sub-header .secondary-header li.instagram a {
  background-image: url(images/instagram.svg);
}

#sub-header .secondary-header li.mail a {
  background-image: url(images/mail.svg);
}

#sub-header .secondary-header li.connect {
  position: relative;
}
@media screen and (max-width: 600px) {

  #sub-header .secondary-header li.connect {
    margin-left: 0;
  }
}

#sub-header .secondary-header li a {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 21px;
}

.accesibility {
  position: absolute;
  right: 20px;
  top: 18px;
}

.accesibility svg {
  height: 18px;
  width: auto;
}

body.contrasted {
  filter: grayscale(1) contrast(1.5);
}

body.contrasted * {
  color: black !important;
  border-color: black !important;
}

body.contrasted *:before, body.contrasted *:after {
  border-color: black;
}

.slicknav_btn.slicknav_open {
  position: fixed;
  top: 0;
}

dl, .info-row {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.5px;
  margin: 14px 0px;
}
@media screen and (min-width: 601px) {

  dl, .info-row {
    margin: 28px 0px;
  }

  dl dd, .info-row dd {
    margin-bottom: 0.5em;
  }

  dl dd:last-child, .info-row dd:last-child {
    margin-bottom: 0px;
  }

  dl dd .file a, .info-row dd .file a {
    /*word-break: break-all;*/
  }
}

img.file__icon {
  display: none;
}

dt.type-files {
  margin-bottom: 6px;
}

.pdflink {
  position: relative;
  margin: 6px 6px 0 0;
}

.pdflink img {
  max-width: 42px;
  height: auto;
  -webkit-filter: drop-shadow(0 4px 14px rgba(119, 16, 31, 0.2));
  filter: drop-shadow(0 4px 14px rgba(119, 16, 31, 0.2));
}

.pdflink span {
  display: none;
}

.pdflink:hover span {
  display: block;
  position: absolute;
  background-color: white;
  padding: 2px 4px;
  border: solid 1px #77101F;
  top: 20px;
  left: 20px;
  min-width: 200px;
}

.node-type-publications .pdflink img {
  -webkit-filter: drop-shadow(0 4px 14px rgba(98, 167, 247, 0.2));
  filter: drop-shadow(0 4px 14px rgba(98, 167, 247, 0.2));
}

.node-type-publications .pdflink:hover span {
  border: solid 1px #62A7F7;
}

.nohide .pdflink span {
  display: block;
}

.nohide .pdflink:hover span {
  display: block;
  position: relative;
  background-color: transparent;
  padding: 0px;
  border: none;
  top: 0px;
  left: 0px;
  min-width: auto;
}

.hideBE .country {
  display: none;
}

/*transition*/

:matches(.social img, .button) :matches(:hover, :focus), .button, .social img {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/*button*/

.button {
  margin: 0px 0px 38px 0px;
  border: 1px solid #62A7F7;
  background-color: white;
  text-align: center;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(81, 147, 244, 0.2);
  -moz-box-shadow: 0px 4px 14px 0px rgba(81, 147, 244, 0.2);
  box-shadow: 0px 4px 14px 0px rgba(81, 147, 244, 0.2);
}

.button a {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 50px;
}

.button.red {
  border: 1px solid #77101F;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(119, 16, 31, 0.2);
  -moz-box-shadow: 0px 4px 14px 0px rgba(119, 16, 31, 0.2);
  box-shadow: 0px 4px 14px 0px rgba(119, 16, 31, 0.2);
}

.button.red:hover, .button.red:focus {
  -webkit-box-shadow: 0px 10px 14px 1px rgba(119, 16, 31, 0.25);
  -moz-box-shadow: 0px 10px 14px 1px rgba(119, 16, 31, 0.25);
  box-shadow: 0px 10px 14px 1px rgba(119, 16, 31, 0.25);
}

.button.blue:hover, .button.blue:focus {
  -webkit-box-shadow: 0px 10px 14px 1px rgba(81, 147, 244, 0.25);
  -moz-box-shadow: 0px 10px 14px 1px rgba(81, 147, 244, 0.25);
  box-shadow: 0px 10px 14px 1px rgba(81, 147, 244, 0.25);
}

/*social*/

.social {
  margin-bottom: 30px;
}
@media screen and (min-width: 601px) {

  .social {
    display: flex;
    justify-content: space-between;
  }
}

.social img {
  margin-top: 2px;
}

.social img:hover, .social img:focus {
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 14px 2px rgba(36, 36, 36, 0.2);
  -moz-box-shadow: 0px 4px 14px 2px rgba(36, 36, 36, 0.2);
  box-shadow: 0px 4px 14px 2px rgba(36, 36, 36, 0.2);
}

.smallteasers .views-field > .field-content > a, .smallteasers .views-field > .field-content > div {
  float: left;
  width: 25%;
  padding-top: 0px !important;
  padding-right: 20px;
  border-top: none !important;
  margin-top: 0px !important;
}

.smallteasers .views-field > .field-content > a *, .smallteasers .views-field > .field-content > div * {
  padding-top: 0px !important;
  border-top: none !important;
  margin-top: 0px !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.smallteasers .views-field > .field-content > a img, .smallteasers .views-field > .field-content > a .minimap, .smallteasers .views-field > .field-content > div img, .smallteasers .views-field > .field-content > div .minimap {
  margin: 20px 0 !important;
}

.smallteasers .views-field > .field-content > a figure, .smallteasers .views-field > .field-content > div figure {
  height: auto !important;
}

.smallteasers .teaser-sm {
  padding: 0px;
}

.smallteasers .views-field-field-ioa > .field-content a:before {
  content: "Int\00e9gration d'\0153uvre d'art";
  font-size: 14px;
}

.block-ioa table {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.block-ioa th, .block-ioa td {
  width: calc(100% / 6) !important;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 2px;
  vertical-align: top;
  border-bottom: solid 2px var(--highlight-color);
  border-left: solid 2px #ADADAD;
  padding: 8px 12px;
}

.block-ioa td {
  height: 72px !important;
}

.block-ioa th:first-child, .block-ioa td:first-child {
  border-left: none;
  padding-left: 0px;
}

.block-ioa th:last-child, .block-ioa td:last-child {
  padding-right: 0px;
}

.block-ioa th {
  font-weight: bold;
  border-bottom: solid 2px #ADADAD;
  padding-top: 0px;
}

.block-ioa tr:last-child td {
  border-bottom: none;
}

.block-ioa td.views-field-title {
  width: 33%;
}
@media screen and (max-width: 600px) {

  .block-ioa th {
    display: none;
  }

  .block-ioa td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    height: auto !important;
    border: none !important;
  }

  .block-ioa td:first-child {
    text-transform: uppercase;
    padding-top: 12px !important;
  }

  .block-ioa td:last-child {
    padding-bottom: 12px !important;
  }

  .block-ioa tr {
    border-bottom: solid 2px #FF93BA;
  }
}

.block-ioa th.header {
  background-image: url(images/bg.gif);
  cursor: pointer;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: right 5px;
}

.block-ioa th.headerSortUp {
  background-image: url(images/asc.gif);
}

.block-ioa th.headerSortDown {
  background-image: url(images/desc.gif);
}

.block-ioa tr .views-field-field-artiste a {
  text-decoration: underline;
}

.block-ioa tr .views-field-title a {
  text-decoration: underline;
}

.mfp-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mfp-counter {
  display: none;
}

.mfp-content .mfp-img img {
  max-height: 501px;
  margin: auto !important;
}

.mfp-bottom-bar {
  position: inherit !important;
}

.mfp-bottom-bar .mfp-infos {
  position: absolute;
  top: -68px;
  font-family: relative-faux;
  line-height: 28px;
  letter-spacing: 1.5px;
  font-size: 21px;
  padding-bottom: 19px;
}

.mfp-bottom-bar .mfp-infos h1 {
  margin-bottom: 19px;
}

#block-block-3 {
  margin-left: -15px;
}

.section-inscription-newsletter .b-bottom {
  border-bottom: none;
}

ul.pager__items {
  padding-top: 2em;
}

ul.pager__items li {
  display: inline;
}

ul.pager__items li:after {
  content: ", ";
  color: #9B9B9B;
}

 .page-node-type-page .retrait h1 {
    margin-bottom: 2em !important;
  }

  h1.size42 {
    font-size: 42px;
    line-height: 44px;
}

@media print {

  body {
    margin: 10mm 15mm 15mm 15mm;
  }

  * {
    font-size: 12px !important;
    line-height: 17px !important;
  }

  h1, h1 * {
    font-size: 24px !important;
    line-height: 27px !important;
    margin-top: 0px !important;
  }

 

  h2 {
    font-size: 18px !important;
    line-height: 22px !important;
    border-style: none !important;
  }

  .showmore, .block.closed.block--views .content {
    max-height: 10000000px !important;
    height: auto !important;
    overflow: visible;
  }

  a.more, footer, .menu-btn, header, .block.closed.block--views h2.block__title:before, .social, .noprint {
    display: none;
  }

  .retrait-70, .retrait-right-80, .retrait, .block.closed.block--views h2.block__title, .row, .row > div {
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
  }

  header .logo {
    float: none;
  }

  .footer-2 .lien, .b-bottom {
    border-style: none !important;
  }

  header {
    box-shadow: none;
  }

  .wysiwyg > div {
    font-size: 12px;
    line-height: 17px;
  }

  main {
    margin: 0px !important;
    padding: 0px !important;
  }

  main:before {
    content: "cellule.archi,";
    display: block;
    font-size: 24px !important;
    line-height: 27px !important;
  }

  .main-content .region-content, .container.navigation .region-content {
    margin-bottom: 1cm;
  }

  main:after {
    content: "Cellule architecture, Boulevard Leopold II, 44, 1080 Bruxelles, +32 2 413 26 05, www.cellule.archi";
    display: block;
    margin-top: 3cm;
    color: #333;
    border-top: solid 1px #333;
    padding-top: 4mm;
  }

  .candidats .candidat, .block.closed.block--views .content .showjury {
    padding-left: 0px;
    width: 100%;
  }

  .images.mpp img {
    max-width: 10cm;
    height: auto;
  }

  .page-diffusion-promotion .row.block.b-bottom .views-row {
    width: calc(33% - 0.67cm);
    margin-right: 1cm !important;
  }

  .page-diffusion-promotion .row.block.b-bottom .views-row .b-top {
    padding-top: 0px;
    border-style: none;
  }

  .page-diffusion-promotion .row.block.b-bottom .views-row h2 {
    font-size: 12px !important;
    line-height: 17px !important;
  }

  .page-diffusion-promotion .row.block.b-bottom .views-row-3, .page-diffusion-promotion .row.block.b-bottom .views-row-6, .page-diffusion-promotion .row.block.b-bottom .views-row-9, .page-diffusion-promotion .row.block.b-bottom .views-row-12 {
    margin-right: 0cm !important;
  }

  .infos dl {
    width: 33%;
    float: left;
    padding: 0 0.5cm 0.5cm 0;
    margin: 0px;
  }

  .infos dl:nth-of-type(3n+1) {
    clear: left;
  }
}

#grid {
  margin-right: -15px;
  margin-left: -15px;
}

#grid[data-columns]::before {
  content: '3 .column.size-1of3';
}

@media screen and (max-width: 650px) {

  #grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}
@media screen and (min-width: 651px) and (max-width: 768px) {

  #grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media screen and (min-width: 769px) {

  #grid[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}
/* Again you re free to use and define the classes: */

.column {
  float: left;
}

.size-1of1 {
  width: 100%;
}

.size-1of2 {
  width: 50%;
}

.size-1of3 {
  width: 33.333%;
}

.page-search .search-form {
  padding-top: 40px;
  width: 100%;
  overflow: hidden;
}

.page-search .search-form input.form-text {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.page-search .search-form > .container-inline .form-text {
  margin-bottom: 10px;
}

.page-search .search-form .search-advanced {
  padding: 60px 0 0 0;
  border-top: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
  margin-bottom: 40px;
  position: relative;
}

.page-search .search-form .search-advanced .form-item--checkbox, .page-search .search-form .search-advanced .form-item--textfield {
  padding-left: 15px;
  padding-right: 15px;
}

.page-search .search-form .search-advanced > .fieldset__legend {
  position: absolute;
  top: 20px;
  left: 0;
}

.page-search .search-form .search-advanced fieldset {
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {

  .page-search .search-form .search-advanced .criterion {
    margin-bottom: 20px;
  }
}

.page-search .search-form .search-advanced .criterion:first-child {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1001px) {

  .page-search .search-form .search-advanced .criterion:first-child {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.page-search .search-form .search-advanced .criterion:first-child .form-item__label {
  font-size: 14px;
  line-height: 21px;
}
@media screen and (min-width: 1001px) {

  .page-search .search-form .search-advanced .criterion:first-child > div {
    width: calc(100% / 3);
    padding: 15px;
  }
}
@media screen and (min-width: 1001px) {

  .page-search .search-form .search-advanced .form-item--checkboxes fieldset {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.page-search .search-form .search-advanced .form-item--checkboxes fieldset:after {
  content: "";
  clear: both;
  display: block;
}

.page-search .search-form .search-advanced .form-item--checkboxes fieldset .form-item__legend {
  width: 100%;
  padding: 10px 15px;
}

.page-search .search-form .search-advanced .form-item--checkboxes fieldset .form-item__label {
  font-size: 14px;
  line-height: 21px;
}
@media screen and (min-width: 768px) {

  .page-search .search-form .search-advanced .form-item--checkboxes fieldset .form-item {
    width: calc(100% / 3);
    padding: 0px 15px 15px 15px;
    float: left;
  }
}

.page-search .search-form .search-advanced .action {
  padding-top: 20px;
}

.page-search [type="radio"]:checked,
.page-search [type="radio"]:not(:checked),
.page-search [type="checkbox"]:checked,
.page-search [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.page-search [type="radio"]:checked + label,
.page-search [type="radio"]:not(:checked) + label,
.page-search [type="checkbox"]:checked + label,
.page-search [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.page-search [type="radio"]:checked + label:before,
.page-search [type="radio"]:not(:checked) + label:before,
.page-search [type="checkbox"]:checked + label:before,
.page-search [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.page-search [type="radio"]:checked + label:after,
.page-search [type="radio"]:not(:checked) + label:after, .page-search [type="checkbox"]:checked + label:after,
.page-search [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #595959;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-search [type="radio"]:not(:checked) + label:after, .page-search [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.page-search [type="radio"]:checked + label:after, .page-search [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page-search .search-results {
  padding-top: 10px;
}

.page-search .search-results li {
  padding: 15px 0;
  border-top: 2px solid #333;
}

.page-search .search-results li .search-snippet-info, .page-search .search-results li h3.title {
  padding-bottom: 15px;
}

.page-search .search-results li .search-snippet {
  font-size: 14px;
  line-height: 21px;
}

.page-search .search-results li .search-snippet * {
  font-size: 14px;
  line-height: 21px;
}

.page-search .search-results li .search-info {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #595959;
  padding-top: 15px;
}

.page-search .search-results li .search-info * {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #595959;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 600px) {

 
  .slicknav_menu {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1800;
    background: white;
  }

  .slicknav_menu .slicknav_btn {
    background-color: #fff !important;
    width: 100%;
    padding: 0.438em 15px 0.438em 15px;
  }

  .slicknav_menu .slicknav_btn .slicknav_icon {
    float: right;
    width: 1.125em;
    height: 3px;
    margin: 0.188em 0 0 0.438em;
  }

  .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
    height: 3px;
    background-color: black;
    -webkit-box-shadow: 0 0px 0 transparent;
    -moz-box-shadow: 0 0px 0 transparent;
    box-shadow: 0 0px 0 transparent;
  }

  .slicknav_menu > ul {
    border-top: 1.5px solid #fff;
    background-color: #fff !important;
    position: fixed;
    z-index: 1800;
    width: 100%;
    left: 0px;
    top: 40px;
    padding-bottom: 50px;
    height: calc(100vh - 40px);
  }

  .slicknav_menu > ul li {
    height: auto;
    border-bottom: 1px solid white;
    padding: 0.438em 15px 0.438em 15px;
    font-size: 0.95em;
  }

  .slicknav_menu > ul li a:hover {
    border-radius: 0px;
  }

  .slicknav_menu > ul li .nav--subnav li, .slicknav_menu > ul li .nav--subnav li a {
    float: none;
    display: inline !important;
    padding: 0px;
  }

  .slicknav_menu > ul li .nav--subnav li a:after {
    content: ", ";
  }

  .slicknav_menu > ul li.grey {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.transitions {
  background-color: #FAFAFA;
  z-index: 100;
  padding-top: 50px;
  margin-top: -50px;
  width: 100%;
  padding-bottom: 30px;
  /*h1{margin-bottom:0px!important;}*/
}
@media screen and (min-width: 601px) {

  .transitions {
    position: fixed;
  }
}

.teaser {
  display: block;
  padding-bottom: 40px;
  margin-bottom: 0px;
  padding-top: 40px;
}

.teaser img {
  display: block;
}

.teaser figcaption {
  display: none;
}

.teaser figure {
  position: relative;
  margin-bottom: 6px;
  font-size: 12px;
  font-style: italic;
}

.teaser:hover figure {
  opacity: 0.7;
}

.teaser:hover figcaption {
  position: absolute;
  display: block;
  bottom: 5px;
  left: 5px;
  color: black;
  font-size: 12px;
  line-height: 16px;
}

.teaser .leaflet-control-attribution.leaflet-control {
  display: none;
}

.teaser h4 {
  margin-bottom: 0.5em;
  margin-top:0.5em;
}


.teaser h4.infos-teaser {
  border-top-style: solid;
  border-width: 2px;
  padding-top: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: 'relative-book';
}


.teaser:not(.teaser-publication) {
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.teaser-lg {
  margin-left:15%;
  margin-right:15%;
}


.teaser-lg p.link {
  margin-top: 30px;
}

.teaser-sm {
  padding: 15px;
}



.teaser-sm h4.infos-teaser {
  padding-top: 10px;
}

.teaser-sm img, .teaser-sm h2 {
  margin-top: 10px;
}

.teaser-sm h2 {
  padding-bottom: 15px !important;
}
@media screen and (min-width: 601px) {

  .teaser-sm img, .teaser-sm h2 {
    margin-top: 20px;
  }

  .teaser-sm h2 {
    padding-bottom: 30px !important;
  }

  .teaser-sm h4.infos-teaser {
    padding-top: 20px;
  }
}

.teaser-sm .teaser {
  margin: 0px;
  padding: 0px;
}

.teaser-sm h2 {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  margin-bottom: 30px;
  height: auto !important;
}

.teaser-sm h2.no-margin {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.teaser-lign-top {
  padding-top: 15px;
}

.teaser-lign-top img {
  margin-bottom: 20px;
}

.teaser-lign-top h6 {
  margin-bottom: 15px;
}

.teaser-lign-top h6.tags span::after, .teaser-lign-top h6.serie span::after {
  content: ",";
  margin-right: 4px;
}

.teaser-lign-top h2 {
  font-size: 21px !important;
  line-height: 1.375em !important;
  height: initial;
}
@media screen and (max-width: 850px) {

  .teaser-lign-top h2 {
    font-size: 16px !important;
  }
}



figure:has(#map1) {
  background-color: red;
}

.section-archives-recherches .row.resume-section .b-bottom:last-child {
  border-bottom-style: none !important;
  padding-bottom: 0px;
}



.teaser-serie:not(:first-child) {
  margin-top: 50px;
}

.top-lign {
  height: 5px;
}

.top-lign.grey {
  background-color: #595959;
}

.top-lign.middle-grey {
  background-color: #ADADAD;
}

.top-lign.dark-grey {
  background-color: #333;
}

body {
  font-family: relative-faux;
  line-height: 28px;
  letter-spacing: 1.5px;
  font-size: 21px;
}
@media screen and (max-width: 850px) {

  body p {
    font-size: 16px;
  }
}

h2:not(.participants):after, .participant:after, .retrait h3:after, .sticky-h1:after {
  /*content: ",";*/
}

.no-comma:after {
  content: "" !important;
}

/*.teaser*/

h2:not(.participants):not(.logo), .teaser p:not(:last-child) {
  margin-bottom: 30px;
}

.nomb {
  margin-bottom: 0px !important;
}

.notb {
  margin-top: 0px !important;
}

/*p*/

.grey, .grey a {
  color: #9B9B9B;
}

.block .teaser h2 {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-family: relative-book;
}

.teaser-lg h2 {
  line-height: 44px !important;
  letter-spacing: 1.5px !important;
  font-size: 42px !important;
  margin-bottom: 0px !important;
}

.teaser h6 {
  font-size: 14px;
  line-height: 21px;
}

.red, .red a {
  color: #77101F;
}

.orange, .orange a {
  color: #FF93BA;
}

.blue, .blue a {
  color: #62A7F7;
}

.green, .green a {
  color: #71ba6b;
}

.dates {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.5px;
}

.dates dd {
  text-decoration: none !important;
}

.infos-teaser {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 21px;
}

.link {
  word-break: break-all;
}

.more-link {
 
  text-align: left;
}
@media screen and (max-width: 850px) {

  .more-link {
    margin-left: 0px;
  }
}

.more-link a {
  color: #9B9B9B;
}


@media screen and (min-width: 601px) {

  .wysiwyg .intro, .wysiwyg .citation, .wysiwyg .auteur, .rapport .retrait .intro, .rapport .retrait .citation, .rapport .retrait .auteur, .blockmop .retrait .intro, .blockmop .retrait .citation, .blockmop .retrait .auteur {
    padding-left: 50px;
  }
}

.wysiwyg p, .rapport .retrait p, .blockmop .retrait p {
  margin: 28px 0px;
}

.wysiwyg p:not(.intro), .rapport .retrait p:not(.intro), .blockmop .retrait p:not(.intro) {
  font-family: relative-book;
}

.wysiwyg .citation, .wysiwyg .auteur, .rapport .retrait .citation, .rapport .retrait .auteur, .blockmop .retrait .citation, .blockmop .retrait .auteur {
  font-size: 1.1em;
  line-height: 1.3em;
}
@media screen and (min-width: 601px) {

  .wysiwyg .citation, .wysiwyg .auteur, .rapport .retrait .citation, .rapport .retrait .auteur, .blockmop .retrait .citation, .blockmop .retrait .auteur {
    font-size: 28px;
    line-height: 35px;
  }
}

.wysiwyg .citation:before, .rapport .retrait .citation:before, .blockmop .retrait .citation:before {
  content: '\201C';
}

.wysiwyg .citation:after, .rapport .retrait .citation:after, .blockmop .retrait .citation:after {
  content: '\201D';
}

.wysiwyg .auteur:before, .rapport .retrait .auteur:before, .blockmop .retrait .auteur:before {
  content: "\2014\2002";
}

.wysiwyg a, .rapport .retrait a, .blockmop .retrait a {
  text-decoration: underline;
}

.wysiwyg ol, .wysiwyg ul, .rapport .retrait ol, .rapport .retrait ul, .blockmop .retrait ol, .blockmop .retrait ul {
  margin: 28px 0px 28px 50px;
}

.wysiwyg ol ol, .wysiwyg ul ul, .rapport .retrait ol ol, .rapport .retrait ul ul, .blockmop .retrait ol ol, .blockmop .retrait ul ul {
  margin: 14px 0px 14px 50px;
}

.wysiwyg ul, .rapport .retrait ul, .blockmop .retrait ul {
  list-style-type: disc;
}

.wysiwyg ol, .rapport .retrait ol, .blockmop .retrait ol {
  list-style-type: decimal;
}

.wysiwyg ol ol, .rapport .retrait ol ol, .blockmop .retrait ol ol {
  list-style-type: upper-alpha;
}

.showmore {
  max-height: 5.5em;
  overflow: hidden;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.showselect, .showjury, .showregard {
  max-height: 0em;
  overflow: hidden;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.showall {
  max-height: 5000px;
  -moz-transition: 4s;
  -ms-transition: 4s;
  -o-transition: 4s;
  -webkit-transition: 4s;
  transition: 4s;
}

.container-calendrier .more-link {
  margin-left: 50px;
  margin-bottom: 50px;
}

@media screen and (min-width: 601px) {

  .rapport .retrait, .blockmop .retrait {
    margin-left: 90px;
    margin-right: 270px;
  }
}

.path-a-propos-equipe .wysiwyg .image-300, .path-a-propos-equipe .wysiwyg .image-400 {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {

  .path-a-propos-equipe .wysiwyg p {
    float: left;
    display: block;
    margin: 0 20px 20px 0;
    width: calc(50% - 20px);
    font-size: 14px;
    line-height: 20px;
  }

  .path-a-propos-equipe .wysiwyg p:nth-of-type(2n-1) {
    clear: left;
  }

  .path-a-propos-equipe .wysiwyg p:last-of-type {
    clear: left;
    width: 100%;
  }
}
@media screen and (min-width: 1090px) {

  .path-a-propos-equipe .wysiwyg p {
    float: left;
    display: block;
    margin: 0 20px 40px 0;
    width: calc(33.33% - 20px);
    font-size: 14px;
    line-height: 20px;
  }

  .path-a-propos-equipe .wysiwyg p:nth-of-type(2n-1) {
    clear: none;
  }

  .path-a-propos-equipe .wysiwyg p:nth-of-type(3n+1) {
    clear: left;
  }

  .path-a-propos-equipe .wysiwyg p:last-of-type {
    clear: left;
    width: 100%;
  }

  .path-a-propos-equipe .wysiwyg p a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }

  .path-a-propos-equipe .wysiwyg a + br {
    display: none;
  }

  .path-a-propos-equipe .wysiwyg .mfp-image {
    display: block;
    padding-right: 20px;
  }
}

.table-style {
  margin-top: 20px;
}

.table-style table {
  width: 100%;
}

.table-style table th {
  background: #eaeaea;
  border-color: #D9D9D9;
  text-transform: uppercase;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  padding: 3px 10px;
}

.table-style tr.even, .table-style tr.odd {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #D9D9D9;
  background: transparent;
}

.table-style th, .table-style td {
  font-size: 14px;
}

.table-style th {
  font-weight: bold;
}

.table-style tr.odd {
  border-color: #D9D9D9;
}

.table-style tr.views-row-last, .table-style .view-content tr.views-row-last {
  border-bottom: solid 1px #D9D9D9;
}

.table-style table td, .table-style table th {
  vertical-align: middle;
  padding: 3px 10px;
  color: #000;
}

.table-style .views-table td {
  vertical-align: top;
}

.tooltip {
  position: relative;
  cursor: pointer;
}

.tooltip::after {
  content: "";
  display: none;
  position: absolute;
  right: calc(100% + 7px);
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  border-color: #D9D9D9;
  transition: opacity 0.1s ease-out;
  z-index: 100;
  background: white;
  transform: rotate(45deg);
  top: 6px;
  pointer-events: none;
}

.tooltip::before {
  content: attr(data-tooltip);
  position: absolute;
  top: -2px;
  right: calc(100% + 12px);
  font-size: 14px !important;
  color: #000;
  padding: 2px 12px;
  display: none;
  background: white;
  transition: opacity 0.1s ease-out;
  z-index: 99;
  text-align: left;
  border: 1px solid;
  border-color: #D9D9D9;
  min-width: 300px;
  pointer-events: none;
}

.tooltip:hover::before, .tooltip:hover::after {
  display: inline-block;
}

/* ::Base styles */
/* ------------------------------------------------------------ */
/* ::Import styles */
/* ------------------------------------------------------------ */
@font-face {
  font-family: 'Unica-Medium';
  src: url("font/Unica-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'relative-faux';
  src: url("../../fonts/relative-faux-web.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/relative-faux-web.eot?#iefix") format("embedded-opentype"), url("../../fonts/relative-faux-web.woff2") format("woff2"), url("../../fonts/relative-faux-web.woff") format("woff"), url("../../fonts/relative-faux-web.ttf") format("truetype"), url("../../fonts/relative-faux-web.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'relative-bold';
  src: url("../../fonts/relative-bold-web.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/relative-bold-web.eot?#iefix") format("embedded-opentype"), url("../../fonts/relative-bold-web.woff2") format("woff2"), url("../../fonts/relative-bold-web.woff") format("woff"), url("../../fonts/relative-bold-web.ttf") format("truetype"), url("../../fonts/relative-bold-web.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'relative-book';
  src: url("../../fonts/relative-book-web.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/relative-book-web.eot?#iefix") format("embedded-opentype"), url("../../fonts/relative-book-web.woff2") format("woff2"), url("../../fonts/relative-book-web.woff") format("woff"), url("../../fonts/relative-book-web.ttf") format("truetype"), url("../../fonts/relative-book-web.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'relative-italic';
  src: url("../../fonts/relative-italic-web.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/relative-italic-web.eot?#iefix") format("embedded-opentype"), url("../../fonts/relative-italic-web.woff2") format("woff2"), url("../../fonts/relative-italic-web.woff") format("woff"), url("../../fonts/relative-italic-web.ttf") format("truetype"), url("../../fonts/relative-italic-web.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

.font-body {
  font-family: 'relative-faux', Helvetica, Arial, sans-serif;
}

p, span, cite, ol, ul, pre, label, input, textarea {
  font-size: 1em;
  line-height: 1.375em;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: none;
}

li {
  line-height: inherit;
}

strong, b {
  font-weight: bold;
}

em, i, q {
  font-style: italic;
}

label, legend, select {
  display: block;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  *margin-top: 4px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.as-heading__headline, .is-typeset .headline {
  font-size: 2.625em;
  line-height: 1.152381em;
}

.as-heading__largest, .is-typeset h1 {
  font-size: 2em;
  line-height: 1.2375em;
}

.as-heading__large, .is-typeset h2 {
  font-size: 1.75em;
  line-height: 1.2571429em;
}

.as-heading__medium, .is-typeset h3 {
  font-size: 1.625em;
  line-height: 1.1846154em;
}

.as-heading__normal, .is-typeset h4 {
  font-size: 1.5em;
  line-height: 1.2833333em;
}

.as-heading__small, .is-typeset h5 {
  font-size: 1.25em;
  line-height: 1.32em;
}

.as-heading__smallest, .is-typeset h6 {
  font-size: 1.125em;
  line-height: 1.2222222em;
}

.as-blockquote, .as-blockquote--typeset, .is-typeset blockquote {
  font-size: 2em;
  line-height: 1.2375em;
  line-height: normal;
}

.as-blockquote p, .as-blockquote--typeset p, .is-typeset blockquote p {
  margin: 0;
  font-style: italic;
}

.as-para {
  font-size: 1em;
  line-height: 1.375em;
}

.as-heading__headline--typeset, .is-typeset .headline {
  margin: 0 0 0.3142857em 0;
}

.as-heading__largest--typeset, .is-typeset h1 {
  margin: 0 0 0.4125em 0;
}

.as-heading__large--typeset, .is-typeset h2 {
  margin: 0 0 0.4714286em 0;
}

.as-heading__medium--typeset, .is-typeset h3 {
  margin: 0 0 0.5076923em 0;
}

.as-heading__normal--typeset, .is-typeset h4 {
  margin: 0 0 0.55em 0;
}

.as-heading__small--typeset, .is-typeset h5 {
  margin: 0 0 0.66em 0;
}

.as-heading__smallest--typeset, .is-typeset h6 {
  margin: 0 0 0.7333333em 0;
}

.as-para--typeset, .is-typeset p {
  margin: 0 0 0.55em 0;
}

.as-list--typeset, .as-unordered-list--typeset, .as-ordered-list--typeset, .is-typeset ol, .is-typeset ul, .is-typeset li {
  margin: 0 0 0.55em 0;
}

.as-unordered-list--typeset, .as-ordered-list--typeset, .is-typeset ol, .is-typeset ul {
  margin-left: 1em;
  list-style-position: outside;
  list-style-type: disc;
}

.as-ordered-list--typeset, .is-typeset ol {
  list-style-position: outside;
  list-style-type: decimal;
}

.as-blockquote--typeset, .is-typeset blockquote {
  margin: 0.825em 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 768px) {

  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {

  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {

  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  *zoom: 1;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  *zoom: 1;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333%;
}

.col-xs-2 {
  width: 16.6666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333%;
}

.col-xs-5 {
  width: 41.6666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333%;
}

.col-xs-8 {
  width: 66.6666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333%;
}

.col-xs-11 {
  width: 91.6666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333%;
}

.col-xs-pull-2 {
  right: 16.6666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333%;
}

.col-xs-pull-5 {
  right: 41.6666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333%;
}

.col-xs-pull-8 {
  right: 66.6666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333%;
}

.col-xs-pull-11 {
  right: 91.6666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333%;
}

.col-xs-push-2 {
  left: 16.6666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333%;
}

.col-xs-push-5 {
  left: 41.6666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333%;
}

.col-xs-push-8 {
  left: 66.6666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333%;
}

.col-xs-push-11 {
  left: 91.6666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333%;
  }

  .col-sm-2 {
    width: 16.6666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333%;
  }

  .col-sm-5 {
    width: 41.6666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333%;
  }

  .col-sm-8 {
    width: 66.6666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333%;
  }

  .col-sm-11 {
    width: 91.6666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333%;
  }

  .col-sm-push-2 {
    left: 16.6666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333%;
  }

  .col-sm-push-5 {
    left: 41.6666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333%;
  }

  .col-sm-push-8 {
    left: 66.6666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333%;
  }

  .col-sm-push-11 {
    left: 91.6666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333%;
  }

  .col-md-2 {
    width: 16.6666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333%;
  }

  .col-md-5 {
    width: 41.6666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333%;
  }

  .col-md-8 {
    width: 66.6666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333%;
  }

  .col-md-11 {
    width: 91.6666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333%;
  }

  .col-md-pull-2 {
    right: 16.6666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333%;
  }

  .col-md-pull-5 {
    right: 41.6666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333%;
  }

  .col-md-pull-8 {
    right: 66.6666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333%;
  }

  .col-md-pull-11 {
    right: 91.6666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333%;
  }

  .col-md-push-2 {
    left: 16.6666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333%;
  }

  .col-md-push-5 {
    left: 41.6666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333%;
  }

  .col-md-push-8 {
    left: 66.6666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333%;
  }

  .col-md-push-11 {
    left: 91.6666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333%;
  }

  .col-lg-2 {
    width: 16.6666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333%;
  }

  .col-lg-5 {
    width: 41.6666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333%;
  }

  .col-lg-8 {
    width: 66.6666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333%;
  }

  .col-lg-11 {
    width: 91.6666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333%;
  }

  .col-lg-push-2 {
    left: 16.6666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333%;
  }

  .col-lg-push-5 {
    left: 41.6666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333%;
  }

  .col-lg-push-8 {
    left: 66.6666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333%;
  }

  .col-lg-push-11 {
    left: 91.6666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*@import "add-ons/royalSlider/royalSlider";*/
/*@import "add-ons/royalSlider/rs-default";*/

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {

  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*@import "add-ons/SlickNav-master/scss/slicknav";*/
/*@import "add-ons/SlickNav-master/scss/theme";*/
/* ::Print */
/* ------------------------------------------------------------ */
@media print {

  body {
    line-height: 0.55em;
    font-size: 62.5%;
  }
}

/*# sourceMappingURL=screen.css.map */