.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(15,48,45,0.1);
}
.section-paragraphe .bloc-yatamap {
  position: relative;
}
.section-paragraphe .bloc-yatamap .filtres {
  background-color: #0F302D;
  margin: 0;
  padding: 20px 30px;
  color: #ffffff;
}
.section-paragraphe .bloc-yatamap #mapid {
  z-index: 1;
  height: 700px !important;
}
.section-paragraphe .bloc-yatamap #mapid .leaflet-marker-icon .image {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background-color: #fff;
  margin: 5px auto;
}
.section-paragraphe .bloc-yatamap #mapid .lycees .picto_fontawesome {
  left: 68%;
}
.section-paragraphe .bloc-yatamap #mapid .autres-sites .picto_fontawesome {
  left: 68%;
}
.section-paragraphe .bloc-yatamap #mapid .picto_fontawesome {
  top: 60%;
  left: 50%;
}
.section-paragraphe .bloc-yatamap #mapid .picto_fontawesome svg {
  transform: scale(1.8);
}
.section-paragraphe .bloc-yatamap #mapid .leaflet-control-attribution a {
  font-size: 1rem;
}
.section-paragraphe .bloc-yatamap #mapid .leaflet-popup-content {
  text-align: center;
}
.section-paragraphe .bloc-yatamap #mapid .leaflet-popup-content .imgcropCtn {
  height: 100px;
}
.section-paragraphe .bloc-yatamap #mapid .leaflet-popup-content h3 {
  font-size: 2.4rem;
  color: #0F302D;
  text-align: left;
}
.section-paragraphe .bloc-yatamap #mapid .leaflet-popup-content p {
  margin: 10px 0px;
  text-align: left;
  font-size: 1.6rem;
}
.section-paragraphe .bloc-yatamap #mapid .leaflet-popup-content a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  margin: auto;
  background-color: #2DA045;
  text-align: center;
  border: 1px solid #2DA045;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-paragraphe .bloc-yatamap #mapid .leaflet-popup-content a:hover {
  background-color: #ffffff;
  color: #2DA045;
}
.section-paragraphe .bloc-yatamap #map-categ {
  z-index: 2;
  position: absolute;
  max-width: 186px;
  bottom: 0;
  left: 2%;
  padding: 8px 30px;
  color: #ffffff;
  text-transform: uppercase;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #2DA045;
}
.section-paragraphe .bloc-yatamap #map-categ input {
  display: none;
}
.section-paragraphe .bloc-yatamap #map-categ input:checked + label {
  color: #0F302D;
}
.section-paragraphe .bloc-yatamap #map-categ label {
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1.1;
  padding: 10px 0px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-paragraphe .bloc-yatamap #map-categ label::before {
  transition: margin 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
}
.section-paragraphe .bloc-yatamap #map-categ label:hover::before {
  margin-right: 24px !important;
}
.section-paragraphe .bloc-yatamap #map-categ label[for="all-categ"]::before {
  margin-right: 14px;
  font-size: 3rem;
  content: "\e90f";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.section-paragraphe .bloc-yatamap #map-categ label[for="fruitieres"]::before {
  margin-right: 14px;
  font-size: 3rem;
  content: "\e946";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.section-paragraphe .bloc-yatamap #map-categ label[for="caves"]::before {
  margin-right: 14px;
  font-size: 3rem;
  content: "\e944";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.section-paragraphe .bloc-yatamap #map-categ label[for="fermes"]::before {
  margin-right: 14px;
  font-size: 3rem;
  content: "\e945";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.section-paragraphe .bloc-yatamap #map-categ label[for="lycees"]::before {
  margin-right: 14px;
  font-size: 3rem;
  content: "\e94c";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.section-paragraphe .bloc-yatamap #map-categ label[for="autres-sites"]::before {
  margin-right: 14px;
  font-size: 3rem;
  content: "\e94b";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
