* {
  cursor: default;
}

a,
a * {
  cursor: pointer;
}

@media (max-width: 1200px) {
  html,
  body {
    height: 100%;
    /* Allows you to scroll below the viewport; default value is visible */
    overflow-y: scroll;
    /* To smooth any scrolling behavior */
    -webkit-overflow-scrolling: touch;
  }
}

/* HIGHLIIGHT NAV */
@media (min-width: 1200px) {
  .level-item:hover > a,
  .resplink:hover .resplink_a {
    color: #f26c52;
  }
}

.current--a,
.current--a > a {
  color: #f26c52;
}

/* SEARCH */
body.search {
  background-color: white !important;
}

.forie {
  display: none;
}

.accordeon-title * {
  cursor: pointer;
}

/* DESKTOP NAV */
body {
  overflow-x: hidden !important;
  width: 100vw !important;
}

.level2-wrapper,
.level3_wrapper {
  transition-delay: 250ms;
  display: block;
  opacity: 0;
  margin-top: -20px;
  pointer-events: none;
  transition: all 300ms ease;
}

.level-item:hover > .level2-wrapper,
.level-item:hover > .level3_wrapper {
  opacity: 1;
  margin-top: 0px;
  pointer-events: auto;
}

.level2 .level-item:hover,
.level3 .level-item:hover {
  padding-left: 15px;
}

.level2 .withsub > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  height: 10px;
  width: 10px;
  background: white;
  transform: translate(0, -50%) rotateZ(45deg);
  z-index: 10;
}

.level2 .withsub > a.current--a:after {
  background: #f26c52;
}

.level2 .withsub > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  height: 10px;
  width: 10px;
  background: #005695;
  transform: translate(0, -50%) rotateZ(45deg);
  z-index: 11;
  margin-right: 4px;
}

.level3_wrapper {
  margin-top: 0px;
}

.level-item:hover > .level3_wrapper {
  margin-top: -20px;
}

.level2,
.level3 {
  max-width: 250px;
}

.level-item--a {
  line-height: 17px;
}

.level2 .level-item,
.level3 .level-item {
  padding-right: 36px;
}

.mainlevel > .level-item--a {
  white-space: nowrap;
}

.withsub > .level-item--a {
  border-right: 1px solid #103e60;
}

/* Home agenda */
.homeagenda_content a {
  color: white;
  text-decoration: none;
}

/* Home slider */
.homeslide,
.homeslide *:not(.cta) {
  cursor: grab;
}

.homeslider {
  max-height: 90vh !important;
  height: 900px !important;
}

@media (max-width: 500px) {
  .homeslider,
  .home-hero {
    max-height: calc(100vh - 80px) !important;
  }
}

.homeslide_title,
.homeslide_accroche,
.homeslide_content .cta,
.homeslide_img {
  opacity: 0;
}

.homeslide_title {
  transform: translateX(-40px);
  transition-delay: 200ms;
}

.homeslide_accroche {
  transform: translateX(40px);
  transition-delay: 400ms;
}

.homeslide_content .cta {
  transform: translateY(-40px);
  transition-delay: 600ms;
}

.homeslide_img {
  transform: scale(1.1);
  object-fit: cover;
}

.active .homeslide_title,
.active .homeslide_accroche,
.active .homeslide_content .cta {
  opacity: 1;
  transform: translate(0, 0);
}

.active .homeslide_img {
  opacity: 1;
  transform: scale(1);
}

.home-hero .lSSlideOuter {
  position: relative;
}

.home-hero ul.lSPager.lSpg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -100px);
  z-index: 9999;
}

@media (max-width: 767px) {
  .home-hero ul.lSPager.lSpg {
    transform: translate(-50%, -60px);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .homeslide_content {
    margin-bottom: 80px;
  }
}

.home-hero .lSSlideOuter .lSPager.lSpg > li.active a {
  transform: translateY(-5px);
}

.home-hero .lSSlideOuter .lSPager.lSpg > li a,
.home-hero .lSSlideOuter .lSPager.lSpg > li.active a {
  width: 45px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}

.home-hero .lSSlideOuter .lSPager.lSpg > li.active a:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  height: 100%;
  animation: widthAnimation 4s linear;
}

@keyframes widthAnimation {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* BIG CTA */
.bigcta:hover .cta-facebook_subline {
  width: 200px;
}

/* Gallery */

.galery-link-item_content * {
  transition: all 500ms cubic-bezier(0.47, 1.57, 0.78, 0.91);
}

.galery-link-item_img {
  transition: all 400ms ease;
}

.gallery_link-item:hover .galery-link-item_img {
  transform: scale(1.05) rotateZ(0deg);
}

.gallery_link-item:hover .small-title {
  transform: translateY(-20px);
}

@media (min-width: 992px) {
  a.gallery_link-item:nth-child(3n-1) {
    margin: 1% 2%;
  }

  .gallery_link-item {
    width: 32%;
    margin: 1% 0;
  }
}

@media (min-width: 479px) and (max-width: 991px) {
  .gallery_link-item {
    width: 48%;
  }

  a.gallery_link-item:nth-child(even) {
    margin: 2% 0 2% 2%;
  }

  a.gallery_link-item:nth-child(odd) {
    margin: 2% 2% 2% 0;
  }
}

/* ACCORDEON */
@media (max-width: 767px) {
  .accordeon-arrow path {
    fill: #fff;
  }
}

/* Search */
.search.nosearch {
  display: block;
}

/* Last Slider */
.homeslide_mask {
  z-index: 10;
}

.lastslider,
.home-lastslider .lSSlideOuter,
.home-lastslider .lSSlideWrapper {
  height: 100% !important;
}

.lastslide_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 200ms ease;
}

.active .lastslide_img {
  transform: scale(1);
}

.home-lastslider .lSPager {
  margin-top: 5px;
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 999;
}

/* Lightslider general */
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #ffffff;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #ffffff4a;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

/* Responsive menu */
.sublevel1,
.sublevel2,
.sublevel3 {
  display: flex !important;
  opacity: 0;
}

.respnav_sublevel {
  pointer-events: none;
}

.respnav_sublevel.visible {
  opacity: 1;
  pointer-events: auto;
}

.resplink {
  opacity: 0;
  pointer-events: none;
}

.sublevel1.visible .resplink._4level1,
.sublevel2.visible .resplink._4level2,
.sublevel3.visible .resplink._4level3 {
  opacity: 1;
  margin: 0;
  pointer-events: auto;
}

.resplink:nth-child(2) {
  transition-delay: 100ms;
}

.resplink:nth-child(3) {
  transition-delay: 200ms;
}

.resplink:nth-child(4) {
  transition-delay: 300ms;
}

.resplink:nth-child(5) {
  transition-delay: 400ms;
}

.resplink:nth-child(6) {
  transition-delay: 500ms;
}

.r-sublevel-wrapper {
  pointer-events: none;
}

.r-sublevel-wrapper.visible {
  opacity: 1;
  pointer-events: auto;
}

.r_goback.activated {
  display: block;
}

.notactive .r-topheader {
  display: none;
}

.r-sublevel {
  pointer-events: none;
}

.r-sublevel.visible {
  pointer-events: auto;
  opacity: 1;
}

.r-sublevel_content {
  overflow: auto;
}

.r_link {
  opacity: 0;
  padding-left: 10px;
}

.visible .r_link {
  opacity: 1;
  padding: 0;
}

/* Wordpress content lightgallery */
.lg-backdrop {
  z-index: 10000;
}

.lg-outer {
  z-index: 10010;
}

.gallery {
  flex-wrap: wrap;
}

.gallery-item img {
  height: auto;
}

@media (min-width: 1025px) {
  .gallery {
    margin: 40px -100px !important;
  }
}

@media (max-width: 1024px) {
  .gallery {
    max-width: 100%;
    margin: 40px 0px !important;
  }
}

@media (min-width: 767px) {
  .gallery-item {
    width: 23% !important;
    margin: 1% !important;
  }
}

@media (max-width: 479px) {
  .gallery-item {
    width: 45% !important;
    margin: 2% !important;
  }
}

/* Gallery component */
.gallery_link-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* Sticky CTA */
.fixedcta-responsive {
  display: none;
}

@media (max-width: 1600px) {
  .fixedcta_sided {
    display: none;
  }

  .fixedcta-responsive {
    display: flex;
  }
}

/* FIXED CTA RESPONSIVE */
.fixedcta-rersponsive_link:first-child {
  border-right: 1px solid #ba4e39;
}

/* Hamburger */
@media (max-width: 1200px) {
  .hamburger {
    display: block;
  }

  .desknav {
    display: none;
  }
}

.hamburger.opened .line3 {
  margin-top: 10px;
}

.hamburger.opened .line1 {
  margin-top: -10px;
}

@media (max-width: 1366px) {
  .headermenu_item br {
    content: " ";
  }

  .headermenu_item br:after {
    content: " ";
  }
}

@media (max-width: 1024px) {
  .noshowmobilemenu {
    pointer-events: none;
    opacity: 0;
  }

  .headermenu {
    display: flex;
  }
}

/* Petits laptop */
@media (min-width: 1024px) and (max-width: 1400px) {
  .headermenu_item {
    font-size: 12px;
    margin: 0 10px;
    max-width: 10vw;
  }
}

@media (max-width: 1200px) {
  .respnav {
    display: block !important;
  }
}

.noshowrespnav,
.noshowrespnav * {
  pointer-events: none !important;
}

/* Ipad landscape */
@media (min-width: 992px) and (max-width: 1199px) {
  .noshowrespnav {
    display: block;
  }

  .gallery {
    margin-left: auto;
    margin-right: auto;
  }
}

.localteam_input {
  border-radius: 20px 0 0 0 !important;
}

/* NEWSBOX */
.newsbox:hover .newsbox_subline {
  width: 75px;
}

/* Small fix */
.newsbox_img,
.page-header_img,
.main_img,
.galery-link-item_img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.mix {
  display: none;
}

.noscroll {
  overflow: hidden;
}

.backtotop,
.fixedcta {
  cursor: pointer;
  z-index: 400;
}

@media (min-width: 991px) {
  .fixedcta {
    margin-right: 46px;
  }
}

/* Content Style fix */
.page_content ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 55px;
}

.page_content li {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 130%;
}

@media (max-width: 991px) {
  .page_content li {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .page_content li {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .page_content ul {
    padding-left: 30px;
  }
}

/* Big links */
.biglink:hover .newsbox_subline {
  width: 75px;
}

.biglink_title {
  text-align: center;
}

@media (min-width: 1023px) and (max-width: 1200px) {
  a.biglink.w-inline-block {
    width: 280px;
    height: 280px;
    padding: 36px 20px 75px 20px;
  }

  .newsbox_linkbox {
    height: 75px;
  }
}

/* AGENDA */
.detail-agenda_map {
  z-index: 0;
}

/*
██████╗ ██████╗ ███████╗ █████╗ ██████╗  ██████╗██████╗ ██╗   ██╗███╗   ███╗██████╗
██╔══██╗██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔════╝██╔══██╗██║   ██║████╗ ████║██╔══██╗
██████╔╝██████╔╝█████╗  ███████║██║  ██║██║     ██████╔╝██║   ██║██╔████╔██║██████╔╝
██╔══██╗██╔══██╗██╔══╝  ██╔══██║██║  ██║██║     ██╔══██╗██║   ██║██║╚██╔╝██║██╔══██╗
██████╔╝██║  ██║███████╗██║  ██║██████╔╝╚██████╗██║  ██║╚██████╔╝██║ ╚═╝ ██║██████╔╝
╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═════╝  ╚═════╝╚═╝  ╚═╝ ╚═════╝ ╚═╝     ╚═╝╚═════╝
*/

#crumbs {
  font-size: 12px;
  margin: 20px 0;
  color: #fff;
}

#crumbs span {
  padding: 0 5px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#crumbs a {
  color: inherit;
  text-decoration: none;
}

#crumbs .current {
  display: none;
}

.search #crumbs .current {
  display: inline-block;
}

/*
 ██████╗ █████╗ ██╗     ██████╗ ███████╗██████╗  █████╗
██╔════╝██╔══██╗██║     ██╔══██╗██╔════╝██╔══██╗██╔══██╗
██║     ███████║██║     ██║  ██║█████╗  ██████╔╝███████║
██║     ██╔══██║██║     ██║  ██║██╔══╝  ██╔══██╗██╔══██║
╚██████╗██║  ██║███████╗██████╔╝███████╗██║  ██║██║  ██║
 ╚═════╝╚═╝  ╚═╝╚══════╝╚═════╝ ╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝
*/
/* .consent label {
    font-size: 14px !important;
}
.consent div {
    display: flex;
    align-items: flex-end;
    align-content: center;
}
.errorsentence p {text-align: left;}
.errorsentencered p span {color: #e20030}
.form-control.cf2-field.cf2-file {padding: 0 !important;}
span.cf2-file-name.file-name {color: #232323 !important;}
.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control button.cf2-file-remove:after {text-decoration: none !important;}
.caldera-grid ul.cf2-list-files .cf2-file-listed progress.cf2-file-progress-bar {position: absolute !important;left: 0;bottom: 0;}
.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-control {text-align: left ;}
.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-extra-data {text-align: right;}
.cf2-list-files {list-style-type: none !important;padding: 0 !important;}
.cf2-list-files li {padding: 10px 10px;background: #e5e5e5;margin-bottom: 10px !important;position: relative !important;}
.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-extra-data {margin-top: -25px !important;}

small.cf2-file-error.file-error.file-size-error.help-block {
    position: absolute;
    left: 30px;
    top: 0;
    display: flex;
    right: 0;
    height: 100%;
background: rgba(231,52,63,0);
background: -moz-linear-gradient(left, rgba(231,52,63,0) 0%, rgba(231,52,63,1) 56%, rgba(231,52,63,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,52,63,0)), color-stop(56%, rgba(231,52,63,1)), color-stop(100%, rgba(231,52,63,1)));
background: -webkit-linear-gradient(left, rgba(231,52,63,0) 0%, rgba(231,52,63,1) 56%, rgba(231,52,63,1) 100%);
background: -o-linear-gradient(left, rgba(231,52,63,0) 0%, rgba(231,52,63,1) 56%, rgba(231,52,63,1) 100%);
background: -ms-linear-gradient(left, rgba(231,52,63,0) 0%, rgba(231,52,63,1) 56%, rgba(231,52,63,1) 100%);
background: linear-gradient(to right, rgba(231,52,63,0) 0%, rgba(231,52,63,1) 56%, rgba(231,52,63,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7343f', endColorstr='#e7343f', GradientType=1 );
    margin: 0 !important;
    color: white;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}



.caldera-grid .form-control {
    display: block;
    width: 100%;
    height: auto !important;
    padding: 8px 12px !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    height: 48px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: rgba(56, 91, 131, 0.19);
    border-radius: 2px;
    font-size: 16px;
    font-weight: 300;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    box-shadow: none !important;
}

.caldera-grid .antispam label {display: none}


.caldera-grid .cta2 {
    margin-bottom: 60px;
}

.caldera-grid  {
    margin: 0 auto;
}

.caldera-grid .form-group {
    margin-bottom: 22px !important;
    position: relative;
}



.caldera-grid textarea {
    width: 100%;
    padding: 10px;
}

.caldera-grid input:focus, .caldera-grid textarea:focus, .caldera-grid select:focus, .caldera-grid submit:focus {
    border-bottom: 1px solid green;
    box-shadow: none;
    outline: 0;
}

.caldera-grid label {
    top: 5px;
    position: absolute;
    font-size: 16px;
    font-weight: 400 !important;
    transition: All ease 200ms;
    left: 10px;
}

.floatlabel, .form-group.upload label {
    top: -18px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #e0e0e0 !important
}

.form-group.upload label {
    top: -24px !important;
}

.form-group.upload {
    top: 6px
}



.textarea label {
    padding: 0 5px;
    left: 10px;
}

.caldera-grid select {
    width: 100%;
    padding: 7px 5px;
}

.floatlabel_textaeea {
    left: 13px;
    top: -13px !important;
    background: white;
    padding: 2px 2px;
        font-size: 12px !important;
    font-weight: 600 !important;
    color: #aaa !important;
}

.floatlabel_select {
    left: 0px;
    top: -13px !important;
    background: white;
    padding: 2px 2px;
        font-size: 12px !important;
    font-weight: 600 !important;
    color: #aaa !important;
}

.caldera-grid select {
    width: 100%;
    padding: 13px 0px;
    border: none;
    border-bottom: 1px grey solid;
    padding-bottom: 7px;
}

.caldera-grid option[value=""] {
    display: none;
}

.checkboxlabel label {position: relative;}

.caldera-grid input[type="submit"] {
    color: white !important;
    margin-bottom: 15px;
    padding: 15px 25px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px;
    background-color: #f26c52;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-top: 53px;
    margin-right: auto;
    margin-left: auto;
    border: none;
  }


.caldera-grid input[type="submit"]:hover {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 20px;
} */

.component-form .gform_title {
  color: #005695;
}

.component-form .gform_wrapper .gfield_required,
.component-form .gform_wrapper .gform_required_legend .gfield_required {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  vertical-align: bottom;
}

.component-form .gform_wrapper.gravity-theme .gfield input,
.component-form .gform_wrapper.gravity-theme .gfield select,
.component-form .gform_wrapper.gravity-theme .gfield textarea {
  border: none;
  border-bottom: 2px solid #005695;
  color: #005695;
}

.component-form .gform_wrapper.gravity-theme .gfield input:focus-visible,
.component-form .gform_wrapper.gravity-theme .gfield select:focus-visible,
.component-form .gform_wrapper.gravity-theme .gfield textarea:focus-visible {
  outline: 2px solid #005695;
  border-bottom: 2px solid transparent;
}

.component-form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 1.4rem;
}

.component-form .gfield_consent_label {
  display: inline;
  font-size: 1rem;
  font-weight: 400;
}

.component-form .gform_wrapper.gravity-theme #field_submit input,
.component-form .gform_wrapper.gravity-theme .gform_footer input {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 25px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 20px;
  border: none;
  background-color: #005695;
  color: white;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.component-form .gform_wrapper.gravity-theme #field_submit input:hover,
.component-form .gform_wrapper.gravity-theme .gform_footer input:hover {
  border-radius: 0px 20px;
}

.gform_confirmation_message {
  border: 2px solid #005695;
  padding: 1rem;
}

/*

██╗███████╗██████╗  █████╗ ███╗   ███╗███████╗    ██████╗ ███████╗███████╗██████╗
██║██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝    ██╔══██╗██╔════╝██╔════╝██╔══██╗
██║█████╗  ██████╔╝███████║██╔████╔██║█████╗      ██████╔╝█████╗  ███████╗██████╔╝
██║██╔══╝  ██╔══██╗██╔══██║██║╚██╔╝██║██╔══╝      ██╔══██╗██╔══╝  ╚════██║██╔═══╝
██║██║     ██║  ██║██║  ██║██║ ╚═╝ ██║███████╗    ██║  ██║███████╗███████║██║
╚═╝╚═╝     ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝    ╚═╝  ╚═╝╚══════╝╚══════╝╚═╝
*/

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*

 ██████╗ ██╗   ██╗████████╗██████╗  █████╗ ████████╗███████╗██████╗
██╔═══██╗██║   ██║╚══██╔══╝██╔══██╗██╔══██╗╚══██╔══╝██╔════╝██╔══██╗
██║   ██║██║   ██║   ██║   ██║  ██║███████║   ██║   █████╗  ██║  ██║
██║   ██║██║   ██║   ██║   ██║  ██║██╔══██║   ██║   ██╔══╝  ██║  ██║
╚██████╔╝╚██████╔╝   ██║   ██████╔╝██║  ██║   ██║   ███████╗██████╔╝
 ╚═════╝  ╚═════╝    ╚═╝   ╚═════╝ ╚═╝  ╚═╝   ╚═╝   ╚══════╝╚═════╝

*/
#outdated {
  font-family: "Open Sans", "Segoe UI", sans-serif;
  position: absolute;
  background-color: #f25648;
  color: white;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 200000;
  padding: 0 24px 24px 0;
}

#outdated.fullscreen {
  height: 100%;
}

#outdated .vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 12px 0;
}

#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}

#outdated #buttonUpdateBrowser {
  border: 2px solid white;
  color: white;
  cursor: pointer;
  display: block;
  margin: 30px auto 0;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  width: 230px;
}

#outdated #buttonUpdateBrowser:hover {
  background-color: white;
  color: #f25648;
}

#outdated .last {
  height: 20px;
  position: absolute;
  right: 70px;
  top: 10px;
  width: auto;
  display: inline-table;
}

#outdated .last[dir="rtl"] {
  left: 25px !important;
  right: auto !important;
}

#outdated #buttonCloseUpdateBrowser {
  color: white;
  display: block;
  font-size: 36px;
  height: 100%;
  line-height: 36px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

/*

██╗███████╗██╗  ██╗██████╗ ██╗      ██████╗ ██████╗ ███████╗██████╗
██║██╔════╝╚██╗██╔╝██╔══██╗██║     ██╔═══██╗██╔══██╗██╔════╝██╔══██╗
██║█████╗   ╚███╔╝ ██████╔╝██║     ██║   ██║██████╔╝█████╗  ██████╔╝
██║██╔══╝   ██╔██╗ ██╔═══╝ ██║     ██║   ██║██╔══██╗██╔══╝  ██╔══██╗
██║███████╗██╔╝ ██╗██║     ███████╗╚██████╔╝██║  ██║███████╗██║  ██║
╚═╝╚══════╝╚═╝  ╚═╝╚═╝     ╚══════╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝

*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  * {
    background-size: inherit;
  }

  .compat-object-fit {
    background-size: cover;
    background-position: center;
  }

  .compat-object-fit img {
    opacity: 0 !important;
  }

  .search--input {
    box-sizing: content-box;
  }
}

/*

██╗███╗   ██╗███████╗██╗███╗   ██╗██╗████████╗███████╗
██║████╗  ██║██╔════╝██║████╗  ██║██║╚══██╔══╝██╔════╝
██║██╔██╗ ██║█████╗  ██║██╔██╗ ██║██║   ██║   █████╗
██║██║╚██╗██║██╔══╝  ██║██║╚██╗██║██║   ██║   ██╔══╝
██║██║ ╚████║██║     ██║██║ ╚████║██║   ██║   ███████╗
╚═╝╚═╝  ╚═══╝╚═╝     ╚═╝╚═╝  ╚═══╝╚═╝   ╚═╝   ╚══════╝

*/

.counter-elements {
  text-align: center;
  font-family: "Raleway", sans-serif !important;
  font-size: 14px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.counter-elements .total-elements {
  background: #c4c4c4;
  text-align: center;
  font-family: "Raleway", sans-serif !important;
  font-size: 14px;
}

.counter-elements .total-elements {
  width: 200px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 7px;
  position: relative;
}

.counter-elements .total-elements .actual-elements {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  background: #4d5152;
}

.infinitescroll_block {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*

 ██████╗██╗████████╗██████╗  ██████╗ ███╗   ██╗
██╔════╝██║╚══██╔══╝██╔══██╗██╔═══██╗████╗  ██║
██║     ██║   ██║   ██████╔╝██║   ██║██╔██╗ ██║
██║     ██║   ██║   ██╔══██╗██║   ██║██║╚██╗██║
╚██████╗██║   ██║   ██║  ██║╚██████╔╝██║ ╚████║
 ╚═════╝╚═╝   ╚═╝   ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝

*/

#tarteaucitronAllDenied {
  color: white !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #005695 !important;
  border: none !important;
}

div#tarteaucitronServices {
  background: #005695 !important;
}

#tarteaucitronRoot,
#tarteaucitronRoot * {
  font-family: Raleway !important;
}

#tarteaucitronRoot h1 {
  font-family: "Raleway", sans-serif !important;
  text-transform: uppercase;
}

#tarteaucitron #tarteaucitronInfo {
  font-size: 16px !important;
  background: transparent !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

button#tarteaucitronPrivacyUrl {
  padding: 10px 20px !important;
  border-radius: 5px;
  font-weight: 700;
}

#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #005695 !important;
}

div#tarteaucitron {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.tarteaucitronDetails {
  background: rgba(0, 0, 0, 0.85) !important;
}

.tarteaucitronTitle button {
  background: rgba(0, 0, 0, 0.3) !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  border-left-width: 10px !important;
}

.tarteaucitronSelfLink,
#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronCookiesList
  .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: #005695 !important;
}

#tarteaucitron #tarteaucitronServices li.tarteaucitronLine {
  background: rgba(255, 255, 255, 1) !important;
}

#tarteaucitron #tarteaucitronServices li.tarteaucitronLine:hover {
  background: #fff !important;
}

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

img {
  height: auto;
  min-height: auto;
}

img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  margin-bottom: 20px;
}

img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  margin-bottom: 20px;
}

img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.gallery dl {
}

.gallery dt {
}

.gallery dd {
}

.gallery dl a {
}

.gallery dl img {
}

.gallery-caption {
}

.size-full {
}

.size-large {
}

.size-medium {
}

.size-thumbnail {
}
