.transitionWDF {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.leaflet-container {
  font-size: 12px;
}
.leaflet-container .fr-marker-cluster .fr-marker {
  background-color: #853e90;
  transform: translate(-50%,-50%) rotateX(0deg) rotateZ(0deg);
  border-radius: 100%;
  border: 3px solid #fff;
  color: #fff;
  text-align: center;
  box-shadow: 0 2px 3px 1px #000000;
  z-index: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  padding: 5px 10px;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #eef0f5;
  padding-top: 0;
  margin-top: 0;
}
body img {
  max-width: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #1081c5;
  text-transform: uppercase;
  font-weight: bold;
}
body h1 {
  font-size: 26px;
}
body h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  color: #075c9d;
}
body h3 {
  font-size: 18px;
}
body h4 {
  font-size: 16px;
}
body h5 {
  font-size: 16px;
}
body h6 {
  font-size: 16px;
}
body h1.page-header {
  border: 0;
  z-index: 10;
  color: #2a4baa;
  padding: 0;
  margin: 0 0 30px 0;
}
body span.jaune {
  color: #FDF036 !important;
}
body span.bleu1 {
  color: #1081c5 !important;
}
body span.bleu2 {
  color: #2a4baa !important;
}
body span.carmin {
  color: #FC1819 !important;
}
body span.enfance {
  color: #68cef6 !important;
}
body span.jeunesse {
  color: #ffbc3f !important;
}
body span.seniors {
  color: #01ab9e !important;
}
body span.education {
  color: #028400 !important;
}
body span.formation {
  color: #9bc229 !important;
}
body span.loisirs {
  color: #f92675 !important;
}
body span.entraide {
  color: #893688 !important;
}
body span.consommation {
  color: #f18c18 !important;
}
body span.developpement {
  color: #78bec3 !important;
}
body.path-actualites h1.page-header {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  color: #075c9d;
}
body .container-fluid {
  max-width: 1200px;
}
body div.main-container {
  overflow: hidden;
}
body div.main-container .region-content > section {
  margin-bottom: 30px;
}
body div.main-container .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
body header .container-fluid {
  padding: 0;
}
body footer.footer {
  background: #075c9d;
}
body footer.footer > .container-fluid {
  padding: 0;
  background: url(../images/footer-bg-points.png) no-repeat bottom left;
  min-height: 234px;
}
body .view.view-wdf-home-actu .views-infinite-scroll-content-wrapper > .container-fluid,
body .view.view-wdf-home-actu .view-content > .container-fluid {
  padding: 0;
}
body .text-align-left {
  text-align: left;
}
body .text-align-right {
  text-align: right;
}
body .text-align-center {
  text-align: center;
}
body div.main-container .main-wrapper.col-sm-9 {
  z-index: 1;
}
body div.main-container .main-wrapper.col-sm-12 {
  min-height: 0;
}
body div.main-container aside {
  padding: 0;
}
body div.main-container aside .block-aside-last {
  background: url(../images/ballade.jpg) no-repeat top center;
  min-height: 220px;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}
body div.main-container aside .block-aside-last img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.path-frontpage h1 {
  background: none;
}
body.path-frontpage h1 .title {
  font-style: italic;
}
body.path-frontpage h1 .title .t1 {
  background: #68cef6;
  font-size: 26px;
  padding: 10px;
  margin-left: 30px;
}
body.path-frontpage h1 .title .t2 {
  background: #f92675;
  font-size: 22px;
  padding: 5px 10px;
  float: left;
}
body #backtotop {
  background-image: url(../images/wdf-back-to-top.png);
}
body blockquote {
  margin-left: 20%;
  margin-top: 20px;
  border-left: 5px solid #ff5b14;
}
body blockquote.margin10 {
  margin-left: 10%;
}
body blockquote.margin20 {
  margin-left: 20%;
}
body blockquote a {
  display: block;
  margin-top: 10px;
  background: #ff5b14;
  color: #ff5b14;
  color: #ffffff;
  width: 160px;
  padding-bottom: 6px;
  padding-top: 6px;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}
body blockquote a:hover {
  color: #ff5b14;
  background: #ffffff;
}
body .button.thematic {
  position: relative;
  padding: 6px 20px 6px 55px;
  display: inline-block;
  width: auto;
}
body .button.thematic:before {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 26px;
}
body .form_front .warnings {
  color: #a94442;
}
body .form_front label {
  color: #2a4baa;
}
body .form_front select,
body .form_front input,
body .form_front textarea {
  background: #ccdeec;
  color: #4d4d4d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .form_front .field--type-text-long .filter-wrapper {
  display: none;
}
body .form_front .form-type-vertical-tabs {
  display: none;
}
body .form_front #edit-field-fichiers-wrapper #edit-field-fichiers {
  border: 0;
}
body .form_front #edit-field-fichiers-wrapper #edit-field-fichiers .panel-heading {
  display: none;
}
body .form_front #edit-field-fichiers-wrapper #edit-field-fichiers .panel-body {
  padding: 0;
}
body .form_front .form-actions button.form-submit {
  display: block;
  margin: auto;
  background: none;
  color: #2a4baa;
  border: 0;
  font-weight: bold;
  font-size: 18px;
}
body .form_front .form-actions button.form-submit:hover {
  text-decoration: underline;
}
body #sliding-popup .popup-content {
  max-width: 1200px;
  padding: 5px 15px;
}
.end-actu {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
}
.end-actu.white {
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 78%,#ffffff 92%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 78%,#ffffff 92%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#ffffff 78%,#ffffff 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fafbfd',endColorstr='#fafbfd',GradientType=0);
}
.nodomaine .ico:before,
.nodomaine.ico:before {
  font-family: famillesrurales;
  content: "\e91b";
}
.nodomaine .color,
.nodomaine.color {
  color: #1081c5;
}
.nodomaine .border,
.nodomaine.border {
  border-color: #1081c5;
}
.nodomaine .bg,
.nodomaine.bg {
  background: #1081c5;
  color: #ffffff;
}
.nodomaine .end-actu,
.nodomaine.end-actu {
  background: -moz-linear-gradient(top,rgba(16,129,197,0) 0%,#1081c5 78%,#1081c5 92%);
  background: -webkit-linear-gradient(top,rgba(16,129,197,0) 0%,#1081c5 78%,#1081c5 92%);
  background: linear-gradient(to bottom,rgba(16,129,197,0) 0%,#1081c5 78%,#1081c5 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1081c5',endColorstr='#1081c5',GradientType=0);
}
.petite-enfance .ico:before,
.petite-enfance.ico:before {
  font-family: famillesrurales;
  content: "\e91b";
}
.petite-enfance .color,
.petite-enfance.color {
  color: #68cef6;
}
.petite-enfance .border,
.petite-enfance.border {
  border-color: #68cef6;
}
.petite-enfance .bg,
.petite-enfance.bg {
  background: #68cef6;
  color: #ffffff;
}
.petite-enfance .end-actu,
.petite-enfance.end-actu {
  background: -moz-linear-gradient(top,rgba(104,206,246,0) 0%,#68cef6 78%,#68cef6 92%);
  background: -webkit-linear-gradient(top,rgba(104,206,246,0) 0%,#68cef6 78%,#68cef6 92%);
  background: linear-gradient(to bottom,rgba(104,206,246,0) 0%,#68cef6 78%,#68cef6 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68cef6',endColorstr='#68cef6',GradientType=0);
}
.consommation-vie-pratique .ico:before,
.consommation-vie-pratique.ico:before {
  font-family: famillesrurales;
  content: "\e90a";
}
.consommation-vie-pratique .color,
.consommation-vie-pratique.color {
  color: #f18c18;
}
.consommation-vie-pratique .border,
.consommation-vie-pratique.border {
  border-color: #f18c18;
}
.consommation-vie-pratique .bg,
.consommation-vie-pratique.bg {
  background: #f18c18;
  color: #ffffff;
}
.consommation-vie-pratique .end-actu,
.consommation-vie-pratique.end-actu {
  background: -moz-linear-gradient(top,rgba(241,140,24,0) 0%,#f18c18 78%,#f18c18 92%);
  background: -webkit-linear-gradient(top,rgba(241,140,24,0) 0%,#f18c18 78%,#f18c18 92%);
  background: linear-gradient(to bottom,rgba(241,140,24,0) 0%,#f18c18 78%,#f18c18 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f18c18',endColorstr='#f18c18',GradientType=0);
}
.entraide-convivialite .ico:before,
.entraide-convivialite.ico:before {
  font-family: famillesrurales;
  content: "\e911";
}
.entraide-convivialite .color,
.entraide-convivialite.color {
  color: #893688;
}
.entraide-convivialite .border,
.entraide-convivialite.border {
  border-color: #893688;
}
.entraide-convivialite .bg,
.entraide-convivialite.bg {
  background: #893688;
  color: #ffffff;
}
.entraide-convivialite .end-actu,
.entraide-convivialite.end-actu {
  background: -moz-linear-gradient(top,rgba(137,54,136,0) 0%,#893688 78%,#893688 92%);
  background: -webkit-linear-gradient(top,rgba(137,54,136,0) 0%,#893688 78%,#893688 92%);
  background: linear-gradient(to bottom,rgba(137,54,136,0) 0%,#893688 78%,#893688 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#893688',endColorstr='#893688',GradientType=0);
}
.enfance .ico:before,
.enfance.ico:before {
  font-family: famillesrurales;
  content: "\e910";
}
.enfance .color,
.enfance.color {
  color: #68cef6;
}
.enfance .border,
.enfance.border {
  border-color: #68cef6;
}
.enfance .bg,
.enfance.bg {
  background: #68cef6;
  color: #ffffff;
}
.enfance .end-actu,
.enfance.end-actu {
  background: -moz-linear-gradient(top,rgba(104,206,246,0) 0%,#68cef6 78%,#68cef6 92%);
  background: -webkit-linear-gradient(top,rgba(104,206,246,0) 0%,#68cef6 78%,#68cef6 92%);
  background: linear-gradient(to bottom,rgba(104,206,246,0) 0%,#68cef6 78%,#68cef6 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68cef6',endColorstr='#68cef6',GradientType=0);
}
.loisirs-culture .ico:before,
.loisirs-culture.ico:before {
  font-family: famillesrurales;
  content: "\e916";
}
.loisirs-culture .color,
.loisirs-culture.color {
  color: #f92675;
}
.loisirs-culture .border,
.loisirs-culture.border {
  border-color: #f92675;
}
.loisirs-culture .bg,
.loisirs-culture.bg {
  background: #f92675;
  color: #ffffff;
}
.loisirs-culture .end-actu,
.loisirs-culture.end-actu {
  background: -moz-linear-gradient(top,rgba(249,38,117,0) 0%,#f92675 78%,#f92675 92%);
  background: -webkit-linear-gradient(top,rgba(249,38,117,0) 0%,#f92675 78%,#f92675 92%);
  background: linear-gradient(to bottom,rgba(249,38,117,0) 0%,#f92675 78%,#f92675 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f92675',endColorstr='#f92675',GradientType=0);
}
.seniors .ico:before,
.seniors.ico:before {
  font-family: famillesrurales;
  content: "\e91d";
}
.seniors .color,
.seniors.color {
  color: #01ab9e;
}
.seniors .border,
.seniors.border {
  border-color: #01ab9e;
}
.seniors .bg,
.seniors.bg {
  background: #01ab9e;
  color: #ffffff;
}
.seniors .end-actu,
.seniors.end-actu {
  background: -moz-linear-gradient(top,rgba(1,171,158,0) 0%,#01ab9e 78%,#01ab9e 92%);
  background: -webkit-linear-gradient(top,rgba(1,171,158,0) 0%,#01ab9e 78%,#01ab9e 92%);
  background: linear-gradient(to bottom,rgba(1,171,158,0) 0%,#01ab9e 78%,#01ab9e 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01ab9e',endColorstr='#01ab9e',GradientType=0);
}
.jeunesse .ico:before,
.jeunesse.ico:before {
  font-family: famillesrurales;
  content: "\e915";
}
.jeunesse .color,
.jeunesse.color {
  color: #ffbc3f;
}
.jeunesse .border,
.jeunesse.border {
  border-color: #ffbc3f;
}
.jeunesse .bg,
.jeunesse.bg {
  background: #ffbc3f;
  color: #ffffff;
}
.jeunesse .end-actu,
.jeunesse.end-actu {
  background: -moz-linear-gradient(top,rgba(255,188,63,0) 0%,#ffbc3f 78%,#ffbc3f 92%);
  background: -webkit-linear-gradient(top,rgba(255,188,63,0) 0%,#ffbc3f 78%,#ffbc3f 92%);
  background: linear-gradient(to bottom,rgba(255,188,63,0) 0%,#ffbc3f 78%,#ffbc3f 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbc3f',endColorstr='#ffbc3f',GradientType=0);
}
.education-prevention .ico:before,
.education-prevention.ico:before {
  font-family: famillesrurales;
  content: "\e90f";
}
.education-prevention .color,
.education-prevention.color {
  color: #028400;
}
.education-prevention .border,
.education-prevention.border {
  border-color: #028400;
}
.education-prevention .bg,
.education-prevention.bg {
  background: #028400;
  color: #ffffff;
}
.education-prevention .end-actu,
.education-prevention.end-actu {
  background: -moz-linear-gradient(top,rgba(119,100,52,0) 0%,#776434 78%,#776434 92%);
  background: -webkit-linear-gradient(top,rgba(119,100,52,0) 0%,#776434 78%,#776434 92%);
  background: linear-gradient(to bottom,rgba(119,100,52,0) 0%,#776434 78%,#776434 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#028400',endColorstr='#028400',GradientType=0);
}
.formation .ico:before,
.formation.ico:before {
  font-family: famillesrurales;
  content: "\e914";
}
.formation .color,
.formation.color {
  color: #9bc229;
}
.formation .border,
.formation.border {
  border-color: #9bc229;
}
.formation .bg,
.formation.bg {
  background: #9bc229;
  color: #ffffff;
}
.formation .end-actu,
.formation.end-actu {
  background: -moz-linear-gradient(top,rgba(155,194,41,0) 0%,#9bc229 78%,#9bc229 92%);
  background: -webkit-linear-gradient(top,rgba(155,194,41,0) 0%,#9bc229 78%,#9bc229 92%);
  background: linear-gradient(to bottom,rgba(155,194,41,0) 0%,#9bc229 78%,#9bc229 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bc229',endColorstr='#9bc229',GradientType=0);
}
.field--type-file {
  clear: both;
}
.field--type-file .field__items {
  overflow: hidden;
  clear: both;
}
.field--type-file .field__items .field--item .file {
  font-size: 12px;
  width: auto;
  margin: 0;
}
.field--type-file .field__items .field--item .file span {
  border: none;
  background: transparent;
  color: #4d4d4d;
  padding: 5px 5px 5px 5px;
}
.field--type-file .field__items .field--item .file span a {
  text-decoration: none;
}
.field--type-file .field__items .field--item .file span:before {
  font-size: 20px;
}
.field--type-file .field__items .field--item .file .file-icon {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.field--type-file .field__items .field--item .file .file-link {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.field--type-file .field__items .field--item .file .file-link:after {
  display: none;
  font-family: famillesrurales;
  content: "\ead1";
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
}
.field--type-file .field__items .field--item .file .file-size {
  display: none;
}
.custom-field-file .field--type-file .field--label {
  background: #ff5b14;
  color: #ffffff;
  float: left;
  padding: 5px 20px;
}
.custom-field-file .field--type-file .field__items .field--item .file {
  margin-top: 20px;
}
.custom-field-file .field--type-file .field__items .field--item .file > span {
  display: inline !important;
}
.view ul.pager {
  margin: 0;
  height: 38px;
}
.view ul.pager li {
  height: 19px;
  border-bottom: 3px solid #eef0f5;
  display: block;
}
.view ul.pager li a {
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #075c9d;
  border: 1px solid #075c9d;
  width: 38px;
  height: 38px;
  padding: 0;
  text-align: center;
  line-height: 38px;
}
.view ul.pager li a:hover {
  background: #ffffff;
  color: #075c9d;
}
.view ul.pager li a:before {
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body div.main-container aside .block-aside-last {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .fixed {
    padding-top: 126px !important;
  }
  .fixed.closed {
    padding-top: 57px !important;
  }
  .fixed.topadmin {
    padding-top: 206px !important;
  }
  .fixed.topadmin.closed {
    padding-top: 137px !important;
  }
  .fixed.path-frontpage {
    padding-top: 400px !important;
  }
  .fixed.path-frontpage.closed {
    padding-top: 57px;
  }
}
@media screen and (max-width: 991px) {
  body footer.footer > .container-fluid > div {
    margin-bottom: 15px;
  }
  body footer.footer > .container-fluid > div ul li {
    text-align: center;
  }
  body footer.footer > .container-fluid > div.right {
    padding-bottom: 200px;
  }
  body footer.footer > .container-fluid > div.right .social-network {
    text-align: center;
    padding-left: 0;
  }
  body footer.footer > .container-fluid > div.center {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
