@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
@font-face {
  font-family: "Font awsome";
  src: url("../stylesheets/font_awesome/fontawesome-webfont.eot?") format("eot"), url("../stylesheets/font_awesome/fontawesome-webfont.ttf") format("truetype"), url("../stylesheets/font_awesome/fontawesome-webfont.woff") format("woff"), url("../stylesheets/font_awesome/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v14/mg0cGfGRUERshzBlvqxeAL8HwCiP7DYII36AlQZXXQeglnMp3_3A8V8Ai8YosRtX.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJcGP5JAryr3W9Ob0znExBvs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v14/mg0cGfGRUERshzBlvqxeAD80_Kjvv-UM5FLsk7nHpemglnMp3_3A8V8Ai8YosRtX.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nCqOJfobX9lrC1wFVe9k15E.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsH4vxAoi6d67T_UKWi0EoHQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nPX2or14QGUHgbhSBV1Go0E.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.clearfix::after, .filter-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Alert styling.
 */
.alert-sm {
  padding: 5px 10px;
}

.alert a {
  font-weight: bold;
}

.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #2b542c;
}

.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #245269;
}

.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #66512c;
}

.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #843534;
}

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

html.js .btn .ajax-throbber {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: 0.5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #337ab7;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: rgb(255, 255, 255);
}
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * $file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}

.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left; /*LTR*/
}

.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field--label,
[dir=rtl] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
}

.field--label-inline .field--label::after {
  content: ":";
}

/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 100%;
  font-weight: 500;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #337ab7;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.file > span:first-child {
  border-left: 1px solid #ccc;
}
.file > span:last-child {
  border-right: 1px solid #ccc;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
}

.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
  color: inherit;
}

.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

.image-widget.row {
  overflow: hidden;
}

/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

.filter-help {
  float: right;
  line-height: 1;
  margin: 0.5em 0 0;
}

.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #337ab7;
  content: "▼";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e114";
  display: inline-block;
  font-family: "Glyphicons Halflings";
}
.has-error .select-wrapper:after {
  color: #a94442;
}
.has-success .select-wrapper:after {
  color: #3c763d;
}
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

.form-required:after {
  background-image: url(../images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 7px;
  width: 10px;
}

.form-actions .btn, .form-actions .btn-group {
  margin-right: 10px;
}
.form-actions .btn-group .btn {
  margin-right: 0;
}

/**
 * Icon styles.
 */
a.icon-before .glyphicon {
  margin-right: 0.25em;
}
a.icon-after .glyphicon {
  margin-left: 0.25em;
}

.btn.icon-before .glyphicon {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 150px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 994px;
  }
}

/**
 * Node styling.
 */
.node-preview-container {
  margin-top: 0px;
}

.node-preview-form-select {
  padding: 0px;
}

/**
 * Panel styling.
 */
.panel-title,
.card-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus,
.card-title,
.card-title:hover,
.card-title:focus,
.card-title:hover:focus {
  color: inherit;
}
.panel-title:focus, .panel-title:hover,
.card-title:focus,
.card-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

.tabledrag-handle {
  color: #777777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #337ab7;
}

.indentation {
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  width: 20px;
}
[dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
.local-actions {
  margin: 10px 0 10px -5px;
}

.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}

.tab-pane > .panel-heading,
.tab-pane > .card-header {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 0 0 0;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: #262626;
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #337ab7;
  color: #fff;
}

ol, ul {
  padding-left: 1.5em;
}
.popover ol:last-child, .popover ul:last-child {
  margin-bottom: 0;
}

.page-header {
  margin-top: 0;
}

.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}

p:last-child,
.form-group:last-child,
.panel:last-child,
.card:last-child {
  margin-bottom: 0;
}

.region-help > .glyphicon,
.region-help > .bi,
.region-help > [class*=fa-] {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.help-block, .control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child, .control-group .help-inline:first-child {
  margin-top: 0;
}

.whitetxt {
  color: #fff;
}
.whitetxt a, .whitetxt a:hover, .whitetxt a:focus {
  color: #fff;
  text-decoration: none;
}
.whitetxt input, .whitetxt textarea {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 100% !important;
}
.whitetxt .form-required:after {
  background-image: url(../images/required-white.svg);
}
.whitetxt .btn-primary {
  background-color: #fff;
  border: transparent;
}

textarea:focus, input:focus {
  outline: none;
}

.form-actions {
  margin-top: 15px;
}
.form-actions .btn, .form-actions .btn-group {
  margin-left: 10px;
  margin-right: 0;
  float: right;
}

.ds-2col > .group-left, .ds-2col > .group-right {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .ds-2col > .group-left, .ds-2col > .group-right {
    float: left;
    /* LTR */
    width: 50%;
  }
}
.gin-secondary-toolbar--frontend {
  position: sticky;
  top: 53px !important;
  width: 100%;
  position: fixed;
}

.gin--horizontal-toolbar .mm-page {
  padding-top: 53px !important;
}
.gin--horizontal-toolbar .highlighted {
  padding-top: 0;
}
@media (min-width: 768px) {
  .gin--horizontal-toolbar .highlighted {
    padding-top: 213px;
  }
}

.responsive-menu-block-wrapper {
  display: none;
  overflow: visible;
}

html.mm-opened .mm-page {
  position: fixed !important;
  width: 100%;
}

.mm-page {
  background-color: #ffffff;
}

.mm-opening .toolbar-tray-open.toolbar-fixed.toolbar-vertical,
.mm-opened .toolbar-tray-open.toolbar-fixed.toolbar-vertical {
  margin-left: 0;
}

.mm-opening .toolbar-tray-open.toolbar-fixed.toolbar-vertical .mm-page,
.mm-opened .toolbar-tray-open.toolbar-fixed.toolbar-vertical .mm-page {
  padding-left: 240px;
  padding-left: 15rem;
}

.horizontal-menu {
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.horizontal-menu > li {
  display: inline-block;
  position: relative;
}

.horizontal-menu > li ul ul {
  left: 13.75em;
  top: 0;
}

.horizontal-menu ul .fly-left ul {
  left: -13.75em;
}

.horizontal-menu > li > a {
  display: block;
  padding-top: 0.3em;
  padding-right: 1em;
  padding-bottom: 0.35em;
  padding-left: 1em;
}

.horizontal-menu > li ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-sizing: border-box;
  width: 13.75em;
  list-style: none;
}

.horizontal-menu li.sfHover > ul,
.horizontal-menu li:hover > ul {
  display: block;
}

.horizontal-menu li li {
  position: relative;
  float: left;
  width: 100%;
}

.horizontal-menu > li > li:hover > ul,
.horizontal-menu > li > li.sfHover > ul {
  display: block;
}

.horizontal-menu > li li > a {
  display: block;
  position: relative;
  padding-top: 0.25em;
  padding-right: 1em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  text-transform: none;
}

.off-canvas-wrapper {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.off-canvas-wrapper #off-canvas {
  display: none;
}

html.mm-opened .off-canvas-wrapper,
html.mm-opening .off-canvas-wrapper {
  display: block;
  pointer-events: auto;
}

html.mm-opened .off-canvas-wrapper #off-canvas,
html.mm-opening .off-canvas-wrapper #off-canvas {
  display: block;
}

.no-js .off-canvas-wrapper {
  display: none;
}

.responsive-menu-toggle {
  display: inline-block;
}

.responsive-menu-toggle-icon {
  box-sizing: border-box;
  display: block;
  width: 44px;
  height: 35px;
  z-index: 4;
  margin-top: 0;
  position: relative;
}

.no-js .responsive-menu-toggle-icon {
  display: none;
}

.responsive-menu-toggle-icon span.label {
  display: block;
  position: absolute;
  font-size: 17px;
  text-transform: uppercase;
  top: 2px;
  left: 40px;
  color: #fff;
}

.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
  background: #fff;
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 13px;
  border-radius: 2px;
}

.responsive-menu-toggle-icon:before {
  top: 8px;
}

.responsive-menu-toggle-icon span.icon {
  top: 14px;
}

.responsive-menu-toggle-icon:after {
  top: 20px;
}

.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
  transition: none 0.4s ease-out 0.1s;
  transition-property: -webkit-transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

html.mm-opening .responsive-menu-toggle-icon:before,
html.mm-opening .responsive-menu-toggle-icon:after {
  top: 14px;
}

html.mm-opening .responsive-menu-toggle-icon span.icon {
  left: -25px;
  opacity: 0;
}

html.mm-opening .responsive-menu-toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

html.mm-opening .responsive-menu-toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mm-blocker {
  background: rgba(0, 0, 0, 0);
}

.mm-opening #mm-blocker {
  background: rgba(0, 0, 0, 0.2);
  transition: background 1s ease 0.3s;
}

.mm-opening #page {
  border-left: 1px solid #ccc;
}

.mm-panel a {
  border-bottom: none;
}

ul.menu.mm-listview a.is-active {
  color: inherit;
}

.mm-panel a:hover {
  border: none;
}

.bgcolor-1 {
  background-color: #e94190;
}

.bgcolor-2 {
  background-color: #e94190;
}

.bgcolor-3 {
  background-color: #e94190;
}

.bgcolor-4 {
  background-color: #e94190;
}

.bgcolor-5 {
  background-color: #e94190;
}

.bgcolor-6 {
  background-color: #e94190;
}

.color-1 {
  color: #e94190;
}

.color-2 {
  color: #e94190;
}

.color-3 {
  color: #e94190;
}

.color-4 {
  color: #e94190;
}

.color-5 {
  color: #e94190;
}

.color-6 {
  color: #e94190;
}

#edit-autorisation-parentale .form-type-checkbox .description, #edit-je-m-engage-a-fournir-dans-les-meilleurs-delais- .form-type-checkbox .description {
  margin-left: 0;
  display: inline-block;
}

#toolbar-administration {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 502;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  background-color: #f3f3f3;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

input,
button,
select,
textarea {
  font: inherit;
}

.btn,
.form-control,
.form-select {
  font-size: inherit;
}

button,
.button,
.btn,
input[type=submit],
input[type=button],
input[type=reset] {
  border-radius: 0 !important;
  box-shadow: none;
}

.btn,
.button,
input[type=submit],
input[type=button],
input[type=reset] {
  display: inline-block;
  width: auto;
  min-width: 0;
  padding: 0.45em 1.1em;
  border: 1px solid transparent;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.btn-primary,
.button--primary,
input[type=submit] {
  background-color: #e94190;
  border-color: #e94190;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.button--primary:hover,
.button--primary:focus,
.button--primary:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
  background-color: #e51c7b;
  border-color: #e51c7b;
  color: #fff;
  text-decoration: none;
}

.btn-success,
.button--add-to-cart {
  background-color: #8db83f;
  border-color: #8db83f;
  color: #fff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active,
.button--add-to-cart:hover,
.button--add-to-cart:focus,
.button--add-to-cart:active {
  background-color: #769a35;
  border-color: #769a35;
  color: #fff;
  text-decoration: none;
}

.btn-info,
.btn-secondary {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
  color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #9f9f9f;
  border-color: #9f9f9f;
  color: #fff;
  text-decoration: none;
}

.navbar-nav {
  font-size: 1em;
}

.footer,
.main-container,
.view,
.block,
.field,
.node {
  font-size: 1em;
}

.main-container, .region-footer {
  max-width: 1024px;
  margin: 0 auto;
}

header.navbar {
  background-color: #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: #000 !important;
}

header.navbar {
  max-height: none;
  position: fixed;
  width: 100%;
  z-index: 501;
}

.region-brand {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  background-color: #000;
}

.brand {
  max-width: 1024px;
  background-color: #000;
}
@media (min-width: 1024px) {
  .brand {
    width: auto;
    margin: 0;
  }
}

.navbar-header {
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #000;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .navbar-header {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 10px;
  }
}

.region.region-navigation {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
}
@media (min-width: 1024px) {
  .region.region-navigation {
    display: block;
    margin: 0;
    width: 1024px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

[id*=branding] {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  [id*=branding] {
    float: left;
    width: fit-content;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .logo {
    margin-top: 58px;
    margin-bottom: 20px;
    float: left;
    -webkit-transition: margin-top 0.3s, margin-bottom 0.3s;
    -moz-transition: margin-top 0.3s, margin-bottom 0.3s;
    -ms-transition: margin-top 0.3s, margin-bottom 0.3s;
    -o-transition: margin-top 0.3s, margin-bottom 0.3s;
    transition: margin-top 0.3s, margin-bottom 0.3s;
  }
}
.logo img {
  height: 90px;
  display: block;
  margin: 0 auto;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

@media (min-width: 1024px) {
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    max-width: 1024px;
    margin: 0 auto;
  }
}

.mm-listview a {
  background-color: transparent;
}

[id*=sociallinks] {
  max-width: 1024px;
  margin: 0 auto;
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -ms-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
  text-align: center;
}
@media (min-width: 1024px) {
  [id*=sociallinks] {
    float: right;
    width: fit-content;
    max-width: none;
    margin: 80px 0 0 0;
    position: static;
    text-align: right;
  }
}
[id*=sociallinks] .field--name-body {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
[id*=sociallinks] > .content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
[id*=sociallinks] > .content > .field--name-body {
  order: 1;
}
[id*=sociallinks] > .content > [id*=panier] {
  order: 2;
}

[id*=panier] {
  display: inline-block;
  align-items: center;
  margin: 0 0 5px 10px;
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -ms-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media (min-width: 1024px) {
  [id*=panier] {
    margin: 0 0 5px 10px;
    display: inline-block;
  }
}
[id*=panier] .content,
[id*=panier] .cart--cart-block,
[id*=panier] .cart-block--summary,
[id*=panier] .cart-block--link__expand {
  display: inline-flex;
  align-items: center;
}
[id*=panier] .cart-block--summary {
  position: relative;
}
[id*=panier] .cart-block--summary__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e94190;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  margin-left: 0;
}
[id*=panier] .cart-block--summary__icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: 0;
}
[id*=panier] .cart-block--summary__count {
  color: #e94190;
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  background-color: #fff;
  font-size: 11px;
  font-weight: 700;
  right: -6px;
  top: -6px;
  border-radius: 10px;
  text-align: center;
}

.social-logo {
  display: inline-block;
  float: none;
  vertical-align: middle;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .social-logo {
    float: right;
  }
}
.social-logo svg {
  height: 30px;
}
.social-logo svg rect, .social-logo svg path:first-child {
  fill: #e94190;
}

[id*=sociallinks] .field--name-body > .social-logo:last-child {
  padding-left: 0;
}

[id*=horizontalmenu] {
  display: none;
}
@media (min-width: 768px) {
  [id*=horizontalmenu] {
    display: block;
    padding: 10px 0 12px 0;
  }
  [id*=horizontalmenu] .menu-item--active-trail a {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  [id*=horizontalmenu] {
    float: right;
    clear: right;
    width: fit-content;
    margin-top: 0;
    padding: 10px 0 12px 0;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  [id*=horizontalmenu] > .content {
    width: auto;
  }
}

body.smaller .logo img {
  height: 70px;
}
@media (max-width: 1023.98px) {
  body.smaller [id*=sociallinks] {
    display: none;
  }
}
@media (min-width: 1024px) {
  body.smaller .logo {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.smaller .region.region-navigation {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.smaller [id*=sociallinks] {
    margin: 10px 0 0 0;
  }
  body.smaller [id*=horizontalmenu] {
    padding-top: 10px;
    padding-bottom: 7px;
  }
}

nav.responsive-menu-block-wrapper {
  border-bottom: 1px solid #e94190;
  display: block;
  height: 17px;
  margin-bottom: 6px;
  padding-right: 1.2em;
}

@media (max-width: 1023.98px) {
  .navbar-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  nav.responsive-menu-block-wrapper {
    position: absolute;
    left: 12px;
    top: 16px;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-right: 0;
    border-bottom: 0;
  }
  .responsive-menu-toggle {
    display: block;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 3;
  }
  [id*=sociallinks] {
    width: fit-content;
    text-align: center;
  }
}
.navbar-nav > li > a {
  margin-bottom: -0.35em;
  font-weight: 700;
  font-size: 1.12em;
  text-decoration: none;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active {
  text-decoration: none;
}

#horizontal-menu {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
}
#horizontal-menu > .menu-item {
  display: block;
}
#horizontal-menu > .menu-item > a {
  display: block;
  color: #e94190;
  text-decoration: none;
  padding: 0 0 0.35em 1.2em;
}
#horizontal-menu > .menu-item > a:hover, #horizontal-menu > .menu-item > a:focus, #horizontal-menu > .menu-item > a:active {
  color: #e94190;
  text-decoration: none;
}
#horizontal-menu > .menu-item.menu-item--active-trail > a,
#horizontal-menu > .menu-item > a.is-active {
  color: #fff;
}

.responsive-menu-toggle-icon:before, .responsive-menu-toggle-icon:after, .responsive-menu-toggle-icon span.icon {
  background: #e94190;
}

.responsive-menu-toggle {
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 3;
}
@media (min-width: 768px) {
  .responsive-menu-toggle {
    display: none;
  }
}
.responsive-menu-toggle span.label {
  display: none;
}

#block-views-block-bandeau-principal-block-1 {
  overflow: hidden;
}

@media (min-width: 768px) {
  .highlighted [id*=views-block-bandeau-principal-block-1] {
    max-width: 1124px;
    margin: 0 auto;
  }
}

.highlighted {
  margin-bottom: 10px;
  padding-top: 140px;
}
@media (min-width: 768px) {
  .highlighted {
    padding-top: 178px;
  }
}

@media (min-width: 768px) {
  body.smaller .highlighted {
    padding-top: 120px;
  }
}

.slide__media {
  height: 0;
}

@media (min-width: 768px) {
  .highlighted .slick-list,
  .highlighted .slick__slider,
  .highlighted .slick__slide {
    height: 352px;
  }
}
@media (min-width: 768px) {
  .highlighted .slick-list {
    margin: 0 -8px;
  }
}
@media (min-width: 768px) {
  .highlighted .slick__slider {
    margin: 0 -8px;
    width: auto;
  }
}

.slide__caption {
  padding: 0px;
}
.slide__caption .captions {
  display: block;
  position: absolute;
  bottom: 20px;
  width: 76%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  height: auto;
  margin-left: -38%;
  left: 50%;
}
@media (min-width: 550px) and (max-width: 768px) {
  .slide__caption .captions {
    bottom: 20px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .slide__caption .captions {
    bottom: 40px;
    width: 70%;
    padding: 20px;
    margin-left: 0;
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1064px) {
  .slide__caption .captions {
    bottom: 40px;
    width: 70%;
    padding: 20px;
    margin-left: 0;
    left: 40px;
  }
}
@media (min-width: 1064px) {
  .slide__caption .captions {
    bottom: 40px;
    width: 50%;
    padding: 20px;
    margin-left: 0;
    left: 20px;
  }
}
.slide__caption .caption-title {
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
}
@media (min-width: 550px) {
  .slide__caption .caption-title {
    font-size: 1.5em;
  }
}
.slide__caption .caption-title a {
  color: #fff;
  text-decoration: none;
}
.slide__caption .caption-title a:hover, .slide__caption .caption-title a:focus, .slide__caption .caption-title a:active {
  text-decoration: none;
}
.slide__caption .caption-body {
  color: #fff;
  font-size: 0.8em;
}
@media (min-width: 550px) {
  .slide__caption .caption-body {
    font-size: 1em;
  }
}
.slide__caption .caption-link {
  float: right;
  font-weight: 700;
}
.slide__caption .caption-link a {
  color: #e94190;
  text-decoration: none;
}
.slide__caption .caption-link a:hover, .slide__caption .caption-link a:focus, .slide__caption .caption-link a:active {
  text-decoration: none;
}

.slick {
  max-width: 1110px;
  position: relative;
  margin: 0 auto;
}

.slick-slide:not(.slick-current) {
  opacity: 0.5;
  right: 10px;
}
.slick-slide:not(.slick-current) .slide__data {
  visibility: hidden;
}

.slick-current + .slick-slide:not(.slick-current) {
  left: 10px;
}

.slick-list {
  padding: 0 !important;
  overflow: visible;
}
@media (min-width: 768px) {
  .slick-list {
    padding: 0px 50px !important;
  }
}

.slick__arrow {
  margin-top: 0px;
  height: 100%;
}
.slick__arrow .slick-arrow {
  height: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  width: 30px;
  border-radius: 0;
}
.slick__arrow .slick-arrow::before {
  color: #fff;
}
.slick__arrow .slick-arrow:hover::before {
  color: #37465b;
}

.slick-prev {
  left: 2px;
}
.slick-prev::before {
  font-family: "Font awsome";
  content: "\f053";
  weight: 700;
}

.slick-next {
  right: 2px;
}
.slick-next::before {
  font-family: "Font awsome";
  content: "\f054";
  weight: 700;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  bottom: -5px;
  zoom: 1;
  -moz-transform: scale(1);
}
.slick-dots li button:before {
  color: #fff;
  opacity: 0.5;
  font-size: 1.3rem;
}
.slick-dots li.slick-active button:before {
  color: #e94190;
}

.path-frontpage .titre-page {
  background-color: #e94190;
}

[id*=views-block-term-image-block-1],
[id*=views-block-term-image-formation-block-1],
[id*=imagebandeauguidepratique],
[id*=imagebandeauformateurs] {
  max-width: 1024px;
  margin: 0 auto;
}

.titre-page {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: block;
}
.titre-page .title-box {
  position: absolute;
  display: block;
  bottom: 35px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  height: auto;
  margin-left: 0;
}
.titre-page h1 {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .titre-page h1 {
    font-size: 30px;
    text-align: left;
  }
}
.titre-page span {
  display: block;
  max-width: 1024px;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 768px) {
  .titre-page span {
    line-height: 1.1;
  }
}

.view-frontpage, .view-encart-accueil- {
  margin: 0;
}
.view-frontpage .views-row, .view-encart-accueil- .views-row {
  margin-bottom: 0px;
}
.view-frontpage .views-col, .view-encart-accueil- .views-col {
  float: none;
  width: auto !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .view-frontpage, .view-encart-accueil- {
    margin: 0px -48px;
  }
  .view-frontpage .views-view-grid, .view-encart-accueil- .views-view-grid {
    display: table;
    border-collapse: separate;
    border-spacing: 20px 0px;
  }
  .view-frontpage .views-row, .view-encart-accueil- .views-row {
    display: table-row;
    margin-bottom: 20px;
  }
  .view-frontpage .views-col, .view-encart-accueil- .views-col {
    display: table-cell;
    margin-bottom: 0px;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
  }
}
.view-frontpage .view-content .field-content, .view-encart-accueil- .view-content .field-content {
  display: block;
  line-height: 0;
}
.view-frontpage .view-content .field-content > a, .view-encart-accueil- .view-content .field-content > a {
  display: block;
  line-height: 0;
}
.view-frontpage .view-content .views-field-field-rendered-entity,
.view-frontpage .view-content .views-field-field-rendered-entity > .field-content > a,
.view-frontpage .view-content .views-field-field-rendered-entity .contextual-region.taxonomy-term, .view-encart-accueil- .view-content .views-field-field-rendered-entity,
.view-encart-accueil- .view-content .views-field-field-rendered-entity > .field-content > a,
.view-encart-accueil- .view-content .views-field-field-rendered-entity .contextual-region.taxonomy-term {
  display: block;
  line-height: 0;
}
.view-frontpage .view-content .taxonomy-term--view-mode-encart-accueil.clearfix::after, .view-frontpage .view-content .taxonomy-term--view-mode-encart-accueil.filter-wrapper::after, .view-encart-accueil- .view-content .taxonomy-term--view-mode-encart-accueil.clearfix::after, .view-encart-accueil- .view-content .taxonomy-term--view-mode-encart-accueil.filter-wrapper::after {
  display: none;
}
.view-frontpage .view-content .imageformat-1 .image-2, .view-encart-accueil- .view-content .imageformat-1 .image-2 {
  display: none;
}
.view-frontpage .view-content .imageformat-2 .image-1, .view-encart-accueil- .view-content .imageformat-2 .image-1 {
  display: block;
}
.view-frontpage .view-content .imageformat-2 .image-2, .view-encart-accueil- .view-content .imageformat-2 .image-2 {
  display: none;
}
@media (min-width: 768px) {
  .view-frontpage .view-content .imageformat-2 .image-1, .view-encart-accueil- .view-content .imageformat-2 .image-1 {
    display: none;
  }
  .view-frontpage .view-content .imageformat-2 .image-2, .view-encart-accueil- .view-content .imageformat-2 .image-2 {
    display: block;
  }
}
.view-frontpage .view-content .views-field-nothing, .view-encart-accueil- .view-content .views-field-nothing {
  position: relative;
}
.view-frontpage .view-content .image-rubrique, .view-encart-accueil- .view-content .image-rubrique {
  display: block;
  position: relative;
}
.view-frontpage .view-content .image-rubrique img, .view-encart-accueil- .view-content .image-rubrique img {
  width: 100%;
  height: auto;
  display: block;
}
.view-frontpage .view-content .image-rubrique .img-fluid, .view-encart-accueil- .view-content .image-rubrique .img-fluid {
  width: 100%;
}
.view-frontpage .view-content .views-row.row-2, .view-encart-accueil- .view-content .views-row.row-2 {
  margin-bottom: 0;
}
.view-frontpage .view-content .views-row.row-2 .views-col, .view-encart-accueil- .view-content .views-row.row-2 .views-col {
  width: auto !important;
}
.view-frontpage .view-content .views-row.row-2 .image-rubrique .image-1, .view-encart-accueil- .view-content .views-row.row-2 .image-rubrique .image-1 {
  display: block;
}
.view-frontpage .view-content .views-row.row-2 .image-rubrique .image-2, .view-encart-accueil- .view-content .views-row.row-2 .image-rubrique .image-2 {
  display: none;
}
@media (min-width: 768px) {
  .view-frontpage .view-content .views-row.row-2, .view-encart-accueil- .view-content .views-row.row-2 {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .view-frontpage .view-content .views-row.row-2 .views-col, .view-encart-accueil- .view-content .views-row.row-2 .views-col {
    display: block;
    width: calc(50% - 10px) !important;
    flex: 0 0 calc(50% - 10px);
  }
}
.view-frontpage .view-content .titre-rubrique, .view-encart-accueil- .view-content .titre-rubrique {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 8px 0 10px 0;
}
.view-frontpage .view-content .titre-rubrique h2, .view-encart-accueil- .view-content .titre-rubrique h2 {
  margin: 0;
  border-bottom: 1px solid white;
  font-size: 20px;
  display: block;
  padding-left: 10px;
  height: auto;
  line-height: 1.1;
}
.view-frontpage .view-content .texte-rubrique, .view-encart-accueil- .view-content .texte-rubrique {
  display: none;
  padding-top: 10px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  background-color: rgba(233, 65, 144, 0.7);
  width: 100%;
  height: 100%;
}
.view-frontpage .view-content p, .view-encart-accueil- .view-content p {
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
}

.page-wrapper {
  background-color: #f3f3f3;
}

[id*=menuprincipal] ul,
[id*=navigationprincipale] ul {
  list-style: none;
}
[id*=menuprincipal] ul li,
[id*=navigationprincipale] ul li {
  display: block;
  margin-bottom: 5px;
  width: auto;
}
[id*=menuprincipal] > ul,
[id*=navigationprincipale] > ul {
  padding: 0;
}
[id*=menuprincipal] > ul > li.menu-item--active-trail > a, [id*=menuprincipal] > ul > li.menu-item--active-trail > span,
[id*=navigationprincipale] > ul > li.menu-item--active-trail > a,
[id*=navigationprincipale] > ul > li.menu-item--active-trail > span {
  font-weight: 700;
}
[id*=menuprincipal] > ul ul,
[id*=navigationprincipale] > ul ul {
  padding: 20px;
}
[id*=menuprincipal] > ul ul > li a, [id*=menuprincipal] > ul ul > li a:active, [id*=menuprincipal] > ul ul > li a:hover, [id*=menuprincipal] > ul ul > li a:focus, [id*=menuprincipal] > ul ul > li span,
[id*=navigationprincipale] > ul ul > li a,
[id*=navigationprincipale] > ul ul > li a:active,
[id*=navigationprincipale] > ul ul > li a:hover,
[id*=navigationprincipale] > ul ul > li a:focus,
[id*=navigationprincipale] > ul ul > li span {
  color: #000;
  text-decoration: none;
}
[id*=menuprincipal] > ul ul > li a:hover,
[id*=navigationprincipale] > ul ul > li a:hover {
  text-decoration: none;
  font-weight: 700;
}
[id*=menuprincipal] > ul ul > li.menu-item--active-trail a, [id*=menuprincipal] > ul ul > li.menu-item--active-trail span,
[id*=navigationprincipale] > ul ul > li.menu-item--active-trail a,
[id*=navigationprincipale] > ul ul > li.menu-item--active-trail span {
  font-weight: 700;
}
[id*=menuprincipal] a, [id*=menuprincipal] a:active, [id*=menuprincipal] a:hover, [id*=menuprincipal] a:focus, [id*=menuprincipal] span,
[id*=navigationprincipale] a,
[id*=navigationprincipale] a:active,
[id*=navigationprincipale] a:hover,
[id*=navigationprincipale] a:focus,
[id*=navigationprincipale] span {
  color: #fff;
  text-decoration: none;
  padding: 2px 5px;
  height: 1.6em;
  display: inline-block;
  height: auto;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .nav > li > a {
    padding: 10px 8px;
  }
}

[id*=navigationprincipale] > ul > li > a, [id*=navigationprincipale] > ul > li a:active, [id*=navigationprincipale] > ul > li a:hover, [id*=navigationprincipale] > ul > li a:focus, [id*=navigationprincipale] > ul > li span {
  background-color: #e94190;
}

.main-container .row {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .main-container .row {
    padding: 0 0;
  }
}

@media (min-width: 768px) {
  .page-header, section.col-sm-12 {
    margin: 0 0px;
  }
}
@media (min-width: 1024px) {
  .page-header, section.col-sm-12 {
    margin: 0px;
  }
}

@media (min-width: 768px) {
  section.col-sm-9 {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  section.col-sm-9 {
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  aside.col-sm-3 {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  aside.col-sm-3 {
    padding-left: 0px;
  }
}

.field--name-field-image-principale {
  position: relative;
  display: inline-block;
  float: right;
  margin: 0 0 10px 10px;
}

.field--type-image img,
.field--name-field-user-picture img {
  display: block;
  margin: 0 0 1em;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.field--type-file .file,
.field--name-field-fichier .file,
.field--name-field-document .file {
  display: table;
  width: 100%;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  text-decoration: none;
  background-image: none !important;
}

.field--type-file .file > span,
.field--name-field-fichier .file > span,
.field--name-field-document .file > span {
  background: transparent;
  color: #e94190;
  border: 0;
}

.field--type-file .file a,
.field--name-field-fichier .file a,
.field--name-field-document .file a {
  color: #e94190;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
  word-break: break-word;
}

.field--type-file .file a:hover,
.field--type-file .file a:focus,
.field--name-field-fichier .file a:hover,
.field--name-field-fichier .file a:focus,
.field--name-field-document .file a:hover,
.field--name-field-document .file a:focus {
  color: #e94190;
  text-decoration: underline;
}

.field--type-file .file-icon,
.field--name-field-fichier .file-icon,
.field--name-field-document .file-icon {
  display: table-cell;
  width: 40px;
  min-width: 40px;
  padding: 0 0.8em 0 0;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
}
.field--type-file .file-icon svg,
.field--type-file .file-icon img,
.field--type-file .file-icon .icon,
.field--name-field-fichier .file-icon svg,
.field--name-field-fichier .file-icon img,
.field--name-field-fichier .file-icon .icon,
.field--name-field-document .file-icon svg,
.field--name-field-document .file-icon img,
.field--name-field-document .file-icon .icon {
  display: none;
}
.field--type-file .file-icon::before,
.field--name-field-fichier .file-icon::before,
.field--name-field-document .file-icon::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url("../images/file-icon-pink.svg") no-repeat center center;
  background-size: 22px 24px;
}

.field--type-file .file.file--application-pdf .file-icon::before,
.field--name-field-fichier .file.file--application-pdf .file-icon::before,
.field--name-field-document .file.file--application-pdf .file-icon::before {
  background-image: url("../images/file-icon-pdf-pink.svg");
}

.field--type-file .file.file--x-office-document .file-icon::before,
.field--type-file .file.file--application-msword .file-icon::before,
.field--type-file .file.file--application-vnd-oasis-opendocument-text .file-icon::before,
.field--name-field-fichier .file.file--x-office-document .file-icon::before,
.field--name-field-fichier .file.file--application-msword .file-icon::before,
.field--name-field-fichier .file.file--application-vnd-oasis-opendocument-text .file-icon::before,
.field--name-field-document .file.file--x-office-document .file-icon::before,
.field--name-field-document .file.file--application-msword .file-icon::before,
.field--name-field-document .file.file--application-vnd-oasis-opendocument-text .file-icon::before {
  background-image: url("../images/file-icon-doc-pink.svg");
}

.field--type-file .file.file--x-office-spreadsheet .file-icon::before,
.field--type-file .file.file--application-vnd-ms-excel .file-icon::before,
.field--name-field-fichier .file.file--x-office-spreadsheet .file-icon::before,
.field--name-field-fichier .file.file--application-vnd-ms-excel .file-icon::before,
.field--name-field-document .file.file--x-office-spreadsheet .file-icon::before,
.field--name-field-document .file.file--application-vnd-ms-excel .file-icon::before {
  background-image: url("../images/file-icon-xls-pink.svg");
}

.field--type-file .file-link,
.field--name-field-fichier .file-link,
.field--name-field-document .file-link {
  display: table-cell;
  width: 100%;
  padding: 0.2em 0.8em 0.2em 0;
  vertical-align: middle;
  word-break: break-word;
}

.field--type-file .file-size,
.field--name-field-fichier .file-size,
.field--name-field-document .file-size {
  display: table-cell;
  padding: 0 0 0 1em;
  text-align: right;
  vertical-align: middle;
  color: #e94190;
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
}

.node--type-page article.align-left {
  margin-right: 10px;
}
.node--type-page article.align-right {
  margin-left: 10px;
}

[id^=draggableviews-table-telechargements-block-1].table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}

.view-telechargements .table-responsive {
  padding: 0;
}
.view-telechargements table.views-view-table {
  border-collapse: collapse;
  border: 0;
}
.view-telechargements table.views-view-table > tbody > tr {
  background-color: transparent;
  border-bottom: 0;
}
.view-telechargements table.views-view-table > tbody > tr > td {
  vertical-align: middle;
  padding: 8px 10px;
  background-color: transparent;
  border: 0;
}
.view-telechargements table.views-view-table .views-field-draggableviews {
  display: none;
}
.view-telechargements table.views-view-table .views-field-title {
  width: 37%;
}
.view-telechargements table.views-view-table .views-field-title h3 {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 700;
}
.view-telechargements table.views-view-table .views-field-body {
  width: 30%;
}
.view-telechargements table.views-view-table .views-field-body p {
  margin: 0;
  color: #555;
  font-size: 1.5rem;
  line-height: 1.35;
}
.view-telechargements table.views-view-table .views-field-field-fichier {
  width: 33%;
}
.view-telechargements .field--name-field-document .file {
  display: table;
  width: 100%;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  background-image: none !important;
}
.view-telechargements .field--name-field-document .file > span {
  background: transparent;
  color: #e94190;
  border: 0;
}
.view-telechargements .field--name-field-document .file a {
  color: #e94190;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
}
.view-telechargements .field--name-field-document .file a:hover {
  text-decoration: underline;
}
.view-telechargements .field--name-field-document .file-icon {
  display: table-cell;
  width: 40px;
  min-width: 40px;
  padding: 0 0.8em 0 0;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
}
.view-telechargements .field--name-field-document .file-icon svg,
.view-telechargements .field--name-field-document .file-icon img,
.view-telechargements .field--name-field-document .file-icon .icon {
  display: none;
}
.view-telechargements .field--name-field-document .file-icon::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url("../images/file-icon-pink.svg") no-repeat center center;
  background-size: 22px 24px;
}
.view-telechargements .field--name-field-document .file.file--application-pdf .file-icon::before {
  background-image: url("../images/file-icon-pdf-pink.svg");
}
.view-telechargements .field--name-field-document .file.file--x-office-document .file-icon::before,
.view-telechargements .field--name-field-document .file.file--application-msword .file-icon::before,
.view-telechargements .field--name-field-document .file.file--application-vnd-oasis-opendocument-text .file-icon::before {
  background-image: url("../images/file-icon-doc-pink.svg");
}
.view-telechargements .field--name-field-document .file.file--x-office-spreadsheet .file-icon::before,
.view-telechargements .field--name-field-document .file.file--application-vnd-ms-excel .file-icon::before {
  background-image: url("../images/file-icon-xls-pink.svg");
}
.view-telechargements .field--name-field-document .file-link {
  display: table-cell;
  width: 100%;
  padding: 0.2em 0.8em 0.2em 0;
  vertical-align: middle;
}
.view-telechargements .field--name-field-document .file-size {
  display: table-cell;
  padding: 0 0 0 1em;
  text-align: right;
  vertical-align: middle;
  color: #e94190;
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
}

.node--type-guide-pratique .field--name-field-fichiers,
.node--view-mode-guide-pratique .field--name-field-fichiers,
.path-guide-pratique .node--type-page .field--name-field-fichiers,
.path-guide-pratique .node--type-guide-pratique .field--name-field-fichiers,
.path-telechargements .node--type-page .field--name-field-fichiers {
  margin-top: 10px;
}
.node--type-guide-pratique .field--name-field-fichiers > .field__item,
.node--type-guide-pratique .field--name-field-fichiers > .field--item,
.node--view-mode-guide-pratique .field--name-field-fichiers > .field__item,
.node--view-mode-guide-pratique .field--name-field-fichiers > .field--item,
.path-guide-pratique .node--type-page .field--name-field-fichiers > .field__item,
.path-guide-pratique .node--type-page .field--name-field-fichiers > .field--item,
.path-guide-pratique .node--type-guide-pratique .field--name-field-fichiers > .field__item,
.path-guide-pratique .node--type-guide-pratique .field--name-field-fichiers > .field--item,
.path-telechargements .node--type-page .field--name-field-fichiers > .field__item,
.path-telechargements .node--type-page .field--name-field-fichiers > .field--item {
  margin-bottom: 6px;
}
.node--type-guide-pratique .field--name-field-document .file,
.node--view-mode-guide-pratique .field--name-field-document .file,
.path-guide-pratique .node--type-page .field--name-field-document .file,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file,
.path-telechargements .node--type-page .field--name-field-document .file {
  display: table;
  width: 100%;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  line-height: 1.2;
  background-image: none !important;
}
.node--type-guide-pratique .field--name-field-document .file-icon,
.node--view-mode-guide-pratique .field--name-field-document .file-icon,
.path-guide-pratique .node--type-page .field--name-field-document .file-icon,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file-icon,
.path-telechargements .node--type-page .field--name-field-document .file-icon {
  display: table-cell;
  width: 40px;
  min-width: 40px;
  padding: 0 0.8em 0 0;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
}
.node--type-guide-pratique .field--name-field-document .file-icon svg,
.node--type-guide-pratique .field--name-field-document .file-icon img,
.node--type-guide-pratique .field--name-field-document .file-icon .icon,
.node--view-mode-guide-pratique .field--name-field-document .file-icon svg,
.node--view-mode-guide-pratique .field--name-field-document .file-icon img,
.node--view-mode-guide-pratique .field--name-field-document .file-icon .icon,
.path-guide-pratique .node--type-page .field--name-field-document .file-icon svg,
.path-guide-pratique .node--type-page .field--name-field-document .file-icon img,
.path-guide-pratique .node--type-page .field--name-field-document .file-icon .icon,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file-icon svg,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file-icon img,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file-icon .icon,
.path-telechargements .node--type-page .field--name-field-document .file-icon svg,
.path-telechargements .node--type-page .field--name-field-document .file-icon img,
.path-telechargements .node--type-page .field--name-field-document .file-icon .icon {
  display: none;
}
.node--type-guide-pratique .field--name-field-document .file-icon::before,
.node--view-mode-guide-pratique .field--name-field-document .file-icon::before,
.path-guide-pratique .node--type-page .field--name-field-document .file-icon::before,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file-icon::before,
.path-telechargements .node--type-page .field--name-field-document .file-icon::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url("../images/file-icon-pink.svg") no-repeat center center;
  background-size: 22px 24px;
}
.node--type-guide-pratique .field--name-field-document .file.file--application-pdf .file-icon::before,
.node--view-mode-guide-pratique .field--name-field-document .file.file--application-pdf .file-icon::before,
.path-guide-pratique .node--type-page .field--name-field-document .file.file--application-pdf .file-icon::before,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file.file--application-pdf .file-icon::before,
.path-telechargements .node--type-page .field--name-field-document .file.file--application-pdf .file-icon::before {
  background-image: url("../images/file-icon-pdf-pink.svg");
}
.node--type-guide-pratique .field--name-field-document .file.file--x-office-document .file-icon::before,
.node--type-guide-pratique .field--name-field-document .file.file--application-msword .file-icon::before,
.node--type-guide-pratique .field--name-field-document .file.file--application-vnd-oasis-opendocument-text .file-icon::before,
.node--view-mode-guide-pratique .field--name-field-document .file.file--x-office-document .file-icon::before,
.node--view-mode-guide-pratique .field--name-field-document .file.file--application-msword .file-icon::before,
.node--view-mode-guide-pratique .field--name-field-document .file.file--application-vnd-oasis-opendocument-text .file-icon::before,
.path-guide-pratique .node--type-page .field--name-field-document .file.file--x-office-document .file-icon::before,
.path-guide-pratique .node--type-page .field--name-field-document .file.file--application-msword .file-icon::before,
.path-guide-pratique .node--type-page .field--name-field-document .file.file--application-vnd-oasis-opendocument-text .file-icon::before,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file.file--x-office-document .file-icon::before,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file.file--application-msword .file-icon::before,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file.file--application-vnd-oasis-opendocument-text .file-icon::before,
.path-telechargements .node--type-page .field--name-field-document .file.file--x-office-document .file-icon::before,
.path-telechargements .node--type-page .field--name-field-document .file.file--application-msword .file-icon::before,
.path-telechargements .node--type-page .field--name-field-document .file.file--application-vnd-oasis-opendocument-text .file-icon::before {
  background-image: url("../images/file-icon-doc-pink.svg");
}
.node--type-guide-pratique .field--name-field-document .file.file--x-office-spreadsheet .file-icon::before,
.node--type-guide-pratique .field--name-field-document .file.file--application-vnd-ms-excel .file-icon::before,
.node--view-mode-guide-pratique .field--name-field-document .file.file--x-office-spreadsheet .file-icon::before,
.node--view-mode-guide-pratique .field--name-field-document .file.file--application-vnd-ms-excel .file-icon::before,
.path-guide-pratique .node--type-page .field--name-field-document .file.file--x-office-spreadsheet .file-icon::before,
.path-guide-pratique .node--type-page .field--name-field-document .file.file--application-vnd-ms-excel .file-icon::before,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file.file--x-office-spreadsheet .file-icon::before,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file.file--application-vnd-ms-excel .file-icon::before,
.path-telechargements .node--type-page .field--name-field-document .file.file--x-office-spreadsheet .file-icon::before,
.path-telechargements .node--type-page .field--name-field-document .file.file--application-vnd-ms-excel .file-icon::before {
  background-image: url("../images/file-icon-xls-pink.svg");
}
.node--type-guide-pratique .field--name-field-document .file > span,
.node--view-mode-guide-pratique .field--name-field-document .file > span,
.path-guide-pratique .node--type-page .field--name-field-document .file > span,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file > span,
.path-telechargements .node--type-page .field--name-field-document .file > span {
  background: transparent;
  color: #e94190;
  border: 0;
}
.node--type-guide-pratique .field--name-field-document .file a,
.node--view-mode-guide-pratique .field--name-field-document .file a,
.path-guide-pratique .node--type-page .field--name-field-document .file a,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file a,
.path-telechargements .node--type-page .field--name-field-document .file a {
  color: #e94190;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
  word-break: break-word;
}
.node--type-guide-pratique .field--name-field-document .file a:hover,
.node--type-guide-pratique .field--name-field-document .file a:focus,
.node--view-mode-guide-pratique .field--name-field-document .file a:hover,
.node--view-mode-guide-pratique .field--name-field-document .file a:focus,
.path-guide-pratique .node--type-page .field--name-field-document .file a:hover,
.path-guide-pratique .node--type-page .field--name-field-document .file a:focus,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file a:hover,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file a:focus,
.path-telechargements .node--type-page .field--name-field-document .file a:hover,
.path-telechargements .node--type-page .field--name-field-document .file a:focus {
  color: #e94190;
  text-decoration: underline;
}
.node--type-guide-pratique .field--name-field-document .file-link,
.node--view-mode-guide-pratique .field--name-field-document .file-link,
.path-guide-pratique .node--type-page .field--name-field-document .file-link,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file-link,
.path-telechargements .node--type-page .field--name-field-document .file-link {
  display: table-cell;
  width: 100%;
  padding: 0.2em 0.8em 0.2em 0;
  vertical-align: middle;
  word-break: break-word;
}
.node--type-guide-pratique .field--name-field-document .file-size,
.node--view-mode-guide-pratique .field--name-field-document .file-size,
.path-guide-pratique .node--type-page .field--name-field-document .file-size,
.path-guide-pratique .node--type-guide-pratique .field--name-field-document .file-size,
.path-telechargements .node--type-page .field--name-field-document .file-size {
  display: table-cell;
  padding: 0 0 0 1em;
  text-align: right;
  vertical-align: middle;
  color: #e94190;
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
}

.sb.view--sb .media__thumbnail,
.sb.view--sb-list .media--list > * {
  display: block !important;
}

#block-themedebase2026-fullcalendarblock,
#block-fullcalendarblock,
#block-views-block-calendrier-block-1,
#block-views-block-calendrier-block-1-2 {
  font-size: 0.9em;
  margin: 30px 0 50px;
}
#block-themedebase2026-fullcalendarblock table,
#block-fullcalendarblock table,
#block-views-block-calendrier-block-1 table,
#block-views-block-calendrier-block-1-2 table {
  margin: 0;
}
#block-themedebase2026-fullcalendarblock .fc table.fc-scrollgrid,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid > thead,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid > tbody,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section > th,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section > td,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section-header,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section-header > *,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section-body,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section-body > *,
#block-themedebase2026-fullcalendarblock .fc .fc-scroller-harness,
#block-themedebase2026-fullcalendarblock .fc .fc-scroller,
#block-themedebase2026-fullcalendarblock .fc table.fc-col-header,
#block-themedebase2026-fullcalendarblock .fc .fc-col-header > thead,
#block-themedebase2026-fullcalendarblock .fc .fc-col-header > thead > tr,
#block-themedebase2026-fullcalendarblock .fc .fc-col-header-cell,
#block-fullcalendarblock .fc table.fc-scrollgrid,
#block-fullcalendarblock .fc .fc-scrollgrid > thead,
#block-fullcalendarblock .fc .fc-scrollgrid > tbody,
#block-fullcalendarblock .fc .fc-scrollgrid-section,
#block-fullcalendarblock .fc .fc-scrollgrid-section > th,
#block-fullcalendarblock .fc .fc-scrollgrid-section > td,
#block-fullcalendarblock .fc .fc-scrollgrid-section-header,
#block-fullcalendarblock .fc .fc-scrollgrid-section-header > *,
#block-fullcalendarblock .fc .fc-scrollgrid-section-body,
#block-fullcalendarblock .fc .fc-scrollgrid-section-body > *,
#block-fullcalendarblock .fc .fc-scroller-harness,
#block-fullcalendarblock .fc .fc-scroller,
#block-fullcalendarblock .fc table.fc-col-header,
#block-fullcalendarblock .fc .fc-col-header > thead,
#block-fullcalendarblock .fc .fc-col-header > thead > tr,
#block-fullcalendarblock .fc .fc-col-header-cell,
#block-views-block-calendrier-block-1 .fc table.fc-scrollgrid,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid > thead,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid > tbody,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section > th,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section > td,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section-header,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section-header > *,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section-body,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section-body > *,
#block-views-block-calendrier-block-1 .fc .fc-scroller-harness,
#block-views-block-calendrier-block-1 .fc .fc-scroller,
#block-views-block-calendrier-block-1 .fc table.fc-col-header,
#block-views-block-calendrier-block-1 .fc .fc-col-header > thead,
#block-views-block-calendrier-block-1 .fc .fc-col-header > thead > tr,
#block-views-block-calendrier-block-1 .fc .fc-col-header-cell,
#block-views-block-calendrier-block-1-2 .fc table.fc-scrollgrid,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid > thead,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid > tbody,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section > th,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section > td,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section-header,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section-header > *,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section-body,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section-body > *,
#block-views-block-calendrier-block-1-2 .fc .fc-scroller-harness,
#block-views-block-calendrier-block-1-2 .fc .fc-scroller,
#block-views-block-calendrier-block-1-2 .fc table.fc-col-header,
#block-views-block-calendrier-block-1-2 .fc .fc-col-header > thead,
#block-views-block-calendrier-block-1-2 .fc .fc-col-header > thead > tr,
#block-views-block-calendrier-block-1-2 .fc .fc-col-header-cell {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
}
#block-themedebase2026-fullcalendarblock .fc,
#block-fullcalendarblock .fc,
#block-views-block-calendrier-block-1 .fc,
#block-views-block-calendrier-block-1-2 .fc {
  --fc-border-color: #f0f0f0;
  --fc-page-bg-color: transparent;
  --fc-neutral-bg-color: transparent;
}
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid > *,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid td,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid th,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section > *,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section-header > *,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section-body > *,
#block-themedebase2026-fullcalendarblock .fc table.fc-scrollgrid,
#block-fullcalendarblock .fc .fc-scrollgrid,
#block-fullcalendarblock .fc .fc-scrollgrid > *,
#block-fullcalendarblock .fc .fc-scrollgrid td,
#block-fullcalendarblock .fc .fc-scrollgrid th,
#block-fullcalendarblock .fc .fc-scrollgrid-section > *,
#block-fullcalendarblock .fc .fc-scrollgrid-section-header > *,
#block-fullcalendarblock .fc .fc-scrollgrid-section-body > *,
#block-fullcalendarblock .fc table.fc-scrollgrid,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid > *,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid td,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid th,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section > *,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section-header > *,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section-body > *,
#block-views-block-calendrier-block-1 .fc table.fc-scrollgrid,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid > *,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid td,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid th,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section > *,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section-header > *,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section-body > *,
#block-views-block-calendrier-block-1-2 .fc table.fc-scrollgrid {
  border: none !important;
}
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section-header,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section-header > th,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section-header > td,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section-header .fc-scroller-harness,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section-header .fc-scroller,
#block-themedebase2026-fullcalendarblock .fc table.fc-col-header,
#block-themedebase2026-fullcalendarblock .fc .fc-col-header > thead,
#block-themedebase2026-fullcalendarblock .fc .fc-col-header > thead > tr,
#block-themedebase2026-fullcalendarblock .fc .fc-col-header-cell,
#block-fullcalendarblock .fc .fc-scrollgrid-section-header,
#block-fullcalendarblock .fc .fc-scrollgrid-section-header > th,
#block-fullcalendarblock .fc .fc-scrollgrid-section-header > td,
#block-fullcalendarblock .fc .fc-scrollgrid-section-header .fc-scroller-harness,
#block-fullcalendarblock .fc .fc-scrollgrid-section-header .fc-scroller,
#block-fullcalendarblock .fc table.fc-col-header,
#block-fullcalendarblock .fc .fc-col-header > thead,
#block-fullcalendarblock .fc .fc-col-header > thead > tr,
#block-fullcalendarblock .fc .fc-col-header-cell,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section-header,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section-header > th,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section-header > td,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section-header .fc-scroller-harness,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section-header .fc-scroller,
#block-views-block-calendrier-block-1 .fc table.fc-col-header,
#block-views-block-calendrier-block-1 .fc .fc-col-header > thead,
#block-views-block-calendrier-block-1 .fc .fc-col-header > thead > tr,
#block-views-block-calendrier-block-1 .fc .fc-col-header-cell,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section-header,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section-header > th,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section-header > td,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section-header .fc-scroller-harness,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section-header .fc-scroller,
#block-views-block-calendrier-block-1-2 .fc table.fc-col-header,
#block-views-block-calendrier-block-1-2 .fc .fc-col-header > thead,
#block-views-block-calendrier-block-1-2 .fc .fc-col-header > thead > tr,
#block-views-block-calendrier-block-1-2 .fc .fc-col-header-cell {
  background: rgba(233, 65, 144, 0.08) !important;
  background-color: rgba(233, 65, 144, 0.08) !important;
}
#block-themedebase2026-fullcalendarblock .fc .fc-col-header,
#block-themedebase2026-fullcalendarblock .fc .fc-col-header-cell,
#block-fullcalendarblock .fc .fc-col-header,
#block-fullcalendarblock .fc .fc-col-header-cell,
#block-views-block-calendrier-block-1 .fc .fc-col-header,
#block-views-block-calendrier-block-1 .fc .fc-col-header-cell,
#block-views-block-calendrier-block-1-2 .fc .fc-col-header,
#block-views-block-calendrier-block-1-2 .fc .fc-col-header-cell {
  border: none;
  padding: 4px 0 !important;
}
#block-themedebase2026-fullcalendarblock .fc .fc-col-header-cell-cushion,
#block-fullcalendarblock .fc .fc-col-header-cell-cushion,
#block-views-block-calendrier-block-1 .fc .fc-col-header-cell-cushion,
#block-views-block-calendrier-block-1-2 .fc .fc-col-header-cell-cushion {
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.95em;
  letter-spacing: 0.05em;
}
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section-header > th,
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section-header > td,
#block-fullcalendarblock .fc .fc-scrollgrid-section-header > th,
#block-fullcalendarblock .fc .fc-scrollgrid-section-header > td,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section-header > th,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section-header > td,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section-header > th,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section-header > td {
  border-bottom: 1px solid #e5e5e5 !important;
}
#block-themedebase2026-fullcalendarblock .fc .fc-daygrid-day-number,
#block-fullcalendarblock .fc .fc-daygrid-day-number,
#block-views-block-calendrier-block-1 .fc .fc-daygrid-day-number,
#block-views-block-calendrier-block-1-2 .fc .fc-daygrid-day-number {
  font-size: 1.1em;
  font-weight: 500;
  padding: 8px 10px;
}
#block-themedebase2026-fullcalendarblock .fc .fc-daygrid-day,
#block-fullcalendarblock .fc .fc-daygrid-day,
#block-views-block-calendrier-block-1 .fc .fc-daygrid-day,
#block-views-block-calendrier-block-1-2 .fc .fc-daygrid-day {
  border-color: #f0f0f0;
}
#block-themedebase2026-fullcalendarblock .fc .fc-day-other .fc-daygrid-day-number,
#block-fullcalendarblock .fc .fc-day-other .fc-daygrid-day-number,
#block-views-block-calendrier-block-1 .fc .fc-day-other .fc-daygrid-day-number,
#block-views-block-calendrier-block-1-2 .fc .fc-day-other .fc-daygrid-day-number {
  opacity: 0.35;
}
#block-themedebase2026-fullcalendarblock .fc .fc-day-today,
#block-fullcalendarblock .fc .fc-day-today,
#block-views-block-calendrier-block-1 .fc .fc-day-today,
#block-views-block-calendrier-block-1-2 .fc .fc-day-today {
  background: rgba(233, 65, 144, 0.06) !important;
}
#block-themedebase2026-fullcalendarblock .content,
#block-fullcalendarblock .content,
#block-views-block-calendrier-block-1 .content,
#block-views-block-calendrier-block-1-2 .content {
  background: #fff;
  border-top: 4px solid #e94190;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  padding: 24px;
}
#block-themedebase2026-fullcalendarblock .fullcalendar-block,
#block-fullcalendarblock .fullcalendar-block,
#block-views-block-calendrier-block-1 .fullcalendar-block,
#block-views-block-calendrier-block-1-2 .fullcalendar-block {
  min-height: 320px;
}
#block-themedebase2026-fullcalendarblock .fc,
#block-fullcalendarblock .fc,
#block-views-block-calendrier-block-1 .fc,
#block-views-block-calendrier-block-1-2 .fc {
  color: #111;
}
#block-themedebase2026-fullcalendarblock .fc .fc-toolbar.fc-header-toolbar,
#block-fullcalendarblock .fc .fc-toolbar.fc-header-toolbar,
#block-views-block-calendrier-block-1 .fc .fc-toolbar.fc-header-toolbar,
#block-views-block-calendrier-block-1-2 .fc .fc-toolbar.fc-header-toolbar {
  align-items: center;
  border-bottom: 1px solid rgba(233, 65, 144, 0.18);
  gap: 14px;
  margin-bottom: 0 !important;
  padding-bottom: 18px;
}
#block-themedebase2026-fullcalendarblock .fc .fc-toolbar-title,
#block-fullcalendarblock .fc .fc-toolbar-title,
#block-views-block-calendrier-block-1 .fc .fc-toolbar-title,
#block-views-block-calendrier-block-1-2 .fc .fc-toolbar-title {
  color: #111;
  font-size: clamp(2.6rem, 2vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}
#block-themedebase2026-fullcalendarblock .fc .fc-button,
#block-fullcalendarblock .fc .fc-button,
#block-views-block-calendrier-block-1 .fc .fc-button,
#block-views-block-calendrier-block-1-2 .fc .fc-button {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 999px;
  box-shadow: none;
  color: #111;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.55em 1em;
  text-transform: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
#block-themedebase2026-fullcalendarblock .fc .fc-button:hover,
#block-themedebase2026-fullcalendarblock .fc .fc-button:focus,
#block-fullcalendarblock .fc .fc-button:hover,
#block-fullcalendarblock .fc .fc-button:focus,
#block-views-block-calendrier-block-1 .fc .fc-button:hover,
#block-views-block-calendrier-block-1 .fc .fc-button:focus,
#block-views-block-calendrier-block-1-2 .fc .fc-button:hover,
#block-views-block-calendrier-block-1-2 .fc .fc-button:focus {
  background: #fff3f9;
  border-color: #e94190;
  color: #6d1742;
}
#block-themedebase2026-fullcalendarblock .fc .fc-button-primary:not(:disabled).fc-button-active,
#block-themedebase2026-fullcalendarblock .fc .fc-button-primary:not(:disabled):active,
#block-themedebase2026-fullcalendarblock .fc .fc-button-primary:not(:disabled).fc-button-active:focus,
#block-themedebase2026-fullcalendarblock .fc .fc-button-primary:not(:disabled):active:focus,
#block-themedebase2026-fullcalendarblock .fc .fc-today-button,
#block-fullcalendarblock .fc .fc-button-primary:not(:disabled).fc-button-active,
#block-fullcalendarblock .fc .fc-button-primary:not(:disabled):active,
#block-fullcalendarblock .fc .fc-button-primary:not(:disabled).fc-button-active:focus,
#block-fullcalendarblock .fc .fc-button-primary:not(:disabled):active:focus,
#block-fullcalendarblock .fc .fc-today-button,
#block-views-block-calendrier-block-1 .fc .fc-button-primary:not(:disabled).fc-button-active,
#block-views-block-calendrier-block-1 .fc .fc-button-primary:not(:disabled):active,
#block-views-block-calendrier-block-1 .fc .fc-button-primary:not(:disabled).fc-button-active:focus,
#block-views-block-calendrier-block-1 .fc .fc-button-primary:not(:disabled):active:focus,
#block-views-block-calendrier-block-1 .fc .fc-today-button,
#block-views-block-calendrier-block-1-2 .fc .fc-button-primary:not(:disabled).fc-button-active,
#block-views-block-calendrier-block-1-2 .fc .fc-button-primary:not(:disabled):active,
#block-views-block-calendrier-block-1-2 .fc .fc-button-primary:not(:disabled).fc-button-active:focus,
#block-views-block-calendrier-block-1-2 .fc .fc-button-primary:not(:disabled):active:focus,
#block-views-block-calendrier-block-1-2 .fc .fc-today-button {
  background: #e94190;
  border-color: #e94190;
  color: #fff;
}
#block-themedebase2026-fullcalendarblock .fc .fc-col-header-cell,
#block-fullcalendarblock .fc .fc-col-header-cell,
#block-views-block-calendrier-block-1 .fc .fc-col-header-cell,
#block-views-block-calendrier-block-1-2 .fc .fc-col-header-cell {
  background: #fde7f2;
  border-color: rgba(17, 17, 17, 0.08);
}
#block-themedebase2026-fullcalendarblock .fc .fc-col-header-cell-cushion,
#block-fullcalendarblock .fc .fc-col-header-cell-cushion,
#block-views-block-calendrier-block-1 .fc .fc-col-header-cell-cushion,
#block-views-block-calendrier-block-1-2 .fc .fc-col-header-cell-cushion {
  color: #111;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 14px 8px;
  text-decoration: none;
  text-transform: uppercase;
}
#block-themedebase2026-fullcalendarblock .fc .fc-daygrid-day-number,
#block-themedebase2026-fullcalendarblock .fc .fc-daygrid-more-link,
#block-fullcalendarblock .fc .fc-daygrid-day-number,
#block-fullcalendarblock .fc .fc-daygrid-more-link,
#block-views-block-calendrier-block-1 .fc .fc-daygrid-day-number,
#block-views-block-calendrier-block-1 .fc .fc-daygrid-more-link,
#block-views-block-calendrier-block-1-2 .fc .fc-daygrid-day-number,
#block-views-block-calendrier-block-1-2 .fc .fc-daygrid-more-link {
  color: #111;
  font-weight: 700;
  padding: 10px;
  text-decoration: none;
}
#block-themedebase2026-fullcalendarblock .fc .fc-daygrid-day-frame,
#block-fullcalendarblock .fc .fc-daygrid-day-frame,
#block-views-block-calendrier-block-1 .fc .fc-daygrid-day-frame,
#block-views-block-calendrier-block-1-2 .fc .fc-daygrid-day-frame {
  min-height: 120px;
  background: #fff;
}
#block-themedebase2026-fullcalendarblock .fc .fc-daygrid-day.fc-day-today,
#block-fullcalendarblock .fc .fc-daygrid-day.fc-day-today,
#block-views-block-calendrier-block-1 .fc .fc-daygrid-day.fc-day-today,
#block-views-block-calendrier-block-1-2 .fc .fc-daygrid-day.fc-day-today {
  background: #fff3f9;
}
#block-themedebase2026-fullcalendarblock .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame,
#block-fullcalendarblock .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame,
#block-views-block-calendrier-block-1 .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame,
#block-views-block-calendrier-block-1-2 .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
  background: #fff3f9;
  box-shadow: inset 0 0 0 2px rgba(233, 65, 144, 0.45);
}
#block-themedebase2026-fullcalendarblock .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number,
#block-fullcalendarblock .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number,
#block-views-block-calendrier-block-1 .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number,
#block-views-block-calendrier-block-1-2 .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  background: #e94190;
  border-radius: 999px;
  color: #fff;
  margin: 8px;
  min-width: 34px;
  padding: 6px 10px;
  text-align: center;
}
#block-themedebase2026-fullcalendarblock .fc .fc-day-other,
#block-fullcalendarblock .fc .fc-day-other,
#block-views-block-calendrier-block-1 .fc .fc-day-other,
#block-views-block-calendrier-block-1-2 .fc .fc-day-other {
  background: #faf7f9;
}
#block-themedebase2026-fullcalendarblock .fc .fc-daygrid-day-bg,
#block-themedebase2026-fullcalendarblock .fc .fc-highlight,
#block-themedebase2026-fullcalendarblock .fc .fc-non-business,
#block-fullcalendarblock .fc .fc-daygrid-day-bg,
#block-fullcalendarblock .fc .fc-highlight,
#block-fullcalendarblock .fc .fc-non-business,
#block-views-block-calendrier-block-1 .fc .fc-daygrid-day-bg,
#block-views-block-calendrier-block-1 .fc .fc-highlight,
#block-views-block-calendrier-block-1 .fc .fc-non-business,
#block-views-block-calendrier-block-1-2 .fc .fc-daygrid-day-bg,
#block-views-block-calendrier-block-1-2 .fc .fc-highlight,
#block-views-block-calendrier-block-1-2 .fc .fc-non-business {
  background: transparent;
}
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid,
#block-themedebase2026-fullcalendarblock .fc .fc-theme-standard td,
#block-themedebase2026-fullcalendarblock .fc .fc-theme-standard th,
#block-fullcalendarblock .fc .fc-scrollgrid,
#block-fullcalendarblock .fc .fc-theme-standard td,
#block-fullcalendarblock .fc .fc-theme-standard th,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid,
#block-views-block-calendrier-block-1 .fc .fc-theme-standard td,
#block-views-block-calendrier-block-1 .fc .fc-theme-standard th,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid,
#block-views-block-calendrier-block-1-2 .fc .fc-theme-standard td,
#block-views-block-calendrier-block-1-2 .fc .fc-theme-standard th {
  border-color: rgba(17, 17, 17, 0.08);
}
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section > *,
#block-fullcalendarblock .fc .fc-scrollgrid-section > *,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section > *,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section > * {
  border-top-width: 1px;
}
#block-themedebase2026-fullcalendarblock .fc .fc-scrollgrid-section-header > *,
#block-fullcalendarblock .fc .fc-scrollgrid-section-header > *,
#block-views-block-calendrier-block-1 .fc .fc-scrollgrid-section-header > *,
#block-views-block-calendrier-block-1-2 .fc .fc-scrollgrid-section-header > * {
  border-top: 0;
}
#block-themedebase2026-fullcalendarblock .fc .fc-daygrid-event,
#block-themedebase2026-fullcalendarblock .fc .fc-h-event,
#block-fullcalendarblock .fc .fc-daygrid-event,
#block-fullcalendarblock .fc .fc-h-event,
#block-views-block-calendrier-block-1 .fc .fc-daygrid-event,
#block-views-block-calendrier-block-1 .fc .fc-h-event,
#block-views-block-calendrier-block-1-2 .fc .fc-daygrid-event,
#block-views-block-calendrier-block-1-2 .fc .fc-h-event {
  background: linear-gradient(135deg, #fce1ef 0%, #f8c8df 100%);
  border: 1px solid rgba(233, 65, 144, 0.28);
  border-left: 4px solid #e94190;
  border-radius: 10px;
  box-shadow: none;
  color: #6d1742;
  margin: 2px 6px;
  padding: 2px 6px;
}
#block-themedebase2026-fullcalendarblock .fc .fc-event-default,
#block-fullcalendarblock .fc .fc-event-default,
#block-views-block-calendrier-block-1 .fc .fc-event-default,
#block-views-block-calendrier-block-1-2 .fc .fc-event-default {
  background: linear-gradient(135deg, #fce1ef 0%, #f8c8df 100%);
  border-color: rgba(233, 65, 144, 0.28);
  color: #6d1742;
}
#block-themedebase2026-fullcalendarblock .fc .fc-event-main,
#block-fullcalendarblock .fc .fc-event-main,
#block-views-block-calendrier-block-1 .fc .fc-event-main,
#block-views-block-calendrier-block-1-2 .fc .fc-event-main {
  color: inherit;
}
#block-themedebase2026-fullcalendarblock .fc .fc-event-time,
#block-fullcalendarblock .fc .fc-event-time,
#block-views-block-calendrier-block-1 .fc .fc-event-time,
#block-views-block-calendrier-block-1-2 .fc .fc-event-time {
  font-weight: 700;
  margin-right: 4px;
}
#block-themedebase2026-fullcalendarblock .fc .fc-event-title,
#block-fullcalendarblock .fc .fc-event-title,
#block-views-block-calendrier-block-1 .fc .fc-event-title,
#block-views-block-calendrier-block-1-2 .fc .fc-event-title {
  font-weight: 600;
}
#block-themedebase2026-fullcalendarblock .fc .fc-list,
#block-fullcalendarblock .fc .fc-list,
#block-views-block-calendrier-block-1 .fc .fc-list,
#block-views-block-calendrier-block-1-2 .fc .fc-list {
  border-color: rgba(17, 17, 17, 0.08);
}
#block-themedebase2026-fullcalendarblock .fc .fc-list-day-cushion,
#block-fullcalendarblock .fc .fc-list-day-cushion,
#block-views-block-calendrier-block-1 .fc .fc-list-day-cushion,
#block-views-block-calendrier-block-1-2 .fc .fc-list-day-cushion {
  background: #fde7f2;
}
#block-themedebase2026-fullcalendarblock .fc .fc-list-event:hover td,
#block-fullcalendarblock .fc .fc-list-event:hover td,
#block-views-block-calendrier-block-1 .fc .fc-list-event:hover td,
#block-views-block-calendrier-block-1-2 .fc .fc-list-event:hover td {
  background: #fff3f9;
}
#block-themedebase2026-fullcalendarblock .fc .fc-popover,
#block-fullcalendarblock .fc .fc-popover,
#block-views-block-calendrier-block-1 .fc .fc-popover,
#block-views-block-calendrier-block-1-2 .fc .fc-popover {
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
#block-themedebase2026-fullcalendarblock .fc .fc-popover-header,
#block-fullcalendarblock .fc .fc-popover-header,
#block-views-block-calendrier-block-1 .fc .fc-popover-header,
#block-views-block-calendrier-block-1-2 .fc .fc-popover-header {
  background: #111;
  color: #fff;
}
#block-themedebase2026-fullcalendarblock h2,
#block-fullcalendarblock h2,
#block-views-block-calendrier-block-1 h2,
#block-views-block-calendrier-block-1-2 h2 {
  font-size: 1.5em;
}
#block-themedebase2026-fullcalendarblock .fc-scroller.fc-day-grid-container,
#block-fullcalendarblock .fc-scroller.fc-day-grid-container,
#block-views-block-calendrier-block-1 .fc-scroller.fc-day-grid-container,
#block-views-block-calendrier-block-1-2 .fc-scroller.fc-day-grid-container {
  height: auto !important;
}

@media (max-width: 991px) {
  #block-themedebase2026-fullcalendarblock .content,
  #block-fullcalendarblock .content,
  #block-views-block-calendrier-block-1 .content,
  #block-views-block-calendrier-block-1-2 .content {
    padding: 18px;
  }
  #block-themedebase2026-fullcalendarblock .fc .fc-toolbar.fc-header-toolbar,
  #block-fullcalendarblock .fc .fc-toolbar.fc-header-toolbar,
  #block-views-block-calendrier-block-1 .fc .fc-toolbar.fc-header-toolbar,
  #block-views-block-calendrier-block-1-2 .fc .fc-toolbar.fc-header-toolbar {
    gap: 10px;
  }
  #block-themedebase2026-fullcalendarblock .fc .fc-toolbar,
  #block-fullcalendarblock .fc .fc-toolbar,
  #block-views-block-calendrier-block-1 .fc .fc-toolbar,
  #block-views-block-calendrier-block-1-2 .fc .fc-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  #block-themedebase2026-fullcalendarblock .fc .fc-toolbar-chunk,
  #block-fullcalendarblock .fc .fc-toolbar-chunk,
  #block-views-block-calendrier-block-1 .fc .fc-toolbar-chunk,
  #block-views-block-calendrier-block-1-2 .fc .fc-toolbar-chunk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  #block-themedebase2026-fullcalendarblock .fc .fc-button,
  #block-fullcalendarblock .fc .fc-button,
  #block-views-block-calendrier-block-1 .fc .fc-button,
  #block-views-block-calendrier-block-1-2 .fc .fc-button {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  #block-themedebase2026-fullcalendarblock .fc .fc-toolbar-title,
  #block-fullcalendarblock .fc .fc-toolbar-title,
  #block-views-block-calendrier-block-1 .fc .fc-toolbar-title,
  #block-views-block-calendrier-block-1-2 .fc .fc-toolbar-title {
    font-size: 2.4rem;
    text-align: center;
  }
  #block-themedebase2026-fullcalendarblock .fc .fc-daygrid-day-frame,
  #block-fullcalendarblock .fc .fc-daygrid-day-frame,
  #block-views-block-calendrier-block-1 .fc .fc-daygrid-day-frame,
  #block-views-block-calendrier-block-1-2 .fc .fc-daygrid-day-frame {
    min-height: 88px;
  }
  #block-themedebase2026-fullcalendarblock .fc .fc-daygrid-event,
  #block-themedebase2026-fullcalendarblock .fc .fc-h-event,
  #block-fullcalendarblock .fc .fc-daygrid-event,
  #block-fullcalendarblock .fc .fc-h-event,
  #block-views-block-calendrier-block-1 .fc .fc-daygrid-event,
  #block-views-block-calendrier-block-1 .fc .fc-h-event,
  #block-views-block-calendrier-block-1-2 .fc .fc-daygrid-event,
  #block-views-block-calendrier-block-1-2 .fc .fc-h-event {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.field--name-field-intervalle-de-dates {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.field--name-field-lieu {
  font-size: 18px;
  margin-bottom: 10px;
}

.field--type-text-with-summary {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .col-sm-9 {
    padding-left: 20px;
  }
}

.checkout-pane-payment-information .control-label, .checkout-pane-payment-information .form-label, .checkout-pane-payment-information .input-group {
  width: 100%;
}
.checkout-pane-payment-information .input-group-text {
  position: absolute;
  right: 0;
  width: 38px;
}
.checkout-pane-payment-information .input-group-text:last-child {
  border-left: 1px solid #ccc;
}
.checkout-pane-payment-information .field-suffix {
  display: none;
}

.commerce-checkout-flow .checkout-pane,
.commerce-checkout-flow fieldset,
.commerce-checkout-flow details,
.commerce-checkout-flow .layout-region-checkout-main > .form-wrapper,
.commerce-checkout-flow .layout-region-checkout-secondary > .form-wrapper,
.checkout-flow .checkout-pane,
.checkout-flow fieldset,
.checkout-flow details,
.checkout-flow .layout-region-checkout-main > .form-wrapper,
.checkout-flow .layout-region-checkout-secondary > .form-wrapper,
form[id*=commerce-checkout-flow] .checkout-pane,
form[id*=commerce-checkout-flow] fieldset,
form[id*=commerce-checkout-flow] details,
form[id*=commerce-checkout-flow] .layout-region-checkout-main > .form-wrapper,
form[id*=commerce-checkout-flow] .layout-region-checkout-secondary > .form-wrapper {
  background-color: #fff;
  padding: 18px 20px;
  margin-bottom: 20px;
}
.commerce-checkout-flow fieldset,
.checkout-flow fieldset,
form[id*=commerce-checkout-flow] fieldset {
  border: 0;
}
.commerce-checkout-flow .checkout-pane-title,
.commerce-checkout-flow .layout-region-checkout-secondary > h3,
.commerce-checkout-flow .block-commerce-checkout-progress h2,
.commerce-checkout-flow .block-commerce-checkout-progress .block-title,
.commerce-checkout-flow .checkout-pane > legend,
.commerce-checkout-flow .checkout-pane > .fieldset__legend,
.commerce-checkout-flow .layout-region-checkout-main > .form-wrapper > fieldset > legend,
.commerce-checkout-flow .layout-region-checkout-main > .form-wrapper > fieldset > .fieldset__legend,
.commerce-checkout-flow .checkout-pane h3,
.commerce-checkout-flow fieldset fieldset > legend,
.commerce-checkout-flow fieldset fieldset > .fieldset__legend,
.checkout-flow .checkout-pane-title,
.checkout-flow .layout-region-checkout-secondary > h3,
.checkout-flow .block-commerce-checkout-progress h2,
.checkout-flow .block-commerce-checkout-progress .block-title,
.checkout-flow .checkout-pane > legend,
.checkout-flow .checkout-pane > .fieldset__legend,
.checkout-flow .layout-region-checkout-main > .form-wrapper > fieldset > legend,
.checkout-flow .layout-region-checkout-main > .form-wrapper > fieldset > .fieldset__legend,
.checkout-flow .checkout-pane h3,
.checkout-flow fieldset fieldset > legend,
.checkout-flow fieldset fieldset > .fieldset__legend,
form[id*=commerce-checkout-flow] .checkout-pane-title,
form[id*=commerce-checkout-flow] .layout-region-checkout-secondary > h3,
form[id*=commerce-checkout-flow] .block-commerce-checkout-progress h2,
form[id*=commerce-checkout-flow] .block-commerce-checkout-progress .block-title,
form[id*=commerce-checkout-flow] .checkout-pane > legend,
form[id*=commerce-checkout-flow] .checkout-pane > .fieldset__legend,
form[id*=commerce-checkout-flow] .layout-region-checkout-main > .form-wrapper > fieldset > legend,
form[id*=commerce-checkout-flow] .layout-region-checkout-main > .form-wrapper > fieldset > .fieldset__legend,
form[id*=commerce-checkout-flow] .checkout-pane h3,
form[id*=commerce-checkout-flow] fieldset fieldset > legend,
form[id*=commerce-checkout-flow] fieldset fieldset > .fieldset__legend {
  margin-top: 0;
}
.commerce-checkout-flow .block-commerce-checkout-progress h2,
.commerce-checkout-flow .block-commerce-checkout-progress .block-title,
.checkout-flow .block-commerce-checkout-progress h2,
.checkout-flow .block-commerce-checkout-progress .block-title,
form[id*=commerce-checkout-flow] .block-commerce-checkout-progress h2,
form[id*=commerce-checkout-flow] .block-commerce-checkout-progress .block-title {
  color: #222;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 10px;
}
.commerce-checkout-flow .checkout-pane-title,
.commerce-checkout-flow .layout-region-checkout-secondary > h3,
.commerce-checkout-flow .checkout-pane > legend,
.commerce-checkout-flow .checkout-pane > .fieldset__legend,
.commerce-checkout-flow .layout-region-checkout-main > .form-wrapper > fieldset > legend,
.commerce-checkout-flow .layout-region-checkout-main > .form-wrapper > fieldset > .fieldset__legend,
.checkout-flow .checkout-pane-title,
.checkout-flow .layout-region-checkout-secondary > h3,
.checkout-flow .checkout-pane > legend,
.checkout-flow .checkout-pane > .fieldset__legend,
.checkout-flow .layout-region-checkout-main > .form-wrapper > fieldset > legend,
.checkout-flow .layout-region-checkout-main > .form-wrapper > fieldset > .fieldset__legend,
form[id*=commerce-checkout-flow] .checkout-pane-title,
form[id*=commerce-checkout-flow] .layout-region-checkout-secondary > h3,
form[id*=commerce-checkout-flow] .checkout-pane > legend,
form[id*=commerce-checkout-flow] .checkout-pane > .fieldset__legend,
form[id*=commerce-checkout-flow] .layout-region-checkout-main > .form-wrapper > fieldset > legend,
form[id*=commerce-checkout-flow] .layout-region-checkout-main > .form-wrapper > fieldset > .fieldset__legend {
  color: #222;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 12px;
}
.commerce-checkout-flow .checkout-pane h3,
.commerce-checkout-flow fieldset fieldset > legend,
.commerce-checkout-flow fieldset fieldset > .fieldset__legend,
.checkout-flow .checkout-pane h3,
.checkout-flow fieldset fieldset > legend,
.checkout-flow fieldset fieldset > .fieldset__legend,
form[id*=commerce-checkout-flow] .checkout-pane h3,
form[id*=commerce-checkout-flow] fieldset fieldset > legend,
form[id*=commerce-checkout-flow] fieldset fieldset > .fieldset__legend {
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.commerce-checkout-flow .checkout-pane-title + *,
.commerce-checkout-flow .layout-region-checkout-secondary > h3 + *,
.commerce-checkout-flow fieldset > legend + *,
.commerce-checkout-flow fieldset > .fieldset__legend + *,
.checkout-flow .checkout-pane-title + *,
.checkout-flow .layout-region-checkout-secondary > h3 + *,
.checkout-flow fieldset > legend + *,
.checkout-flow fieldset > .fieldset__legend + *,
form[id*=commerce-checkout-flow] .checkout-pane-title + *,
form[id*=commerce-checkout-flow] .layout-region-checkout-secondary > h3 + *,
form[id*=commerce-checkout-flow] fieldset > legend + *,
form[id*=commerce-checkout-flow] fieldset > .fieldset__legend + * {
  margin-top: 0;
}

.view-catalogue {
  margin: 0;
}
.view-catalogue .views-row {
  margin-bottom: 0px;
}
.view-catalogue .views-col {
  float: none;
  width: auto !important;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .view-catalogue {
    margin: 0px -40px;
  }
  .view-catalogue .views-view-grid {
    display: table;
    border-collapse: separate;
    border-spacing: 20px 0px;
  }
  .view-catalogue .views-row {
    display: table-row;
    margin-bottom: 20px;
  }
  .view-catalogue .views-col {
    width: 50% !important;
    display: table-cell;
    margin-bottom: 0px;
    border-spacing: 0px 0px;
  }
}
.view-catalogue .body {
  height: 100%;
}
.view-catalogue .body h2 {
  margin-top: 0px;
  font-size: 20px;
}
.view-catalogue .body .field--name-body {
  text-align: justify;
  margin-bottom: 10px;
}
.view-catalogue .input-group {
  width: 100%;
}
.view-catalogue .field--name-price {
  bottom: 0;
  display: block;
}

.field--name-variations {
  margin-bottom: 20px;
}

.field--name-field-fichier {
  clear: both;
  padding: 20px 0;
}

.field--name-field-fichiers > .field__item,
.field--name-field-fichiers > .field--item {
  margin-bottom: 6px;
}

.block-content-bloc_fichiers {
  clear: both;
  padding-top: 20px;
}

form[data-drupal-selector=commerce-checkout-flow-custom-checkout-flow][action*="/Form_Fill"] .checkout-pane-custom-completion-message {
  display: none;
}

.node--type-page .field--name-body p {
  text-align: justify;
}

.view-commerce-cart-form .btn-danger {
  background-color: #848484;
  border-color: #848484;
}
.view-commerce-cart-form .form-actions {
  float: right;
}
.view-commerce-cart-form .form-actions .btn {
  float: none;
}
.view-commerce-cart-form .form-actions .btn-info {
  background-color: #b3b3b3;
  border-color: transparent;
}
.view-commerce-cart-form .form-actions .btn-info span {
  display: none;
}
.view-commerce-cart-form .form-actions .btn-secondary {
  background-color: #e94190;
  border-color: #e94190;
  color: #fff;
}
.view-commerce-cart-form .form-actions .btn-secondary:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}
.view-commerce-cart-form .form-actions .btn-secondary:before {
  content: "\f00c";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Font awsome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -0.25em;
  margin-right: 0.6em;
}

.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-payment-information-add-payment-method-billing-information-address-0-address-organization.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-organization.form-group,
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-payment-information-billing-information-address-0-address-organization.js-form-item-payment-information-billing-information-address-0-address-organization.form-group {
  display: none;
}

.node-52 .alert-info .bi-question-circle, .node-52 .alert-info .fa-circle-question {
  color: #8d600b;
  margin: 0.9em 0.9em 0 0.9em;
}
.node-52 .alert-info a, .node-52 .alert-info a:hover, .node-52 .alert-info a:focus {
  color: #8d600b;
}
.node-52 .alert-success {
  background-color: #fcaf1b;
  border-color: #d08c0e;
  color: #8d600b;
  font-weight: 400;
}

.footer {
  background-color: #e94190;
}
.footer section {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .footer section {
    margin: 0 20px;
  }
}
@media (min-width: 1024px) {
  .footer section {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .footer .view-id-bloc_contact .group-left {
    padding-right: 5px;
  }
  .footer .view-id-bloc_contact .group-right {
    padding-left: 5px;
  }
}
.footer .view-id-bloc_contact .message-label {
  margin-bottom: 10px;
}
.footer .btn-primary {
  color: #e94190;
}
.footer .field--name-node-title h2 {
  margin-top: 0;
}
.footer .field--name-body > h2 {
  margin-top: 0;
}
.footer .region-footer .node--type-page .field--name-body p:last-child,
.footer .region-footer .node--type-page .field--name-body p:last-of-type,
.footer .region-footer .field--name-body p.text-align-center {
  text-align: center !important;
}
@media (min-width: 1024px) {
  .footer section {
    padding: 0;
  }
}

/*# sourceMappingURL=style.css.map */
