#block-fredon-5thematiques {
  margin-top: 25px;
  margin-bottom: 50px;
}
#block-fredon-5thematiques h2 {
  text-align: center;
  font-family: "filson_probold";
  font-size: 40px;
  color: #576b35;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#block-fredon-5thematiques .text-formatted .thematiqueBlock {
  position: relative;
  width: 280px;
  height: 220px;
  overflow: hidden;
  margin: 0 auto 25px;
}
#block-fredon-5thematiques .text-formatted .thematiqueBlock a:nth-child(1) img {
  width: auto;
  height: 100%;
}
#block-fredon-5thematiques .text-formatted .thematiqueBlock a:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#block-fredon-5thematiques .text-formatted .thematiqueBlock a:nth-child(3) {
  position: absolute;
  bottom: 25px;
  left: 35%;
  color: white;
  background: #d6970a;
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: 15px;
  transition: 500ms;
}
#block-fredon-5thematiques .text-formatted .thematiqueBlock:nth-child(2n+2) a:nth-child(3) {
  background: #d6970a;
}
#block-fredon-5thematiques .text-formatted .thematiqueBlock:hover a:nth-child(3) {
  background: #d6970a;
}
#block-fredon-5thematiques .text-formatted .thematiqueBlock:hover:nth-child(2n+2) a:nth-child(3) {
  background: #d6970a;
}
#block-fredon-5thematiques .text-formatted .thematiqueBlock:first-of-type a:nth-of-type(4), #block-fredon-5thematiques .text-formatted .thematiqueBlock:nth-child(3) a:nth-of-type(4) {
  position: absolute;
  bottom: 25px;
  left: 28%;
  color: white;
  background: #d6970a;
  border: 1px solid white;
  transition: 500ms;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 25px;
}
#block-fredon-5thematiques .text-formatted .thematiqueBlock:first-of-type a:nth-of-type(4):hover, #block-fredon-5thematiques .text-formatted .thematiqueBlock:nth-child(3) a:nth-of-type(4):hover {
  background: #78895d;
}

.documentBlock table {
  width: 100% !important;
  margin: 0 auto;
}

@media only screen and (min-width: 1280px) {
  #block-fredon-5thematiques .text-formatted {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #block-fredon-5thematiques .text-formatted .thematiqueBlock {
    width: 350px;
    height: 270px;
    margin: 0 15px 15px 0;
  }
  #block-fredon-5thematiques .text-formatted .thematiqueBlock a:nth-child(2) {
    height: 80px;
    font-size: 24px;
    font-weight: 600;
  }
  #block-fredon-5thematiques .text-formatted .thematiqueBlock a:nth-child(3) {
    left: 31%;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 25px;
  }
  #block-fredon-5thematiques .text-formatted .thematiqueBlock:nth-child(3), #block-fredon-5thematiques .text-formatted .thematiqueBlock:nth-child(5) {
    margin: 0 0 15px 0;
  }
  .documentBlock table {
    width: 500px !important;
    margin: 0 auto;
  }
}
.charteNature.galerie #block-fredon-content .field--name-field-images-gallerie {
  width: 95%;
  margin: 0 auto;
}
.charteNature.galerie #block-fredon-content .field--name-field-images-gallerie .field__item {
  position: relative;
  margin-bottom: 25px;
}
.charteNature.galerie #block-fredon-content .field--name-field-images-gallerie .field__item a img {
  width: 100%;
  height: auto;
}
.charteNature.galerie #block-fredon-content .field--name-field-images-gallerie .field__item a p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (min-width: 600px) {
  .charteNature.galerie #block-fredon-content .field--name-field-images-gallerie {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .charteNature.galerie #block-fredon-content .field--name-field-images-gallerie .field__item {
    width: 45%;
  }
}
@media only screen and (min-width: 1280px) {
  .charteNature.galerie #block-fredon-content .field--name-field-images-gallerie {
    justify-content: flex-start;
    margin-top: 50px;
  }
  .charteNature.galerie #block-fredon-content .field--name-field-images-gallerie .field__item {
    width: 23%;
    margin-right: 28px;
    margin-bottom: 28px;
  }
  .charteNature.galerie #block-fredon-content .field--name-field-images-gallerie .field__item:nth-child(4n+4) {
    margin-right: 0;
  }
  .charteNature.galerie #block-fredon-content .field--name-field-images-gallerie .field__item a p {
    opacity: 0;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    color: white;
    height: 100px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    transition: 500ms;
  }
  .charteNature.galerie #block-fredon-content .field--name-field-images-gallerie .field__item:hover a p {
    opacity: 1;
  }
}
@media only screen and (min-width: 1600px) {
  .charteNature.galerie #block-fredon-content .field--name-field-images-gallerie .field__item a p {
    top: 35%;
  }
}
@media only screen and (min-width: 1920px) {
  .charteNature.galerie #block-fredon-content .field--name-field-images-gallerie {
    justify-content: flex-start;
  }
  .charteNature.galerie #block-fredon-content .field--name-field-images-gallerie .field__item {
    width: 23%;
    margin-right: 43px;
    margin-bottom: 43px;
  }
  .charteNature.galerie #block-fredon-content .field--name-field-images-gallerie .field__item a p {
    top: 35%;
  }
}
.path-formations #block-udmlien svg {
  display: block;
  height: 361px;
  width: auto;
  margin: 0 auto;
}

@media only screen and (min-width: 600px) {
  .path-formations #block-udmlien svg {
    height: 361px;
    width: auto;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .path-formations #block-udmlien svg {
    height: 400px;
    width: auto;
    margin: 0 auto;
  }
}
.presseCharte h2 {
  color: #d6970a;
  text-align: center;
  font-size: 42px;
  margin-bottom: 25px;
}
.presseCharte #block-views-block-presse-charte-nature-block-1 .view-content .views-row {
  position: relative;
  width: 250px;
  margin: 0 auto 30px;
}
.presseCharte #block-views-block-presse-charte-nature-block-1 .view-content .views-row .views-field-field-logo-presse-charte a img {
  width: 100%;
  height: 215px;
  margin: 0 auto;
}
.presseCharte #block-views-block-presse-charte-nature-block-1 .view-content .views-row .views-field-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 17px;
}
.presseCharte #block-views-block-presse-charte-nature-block-1 .view-content .views-row .views-field-title span {
  color: #d6970a;
  transition: 500ms;
}
.presseCharte #block-views-block-presse-charte-nature-block-1 .view-content .views-row .views-field-title span:hover {
  transition: 500ms;
  color: black;
}
.presseCharte #block-views-block-presse-charte-nature-block-1 .view-content .views-row .views-field-body {
  font-family: "Source Sans Pro", sans-serif;
  color: #4c5150;
}
.presseCharte #block-views-block-presse-charte-nature-block-1 .view-content .views-row .views-field-body .field-content {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.presseCharte #block-views-block-presse-charte-nature-block-1 .view-footer a {
  display: block;
  width: 150px;
  margin: 20px auto;
  background: #d6970a;
  color: white;
  border: 1px solid #d6970a;
  border-radius: 10px;
  font-family: "filson_probold";
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 5px 0px;
  transition: 500ms;
}
.presseCharte #block-views-block-presse-charte-nature-block-1 .view-footer a:hover {
  background: none;
  color: #d6970a;
}
.presseCharte #block-views-block-actualites-france-block-2 {
  margin-top: 50px;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content {
  position: relative;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .owl-nav {
  position: absolute;
  top: 40%;
  left: 5px;
  right: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .owl-nav span {
  color: white;
  font-size: 50px;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50px;
  right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .owl-dots button {
  display: block;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 100%;
  margin-right: 10px;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .owl-dots button:last-child {
  margin-right: 0;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .owl-dots button.active {
  background: #efc075;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .views-row {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .views-row .views-field-nothing {
  position: absolute;
  top: 50px;
  left: 35px;
  right: 35px;
  bottom: 50px;
  background: rgba(255, 255, 255, 0.6);
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .views-row .views-field-nothing a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #363d3c;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .views-row .views-field-nothing a .block {
  width: 80%;
  text-align: center;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .views-row .views-field-nothing a .block .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #363d3c;
  margin-top: 10px;
  margin-bottom: 10px;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .views-row .views-field-nothing a .block .body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #363d3c;
  margin-top: 10px;
  margin-bottom: 10px;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .views-row .views-field-field-image-actu-france {
  height: 100%;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .views-row .views-field-field-image-actu-france .field-content {
  height: 100%;
}
.presseCharte #block-views-block-actualites-france-block-2 .view-content .views-row .views-field-field-image-actu-france .field-content img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1280px) {
  .presseCharte #block-views-block-presse-charte-nature-block-1 .view-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .presseCharte #block-views-block-actualites-france-block-2 .view-content {
    width: 660px;
    margin: 0 auto;
  }
  .presseCharte #block-views-block-actualites-france-block-2 .view-content .views-row {
    height: 270px;
  }
}
.path-presse-charte-plus-nature-liste .view-presse-charte-nature .view-content .views-row {
  position: relative;
  width: 250px;
  margin: 0 auto 30px;
}
.path-presse-charte-plus-nature-liste .view-presse-charte-nature .view-content .views-row .views-field-field-logo-presse-charte a img {
  width: 100%;
  height: 215px;
  margin: 0 auto;
}
.path-presse-charte-plus-nature-liste .view-presse-charte-nature .view-content .views-row .views-field-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 17px;
}
.path-presse-charte-plus-nature-liste .view-presse-charte-nature .view-content .views-row .views-field-title span {
  color: #d6970a;
  transition: 500ms;
}
.path-presse-charte-plus-nature-liste .view-presse-charte-nature .view-content .views-row .views-field-title span:hover {
  transition: 500ms;
  color: black;
}
.path-presse-charte-plus-nature-liste .view-presse-charte-nature .view-content .views-row .views-field-body {
  font-family: "Source Sans Pro", sans-serif;
  color: #4c5150;
}
.path-presse-charte-plus-nature-liste .view-presse-charte-nature .view-content .views-row .views-field-body .field-content {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (min-width: 1280px) {
  .path-presse-charte-plus-nature-liste .view-presse-charte-nature .view-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .path-presse-charte-plus-nature-liste .view-presse-charte-nature .view-content .views-row {
    margin: 0;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .path-presse-charte-plus-nature-liste .view-presse-charte-nature .view-content .views-row:nth-child(4n+4) {
    margin-right: 0;
  }
}
.formTerrainDeSport #block-commande {
  width: 100%;
}
.formTerrainDeSport #block-commande .field__label {
  display: none;
}
.formTerrainDeSport #block-commande form {
  width: 100%;
  margin: 50px auto 0;
}
.formTerrainDeSport #block-commande form .form-item-name label::after,
.formTerrainDeSport #block-commande form .form-item-email label::after,
.formTerrainDeSport #block-commande form .form-item-message label::after {
  content: " *";
  color: #d6970a;
  background-image: none;
}
.formTerrainDeSport #block-commande form #edit-block-left div {
  margin: 0 0 20px;
}
.formTerrainDeSport #block-commande form #edit-block-left div label {
  color: #d6970a;
  font-size: 16px;
  font-weight: 600;
}
.formTerrainDeSport #block-commande form #edit-block-left div select,
.formTerrainDeSport #block-commande form #edit-block-left div input {
  border: none;
  border-bottom: 2px solid #d6970a;
  width: 100%;
  height: 35px;
  padding-left: 5px;
}
.formTerrainDeSport #block-commande form #edit-block-left div textarea {
  border: none;
  border-bottom: 2px solid #d6970a;
  padding-top: 5px;
}
.formTerrainDeSport #block-commande form #edit-block-right div {
  margin: 0 0 20px;
}
.formTerrainDeSport #block-commande form #edit-block-right div label {
  color: #d6970a;
  font-size: 16px;
  font-weight: 600;
}
.formTerrainDeSport #block-commande form #edit-block-right div select,
.formTerrainDeSport #block-commande form #edit-block-right div input {
  border: none;
  border-bottom: 2px solid #d6970a;
  width: 100%;
  height: 35px;
  padding-left: 5px;
}
.formTerrainDeSport #block-commande form #edit-block-right div textarea {
  border: none;
  border-bottom: 2px solid #d6970a;
  padding-top: 5px;
}
.formTerrainDeSport #block-commande form #edit-block-right #edit-champs {
  color: #d6970a;
}
.formTerrainDeSport #block-commande form #edit-block-down {
  margin-top: 20px;
}
.formTerrainDeSport #block-commande form #edit-block-down div {
  margin: 0 0 20px;
}
.formTerrainDeSport #block-commande form #edit-block-down div label {
  color: #d6970a;
  font-size: 16px;
  font-weight: 600;
}
.formTerrainDeSport #block-commande form #edit-block-down div select,
.formTerrainDeSport #block-commande form #edit-block-down div input {
  border: none;
  border-bottom: 2px solid #d6970a;
  width: 100%;
  height: 35px;
  padding-left: 5px;
}
.formTerrainDeSport #block-commande form #edit-block-down div textarea {
  border: none;
  border-bottom: 2px solid #d6970a;
  padding-top: 5px;
}
.formTerrainDeSport #block-commande form #edit-block-down #edit-champs {
  color: #d6970a;
}
.formTerrainDeSport #block-commande form #edit-block-down .captcha .g-recaptcha div {
  margin: 0 auto;
}
.formTerrainDeSport #block-commande form #edit-block-down #edit-actions {
  margin: 20px 0;
  text-align: center;
}
.formTerrainDeSport #block-commande form #edit-block-down #edit-actions input {
  background: #d6970a;
  border: #d6970a;
  border-radius: 25px;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
  width: 120px;
  height: 35px;
}
.formTerrainDeSport #block-downloadplan {
  margin: 20px 0;
}
.formTerrainDeSport #block-downloadplan p a {
  color: #d6970a;
}

@media only screen and (min-width: 1280px) {
  .formTerrainDeSport #block-commande {
    width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .formTerrainDeSport #block-commande form {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .formTerrainDeSport #block-commande form #edit-block-left {
    width: 46%;
  }
  .formTerrainDeSport #block-commande form #edit-block-right {
    width: 46%;
  }
  .formTerrainDeSport #block-commande form #edit-block-down {
    width: 100%;
  }
  .formTerrainDeSport #block-commande form #edit-block-down .captcha .g-recaptcha div {
    margin: 0;
  }
  .formTerrainDeSport #block-commande form #edit-block-down #edit-actions {
    text-align: right;
  }
}
@media only screen and (min-width: 1366px) {
  .formTerrainDeSport #block-commande {
    width: 1280px;
  }
}
.charteNature.galerie.chartePlusNature .region-content h1 {
  text-align: center;
}
.charteNature.galerie.chartePlusNature .region-content #block-fredon-introcn .clearfix.text-formatted .iconsBlock {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.charteNature.galerie.chartePlusNature .region-content #block-fredon-introcn .clearfix.text-formatted .iconsBlock .icon {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.charteNature.galerie.chartePlusNature .region-content #block-fredon-sengagercn .clearfix.text-formatted p iframe {
  max-width: 100% !important;
}
.charteNature.galerie.chartePlusNature .region-content #block-fredon-ensavoirpluscn .clearfix.text-formatted p iframe {
  max-width: 100% !important;
}
.charteNature.galerie.chartePlusNature .derniereActu #block-fredon-views-block-accompagnements-block-1 h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 30px;
  color: #d6970a;
}
.charteNature.galerie.chartePlusNature .derniereActu #block-fredon-views-block-accompagnements-block-1 div .view .view-content .owl-stage-outer .owl-stage .owl-item .views-row .views-field-field-vignette-accompagnement {
  aspect-ratio: 554/194;
}
#block-fredon-cartenature .clearfix.text-formatted {
  text-align: center;
}
#block-fredon-cartenature .clearfix.text-formatted svg {
  width: 50%;
  height: auto;
  margin: 0px auto;
}
#block-fredon-cartenature .clearfix.text-formatted svg g {
  transition: all 500ms ease-in-out;
}
#block-fredon-cartenature .clearfix.text-formatted svg g a path {
  fill: #586d35;
  transition: all 500ms ease-in-out;
}
#block-fredon-cartenature .clearfix.text-formatted svg g:hover a path {
  fill: #d6970a;
}

@media only screen and (min-width: 1280px) {
  .charteNature.galerie.chartePlusNature .center {
    width: 1240px;
    justify-content: center;
  }
  .charteNature.galerie.chartePlusNature .center .sidebar {
    display: none !important;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-introcn .clearfix.text-formatted > p:first-of-type img {
    margin-bottom: 40px;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-introcn .clearfix.text-formatted > p:last-of-type {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-introcn .clearfix.text-formatted > p:last-of-type a {
    width: calc((100% - 350px) / 3);
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-introcn .clearfix.text-formatted > p:last-of-type a img {
    width: 100%;
    height: auto;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-introcn .clearfix.text-formatted h2 {
    margin-bottom: 30px;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-introcn .clearfix.text-formatted h2 + h4 {
    margin-bottom: 20px;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-introcn .clearfix.text-formatted .iconsBlock {
    margin-bottom: 40px;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-introcn .clearfix.text-formatted h3 {
    margin-bottom: 40px;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-introcn .clearfix.text-formatted h1 {
    text-align: center;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-introcn .clearfix.text-formatted h1 + p {
    text-align: center !important;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-5thematiques .clearfix.text-formatted {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-5thematiques .clearfix.text-formatted div.thematiqueBlock {
    margin: 0px;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-sengagercn .clearfix.text-formatted p iframe {
    max-width: 100% !important;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-sengagercn .clearfix.text-formatted h2:last-of-type {
    text-align: center;
    margin: 60px auto 40px;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-sengagercn .clearfix.text-formatted hr {
    margin: 50px 0px 50px;
  }
  .charteNature.galerie.chartePlusNature .center .contenu .region-content #block-fredon-ensavoirpluscn .clearfix.text-formatted p iframe {
    max-width: 100% !important;
  }
  .charteNature.galerie.chartePlusNature .derniereActu #block-fredon-views-block-accompagnements-block-1 div .view {
    margin: 0px 30px;
  }
  .charteNature.galerie.chartePlusNature .derniereActu #block-fredon-views-block-accompagnements-block-1 div .view .view-content .owl-stage-outer .owl-stage .owl-item .views-row .views-field-field-vignette-accompagnement {
    aspect-ratio: 554/194;
  }
  .charteNature.galerie.chartePlusNature .derniereActu #block-fredon-views-block-accompagnements-block-1 div .view .view-content .owl-stage-outer .owl-stage .owl-item .views-row .views-field-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #363d3c;
    margin-bottom: 10px;
  }
  .charteNature.galerie.chartePlusNature .derniereActu #block-fredon-views-block-accompagnements-block-1 div .view .view-content .owl-stage-outer .owl-stage .owl-item .views-row .views-field-field-lien-accompagnement {
    color: #586d35;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
  }
  .charteNature.galerie.chartePlusNature .derniereActu #block-fredon-views-block-accompagnements-block-1 div .view .view-content .owl-nav {
    display: none;
  }
  .charteNature.galerie.chartePlusNature .derniereActu #block-fredon-views-block-accompagnements-block-1 div .view .view-content .owl-dots {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */