/********************
	Part - block social
********************/
@media (max-width : 991px) {
    .block-social {
        text-align : center
    }
}

/********************
	Part - block contact
********************/
@media (max-width : 991px) {
    .block-contact {
        padding-left : 1.5rem
    }
}


@media (max-width : 767px) {
    .footer-container {
        box-shadow : none;
        margin-top : 0
    }

    .footer-container .wrapper {
        padding-left  : 0 !important;
        padding-right : 0 !important
    }

    .footer-container .links .h3 {
        line-height : 1.5;
        font-size   : 1rem
    }

    .footer-container .links ul {
        background-color : #f6f6f6;
        margin-bottom    : 0
    }

    .footer-container .links ul > li {
        padding       : .625rem;
        border-bottom : 1px solid #fff;
        font-weight   : 700
    }

    .footer-container .links ul > li a {
        color : var(--color-black-default)
    }

    .links .collapse {
        display : none
    }

    .links .collapse.in {
        display : block
    }

    .links .title {
        padding       : .625rem;
        border-bottom : 1px solid #f6f6f6;
        cursor        : pointer
    }

    .links .title .collapse-icons .remove,
    .links .title[aria-expanded=true] .collapse-icons .add {
        display : none
    }

    .links .title[aria-expanded=true] .collapse-icons .remove {
        display : block
    }

    .links .navbar-toggler {
        display : inline-block;
        padding : 0
    }

    .text_presentation {
      margin: 35px 0;
    }

  .footer-links-list .section__content {
    flex-direction: column;
    gap: 40px;
  }

  .footer-container .footer {
    padding: 60px 0;
  }

  .footer-copyright {
    padding-top: 20px;
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  #pmAcbFooterConsentLinkContainer {
    font-size: 14px;
  }

  .media-logo-footer img {
    max-width: 120px;
  }
}

@media screen and (max-width : 1023px) {
    .footer-container .footer {
        flex-wrap : wrap;
    }

    .footer-container .footer > * {
        flex : 1 0 100%;
    }
}

@media screen and (min-width : 1024px) {
    .before-footer {
        position : relative;
        z-index  : 1;
    }

    #footer {
        position : relative;
        z-index  : 0;
    }

    #footer.footer-fixed {
        position : -webkit-sticky;
        position : sticky;
        bottom   : 0;
    }

    #footer > .container {
        position : relative;
        z-index  : 1;
        padding  : 15px;
    }

    /*.footer-container .footer > .footer-links-list {*/
    /*    flex : 1 0 0;*/
    /*}*/
}
