@charset "UTF-8";
/*
 * Le carre des lombes
 * Style spécifique pour les écrans de + de 480px
 */
/* line 14, ../compass/medium-device-480.scss */
#nav .menu {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-spacing: 5px 0;
}
/* line 20, ../compass/medium-device-480.scss */
#nav .menu .menu-item {
  display: block;
  text-align: center;
  border: 0;
  *float: left;
}
/* line 26, ../compass/medium-device-480.scss */
#nav .menu .menu-item.current-menu-item, #nav .menu .menu-item.current_page_parent {
  display: table-cell !important;
}
/* line 30, ../compass/medium-device-480.scss */
#nav .menu .menu-item a {
  color: #56466b;
  padding: 10px 5px;
}
/* line 36, ../compass/medium-device-480.scss */
#nav .menu a:hover, #nav .menu li.current-menu-item a, #nav .menu li.current_page_parent a {
  color: #b93f70;
  position: relative;
  border-bottom: 2px solid #b93f70;
}
/* line 41, ../compass/medium-device-480.scss */
#nav .menu a:hover:after, #nav .menu a:hover:before, #nav .menu li.current-menu-item a:after, #nav .menu li.current-menu-item a:before, #nav .menu li.current_page_parent a:after, #nav .menu li.current_page_parent a:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 51, ../compass/medium-device-480.scss */
#nav .menu a:hover:after, #nav .menu li.current-menu-item a:after, #nav .menu li.current_page_parent a:after {
  border-top-color: #fff;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
/* line 57, ../compass/medium-device-480.scss */
#nav .menu a:hover:before, #nav .menu li.current-menu-item a:before, #nav .menu li.current_page_parent a:before {
  border-top-color: #b93f70;
  border-width: 13px;
  left: 50%;
  margin-left: -13px;
}

/* line 67, ../compass/medium-device-480.scss */
.thumbnail-container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

/* line 72, ../compass/medium-device-480.scss */
#content img.attachment-slideshow.unique {
  max-width: 960px;
}

/* line 78, ../compass/medium-device-480.scss */
div.puce-ronde li {
  float: left;
  width: 20%;
}

/* line 85, ../compass/medium-device-480.scss */
div.tarif li {
  width: 45%;
}

/* line 91, ../compass/medium-device-480.scss */
.widget .widget-header {
  float: left;
  max-width: 260px;
  margin-right: 10px;
  margin-bottom: 10px;
}
