/* Tablette */
@media (max-width: 1540px) {
  .site-nav {
    display: none;
  }
  .title {
    font-family: "Finlandica Headline", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 2.5em;
    text-align: center;
    letter-spacing: 0.15em;
  }
  .sous-title {
    font-size: 2em;
    text-align: center;
  }
  .credits-accueil .credits-inner {
    width: 90% !important;
    flex-direction: row;
    text-align: center;
    gap: 12px;
  }
  .bloc-accueil {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-items: center;
    margin-top: 65px;
  }
  .bloc-accueil .acceuil-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .bloc-accueil .acceuil-1 .text-center-img {
    order: 1;
    width: 60%;
    margin: 0 auto 15px;
  }
  .bloc-accueil .acceuil-1 .text-center-img img {
    width: 100%;
    height: auto;
  }
  .bloc-accueil .acceuil-1 .text-left {
    order: 2;
    width: 50%;
    padding: 10px;
  }
  .bloc-accueil .acceuil-1 .text-right {
    order: 3;
    width: 50%;
    padding: 10px;
  }
  .bloc-accueil .text {
    font-size: 1.2em;
    text-align: center;
  }
  .bloc-accueil .a-domicile {
    width: 100%;
    text-align: center;
    font-size: 1.3em;
  }
  .site-nav .navbar-collapse {
    display: block !important;
  }
  .site-nav .navbar-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px 12px;
    padding-right: 60px;
    font-size: 1em;
    list-style: none;
  }
  .site-nav .navbar-nav .nav-link {
    padding: 6px 4px;
    white-space: nowrap;
  }
  .bloc-presentation {
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  .bloc-accompagnement {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 20px 20px;
  }
  .bloc-accompagnement .title {
    margin-bottom: 18px;
  }
  .bloc-accompagnement .acompagnement-1 {
    width: 90% !important;
    margin: 0 auto;
  }
  .bloc-accompagnement img {
    width: 100%;
    height: auto;
    margin: 12px 0;
  }
  .bloc-accompagnement ul {
    padding-left: 24px;
    text-align: left;
  }
  .bloc-accompagnement li {
    margin-bottom: 10px;
    text-align: left;
  }
  .bloc-prestation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 20px;
  }
  .bloc-prestation .title {
    text-align: center;
    margin-bottom: 22px;
  }
  .bloc-prestation .bloc-1 {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .bloc-prestation .bloc-1 .projet,
.bloc-prestation .bloc-1 .soutient,
.bloc-prestation .bloc-1 .construction {
    display: contents;
  }
  .bloc-prestation .bloc-1 .projet > div:nth-child(1) {
    order: 1;
    width: 70%;
    margin: 0 auto;
    padding: 22px;
  }
  .bloc-prestation .bloc-1 .soutient > div:nth-child(1) {
    order: 2;
    width: 60%;
    margin: 0 auto 0 22%;
    padding: 22px;
  }
  .bloc-prestation .bloc-1 .construction > div:nth-child(1) {
    order: 3;
    width: 60%;
    margin: 0 22% 0 auto;
    padding: 22px;
  }
  .bloc-prestation .bloc-1 .projet > div:nth-child(2) {
    order: 4;
    width: 65%;
    margin: 0 auto;
  }
  .bloc-prestation .bloc-1 .soutient > div:nth-child(2) {
    order: 5;
    width: 65%;
    margin: 0 auto;
  }
  .bloc-prestation .bloc-1 .construction > div:nth-child(2) {
    order: 6;
    width: 65%;
    margin: 0 auto;
  }
  .bloc-prestation .bloc-1 .projet img {
    position: absolute;
    bottom: 16px;
    right: 12px;
    top: auto;
    left: auto;
    width: 18%;
    z-index: 1;
  }
  .bloc-prestation .bloc-1 .soutient img {
    position: absolute;
    bottom: 12px;
    left: -22%;
    top: auto;
    width: 26%;
    z-index: 1;
  }
  .bloc-prestation .bloc-1 .construction img {
    position: absolute;
    bottom: 12px;
    right: -22%;
    left: auto;
    top: auto;
    width: 26%;
    z-index: 1;
  }
  .bloc-prestation > .d-flex {
    flex-direction: column;
    gap: 18px;
    margin-top: 25px;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start !important;
  }
  .bloc-prestation > .d-flex > div {
    width: 55% !important;
    margin: 0 !important;
  }
  .bloc-prestation > .d-flex > div:first-child {
    align-self: flex-start;
  }
  .bloc-prestation > .d-flex > div:last-child {
    align-self: flex-end;
  }
  .bloc-presentation .title {
    margin-bottom: 15px;
  }
  .bloc-presentation .presentation-1 {
    flex-direction: column;
    align-items: center;
  }
  .bloc-presentation .presentation-1 > div:first-child {
    flex: 0 0 auto !important;
    width: 35% !important;
    max-width: 280px;
    margin: 0 auto 20px;
  }
  .bloc-presentation .presentation-1 img {
    width: 100%;
    max-width: 280px;
    height: auto;
  }
  .bloc-presentation .presentation-1 .text {
    margin-top: 0 !important;
    line-height: 1.7;
  }
  .bloc-tarifs {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
    position: relative;
    justify-content: flex-start;
    align-items: stretch;
  }
  .bloc-tarifs .title {
    text-align: center;
    margin-bottom: 22px;
  }
  .bloc-tarifs .blocs {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    align-items: stretch;
    font-size: 1em;
    gap: 22px;
  }
  .bloc-tarifs .blocs .bloc-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .bloc-tarifs .blocs .bloc-1 > div {
    width: 100% !important;
    gap: 14px;
  }
  .bloc-tarifs .blocs .bloc-1 > div > div:first-child {
    flex: 1;
    gap: 14px;
    min-width: 0;
  }
  .bloc-tarifs .blocs .bloc-1 h5 {
    margin: 0 0 6px 0;
    font-weight: bold;
    text-align: left;
  }
  .bloc-tarifs .blocs .bloc-1 p {
    margin: 0;
    line-height: 1.4;
    text-align: left;
  }
  .bloc-tarifs .blocs .bloc-1 strong {
    white-space: nowrap;
    margin-left: 12px;
    flex-shrink: 0;
  }
  .bloc-tarifs .blocs .bloc-1 img {
    width: 60px !important;
    height: 60px !important;
    flex-shrink: 0;
  }
  .bloc-tarifs .blocs .bloc-2 {
    width: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0 auto;
    font-size: 0.95em;
  }
  .bloc-tarifs .blocs .bloc-2 img {
    width: 80% !important;
    height: auto !important;
    max-width: 480px;
    margin: 14px 0;
  }
  .bloc-partenaire {
    font-size: 1.1em;
    width: 80%;
    margin: 0 auto;
  }
  .bloc-partenaire .title {
    text-align: center;
    margin-bottom: 22px;
  }
  .bloc-partenaire .bloc-1 {
    text-align: center;
    line-height: 1.7;
    margin-bottom: 30px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .bloc-partenaire .bloc-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 30px !important;
  }
  .bloc-partenaire .bloc-2 .images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 18px;
    justify-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 28px;
  }
  .bloc-partenaire .bloc-2 .images img {
    width: 100% !important;
    max-width: 180px;
    height: auto;
    margin: 0 !important;
    object-fit: contain;
  }
  .bloc-partenaire .bloc-2 .bloc-text {
    width: 90%;
    margin-top: 12px;
  }
  .bloc-partenaire .bloc-2 .bloc-text h5 {
    margin-bottom: 10px;
  }
  .bloc-partenaire .bloc-2 .bloc-text ul {
    padding-left: 28px;
    margin: 0;
  }
  .bloc-partenaire .bloc-2 .bloc-text li {
    line-height: 1.6;
  }
  #Remerciements .page-section-inner {
    width: 85% !important;
    padding: 30px 25px !important;
  }
  #Remerciements .title {
    text-align: center;
    margin-bottom: 15px;
  }
  #Remerciements hr {
    width: 60%;
    margin: 14px auto !important;
  }
  #Remerciements p {
    line-height: 1.7;
    margin: 12px 0;
  }
  #Remerciements .float-end {
    font-style: italic;
  }
  #Remerciements img {
    width: 70% !important;
    height: auto;
    margin: 18px auto 0;
    display: block;
  }
  .site-footer {
    width: 40px;
    max-width: 40px;
    height: 155px;
    background-color: transparent;
    position: fixed;
    right: 12px;
    top: 10px;
    z-index: 1040;
    box-shadow: none;
  }
  .site-footer .footer-1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
  }
  .site-footer img {
    width: 28px;
    height: 28px;
  }
  .site-footer .text-link {
    display: none;
  }
}

/*# sourceMappingURL=styleMedium.css.map */
