/*
Theme Name: Montereau
Author: Sébastien Leroy @ http://www.oblady.fr
Author URI: http://www.oblady.com
Description: Un thème pour la ville de Montereau-Fault-Yonne
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v47/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
html {
  font-size: 62.5%;
  background: #252525;
  height: 100%;
}
body {
  font-family: Roboto, arial, sans-serif;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #252525;
  min-height: 100%;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
.colored {
  color: #929292;
}
.item img,
.tab-item img {
  width: auto;
}
.clear:after {
  display: table;
  content: '';
  clear: both;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
a:focus {
  text-decoration: none;
}
hr {
  clear: both;
}
.h2,
h2 {
  font-size: 3rem;
}
.h3,
h3 {
  font-size: 2.4rem;
}
.h4,
h4 {
  font-size: 1.8rem;
}
#primary.with-thumbnail {
  margin-top: -100px;
}
.breadcrumb {
  padding-left: 30px;
  background: #fff;
  margin-bottom: 5px;
}
.breadcrumb ul {
  list-style: none;
  padding-left: 8px;
  margin: 0;
}
.breadcrumb ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  padding: 0 15px;
  float: left;
}
.breadcrumb ul li:before,
.breadcrumb ul li:after {
  content: '';
  background: #0064aa;
  position: absolute;
  left: 0;
  height: 51%;
  width: 100%;
  z-index: 0;
  border-left: 1px solid #0064aa;
  border-right: 1px solid #0064aa;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.breadcrumb ul li:before {
  top: 0;
  -webkit-transform: skewX(40deg);
  -moz-transform: skewX(40deg);
  -ms-transform: skewX(40deg);
  -o-transform: skewX(40deg);
  transform: skewX(40deg);
  border-top: 1px solid #0064aa;
}
.breadcrumb ul li:after {
  bottom: 0;
  -webkit-transform: skewX(40deg);
  -moz-transform: skewX(40deg);
  -ms-transform: skewX(40deg);
  -o-transform: skewX(40deg);
  transform: skewX(-40deg);
  border-bottom: 1px solid #0064aa;
}
.breadcrumb ul li h4 {
  display: inherit;
  font-weight: normal;
  z-index: 1;
  position: relative;
  margin: 5px 0;
  font-size: 1.5rem;
}
.breadcrumb ul li h4 a {
  color: #fff;
}
.breadcrumb ul li:last-of-type {
  color: #0064aa;
}
.breadcrumb ul li:last-of-type:before,
.breadcrumb ul li:last-of-type:after {
  background: none;
}
.breadcrumb ul li:hover:before,
.breadcrumb ul li:hover:after {
  background: #fff;
}
.breadcrumb ul li:hover a {
  color: #0064aa;
}
input[type=submit] {
  border: none;
  background: #0064aa;
  color: #fff;
  padding: 3px 10px;
  border-radius: 0;
}
input[type=submit]:hover {
  box-shadow: #0064aa 0 0 5px;
  background: #0064aa;
  color: #fff;
}
.btn-default {
  text-shadow: none;
  box-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #0064aa;
  color: #fff;
}
.btn {
  font-size: inherit;
}
@-webkit-keyframes skewIt {
  0% {
    transform: skewY(30deg) skewX(30deg);
  }
  100% {
    transform: skewX(0) skewY(0);
  }
}
@-moz-keyframes skewIt {
  0% {
    transform: skewY(30deg) skewX(30deg);
  }
  100% {
    transform: skewX(0) skewY(0);
  }
}
@keyframes skewIt {
  0% {
    transform: skewY(30deg) skewX(30deg);
  }
  100% {
    transform: skewX(0) skewY(0);
  }
}
.skew-container {
  position: relative;
  overflow: hidden;
}
.skew-container .skew-bg {
  background: #e86c1f;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  transform-origin: 100% 100%;
}
.skew-container:before,
.skew-container div {
  position: relative;
  z-index: 1;
}
.skew-container:hover .skew-bg {
  transition: all 0.5s;
  -webkit-animation: skewIt 1s;
  -moz-animation: skewIt 1s;
  animation: skewIt 1s;
  height: 100%;
}
.guide .skew-container .skew-bg {
  background: #0064aa;
}
table tr:nth-of-type(odd) {
  background: #ddf1ff;
}
table td {
  padding: 5px;
}
.no-gutter {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#black-top-bar {
  position: absolute;
  height: 50px;
  width: 100%;
  background: #252525;
}
.fab {
  font-family: 'FontAwesome';
  font-style: normal;
  margin: 0 5px;
}
.home-block-body #cff .cff-author .cff-page-name,
.home-block-body #cff .cff-author .cff-date {
  margin: 0 0 0 0 !important;
}
.home-block-body .cff-author-img,
#ctf .ctf-header {
  display: none;
}
#cff .cff-item {
  width: 33% !important;
  clear: none;
  padding: 0 15px;
}
.cff-wrapper {
  margin-top: 30px;
}
.ctf {
  margin-top: 11px;
}
.ctf-author-name {
  color: #337ab7 !important;
  margin-left: 0 !important;
  line-height: 1.2 !important;
}
#ctf .ctf-author-box-link {
  line-height: 1.2 !important;
}
#ctf .ctf-tweet-meta {
  display: block !important;
  margin: 0 !important;
}
#ctf .ctf-tweet-meta .ctf-tweet-date {
  color: #9197a3 !important;
  font-size: 11px !important;
}
.sbi_bio {
  display: none;
}
header {
  background: #fff;
}
header .container {
  position: relative;
}
header .logo {
  background: #0064aa;
  text-align: center;
  float: left;
}
header .logo h1 {
  background: url('css/img/logo.png') no-repeat center;
  height: 95px;
  font-size: 0;
  margin: 0;
}
header .logo p {
  color: #ffffff;
  font-size: 2rem;
  border-top: 1px solid #0073c3;
  padding: 10px 0 0;
  text-transform: uppercase;
}
header .top-sidebar {
  background: #252525;
  height: 50px;
}
header #search-3,
header nav {
  float: left;
}
header #nav_menu-2 {
  background: #252525;
  float: right;
  margin: 0;
  padding: 0;
}
header #nav_menu-2 .menu-top-bar-container {
  float: right;
}
header #nav_menu-2 ul {
  padding: 0;
}
header #nav_menu-2 li {
  border-right: 1px solid #464646;
  height: 50px;
  padding: 10px 15px;
}
header #nav_menu-2 li a {
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
header #nav_menu-2 li a:hover {
  text-decoration: none;
}
header #nav_menu-2 li:nth-of-type(2) {
  border-left: 1px solid #ababab;
}
header #nav_menu-2 .picto {
  font-size: 0;
  width: 50px;
  padding: 4px 0 0;
  text-align: center;
}
header #nav_menu-2 .picto a {
  position: relative;
}
header #nav_menu-2 .picto a:before {
  font-family: 'FontAwesome';
  font-size: 3rem;
  color: #929292;
}
header #nav_menu-2 .picto:hover {
  transition: background 0.3s;
}
header #nav_menu-2 .picto:hover a {
  margin-left: 5px;
  transition: margin 0.3s;
}
header #nav_menu-2 .picto:hover a:before {
  color: #fff;
  transition: color 0.3s;
}
header #nav_menu-2 .jobijoba {
  width: 115px;
  padding: 0;
}
header #nav_menu-2 .jobijoba a {
  display: block;
  height: 100%;
  background: url('css/img/jobijoba.png') no-repeat center;
  background-size: cover;
}
header #nav_menu-2 .digitale-academie {
  width: 115px;
  padding: 5px;
}
header #nav_menu-2 .digitale-academie a {
  display: block;
  height: 100%;
  background: url('css/img/digitale-academie.png') no-repeat center;
  background-size: cover;
}
header #nav_menu-2 .instagram a:before {
  content: '\f16d';
}
header #nav_menu-2 .instagram:hover {
  background: #517fa4;
}
header #nav_menu-2 .facebook a:before {
  content: '\f09a';
}
header #nav_menu-2 .facebook:hover {
  background: #3b5998;
}
header #nav_menu-2 .twitter a:before {
  content: '\f099';
}
header #nav_menu-2 .twitter:hover {
  background: #00aced;
}
header #nav_menu-2 .localisation {
  border-left: 1px solid #ababab;
}
header #nav_menu-2 .localisation a:before {
  content: '\f041';
}
header #nav_menu-2 .localisation:hover {
  background: #dd4b39;
}
header #nav_menu-2 .contact,
header #nav_menu-2 .newsletter {
  border-right: 1px solid #ababab;
}
header ul {
  list-style: none;
  margin: 0;
}
header ul li {
  float: left;
}
#menu-principal {
  padding-left: 0;
  margin-top: 30px;
}
#menu-principal:after {
  display: table;
  content: '';
  clear: both;
}
#menu-principal a {
  color: #252525;
  text-transform: uppercase;
  font-size: 2rem;
  transition: color 0.3s;
  display: block;
}
#menu-principal a:hover {
  text-decoration: none;
  color: #0064aa;
  transition: color 0.3s;
}
#menu-principal ul.sub-menu {
  z-index: 9;
  background: #fff;
  margin-left: -10px;
  width: 300px;
  max-height: 0;
  opacity: 0;
  padding-left: 0;
  border: 1px solid #585858;
}
#menu-principal ul.sub-menu a {
  font-size: 1.6rem;
  text-transform: none;
}
#menu-principal ul.sub-menu ul.sub-menu {
  top: -1px !important;
}
#menu-principal ul.sub-menu ul.sub-menu li {
  padding-left: 10px;
}
#menu-principal ul.sub-menu li {
  border-bottom: 1px solid #eee;
  background: #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
#menu-principal ul.sub-menu li .ui-menu-icon {
  background: none;
  text-indent: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  vertical-align: top;
}
#menu-principal ul.sub-menu li .ui-menu-icon:after {
  font-size: 2rem;
  font-family: 'Material Icons';
  content: '\E315';
}
#menu-principal ul.sub-menu li:hover {
  background: #eee;
}
#menu-principal > li {
  display: inline-block;
  border-right: 1px solid #252525;
}
#menu-principal > li > a > span.ui-icon {
  background-image: none;
}
#menu-principal > li li {
  display: block;
}
#menu-principal > li > ul.sub-menu {
  position: absolute;
  left: 20px !important;
}
#menu-principal li {
  float: none;
  position: relative;
  padding: 5px 10px;
}
#menu-principal li:last-of-type {
  border-right: none;
}
#menu-principal li.current-menu-item a,
#menu-principal li.current-page-ancestor a {
  color: #0064aa;
}
#menu-principal li:hover > ul.sub-menu {
  opacity: 1;
  max-height: 500px;
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  background: none;
}
#searchform input::-webkit-input-placeholder {
  color: #929292;
  font-style: italic;
  font-weight: 300;
}
#searchform input:-moz-placeholder {
  color: #929292;
  font-style: italic;
}
#searchform input[type=text] {
  color: #929292;
  float: left;
  border: none;
  border-right: 1px solid #929292;
  background: #3f3f3f;
  padding: 10px;
  font-size: 2.1rem;
}
#searchform button {
  padding: 0 10px;
  float: left;
  font-size: 0;
  background: #3f3f3f;
  border: none;
}
#searchform button:before {
  font-family: 'Material Icons';
  content: '\E8B6';
  font-size: 3.5rem;
  color: #929292;
  position: relative;
  transition: color 0.3s;
}
#searchform button:hover:before {
  color: #fff;
  transition: colors 0.3s;
}
.result {
  margin-bottom: 30px;
}
.result h2 {
  margin-bottom: 0;
}
.relevance_bar {
  display: inline-block;
  width: 60px;
  height: 10px;
  border: 1px solid #0064aa;
  position: relative;
}
.relevance_bar .relevance_points {
  display: block;
  height: 8px;
  background: #0064aa;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-slider .wpcolumns {
  float: right;
}
.slick-slider.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-content {
  right: -30px;
}
.slick-slider.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-content .bg-overlay {
  background: rgba(255, 255, 255, 0.7);
}
.slick-slider.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slide-title {
  text-shadow: none;
  color: #0064aa;
}
.slick-slider.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-short-content p {
  color: #252525;
  text-shadow: none;
  font-size: 1.6rem;
}
.slick-slider.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-short-content,
.slick-slider.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .readmore {
  margin-bottom: 30px;
}
.slick-slider.wpsisac-slick-slider .slick-dots li button {
  transition: background 0.3s;
  border-color: #0064aa;
}
.slick-slider.wpsisac-slick-slider .slick-dots li.slick-active button,
.slick-slider.wpsisac-slick-slider .slick-dots li:hover button {
  background: #0064aa !important;
  transition: background 0.3s;
}
.readmore a,
.readmore [type=submit] {
  display: block;
  background: #0064aa;
  color: #fff;
  text-shadow: none;
  border: none;
  text-align: center;
  transition: box-shadow 0.3s;
}
.readmore a:hover,
.readmore [type=submit]:hover {
  text-decoration: none;
  box-shadow: 0 0 10px #0064aa;
  transition: box-shadow 0.3s;
}
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  border: 1px solid #929292;
  padding: 5px;
}
.wpcf7 select {
  width: 100%;
}
.wpcf7 .required {
  color: red;
}
.wpcf7 .readmore [type=submit] {
  padding: 5px 10px;
  font-size: 2rem;
  width: auto;
  float: right;
}
.wpcf7 .row > p,
.wpcf7 .row > div {
  margin-bottom: 15px;
}
.wpcf7 [type="checkbox"]:not(:checked),
.wpcf7 [type="checkbox"]:checked,
.wpcf7 [type="radio"]:not(:checked),
.wpcf7 [type="radio"]:checked {
  position: static;
  width: auto;
}
select {
  border: 1px solid #929292;
  background: #fff;
  border-radius: 0;
  padding: 6px 5px;
  font-size: initial;
}
.filter-form fieldset {
  display: inline-block;
  margin-right: 15px;
}
.filter-form fieldset h4 {
  font-size: 1.6rem;
}
[data-tab]:not(.active) {
  cursor: pointer;
}
.category-tag-container a {
  position: relative;
  background: #0064aa;
  padding: 5px 10px;
  border: 1px solid #0064aa;
  text-decoration: none;
  margin-bottom: 4px;
  margin-right: 5px;
  display: inline-block;
}
.category-tag-container a .text {
  color: #fff;
  margin-right: 5px;
  font-family: 'Roboto Condensed';
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.category-tag-container a .bg {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: width 0.3s;
  z-index: 0;
  background: #fff;
}
.category-tag-container a:hover {
  text-decoration: none;
}
.category-tag-container a:hover .text {
  color: #0064aa;
  transition: color 0.3s;
}
.category-tag-container a:hover .bg {
  width: 100%;
  transition: width 0.3s;
}
.link-button {
  background: #0064aa;
  color: #fff;
  font-family: 'Roboto Condensed', arial, sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  display: block;
}
.link-button:hover,
.link-button:focus {
  text-decoration: none;
  color: #fff;
}
.link-button:before {
  content: '';
  width: 80px;
  height: 65px;
  margin-right: 15px;
  display: table-cell;
  vertical-align: middle;
}
.link-button div {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}
.home-tabs {
  background: #fff;
  margin-top: -48px;
}
.home-tabs > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-tabs .left {
  position: relative;
}
.home-tabs .left .home-block-body hr {
  border-top: 1px solid #929292;
}
.home-block-header {
  background: #252525;
}
.home-block-header a {
  color: white;
}
.home-block-header a:hover {
  color: white;
  text-decoration: none;
}
.home-block-header .tab {
  color: #929292;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #929292;
  position: relative;
  font-family: "Roboto condensed";
  font-size: 2rem;
  font-weight: 600;
}
.home-block-header .tab.tab:last-of-type {
  border-right: none;
}
.home-block-header .tab.twitter-tab:after {
  content: none !important;
}
.home-block-header .tab.active,
.home-block-header .tab.convenient,
.home-block-header .tab:hover {
  background: #0064aa;
  color: #fff;
  transition: all 0.3s;
}
.home-block-header .tab.active:after,
.home-block-header .tab.convenient:after,
.home-block-header .tab:hover:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #0064aa transparent transparent transparent;
  position: absolute;
  bottom: -13px;
  left: calc(50% - 5px);
}
.home-block-body {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
}
.home-block-body > div:not(.active) {
  display: none;
}
.home-block-body .home-block-header .tab {
  border-right: 1px solid #929292 !important;
}
.home-block-body.instagram {
  padding-top: 0;
}
.home-block-body.instagram hr {
  margin-top: 0;
}
.home-block-body.instagram .instagallery-actions {
  margin: 0;
}
.home-block-body.instagram .instagallery-actions .igact-instalink {
  display: block;
  font-family: "Roboto condensed";
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 10px;
}
.home-block-body.instagram .instagallery-actions .igact-instalink:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #0064aa transparent transparent transparent;
  position: absolute;
  bottom: -13px;
  left: calc(45%);
}
.home-block-body.instagram .instagallery-actions .igact-instalink:hover::after {
  border-color: #e86c1f transparent transparent transparent;
  transition: all .3s;
}
.home-block-body.instagram .ig-block {
  margin-top: 40px;
  margin-bottom: 30px;
}
.home-block-body.instagram .ig-block > .row {
  margin: 0 -15px 20px;
  background: #252525;
}
.home-block-body.instagram .ig-block > .row .col-md-4 {
  padding: 0;
  border-right: 1px solid #929292;
}
.home-block-body ul {
  list-style: none;
  padding: 0;
}
.home-block-body a {
  position: relative;
}
.home-block-body img {
  display: block;
  margin: auto;
}
.home-block-footer {
  margin-bottom: 25px;
  width: 100%;
  bottom: 0;
}
.border-right-grey {
  border-right: 1px solid #929292 !important;
}
.menu-bas-bloc-accueil-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-bas-bloc-accueil-container ul:after {
  display: table;
  content: '';
  clear: both;
}
.menu-bas-bloc-accueil-container ul li {
  position: relative;
  margin-bottom: 1px;
}
.menu-bas-bloc-accueil-container ul li.kiosque a {
  background: url('css/img/7-7.png') no-repeat 70px #0064aa;
}
.menu-bas-bloc-accueil-container ul li.kiosque a:before {
  background: url('css/img/kiosque.png') no-repeat center;
  display: inline-block;
  margin-right: 70px;
}
.menu-bas-bloc-accueil-container ul li.kiosque a div {
  display: inline-block;
}
.menu-bas-bloc-accueil-container ul li.multimedia a:before {
  background: url('css/img/multimedia.png') no-repeat center;
}
.menu-bas-bloc-accueil-container ul li.guide a {
  background: #e86c1f;
}
.menu-bas-bloc-accueil-container ul li.guide a:before {
  background: url('css/img/pdf.png') no-repeat center;
}
.voir-tout {
  text-align: center;
  font-size: 2rem;
}
.voir-tout i {
  margin-right: 5px;
}
.voir-tout * {
  display: inline-block;
  vertical-align: middle;
}
.voir-tout a {
  color: #464646;
  transition: color .3s;
}
.voir-tout a:hover {
  color: #0064aa;
  transition: color .3s;
  text-decoration: none;
}
ul#menu-clic-pratique li {
  position: relative;
  top: -65px;
  opacity: 0;
  margin-bottom: 1px;
}
ul#menu-clic-pratique li a {
  color: #fff;
  margin-bottom: 0;
}
ul#menu-clic-pratique li.contacter-elus a:before {
  background: url('css/img/contacter-elus.png') no-repeat center;
}
ul#menu-clic-pratique li.etat-civil a:before {
  background: url('css/img/etat-civil.png') no-repeat center;
}
ul#menu-clic-pratique li.creche a:before {
  background: url('css/img/creche.png') no-repeat center;
}
ul#menu-clic-pratique li.travaux a:before {
  background: url('css/img/travaux.png') no-repeat center;
}
ul#menu-clic-pratique li.marches-publics a:before {
  background: url('css/img/marches-publics.png') no-repeat center;
}
ul#menu-clic-pratique li.louer-salle a:before {
  background: url('css/img/louer-salle.png') no-repeat center;
}
ul#menu-clic-pratique li.transports a:before {
  background: url('css/img/transports.png') no-repeat center;
}
ul#menu-clic-pratique li.annuaire-ville a:before {
  background: url('css/img/annuaire-ville.png') no-repeat center;
}
ul#menu-clic-pratique li.programme-cinema a:before {
  background: url('css/img/programme-cinema.png') no-repeat center;
}
ul#menu-clic-pratique li.paiement a:before {
  background: url('css/img/paiement.png') no-repeat center;
}
ul#menu-clic-pratique li.emploi a:before {
  background: url('css/img/emploi.png') no-repeat center;
}
ul#menu-clic-pratique li.localisation a:before {
  background: url('css/img/location-sign.png') no-repeat center;
}
.material-icons {
  vertical-align: middle;
  font-size: 2.4rem;
}
.tab-item h2 {
  font-family: "Roboto condensed";
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.tab-item a {
  color: #252525;
  transition: color .3s;
  text-decoration: none;
}
.tab-item a p {
  color: #252525;
}
.tab-item a:hover {
  text-decoration: none;
  color: #0064aa;
  transition: color .3s;
}
.tab-item .category-tag-container {
  margin-top: 15px;
  margin-bottom: 15px;
}
.tab-item img {
  margin: auto;
  display: block;
}
.tab-item .post-link {
  display: block;
  position: relative;
}
.tab-item .post-link:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('css/img/thumb-more.png') no-repeat center rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  transition: opacity 0.3s;
}
.tab-item .post-link:hover:after {
  opacity: 1;
  transition: opacity 0.3s;
}
.tab-item .excerpt {
  font-family: "Roboto condensed";
  font-size: 1.8rem;
}
.tab-item p {
  font-size: 1.6rem;
}
.tab-item i {
  margin-right: 5px;
}
.info {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.info i {
  margin-top: -3px;
  margin-right: 5px;
}
.info * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.date {
  font-size: 1.4rem;
  font-weight: 500;
}
.date i {
  margin-top: -3px;
  margin-right: 5px;
  color: #e86c1f;
}
.address i {
  color: #dd4b39;
}
.phone i {
  color: #0064aa;
}
.email i {
  color: #dd4b39;
}
.activity i {
  color: #bb6fbb;
}
.directions {
  margin-top: 10px;
  font-size: 2rem;
}
.directions i {
  color: #0064aa;
  font-size: 4rem;
}
.directions a {
  text-decoration: none;
  color: #0064aa;
}
.directions a:hover {
  color: #e86c1f;
}
article {
  padding: 0 30px 30px !important;
}
article .category-tag-container {
  margin-bottom: 30px;
}
article h1 {
  color: #0064aa;
  font-family: roboto, arial;
  font-weight: 300;
  font-size: 3.6rem;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
article h2 {
  font-size: 2.8rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}
article h4 {
  color: #0064aa;
  font-size: 2rem;
}
article a {
  color: #e86c1f;
  text-decoration: underline;
  transition: color 0.3s;
}
article a:hover {
  color: #0064aa;
  transition: color 0.3s;
}
article .content {
  margin-top: 30px;
}
.thumbnail-container {
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
.thumbnail-container img {
  display: block;
  margin: auto;
}
.content-area {
  position: relative;
  background: #fff;
}
main {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.widget h2 {
  background: #0064aa;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-family: "Roboto condensed";
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.widget h2:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #0064aa transparent transparent transparent;
  position: absolute;
  bottom: -13px;
  left: calc(45%);
}
.widget.right-sidebar {
  background: #eee;
}
.widget.right-sidebar .pods-list {
  margin-bottom: 30px;
}
.widget.right-sidebar ul {
  list-style: none;
  padding: 0 15px;
}
.widget.right-sidebar ul.children {
  padding-right: 0;
}
.widget.right-sidebar ul.children li {
  text-transform: none;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.widget.right-sidebar ul.children li a {
  padding-left: 2rem;
}
.widget.right-sidebar ul.children li a:before {
  content: "\E315";
  font-family: "Material Icons";
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.widget.right-sidebar > ul > li.page_item_has_children:before {
  font-family: 'Material Icons';
  content: "\E315";
  float: right;
}
.widget.right-sidebar > ul > li > ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.widget.right-sidebar > ul > li:hover > ul {
  max-height: 500px;
  transition: max-height 0.3s;
}
.widget.right-sidebar li {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 1px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2rem;
}
.widget.right-sidebar li a {
  display: block;
  text-align: left;
  color: #252525;
  transition: color 0.3s;
  margin-bottom: 10px;
}
.widget.right-sidebar li a:hover {
  text-decoration: none;
  color: #0064aa;
  transition: color 0.3s;
}
.widget.right-sidebar li.current_page_item > a {
  text-decoration: none;
  color: #0064aa;
}
.widget .extra {
  position: relative;
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.widget .extra li {
  width: 100%;
  margin-bottom: 1px;
}
.widget .extra li a {
  color: #fff !important;
  margin-bottom: 0;
}
.widget .extra li a:hover {
  color: #fff;
}
.searchandfilter ul {
  padding-left: 0;
}
.searchandfilter ul li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  position: relative;
  max-width: 100%;
}
.searchandfilter ul li select {
  max-width: 100%;
}
.searchandfilter h4 {
  margin: 0;
  padding: 0px 0 10px;
  font-size: 1.6rem;
}
.searchandfilter .chosen-container-multi .chosen-choices {
  border: 1px solid #0064aa;
  background: #fff;
}
.searchandfilter .chosen-container-multi .chosen-choices li.search-choice {
  border: none;
  background: #eee;
  border-radius: 0;
}
.searchandfilter .chosen-choices li.search-field input[type=text],
.searchandfilter input[type=text],
.searchandfilter select.sf-input-select {
  border: 1px solid #0064aa;
  background: #fff;
  padding: 5px;
  outline: 0;
  box-shadow: none;
  color: #252525;
  font-size: 1.6rem;
  line-height: normal;
  border-radius: 0;
}
.searchandfilter select.sf-input-select {
  margin: 0;
  padding: 4px 5px;
}
.searchandfilter input.default {
  margin: 0 !important;
}
[class^=squelch] .ui-accordion-header {
  background: none;
  border: 1px solid #252525;
  padding: 15px;
  position: relative;
  margin-bottom: 15px;
}
[class^=squelch] .ui-accordion-header:after {
  content: "\E313";
  font-family: "Material Icons";
  color: #252525;
  position: absolute;
  right: 15px;
  font-size: 2rem;
}
[class^=squelch] .ui-accordion-header.ui-accordion-header-active {
  border: none;
  background: #0064aa;
}
[class^=squelch] .ui-accordion-header.ui-accordion-header-active a {
  color: #fff;
}
[class^=squelch] .ui-accordion-header.ui-accordion-header-active:after {
  content: "\E316";
  font-family: "Material Icons";
  color: #fff;
  position: absolute;
  right: 15px;
  font-size: 2rem;
}
[class^=squelch] .ui-accordion-header a {
  color: #252525;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
}
[class^=squelch] .ui-accordion-content {
  padding: 0 1em;
}
[class^=squelch] .ui-accordion-content:after {
  display: table;
  content: '';
  clear: both;
}
aside#tools {
  float: right;
  margin-top: 10px;
}
aside#tools:after {
  display: table;
  content: '';
  clear: both;
}
aside#tools > * {
  float: left;
  vertical-align: middle;
}
aside#tools .material-icons {
  vertical-align: initial;
}
button.share,
a.wpptopdfenh {
  border: none;
  background: none;
  color: #252525;
  vertical-align: middle;
}
button.share i,
a.wpptopdfenh i {
  font-size: 2.5rem;
}
button.share:hover,
a.wpptopdfenh:hover {
  color: #0064aa;
}
.page-id-188 .wpptopdfenh,
.page-template-evenements .wpptopdfenh {
  display: none !important;
}
.WP_Mailjet_Subscribe_Widget h2 {
  display: none;
}
.modal-content {
  border-radius: 0;
  text-align: center;
}
.modal-body a {
  font-size: 6rem;
  color: #929292;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.modal-body a.facebook:hover {
  color: #3b5999;
}
.modal-body a.twitter:hover {
  color: #55acee;
}
.modal-body a.google:hover {
  color: #dd4b39;
}
.modal-body a.linkedin:hover {
  color: #0077B5;
}
.modal-body a.mail:hover {
  color: #1c9e1c;
}
.flex-row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-cell {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.grid-cell .grid-detail {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
}
.grid-cell .grid-detail h4 {
  margin-top: 0;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px;
}
.grid-cell .grid-detail .detail {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 100%;
  overflow: hidden;
  padding: 5px 15px;
}
.single-event article .content {
  margin-top: 0;
}
.page .tab-item,
.archive .tab-item {
  margin: 15px 0;
}
#carto form {
  margin-bottom: 15px;
}
#carto form:after {
  display: table;
  content: '';
  clear: both;
}
#carto form fieldset {
  float: left;
  margin-right: 10px;
}
#carto form label img {
  margin: -5px 5px 0 0;
}
.download {
  display: inline-block;
  padding: 10px 15px;
  margin-top: 15px;
  margin-right: 15px;
  background: #0064aa;
  color: #fff;
}
.download i {
  margin-right: 10px;
}
.download a {
  color: #fff;
  text-decoration: none;
}
.download a:hover {
  color: #fff;
}
.vimeo_infos {
  padding-left: 0;
}
.vimeo_infos li {
  display: inline-block;
}
.vimeo_infos li:not(:last-of-type) {
  border-right: 1px solid #252525;
  padding-right: 10px;
}
.vimeo_infos li:not(:first-of-type) {
  padding-left: 7px;
}
.vimeo_infos i {
  top: -2px;
  position: relative;
}
.vimeo_infos i.duration {
  color: #e86c1f;
}
.vimeo_infos i.views {
  color: #0064aa;
}
.vimeo_infos i.likes {
  color: fuchsia;
}
fieldset {
  margin-bottom: 10px;
}
.markets {
  margin-top: 10px;
}
.markets li {
  list-style: none;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2rem;
}
.markets li a {
  font-family: 'Roboto Condensed', arial, sans-serif;
  display: block;
  background: #0064aa;
  color: #fff;
  text-decoration: none;
  padding: 22px 10px;
  margin-bottom: 1px;
}
.markets li a:hover {
  box-shadow: #0064aa 0 0 5px;
}
.markets li.current_page_item a {
  background: #e86c1f;
}
.kc-wrap {
  background: #eee;
  height: 600px !important;
  padding: 0;
}
.kc-wrap .kc-horizon .kc-item {
  width: 300px !important;
  top: 0;
  bottom: 0 ;
}
.kc-wrap .kc-horizon .kc-item a {
  color: #fff;
  text-decoration: none;
}
.kc-wrap .kc-horizon .kc-item img {
  box-shadow: black 1px 4px 25px -4px;
}
.kc-wrap .kc-horizon .kc-item p {
  text-align: center;
  background: #0064aa;
}
.kc-wrap .kc-horizon + div {
  display: none !important;
}
iframe {
  max-width: 100%;
}
.page-template-multimedia #results {
  display: flex;
  font-size: 0;
}
.page-template-multimedia #results > div {
  font-size: 1.6rem;
}
.page-template-multimedia #results button {
  background: none;
  border: none;
}
.page-template-multimedia #results h2,
.page-template-multimedia #results .view-more {
  margin-bottom: 20px;
}
.page-template-multimedia #results h2 {
  color: #0064aa;
  text-transform: uppercase;
  font-size: 4rem;
}
.page-template-multimedia #results h2:before {
  margin-right: 5px;
  vertical-align: bottom;
  font-family: 'Material Icons';
  font-size: 4.5rem;
}
.page-template-multimedia #results h2.video:before {
  content: '\E038';
}
.page-template-multimedia #results h2.photo:before {
  content: '\E412';
}
.page-template-multimedia #results h2.visite:before {
  content: '\E028';
}
.page-template-multimedia #results h3 {
  font-size: 1.6rem;
  margin: 0;
}
.page-template-multimedia #results h3.current {
  font-size: 2.5rem;
  color: #0064aa;
  margin: 10px 0;
}
.page-template-multimedia #results .view-item.close {
  opacity: 1;
}
.page-template-multimedia #results a {
  color: #252525;
  text-decoration: none;
}
.page-template-multimedia #results .date {
  font-size: 1.3rem;
  font-weight: normal;
}
.page-template-multimedia #results .item {
  margin-bottom: 30px;
  text-align: center;
}
.page-template-multimedia #results .view-more {
  text-align: right;
  line-height: 4.5rem;
}
.page-template-multimedia #results .view-more button {
  text-transform: uppercase;
  color: #0064aa;
  font-size: 2.3rem;
}
.page-template-multimedia #results .view-more button:before {
  font-family: 'Material Icons';
  content: '\E147';
  vertical-align: middle;
  font-size: 3.5rem;
}
.page-template-multimedia #results aside {
  border-left: 1px solid #929292;
  background: #eee;
}
.page-template-multimedia #results aside h2 {
  font-size: 2rem;
}
.page-template-multimedia #results aside h2:before {
  vertical-align: middle;
}
.page-template-multimedia #results aside a {
  display: block;
}
.page-template-multimedia #results aside .type:first-of-type {
  border-bottom: 1px solid #929292;
}
.page-template-multimedia #results aside .type:last-of-type {
  padding-top: 25px;
}
[id^=loading] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.8;
  background: url('css/img/gif-load.gif') no-repeat center #fff;
}
#loadingModal {
  width: 600px;
}
#newsletter_sub .close {
  margin: 10px;
  position: relative;
  z-index: 1;
}
#newsletter_sub .WP_Mailjet_Subscribe_Widget {
  background: none;
  padding: 15px;
}
#newsletter_sub .WP_Mailjet_Subscribe_Widget .modal-body {
  padding: 0;
}
#newsletter_sub .WP_Mailjet_Subscribe_Widget h2 {
  color: #252525;
  background: none;
}
#newsletter_sub .WP_Mailjet_Subscribe_Widget h2:before,
#newsletter_sub .WP_Mailjet_Subscribe_Widget h2:after {
  display: none;
}
#newsletter_sub .WP_Mailjet_Subscribe_Widget input {
  margin: 5px;
  width: 100%;
  padding: 5px 10px;
}
button.close {
  font-size: 3rem;
}
footer {
  background: #252525;
  color: #fff;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.5rem;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  display: block;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0 10px;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}
footer ul li:last-of-type a {
  border-right: none;
}
@media (min-width: 1300px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 1300px) {
  #menu-principal li {
    padding: 0 5px;
  }
  header input#s {
    width: 250px;
  }
}
@media (max-width: 1200px) {
  .home #content .right ul#menu-clic-pratique li:nth-of-type(even) {
    border-left: 1px solid #fff;
  }
  .wpsisac-slick-slider .slick-dots li button {
    width: 30px !important;
    height: 30px !important;
  }
  header input#s {
    width: 210px;
  }
  header #nav_menu-2 .menu-top-bar-container {
    float: none;
  }
  header #nav_menu-2 .picto {
    width: 45px;
  }
  #menu-principal {
    margin-top: 35px;
  }
  footer ul#menu-pied-de-page {
    text-align: left;
  }
  footer ul#menu-pied-de-page li:first-of-type a {
    padding-left: 0;
  }
}
@media (min-width: 993px) {
  /* Cachons la case à cocher */
  [type="checkbox"]:not(:checked),
  [type="checkbox"]:checked,
  [type="radio"]:not(:checked),
  [type="radio"]:checked {
    position: absolute;
    left: -9999px;
  }
  /* on prépare le label */
  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label,
  [type="radio"]:not(:checked) + label,
  [type="radio"]:checked + label {
    position: relative;
    /* permet de positionner les pseudo-éléments */
    padding-left: 35px;
    /* fait un peu d'espace pour notre case à venir */
    cursor: pointer;
    /* affiche un curseur adapté */
    margin-right: 15px;
    font-weight: normal;
  }
  /* Aspect des checkboxes */
  /* :before sert à créer la case à cocher */
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before,
  [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #f8f8f8;
  }
  [type="radio"]:not(:checked) + label:before,
  [type="radio"]:checked + label:before {
    border-radius: 50%;
  }
  /* Aspect général de la coche */
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after,
  [type="radio"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: -14px;
    left: -2px;
    font-size: 4rem;
    color: #0064aa;
    transition: all .2s;
  }
  /* Aspect si "pas cochée" */
  [type="checkbox"]:not(:checked) + label:after,
  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    /* coche invisible */
    transform: scale(0);
    /* mise à l'échelle à 0 */
  }
  /* Aspect si "cochée" */
  [type="checkbox"]:checked + label:after,
  [type="radio"]:checked + label:after {
    opacity: 1;
    /* coche opaque */
    transform: scale(1);
    /* mise à l'échelle 1:1 */
  }
}
@media (min-width: 481px) and (max-width: 992px) {
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 33.33% !important;
  }
}
@media (max-width: 992px) {
  #cff .cff-item {
    width: 100% !important;
    clear: both;
    padding: 15px;
  }
  .container {
    width: 100%;
  }
  .flex-row-wrap {
    display: block;
  }
  html {
    font-size: 150%;
  }
  #wpadminbar {
    display: none;
  }
  .home-block-footer {
    position: relative;
    width: auto;
  }
  .slick-slider .wp-medium-7 {
    /*width: 50%;*/
  }
  .slick-slider.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-content {
    position: relative;
    padding: 0;
  }
  .slick-slider.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-content .bg-overlay {
    background: #fff;
  }
  .home #content .home-tabs {
    margin-top: 0;
  }
  .home #content .home-tabs > .row {
    display: block;
  }
  .home #content .home-tabs .left .home-block-body {
    margin-bottom: 0;
  }
  #newsletter_sub {
    z-index: 9999999;
  }
  #primary.with-thumbnail {
    margin-top: 0;
  }
  header .top-sidebar {
    height: auto;
    margin-top: 130px;
  }
  header input#s {
    width: auto;
    height: 120px;
  }
  header #nav_menu-2 {
    padding: 0 0 0 45px;
  }
  header #nav_menu-2 li {
    height: auto;
  }
  header #nav_menu-2 #menu-top-bar:after {
    display: table;
    content: '';
    clear: both;
  }
  header #nav_menu-2 .picto {
    width: 25%;
  }
  header #nav_menu-2 .jobijoba {
    height: 106px;
    width: 50%;
    margin: auto;
    float: none;
  }
  header #nav_menu-2 .digitale-academie {
    height: 106px;
    width: 50%;
    margin: auto;
    float: none;
  }
  header #nav_menu-2 .contact {
    padding-left: 11px;
  }
  header #nav_menu-2 li:last-of-type {
    border-right: none;
  }
  header aside {
    margin: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: -80%;
    background: #252525;
    height: 100%;
    transition: left 0.3s;
    width: 80%;
  }
  header aside #menu-principal {
    background: #fff;
    margin-top: 0;
    padding-bottom: 30px;
    overflow: auto;
  }
  header aside #menu-principal li {
    padding: 0 15px 15px;
    border-right: none;
    border-bottom: 1px solid #797979;
    float: none;
    margin-top: 15px;
    width: 100%;
  }
  header aside #menu-principal li ul.sub-menu {
    display: block;
    position: relative;
    opacity: 1;
    left: 0 !important;
    max-height: initial;
    width: 100%;
    margin: 0;
    border: none;
  }
  header aside #menu-principal li ul.sub-menu li:hover {
    background: none;
  }
  header aside #menu-principal li:hover > ul.sub-menu {
    /*max-height: inherit;*/
  }
  header aside #menu-principal > li > ul.sub-menu {
    max-height: 0 !important;
    transition: max-height 0.3s;
    overflow: hidden;
  }
  header aside #menu-principal > li.expend > ul.sub-menu {
    max-height: none !important;
    transition: max-height 0.3s;
  }
  header aside.open {
    left: 0;
    transition: left 0.3s;
  }
  #menu-button {
    background: #44b2ff;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    border: none;
    position: fixed;
    top: 30px;
    left: 15px;
    z-index: 9999999;
    padding-top: 40px;
  }
  #menu-button .burger {
    display: block;
    width: 65px;
    height: 5px;
    margin: 5% auto;
    background: #3f3f3f;
    border-radius: 2px;
  }
  #menu-close {
    background: #44b2ff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: none;
    position: absolute;
    top: 15px;
    right: 15px;
    padding-top: 50px;
  }
  #menu-close .close-bar {
    display: block;
    width: 60px;
    height: 1px;
    background: #3f3f3f;
    margin: auto;
  }
  #menu-close .close-bar#close-bar-1 {
    transform: rotateZ(45deg);
  }
  #menu-close .close-bar#close-bar-2 {
    transform: rotateZ(315deg);
  }
  main {
    display: block;
  }
  .page-template-multimedia #results {
    display: block;
  }
  .modal-dialog {
    width: 90%;
    margin: 30px auto;
  }
  input[type=checkbox],
  input[type=radio] {
    height: 1.6rem;
    width: 1.6rem;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
  #menu-button {
    width: 50px;
    height: 50px;
    padding-top: 15px;
  }
  #menu-button .burger {
    width: 30px;
    height: 3px;
  }
  #menu-close {
    width: 50px;
    height: 50px;
    padding-top: 25px;
  }
  #menu-close .close-bar {
    width: 40px;
  }
  header input#s {
    width: calc(100% - 55px);
    height: auto;
  }
  header aside {
    overflow: auto;
  }
  header #nav_menu-2 {
    width: 100%;
    padding: 0;
  }
  header #nav_menu-2 li {
    padding: 10px;
  }
  header #nav_menu-2 .picto {
    width: 45px;
  }
  header #nav_menu-2 .jobijoba {
    height: 70px;
    width: 100%;
  }
  header #nav_menu-2 .digitale-academie {
    height: 70px;
    width: 100%;
    border: none !important;
  }
  header #nav_menu-2 .localisation {
    border: none;
  }
  header .top-sidebar {
    margin-top: 70px;
  }
  main.with-thumbnail {
    margin-top: 0;
  }
  .tab-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #929292;
  }
  .tab-item a:after {
    display: none;
  }
  .single .thumbnail-container {
    max-height: 100%;
  }
  .single .content-area {
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */