/*
Theme Name: FLM theme
Theme URI: http://mobilethinking.ch
Author: MobileThinking Sàrl
Author URI: http://mobilethinking.ch
Description: Theme Fondation Louis Moret
Template: twentyfourteen
Version: 1.0
*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);

.fixed-menu {
	position: fixed;
    z-index: 2000;
    top:0;
    background: #fff;
	
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

p {
  line-height: 1.28571;
}

a {
  color: #333;
  text-decoration: none;
}

a:focus,
a:active,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover
{
  text-decoration: none;
  color: rgba(51, 51, 51, 0.6);
}

.hentry:before, .hentry:after {
  content: "";
  display: table-cell;
}

.hentry {
  margin: 0 0 0 0;
  max-width: none;
}

.entry-meta {
  clear: both;
  color: #333;
  font-size: 14px;
  line-height: 1.28571;
  text-transform: uppercase;
}

.entry-meta a {
  color: #333;
}

.entry-meta a:hover {
  color: #333;
}

.entry-title a {
  color: #333;
}

.entry-title a:hover {
  color: #333;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
  text-decoration: none;
}

.entry-content .more-link {
  white-space: nowrap;
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin-top: 24px;
}

.entry-content a.more-link:hover {
    color: rgba(51, 51, 51, 0.6);
}

a.post-thumbnail:hover img {
    opacity: 1;
}

a.expo-view-menu-item:hover {
    color: rgba(51, 51, 51, 0.6);
}

.event-row .row:hover {
    color: rgba(51, 51, 51, 0.6);
}
/*.event-row .row:hover .event-title a, .event-row .row:hover .event-date {
    color: black;
}*/


#page {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.site-header {
  max-width: 1000px;
  background-color: #fff;
  /*overflow: hidden;*/
  padding: 0 0 0 0;
  position: fixed;
}

#main {
  padding-top: 67px;
}

.container-main, .container-header {
  padding-left: 0px;
  padding-right: 0px;
}

.header-main {
  padding: 13px 0px;
  height: 67px;
}

.header-main img {
  width: 150px;
  height: initial;
  float: left;
}

#content-main .post-thumbnail {
  width: 62.5%;
  background: none;
  float: left;
}

a.post-thumbnail:hover {
  background-color: #fff;
}

.full-width .post-thumbnail img {
  display: block;
  margin: 0 0;
  width: 100%;
}

#content-main .entry {
  width: 37.5%;
  float: left;
  padding-left: 20px;
}

.site-navigation a {
  color: #333;
  text-transform: initial;
}

.site-navigation a:hover {
  color: #333;
  text-transform: initial  !important;
  background: #fff !important;
}

#primary {
  padding-top: 53px;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 120px;
}

#content-main {
  padding-left: 0px;
  padding-right: 0px;
}

#content-main>article {
  margin-left: 0px;
  margin-right: 10px;
}

.cat-links {
  text-transform: initial;
  font-size: 14px;
  line-height: 1.28571;
  font-weight: initial;
  color: rgba(51, 51, 51, 0.6);
}

.date-links {
  font-size: 14px;
  line-height: 1.28571;
  font-weight: normal;
  color:  #333;
  display: block;
}

.artist-links, .artist-links>a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.28571;
  font-weight: 600;
  color: #333;
  display: block;
}

.artist-links>a:hover, 
.artist-links>a:focus, 
.artist-links>a:active {
  text-decoration: none;
  color: #333;
}

.credit-links, .design-block {
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
}

.text-content {
  margin-top: 60px;
}

.entry-title {
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.28571;
  margin-bottom: 0px;
}

.bold-title {
  font-weight: 600;
}

.entry-header {
  margin-bottom: 20px;
}

#content-small {
  padding-left: 20px;
  padding-right: 0px;
}

.photo-meta {
  width: 100%;
  display: inline-block;
  padding-top: 5px;
}

#content-small .photo-meta {
  display: none;
}

.site-footer {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 3;
  color: #333;
  padding: 12px 0 0 0;
  border-top: #B1B1B0 1px solid;
  width: 100%;
}

.footer-sidebar {
  padding-top: 0px;
}

#content-small .entry {
  width: 100%;
}

.footer-sidebar .widget {
  padding: 0px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  margin-bottom: 0px;
}

.widget a {
  color: #333;
}

.widget a:hover, .widget a:focus {
  color: rgba(51, 51, 51, 0.6);
  font-weight: normal;
  text-decoration: none;
}

.widget p {
  line-height: 25px;
}

.footer-sidebar .widget_pages li {
  padding: 0px;
}

.widget input[type="submit"] {
  background-color: #F19124;
}
.widget input[type="submit"]:hover, .widget input[type="submit"]:focus {
  background-color: #FFA238;
}
.widget input[type="submit"]:active {
  background-color: #FF8800;
}

.footer-sidebar .widget_nav_menu li {
  padding: 0px;
}

.newsletter label {
  float: left;
  width: 27%;
}

.newsletter input[type="text"] {
  width: 72%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  font-size: 12px;
  line-height: 18px;
  height: 20px;
  color: #333;
  padding: 0;
  vertical-align: middle;
  margin-bottom: 2px;
}

.newsletter input[type="text"]:focus {
  border-color: rgba(0, 0, 0, 0.3);
}

.footer-sidebar .widget input[type="submit"] {
  padding: 1px 8px 1px 8px;
  float: right;
  margin-top: 3px;
}

#submit-link {
  margin-left: 27%;
}

.container-expo, 
.container-artistes, 
.container-archives, 
.container-artistes, 
.container-presentation, 
.container-liens,
.container-contact,
.container-concerts {
  padding-top: 53px;
  min-height: 725px;
}

.horaires-block p, .acces-block p, .contact-block p {
    margin-bottom: 1.4em;
}

.container.container-main.container-contact p {
    line-height: 1.4;
}

.container-liens a:hover {
    color: rgba(51, 51, 51, 0.6);
}

.artists-block p, .partenaires-block p, .institutions-block p {
    line-height: 1.4;
}

.artist-vignette-block a:hover {
    color: #333;
}

.container-expo li {
  list-style: none;
}

.clickable-div:hover {
  cursor: pointer;
}

.expo-view {
  display: none;
}

.expo-view .content-full {
  display: none;
}

.expo-view .content-gallery {
  display: none;
}

.expo-sub-view .content-full, .expo-sub-view .content-gallery  {
  padding-left: 0px;
}

#expo-list {
  min-height: 230px;
}

#expo-list .expo.row {
    margin-bottom: 20px;
}

#expo-list .expo.row:last-child {
    margin-bottom: 80px;
}

.expo-sub-view.expo-view {
  padding-top: 22px;
}

.expo-sub-view.expo-view.active {
  border-top: #B1B1B0 1px solid;
}

#artist-presentation {
  display:none;
}

#expo-list {
  display:none;
}

.archive-expo {
  padding-bottom: 48px;
}

#louis-moret-block {
  display: none;
}

#fondation-block {
  display: none;
}

.lien-title {
  padding-bottom: 24px;
  font-weight: 600;
}

.site-navigation-left ul {
  list-style: none;
  margin: 0;
}
.site-navigation-left .menu .menu-item {
  border-top: #B1B1B0 1px solid;
  line-height: 25px;
}

.site-navigation-left .menu .menu-item-special {
  line-height: 25px;
}

.site-navigation-left .menu .menu-item.menu-active, .expo-view-menu-item.menu-active, .site-navigation-left .menu .current_page_item > a, .site-navigation-left .menu .menu-item-special.menu-active {
    font-weight: 600;
    color: #333;
}

.site-navigation-left .menu .menu-item:last-child, .site-navigation-left .menu .menu-item-special:last-child {
  border-bottom: #B1B1B0 1px solid;
}

.artist-vignette-block {
  padding-bottom: 48px;
}

.entry-meta.entry-artiste {
  padding-bottom: 18px;
}

.artist-title {
  font-weight: 700;
}

.artiste-name {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 14px;
  display: block;
  height: 35px;
}

.expo-sub-view .expo.row {
  margin-left: -8px;
}

#artist-presentation.active, 
#expo-list.active, 
.expo-view.active, 
.expo-view .content-full.active, 
.expo-view .content-gallery.active,
#louis-moret-block.active,
#fondation-block.active {
  display: block !important;
}

.event-row {
  margin-top: 33px;
  min-height: 320px;
}

.row.active .event-title, .event-title .active {
  font-weight: 600;
}

.event-block {
  display: none;
  padding-top: 22px;
  border-top: #B1B1B0 1px solid;
  padding-bottom: 40px;
}

.event-block.active {
  display: block;

}

.event-archive-menu-item.menu-active,
#menu-archive .menu-active {
  font-weight: 600;
}

.event-archive-menu-item:hover, #menu-archive li:hover,
.event-archive-menu-item:active, #menu-archive li:active {
  color: rgba(51, 51, 51, 0.6);
}

.flexslider {
  margin : 0;
  border: none;
}

.custom-navigation {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 24px;
}

.flm_artiste .custom-navigation {
    margin-bottom: 24px;
}

.flex-prev {
  background-image: url("assets/img/Fleche_gauche_inactif.png");
  height: 64px;
  width: 64px;
  display: inline-block;
  background-size: cover;
  margin-right: 15px;
}

.flex-next {
  background-image: url("assets/img/Fleche_droite_inactif.png");
  height: 64px;
  width: 64px;
  display: inline-block;
  background-size: cover;
  margin-left: 15px;
}


.flex-prev:active {
  background-image: url("assets/img/Fleche_gauche_clic.png");
}

.flex-next:active {
  background-image: url("assets/img/Fleche_droite_clic.png");
}

#newsletter-form .newsletter-button {
  background-color:transparent;
  display:inline-block;
  cursor:pointer;
  padding-left: 0;
  text-decoration:none;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  padding: 0;
}

#newsletter-form .newsletter-button {
  /*background-color:transparent;*/
  color: inherit;
}

#newsletter-form .newsletter-button:focus {
  /*background-color:transparent;*/
  outline: 0;
}

#content article.post {
  border-bottom: #B1B1B0 1px solid;
  padding: 44px 0 20px 0;
}

#content article.post:first-child {
  padding-top: 1px;
}

#content article.post:last-child {
  border-bottom: none;
}

#content article.type-post .entry-content a {
    font-weight: 600;
}

.primary-navigation button .content-toggled {
  display: none;
}

.menu-menu-top-container {
  background-color: white;
}

@media (min-width: 1000px) {
  .container {
    width: 1000px !important;
  }
}

@media (max-width: 991px) {

	.fixed-menu {
		width:100%;
	}

  .header-main img {
    margin-left: 0;
  }

  button.menu-toggle {
    margin-right: 10px;
    margin-top: -10px;
  }
  img {
    width: 100%;
  }
  .menu-menu-top-container {
    background-color: white;
  }

  .site-navigation .current_page_item > a,
  .site-navigation .current_page_ancestor > a,
  .site-navigation .current-menu-item > a,
  .site-navigation .current-menu-ancestor > a {
    color: rgba(51, 51, 51, 0.6);
  }

  .site-navigation a:hover {
    color: rgba(51, 51, 51, 0.6);
  }

  .container-main, .container-header {
    padding-left: 0px;
    padding-right: 0px;
    width: 95%;
  }
}

#artist-presentation p, 
.entry-content.entry-full p, 
.event-detail-row .entry-content, 
.text-content p, 
.post .entry-content p {
    line-height: 1.4;
}

.menu-toggle {
  color: #333;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
}

.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
    background-color: white;
}

.menu-toggle:before {
    color: #333;
    content: "";
    padding: 0;
}

.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
    color: #333;
    outline: 0;
}

#primary-header-menu {
  display: none;
}

.menu-artistes-container {
    padding-bottom: 24px;
}


.col-xs-show {
  display: block;
}

.col-xs-hidden {
  display: none;
}

.navbar-fixed-top + .content-container {
  margin-top: 70px;
}
.content-container {
  margin: 0 130px;
}

#top-link-block {
    z-index: 9999;
    /*padding: 8px;
    background-color: white;
    border-radius: 6px;*/
}

#top-link-block.affix {
    position: fixed; /* allows it to "slide" up into view */
    bottom: 20px; /* negative of the offset - height of link element */
    right: 20px; /* padding from the left side of the window */
}

#top-link-block.affix-top {
    position: fixed; /* allows it to "slide" up into view */
    bottom: -80px; /* negative of the offset - height of link element */
    right: 20px; /* padding from the left side of the window */
}

.footer-title {
  display:none;
}

button.menu-toggle {
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 10px;
  padding-top: 0px;
}

@media (min-width: 992px) {
  #top-link-block.affix {
      right: calc(((100% - 1000px) / 2) + 20px);
  }
}

@media (min-width: 992px) {
   .col-xs-show {
    display: none;
  }

  .col-xs-hidden {
    display: block;
  }
}

@media screen and (min-width: 468px) {
  .footer-sidebar .widget {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 782px) {

  .primary-navigation.toggled-on {
    padding: 53px 0 36px;
  }

  .menu-menu-top-container {
    background-color: white;
    /*padding-left: 2.5%;*/
  }

  .header-main img {
    margin-left: 0;
  }

  .col-sm-9 {
    /*width: 100%;*/
  }
}



@media screen and (min-width: 768px) {

	

  .site-title {
    /* Search-toggle width = 48px */
    max-width: -webkit-calc(100% - 48px);
    max-width:         calc(100% - 48px);
  }

  .header-main {
    padding-right: 0;
  }

  .search-toggle {
    margin-right: 0;
  }

  /* Fixed Header */

  .masthead-fixed .site-header {
    position: fixed;
    top: 0;
  }

  .admin-bar.masthead-fixed .site-header {
    top: 32px;
  }

  .masthead-fixed .site-main {
    margin-top: 48px;
  }
  


  /* Navigation */

  .site-navigation li .current_page_item > a,
  .site-navigation li .current_page_ancestor > a,
  .site-navigation li .current-menu-item > a,
  .site-navigation li .current-menu-ancestor > a {
    color: #fff;
  }

  /* Primary Navigation */

  .primary-navigation {
    float: right;
    font-size: 11px;
    margin: 0 1px 0 -12px;
    padding: 0;
    text-transform: uppercase;
  }

  .primary-navigation .menu-toggle {
    display: none;
    padding: 0;
  }

  .primary-navigation .nav-menu {
    border-bottom: 0;
    display: block;
  }

  .primary-navigation.toggled-on {
    border-bottom: 0;
    margin: 0;
    padding: 0;
  }

  .primary-navigation li {
    border: 0;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    position: relative;
  }

  .primary-navigation a {
    display: inline-block;
    padding: 0 12px;
    white-space: nowrap;
  }

  .primary-navigation ul ul {
    background-color: #24890d;
    float: left;
    margin: 0;
    position: absolute;
    top: 48px;
    left: -999em;
    z-index: 99999;
  }

  .primary-navigation li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909;
  }

  .primary-navigation ul ul ul {
    left: -999em;
    top: 0;
  }

  .primary-navigation ul ul a {
    padding: 18px 12px;
    white-space: normal;
    width: 176px;
  }

  .primary-navigation li:hover > a,
  .primary-navigation li.focus > a {
    background-color: #24890d;
    color: #fff;
  }

  .primary-navigation ul ul a:hover,
  .primary-navigation ul ul li.focus > a {
    background-color: #41a62a;
  }

  .primary-navigation ul li:hover > ul,
  .primary-navigation ul li.focus > ul {
    left: auto;
  }

  .primary-navigation ul ul li:hover > ul,
  .primary-navigation ul ul li.focus > ul {
    left: 100%;
  }

  .primary-navigation .menu-item-has-children > a,
  .primary-navigation .page_item_has_children > a {
    padding-right: 26px;
  }

  .primary-navigation .menu-item-has-children > a:after,
  .primary-navigation .page_item_has_children > a:after {
    -webkit-font-smoothing: antialiased;
    content: "\f502";
    display: inline-block;
    font: normal 8px/1 Genericons;
    position: absolute;
    right: 12px;
    top: 22px;
    vertical-align: text-bottom;
  }

  .primary-navigation li .menu-item-has-children > a,
  .primary-navigation li .page_item_has_children > a {
    padding-right: 20px;
    width: 168px;
  }

  .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
  .primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
  .primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
  .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
    content: "\f501";
    right: 8px;
    top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer-sidebar .widget {
    width: 25%;
    float: left;
  }

  .menu-custom {
    display: none;
    padding: 0;
  }

  .credit-block {
    padding-top: 280px;
    padding-bottom: 70px;
  }

  .menu-menu-top-container {
    margin-left: -55px;
    /*margin-right: 5px;*/
  }

  .primary-navigation {
    font-size: 14px;
    margin: -10px 12px 0 0 !important;
    padding: 0;
    text-transform: uppercase;
  }

  .primary-navigation a {
    padding: 0 0 0 15px;
  }

  .primary-navigation .nav-menu li:first-child a {
    padding: 0;
  }

  .primary-navigation li {
/*    height: 35px;
    line-height: 1.28571;*/
    font-size: 14px;
    /*padding-top: 5px;*/
  }

  .primary-navigation li:hover > a, .primary-navigation li.focus > a {
    background-color: #fff;
    color: #333;
    font-weight: normal;
    text-decoration: none;
  }

  .primary-navigation li.current_page_item:hover > a,
  .primary-navigation li.current_page_item.focus > a,
  .primary-navigation li.current-page-ancestor:hover > a,
  .primary-navigation li.current-page-ancestor.focus > a,
  .primary-navigation li.current-menu-item:hover > a,
  .primary-navigation li.current-menu-item.focus > a,
  .primary-navigation li.current-menu-ancestor:hover > a,
  .primary-navigation li.current-menu-ancestor.focus > a {
    background-color: #fff;
    color: #333;
    font-weight: normal;
  }

  .primary-navigation li:hover:after,
  .primary-navigation li:focus:after {
    content: "";
    background: black;
    position: absolute;
    bottom: 0;
    right: calc(50% - 21px);
    left: calc(50% - 4px);
    height: 1px;
  }

  .site-navigation .current_page_item:after,
  .site-navigation .current-page-ancestor:after,
  .site-navigation .current-menu-item:after,
  .site-navigation .current-menu-ancestor:after {
    content: "";
    background: black;
    position: absolute;
    bottom: 0;
    right: calc(50% - 21px);
    left: calc(50% - 4px);
    height: 1px;
  }

  .site-navigation .current_page_item > a,
  .site-navigation .current-page-ancestor > a,
  .site-navigation .current-menu-item > a,
  .site-navigation .current-menu-ancestor > a {
    color: #333;
    font-weight: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 782px) {
  .primary-navigation {
    font-size: 12px;
  }
  .primary-navigation li {
    font-size: 12px;
  }
  .primary-navigation a {
    padding: 0 0 0 16px;
  }
  body {
    font-size: 12px;
  }
  .footer-sidebar .widget {
    font-size: 12px;
  }
  .widget p {
    line-height: 25px;
    font-size: 12px;
  }

  .cat-links, .date-links, .artist-links, .artist-links>a {
    font-size: 12px;
  }

  .credit-links {
    font-size: 10px;
  }
}

@media screen and (min-width: 992px) {

  .footer-sidebar .widget {
    width: 25%;
    float: left;
  }

  .primary-navigation a {
    padding: 0 0 0 40px;
  }

  .primary-navigation li {
    font-size: 14px;
  }


  .primary-navigation li:hover:after,
  .primary-navigation li:focus:after {
    right: calc(50% - 33px);
    left: calc(50% + 10px);
  }

  .site-navigation .current_page_item:after,
  .site-navigation .current-page-ancestor:after,
  .site-navigation .current-menu-item:after,
  .site-navigation .current-menu-ancestor:after {
    right: calc(50% - 33px);
    left: calc(50% + 10px);
  }

  .primary-navigation li:first-child:hover:after,
  .primary-navigation li:first-child:focus:after {
    right: calc(50% - 13px);
    left: calc(50% - 10px);
  }

  .site-navigation .current_page_item:first-child:after,
  .site-navigation .current-page-ancestor:first-child:after,
  .site-navigation .current-menu-item:first-child:after,
  .site-navigation .current-menu-ancestor:first-child:after {
    right: calc(50% - 13px);
    left: calc(50% - 10px);
  }
}

.footer-mobile {
  padding: inherit;
}

@media screen and (max-width: 767px) {
  .header-main a img {
    padding-top: 10px;
  }

  #supplementary {
    padding: 0 0;
  }

  .container-main, .container-header {
    padding-left: 0px;
    padding-right: 0px;
    width: 95%;
  }

  .home .container-main {
    padding-left: 0px;
    padding-right: 0px;
    width: 60%;
  }

  article .entry {
    margin-top: 48px;
  }

  .container-expo article .entry {
    margin-top: 0px;
  }

  .header-main {
    padding-top: 0px;
  }

  #content-small {
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 120px;
  }

  .menu-expositions-container {
    padding-bottom: 0px;
  }

  .artist-vignette-block {
    text-align: center;
  }

  nav.navigation.site-navigation-left {
    padding-bottom: 40px;
  }

  .event-archive-menu {
      padding: 0px 10px 40px 10px;
      overflow: scroll;
  }

  .event-archive-menu-item {
    display: inline;
    margin-right: 15px;
  }

  .col-archive-menu {
    padding-bottom: 40px;
    overflow-x: scroll;
  }

  #menu-archive {
    padding-bottom: 40px;
    display: flex;
    overflow-x: scroll;
  }

  #menu-archive li {
    margin-right: 15px;
  }

  .menu-menu-top-container {
    background-color: rgb(250,250,250);
    padding-left: 0;
    display: none;
  }
  .primary-navigation.toggled-on {
    padding: 0px 0 36px;
    position: fixed;
    width: 100%;
    z-index:  10;
	left:0;
  }
  .site-navigation li {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  
  .site-navigation li:hover {
    color: #333;
    text-transform: initial !important;
    background: #fff !important;
  }
  
  #primary-header-menu li {
    padding: 14px 10px 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    background-color: rgb(236,236,236);
  }
  
  #primary-header-menu {
    padding: 12px 10px 10px 10px;
    background-color: rgb(243,146,0);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    color: white;
  }

  .primary-navigation.toggled-on #primary-header-menu {
    display: block;
  }
  
  .site-navigation a {
      color: #333;
      text-transform: initial;
      margin-left: 10px;
  }

  img.content-toggled {
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
  }

  .primary-navigation.toggled-on .menu-toggle {
    margin-top: -11px;
    margin-right: -11px;
    display: flex;
  }

  .primary-navigation.toggled-on button .content-text {
    display: none;
  }
  .primary-navigation.toggled-on button .content-toggled {
    display: block;
    margin-top: 17px;
    background-color: transparent;
  }
  .toggled-on button.menu-toggle {
    background-color: transparent;
    margin-top: -10px;
  }

  .footer-sidebar .widget {
    width: 45%;
    float: left;
    margin-left: 5%;
  }
}

@media screen and (max-width: 467px) {
  .footer-title {
    display: block;
    padding: 12px 10px 10px 10px;
    background-color: rgb(243,146,0);
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
  }

  .footer-title span{
    text-transform: uppercase;
  }

  .site-footer {
    border-top: none;
  }

  .site-footer li {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .site-footer li a {
    color: #333;
    text-transform: initial;
    margin-left: 10px;
    padding: 4px 0;
    display: block;
  }

  .footer-sidebar .footer-mobile {
    padding-top: 7px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .footer-sidebar .widget {
      width: 100%;
      margin-left: 0;
  }

  .address-block.footer-mobile:before {
    content: "Accès";
  }

  .newsletter.footer-mobile {
    padding-bottom: 5px;
    background-color: rgb(250,250,250);
  }

}

.flexslider .slides > li {
    display: none !important;
}

.flexslider .slides > li.flex-active-slide {
    display: block !important;
}