#tarteaucitronRoot #tarteaucitronCloseAlert {
  display: none !important;
}
.video-responsive {
  height: 0;
  margin: 0 0 1rem;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-responsive iframe {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}
.leaflet-container {
  font-size: 12px;
}
ul.btn-list {
  list-style: none;
}
ul.btn-list li {
  list-style: none;
  padding: 10px;
}
ul.btn-list li a {
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -moz-background-clip:    padding;
  -webkit-background-clip: padding-box;
  background-clip:         padding-box;
}
ul.btn-list li a:hover {
  text-decoration: none;
}
ul.btn-list li a .icons:before {
  margin-right: 10px;
}
ul.btn-list li a.facebook {
  background: #0866ff;
}
ul.btn-list li a.linkedin {
  background: #0a66c2;
}
ul.btn-list li a.youtube {
  background: #ff0033;
}
.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 {
  background: #eef0f5;
}
body img {
  max-width: 100%;
  height: auto;
}
body #sliding-popup .popup-content {
  max-width: 1200px;
  padding: 5px 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trebuchet MS";
  color: #1081c5;
  text-transform: uppercase;
}
h3,
h4,
h5 {
  font-weight: bold;
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
h1 {
  line-height: 30px;
}
a {
  color: #1081c5;
}
p,
ul,
li {
  color: #4d4d4d;
}
p {
  text-align: inherit;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
article h1 {
  padding: 0 !important;
  font-size: 18px !important;
}
.displayNone {
  display: none !important;
}
.rtecenter {
  text-align: center;
}
ul {
  padding-left: 2.5em;
  font-size: 15px;
}
table {
  width: 100%;
  background: #fafbfd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eef0f5;
  overflow: hidden;
}
table td,
table table th {
  border: 1px solid #eef0f5;
  padding: 12px 20px;
  text-align: left;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
}
body > #main-arc .arc-en-ciel {
  height: 12px !important;
}
body > #main-arc .arc-en-ciel li:before {
  border-width: 6px;
  border-right: 0;
}
h1.page-header {
  font-size: 24px;
  margin-bottom: 15px;
  border-bottom: none;
  padding-top: 10px;
}
h1.page-header span {
  position: relative;
  padding-right: 40px;
  padding-bottom: 5px;
  display: block;
  float: left;
  min-width: 300px;
}
h1.page-header span .arc-en-ciel .arc13:after {
  content: " ";
  display: block;
  width: 0px;
  height: 0px;
  border: 3px solid transparent;
  background: transparent;
  position: absolute;
  top: 0;
  right: -3px;
  border-right: 0;
  border-left-color: #9bc229;
}
h2 {
  font-size: 18px;
}
h2.arc {
  text-align: center;
  position: relative;
}
h2.arc .arc-en-ciel {
  position: absolute;
  top: -20px;
  left: 0;
}
.container-fluid {
  max-width: 1200px;
}
.stripe.bleu {
  background: #1081c5;
}
.stripe.site_bg {
  background: #eef0f5;
}
blockquote {
  font-size: 16px;
  padding: 20px;
  font-weight: 700;
  text-align: left !important;
  background: #fafbfd;
  border-left: 3px solid #63b2f5;
  color: #2a4baa;
  padding-left: 65px;
  padding-right: 65px;
  position: relative;
}
blockquote:after,
blockquote:before {
  font-family: "famillesrurales";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  font-size: 24px;
  color: #e2eaf2;
}
blockquote:before {
  content: '\ebe1';
  position: absolute;
  left: 15px;
  top: 23px;
}
blockquote:after {
  content: '\ebe2';
  position: absolute;
  right: 15px;
  top: 23px;
}
article table {
  border: 0;
  width: 100% !important;
  margin: 20px 0;
}
article table caption {
  font-weight: bold;
  color: #1081c5;
  background: #eef0f5;
  padding: 10px;
}
article table thead tr {
  border-bottom: 3px solid #ffffff;
}
article table th {
  padding: 10px 5px;
  border-right: 3px solid #ffffff;
  background: #1081c5;
  color: #ffffff;
}
article table th:last-child {
  border-right: 0;
}
article table tbody tr:nth-of-type(odd) {
  background: #eef0f5;
}
article table tbody tr td {
  padding: 10px 5px;
  border-right: 1px solid #ffffff;
}
article span.jaune {
  color: #FDF036 !important;
}
article span.bleu1 {
  color: #1081c5 !important;
}
article span.bleu2 {
  color: #2a4baa !important;
}
article span.carmin {
  color: #FC1819 !important;
}
article span.enfance {
  color: #68cef6 !important;
}
article span.jeunesse {
  color: #ffbc3f !important;
}
article span.seniors {
  color: #01ab9e !important;
}
article span.education {
  color: #028400 !important;
}
article span.formation {
  color: #9bc229 !important;
}
article span.loisirs {
  color: #f92675 !important;
}
article span.entraide {
  color: #893688 !important;
}
article span.consommation {
  color: #f18c18 !important;
}
article span.developpement {
  color: #78bec3 !important;
}
article p.soustitre {
  color: #63b2f5 !important;
  font-family: Arial;
  font-weight: bold;
}
article span.savoir-plus a {
  position: relative;
  display: block;
  background: #1081c5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 11px 43px 12px 43px;
  margin: 5px 0;
}
article span.savoir-plus a:hover {
  text-decoration: none;
  background: #63b2f5;
}
article span.savoir-plus a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e022";
  font-weight: normal;
  color: #ffffff;
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 18px;
}
article span.savoir-plus a:after {
  font-family: famillesrurales;
  content: "\eca1";
  position: absolute;
  color: #ffffff;
  top: 5px;
  right: 10px;
  font-size: 20px;
  font-weight: normal;
}
#block-fr-multisites-search form input {
  border-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #1081c5;
}
#block-fr-multisites-search form .input-group-btn button {
  background: #ffffff;
  border-color: #ffffff;
}
#block-fr-multisites-search form .input-group-btn button .glyphicon-search:before {
  color: #1081c5;
}
form.views-exposed-form select {
  background: #e2eaf2;
  color: #2a4baa;
}
form.views-exposed-form select option {
  background: #ffffff;
  color: #4d4d4d;
}
form.views-exposed-form select:hover {
  background: #63b2f5;
  color: #ffffff;
}
form.views-exposed-form button {
  background: #1081c5;
}
form.views-exposed-form button:hover {
  background: #63b2f5;
}
ul.pager .pager__item a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #1081c5;
  color: #ffffff;
}
ul.pager .pager__item a:hover {
  background: #63b2f5;
}
.block-fr-portail-views-block-custom-carousel-block-1,
.block-fr-portail-utilisateurhomepresentation {
  background: #ffffff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.block-fr-portail-views-block-custom-carousel-block-1 h3,
.block-fr-portail-utilisateurhomepresentation h3 {
  font-size: 24px;
  text-align: center;
}
.block-fr-portail-views-block-custom-carousel-block-1 .view-footer,
.block-fr-portail-utilisateurhomepresentation .view-footer {
  text-align: center;
}
.arc-en-ciel {
  width: 100%;
  height: 6px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: table;
}
.bottom .arc-en-ciel {
  position: absolute;
  bottom: 0;
  left: 0;
}
.arc-en-ciel li {
  display: table-cell;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.arc-en-ciel li:before {
  content: " ";
  display: block;
  width: 0px;
  height: 0px;
  border: 3px solid transparent;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.arc-en-ciel .arc1 {
  background: #FDF036;
}
.arc-en-ciel .arc2 {
  background: #ffbc3f;
}
.arc-en-ciel .arc2:before {
  border-left-color: #FDF036;
  border-top-color: #ffbc3f;
  border-bottom-color: #ffbc3f;
}
.arc-en-ciel .arc3 {
  background: #f18c18;
}
.arc-en-ciel .arc3:before {
  border-left-color: #ffbc3f;
  border-top-color: #f18c18;
  border-bottom-color: #f18c18;
}
.arc-en-ciel .arc4 {
  background: #FC1819;
}
.arc-en-ciel .arc4:before {
  border-left-color: #f18c18;
  border-top-color: #FC1819;
  border-bottom-color: #FC1819;
}
.arc-en-ciel .arc5 {
  background: #f92675;
}
.arc-en-ciel .arc5:before {
  border-left-color: #FC1819;
  border-top-color: #f92675;
  border-bottom-color: #f92675;
}
.arc-en-ciel .arc6 {
  background: #893688;
}
.arc-en-ciel .arc6:before {
  border-left-color: #f92675;
  border-top-color: #893688;
  border-bottom-color: #893688;
}
.arc-en-ciel .arc7 {
  background: #2a4baa;
}
.arc-en-ciel .arc7:before {
  border-left-color: #893688;
  border-top-color: #2a4baa;
  border-bottom-color: #2a4baa;
}
.arc-en-ciel .arc8 {
  background: #1081c5;
}
.arc-en-ciel .arc8:before {
  border-left-color: #2a4baa;
  border-top-color: #1081c5;
  border-bottom-color: #1081c5;
}
.arc-en-ciel .arc9 {
  background: #68cef6;
}
.arc-en-ciel .arc9:before {
  border-left-color: #1081c5;
  border-top-color: #68cef6;
  border-bottom-color: #68cef6;
}
.arc-en-ciel .arc10 {
  background: #78bec3;
}
.arc-en-ciel .arc10:before {
  border-left-color: #68cef6;
  border-top-color: #78bec3;
  border-bottom-color: #78bec3;
}
.arc-en-ciel .arc11 {
  background: #01ab9e;
}
.arc-en-ciel .arc11:before {
  border-left-color: #78bec3;
  border-top-color: #01ab9e;
  border-bottom-color: #01ab9e;
}
.arc-en-ciel .arc12 {
  background: #028400;
}
.arc-en-ciel .arc12:before {
  border-left-color: #01ab9e;
  border-top-color: #028400;
  border-bottom-color: #028400;
}
.arc-en-ciel .arc13 {
  background: #9bc229;
}
.arc-en-ciel .arc13:before {
  border-left-color: #028400;
  border-top-color: #9bc229;
  border-bottom-color: #9bc229;
}
.main-container {
  padding: 0;
  position: relative;
  z-index: 40;
}
body:not(.path-frontpage) .main-container #sub_main_bg {
  background: #ffffff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .main-container > .row {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body:not(.path-frontpage) .main-container aside:first-child {
    padding-right: 0;
  }
  body:not(.path-frontpage) .main-container aside:last-child {
    padding-left: 0;
  }
}
.region.region-content {
  overflow: hidden;
}
.region.region-header {
  position: relative;
}
.btn.btn-more {
  color: #ffffff;
  background-color: #2a4baa;
  border-color: #2a4baa;
  padding-right: 30px;
  padding-left: 30px;
}
p {
  margin: 10px 0;
}
p:last-child {
  margin-bottom: 10px;
}
a.btn {
  padding: 10px;
  white-space: normal;
}
.badge {
  color: #ffffff;
  padding: 10px;
  margin: 5px;
}
.badge[href]:focus,
.badge[href]:hover {
  color: #ffffff;
  text-decoration: none;
}
.badge.badge-danger {
  background: #dc3545;
}
.badge.badge-danger[href]:focus,
.badge.badge-danger[href]:hover {
  background-color: #bd2130;
}
.badge.badge-primary {
  background: #007bff;
}
.badge.badge-primary[href]:focus,
.badge.badge-primary[href]:hover {
  background-color: #0062cc;
}
.badge.badge-secondary {
  background: #6c757d;
}
.badge.badge-secondary[href]:focus,
.badge.badge-secondary[href]:hover {
  background-color: #545b62;
}
.badge.badge-success {
  background: #28a745;
}
.badge.badge-success[href]:focus,
.badge.badge-success[href]:hover {
  background-color: #1e7e34;
}
.badge.badge-warning {
  background: #ffc107;
}
.badge.badge-warning[href]:focus,
.badge.badge-warning[href]:hover {
  background-color: #d39e00;
}
.badge.badge-info {
  background: #17a2b8;
}
.badge.badge-info[href]:focus,
.badge.badge-info[href]:hover {
  background-color: #117a8b;
}
.badge.badge-light {
  background: #f8f9fa;
}
.badge.badge-light[href]:focus,
.badge.badge-light[href]:hover {
  background-color: #dae0e5;
}
.badge.badge-dark {
  background: #343a40;
}
.badge.badge-dark[href]:focus,
.badge.badge-dark[href]:hover {
  background-color: #1d2124;
}
.region-sidebar-second section.block {
  margin-bottom: 20px;
  position: relative;
}
.badge.badge-portail {
  background: #1081c5;
}
.badge.badge-portail[href]:hover {
  background: #63b2f5;
}
aside h5 {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}
aside .wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.media-image {
  position: relative;
  overflow: hidden;
}
.media-image img {
  transform: scale(1.05);
  transform-origin: 33% 33%;
  transition: transform 300ms ease-out;
  perspective: 800px;
  transform-style: preserve-3d;
}
.media-image img:hover {
  transform: scale(1);
}
div.myLoad {
  padding: 0;
  border: 0;
  float: left;
  position: absolute;
  background: white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: none;
}
div.myLoad .wrapper .loader {
  -webkit-animation: load-spin 2s infinite linear;
  animation: load-spin 2s infinite linear;
  background: url(../images/load.png) no-repeat 0 0 transparent;
  opacity: 0.5;
  display: block;
}
@-webkit-keyframes load-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.page-node-type-page-famillesrurales form.webform-submission-form {
  padding: 20px 7%;
}
.page-node-type-page-famillesrurales form.webform-submission-form > div,
.page-node-type-page-famillesrurales form.webform-submission-form fieldset {
  margin-bottom: 15px;
}
.field--type-file .field__items .field--item .file {
  background: #1081c5;
  display: block;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 5px 0;
  position: relative;
}
.field--type-file .field__items .field--item .file .file-icon {
  background: transparent;
  border: 0;
  left: 15px;
  padding: 0;
  position: absolute;
  top: 8px;
  z-index: 1;
}
.field--type-file .field__items .field--item .file .file-icon span {
  color: #ffffff;
}
.field--type-file .field__items .field--item .file .file-link {
  background: transparent;
  border: 0;
  position: relative;
  z-index: 2;
}
.field--type-file .field__items .field--item .file .file-link a {
  color: #ffffff;
  display: block;
  padding: 10px;
  padding-left: 40px;
}
.field--type-file .field__items .field--item .file .file-link a:after {
  font-family: famillesrurales;
  content: "\ead1";
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 20px;
}
.field--type-file .field__items .field--item .file .file-size {
  display: none;
}
.field--type-file .field__items .field--item .file:hover {
  background: #63b2f5;
}
@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }
  blockquote:after,
  blockquote:before {
    font-size: 18px;
  }
  blockquote:before {
    left: 0px;
    top: 23px;
  }
  blockquote:after {
    right: 0px;
    top: 23px;
  }
}
@media screen and (max-width: 767px) {
  h1.page-header span {
    padding-right: 0;
    min-width: auto;
  }
}
