/*
** Start Responsive 
*/

.single-team-template .bio-profile.mobile {
  display: none !important;
}

@media only screen and (max-width: 1400px) {
  .home-template .hero-section h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .home-template .hero-section p {
    font-size: 40px;
    line-height: 50px;
  }
  .home-template .manifeste-section .intro {
    width: calc(50% - 10px);
  }
  .home-template .manifeste-section .intro p {
    font-size: 30px;
    line-height: 38px;
  }
  .home-template .manifeste-section .description {
    width: calc(50% - 10px);
  }
  .home-template .manifeste-section .description p {
    font-size: 18px;
    line-height: 28px;
  }
  .home-template .expertises-section .intro p {
    font-size: 30px;
    line-height: 38px;
  }
  .teams-section .intro {
    width: 40%;
  }
  .teams-section .intro p {
    max-width: 400px;
    font-size: 30px;
    line-height: 40px;
  }
  .teams-section .team-items {
    width: 60%;
    padding: 5px;
    gap: 5px;
  }
  .teams-section .team-items .item {
    width: calc(50% - 2.5px);
  }
  .teams-section .team-items .item h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .teams-section .team-items .item .info {
    padding: 0 15px;
  }
  .contact-section .title h2 {
    font-size: 38px;
    line-height: 55px;
  }

  .privacy-template h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-template .expertises-section .expertises-items .item {
    width: calc((100% - 10px) / 3);
  }
}

@media only screen and (max-width: 1024px) {
  /* .lottie-animation {
    top: 50%;
  } */

  .single-team-template .hero-section .content {
    margin-top: 45px;
  }

  header .menu > a:first-child {
    display: none;
  }

  .home-template .hero-section .content {
    padding-bottom: 35px;
    padding-top: 60px;
  }

  .home-template .hero-section {
    min-height: initial;
  }
  .single-team-template .bio-section .bio-profile {
    margin-right: 0;
  }
  .single-team-template .bio-profile.desktop {
    display: none !important;
  }

  header .logo {
    width: 452px;
    max-width: 100%;
    margin: 0 auto;
  }

  .single-team-template .hero-section .excerpt {
    margin-top: 30px;
  }

  .single-team-template {
    padding-top: 125px !important;
  }

  .single-team-template .bio-profile.mobile .image {
    width: 100%;
    display: flex;
  }

  .single-team-template .bio-profile.mobile img {
    width: 444px;
    max-width: 100%;
    height: 548px;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
  }

  .single-team-template .bio-profile.mobile {
    display: flex !important;
  }

  .btn-contact.with-hover .icon-info {
    display: none;
  }

  .accordion {
    max-width: 100%;
  }

  .single-team-template .bio-section .bio-wrapper {
    width: 100%;
    margin-top: 35px;
    padding: 25px;
  }

  .single-team-template .bio-section {
    padding-bottom: 10px;
  }

  .single-team-template .hero-section .content .info {
    padding-left: 20px;
    margin-top: -170px;
  }

  .single-team-template .hero-section h1 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 10px;
  }

  .single-team-template .hero-section .bio-contact {
    padding-top: 30px;
  }

  .single-team-template .hero-section::after {
    background: conic-gradient(
      from 180deg at 1.8% 40.13%,
      #2a3436 0deg,
      #ece3d8 360deg
    );
  }

  .single-team-template .hero-section .expertises-slides {
    padding: 30px 0 20px 0;
  }

  .single-expertise-template .description {
    flex-direction: column;
    padding-bottom: 115px;
    padding-top: 30px;
    gap: 50px;
  }

  .single-expertise-template .interventions-section .content {
    flex-direction: column;
    padding: 20px 0;
    gap: 70px;
  }

  .single-expertise-template .interventions-section .items {
    width: 100%;
    padding-left: 0;
    border-top: 1px solid #ece3d8;
    border-left: initial;
    padding-top: 40px;
  }

  .single-expertise-template .description .right {
    width: 100%;
  }

  section.page-modele {
    padding-top: 160px;
  }

  .single-expertise-template .description .share {
    position: absolute;
    bottom: 45px;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
  }

  .dropdown-expertises,
  .dropdown-equipe {
    width: calc(100% - 20px);
    left: 10px;
  }
  header .menu a {
    font-size: 14px;
    line-height: 19px;
    position: initial;
  }
  .home-template .manifeste-section {
    padding: 52px 0;
  }
  .home-template .manifeste-section .content {
    flex-direction: column;
    gap: 37px;
  }
  .home-template .manifeste-section .intro {
    width: 100%;
  }
  .home-template .manifeste-section .intro p {
    max-width: 100%;
    font-size: 28px;
    line-height: 38px;
  }
  .home-template .manifeste-section .description {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  .home-template .manifeste-section .description p {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
  .home-template .manifeste-section .description::after {
    content: none;
  }
  .home-template .expertises-section {
    padding: 52px 0;
  }
  .home-template .expertises-section .content {
    padding: 0 4px;
    gap: 42px;
  }
  .home-template .expertises-section .intro p {
    font-size: 28px;
    line-height: 38px;
  }
  .home-template .expertises-section .expertises-items .item {
    width: calc((100% - 5px) / 2);
  }
  .teams-section .content {
    flex-direction: column;
  }
  .teams-section .intro {
    width: 100%;
    padding: 60px 7px;
  }

  .teams-section .intro .intro-wrapper {
    gap: 30px;
  }

  .teams-section .intro p {
    font-size: 28px;
    line-height: 38px;
  }
  .teams-section .team-items {
    width: 100%;
    flex-wrap: wrap;
    gap: 22px 5px;
    padding: 16px;
  }
  .teams-section .team-items .item {
    height: auto;
    width: 331px;
    max-width: 100%;
  }
  .contact-section .container {
    padding: 0 3px;
  }
  .contact-section .content {
    gap: 40px 0;
  }
  .contact-section .title {
    width: 100%;
    padding: 0 12px;
  }
  .contact-section .title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .contact-section .info {
    width: 100%;
    padding: 0 12px;
  }

  .privacy-template {
    padding: 60px 0;
  }

  .privacy-template h1 {
    font-size: 32px;
    line-height: 43px;
  }

  .not-found-template .info p {
    font-size: 34px;
  }

  .not-found-template {
    padding: 77px 0 235px 0;
    align-items: center;
    justify-content: center;
  }

  .not-found-template .shape {
    left: -62px;
    top: 0;
    bottom: 0;
  }

  .not-found-template .content {
    padding-top: 0;
  }

  body.is-loading {
    overflow: initial;
  }

  .loading {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  header {
    height: auto;
  }

  footer .footer-container {
    padding: 78px 15px 30px 15px;
  }
  footer .footer-info {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  footer .footer-container:after {
    display: none;
  }

  footer .footer-info .info.privacy-ml {
    order: 1;
  }
  footer .footer-info .info.copyrights {
    order: 2;
  }

  footer .footer-info .info.agency {
    order: 3;
  }

  .home-template .expertises-section .expertises-items .item {
    gap: 35px;
    width: 100%;
    min-height: auto;
  }
  .home-template .expertises-section .expertises-items a.item {
    gap: 45px;
  }
  .home-template .expertises-section .expertises-items .links {
    padding-bottom: 0;
  }
  .contact-section {
    padding: 52px 0 30px 0;
  }
  .contact-section::after {
    content: "";
    top: 0;
    height: 100%;
    background: conic-gradient(
      from 180deg at 80.8% 74.89%,
      #ece3d8 0deg,
      rgba(255, 255, 255, 0.6) 360deg
    );
  }
  .contact-section form .form-group:not(.form-group-submit) {
    width: 100%;
  }

  .privacy-template .primary-cta {
    display: none;
  }

  .privacy-template .description {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .privacy-template .content .intro {
    margin-bottom: 40px;
  }

  .not-found-template .content {
    flex-direction: column;
    gap: 37px;
    text-align: center;
  }
}

@media only screen and (max-width: 425px) {
  footer .footer-info .info.privacy-ml {
    width: 100%;
    justify-content: center;
  }

  footer .footer-info .info.copyrights {
    position: absolute !important;
    top: 40px;
  }

  footer .footer-info .info.copyrights,
  footer .footer-info .info.agency {
    padding-top: 0;
    position: relative;
    isolation: isolate;
  }

  footer .footer-container {
    position: relative;
    isolation: isolate;
  }

  footer .footer-container:after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    bottom: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ece3d8;
    opacity: 0.06;
  }
}
