/* ==========================================================================
   Nom du fichier : style_1-base.css
   Description    : Mise en page
   Auteur         : orpdm / SALSA PROD SAS
   Version        : 0.9
   ========================================================================== */

/* Base  /////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////// */
/* HEADER Base ///////////////////////////////////////// */
header {
    text-align: center;
}
/* ///////////////////////////////////////////////////// */
/* HEADER Base : Bandeau fixe ////////////////////////// */
.ssp_bandeau-fixe {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 7px 0 0 0;
    background : white;
}
.ssp_ruban_haut {
    background: url("/ssp_assets/img/png/Toile-foulard_fond.png");
    padding: 0 0 5px 0;
    border-top: dashed 1px var(--ssp_simili-noir);
    border-bottom: dashed 1px var(--ssp_simili-noir);
}
.ssp_ruban_alt img {
    width: 100%;
    aspect-ratio: 533 / 80;
}
.ssp_ruban_base {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.ssp_ruban_alt {
    display:none;
    box-shadow: 0 2px 5px var(--ssp_ombre-sombre);
}
.ssp_bandeau-fixe.scrolled .ssp_ruban_base {
    display: none;
}
.ssp_bandeau-fixe.scrolled .ssp_ruban_alt {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    gap: 13px;
}
.ssp_bandeau-fixe.scrolled .ssp_logo_haut {
    width: 47%;
    padding-top: 5px;
    padding-bottom: 0;
}
.ssp_bandeau-fixe.scrolled button.contact-info {
    width: 37%;
    padding: 0 3px;
}
.ssp_sous-ruban {
    min-height:45px;
    padding: 6px 3px 0 3px;
}
button.contact-info {
    background-color: white;
    color: var(--ssp_simili-noir);
    border-top: 0;
    border-right: 1px solid var(--ssp_filet-gris);
    border-bottom: 1px solid var(--ssp_filet-gris);
    border-left: 1px solid var(--ssp_filet-gris);
    border-radius: 0 0 6px 6px;
    padding: 4px 12px 4px 12px;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
button.contact-info:hover {
    background-color: var(--ssp_fond-emphase);
    color: white;
}
button.contact-info:active {
    transform: scale(0.98);
}
button.contact-info strong {
    font-size: 1.1rem;
    font-weight: bold;
}
button.contact-info img {
    display: inline;
}
/* ///////////////////////////////////////////////////// */
/* HEADER Base : Logo h1  ////////////////////////////// */
h1.ssp_logo_slogan {
    margin: 7px auto;
    width: 95%;
}
.ssp_logo {
    width: 95%;
    margin: auto;
    aspect-ratio: 533 / 80;
    padding-top: 17px;
}
.ssp_Logo img {
    width: 100%;
    transition: all 0.3s ease;
}
/* ///////////////////////////////////////////////////// */
/* HEADER Base : Introduction  ///////////////////////// */
p.ssp_presentation-services {
    background: var(--ssp_fond-clair);
    margin: 0;
}

/* ///////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////// */
/* MENU //////////////////////////////////////////////// */
nav.ssp_liste-services {
    padding: 0;
    border-top: dashed 1px var(--ssp_simili-noir);
}
nav.ssp_liste-services_base {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.ssp_liste-services_alt {
    display: none;
}
nav.ssp_liste-services button {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background: white;
    border-top: 0;
    border-right: 1px solid var(--ssp_filet-gris);
    border-bottom: 1px solid var(--ssp_filet-gris);
    border-left: 1px solid var(--ssp_filet-gris);
    border-radius: 6px;
    padding: 4px 12px 4px 12px;
}
nav.ssp_liste-services button:nth-of-type(4) {
    background: var(--ssp_fond-emphase);
}
nav.ssp_liste-services button:nth-of-type(4) a {
    color: white;
}
nav.ssp_liste-services button:hover {
    transform: scale(1.03, 1); /* Zoom léger sur le bouton au survol */
    background: var(--ssp_gris-colore);
}
nav.ssp_liste-services button:hover a {
    color: var(--ssp_fond-emphase)
}
nav.ssp_liste-services button a {
    color: var(--ssp_simili-noir);
    white-space: pre;
    text-decoration: none;
    font-size: 1.3rem;
    transition: color 0.3s ease;
}
nav.ssp_liste-services button a br {
    display: none;
}
/* ///////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////// */
/* MAIN //////////////////////////////////////////////// */
article.ssp_services_infos {
    width: 90%;
    margin: 20px auto 0 auto;
    display: none;
    /* background: url("/ssp_assets/img/png/Trame-legere_fond.png"); */
}
article.ssp_services_infos.active {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start ;
}
article.ssp_services_infos nav {
    margin: 16px 0;
    border-top: 1px solid var(--ssp_filet-gris);
    border-right: 0;
    border-bottom: 1px solid var(--ssp_filet-gris);
    border-left: 1px solid var(--ssp_filet-gris);
    border-radius: 13px 0 0 13px;
    display: none;
    min-width: 150px;
    background: rgba(255, 255, 255, 0.7);
}
article.ssp_services_infos nav a {
    text-decoration: none;
    font-size: 1.2rem;
}
article.ssp_services_infos nav ul {
    text-align: right;
    list-style-type: none;
    padding: 0 23px 0 7px;
}
article.ssp_services_infos nav li {
    margin: 5px 0;
}
article.ssp_services_infos main {
    margin: 0;
    border-left: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
}
article.ssp_services_infos main h2 {
    margin-top: 0.3rem;
    margin-bottom: 0.7rem;
    font-size: 1.7rem;
    line-height: 1.9rem;
    font-weight: 400;
    text-align: center;
}
article.ssp_services_infos main h3 {
    margin-top: 0.7rem;
    margin-bottom: 0.4rem;
    font-size: 1.3rem;
    background: var(--ssp_fond-clair);
    padding: 5px 13px;
}
article.ssp_services_infos main p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    padding: 0 13px;
}
article.ssp_services_infos main ul {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}
article.ssp_services_infos main li {
    margin-top: 0;
    margin-bottom: 0.2rem;
}
/* /////////////////////////////////////////////////////// */
/* FIN  ////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////////// */
/* FOOTER Base : Bandeau fixe ////////////////////////// */
p.ssp_coordonnees {
    width: 100%;
    background: var(--ssp_fond-clair);
    padding: 7px 3px;
    text-align: center;
}
.ssp_bandeau_pied_fixe {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 0 7px 0;
    background : white;
}
.ssp_ruban_bas {
    background: url("/ssp_assets/img/png/Toile-foulard_fond.png");
    padding: 5px 0 0 0;
    border-top: dashed 1px var(--ssp_simili-noir);
    border-bottom: dashed 1px var(--ssp_simili-noir);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: 0 -7px 7px white;
}
button.demande_devis {
    margin: 0 auto;
    background-color: white;
    color: var(--ssp_simili-noir);
    border-bottom: 0;
    border-right: 1px solid var(--ssp_filet-gris);
    border-top: 1px solid var(--ssp_filet-gris);
    border-left: 1px solid var(--ssp_filet-gris);
    border-radius: 6px 6px 0 0;
    padding: 4px 12px 4px 12px;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
button.demande_devis:hover {
    background-color: var(--ssp_fond-emphase);
    color: white;
}
.ssp_sous-bandeau_pied {
    height: 40px;
}

#slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 540px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#slider {
    display: flex;
    transition: transform 1s ease-in-out;
}

#slider img {
    width: 500px;
    height: 500px;
    margin: 0 10px;
    object-fit: cover;
}

/* Mode mobile */
@media (max-width: 540px) {
    #slider-container {
        height: auto;
    }

    #slider img {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
}