/* -----------------------------------------------------
   Variable
   ----------------------------------------------------- */
/* Colors
  ========================================================================== */
/* Typography
  ========================================================================== */
html {
  font-size: 16px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

body {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #676767;
}

h2 {
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: 600;
  color: #292929;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #292929;
}

.content i a {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: #E35353;
  margin-bottom: 0.375rem;
  margin-top: 0.9375rem;
  display: block;
  padding-left: 0.75rem;
  position: relative;
}

.content i a:before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  border: 2px #E35353 solid;
  position: absolute;
  top: 0.375rem;
  left: 0;
}

.content i + p {
  margin-left: 0.8125rem;
}

.content i + i a {
  margin-top: 0.125rem;
}

.content p + h3, .content span + h3, .content strong + h3, .content h4 + h3, .content i + h3 {
  margin-top: 1.875rem;
}

.content ol {
  list-style: none;
  counter-reset: item;
  padding: 0;
  padding-bottom: 0.625rem;
  padding-top: 0.3125rem;
}

.content ol li {
  counter-increment: item;
  margin-bottom: 0.625rem;
  position: relative;
  padding-left: 1.125rem;
}

.content ol li:before {
  margin-right: 7px;
  content: counter(item) ".";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}

.content img[style*="float: left"] {
  margin: 5px 20px 0px 0px;
}

.content img[style*="float: right"] {
  margin: 5px 0px 0px 30px;
}

.content ul {
  list-style: none;
  padding: 0;
  padding-bottom: 0.625rem;
  padding-top: 0.3125rem;
}

.content ul li {
  margin-bottom: 0.625rem;
  position: relative;
  padding-left: 1.125rem;
}

.content ul li:before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  border: 1px #292929 solid;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

.content h2, .content h3, .content h4, .content h5 {
  margin: 1.875rem 0 1.25rem;
}

.content h2 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: #342264;
}

.content h3 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #292929;
  margin-bottom: 0.625rem;
}

.btn.btn-default {
  background: #E35353;
  color: white;
  margin-top: 20px;
}

/* -----------------------------------------------------
   Mixins
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Mixins
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Libs
   ----------------------------------------------------- */
.swiper-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: auto;
  left: 10px;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 44px;
}

.swiper-button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 10px;
  left: auto;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 44px;
}

.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: .35;
}

.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: .35;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: .2;
  border-radius: 100%;
  background: #000000;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* -----------------------------------------------------
   Layout
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Header
   ----------------------------------------------------- */
footer {
  background: #262E3D;
  color: #ffffff;
}

footer h3 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
}

footer ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer ul.menu li {
  margin: 0;
  margin-bottom: 0.3125rem;
}

footer ul.menu li a {
  color: #E35353;
  padding: 0;
}

footer ul.menu li a.active {
  color: #E35353;
}

footer .footer__tel {
  color: #ffffff;
}

footer a > i {
  color: #ffffff;
  font-size: 1.5625rem;
  margin-right: 1.5rem;
}

footer .footer__top {
  padding-top: 3rem;
  padding-bottom: 2.625rem;
}

footer .footer__top a.link i, footer .footer__top .content a i, .content footer .footer__top a i, footer .footer__top a i, footer .footer__top ul.menu li a i, footer ul.menu li .footer__top a i, footer .footer__top .about-section__left a i, .about-section__left footer .footer__top a i {
  width: 20%;
  margin-bottom: 20px;
}

footer .footer__bottom {
  border-top: 1px #5A657B solid;
}

footer .footer__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.8125rem;
}

footer .footer__bottom ul li {
  display: inline-block;
  margin-bottom: 0;
}

footer .footer__bottom ul li a {
  display: block;
  padding: 1.8125rem 0 1.5625rem;
}

footer .footer__bottom ul li:not(:last-child) {
  margin-right: 0.9375rem;
}

footer .footer__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 2.5rem;
}

footer .footer__partners a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
}

footer .footer__partners a:not(:last-child) {
  margin-right: 1.5625rem;
}

footer .footer__partners a img {
  width: 100%;
}

@media screen and (max-width: 1295px) {
  footer .col {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  footer .footer__top {
    padding-bottom: 0.625rem;
  }
  footer h3 {
    margin-bottom: 1.5625rem;
  }
  footer .col {
    margin-bottom: 1.5625rem;
  }
  footer .footer__bottom ul {
    padding: 1.25rem;
    margin-bottom: 20px;
  }
  footer .footer__bottom ul li {
    height: auto !important;
    line-height: 20px;
    display: block;
  }
  footer .footer__bottom ul li a {
    padding: 0.625rem 0 0.4375rem;
  }
}

.navbar {
  background: #ffffff;
}

.navbar-top {
  background: #292929;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 300;
}

.navbar-top a {
  color: #ffffff;
}

.navbar-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-top ul li {
  display: inline-block;
  padding: 0.6875rem 0 0.5rem;
}

.navbar-top ul:first-child li:not(:first-child) {
  margin-left: 1.1875rem;
}

.navbar-top ul:first-child li:not(:first-child):before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 1.125rem;
  display: inline-block;
}

.navbar-top ul:last-child {
  display: none;
}

.navbar-top ul:last-child li {
  background: #E35353;
  width: 2.5rem;
  height: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  text-align: center;
}

.navbar-top ul:last-child li a {
  display: block;
}

.navbar-top ul:last-child li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.navbar-middle {
  background: url(../img/bg-nav.png) no-repeat;
  background-position: left;
  background-size: contain;
}

.navbar-middle .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
}

.navbar-middle form input {
  border: 1px #E2E2E2 solid;
  border-radius: 0;
  color: #676767;
  margin-right: 0 !important;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  height: 2.1875rem;
  border-right: none;
}

.navbar-middle form input:focus, .navbar-middle form input:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #292929;
}

.navbar-middle form button {
  margin: 0;
  border-radius: 0;
  border: 1px solid #292929;
  background: #292929;
  width: 2.1875rem;
  height: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-middle form button i {
  color: #ffffff;
  font-size: 1rem;
}

.navbar-middle form button:focus, .navbar-middle form button:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-middle form button:hover {
  background: #E35353;
  border-color: #E35353;
}

.navbar-bottom {
  -webkit-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.05);
}

.navbar-bottom .container > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-bottom .container > ul > li {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 600;
  position: relative;
}

.navbar-bottom .container > ul > li.collapsed {
  list-style: none;
  padding: 0;
}

.navbar-bottom .container > ul > li a {
  padding: 1.0625rem 0;
  color: #676767;
}

.navbar-bottom .container > ul > li.active-trail a {
  color: #292929;
}

.navbar-bottom .container > ul > li.active-trail:after {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: scaleX(0.3);
          transform: scaleX(0.3);
}

.navbar-bottom .container > ul > li.active-trail:hover:after {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.navbar-bottom .container > ul > li:after {
  content: '';
  width: 100%;
  height: 0.1875rem;
  background: #E35353;
  position: absolute;
  bottom: 0.8125rem;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all .2s ease-out, -webkit-transform-origin 0s .2s;
  transition: all .2s ease-out, -webkit-transform-origin 0s .2s;
  transition: all .2s ease-out, transform-origin 0s .2s;
  transition: all .2s ease-out, transform-origin 0s .2s, -webkit-transform-origin 0s .2s;
}

.navbar-bottom .container > ul > li:hover:after {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.navbar-bottom .dropdown-menu {
  border-radius: 0;
  padding: 0;
  top: -62.5rem;
  border: none;
  opacity: 0;
  -webkit-transition: .1s ease-out, top 0s;
  transition: .1s ease-out, top 0s;
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 15.625rem;
}

.navbar-bottom .dropdown-menu > .nav-item > a {
  font-weight: 500 !important;
}

.navbar-bottom .dropdown-menu > .nav-item.last {
  padding-bottom: 1.6875rem;
}

.navbar-bottom .dropdown-menu .nav-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.navbar-bottom .dropdown-menu .nav-item ul li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.navbar-bottom .dropdown-menu .nav-item a {
  padding: 0.625rem 1.875rem 0.5rem 1.25rem;
  display: block;
  -webkit-transition: .15s .1s ease-out, background .1s ease-out;
  transition: .15s .1s ease-out, background .1s ease-out;
  -webkit-transform: translatey(-0.625rem);
          transform: translatey(-0.625rem);
  opacity: 0;
  font-weight: 400;
  pointer-events: none;
}

.navbar-bottom .dropdown-menu .nav-item a:hover {
  background: #FFF9F9;
}

.navbar-bottom .dropdown-menu .nav-item:nth-child(1n) a {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.navbar-bottom .dropdown-menu .nav-item:nth-child(2n) a {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.navbar-bottom .dropdown-menu .nav-item:nth-child(3n) a {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.navbar-bottom .dropdown-menu .nav-item:nth-child(4n) a {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.navbar-bottom .dropdown-menu .nav-item:nth-child(5n) a {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.navbar-bottom .dropdown-menu .nav-item:nth-child(6n) a {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.navbar-bottom .dropdown-menu .nav-item:nth-child(7n) a {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.navbar-bottom .dropdown-menu .nav-item:nth-child(8n) a {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.navbar-bottom .dropdown-menu .nav-item:nth-child(9n) a {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.navbar-bottom .dropdown-menu .nav-item:nth-child(10n) a {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.navbar-bottom .dropdown-menu.show {
  top: 3.5625rem;
}

.navbar-bottom .dropdown-menu.show,
.navbar-bottom .dropdown-menu.show .nav-item a {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  pointer-events: all;
}

.navbar-logo {
  margin: 0.875rem 0 1.3125rem;
  height: 5.75rem;
}

.navbar-burger {
  display: none;
}

.navbar .nav-item.dropdown a:after {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: relative;
  }
  .navbar-top, .navbar-middle {
    position: relative;
    z-index: 6;
  }
  .navbar-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #ffffff;
    z-index: 5;
    border-bottom: 3px rgba(0, 0, 0, 0.02) solid;
    padding: 0.625rem 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    opacity: 0;
    pointer-events: none;
  }
  .navbar-bottom .container > ul {
    display: block;
  }
  .navbar-bottom .container > ul li {
    display: block;
    /*&:nth-child(3n){
                          text-align: right;
                      }

                      &:nth-child(3n -1){
                          text-align: center;
                      }*/
  }
  .navbar-bottom .container > ul li:after {
    display: none;
  }
  .navbar-bottom .container > ul li.active:after {
    display: block;
    width: 1.875rem;
    -webkit-transform: scaleX(1) !important;
            transform: scaleX(1) !important;
  }
  .navbar-burger {
    width: 1.5625rem;
    height: 1.875rem;
    display: block;
    margin-left: auto;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    position: relative;
    cursor: pointer;
  }
  .navbar-burger span {
    width: 100%;
    height: 0.1875rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #292929;
    -webkit-transition: all .2s ease-out, -webkit-transform-origin 0s .3s;
    transition: all .2s ease-out, -webkit-transform-origin 0s .3s;
    transition: all .2s ease-out, transform-origin 0s .3s;
    transition: all .2s ease-out, transform-origin 0s .3s, -webkit-transform-origin 0s .3s;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  .navbar-burger span:nth-child(2) {
    top: 0.5rem;
  }
  .navbar-burger span:nth-child(3) {
    top: 1rem;
  }
  .navbar-middle {
    border-bottom: 3px rgba(0, 0, 0, 0.02) solid;
  }
  .navbar-middle form {
    margin-bottom: 3.125rem;
  }
  .navbar.opened .navbar-bottom {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
    pointer-events: all;
  }
  .navbar.opened .navbar-burger span {
    -webkit-transition: all .2s ease-out, -webkit-transform-origin 0s;
    transition: all .2s ease-out, -webkit-transform-origin 0s;
    transition: all .2s ease-out, transform-origin 0s;
    transition: all .2s ease-out, transform-origin 0s, -webkit-transform-origin 0s;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: 0.9375rem;
  }
  .navbar.opened .navbar-burger span:nth-child(1) {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
  .navbar.opened .navbar-burger span:nth-child(2), .navbar.opened .navbar-burger span:nth-child(3) {
    -webkit-transform: translate(0, 0) rotate(135deg);
            transform: translate(0, 0) rotate(135deg);
  }
}

@media screen and (max-width: 767px) {
  .navbar-top ul:first-child {
    font-size: 0.8125rem;
  }
  .navbar-top ul:first-child li:not(:first-child) {
    margin-left: 0.5rem;
  }
  .navbar-top ul:first-child li:not(:first-child):before {
    margin-right: 0.5rem;
  }
  .navbar-top ul:last-child {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 575px) {
  .navbar-top ul:first-child {
    padding: 0.5rem 0;
  }
  .navbar-top ul:first-child li {
    display: block;
    padding: 0.3125rem 0;
  }
  .navbar-top ul:first-child li:not(:first-child) {
    margin-left: 0rem;
  }
  .navbar-top ul:first-child li:not(:first-child):before {
    display: none;
  }
  .navbar-top ul:last-child {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar-logo {
    height: 5rem;
  }
  .navbar-middle form {
    display: none;
    position: relative;
  }
  .navbar-middle form button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
  }
  .navbar .nav-item {
    position: static !important;
    font-size: 0.9375rem !important;
  }
  .navbar .nav-item.active:after {
    display: none;
  }
  .navbar .dropdown-menu {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    background: #ffffff;
    width: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .navbar .dropdown-menu.show {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    display: none;
  }
  .navbar .dropdown-item {
    background: #ffffff;
  }
  .navbar .dropdown-item:first-child {
    border-top: 3px rgba(0, 0, 0, 0.02) solid;
  }
}

/* -----------------------------------------------------
   Components
   ----------------------------------------------------- */
.link, .content a, footer a, footer ul.menu li a, .about-section__left a {
  color: #E35353;
  -webkit-transition: .15s;
  transition: .15s;
  letter-spacing: 0.01em;
}

.link--bold, .content a, .about-section__left a {
  font-weight: 600;
}

.link--small {
  font-size: 0.8125rem;
}

.link__visible-line, .about-section__left a {
  display: inline-block;
  position: relative;
}

.link__visible-line:after, .about-section__left a:after {
  content: '';
  width: 100%;
  height: 0.1875rem;
  background: #E35353;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: scaleX(0.15);
          transform: scaleX(0.15);
  -webkit-transition: all .2s ease-out, -webkit-transform-origin 0s .2s;
  transition: all .2s ease-out, -webkit-transform-origin 0s .2s;
  transition: all .2s ease-out, transform-origin 0s .2s;
  transition: all .2s ease-out, transform-origin 0s .2s, -webkit-transform-origin 0s .2s;
}

.link__visible-line:hover:after, .about-section__left a:hover:after {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.link__line {
  display: inline-block;
  position: relative;
}

.link__line:after {
  content: '';
  width: 100%;
  height: 0.1875rem;
  background: #E35353;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all .2s ease-out, -webkit-transform-origin 0s .2s;
  transition: all .2s ease-out, -webkit-transform-origin 0s .2s;
  transition: all .2s ease-out, transform-origin 0s .2s;
  transition: all .2s ease-out, transform-origin 0s .2s, -webkit-transform-origin 0s .2s;
}

.link__line:hover:after {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.link__tel {
  color: #676767 !important;
  font-weight: 400 !important;
  display: block;
  margin-bottom: 0.25rem;
}

.link__tel:hover {
  color: #676767 !important;
  opacity: .8;
}

.link:hover, .content a:hover, footer a:hover, footer ul.menu li a:hover, .about-section__left a:hover {
  text-decoration: none;
  color: #E18080;
}

.link__back {
  margin-bottom: 3.125rem;
}

.link__spacing {
  margin-top: 3.125rem;
}

/* -----------------------------------------------------
   Pages
   ----------------------------------------------------- */
body {
  background: #F6F6F6;
}

.titlebar {
  width: 100%;
  padding: 1.75rem 0 0.5rem;
  margin-bottom: 1.125rem;
}

.titlebar h1 {
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: 600;
  color: #292929;
  width: 100%;
}

.titlebar--spacing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.titlebar--sub {
  padding-right: 6.25rem;
}

@media screen and (max-width: 1295px) {
  .titlebar--sub {
    padding-right: 0rem;
  }
}

.titlebar--sub h1 {
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: 600;
  color: #292929;
  width: 100%;
}

.titlebar--sub span {
  display: block;
  color: #E35353;
  margin-bottom: 0.25rem;
}

.titlebar h1, .titlebar h2, .titlebar h3, .titlebar h4 {
  margin-bottom: 0;
  line-height: 2rem;
}

@media screen and (max-width: 489px) {
  .titlebar--spacing {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .titlebar--spacing * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

.page-wbi-abroad .col-lg-6 {
  margin-bottom: 2.25rem;
}

.page-wbi-abroad .col-lg-6 .box {
  margin-bottom: 0;
  height: 100%;
}

.page-wbi-abroad .col-lg-6 .box a {
  display: block;
}

.tabs.primary {
  margin: 1rem 0;
  padding: 0;
  height: 28px;
  border-bottom: 1px #E35353 solid;
}

.tabs.primary li a {
  background: #E35353;
  border: none;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3125rem 0.9375rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tabs.primary li a:hover {
  color: #E35353;
}

.tabs.primary li .active {
  color: #E35353;
}

.node-type-person .field-name-field-firstname {
  display: inline-block;
}

.node-type-person .content .sidebar__box, .node-type-person .content .sidebar .block, .sidebar .node-type-person .content .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.node-type-person .content .sidebar__box .field-name-field-image, .node-type-person .content .sidebar .block .field-name-field-image, .sidebar .node-type-person .content .block .field-name-field-image {
  margin: 0 40px 0 0;
}

.node-type-person .content .sidebar__box .field-name-field-image img, .node-type-person .content .sidebar .block .field-name-field-image img, .sidebar .node-type-person .content .block .field-name-field-image img {
  margin: 0;
}

figure figcaption {
  font-style: italic;
  font-size: 11px;
  text-align: left;
  position: relative;
  margin-top: -60px;
  margin-bottom: 34px;
}

.blocks,
.views-row {
  padding-bottom: 2.8125rem;
}

.blocks .bigItem,
.views-row .bigItem {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  margin-bottom: 1.875rem;
}

.blocks .bigItem:hover,
.views-row .bigItem:hover {
  text-decoration: none;
}

.blocks .bigItem:hover .bigItem-figure img,
.views-row .bigItem:hover .bigItem-figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
}

.blocks .bigItem-figure,
.views-row .bigItem-figure {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
}

.blocks .bigItem-figure img,
.views-row .bigItem-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .38s ease-out;
  transition: .38s ease-out;
}

.blocks .bigItem-content,
.views-row .bigItem-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  background: #ffffff;
  padding: 5rem 2.25rem 2.6875rem 5rem;
}

.blocks .bigItem-content span.bigItem-tag + span.bigItem-tag:before,
.views-row .bigItem-content span.bigItem-tag + span.bigItem-tag:before {
  content: '';
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  border: 1px #E35353 solid;
  margin: 0 0.625rem 0.0625rem 0.4375rem;
}

.blocks .bigItem span,
.views-row .bigItem span {
  display: block;
}

.blocks .bigItem-date,
.views-row .bigItem-date {
  color: #676767;
  font-size: 0.8125rem;
  line-height: 1.625rem;
  font-weight: 200;
  margin-bottom: 0.75rem;
}

.blocks .bigItem-date span,
.views-row .bigItem-date span {
  display: inline;
}

.blocks .bigItem-title,
.views-row .bigItem-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.625rem;
  color: #342264;
  margin-bottom: 0.8125rem;
  margin-top: 1rem;
  word-break: break-word;
}

.blocks .bigItem-tags,
.views-row .bigItem-tags {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  color: red;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
}

.blocks .bigItem-tags li,
.views-row .bigItem-tags li {
  display: inline-block !important;
}

.blocks .bigItem-tags li:not(:last-child):after,
.views-row .bigItem-tags li:not(:last-child):after {
  content: ' ';
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  border: 1px #E35353 solid;
  margin: 0 0.375rem 0.0625rem 0.375rem;
}

.blocks .bigItem-txt,
.views-row .bigItem-txt {
  color: #676767;
  font-weight: 400;
}

.blocks .item,
.views-row .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 27px);
          flex: 0 0 calc(25% - 27px);
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 2.25rem;
  position: relative;
}

.blocks .item:after,
.views-row .item:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #ffffff;
  z-index: -1;
}

.blocks .item:not(:nth-child(4n)),
.views-row .item:not(:nth-child(4n)) {
  margin-right: 2.25rem;
}

.blocks .item:hover,
.views-row .item:hover {
  text-decoration: none;
}

.blocks .item:hover .item-figure img,
.views-row .item:hover .item-figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
}

.blocks .item-figure,
.views-row .item-figure {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  height: 11.6875rem;
}

.blocks .item-figure img,
.views-row .item-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.blocks .item-content,
.views-row .item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  background: #ffffff;
  padding: 1.875rem 1.5625rem 1.625rem 2rem;
}

.blocks .item span,
.views-row .item span {
  display: block;
}

.blocks .item-date,
.views-row .item-date {
  color: #676767;
  font-size: 0.8125rem;
  line-height: 1.625rem;
  font-weight: 200;
  margin-bottom: 0.5rem;
}

.blocks .item-date span,
.views-row .item-date span {
  display: inline;
}

.blocks .item-title,
.views-row .item-title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #342264;
  margin-bottom: 0.5rem;
  word-break: break-word;
}

.blocks .item-tags,
.views-row .item-tags {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  color: red;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
}

.blocks .item-tags li,
.views-row .item-tags li {
  display: inline-block !important;
}

.blocks .item-tags li:not(:last-child):after,
.views-row .item-tags li:not(:last-child):after {
  content: ' ';
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  border: 1px #E35353 solid;
  margin: 0 0.375rem 0.0625rem 0.375rem;
}

.blocks__items,
.views-row__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.blocks__items--section .item,
.views-row__items--section .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 26%;
          flex: 1 0 26%;
}

.blocks__items--section .item:not(:nth-child(4n)),
.views-row__items--section .item:not(:nth-child(4n)) {
  margin-right: 0;
}

.blocks__items--section .item:not(:last-child),
.views-row__items--section .item:not(:last-child) {
  margin-right: 2.25rem;
}

.blocks__items--section .bigItem-content,
.views-row__items--section .bigItem-content {
  padding: 3.125rem 2.25rem 2.6875rem;
}

.blocks__items--long .item-figure,
.views-row__items--long .item-figure {
  height: 24.75rem;
}

.blocks__items--long .item-title,
.views-row__items--long .item-title {
  color: #292929;
  margin-top: 0;
}

@media screen and (max-width: 1295px) {
  .blocks .item,
  .views-row .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 24px);
            flex: 0 0 calc(33.333% - 24px);
  }
  .blocks .item:not(:nth-child(4n)),
  .views-row .item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .blocks .item:not(:nth-child(3n)),
  .views-row .item:not(:nth-child(3n)) {
    margin-right: 2.25rem;
  }
  .blocks .bigItem-content,
  .views-row .bigItem-content {
    padding-left: 3.125rem;
    padding-top: 3.4375rem;
  }
}

@media screen and (max-width: 991px) {
  .blocks .item,
  .views-row .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 18px);
            flex: 0 0 calc(50% - 18px);
  }
  .blocks .item:not(:nth-child(3n)),
  .views-row .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .blocks .item:not(:nth-child(2n)),
  .views-row .item:not(:nth-child(2n)) {
    margin-right: 2.25rem;
  }
  .blocks .bigItem-content,
  .views-row .bigItem-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .blocks .bigItem-figure,
  .views-row .bigItem-figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

@media screen and (max-width: 767px) {
  .blocks .bigItem,
  .views-row .bigItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blocks .bigItem-content,
  .views-row .bigItem-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .blocks .bigItem-figure,
  .views-row .bigItem-figure {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

@media screen and (max-width: 575px) {
  .blocks .item,
  .views-row .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .blocks .item:not(:nth-child(2n)),
  .views-row .item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .blocks .bigItem,
  .views-row .bigItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blocks .bigItem-content,
  .views-row .bigItem-content {
    padding: 1.875rem 1.5625rem 1.625rem 2rem;
  }
}

.inner_content .blocks {
  padding-bottom: 0;
}

.inner_content .events__wrapper {
  background: none;
}

.inner_content .events__wrapper .events__items--section .item {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  background: white;
  padding: 15px;
}

.inner_content .events__wrapper .events__items--section .item h3 {
  margin: 0 0 5px;
}

.videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.videos .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 22px);
          flex: 0 0 calc(33% - 22px);
  margin-bottom: 2.8125rem;
}

.videos .item:not(:nth-child(3n + 1)) {
  margin-left: 2.25rem;
}

.videos .item-figure {
  width: 100%;
  height: 13.75rem;
  position: relative;
  overflow: hidden;
}

.videos .item-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}

.videos .item-figure:after {
  content: '';
  width: 2.3125rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/play.svg) no-repeat;
  background-size: auto 100%;
  background-position: center;
  z-index: 2;
}

.videos .item-figure:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #292929;
  opacity: .15;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.videos .item:hover {
  text-decoration: none;
}

.videos .item:hover .item-figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
}

.videos .item:hover .item-figure:before {
  opacity: 0;
}

.videos .item-title {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.videos--section .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.videos--section .item-figure {
  height: 10.5625rem;
}

.videos--section .item:not(:nth-child(3n + 1)) {
  margin-left: 0;
}

.videos--section .item:last-child {
  margin-bottom: 0rem;
}

@media screen and (max-width: 1295px) {
  .videos--section .item, .videos .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 22px);
            flex: 0 0 calc(33% - 22px);
  }
  .videos--section .item-figure, .videos .item-figure {
    height: 13.75rem;
  }
  .videos--section .item:not(:nth-child(3n + 1)), .videos .item:not(:nth-child(3n + 1)) {
    margin-left: 2.25rem;
  }
  .videos--section .item:last-child, .videos .item:last-child {
    margin-bottom: 2.8125rem;
  }
}

@media screen and (max-width: 991px) {
  .videos .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 18px);
            flex: 0 0 calc(50% - 18px);
  }
  .videos .item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .videos .item:not(:nth-child(2n+1)) {
    margin-left: 2.25rem;
  }
}

@media screen and (max-width: 575px) {
  .videos .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .videos .item:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}

.events .item-content .item-list ul,
.events .bigItem-content .item-list ul,
.page-news .item-content .item-list ul,
.page-news .bigItem-content .item-list ul,
.page-appelaprojets .item-content .item-list ul,
.page-appelaprojets .bigItem-content .item-list ul,
.page-offres-emploi .item-content .item-list ul,
.page-offres-emploi .bigItem-content .item-list ul,
.front .item-content .item-list ul,
.front .bigItem-content .item-list ul {
  display: none;
}

.events .item-list ul,
.page-news .item-list ul,
.page-appelaprojets .item-list ul,
.page-offres-emploi .item-list ul,
.front .item-list ul {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  color: red;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
}

.events .item-list ul li,
.page-news .item-list ul li,
.page-appelaprojets .item-list ul li,
.page-offres-emploi .item-list ul li,
.front .item-list ul li {
  display: inline-block !important;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.events .item-list ul li:before,
.page-news .item-list ul li:before,
.page-appelaprojets .item-list ul li:before,
.page-offres-emploi .item-list ul li:before,
.front .item-list ul li:before {
  content: none;
}

.events .item-list ul li:not(:last-child):after,
.page-news .item-list ul li:not(:last-child):after,
.page-appelaprojets .item-list ul li:not(:last-child):after,
.page-offres-emploi .item-list ul li:not(:last-child):after,
.front .item-list ul li:not(:last-child):after {
  content: ' ';
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  border: 1px #E35353 solid;
  margin: 0 0.375rem 0.0625rem 0.375rem;
}

.events .item-list ul.pager,
.page-news .item-list ul.pager,
.page-appelaprojets .item-list ul.pager,
.page-offres-emploi .item-list ul.pager,
.front .item-list ul.pager {
  list-style: none;
  padding: 0;
  margin-top: 1.875rem;
  margin-bottom: 5.625rem;
  text-align: left;
}

.events .item-list ul.pager li,
.page-news .item-list ul.pager li,
.page-appelaprojets .item-list ul.pager li,
.page-offres-emploi .item-list ul.pager li,
.front .item-list ul.pager li {
  margin: 0;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.125rem;
  background: #ffffff;
}

.events .item-list ul.pager li:after,
.page-news .item-list ul.pager li:after,
.page-appelaprojets .item-list ul.pager li:after,
.page-offres-emploi .item-list ul.pager li:after,
.front .item-list ul.pager li:after {
  content: none !important;
}

.events .item-list ul.pager li a, .events .item-list ul.pager li span,
.page-news .item-list ul.pager li a,
.page-news .item-list ul.pager li span,
.page-appelaprojets .item-list ul.pager li a,
.page-appelaprojets .item-list ul.pager li span,
.page-offres-emploi .item-list ul.pager li a,
.page-offres-emploi .item-list ul.pager li span,
.front .item-list ul.pager li a,
.front .item-list ul.pager li span {
  display: block;
  color: #E35353;
  text-align: center;
  padding: 0.5625rem 1.0625rem 0.5625rem 1rem;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.events .item-list ul.pager li a:hover, .events .item-list ul.pager li span:hover,
.page-news .item-list ul.pager li a:hover,
.page-news .item-list ul.pager li span:hover,
.page-appelaprojets .item-list ul.pager li a:hover,
.page-appelaprojets .item-list ul.pager li span:hover,
.page-offres-emploi .item-list ul.pager li a:hover,
.page-offres-emploi .item-list ul.pager li span:hover,
.front .item-list ul.pager li a:hover,
.front .item-list ul.pager li span:hover {
  text-decoration: none;
  background: #FFFAFA;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
}

.events .item-list ul.pager li.next a,
.page-news .item-list ul.pager li.next a,
.page-appelaprojets .item-list ul.pager li.next a,
.page-offres-emploi .item-list ul.pager li.next a,
.front .item-list ul.pager li.next a {
  max-width: none;
}

.events .item-list ul.pager li.pager-current,
.page-news .item-list ul.pager li.pager-current,
.page-appelaprojets .item-list ul.pager li.pager-current,
.page-offres-emploi .item-list ul.pager li.pager-current,
.front .item-list ul.pager li.pager-current {
  padding: 0.5625rem 1.0625rem 0.5625rem 1rem;
  background: #292929;
  color: #ffffff;
}

.events .item-list ul.pager li.pager-current a,
.page-news .item-list ul.pager li.pager-current a,
.page-appelaprojets .item-list ul.pager li.pager-current a,
.page-offres-emploi .item-list ul.pager li.pager-current a,
.front .item-list ul.pager li.pager-current a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.events .item-list ul.pager li.pager-ellipsis,
.page-news .item-list ul.pager li.pager-ellipsis,
.page-appelaprojets .item-list ul.pager li.pager-ellipsis,
.page-offres-emploi .item-list ul.pager li.pager-ellipsis,
.front .item-list ul.pager li.pager-ellipsis {
  background: none;
  margin: 0 1rem;
}

.events__wrapper {
  background: #ffffff;
}

.events .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 18px);
          flex: 0 0 calc(50% - 18px);
  margin-bottom: 2.25rem;
}

.events .item span {
  display: block;
}

.events .item:nth-child(odd) {
  margin-right: 2.25rem;
}

.events .item:hover {
  text-decoration: none;
}

.events .item:hover .item-title {
  color: #E35353;
}

.events .item:hover .item-figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
}

.events .item:hover .item-figure:before {
  opacity: 0;
}

.events .item-figure {
  width: 10.8125rem;
  height: 10.8125rem;
  margin-right: 2.25rem;
  overflow: hidden;
}

.events .item-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.events .item-title {
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.events .item-date, .events .item-location {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 200;
  color: #676767;
}

.events .item-date span, .events .item-location span {
  display: inline;
}

.events .item-date i, .events .item-location i {
  margin-right: 0.375rem;
}

.events .item-date {
  text-transform: uppercase;
}

.events .item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.events__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.3125rem 0 2.8125rem;
  width: 100%;
}

.events__items--section .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 24px);
          flex: 0 0 calc(33.333% - 24px);
  min-width: calc(33.333% - 24px);
  margin-bottom: 0;
}

.events__items--section .item:nth-child(odd) {
  margin-right: 0;
}

.events__items--section .item:not(:nth-child(3n)) {
  margin-right: 2.25rem;
}

.events__items--section .item-figure {
  width: 4.25rem;
  height: 4.25rem;
}

.events__items--section .item-title {
  margin-bottom: 0.3125rem;
}

.events .blocks .bigItem {
  margin-bottom: 0rem;
}

.events .blocks .bigItem-title {
  color: #292929;
}

.events .blocks .bigItem-date {
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  color: #E35353;
  font-weight: 400;
  padding: 0.5625rem 1.625rem 0.5625rem 1.125rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.25rem;
}

.events .blocks .bigItem-date span {
  display: inline;
}

@media screen and (max-width: 991px) {
  .events__items .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .events__items .item:nth-child(odd) {
    margin-right: 0;
  }
  .events__items--section .item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event__figure {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30.5625rem;
          flex: 1 0 30.5625rem;
  height: 30.5625rem;
}

.event__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 58%;
          flex: 1 0 58%;
  padding: 4.4375rem 6.6875rem 5.25rem 6.4375rem;
  background: #ffffff;
}

.event__date {
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  background: white;
  color: #E35353;
  font-weight: 400;
  padding: 0.5625rem 1.625rem 0.5625rem 1.125rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5625rem;
}

.event__infos {
  padding-left: 4.3125rem;
}

.event__infos span {
  display: block;
}

@media screen and (max-width: 1295px) {
  .event {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .event__figure, .event__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .event__figure {
    width: 100%;
    height: auto;
  }
  .event__figure img {
    height: 30.5625rem;
  }
}

@media screen and (max-width: 991px) {
  .event__content {
    padding: 3.125rem 3.125rem 2.1875rem 3.75rem;
  }
}

@media screen and (max-width: 575px) {
  .event__content {
    padding: 3.125rem 2.1875rem 2.1875rem 1.875rem;
  }
}

.center {
  text-align: center;
}

.grid {
  padding: 5rem 0 0 0;
}

.grid .center {
  margin-bottom: 1.5625rem;
}

.grid__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid__items .content {
  padding: 0;
}

.grid__items .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 26%;
          flex: 1 0 26%;
  height: 18.0625rem;
  position: relative;
  border: 3px transparent solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}

.grid__items .item:after {
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: #000000;
  opacity: .15;
  z-index: 2;
  position: absolute;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.grid__items .item-figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.grid__items .item-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  position: relative;
  z-index: -1;
}

.grid__items .item-title {
  margin: 0 5rem 2.8125rem 2.625rem;
  z-index: 3;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #ffffff;
}

.grid__items .item:hover {
  text-decoration: none;
}

.grid__items .item:hover .item-figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
}

.grid__items .item:hover .item-figure:before {
  opacity: 0;
}

.grid__items .item:hover:after {
  opacity: 0;
}

.grid__items--section .item {
  height: 22.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 21%;
          flex: 1 0 21%;
  border: 2px transparent solid;
}

.grid--page {
  padding-top: 3rem;
  padding-bottom: 7.5rem;
}

@media screen and (max-width: 1295px) {
  .grid__items .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 26%;
            flex: 1 0 26%;
  }
}

@media screen and (max-width: 991px) {
  .grid__items .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

@media screen and (max-width: 575px) {
  .grid__items .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

.views-exposed-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 1.875rem 0 3.125rem;
  margin: 0;
}

.views-exposed-widgets .views-exposed-widget {
  padding: 0;
}

.views-exposed-widgets .views-exposed-widget:not(:last-child) {
  margin-right: 2.25rem;
}

.views-exposed-widgets input,
.views-exposed-widgets select {
  background: #ffffff;
  border: 1px #E2E2E2 solid;
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 0.4375rem 1.125rem 0.3125rem;
  width: 100%;
  height: 2.8125rem;
}

.views-exposed-widgets input:focus, .views-exposed-widgets input:active,
.views-exposed-widgets select:focus,
.views-exposed-widgets select:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.views-exposed-widgets input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0;
  border: 1px #E2E2E2 solid;
  display: inline-block;
  margin-right: 0.75rem;
}

.views-exposed-widgets input[type=checkbox] ~ label {
  width: auto;
  display: inline-block;
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
  line-height: 1.25rem;
}

.views-exposed-widgets label {
  width: 100%;
  font-weight: 600;
  color: #262E3D;
  margin-bottom: 0.375rem;
}

.views-exposed-widgets .views-submit-button .form-submit {
  display: none;
}

.views-exposed-widgets button {
  width: 4.375rem;
  height: 2.8125rem;
  display: inline-block;
  color: #ffffff;
  background: #E35353;
  border: none;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
}

.views-exposed-widgets button:focus, .views-exposed-widgets button:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.views-exposed-widgets button:hover {
  background: #DE6767;
}

.views-exposed-widgets .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  width: 100%;
  display: inline-block;
}

.views-exposed-widgets .form-item label,
.views-exposed-widgets .form-item select,
.views-exposed-widgets .form-item input {
  display: block;
}

.views-exposed-widgets.full-width {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.views-exposed-widgets.full-width .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: block;
  margin-bottom: 1.4375rem;
}

.views-exposed-widgets.full-width button {
  width: 100%;
  font-weight: 600;
  margin-top: 0.625rem;
}

.views-exposed-widgets .views-widget-filter-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.views-exposed-widgets .views-widget-filter-field_country_tid_i18n,
.views-exposed-widgets .views-widget-filter-field_service_tid_i18n {
  -webkit-box-flex: .55;
      -ms-flex: .55;
          flex: .55;
}

.views-exposed-widgets .checkbox {
  width: 100%;
  display: block;
  margin-bottom: 0.625rem;
  margin-top: 0.125rem;
}

.page-services .view-id-services_terms_1st_level_ .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-services .view-id-services_terms_1st_level_ .view-content .views-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
  max-width: 33%;
  height: 250px;
  position: relative;
  border: 3px transparent solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}

.page-services .view-id-services_terms_1st_level_ .view-content .views-row .views-field-field-image a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.page-services .view-id-services_terms_1st_level_ .view-content .views-row .views-field-name a {
  color: white;
  margin-top: -55px;
  line-height: 18px;
  margin-left: 25px;
  padding-right: 25px;
  position: absolute;
  z-index: 5;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

#block-system-main > .content {
  padding-top: 0;
  padding-bottom: 0;
}

.content {
  padding-top: 2.5rem;
  padding-bottom: 5.625rem;
}

.content img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 3.75rem;
}

.node-type-publication .content img {
  width: 250px;
  margin: 0 auto 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content.no-padding {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .content + .content {
    padding-top: 0;
  }
}

.country-list {
  list-style: none;
  padding: 0;
  padding-top: 3.0625rem !important;
}

.country-list li {
  margin: 0 !important;
}

.country-list li:before {
  border: 2px solid #E35353 !important;
}

.country-list__label {
  color: #676767;
  font-weight: 600;
  margin-top: 0.8125rem;
  display: block;
}

.country-list__label ~ .country-list {
  padding-top: 10px !important;
}

.bigHeader {
  height: 22.625rem;
  padding-top: 8.375rem;
  text-align: center;
}

.bigHeader__sub {
  width: 100%;
  color: #E35353;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 0.875rem;
}

.bigHeader__title {
  width: 100%;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.box {
  background: #ffffff;
  padding: 2.625rem 2.5625rem 2.9375rem;
  margin-bottom: 2.25rem;
  position: relative;
}

.box h2 {
  color: #292929;
}

.box.center {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.box.center h2, .box.center h3, .box.center h4 {
  margin-bottom: 1.25rem;
}

.box.center a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.box.no-spacing {
  margin-bottom: 0;
}

#map {
  width: 100%;
  height: 25rem;
  display: block;
}

.dropdown-child {
  position: absolute;
}

.sidebar .block .content {
  margin: 0;
  padding: 0;
}

.sidebar .block .content ul {
  margin: 0;
  padding: 0;
}

.sidebar .block .content ul li {
  margin: 0;
  padding: 0;
}

.sidebar .block .content ul li:before {
  content: none;
}

.sidebar .block .content ul li a {
  padding: 0;
}

.sidebar .block .content img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.sidebar__box, .sidebar .block {
  background: #ffffff;
  padding: 3rem 3.4375rem 2.8125rem 3.75rem;
}

.sidebar__box h2, .sidebar .block h2 {
  margin: 0 0 0.3125rem;
}

.sidebar__box a, .sidebar .block a {
  display: block;
}

.sidebar__box .date, .sidebar .block .date {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 1.25rem;
}

.sidebar__box .date .date-display-end, .sidebar .block .date .date-display-end {
  display: block;
}

.sidebar__box.no-bg, .sidebar .no-bg.block {
  background: none;
  padding-top: 0.9375rem;
  padding-bottom: 1.375rem;
}

.sidebar__box.no-bg:last-child, .sidebar .no-bg.block:last-child {
  border-top: 3px #E2E2E2 solid;
}

.sidebar__box.countries h2, .sidebar .countries.block h2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.sidebar__box.countries h2:after, .sidebar .countries.block h2:after {
  font-size: 16px;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: block;
  height: 0.45em;
  right: 0.15em;
  position: relative;
  vertical-align: top;
  width: 0.45em;
  top: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sidebar__box.countries h2:hover, .sidebar .countries.block h2:hover {
  color: #E35353;
}

.sidebar__box.countries h2:hover:after, .sidebar .countries.block h2:hover:after {
  border-color: #E35353;
}

.sidebar__box.countries .field, .sidebar .countries.block .field {
  display: none;
}

.sidebar__box.countries.open h2:after, .sidebar .countries.open.block h2:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sidebar__box.countries.open .field, .sidebar .countries.open.block .field {
  display: block;
}

.sidebar__box.team a, .sidebar .team.block a {
  margin-top: 0.9375rem;
}

.sidebar__box + .sidebar__box, .sidebar .block + .sidebar__box, .sidebar .sidebar__box + .block, .sidebar .block + .block {
  margin-top: 2.25rem;
}

.sidebar__tags .field-items {
  text-align: left !important;
  padding-top: 0.625rem !important;
}

.sidebar__tags .field-items .field-item {
  padding: 0.25rem 0.8125rem 0.375rem !important;
  display: inline-block !important;
  text-transform: none !important;
  background: none !important;
  padding: 0 !important;
}

.sidebar form label {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: #342264;
  width: 100%;
}

.sidebar form select {
  width: 100%;
  background: none;
  border: none;
  color: #E35353;
}

.sidebar form select:focus, .sidebar form select:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 575px) {
  .sidebar__box, .sidebar .block {
    padding: 1.875rem 2.5rem 1.875rem 2.5rem;
  }
}

.more {
  padding-top: 1.875rem;
  margin-top: 1.875rem;
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
}

.gallery {
  padding-top: 3.125rem;
}

.gallery__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 27px);
          flex: 0 0 calc(25% - 27px);
  height: 8.5rem;
  margin-bottom: 2.25rem;
  cursor: pointer;
}

.gallery__item:not(:nth-child(4n)) {
  margin-right: 2.25rem;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}

.gallery__item.show {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  height: auto;
}

.gallery__item.show img {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}

.gallery__item.show:before {
  content: '';
  background: #000000;
  width: 100vw;
  height: 100vh;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: -50%;
  position: fixed;
  z-index: -1;
  opacity: .95;
  cursor: auto;
}

.gallery__item.show:after {
  width: 2.8125rem;
  height: 2.8125rem;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  content: '+';
  position: absolute;
  color: #ffffff;
  top: 0.9375rem;
  right: 1.25rem;
  border-radius: 50%;
  background: #E35353;
  padding-top: 0.625rem;
  padding-left: 0.125rem;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gallery__nav {
  position: fixed;
  top: calc(50% - 25px);
  right: calc(95% - 50px);
  z-index: 21;
  font-size: 3.125rem;
  color: #ffffff;
  display: block;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
}

.gallery__nav i {
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
}

.gallery__nav:hover i {
  display: block;
  margin-right: 0.4375rem;
}

.gallery__next {
  right: auto;
  left: calc(95% - 50px);
}

.gallery__next:hover i {
  display: block;
  margin-left: 0.4375rem;
}

.gallery.show .gallery__nav {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 991px) {
  .gallery__prev {
    right: 80% !important;
  }
  .gallery__next {
    left: 83% !important;
  }
}

@media screen and (max-width: 575px) {
  .gallery div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 15px);
            flex: 0 0 calc(33.333% - 15px);
    margin-bottom: 1.25rem;
  }
  .gallery div:not(:nth-child(4n)) {
    margin-right: 0rem;
  }
  .gallery div:not(:nth-child(3n)) {
    margin-right: 1.25rem;
  }
  .gallery__prev {
    right: 75% !important;
    top: 6.25rem;
  }
  .gallery__next {
    left: 78% !important;
    top: 6.25rem;
  }
  .gallery__item.show img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    max-height: 30vh;
  }
  .gallery__item.show:before {
    left: -50%;
  }
  .gallery__item.show:after {
    display: none;
  }
}

.linked-files {
  background: #ffffff;
  padding: 2.1875rem 3rem 3.125rem;
  border-top: 3px #E2E2E2 solid;
  margin-top: 2.5rem;
}

.linked-files h2 {
  padding-top: 0;
  margin-top: 0;
}

.linked-files a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
}

.linked-files a:hover .linked-files__name,
.linked-files a:hover .linked-files__size {
  -webkit-transform: translateX(0.375rem);
          transform: translateX(0.375rem);
}

.linked-files__name {
  color: #292929;
  font-weight: 600;
  margin-right: 0.9375rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.linked-files__size {
  color: #676767;
  font-weight: 400;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.linked-files i {
  margin-right: 1.875rem;
  font-size: 2.8125rem;
}

iframe {
  width: 100%;
  height: 29.5rem;
  margin: 1.25rem 0;
}

@media screen and (max-width: 1295px) {
  iframe {
    height: 26.25rem;
  }
}

@media screen and (max-width: 1295px) {
  iframe {
    height: 17.5rem;
  }
}

@media screen and (max-width: 575px) {
  iframe {
    height: 16.25rem;
  }
}

@media print {
  footer, .sidebar__box, .sidebar .block,
  .link__back {
    display: none;
  }
  .sidebar__box.print, .sidebar .print.block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar__box.print > div, .sidebar .print.block > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .event_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .event_detail > div {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-node-209 .boite {
  padding: 10px;
}

.page-node-209 .boite h2, .page-node-209 .boite h3 {
  margin: 0;
  padding: 0;
}

.page-node-209 .boite h2 {
  font-size: 1.5em !important;
  line-height: 1em;
}

.edit-feed-me-wrapper {
  display: none;
}

main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.form_toggler {
  display: none;
}

.webform-client-form .form-item input[type="text"],
.webform-client-form .form-item input[type="email"],
.webform-client-form .form-item textarea {
  background: #ffffff;
  border: 1px #E2E2E2 solid;
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 0.4375rem 1.125rem 0.3125rem;
  width: 100%;
  height: 2.8125rem;
}

.webform-client-form .form-item textarea {
  height: 10rem;
}

.webform-client-form input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 30px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  background: #E35353;
  color: white;
  margin-top: 20px;
}

.node-type-book .book-navigation {
  display: none;
}

.node-type-book #block-book-navigation .content {
  margin: 0;
  padding: 0;
}

.node-type-book #block-book-navigation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
}

.node-type-book #block-book-navigation ul li {
  margin: 0 20px 0 0;
  padding: 0;
}

.node-type-book #block-book-navigation ul li::before {
  content: none;
}

.node-type-book #block-book-navigation ul li::marker {
  content: none;
}

.node-type-book #block-book-navigation ul li .nav-link {
  padding: 0;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  background: #E35353;
  color: white;
  margin-top: 20px;
  border: 2px #E35353 solid;
}

.node-type-book #block-book-navigation ul li .nav-link.active {
  background: transparent;
  color: #E35353;
}

.node-type-book #block-book-navigation ul li ul {
  display: none;
}

.node-type-book .book-title {
  color: #E35353;
}

.node-type-book .node-book .content {
  padding-top: 0;
}

.node-type-article .field-name-field-summary {
  font-weight: bold;
  margin: 4rem 0;
}

.about-section {
  background: #ffffff;
  padding-top: 4.4375rem;
  padding-bottom: 4.5rem;
  margin-bottom: 2.5rem;
}

.about-section__tag, .sidebar__tags .field-items .field-item,
.about-section > p a {
  color: #E35353;
  background: #F6F6F6;
  padding: 0.3125rem 0.875rem;
  border: 2px #ffffff solid;
  border-bottom: 4px #ffffff solid;
  text-transform: uppercase;
  display: inline-block;
}

.about-section__tags, .sidebar__tags .field-items {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding-top: 2rem;
  text-align: center;
  text-transform: uppercase;
}

.about-section__tags > p, .sidebar__tags .field-items > p {
  margin: 0;
}

.about-section__tags > p a, .sidebar__tags .field-items > p a {
  color: #E35353;
  background: #F6F6F6;
  padding: 0.3125rem 0.875rem;
  border: 2px #ffffff solid;
  border-bottom: 4px #ffffff solid;
  text-transform: uppercase;
  display: inline-block;
}

.about-section__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-section__left a {
  margin-top: 2rem;
}

@media screen and (max-width: 991px) {
  .about-section__img {
    width: 16.875rem;
    margin-top: 2.5rem;
  }
}
/*# sourceMappingURL=main.css.map */