/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./css/mobile.sass ***!
  \**************************************************************************************************************************************/
/* RESET */
/* BOX-SIZING */
* {
  box-sizing: border-box; /* Opera/IE 8+ */
  /* transition : background-color 0.4s ease, color 0.4s ease; */
}

/* SCROLLBAR IE */
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* RESET */
a {
  color: #000;
}
a:hover {
  color: black;
}

BODY {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  max-width: 100%;
  min-width: 300px;
  background-color: #FFF;
  overflow-x: hidden;
}

HR {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0em;
  -webkit-margin-end: 0em;
  border-style: none;
  border-width: 0px;
}

FORM {
  margin: 0px;
  padding: 0px;
}

INPUT:not([type=checkbox]),
LABEL,
SELECT,
BUTTON,
TEXTAREA {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  box-shadow: none;
}

TEXTAREA {
  resize: none;
}

INPUT:focus {
  outline: 0;
}

BUTTON {
  cursor: pointer;
}

IMG {
  border: 0px;
  display: block;
  user-select: none;
}

H1, H2, H3, H4 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 1em;
}

STRONG, B {
  font-weight: bold;
}

P {
  margin: 0px;
}

UL {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a[href], a[onclick], a[popup] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #000;
}

:focus {
  outline: none;
}

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

INPUT:not([type=checkbox]) {
  border-radius: 0;
  -webkit-appearance: none;
}

INPUT::-ms-clear {
  display: none;
}

::-webkit-input-placeholder {
  color: #5e5e5e;
}

:-ms-input-placeholder {
  color: #5e5e5e;
}

::placeholder {
  color: #5e5e5e;
}

/* GENERAL */
body.menu-is-open {
  overflow: hidden;
}

hr {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #F3F3F3;
}

.container {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  margin: 50px 0;
}

@media (max-width: 768px) {
  section {
    margin: 30px 0;
  }
}
@media (max-width: 576px) {
  [data-resize=active] {
    display: none !important;
  }
}
.sticky {
  position: sticky;
  top: 20px;
}

.mt-2 {
  margin-top: 20px;
}

.mb-2 {
  margin-bottom: 20px;
}

.center {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.title-lemag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  background-color: #21A7D5;
  text-align: center;
  height: 26px;
  width: 75px;
  margin-right: 5px;
}
.title-lemag img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: auto;
}

.title-w {
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 10px 10px 15px;
  background-color: #F3F3F3;
  border-radius: 30px;
}
.title-w .title-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  background-color: #21A7D5;
  text-align: center;
  height: 26px;
  width: 35px;
  margin-right: 5px;
}
.title-w .title-icon.gray {
  background-color: #5e5e5e;
}
.title-w .title-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-w h1, .title-w h3, .title-w .h3 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  color: #1A1E21;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.title-w h1 span, .title-w h3 span, .title-w .h3 span {
  color: #21A7D5;
}
.title-w .icon-chevron-right {
  display: inline-block;
  vertical-align: middle;
}

.result-w {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.section-error {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 442px - 48px - 98px);
}

.section-description {
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.post-author-avatar {
  display: inline-block;
  vertical-align: middle;
}

.cta_w {
  margin-top: 20px;
  text-align: center;
}
.cta_w.left {
  text-align: left;
}
.cta_w .cta {
  display: inline-block;
  padding: 12px 25px;
  font-size: 17px;
  line-height: 22px;
}

.cta {
  display: block;
  width: auto;
  padding: 12px 20px;
  margin: 10px 0;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 700;
  border-radius: 50px;
  background-color: #1A1E21;
  text-align: center;
  cursor: pointer;
  word-break: keep-all;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.cta svg,
.cta span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.cta:hover {
  color: #F3F3F3;
  background-color: #21A7D5;
}
.cta.cta-white {
  padding: 12px 15px;
  color: #5e5e5e;
  background-color: #FFFFFF;
}
.cta.cta-white:hover {
  color: #21A7D5;
}
.cta.cta-primary {
  color: #FFFFFF;
  background-color: #21A7D5;
}
.cta.cta-primary:hover {
  color: #FFFFFF;
  background-color: #1A1E21;
}
.cta.cta-twitter {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFFFFF;
  font-weight: 400;
  background-color: #1a8cd8;
}
.cta.cta-facebook {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFFFFF;
  font-weight: 400;
  background: linear-gradient(45deg, #0062E0, #19AFFF);
}
.cta.cta-ticket {
  font-weight: 700;
  color: #FFFFFF;
  background-color: #D50F5F;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  justify-content: center;
}
.row.space-between {
  justify-content: space-between;
}
.row.flex-start {
  justify-content: flex-start;
}
.row.flex-center {
  justify-content: center;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .mt-xl-2 {
    margin-top: 2rem;
  }
}
@media (max-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
@media (max-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .d-lg-none {
    display: none;
  }
}
@media (max-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (max-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.d-none {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.no-update {
  text-align: center;
  margin-top: 10px;
  padding: 0 10px;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #5e5e5e;
}

.pagination {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 16px;
  margin-bottom: 5px;
  min-width: 44px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  border: 2px solid #F3F3F3;
  border-radius: 50px;
  transition: border-color 0.4s ease-in-out;
}
.pagination .page-numbers:hover {
  border-color: rgba(94, 94, 94, 0.5);
}
.pagination .page-numbers.dots {
  border: none;
  min-width: auto;
  padding: 10px 5px;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  font-size: 14px;
  font-weight: 700;
  border: none;
  padding: 10px 10px;
}
.pagination .page-numbers.current {
  color: #21A7D5;
  font-weight: 700;
  border-color: #21A7D5;
  background-color: rgba(33, 167, 213, 0.05);
}

/* LAYOUT */
header {
  position: relative;
  padding: 25px 0;
}
header .navbar {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  z-index: 10;
}
header .header-brand {
  display: inline-block;
  vertical-align: middle;
}
header .header-brand img {
  height: 32px;
}
header .header-brand img.desktop {
  display: block;
}
header .header-brand img.tablet, header .header-brand img.mobile {
  display: none;
}
header .header-right {
  width: 210px;
}
header .header-right .header-search-w {
  padding: 10px 10px 10px 15px;
  width: 100%;
  border-radius: 50px;
  background-color: #F3F3F3;
  border: 2px solid #F3F3F3;
  cursor: pointer;
}
header .header-right .header-search-w .search {
  position: relative;
  height: 24px;
}
header .header-right .header-search-w .search .icon-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  color: #21A7D5;
  font-weight: 700;
  z-index: 2;
}
header .header-right .header-search-w .search .search-input {
  display: block;
  height: 100%;
  width: calc(100% - 46px);
  font-size: 0.9rem;
  line-height: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
header .header-right .header-search-w .search [type=submit] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #21A7D5;
  font-weight: 700;
  opacity: 0;
  background-color: #F3F3F3;
  z-index: 3;
  padding: 5px 3px;
  cursor: pointer;
}
header .header-left {
  position: relative;
  width: 210px;
}
header .header-left .header-burger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px 10px 15px;
  border-radius: 50px;
  border: 2px solid #F3F3F3;
  cursor: pointer;
}
header .header-left .header-burger .header-burger-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  color: #1A1E21;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
header .header-left .header-burger:hover .burger_w span {
  background-color: #21A7D5;
}
header .header-left .header-burger:hover .burger_w span:last-child {
  width: 20px;
}
header .header-left .burger_w {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 5px;
  cursor: pointer;
}
header .header-left .burger_w span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1A1E21;
  margin: 5px 0;
  border-radius: 3px;
  transition: width 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
header .header-left .header-region {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 35px 10px 10px;
  border-radius: 50px;
  border: 2px solid #F3F3F3;
  cursor: pointer;
}
header .header-left .header-region .icon-region {
  display: inline-block;
  vertical-align: middle;
  color: #5e5e5e;
}
header .header-left .header-region .header-region-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  color: #1A1E21;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  width: 75px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
header .header-left .header-region .icon-chevron-bottom {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
header nav {
  position: absolute;
  top: -14px;
  left: -8px;
  display: none;
  width: 220px;
  padding: 20px 25px 25px 25px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #F3F3F3;
  box-shadow: 4px 4px 12px rgba(217, 217, 217, 0.5);
  z-index: 3;
}
header nav .nav-close {
  cursor: pointer;
  padding: 5px 0;
}
header nav .nav-close svg {
  display: inline-block;
  vertical-align: middle;
}
header nav .nav-close span {
  display: inline-block;
  vertical-align: middle;
  color: #5e5e5e;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 700;
}
header nav .nav {
  padding: 0 2px;
}
header nav .nav .menu-item {
  display: block;
  margin-top: 3px;
}
header nav .nav .menu-item a {
  display: block;
  width: 100%;
  padding: 4px 0;
  color: #1A1E21;
  font-size: 16px;
  line-height: 20px;
  transition: color 0.4s ease-in;
}
header nav .nav .menu-item.current-menu-item a, header nav .nav .menu-item.current-menu-parent a {
  color: #21A7D5;
  font-weight: 700;
}
header nav .nav .menu-item.current-menu-item a:hover, header nav .nav .menu-item.current-menu-parent a:hover {
  color: #21A7D5;
}
header nav .nav .menu-item .sub-menu {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 7px;
}
header nav .nav .menu-item .sub-menu.show {
  visibility: visible;
  top: 100%;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
header nav .nav .menu-item .sub-menu .menu-item {
  display: inline-block;
  white-space: nowrap;
}
header nav .nav .menu-item .sub-menu .menu-item.current-menu-item a {
  font-weight: 700;
}
header nav .nav .menu-item .sub-menu .menu-item a {
  color: #1A1E21;
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: 400;
}

.nav-mag {
  display: none;
  position: relative;
  padding: 5px 0;
  text-align: center;
  background-color: #F3F3F3;
}
.nav-mag ul#nav-mag {
  display: inline;
  vertical-align: middle;
}
.nav-mag .nav-mag-plus {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 5px;
}
.nav-mag .nav-mag-plus .nav-mag-plus-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
}
.nav-mag .nav-mag-secondary {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  text-align: left;
  width: 175px;
  background-color: #F3F3F3;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  z-index: 10;
}
.nav-mag .nav-mag-secondary .menu-item {
  display: block;
}
.nav-mag .nav-mag-secondary .menu-item a {
  padding: 6px 5px;
  font-size: 14px;
  line-height: 18px;
}
.nav-mag .menu-item {
  display: inline-block;
  vertical-align: middle;
}
.nav-mag .menu-item a {
  display: block;
  width: 100%;
  padding: 9px 5px;
  color: #1A1E21;
  font-size: 16px;
  line-height: 20px;
  transition: color 0.4s ease-in;
}
.nav-mag .menu-item a:hover {
  color: #21A7D5;
}
.nav-mag .menu-item.current-menu-item a, .nav-mag .menu-item.current-menu-parent a {
  color: #1A1E21;
  font-weight: 700;
}
.nav-mag .menu-item.current-menu-item a:hover, .nav-mag .menu-item.current-menu-parent a:hover {
  color: #1A1E21;
}

@media screen and (max-width: 800px) {
  header .header-brand {
    display: inline-block;
    vertical-align: middle;
  }
  header .header-brand img {
    height: 32px;
  }
  header .header-brand img.desktop, header .header-brand img.mobile {
    display: none;
  }
  header .header-brand img.tablet {
    display: block;
  }
  header .header-right,
  header .header-left {
    width: 150px;
  }
  header .header-left .header-region .header-region-label {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  header .burger_w {
    margin-right: 15px;
  }
  header .header-right .header-search-w {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    width: 67px;
    transform: translateY(-50%);
    transition: width 0.4s ease-in-out;
  }
  header .header-right .header-search-w .search .search-input {
    display: none;
  }
  header .header-right .header-search-w .search .search-submit {
    display: none;
  }
  header .header-right .header-search-w.extended {
    width: calc(100% + 3px);
  }
  header .header-left .header-burger {
    padding: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
  }
  header .header-left .header-burger .header-burger-label {
    display: none;
  }
  header .header-brand img {
    height: 50px;
    /*&.desktop,
    &.tablet {
        display: none;
    }
    &.mobile {
        display: block;
    }*/
  }
  .nav-mag .menu-item a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 400px) {
  header .header-brand img {
    height: 35px;
  }
}
footer {
  padding: 80px 0;
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
  background-color: #1A1E21;
}
footer .footer-brand {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
footer .footer-brand img {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  width: auto;
}
footer .footer-brand p {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
footer .footer-bottom .footer-copyright {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.1rem;
  color: #F3F3F3;
}
footer .footer-bottom .footer-legal {
  display: block;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.1rem;
  color: #F3F3F3;
}
footer .footer-bottom .footer-legal .menu .menu-item {
  display: block;
  margin-bottom: 5px;
}
footer .footer-bottom .footer-legal .menu .menu-item:last-child {
  margin-right: 0;
}
footer .footer-bottom .footer-legal .menu .menu-item a {
  display: inline-block;
  padding: 4px 0;
  color: #F3F3F3;
  transition: color 0.4s ease-in-out;
}
footer .footer-bottom .footer-legal .menu .menu-item a:hover {
  color: #5e5e5e;
}
footer .footer-bottom .footer-dev {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  color: #5e5e5e;
}
footer .footer-bottom .footer-dev a {
  color: #5e5e5e;
  transition: color 0.4s ease-in-out;
}
footer .footer-bottom .footer-dev a:hover {
  color: #FFF;
}
footer .footer-menu {
  margin-bottom: 20px;
}
footer .footer-menu .menu-item {
  margin-bottom: 0;
}
footer .footer-menu .menu-item a {
  display: inline-block;
  padding: 5px 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #FFFFFF;
  transition: color 0.4s ease-in-out;
}
footer .footer-menu .menu-item a:hover {
  color: #21A7D5;
}

@media (max-width: 992px) {
  footer {
    padding-bottom: 50px;
  }
  footer .footer-menu {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  footer {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  footer .footer-bottom {
    margin-bottom: 10px;
  }
  footer .footer-bottom .footer-copyright,
  footer .footer-bottom .footer-legal,
  footer .footer-bottom .footer-dev {
    display: block;
    margin-bottom: 10px;
  }
}
/* PAGE - SECTION */
ul#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
}
ul#breadcrumbs li a {
  font-size: 0.95rem;
  line-height: 1.1rem;
  text-transform: capitalize;
  transition: color 0.4s ease-in-out;
}
ul#breadcrumbs li a:hover {
  color: #21A7D5;
}
ul#breadcrumbs li.breadcrumb-separator {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #5e5e5e;
  opacity: 0.5;
  transform: translateY(1px);
}

@media (max-width: 768px) {
  ul#breadcrumbs li a {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
  ul#breadcrumbs li.breadcrumb-separator {
    font-size: 0.7rem;
    line-height: 1rem;
  }
}
@media (max-width: 650px) {
  .place-content ul#breadcrumbs {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .single-post section {
    margin-top: 0;
  }
}
.post-article .row {
  margin-bottom: 20px;
}

.post-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px 20px;
  margin-bottom: 10px;
}

.post-category {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 6px 10px 4px 10px;
  margin-right: 10px;
  color: #FFFFFF;
  font-size: 0.8rem;
  line-height: 1.1rem;
  border-radius: 20px;
  background-color: #1A1E21;
  transition: background-color 0.4s ease-in-out;
  z-index: 2;
}
.post-category:hover {
  color: #FFF;
  background-color: #21A7D5;
}

.post-infos {
  display: inline-block;
  vertical-align: middle;
  color: #686868;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}
.post-infos b {
  font-weight: 400;
  color: #1A1E21;
}
.post-infos span {
  display: inline-block;
  word-break: keep-all;
}

.post-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  text-align: right;
}
.post-share .post-share-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #686868;
  font-size: 15px;
  line-height: 19px;
}
.post-share .post-share-icon {
  display: inline-block;
  vertical-align: middle;
  color: #686868;
  font-size: 25px;
  line-height: 25px;
  transition: color 0.4s ease-in-out;
}
.post-share .post-share-icon svg {
  display: block;
  width: 27px;
}
.post-share .post-share-icon:hover {
  color: #1A1E21;
}

h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1A1E21;
}

h3, .h3 {
  color: #1A1E21;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.post-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.post-thumbnail img {
  height: auto;
  width: 100%;
}

.post-content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 40px 40px;
  max-width: 100%;
  border-radius: 10px;
  background-color: #FFFFFF;
  z-index: 2;
}
.post-content h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.75rem;
  line-height: 2rem;
}
.post-content .post-text {
  font-size: 16px;
  line-height: 24px;
}
.post-content .post-chapeau {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #197EA1;
}
.post-content .post-sidebar {
  width: 300px;
  flex-basis: 300px;
  flex-grow: 0;
  flex-shrink: 0;
}

.content textarea {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #F3F3F3;
  padding: 10px;
}
.content blockquote {
  margin-left: 0;
  padding-left: 20px;
  margin-bottom: 10px;
  width: 100%;
}
.content figure {
  margin-left: 0;
  margin-right: 0;
}
.content h2 {
  color: #197EA1;
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}
.content h3, .content .h3 {
  font-size: 1.15rem;
  line-height: 1.4rem;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
.content p {
  margin-bottom: 10px;
  line-height: 1.4rem;
  text-align: justify;
  word-break: break-word;
}
.content a {
  color: #197EA1;
  font-weight: 700;
}
.content a:hover {
  color: #21A7D5;
}
.content img {
  margin-bottom: 10px;
  height: auto;
  max-width: 100%;
}
.content pre {
  width: 100%;
  white-space: pre-wrap;
}
.content .wp-caption {
  display: block;
  width: 100% !important;
  margin: 30px auto;
}
.content .wp-caption img {
  margin: 0 auto;
}
.content .wp-caption.aligncenter img {
  margin: 0 auto;
}
.content .wp-caption.alignright img {
  margin-right: 0;
}
.content .wp-caption .wp-caption-text {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  color: #5e5e5e;
}
.content .post-tag {
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 15px;
  line-height: 20px;
}
.content .post-tag a {
  display: inline-block;
  padding: 8px 8px;
  color: #5e5e5e;
}
.content .post-tag span {
  display: inline-block;
  margin-right: 10px;
  color: #5e5e5e;
}
.content .post-author {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
  background-color: #F3F3F3;
}
.content .post-author .post-author-avatar {
  width: 32px;
  flex-basis: 32px;
}
.content .post-author .post-author-avatar img {
  margin: 0;
}
.content .post-author .post-author-infos {
  padding-top: 6px;
  flex-basis: calc(100% - 32px);
}
.content .post-author .post-author-infos .post-author-name {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}
.content .post-author .post-author-infos p {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
}

@media screen and (max-width: 992px) {
  .post-content {
    padding: 0 30px 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .post-article .row {
    margin-bottom: 15px;
  }
  .post-top {
    flex-direction: column;
    text-align: center;
  }
  .post-top .post-share {
    display: none;
  }
  .post-thumbnail-border {
    padding: 0;
  }
  .post-thumbnail-border .post-thumbnail {
    padding-top: 56.25%;
  }
  .content p {
    font-size: 1rem;
    line-height: 1.5rem;
    word-break: break-word;
  }
  .content h2 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .post-content {
    display: block;
    padding: 0 0 15px;
  }
  .post-content h1 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .post-content .post-text {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .post-sidebar {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .post-article .row {
    margin-bottom: 10px;
  }
  .post-infos {
    display: block;
    margin-top: 15px;
  }
  .post-category {
    margin-right: 0;
    padding: 8px 12px 6px 12px;
    font-size: 13px;
    line-height: 17px;
  }
  .post-content h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .post-content .post-text {
    font-size: 17px;
    line-height: 25px;
  }
  .post-content .post-text .post-chapeau {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }
  .post-content .post-text h2,
  .post-content .post-text h3, .post-content .post-text .h3 {
    font-size: 23px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .content .post-author {
    flex-wrap: wrap;
    gap: 7px;
  }
  .content .post-author .post-author-infos {
    flex-basis: 100%;
    padding-top: 0;
  }
}
.article-card {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #FFF;
  overflow: hidden;
}
.article-card:hover .card-thumbnail img {
  transform: translate(-50%, -50%) scale(1.1) rotate(1deg);
}
.article-card:hover .card-title * {
  color: #21A7D5;
}
.article-card:hover h2 {
  color: #21A7D5;
}
.article-card.article-card-dark .card-thumbnail {
  background-color: #1A1E21;
}
.article-card.article-card-dark .card-thumbnail img {
  opacity: 0.5;
}
.article-card .post-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(26, 30, 33, 0.5);
}
.article-card .post-category:hover {
  background-color: #21A7D5;
}
.article-card .card-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.article-card .card-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  min-width: 100%;
  transition: transform 0.4s ease-in-out;
}
.article-card .card-text {
  display: block;
  margin-top: 10px;
}
.article-card .card-text .card-date {
  margin-bottom: 5px;
  color: #5e5e5e;
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 600;
}
.article-card .card-text h2 {
  font-weight: 700;
  transition: color 0.4s ease-in-out;
}
.article-card .card-text p {
  margin-top: 5px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #5e5e5e;
  font-weight: 400;
}
.article-card .card-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: block;
  width: calc(100% - 30px);
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.article-card .card-title.transparent {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.article-card .card-title.transparent * {
  color: #FFFFFF;
}
.article-card .card-title h2 {
  transition: color 0.4s ease-in-out;
}
.article-card .card-title * {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 700;
  text-align: left;
  transition: color 0.4s ease-in-out;
}
.article-card .card-title .card-date {
  margin-bottom: 5px;
  color: #5e5e5e;
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 600;
}
.article-card .card-title p {
  margin-top: 5px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #5e5e5e;
  font-weight: 400;
}
.article-card .card-lieu {
  display: block;
  margin-top: 4px;
  padding: 4px 0;
  color: #135f7a;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 600;
}

.card-pass {
  display: inline-block;
  margin-top: 2px;
  padding: 4px 10px 5px;
  color: #21A7D5;
  border-radius: 5px;
  background-color: rgba(33, 167, 213, 0.1);
}
.card-pass svg {
  display: inline-block;
  vertical-align: middle;
}
.card-pass span {
  vertical-align: middle;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .article-card.article-first .card-thumbnail {
    padding-top: calc(200% + 20px);
  }
}
.category-card {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #FFF;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.category-card .category-card-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1E21;
  opacity: 0.8;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
}
.category-card .category-card-content {
  position: relative;
  padding: 55px 20px 35px;
  text-align: center;
  z-index: 2;
}
.category-card .category-card-content .category-card-title {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
  text-shadow: 0 0 5px #1A1E21;
}
.category-card svg {
  display: inline-block;
  margin: 0 auto;
  opacity: 0.5;
  transform: translateY(-2px);
  transition: transform 0.4s ease-in-out;
}
.category-card:hover .category-card-cover {
  opacity: 0.4;
}
.category-card:hover svg {
  transform: translateY(0px);
}

@media (max-width: 576px) {
  .article-card .card-title * {
    font-size: 15px;
    line-height: 19px;
  }
  .article-card .card-text p {
    margin-top: 7px;
  }
  .article-card .card-text.card-text-small p {
    display: none;
  }
}
/* -------------- VIDEO RESPONSIVE --------------- */
.video-wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  height: 0;
  margin: 14px 0;
  overflow: hidden;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sidebar-bloc {
  text-align: center;
  margin-bottom: 30px;
}
.sidebar-bloc h4 {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.sidebar-bloc .article-card .card-thumbnail {
  background-color: #1A1E21;
}
.sidebar-bloc .article-card .card-thumbnail img {
  opacity: 0.5;
}
.sidebar-bloc.widget_recent_entries ul li {
  margin-bottom: 0;
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #F3F3F3;
  border-right: 1px solid #F3F3F3;
  border-top: 1px solid #F3F3F3;
}
.sidebar-bloc.widget_recent_entries ul li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #1A1E21;
  transition: color 0.4s ease-in-out;
}
.sidebar-bloc.widget_recent_entries ul li a:hover {
  color: #21A7D5;
}
.sidebar-bloc.widget_recent_entries ul li .post-date {
  font-size: 12px;
  line-height: 15px;
  color: #5e5e5e;
}
.sidebar-bloc.widget_recent_entries ul li:last-child {
  border-bottom: 1px solid #F3F3F3;
}
.sidebar-bloc .title-lemag {
  display: inline-block;
  margin: 0 auto 20px;
}
