.site-description {
    color: #ca9b52;
    font-size: 16px;
    line-height: 1.2;
	  width:100%;
    text-indent: -9999px;
    position: relative;
}

.site-description::before {
    content: "MIM CONCEPT AGENCEMENT";
    display: block;
    text-indent: 0;
    font-weight: 800;
}
.so-widget-sow-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.footer-copyright{
display:flex;
align-items:center;
justify-content:flex-end;
gap:80px;
position:relative;
padding-left:110px;
}

/* QR code à gauche */
.footer-copyright::before{
content:"";
position:absolute;
left:10px;
top:50%;
transform:translateY(-50%);
width:80px;
height:80px;
background-image:url("https://mimconceptagencement.fr/wp-content/uploads/2026/03/qrcode-site.png");
background-size:contain;
background-repeat:no-repeat;
background-position:center;
background-color:white;
padding:6px;
border-radius:10px;
}
@media (max-width: 768px){

.footer-copyright{
flex-direction:column;
align-items:center;
justify-content:center;
padding-left:0;
text-align:center;
gap:20px;
}

/* QR code redevient normal */
.footer-copyright::before{
position:relative;
left:auto;
top:auto;
transform:none;
display:block;
margin-bottom:10px;
}

}
#main-nav{
border-radius:25px;
overflow:hidden;
}
.footer-qr img{
width:40px;
background:white;
padding:4px;
border-radius:8px;
}
.footer-qr-link{
position:absolute;
left:10px;
top:50%;
transform:translateY(-50%);
width:40px;
height:40px;
z-index:10;
}
#panel-5388-1-1-0 {
    position: relative;
    padding: 80px 40px;
    border-radius: 12px;
    overflow: hidden;
}

/* Section pleine largeur avec image */
#pg-5388-1 {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;

    padding: 120px 20px;

    background-image: url("https://mimconceptagencement.fr/wp-content/uploads/2022/10/rue-de-begles-rondeau-2048x1536.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Overlay sombre pour lisibilité */
#pg-5388-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

/* Formulaire au dessus de l'image */
#pg-5388-1 .fluentform {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: auto;
    background: #ffffff;
    padding: 45px;
    border-radius: 12px;
}
.fluentform .ff-el-form-check-label {
    display: block;
    padding: 12px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.fluentform .ff-el-form-check-input {
    display: none;
}

.fluentform .ff-el-form-check-input:checked + span {
    font-weight: 600;
}

.fluentform .ff-el-form-check-label:hover {
    border-color: #000;
}

.fluentform .ff-el-form-check-input:checked + span {
    color: #000;
}
.ff-btn-submit {
    background: #000;
    color: white;
    padding: 16px 28px;
    font-size: 15px;
    letter-spacing: 0.5px;
    border-radius: 6px;
    border: none;
    transition: all 0.25s ease;
}

.ff-btn-submit:hover {
    background: #222;
    transform: translateY(-2px);
}
.fluentform .ff-el-form-control {
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    padding: 14px 16px;
    transition: all 0.2s ease;
}

.fluentform .ff-el-form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
}
.fluentform .ff-el-form-check {
    margin-bottom: 10px;
}

.fluentform .ff-el-form-check-label {
    display: block;
    border: 1px solid #e6e6e6;
    padding: 14px 18px;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.fluentform .ff-el-form-check-label:hover {
    border-color: #000;
    background: #ca9b52;
}

.fluentform .ff-el-form-check-input:checked + span {
    font-weight: 600;
}
.fluentform input[type="checkbox"] {
    accent-color: #000;
}
/* Bloc sélectionné */
.fluentform .ff-el-form-check.ff_item_selected .ff-el-form-check-label {
    background-color: #ca9b52;
    border-color: #ca9b52;
    color: #ffffff;
}
.fluentform .ff-el-form-check-label{
    transition: all 0.25s ease;
}
#pg-5388-1 .fluentform{
    position:relative;
    z-index:2;
    max-width:750px;
    margin:auto;
    background:white;
    padding:50px;
    border-radius:18px;
}
