/* BIG SCREEN */
@media only screen and (min-width: 2300px) {
  #newsslider .col.col7 .visual {
    left: 49%;
  }
}
/* FIN TABLETTE */
/* TABLETTE */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hideondesktop {
    display: none;
  }
  .block .coursetable .col10 ul li,
  .columncontent .coursetable .col10 ul li {
    width: 22%;
  }
  .block #inscriptionform > .col3,
  .columncontent #inscriptionform > .col3 {
    width: 15%;
  }
  .block #inscriptionform > .col6,
  .columncontent #inscriptionform > .col6 {
    width: 70%;
  }
}
/* FIN TABLETTE */
/* MOBILE */
@media only screen and (max-width: 992px) {
  .hideonmobile {
    display: none !important;
  }
  .clearfix {
    width: 90%;
    max-width: none;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  .clearfix .col {
    float: none;
    margin: 0;
  }
  .clearfix .col.col1 {
    width: 100%;
  }
  .clearfix .col.col2 {
    width: 100%;
  }
  .clearfix .col.col3 {
    width: 100%;
  }
  .clearfix .col.col4 {
    width: 100%;
  }
  .clearfix .col.col5 {
    width: 100%;
  }
  .clearfix .col.col6 {
    width: 100%;
  }
  .clearfix .col.col7 {
    width: 100%;
  }
  .clearfix .col.col8 {
    width: 100%;
  }
  .clearfix .col.col9 {
    width: 100%;
  }
  .clearfix .col.col10 {
    width: 100%;
  }
  .clearfix .col.col11 {
    width: 100%;
  }
  .clearfix .col.col12 {
    width: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4em;
  }
  .hideondesktop {
    display: block;
  }
  .marginbottom,
  .wrapper.clearfix.marginbottom {
    margin-bottom: 2em;
  }
  body.noscroll,
  html.noscroll {
    height: 100vh;
    overflow: hidden;
  }
  .pagebanner {
    padding-top: calc( 70px + 6em);
  }
  .pagebanner .fakeh1,
  .pagebanner h1 {
    font-size: 2em;
  }
  .galeriesvideosblock .col4 {
    margin-bottom: 1.5em;
  }
  #logo_e22 {
    position: fixed;
    right: 0;
    top: 15vh;
    z-index: 10;
  }
  #logo_e22 img {
    width: 75px;
    height: auto;
  }
  body > header {
    position: fixed;
    top: 0;
  }
  body > header .clearfix {
    width: 100%;
  }
  body > header .clearfix #pretopmenu,
  body > header .clearfix .pretopmenumobile {
    display: none;
  }
  body > header .clearfix #mainheader {
    order: 5;
    height: 60px;
  }
  body > header .clearfix #mainheader ul {
    display: none;
  }
  body > header .clearfix #mainheader #logo {
    top: 2px;
    height: 60px;
  }
  body > header .clearfix #mainheader .searchformmobile {
    display: none;
  }
  body > header .clearfix #attentionbanner {
    float: left;
    height: auto;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: calc(13/17*1em);
  }
  body > header .clearfix #attentionbanner span {
    text-align: center;
    width: 90%;
    float: none;
    margin: 0 auto;
    line-height: 1.4em;
    clear: both;
    font-size: 13px;
  }
  body > header .clearfix #attentionbanner span.messagebanner {
    transform: none;
    position: static;
  }
  body > header .clearfix #attentionbanner span.title {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    margin-top: 1px;
    padding-left: 1.55em;
    width: auto;
    float: left;
    margin-bottom: 5px;
  }
  body > header .clearfix #attentionbanner a.close {
    position: absolute;
    top: 0;
    right: 5px;
  }
  body > header .clearfix #attentionbanner a.close:after {
    font-size: 2em;
  }
  body > header .clearfix #attentionbanner a.close span {
    display: none;
  }
  body > header #meteo-wrapper {
    width: 60px;
    height: 60px;
    right: 61px;
    overflow: hidden;
    display: none;
  }
  body > header #meteo-wrapper > span {
    display: none;
  }
  body > header #meteo-wrapper #meteo-widget {
    top: 3px;
  }
  body > header a.menu_mobile_button {
    display: block;
  }
  body > header a.menu_mobile_button.active {
    background-color: #90b742;
  }
  body > header a.menu_mobile_button.active span:before {
    background-color: #fff;
  }
  body > header a.menu_mobile_button.active span:after {
    background-color: #fff;
  }
  body > header.active {
    height: 100vh;
    overflow-y: scroll;
  }
  body > header.active > .wrapper {
    padding-bottom: 0;
    background: #242424;
    display: flex;
    flex-flow: column-reverse;
  }
  body > header.active > .wrapper #attentionbanner {
    display: none !important;
  }
  body > header.active > .wrapper #mainheader {
    display: block;
    height: auto;
    overflow: hidden;
  }
  body > header.active > .wrapper #mainheader #logo {
    display: none;
  }
  body > header.active > .wrapper #mainheader .searchformmobile {
    display: block;
    width: 100%;
    margin: 0;
    background: #242424;
    padding: 10px 20px 20px;
    box-sizing: border-box;
    float: left;
  }
  body > header.active > .wrapper #mainheader .searchformmobile form {
    background: #fff;
    border-radius: 4px;
    height: 40px;
    position: relative;
  }
  body > header.active > .wrapper #mainheader .searchformmobile form input[type=text] {
    color: #000;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-radius: 4px;
  }
  body > header.active > .wrapper #mainheader .searchformmobile form button[type=submit] {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-indent: 9999px;
    overflow: hidden;
    border: 0;
    box-sizing: border-box;
    z-index: 2;
    background: url(../img/search-black.svg) no-repeat center center / 50% 50%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
  }
  body > header.active > .wrapper #mainheader > ul.langmenu {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: calc(100% - 60px);
    float: left;
    padding-left: 20px;
    padding-bottom: 0;
    height: 60px;
  }
  body > header.active > .wrapper #mainheader > ul.langmenu li {
    display: inline;
    width: auto;
    margin-right: 25px;
    padding: 0;
  }
  body > header.active > .wrapper #mainheader > ul.langmenu li a {
    text-transform: uppercase;
    color: #7b7b7b;
    border: none;
  }
  body > header.active > .wrapper #mainheader > ul.langmenu li.current-lang a {
    color: #90b742;
  }
  body > header.active > .wrapper #mainheader ul {
    display: block;
    background: #242424 !important;
    margin-right: 0;
    margin-top: 0;
    height: auto;
    padding: 0 0 1.5em 0;
    position: relative;
    width: 100%;
  }
  body > header.active > .wrapper #mainheader ul li {
    width: 100%;
    text-align: left;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  body > header.active > .wrapper #mainheader ul li a {
    font-size: 1.4em;
    line-height: 1.5em;
    height: auto;
    padding: 0.7em 0;
    color: #fff;
    border-bottom: 1px solid #414141;
    position: relative;
  }
  body > header.active > .wrapper #mainheader ul li.menu-item-has-children > a:after {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%2390b742%22%20d%3D%22M30.3%2C97.4c1.9%2C0%2C3.9-0.7%2C5.3-2.2L75.8%2C55c2.9-2.9%2C2.9-7.7%2C0-10.7L35.6%2C4.1c-2.9-2.9-7.7-2.9-10.7%2C0s-2.9%2C7.7%2C0%2C10.7%0A%09l34.9%2C34.9L24.9%2C84.5c-2.9%2C2.9-2.9%2C7.7%2C0%2C10.7C26.4%2C96.6%2C28.3%2C97.4%2C30.3%2C97.4z%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    width: 0.8em;
    height: 0.7em;
    position: absolute;
    display: inline-block;
    margin-left: 10px;
    top: 43%;
    right: 2px;
  }
  body > header.active > .wrapper #mainheader ul li.menu-item-has-children li a:after {
    right: 8px;
  }
  body > header.active > .wrapper #mainheader ul li.current_page_item > a {
    color: #90b742;
  }
  body > header.active > .wrapper #mainheader ul > li.hidden,
  body > header.active > .wrapper #mainheader ul > li.parentactive {
    display: none;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover {
    margin-top: 0;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover > a {
    display: none;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover.opensub {
    margin-top: 0;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover.opensub > a {
    display: block;
    text-align: left;
    color: #90b742;
    font-size: 1.2em;
    background: none;
    position: relative;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover.opensub > a span.back {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    left: 25px;
    top: 1px;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover.opensub > a span.current {
    color: #90b742;
    display: block;
    text-align: right;
    width: 100%;
    font-size: 0.9em;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover.opensub > a span.previous {
    color: #fff;
    display: block;
    font-size: 0.7em;
    text-align: right;
    width: 100%;
    line-height: 1em;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover > a:before {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%2390b742%22%20d%3D%22M70.5%2C97.4c-1.9%2C0-3.9-0.7-5.3-2.2L24.9%2C55c-2.9-2.9-2.9-7.7%2C0-10.7L65.1%2C4.1c2.9-2.9%2C7.7-2.9%2C10.7%2C0s2.9%2C7.7%2C0%2C10.7%0A%09L40.9%2C49.6l34.9%2C34.9c2.9%2C2.9%2C2.9%2C7.7%2C0%2C10.7C74.3%2C96.6%2C72.4%2C97.4%2C70.5%2C97.4z%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 14px;
    position: absolute;
    display: inline-block;
    top: 8px;
    left: 0;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover > a:after {
    display: none;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover div.menuwrapper {
    top: 85%;
    left: 0;
    width: 100%;
    position: relative;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover div.menuwrapper span.bar {
    display: none;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover div.menuwrapper .menuwrapper {
    border: none;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover div.menuwrapper::-webkit-scrollbar {
    display: none;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover div.menuwrapper::-webkit-scrollbar-thumb {
    display: none;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover div.menuwrapper ul {
    top: 0;
    bottom: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 2em;
    border: none;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover div.menuwrapper ul::-webkit-scrollbar {
    display: none;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover div.menuwrapper ul::-webkit-scrollbar-thumb {
    display: none;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover div.menuwrapper ul li {
    padding-left: 0;
    padding-right: 0;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover div.menuwrapper ul li a {
    font-size: 1.4em;
    line-height: 1.5em;
    height: auto;
    padding: 0.7em 0;
    color: #fff;
    border-bottom: 1px solid #414141;
    position: relative;
  }
  body > header.active > .wrapper #mainheader ul > li.fakehover div.menuwrapper ul li.opensub.fakehover > a {
    font-size: 1.3em;
    line-height: 1.5em;
    height: auto;
    padding: 0.5em 0;
    color: black;
    background: none;
  }
  body > header.active > .wrapper #pretopmenu,
  body > header.active > .wrapper .pretopmenumobile {
    position: relative;
    bottom: 0;
    border-radius: 0;
    text-align: left;
    z-index: 10;
    height: auto;
    display: block;
    overflow: hidden;
    background: #242424;
  }
  body > header.active > .wrapper #pretopmenu ul.langmenu,
  body > header.active > .wrapper .pretopmenumobile ul.langmenu {
    display: none;
  }
  body > header.active > .wrapper #pretopmenu ul.other_top_menu,
  body > header.active > .wrapper .pretopmenumobile ul.other_top_menu {
    display: block;
    width: 100%;
    margin: 15px auto 0;
    background: #242424;
    padding: 0 20px;
    box-sizing: border-box;
  }
  body > header.active > .wrapper #pretopmenu ul.other_top_menu li,
  body > header.active > .wrapper .pretopmenumobile ul.other_top_menu li {
    font-size: 15px;
    display: inline-block;
    color: white;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    height: auto;
  }
  body > header.active > .wrapper #pretopmenu ul.other_top_menu li a,
  body > header.active > .wrapper .pretopmenumobile ul.other_top_menu li a {
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    padding: 0.2em 0.7em;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
  }
  body > header.active > .wrapper #pretopmenu ul.other_top_menu li a:hover,
  body > header.active > .wrapper .pretopmenumobile ul.other_top_menu li a:hover {
    background: white;
    color: #90b742;
  }
  body > header.active > .wrapper #pretopmenu ul.other_top_menu li + li,
  body > header.active > .wrapper .pretopmenumobile ul.other_top_menu li + li {
    margin-left: 0;
  }
  body > header.active > .wrapper #pretopmenu ul.social,
  body > header.active > .wrapper .pretopmenumobile ul.social {
    display: block;
    width: 100%;
    margin: 2px auto;
    background: #242424;
    padding: 0 20px;
    box-sizing: border-box;
    float: left;
  }
  body > header.active > .wrapper #pretopmenu ul.social li,
  body > header.active > .wrapper .pretopmenumobile ul.social li {
    float: left;
    width: 3em;
    height: 3em;
  }
  body > header.active > .wrapper #pretopmenu ul.social li a,
  body > header.active > .wrapper .pretopmenumobile ul.social li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  body > header.active > .wrapper #pretopmenu ul.social li a i,
  body > header.active > .wrapper .pretopmenumobile ul.social li a i {
    position: relative;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 120%;
    display: block;
  }
  body > header.active > .wrapper #pretopmenu ul.social li a.facebook i,
  body > header.active > .wrapper .pretopmenumobile ul.social li a.facebook i {
    width: 107%;
    height: 107%;
    left: -3.5%;
    top: -3.5%;
  }
  body > header.active > .wrapper #pretopmenu ul.social li a.instagram i,
  body > header.active > .wrapper .pretopmenumobile ul.social li a.instagram i {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
  }
  body > header.active > .wrapper #pretopmenu ul.social li a:hover,
  body > header.active > .wrapper .pretopmenumobile ul.social li a:hover {
    opacity: 0.5;
  }
  body > header.active > .wrapper #pretopmenu ul.social li + li,
  body > header.active > .wrapper .pretopmenumobile ul.social li + li {
    margin-top: 0;
    margin-left: 20px;
  }
  body > header.active > .wrapper #pretopmenu ul.social li:last-child,
  body > header.active > .wrapper .pretopmenumobile ul.social li:last-child {
    margin-left: 15px;
  }
  body > header.active > .wrapper #pretopmenu .post-header-menu,
  body > header.active > .wrapper .pretopmenumobile .post-header-menu {
    display: block;
    width: 100%;
    margin: 20px auto;
    background: #242424;
    padding: 0 20px 80px;
    box-sizing: border-box;
    float: left;
  }
  body > header.active > .wrapper #pretopmenu .post-header-menu ul,
  body > header.active > .wrapper .pretopmenumobile .post-header-menu ul {
    margin: 0;
    padding: 0;
  }
  body > header.active > .wrapper #pretopmenu .post-header-menu ul li,
  body > header.active > .wrapper .pretopmenumobile .post-header-menu ul li {
    display: block;
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.3em;
  }
  body > header.active > .wrapper #pretopmenu .post-header-menu ul li a,
  body > header.active > .wrapper .pretopmenumobile .post-header-menu ul li a {
    color: #b6b6b6;
    font-size: 15px;
  }
  body > header .menuwrapper .custom_bg {
    display: none !important;
  }
  .breadcrumbwrapper {
    /*
		visibility: hidden;
		.breadcrumbs .col12{
			height: 1.3em;
		}
		*/
  }
  .breadcrumbwrapper .breadcrumbs {
    visibility: hidden;
  }
  .breadcrumbwrapper .breadcrumbs .col12 {
    height: 1.3em;
  }
  .accessibility > div {
    position: absolute;
    right: 50%;
    top: 17px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  #homeblock h1 {
    font-size: 2rem;
    margin: 1em 0 2em;
  }
  #homeblock .taglist {
    min-height: 12em;
  }
  .taglist li {
    font-size: 0.925rem;
  }
  #mainlinks li {
    width: 50%;
    padding: 1em 0.5em;
    font-size: 1.05em;
  }
  #mainlinks li:nth-child(2n+3) {
    clear: left;
  }
  #newsslider {
    padding-bottom: 2em;
  }
  #newsslider h2 {
    text-align: center;
  }
  #newsslider .col.col5 {
    width: 86%;
    margin: 0 auto;
    text-align: center;
  }
  #newsslider .col.col7 .slideimagewrapper {
    display: none;
  }
  #newsslider .col.col7 .visual {
    left: 0;
    right: 0;
    z-index: 0;
  }
  #newsslider .swiper-slide h3 {
    font-size: 1.3em;
  }
  #newsslider .pagination {
    bottom: 55%;
    width: 100%;
    left: -16px;
    right: 0;
  }
  #newsslider .pagination a {
    position: absolute;
  }
  #newsslider .pagination #swiper-prev {
    border: none;
    background-size: 0.8em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2012%2021%22%20style%3D%22enable-background%3Anew%200%200%2012%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cg%20transform%3D%22translate(-298.000000%2C%20-2559.000000)%22%3E%0A%09%09%0A%09%09%09%3Cg%20transform%3D%22translate(304.000000%2C%202569.500000)%20scale(-1%2C%201)%20rotate(90.000000)%20translate(-304.000000%2C%20-2569.500000)%20translate(295.000000%2C%202565.000000)%22%3E%0A%09%09%09%3Cpolyline%20id%3D%22Path%22%20class%3D%22st0%22%20points%3D%2218%2C9%209%2C0%200%2C9%20%09%09%09%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  }
  #newsslider .pagination #swiper-prev:hover,
  #newsslider .pagination #swiper-prev:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2012%2021%22%20style%3D%22enable-background%3Anew%200%200%2012%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%2390b742%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cg%20transform%3D%22translate(-298.000000%2C%20-2559.000000)%22%3E%0A%09%09%0A%09%09%09%3Cg%20transform%3D%22translate(304.000000%2C%202569.500000)%20scale(-1%2C%201)%20rotate(90.000000)%20translate(-304.000000%2C%20-2569.500000)%20translate(295.000000%2C%202565.000000)%22%3E%0A%09%09%09%3Cpolyline%20id%3D%22Path%22%20class%3D%22st0%22%20points%3D%2218%2C9%209%2C0%200%2C9%20%09%09%09%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    background-color: #fff;
  }
  #newsslider .pagination #swiper-next {
    right: -30px;
    left: auto;
    border: none;
    background-size: 0.8em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2012%2021%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-298.000000%2C%20-2559.000000)%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(304.000000%2C%202569.500000)%20scale(-1%2C%201)%20rotate(90.000000)%20translate(-304.000000%2C%20-2569.500000)%20translate(295.000000%2C%202565.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Path%22%20points%3D%220%200%209%209%2018%200%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  }
  #newsslider .pagination #swiper-next:hover,
  #newsslider .pagination #swiper-next:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2012%2021%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-298.000000%2C%20-2559.000000)%22%20stroke%3D%22%2390b742%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(304.000000%2C%202569.500000)%20scale(-1%2C%201)%20rotate(90.000000)%20translate(-304.000000%2C%20-2569.500000)%20translate(295.000000%2C%202565.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Path%22%20points%3D%220%200%209%209%2018%200%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-color: #fff;
  }
  #homeprocedures {
    padding-top: 0;
  }
  #instagramblock {
    padding: 40px 0 50px;
  }
  .eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
    display: none !important;
  }
  .eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-loaded {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .eapps-instagram-feed-posts-view > div:nth-child(even) {
    border-right: 0;
  }
  #emergencyblock {
    text-align: center;
    padding-bottom: 1.5em;
  }
  #emergencyblock .col1 {
    display: none;
  }
  #emergencyblock h3 {
    margin-top: 0;
    margin-bottom: 1.25em;
  }
  #emergencyblock ul li {
    margin-bottom: 2em;
  }
  .agendablock .wrapper {
    height: auto !important;
  }
  .agendablock .swiper-button-next,
  .agendablock .swiper-button-prev {
    display: block;
  }
  .agendablock .swiper-container {
    height: auto !important;
    width: 100%;
  }
  .agendablock .swiper-container .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 84%;
  }
  .agendablock .swiper-container .swiper-wrapper .swiper-slide {
    float: none !important;
    width: 100% !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .agendablock .swiper-container .swiper-wrapper .swiper-slide.textonly {
    display: none;
  }
  .agendablock .swiper-container > div {
    /*
	            &:hover{
	                background-color:white;
	                &.swiper-button-prev{
	                    .inlinesvg('../img/arrow-left.svg', '#FFF', @green);
	                    background-image:@return;
	                }
	                &.swiper-button-next{
	                    .inlinesvg('../img/arrow-right.svg', '#FFF', @green);
	                    background-image:@return;
	                }
	            }
	            */
  }
  .agendablock .swiper-container > div.swiper-button-prev {
    background-size: 0.8em;
    left: 0;
    outline: none;
    top: 48%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2012%2021%22%20style%3D%22enable-background%3Anew%200%200%2012%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cg%20transform%3D%22translate(-298.000000%2C%20-2559.000000)%22%3E%0A%09%09%0A%09%09%09%3Cg%20transform%3D%22translate(304.000000%2C%202569.500000)%20scale(-1%2C%201)%20rotate(90.000000)%20translate(-304.000000%2C%20-2569.500000)%20translate(295.000000%2C%202565.000000)%22%3E%0A%09%09%09%3Cpolyline%20id%3D%22Path%22%20class%3D%22st0%22%20points%3D%2218%2C9%209%2C0%200%2C9%20%09%09%09%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  }
  .agendablock .swiper-container > div.swiper-button-prev:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2012%2021%22%20style%3D%22enable-background%3Anew%200%200%2012%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%2390b742%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cg%20transform%3D%22translate(-298.000000%2C%20-2559.000000)%22%3E%0A%09%09%0A%09%09%09%3Cg%20transform%3D%22translate(304.000000%2C%202569.500000)%20scale(-1%2C%201)%20rotate(90.000000)%20translate(-304.000000%2C%20-2569.500000)%20translate(295.000000%2C%202565.000000)%22%3E%0A%09%09%09%3Cpolyline%20id%3D%22Path%22%20class%3D%22st0%22%20points%3D%2218%2C9%209%2C0%200%2C9%20%09%09%09%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    background-color: #fff;
  }
  .agendablock .swiper-container > div.swiper-button-next {
    background-size: 0.8em;
    right: 0;
    outline: none;
    top: 48%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2012%2021%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-298.000000%2C%20-2559.000000)%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(304.000000%2C%202569.500000)%20scale(-1%2C%201)%20rotate(90.000000)%20translate(-304.000000%2C%20-2569.500000)%20translate(295.000000%2C%202565.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Path%22%20points%3D%220%200%209%209%2018%200%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  }
  .agendablock .swiper-container > div.swiper-button-next:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2012%2021%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-298.000000%2C%20-2559.000000)%22%20stroke%3D%22%2390b742%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(304.000000%2C%202569.500000)%20scale(-1%2C%201)%20rotate(90.000000)%20translate(-304.000000%2C%20-2569.500000)%20translate(295.000000%2C%202565.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Path%22%20points%3D%220%200%209%209%2018%200%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-color: #fff;
  }
  .agendablock .swiper-container .calltoaction.hideondesktop {
    width: 70%;
    margin: 2rem auto 0 auto;
    display: block;
    float: none;
    padding: 0.65em 0;
    text-align: center;
  }
  #cultureblock {
    padding: 0;
    text-align: center;
  }
  #cultureblock .colorblock .visual {
    top: 0;
    bottom: 0;
    left: 0;
  }
  #cultureblock .colorblock:before {
    content: '';
    background: rgba(41, 44, 47, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #cultureblock .col5 {
    padding: 70px 0;
    z-index: 5;
    position: relative;
  }
  #quicklinks.swiper-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  #quicklinks.swiper-container .swiper-wrapper {
    display: flex;
  }
  #quicklinks.swiper-container .swiper-button-next,
  #quicklinks.swiper-container .swiper-button-prev {
    display: block;
  }
  #quicklinks.swiper-container div.swiper-button-prev {
    border: none;
    background-size: 0.8em;
    background-color: #fff;
    left: 0;
    top: 67%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2012%2021%22%20style%3D%22enable-background%3Anew%200%200%2012%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cg%20transform%3D%22translate(-298.000000%2C%20-2559.000000)%22%3E%0A%09%09%0A%09%09%09%3Cg%20transform%3D%22translate(304.000000%2C%202569.500000)%20scale(-1%2C%201)%20rotate(90.000000)%20translate(-304.000000%2C%20-2569.500000)%20translate(295.000000%2C%202565.000000)%22%3E%0A%09%09%09%3Cpolyline%20id%3D%22Path%22%20class%3D%22st0%22%20points%3D%2218%2C9%209%2C0%200%2C9%20%09%09%09%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    outline: none;
  }
  #quicklinks.swiper-container div.swiper-button-prev:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2012%2021%22%20style%3D%22enable-background%3Anew%200%200%2012%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%2390b742%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cg%20transform%3D%22translate(-298.000000%2C%20-2559.000000)%22%3E%0A%09%09%0A%09%09%09%3Cg%20transform%3D%22translate(304.000000%2C%202569.500000)%20scale(-1%2C%201)%20rotate(90.000000)%20translate(-304.000000%2C%20-2569.500000)%20translate(295.000000%2C%202565.000000)%22%3E%0A%09%09%09%3Cpolyline%20id%3D%22Path%22%20class%3D%22st0%22%20points%3D%2218%2C9%209%2C0%200%2C9%20%09%09%09%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    background-color: #fff;
    border: none;
  }
  #quicklinks.swiper-container div.swiper-button-next {
    right: 0;
    background-size: 0.8em;
    background-color: #fff;
    top: 67%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2012%2021%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-298.000000%2C%20-2559.000000)%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(304.000000%2C%202569.500000)%20scale(-1%2C%201)%20rotate(90.000000)%20translate(-304.000000%2C%20-2569.500000)%20translate(295.000000%2C%202565.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Path%22%20points%3D%220%200%209%209%2018%200%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    border: none;
    outline: none;
  }
  #quicklinks.swiper-container div.swiper-button-next:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2012%2021%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-298.000000%2C%20-2559.000000)%22%20stroke%3D%22%2390b742%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(304.000000%2C%202569.500000)%20scale(-1%2C%201)%20rotate(90.000000)%20translate(-304.000000%2C%20-2569.500000)%20translate(295.000000%2C%202565.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Path%22%20points%3D%220%200%209%209%2018%200%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-color: #fff;
  }
  #appblock {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
  }
  #appblock .colorblock .visual {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 75%;
  }
  #appblock .colorblock .col5 {
    padding-top: 5px;
  }
  #appblock .colorblock .col5 > p {
    margin-bottom: 3em;
  }
  #appblock .colorblock .col5 .googlebt {
    float: right;
  }
  #quicklinks.wrapper.clearfix {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  #quicklinks ul li {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
  #quicklinks ul li i.icon {
    width: 40%;
    padding-bottom: 40%;
  }
  #instagramblock h3 {
    font-size: 2em;
  }
  .pagecontent .pagequicklinks.wrapper.clearfix ul {
    margin-bottom: 1.5em;
  }
  .pagecontent .pagequicklinks.wrapper.clearfix ul li {
    margin-bottom: 1.5em;
  }
  #blockcontent {
    margin-bottom: 2em;
  }
  .demarchesContainer .accordeonable {
    display: block;
    background: url(../img/arrow-down.svg) no-repeat calc( 100% - .5em ) 15px;
    background-size: 0.7em 0.7em;
    cursor: pointer;
  }
  .demarchesContainer .accordeonable .sectiontitle {
    margin: 0 0 1em;
  }
  .demarchesContainer .accordeonable + .pagequicklinks {
    display: none;
  }
  .demarchesContainer .accordeonable.open {
    background: url(../img/arrow-up.svg) no-repeat calc( 100% - .5em ) 15px;
    background-size: 0.7em 0.7em;
  }
  .demarchesContainer .accordeonable.open + .pagequicklinks {
    display: block;
  }
  .demarchesContainer .accordeonable.open + .pagequicklinks ul li {
    height: auto !important;
  }
  .demarchesContainer .accordeonable.open .sectiontitle {
    margin: 0 0 1.5em 0;
  }
  .filtres form#form_recherche_actus,
  .filtres form#form_recherche_annees {
    width: 100%;
    margin-top: 1em;
  }
  #revuePresse form label input[type=submit] {
    margin-top: 1em;
  }
  #revuePresse #revues_du_mois .pagequicklinks {
    width: 100%;
  }
  #revuePresse #revues_du_mois .pagequicklinks li {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .agendablock .em-list {
    height: auto !important;
  }
  .agendablock .em-list .col {
    margin-bottom: 1.3em;
    float: left;
    width: 100%;
  }
  .agendablock .em-list .col_month_year {
    margin-top: 1em;
    background: url(../img/arrow-up.svg) no-repeat 97% 15px;
    background-size: 0.7em 0.7em;
    cursor: pointer;
  }
  .agendablock .em-list .col_month_year.open {
    background: url(../img/arrow-down.svg) no-repeat 97% 15px;
    background-size: 0.7em 0.7em;
  }
  .agendablock .em-list .col_month_year {
    margin-top: 1em;
    background: url(../img/arrow-up.svg) no-repeat 97% 15px;
    background-size: 0.7em 0.7em;
    cursor: pointer;
  }
  .agendablock .em-list .col_month_year.open {
    background: url(../img/arrow-down.svg) no-repeat 97% 15px;
    background-size: 0.7em 0.7em;
  }
  #councilreport h4 {
    margin-top: 0;
  }
  #councilreport .personnel {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
  }
  #councilreport .personnel li {
    width: 100%;
    box-sizing: border-box;
  }
  #councilreport .col.col6 + .col.col6 {
    width: 100%;
    margin: 1em 0 0;
  }
  .breadcrumbwrapper.greenwhite:before {
    display: none;
  }
  .block.greenwhiteblocks,
  .columncontent.greenwhiteblocks {
    overflow-x: hidden;
    margin-top: 0;
  }
  .block.greenwhiteblocks:before,
  .columncontent.greenwhiteblocks:before {
    width: 100%;
    display: none;
  }
  .block.greenwhiteblocks .wrapper .col5,
  .columncontent.greenwhiteblocks .wrapper .col5 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
    background: #90b742;
    float: left;
    position: relative;
    padding: 1em 0.5em;
    box-sizing: border-box;
  }
  .block.greenwhiteblocks .wrapper .col5:before,
  .columncontent.greenwhiteblocks .wrapper .col5:before {
    content: '';
    width: 120%;
    margin-left: -10%;
    background: #90b742;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
  }
  .block form .half,
  .columncontent form .half {
    width: 100%;
    margin-right: 0;
  }
  .block form .half + .half,
  .columncontent form .half + .half {
    margin-left: 0;
  }
  .block form .clearfix,
  .columncontent form .clearfix {
    width: 100%;
  }
  .block form input[type=submit]:disabled,
  .columncontent form input[type=submit]:disabled {
    opacity: 0.5;
  }
  .block form input[type=submit]:hover,
  .columncontent form input[type=submit]:hover {
    background: #000;
    color: #fff;
  }
  .block #languagelist .languagechoices a,
  .columncontent #languagelist .languagechoices a {
    margin-bottom: 20px;
    margin-left: 0 !important;
    margin-right: 1em;
    padding: 0.65em 1.5em !important;
  }
  .block .coursetable .col10 ul li,
  .columncontent .coursetable .col10 ul li {
    width: 47%;
  }
  .block form .half + .half.large,
  .columncontent form .half + .half.large {
    margin-left: 3%;
  }
  #singleEvent .infos_fond_vert {
    padding-bottom: 1em;
  }
  #singleEvent .infos_fond_vert > span {
    width: 48%;
    margin-bottom: 2em;
    display: inline-block;
  }
  #singleEvent .infos_fond_vert > span.date span {
    white-space: nowrap;
  }
  .error404 main {
    margin-top: 40px;
  }
  .error404 main .col5 {
    margin: 0 auto;
    text-align: center;
  }
  .error404 main .col1 {
    display: none;
  }
  .error404 main img {
    max-width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .error404 main h1 {
    font-size: 50px;
    margin-bottom: 0.4em;
    margin-top: 0;
    text-align: center;
  }
  .error404 main p {
    text-align: center;
    font-size: 1.2em;
  }
  .error404 main p.margintop {
    margin-top: 3em;
    font-size: 0.9em;
  }
  footer {
    padding-top: 30px;
  }
  footer .wrapper {
    width: 84%;
  }
  footer #footerlogo {
    left: 50%;
    margin: 0 auto 2em;
  }
  footer .col.col9 > ul > li {
    width: 100%;
    margin-left: 0;
  }
  footer .col.col9 > ul > li.childpages {
    margin-top: 1.5em;
  }
  footer .col.col9 > ul > li > a {
    margin-bottom: 1em;
  }
  footer .col3 nav ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
    margin-bottom: 2em;
  }
  footer .col3 ul.social {
    margin-bottom: 2em;
    height: 30px;
  }
  footer > nav.wrapper.clearfix ul {
    margin-top: 1em;
    margin-bottom: 1em;
    float: left;
    width: 100%;
    display: block;
  }
  footer > nav.wrapper.clearfix ul li {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  footer > nav.wrapper.clearfix ul li:before {
    display: none;
  }
  footer #postfooter .wrapper {
    padding: 20px 0;
  }
  footer #postfooter .wrapper .col6 {
    text-align: center !important;
  }
}
/* FIN MOBILE */
/*# sourceMappingURL=responsive.css.map */