/**
 * Import variables and functions for less
 */
/* */
/* Base font to calc rem/em */
/* calc em */
/* calc line-height */
/* calc rem */
/**
 * Site width
 */
.main-content {
  position: relative;
}
.main-content .site-width {
  /*teb max-width: 66em;*/
  max-width: 1170px;
}
@media (max-width: 770px) {
  .main-content .site-width {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
body {
  font-size: 14px;
}
body:not(.home):before {
  display: block;
  content: '';
  background: url("../img/filigrane2.png") center center;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
body:not(.home) .main-content {
  max-width: 80em;
  padding: 40px;
  margin: auto;
  width: 100%;
  background: #fff;
}
body:not(.home) .main-content .site-width {
  padding: 0;
  max-width: 80em;
}
@media (max-width: 420px) {
  body:not(.home) .main-content {
    padding: 20px;
  }
}
/**
 * Les liens avec les class full ont un style spécial
 */
a.full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
/**
 * Button
 */
.button,
input[type="button"],
input[type="submit"] {
  background: #1d8dff;
  display: inline-block;
  color: #fff !important;
  font-size: 14px;
  padding: 12px;
}
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #fff !important;
}
.button.icon:before,
input[type="button"].icon:before,
input[type="submit"].icon:before {
  padding-right: 10px;
}
input[type="button"] {
  border: none;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
/**
 * Title
 */
.section-title,
.widget-title,
.page-title {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: .15em;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-top: -0.2em;
  line-height: 1.6em;
}
.section-title:after,
.widget-title:after,
.page-title:after {
  display: none;
  content: '';
}
.section-title:before,
.widget-title:before,
.page-title:before {
  display: block;
  content: '';
  width: 100%;
  max-width: 40px;
  height: 4px;
  background: #1d8dff;
  margin-bottom: 4px;
}
h2,
h3 {
  font-weight: 800 !important;
  padding-bottom: .15em;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
.page-title {
  margin-bottom: 0;
}
@media (max-width: 420px) {
  .section-title,
  .widget-title,
  .page-title {
    font-size: 22px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
}
/**
 * Header
 */
.site-header {
  border-bottom: 0 !important;
  z-index: 50;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.site-header.-sticky.-active {
  z-index: 200;
}
.site-header .flex-layout {
  padding: 0 0 0 20px;
}
@media (max-width: 940px) {
  .site-header .flex-layout {
    padding: 0 20px;
  }
}
.site-header .site-navigation {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .site-navigation .main-navigation > div > ul {
  display: block;
  margin: 0;
}
.site-header .site-navigation .search-navigation,
.site-header .site-navigation .contact-navigation {
  width: 80px;
  height: 80px;
  text-align: center;
}
.site-header .site-navigation .search-navigation i,
.site-header .site-navigation .contact-navigation i {
  margin: auto;
  color: #fff;
  line-height: 80px;
}
.site-header .site-navigation .search-navigation {
  background: #dbdbdb;
}
.site-header .site-navigation .search-navigation .sub-menu {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 110%;
  pointer-events: none;
  border-style: solid;
  border-width: 26px;
  border-color: rgba(0, 0, 0, 0.05);
  left: auto;
  right: 2em;
  max-width: 70%;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  z-index: 9;
  background: #fff;
}
.site-header .site-navigation .search-navigation .sub-menu .title {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.site-header .site-navigation .search-navigation .sub-menu .content {
  padding: 20px;
}
.site-header .site-navigation .search-navigation:hover {
  cursor: pointer;
}
.site-header .site-navigation .search-navigation:hover .sub-menu {
  cursor: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 100%;
  pointer-events: auto;
}
.site-header .site-navigation .contact-navigation {
  background: #1d8dff;
}
.site-header .site-navigation .contact-navigation:hover {
  background: #50a7ff;
}
/**
 * Burger Navigation
 */
.touch-overlay {
  z-index: 800;
}
.touch-navigation {
  z-index: 801;
}
#search-field {
  z-index: 802;
}
@media screen and (min-width: 1000px) and (max-width: 1150px) {
  .site-header .site-branding {
    width: 20%;
  }
}
@media screen and (min-width: 940px) and (max-width: 1000px) {
  .site-header .site-branding {
    width: 14%;
  }
}
@media (max-width: 940px) {
  .site-header .site-tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header #js-burger {
  margin-right: 14px;
}
.site-header #js-burger .entry-label {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}
@media (max-width: 570px) {
  .site-header #js-burger .entry-label {
    display: none;
  }
}
.touch-navigation .touch-navigation-content {
  text-align: left;
}
.touch-navigation .sub-menu {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px dotted #fff;
}
.touch-navigation .nav-menu > li > .sub-menu a {
  text-transform: none;
  font-size: 18px;
}
.touch-navigation .nav-menu > li > .sub-menu > li > .sub-menu a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.touch-navigation .contact-link {
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
}
.touch-navigation .contact-link:before {
  margin-right: 6px;
}
/**
 * Search Field
 */
.js-search {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  padding: 4px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: auto;
}
@media (min-width: 940px) {
  .js-search {
    display: none !important;
  }
}
/**
 * Fil Arianne
 */
#breadcrumbs {
  background: none;
  padding: 20px 0;
}
#breadcrumbs:before,
#breadcrumbs:after {
  content: '';
  display: none;
}
/**
 * Mega Menu
 */
.main-navigation .eoxia-mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 110%;
  pointer-events: none;
  border-style: solid;
  border-width: 26px;
  border-color: rgba(0, 0, 0, 0.05);
  left: auto;
  right: 2em;
  max-width: 70%;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.main-navigation .eoxia-mega-menu .menu-depth-1 {
  padding: 10px;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.main-navigation .menu-item-depth-0 {
  float: left;
  height: 80px;
}
.main-navigation .menu-item-depth-0 > .menu-link {
  border-bottom-style: solid;
  border-bottom-width: 7px;
  border-bottom-color: #fff;
  max-width: 150px;
  text-align: center;
  padding: 1em 1em;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.main-navigation .menu-item-depth-0 > .menu-link span {
  margin: auto;
}
.main-navigation .menu-item-depth-0 > .menu-link:after {
  margin-top: auto;
}
.main-navigation .menu-item-depth-0:hover > .menu-link {
  color: rgba(0, 0, 0, 0.6);
}
.main-navigation .menu-item-depth-0:hover .eoxia-mega-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 100%;
  pointer-events: auto;
}
.main-navigation .menu-item-depth-1 {
  width: 25%;
  padding: 10px;
}
.main-navigation .menu-item-depth-1 > .menu-link {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0;
}
.main-navigation .menu-item-depth-1 > .menu-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.main-navigation .menu-item-depth-1 > .menu-link:after {
  display: none;
  content: '';
}
.main-navigation .menu-item-depth-2 > .menu-link {
  font-size: 14px;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  padding: 0;
}
.main-navigation .menu-item-depth-2 > .menu-link:hover {
  color: #000000;
}
/**
  * Diaporama
  */
.owl-carousel .diaporama-item-padder .filigrane {
  background: url("../img/filigrane.png") center center no-repeat;
  -o-background-size: contain;
     background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.owl-carousel .diaporama-item-padder .diaporama-item-thumbnail img {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.owl-carousel .diaporama-item-content .diaporama-title {
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
}
.owl-carousel .diaporama-item-content .button {
  background: none;
  border: 2px solid #fff;
  padding: 0.5em 1em;
}
.page-diaporama.owl-carousel {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
.page-diaporama.owl-carousel img {
  width: auto !important;
}
@media (max-width: 1100px) {
  .page-diaporama.owl-carousel {
    display: none;
  }
}
/**
 * Sidebar
 */
#sidebar[class^="sidebar-en-1-clic"],
#sidebar .widget_eoxia-bloc-widget {
  max-width: 200px;
}
#sidebar[class^="sidebar-en-1-clic"] .blocs-wrapper,
#sidebar .widget_eoxia-bloc-widget .blocs-wrapper {
  background: #93cc39;
}
#sidebar[class^="sidebar-en-1-clic"] .bloc-item,
#sidebar .widget_eoxia-bloc-widget .bloc-item {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}
#sidebar[class^="sidebar-en-1-clic"] .bloc-item figure,
#sidebar .widget_eoxia-bloc-widget .bloc-item figure {
  margin: 1em auto;
}
@media (max-width: 770px) {
  #sidebar {
    margin-top: 40px;
  }
}
/**
 * Flash Info
 */
.flash-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(245, 53, 53, 0.8);
  z-index: 4;
  text-align: center;
  color: #fff;
  padding: 12px 0;
  font-size: 14px;
}
.flash-info .title {
  font-weight: 700;
  text-transform: uppercase;
}
/**
 * Flexible Blocs
 */
.bloc-item.-shortcut figure {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.bloc-item.-shortcut .icon {
  font-size: 22px;
  line-height: 60px;
}
.bloc-item.-shortcut:hover figure {
  background: #fff;
}
.bloc-item.-shortcut:hover figure .icon {
  color: #93cc39;
}
.bloc-item.-static-cat.bloc-item.-d-post,
.bloc-item.-m-featured {
  padding: 0 1.4em 1.4em 0;
}
.bloc-item.-static-cat.bloc-item.-d-post .bloc-item-padder,
.bloc-item.-m-featured .bloc-item-padder {
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  background: rgba(0, 0, 0, 0.1);
}
.bloc-item.-static-cat.bloc-item.-d-post .bloc-item-padder:hover,
.bloc-item.-m-featured .bloc-item-padder:hover {
  background: rgba(0, 0, 0, 0.2);
}
.bloc-item.-static-cat.bloc-item.-d-post .bloc-item-content,
.bloc-item.-m-featured .bloc-item-content {
  padding: 16px;
}
.bloc-item.-static-cat.bloc-item.-d-post figure,
.bloc-item.-m-featured figure {
  margin: 0;
}
.bloc-item.-static-cat.bloc-item.-d-post .eox-categories,
.bloc-item.-m-featured .eox-categories {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
}
.bloc-item.-static-cat.bloc-item.-d-post .eox-categories .eox-label,
.bloc-item.-m-featured .eox-categories .eox-label {
  vertical-align: top;
  -webkit-border-radius: 0;
          border-radius: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #93cc39;
  padding: 8px 14px;
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
.bloc-item.-static-cat.bloc-item.-d-post .eox-categories .eox-label:hover,
.bloc-item.-m-featured .eox-categories .eox-label:hover {
  background: #a9d662;
}
.bloc-item.-static-cat.bloc-item.-d-post .posted,
.bloc-item.-m-featured .posted {
  font-size: 12px;
  color: #1d8dff;
}
.bloc-item.-static-cat.bloc-item.-d-post .bloc-title,
.bloc-item.-m-featured .bloc-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.bloc-item.-static-cat.bloc-item.-d-post .bloc-excerpt,
.bloc-item.-m-featured .bloc-excerpt {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.bloc-item.-static-cat.bloc-item.-d-post .button,
.bloc-item.-m-featured .button {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 7;
  background: none;
  font-size: 0px;
}
.bloc-item.-m-featured .post-meta {
  display: none;
}
.bloc-item.-m-listleft,
.bloc-item.-m-listright {
  padding: 0 1.4em 1.4em 0;
  max-height: 12em;
  min-height: 12em;
}
.bloc-item.-m-listleft .bloc-item-padder,
.bloc-item.-m-listright .bloc-item-padder {
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.bloc-item.-m-listleft:hover .bloc-item-padder,
.bloc-item.-m-listright:hover .bloc-item-padder {
  background: #f7f7f7;
}
.bloc-item.-m-listleft .bloc-item-thumbnail,
.bloc-item.-m-listright .bloc-item-thumbnail {
  min-width: auto;
  width: 40%;
  overflow: hidden;
  min-height: auto;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.bloc-item.-m-listleft .bloc-item-thumbnail img,
.bloc-item.-m-listright .bloc-item-thumbnail img {
  height: 100%;
  width: auto;
  max-width: none;
}
.bloc-item.-m-listleft .bloc-item-content,
.bloc-item.-m-listright .bloc-item-content {
  width: 60%;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.bloc-item.-m-listleft .bloc-excerpt,
.bloc-item.-m-listright .bloc-excerpt {
  width: 100%;
}
@media (max-width: 420px) {
  .bloc-item.-m-listleft .bloc-item-thumbnail,
  .bloc-item.-m-listright .bloc-item-thumbnail {
    display: none;
  }
}
.bloc-item.-m-listleft.-dynamic-event .bloc-item-content,
.bloc-item.-m-listright.-dynamic-event .bloc-item-content,
.bloc-item.-m-listleft.-type-tribe_events .bloc-item-content,
.bloc-item.-m-listright.-type-tribe_events .bloc-item-content {
  padding: 1.4em;
}
.bloc-item.-m-listleft.-dynamic-event .posted,
.bloc-item.-m-listright.-dynamic-event .posted,
.bloc-item.-m-listleft.-type-tribe_events .posted,
.bloc-item.-m-listright.-type-tribe_events .posted {
  font-size: 12px;
  color: #1d8dff;
}
.bloc-item.-m-listleft.-dynamic-event .bloc-title,
.bloc-item.-m-listright.-dynamic-event .bloc-title,
.bloc-item.-m-listleft.-type-tribe_events .bloc-title,
.bloc-item.-m-listright.-type-tribe_events .bloc-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px 0;
}
@media (max-width: 640px) {
  .bloc-item {
    padding: 0 !important;
    margin-bottom: 20px;
  }
}
/**
 * Section d'un flexible item
 */
@media (max-width: 770px) {
  .site-layout .content,
  .site-layout #content {
    max-width: 100% !important;
  }
}
.section-content.-a-center .section-title {
  margin: auto;
}
.section-content.-a-center .section-title:before {
  margin: auto;
}
.section-content .site-layout.has-sidebar .content {
  max-width: 80%;
}
.section-content .section-title-container {
  position: relative;
}
.section-content .section-title-container .redirect-link {
  padding-top: 20px;
  padding-right: 1.4em;
  font-size: 14px;
  color: #1d8dff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 14;
}
.section-content .section-title-container .redirect-link:hover {
  color: #83c0ff;
}
.section-content .section-title-container .redirect-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0a9";
  padding-right: 6px;
}
@media (max-width: 770px) {
  .section-content .section-title-container .redirect-link {
    position: static;
    display: inline-block;
    padding: 0 0 20px 0;
  }
}
@media (max-width: 770px) {
  .section-content.-padding-1,
  .section-content.-padding-2,
  .section-content.-padding-3,
  .section-content.-padding-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
/**
 * Section grid
 */
.section-grid .site-layout {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.section-grid .section-content {
  width: 100%;
}
@media (max-width: 770px) {
  .section-grid .content {
    max-width: 100% !important;
  }
}
/**
 * Site content
 */
.entry-header {
  margin-top: 0;
}
/**
 * Social footer
 */
.social-footer .contact,
.social-footer .social {
  padding: 40px;
}
.social-footer .icon {
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.social-footer .section-title {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.social-footer .contact {
  width: 40%;
  background: #fff;
  position: relative;
}
.social-footer .contact:after {
  display: block;
  content: '';
  border-style: solid;
  border-width: 25px 0 25px 30px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}
.social-footer .contact a {
  border: 2px solid rgba(0, 0, 0, 0.8);
}
.social-footer .contact a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.social-footer .contact a:hover .icon {
  color: #fff;
}
.social-footer .contact .icon {
  color: rgba(0, 0, 0, 0.8);
}
.social-footer .social {
  width: 60%;
  background: #1d8dff;
  color: #fff;
  padding-left: 70px;
}
.social-footer .social .section-title:before {
  background: #fff;
}
.social-footer .social a {
  border: 2px solid #fff;
}
.social-footer .social a:hover {
  background: #fff;
}
.social-footer .social a:hover .icon {
  color: #1d8dff;
}
.social-footer .social .icon {
  color: #fff;
}
.social-footer .social .contact-logo {
  padding-left: 1em;
}
.social-footer .social .contact-logo img {
  max-height: 140px;
}
.social-footer .icon {
  font-size: 22px;
  margin: 0;
  line-height: 58px;
}
.social-footer a {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.social-footer .phone,
.social-footer .mail {
  -webkit-border-radius: 50px;
          border-radius: 50px;
  width: auto;
  padding: 0 20px;
  vertical-align: top;
  font-size: 16px;
}
.social-footer .phone .icon,
.social-footer .mail .icon {
  margin-right: 6px;
}
.social-footer .phone .label,
.social-footer .mail .label {
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.social-footer .phone:hover .label,
.social-footer .mail:hover .label {
  color: #1d8dff;
}
@media (max-width: 1180px) {
  .social-footer .contact,
  .social-footer .social {
    width: 50%;
  }
}
@media (max-width: 770px) {
  .social-footer .contact,
  .social-footer .social {
    width: 100%;
    text-align: center;
  }
  .social-footer .contact a,
  .social-footer .social a {
    margin-bottom: 10px;
  }
  .social-footer .contact .section-title:before,
  .social-footer .social .section-title:before {
    margin: auto;
  }
  .social-footer .social {
    padding-left: 40px;
    padding-top: 50px;
  }
  .social-footer .contact:after {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-width: 25px 25px 0 25px;
    border-color: #fff transparent transparent transparent;
  }
}
@media (max-width: 420px) {
  .social-footer .contact,
  .social-footer .social {
    padding: 20px;
  }
  .social-footer .social {
    padding-top: 50px;
  }
  .social-footer .contact a {
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }
  .social-footer .contact a .label {
    display: none;
  }
}
/**
 * Article
 */
.single:after {
  display: block;
  content: '';
  clear: both;
}
.single .post.has-post-thumbnail .entry-header,
.single .post.has-post-thumbnail .entry-content {
  float: left;
}
.single .post.has-post-thumbnail .entry-header {
  width: 40%;
}
.single .post.has-post-thumbnail .entry-content {
  width: 60%;
  padding-left: 1em;
}
.single .entry-footer {
  clear: both;
}
.single .entry-footer .date {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.category article,
.blog article,
.archive article {
  margin-bottom: 20px;
}
.category article .entry-header,
.blog article .entry-header,
.archive article .entry-header {
  float: left;
  width: 40%;
}
.category article .entry-content,
.blog article .entry-content,
.archive article .entry-content {
  float: left;
  width: 60%;
  padding-left: 20px;
}
.category article:after,
.blog article:after,
.archive article:after {
  display: block;
  content: '';
  clear: both;
}
@media (max-width: 680px) {
  .category article .entry-header,
  .blog article .entry-header,
  .archive article .entry-header,
  .category article .entry-content,
  .blog article .entry-content,
  .archive article .entry-content {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.compte_rendu .entry-content:after {
  display: block;
  content: '';
  clear: both;
}
/**
 * Search
 */
.search-results article {
  margin-bottom: 20px;
}
.search-results article .entry-title {
  margin-bottom: 6px;
}
/**
 * Boxfoot
 */
.site-boxfoot {
  font-size: 14px;
}
.site-boxfoot .widget-title {
  font-size: 14px;
}
.site-boxfoot .widget-title:before {
  display: none;
  content: '';
}
.site-boxfoot img {
  width: auto;
  margin: 0;
}
.site-boxfoot li {
  clear: both;
  line-height: 1.6;
}
/**
 * Footer
 */
.site-footer {
  padding: 0;
}
/**
 * Annuaire
 */
.annuaire .element .entry-header {
  min-height: 80px;
}
.annuaire .element .entry-header .entry-title {
  min-height: 0 !important;
}
.annuaire .element .entry-header .entry-subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.annuaire .element.size {
  width: 50% !important;
}
.annuaire .element.size .icon:before {
  padding-right: 10px;
}
.annuaire .element.size .description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.annuaire .element.size .list-phone .phone {
  font-size: 20px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.4);
}
.annuaire .element.size .list-phone .phone:before {
  display: none;
  content: '';
}
.annuaire .element.size .button {
  margin-bottom: 14px;
}
@media (max-width: 480px) {
  .annuaire .element.size {
    width: 100% !important;
  }
}
/**
 * Formulaires
 */
input,
textarea {
  color: rgba(0, 0, 0, 0.6);
  padding: 6px;
}
.nf-field-container,
#ninja_forms_required_items {
  margin-bottom: 12px !important;
}
.home .widget_wysija_cont .wysija-paragraph {
  margin-bottom: 1em;
}
.home .widget_wysija_cont input[type="text"],
.home .widget_wysija_cont input[type="email"] {
  width: 100% !important;
  padding: 6px !important;
}
/**
 * Diverses propriétés
 */
@media (max-width: 420px) {
  .alignright,
  .alignleft {
    float: none;
  }
}
/**
 * Animations
 */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1   ;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0   ;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1   ;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0   ;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1   ;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0   ;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1   ;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0   ;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}



/*
teb puces test
.entry-content ul li {
  list-style: none;
  position: relative;
}
.entry-content ul li:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
  content: "\f105";
}

*/