@media screen and (max-width: 1024px) {
  .heading-title {
    font-size: 2em;
  }

  .heading-description {
    font-size: 1.4rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .md-pt-2,
  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .md\:mt-\[40px\] {
    margin-top: 40px !important;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px !important;
  }

  .md\:text-\[38px\] {
    font-size: 38px !important;
  }

  .md\:mb-\[50px\] {
    margin-bottom: 50px !important;
  }

  .md\:space-x-0 {
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-6 {
    margin-left: calc(.25rem * 6);
  }

  .accordion-item {
    padding: 15px;
  }

  .accordion-title {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .parc-items .item > .img-wrapper,
  .publication-item > .img-wrapper,
  .conserve-bio-item > .img-wrapper {
    margin-bottom: 15px;
  }

  .btn-jaune-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .parc-items .item,
  .publication-item,
  .conserve-bio-item {
    padding: 5px;
  }

  .content-img-wrapper {
    flex-direction: column !important;
    max-height: inherit !important;
  }

  .iframe-wrapper,
  .stories-img-wrapper {
    max-width: 100% !important;
    margin-bottom: 15px;
  }

  .md\:max-h-inherit {
    max-height: inherit !important;
  }

  .md\:flex-col {
    flex-direction: column !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .parc-photos-wrapper .three-col {
    width: 100%;
    margin-left: 0;
  }

  .parc-photos-wrapper .three-col > div {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .parc-photos-wrapper .three-col > div:first-child {
    padding-top: 0;
  }

  .historique::before {
    height: 50px;
  }
  .historique-content {
    padding-bottom: 20px;
  }
  .tabs,
  .lg\:hidden {
    display: none !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .parc-items {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .md\:flex-full {
    flex: 1 0 100%;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .form .ligne {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .form [type="submit"]{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mt-4 {
    margin-top: 1rem !important;
  }
  .map-wrapper {
    align-items: start;
  }
  .info-map {
    flex: 0 0 100%;
    width: 100%;
    padding: 15px;
  }
  .info-map-item br {
    display: none;
  }
  .map-description {
    padding: 15px;
  }
  .map-contact {
    margin-top: 20px;
    align-items: center;
    justify-content: center;
  }
  .visitez-nous {
    padding: 10px;
  }
  .item-visitez-nous {
    justify-content: start;
    align-items: start;
  }
  .item-visitez-nous .item,
  .item-visitez-nous .item > div {
    max-width: 100%;
  }
  .item-visitez-nous .item > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .item-visitez-nous .title-item {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .listing-visitez-nous > .item::after {
    display: none;
  }

  .info-visitez-nous .item {
    padding: 10px;
    max-width: 100%;
    width: 100%;
  }
  

  .text-info-visitez-nous .post-link-wrapper {
    margin-top: 25px;
  }
  .listing-visitez-nous,
  .item-visitez-nous,
  .testimonials {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }

  .testimonials > .item{
    max-width: 100%;
    width: 100%;
  }

  .opinions-form{
    max-width: 100%;
  }

  .custom-actualites .container .custom>.element{
    padding-left: 0;
    padding-right: 0;
  }

  .wpcf7-submit{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tab-content.p-4{
    padding: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .parc-items .item,
  .publication-item,
  .conserve-bio-item {
    flex: 1 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .document {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .table-wrapper table {
    border: 0;
  }

  .table-wrapper table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table-wrapper table th,
  .table-wrapper table td {
    padding: 10px;
  }

  .table-wrapper table tr {
    border-bottom: 3px solid #e0e0e0;
    display: block;
    margin-bottom: 0.625em;
  }

  .table-wrapper table td {
    border-bottom: 1px solid #e0e0e0;
    display: block;
    font-size: 0.8em !important;
    text-align: right;
  }

  .table-wrapper table td::before {
    /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .table-wrapper table td:last-child {
    border-bottom: 0;
  }

  .tabs {
    flex-wrap: wrap;
  }
  .tab {
    width: 100%;
  }

  .historique-content {
    flex-wrap: wrap;
  }
  .historique-title,
  .historique-content > .text-wrapper {
    width: 100%;

    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .historique::after {
    width: 40px;
    height: 40px;
    top: 29px;
    left: -25px;
  }
  .item {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .details-emploi li {
    display: flex;
    flex-direction: column;
  }
  .details-emploi li span:first-child {
    margin-right: 0;
  }
  .description-poste-item {
    flex: 1 0 100%;
    padding: 20px;
  }
  .title-description-poste {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .description-poste-item:nth-child(2n) {
    border-left: 1px solid #e3eaf0;
  }
  .comment-wrapper button{
    margin-right: auto;
  }
  #core .fourcol,
  #core .eightcol{
    width: 100%;
  }
  .swiper-slide-image{
    margin-left: auto;
    margin-right: auto;
  }
}
