@charset "UTF-8";
/* Portrait */
/* Téléphone */
@media (max-width: 600px) {
  html {
    margin: 0 auto;
  }
  html .site-nav {
    display: none;
  }
  html p {
    font-size: 1.3em;
    text-align: center;
  }
  html img {
    width: 100%;
  }
  .title {
    text-align: center;
    font-family: "Finlandica Headline", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 2em;
    letter-spacing: 0.15em;
  }
  .sous-title {
    font-size: 1.5em;
  }
  .credits-accueil .credits-inner {
    width: 90% !important;
    flex-direction: column;
    text-align: center;
    gap: 4px;
  }
  .bloc-accueil {
    margin-top: 65px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    justify-items: center;
    flex-direction: column;
  }
  .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: 100%;
    margin-bottom: 10px;
  }
  .bloc-accueil .acceuil-1 .text-center-img img {
    width: 100%;
    height: auto;
  }
  .bloc-accueil .acceuil-1 .text-left {
    order: 2;
    width: 50%;
    padding: 5px;
  }
  .bloc-accueil .acceuil-1 .text-right {
    order: 3;
    width: 50%;
    padding: 5px;
  }
  .bloc-accueil .text {
    font-size: 1em;
    text-align: center;
  }
  .bloc-accueil .a-domicile {
    width: 100%;
    text-align: center;
    font-size: 1.1em;
  }
  .site-nav .navbar-collapse {
    display: block !important;
  }
  .site-nav .navbar-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 8px;
    padding-right: 50px;
    font-size: 0.85em;
    list-style: none;
  }
  .site-nav .navbar-nav .nav-link {
    padding: 4px 2px;
    white-space: nowrap;
  }
  .bloc-zone .title {
    font-size: 1.1em;
  }
  .bloc-zone img {
    width: 100%;
  }
  .bloc-prestation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 8px;
  }
  .bloc-prestation .title {
    text-align: center;
    margin-bottom: 15px;
  }
  .bloc-prestation .bloc-1 {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .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: 88%;
    margin: 0 auto;
    padding: 16px;
  }
  .bloc-prestation .bloc-1 .soutient > div:nth-child(1) {
    order: 2;
    width: 75%;
    margin: 0 auto 0 18%;
    padding: 16px;
  }
  .bloc-prestation .bloc-1 .construction > div:nth-child(1) {
    order: 3;
    width: 75%;
    margin: 0 18% 0 auto;
    padding: 16px;
  }
  .bloc-prestation .bloc-1 .projet > div:nth-child(2) {
    order: 4;
    width: 85%;
    margin: 0 auto;
    font-size: 0.95em;
  }
  .bloc-prestation .bloc-1 .soutient > div:nth-child(2) {
    order: 5;
    width: 85%;
    margin: 0 auto;
    font-size: 0.95em;
  }
  .bloc-prestation .bloc-1 .construction > div:nth-child(2) {
    order: 6;
    width: 85%;
    margin: 0 auto;
    font-size: 0.95em;
  }
  .bloc-prestation .bloc-1 .projet img {
    position: absolute;
    bottom: 12px;
    right: 8px;
    top: auto;
    left: auto;
    width: 28%;
    z-index: 1;
  }
  .bloc-prestation .bloc-1 .soutient img {
    position: absolute;
    bottom: 8px;
    left: -28%;
    top: auto;
    width: 38%;
    z-index: 1;
  }
  .bloc-prestation .bloc-1 .construction img {
    position: absolute;
    bottom: 8px;
    right: -25%;
    left: auto;
    top: auto;
    width: 38%;
    z-index: 1;
  }
  .bloc-prestation > .d-flex {
    flex-direction: column;
    gap: 14px;
    margin-top: 18px;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start !important;
  }
  .bloc-prestation > .d-flex > div {
    width: 70% !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-accompagnement {
    width: 100%;
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bloc-accompagnement .title {
    margin-bottom: 12px;
  }
  .bloc-accompagnement .acompagnement-1 {
    width: 92% !important;
    margin: 0 auto;
  }
  .bloc-accompagnement .text {
    font-size: 0.95em;
    line-height: 1.5;
  }
  .bloc-accompagnement img {
    width: 100% !important;
    height: auto;
    margin: 8px 0;
  }
  .bloc-accompagnement ul {
    padding-left: 20px;
    text-align: left;
  }
  .bloc-accompagnement li {
    margin-bottom: 8px;
    text-align: left;
  }
  .bloc-presentation .title {
    margin-bottom: 10px;
  }
  .bloc-presentation .presentation-1 {
    flex-direction: column;
    align-items: center;
  }
  .bloc-presentation .presentation-1 > div:first-child {
    flex: 0 0 auto !important;
    width: 50% !important;
    max-width: 180px;
    margin: 0 auto 12px;
  }
  .bloc-presentation .presentation-1 img {
    width: 100% !important;
    max-width: 180px;
    height: auto;
  }
  .bloc-presentation .presentation-1 .text {
    margin-top: 0 !important;
    font-size: 0.95em;
    line-height: 1.6;
  }
  .bloc-tarifs {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    position: relative;
    justify-content: flex-start;
    align-items: stretch;
    text-align: left;
  }
  .bloc-tarifs .title {
    text-align: center;
    margin-bottom: 15px;
  }
  .bloc-tarifs .blocs {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    align-items: stretch;
    font-size: 0.9em;
    gap: 18px;
  }
  .bloc-tarifs .blocs .bloc-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .bloc-tarifs .blocs .bloc-1 > div {
    width: 100% !important;
    gap: 8px;
  }
  .bloc-tarifs .blocs .bloc-1 > div > div:first-child {
    flex: 1;
    gap: 8px;
    min-width: 0;
  }
  .bloc-tarifs .blocs .bloc-1 h5 {
    font-size: 0.95em;
    margin: 0 0 4px 0;
    font-weight: bold;
    text-align: left;
  }
  .bloc-tarifs .blocs .bloc-1 p {
    margin: 0;
    font-size: 0.85em;
    line-height: 1.3;
    text-align: left;
  }
  .bloc-tarifs .blocs .bloc-1 strong {
    white-space: nowrap;
    font-size: 1.05em;
    margin-left: 8px;
    flex-shrink: 0;
  }
  .bloc-tarifs .blocs .bloc-1 img {
    width: 38px !important;
    height: 38px !important;
    flex-shrink: 0;
  }
  .bloc-tarifs .blocs .bloc-2 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    font-size: 0.85em;
    margin: 0 auto;
  }
  .bloc-tarifs .blocs .bloc-2 img {
    width: 90% !important;
    height: auto !important;
    max-width: 320px;
    margin: 10px 0;
  }
  .bloc-partenaire {
    font-size: 1em;
    width: 92%;
    margin: 0 auto;
  }
  .bloc-partenaire .title {
    text-align: center;
    margin-bottom: 15px;
  }
  .bloc-partenaire .bloc-1 {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .bloc-partenaire .bloc-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 20px !important;
  }
  .bloc-partenaire .bloc-2 .images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
    justify-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .bloc-partenaire .bloc-2 .images img {
    width: 100% !important;
    max-width: 140px;
    height: auto;
    margin: 0 !important;
    object-fit: contain;
  }
  .bloc-partenaire .bloc-2 .bloc-text {
    width: 100%;
    margin-top: 10px;
  }
  .bloc-partenaire .bloc-2 .bloc-text h5 {
    font-size: 1em;
    margin-bottom: 8px;
  }
  .bloc-partenaire .bloc-2 .bloc-text ul {
    padding-left: 22px;
    margin: 0;
  }
  .bloc-partenaire .bloc-2 .bloc-text li {
    font-size: 0.95em;
    line-height: 1.5;
  }
  #Remerciements .page-section-inner {
    width: 94% !important;
    padding: 20px 12px !important;
  }
  #Remerciements .title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.6em;
  }
  #Remerciements hr {
    width: 70%;
    margin: 10px auto !important;
  }
  #Remerciements p {
    font-size: 0.9em;
    line-height: 1.5;
    margin: 8px 0;
  }
  #Remerciements .float-end {
    font-style: italic;
    font-size: 0.95em;
  }
  #Remerciements img {
    width: 150px !important;
    height: auto;
    margin: 12px auto 0;
    display: block;
  }
  .site-footer {
    width: 30px;
    max-width: 30px;
    height: 155px;
    background-color: transparent;
    position: fixed;
    right: 10px;
    top: 8px;
    z-index: 1040;
    box-shadow: none;
  }
  .site-footer .footer-1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
  }
  .site-footer img {
    width: 22px;
    height: 22px;
  }
  .site-footer .text-link {
    display: none;
  }
}

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