.header,
.logo {
    align-items: center;
    display: flex;
}
.nav,
.telmenu {
    align-items: center;
}
.header,
.logo,
.menu,
.menu a,
.nav,
.telmenu {
    display: flex;
}
.devis-btn,
.lien-jaune,
.lien-jaune:hover,
.lientelmenu,
.menu a {
    text-decoration: none;
}
.intro-accueil p,
.intro-image p {
    text-transform: uppercase;
    text-shadow: none;
    margin-bottom: 0;
}
.highlight-quote,
.italic {
    font-style: italic;
}
.devis-benefits,
ul {
    list-style: none;
}
*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --white: #f9f9f9;
    --black: #36383f;
    --grey: #85888c;
    --yellow: #ff0;
}
body {
    background-color: var(--white);
    font-family: sans-serif, arial;
}
.header {
    background-color: #8d8d8c;
    box-shadow: 1px 1px 5px 0 var(--grey);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 70px;
}
.hamb-line,
.menu a,
.menu li {
    position: relative;
}
.logo {
    height: 100%;
    margin-top: 7px;
    padding-left: 3em;
}
.logo img {
    width: 130px;
    height: 61px;
}
.telmenu {
    margin-top: 0;
    padding-left: 20px;
}
.nav,
.souligne2 {
    justify-content: center;
}
.lientelmenu {
    color: var(--yellow);
    font-size: 1em;
    font-weight: 600;
}
.nav {
    flex-grow: 1;
}
.menu li {
    margin-left: 20px;
}
.menu a {
    position: relative;
    align-items: center;
    height: 70px;
    padding: 0 25px;
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    transition: background-color 0.3s ease;
}
.menu a:hover {
    background-color: #fff;
    color: #000;
}
.menu a.active {
    color: var(--yellow);
}
.menu a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--yellow);
    transform: scaleX(1);
}
.menu a.active:hover {
    background-color: transparent !important;
    color: var(--yellow) !important;
}
.devis-phone a,
.lienhrefcouleur,
.texte-souligne {
    text-decoration: underline;
}
.hamb {
    margin-left: auto;
    cursor: pointer;
    padding: 0;
    display: none;
}
.hamb-line {
    background: var(--white);
    display: block;
    height: 2px;
    width: 24px;
}
.hamb-line::after,
.hamb-line::before {
    background: var(--white);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: 0.2s ease-out;
    width: 100%;
}
.hamb-line::before {
    top: 5px;
}
.hamb-line::after {
    top: -5px;
}
.side-menu {
    display: none;
}
.side-menu:checked ~ nav {
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: 0 0;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
}
@media (max-width: 1200px) and (orientation: portrait) {
    .menu,
    .nav {
        flex-direction: column;
    }
    .hamb,
    .side-menu:checked ~ .nav .close-menu {
        display: block;
    }
    .hamb {
        padding-right: 1em;
    }
    .nav {
        display: none;
        padding-top: 20px;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .menu a {
        height: auto;
        padding: 12px 20px;
    }
    .logo {
        padding-left: 1em;
    }
    .lientelmenu {
        font-size: 1em;
        font-weight: 800;
    }
    .side-menu:checked ~ .nav {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: var(--black);
        z-index: 999;
        margin-top: 70px;
        flex-direction: column;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1200px) and (orientation: landscape) {
    .nav,
    .side-menu:checked ~ .nav {
        position: fixed;
        left: 0;
        background-color: var(--black);
        z-index: 999;
    }
    .menu,
    .nav {
        width: 100%;
    }
    .hamb {
        display: block;
        padding-right: 1em;
    }
    .nav {
        display: none;
        padding-top: 50px;
        bottom: 0;
        flex-direction: row;
        align-items: flex-start;
        height: auto;
    }
    .logo {
        padding-left: 1em;
    }
    .side-menu:checked ~ .nav {
        display: flex;
        top: 0;
        width: 100vw;
        height: 100vh;
        margin-top: 70px;
    }
    .menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .menu a {
        padding: 10px 20px;
        font-size: 0.95em;
        flex: 0 1 auto;
        text-align: center;
        white-space: nowrap;
    }
    .lientelmenu {
        font-size: 1em;
        font-weight: 800;
    }
}
:root {
    --header-height: 70px;
}
body {
    height: 100%;
    padding-top: var(--header-height);
}
.bold,
.hr-blanc,
.souligne2,
.sous-titre-h1,
.titre {
    font-weight: 700;
}
.global,
body,
html {
    background-color: #fff;
}
body,
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.global {
    width: 100%;
    min-height: 100%;
}
.contenaire {
    font-size: 1em;
    font-family: sans-serif, arial;
    line-height: 1.5em;
    background: #e1e8f2;
    min-height: 620px;
}
.contenu-texte {
    padding: 0 4em;
}
.cadre-arrondi {
    border: 0.5px solid #cdcdcd;
    border-radius: 15px;
    display: inline-block;
    padding: 0 2rem;
    box-shadow: 10px 5px 5px gray;
    margin-top: 20px;
    margin-bottom: 50px;
}
.hr-blanc {
    color: #000;
    border-top: 2px solid #fff;
}
.img-demenagement {
    background-image: url(/img/image-presentation.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 50vh;
    width: 70%;
    padding-bottom: 5rem;
}
.lienhrefcouleur {
    color: #4e4e4c;
}
.colonne1 a:hover,
.colonne2 a:hover,
.colorlogobaspage,
.infos-moving,
.lien-jaune:hover,
.souligne2 {
    color: #ff0;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.clearboth {
    clear: both;
}
.center {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.centrer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.centre-verticalement {
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.texte-alignjustify {
    text-align: justify;
}
.padding-design2 {
    padding-left: 7em;
}
.souligne2 {
    display: flex;
    font-family: arial;
    font-size: 1em;
    background-color: #3f4249;
    padding-top: 10px;
    padding-bottom: 10px;
}
.titre-h1,
.titre-h2-accueil {
    font-weight: 700;
    display: inline-block;
    text-align: center;
}
.blanc,
.colonne1 a:link,
.colonne1 a:visited,
.colonne2 a:link,
.colonne2 a:visited,
.souligne2 a:hover {
    color: #fff;
}
.titre {
    font-family: arial, georgia;
    font-size: 30px;
    padding-top: 20px;
    text-align: center;
    color: #31312f;
}
.sous-titre-h1 {
    font-size: 1.7em;
    font-family: arial;
    color: #fff;
    padding-left: 20px;
}
h1 {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: clamp(1rem, 1rem + 1vw, 3rem);
    padding-top: 0px;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 10px;
}
.titre-h1,
.titre-h2 {
    font-family: arial;
    color: #08255f;
}
.titre-h1 {
    font-size: 2.2em;
    background-color: rgb(0 0 0 / 0.1);
    padding: 10px 20px;
    border-radius: 5px;
}
.titre-h2 {
    font-weight: bolder;
    font-size: 1.7em;
}
.titre-h3 {
    font-family: "Segoe UI", arial, sans-serif;
    font-size: clamp(1.4rem, 2vw + 1rem, 1.7rem);
    color: #021f6e;
    font-weight: 700;
    padding-top: 2em;
}
.montant {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
.service-card,
h2 {
    display: inline-block;
}
.image-montant {
    margin-right: 10px;
}
.icone-demenagement-entreprise,
.icone-demenagement-particulier,
.icone-garde-meubles {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 0;
}
.service-img .demenagement-entreprise,
.service-img .demenagement-particulier,
.service-img .garde-meubles {
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    height: auto !important;
}
.intro-accueil::before,
.intro-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #011114;
    z-index: 0;
    opacity: 0.2;
}
@supports not (aspect-ratio: 1 / 1) {
    .service-img .demenagement-entreprise,
    .service-img .demenagement-particulier,
    .service-img .garde-meubles {
        min-height: 220px;
    }
}
.service-card {
    text-align: center;
    width: 100%;
}
.service-text {
    background: #f9f9f9;
    padding: 12px 15px;
    border: 1px solid #2b2a2a;
    border-top: none;
    border-radius: 0 0 8px 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #08255f;
    width: 100%;
    box-sizing: border-box;
}
.icone-environnement {
    width: 80px;
    height: 80px;
}
.titremoving {
    color: #fcee21;
    font-size: 4vw;
}
.lien-jaune {
    color: inherit;
}
.lien-non-souligne {
    text-decoration: none;
    color: inherit;
}
.intro-accueil,
.intro-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    font-family: sans-serif;
    color: #fff;
    width: 100%;
    z-index: 1;
    display: flex;
    position: relative;
}
.intro-accueil {
    background-image: url(/img/intro.webp);
    justify-content: flex-end;
    align-items: center;
}
.intro-accueil::before {
    width: 100%;
    opacity: 0.3;
}
.intro-accueil div {
    padding-right: 20rem;
    text-align: left;
    position: relative;
    z-index: 1;
}

.accueil-moving-demestar {
font-size: clamp(1rem, 2vw + 0.8rem, 1.7rem);
color:yellow;
font-weight: bold;
padding-top:10px;
}
/*
.intro-accueil p.sous-titre-accueil {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1em;
}
*/

.intro-accueil p.titre-accueil {
    font-family: sans-serif, arial;
    font-weight: 700;
    font-size: 2.3em;
    color: #fcee21;
    text-align: left;
}
.intro-accueil p {
    z-index: 1;
}
.intro-image {
    justify-content: flex-start;
    align-items: center;
    padding-left: 4rem;
}
.intro-image::before {
    width: 100%;
    opacity: 0.2;
}
.intro-image div {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
}
.intro-image h1 {
    text-shadow: none;
    color: #fcee21;
    text-align: left;
    z-index: 1;
}
.intro-image p {
    font-size: 1.5em;
    z-index: 1;
    text-align: left;
}
.centrer-float {
    display: flex;
    margin: auto;
    padding: 1em 0 0;
}
.bg-blanc {
    background: #fff;
}
.bg-bleu {
    background: #e1e8f2 !important;
}
.yellow {
    color: #fcee21;
}
.trait {
    width: 200px;
    height: 3px;
    background-color: #ff0;
    margin-top: 20px;
    margin-bottom: 40px;
}
.trait-orange {
    width: 100px;
    height: 3px;
    border: none;
    background-color: #ffd84d;
    margin-top: 10px;
    margin-bottom: 20px;
}
h2 {
    font-family: "segoe ui", Arial, sans-serif;
    font-size: clamp(1.7rem, 2vw + 1rem, 2.3rem);
    font-weight: 700;
    color: #08255f;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    display: block;
}
.carton-title,
.eco-title,
.info-title,
.section-title {
    font-family: "Segoe UI", arial, sans-serif;
}
.presentation {
    background-color: #6c6e6f;
    height: auto;
    margin-top: -5px;
}
.cadre-textedroite,
.presentation-page-droite-texte,
.presentation-page-gauche {
    width: 65%;
}
.cadre-imagegauche,
.presentation-page-droite {
    width: 35%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}
.img-gauche {
    background-image: url(/img/transfert-bureaux.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 350px;
    padding-bottom: 5rem;
    border: 2px solid #fcee21;
}
.presentation-page-gauche-img {
    width: 35%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    background: no-repeat;
}
.flex-align-gauche {
    justify-content: flex-start;
}
.prestation {
    background: #8d8d8c;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}
.cadre-services {
    width: 90%;
    margin: 0 auto;
    display: flex;
}
.caseprestation {
    vertical-align: middle;
    color: #fff;
    margin: 20px;
    width: 100%;
}
.demenagement-entreprise,
.demenagement-particulier,
.garde-meubles {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 30vh;
    border: 1px solid #000;
}
.demenagement-particulier {
    background-image: url(/img/demenagement-particulier.webp);
}
.demenagement-entreprise {
    background-image: url(/img/demenagement-entreprise.webp);
}
.garde-meubles {
    background-image: url(/img/garde-meubles.webp);
}
.montant {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: 2rem;
    font-weight: 800;
    color: #08255f;
    margin-bottom: 1rem;
}
.carton-title,
.eco-title {
    font-size: clamp(1.5rem, 2vw + 1rem, 1.6rem);
}
.carton-title,
.eco-text .highlight,
.eco-title {
    font-weight: 700;
    color: #08255f;
}
.image-montant {
    width: 48px;
    height: 48px;
}
.hr-jaune {
    width: 60px;
    border-top: 3px solid #fcee21;
}
.double-cadre {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0 1rem;
}
.eco-icon img,
.eco-title {
    margin-bottom: 1rem;
}
.carton-card,
.eco-card {
    box-shadow: 0 8px 24px rgb(0 0 0 / 0.08);
    padding: 2rem;
    background: #fff;
    display: flex;
}
.double-cadre > div {
    flex: 1 1 450px;
    min-width: 300px;
}
.eco-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #e9edf5;
    border-radius: 16px;
}
.eco-icon img {
    width: 60px;
    height: auto;
}
.eco-text p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    margin: 0.5rem 0;
}
.carton-card {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    border: 1px solid #e9edf5;
    border-radius: 16px;
}
.carton-text {
    flex: 1 1 260px;
    min-width: 240px;
}
.carton-title {
    margin-bottom: 0.5rem;
}
.carton-text p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}
.carton-img {
    flex: 0 1 220px;
    text-align: center;
}
.carton-img img {
    width: 100%;
    max-width: 200px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgb(0 0 0 / 0.08);
}
.info-band {
    width: 100%;
    padding: clamp(2rem, 5vw, 4rem) 1rem;
    margin: 0;
}
.info-container {
    max-width: 1100px;
    margin: 0 auto;
}
.section-title {
    margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
    text-align: center;
    font-size: clamp(1.6rem, 2.8vw, 1.8rem);
    font-weight: 800;
    color: #08255f;
    padding-bottom: 40px;
}
.card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1rem, 2.5vw, 1.5rem);
    justify-content: center;
}
.info-card {
    flex: 1 1 300px;
    min-width: 270px;
    background: #f9fafc;
    border: 1px solid #e9edf5;
    border-radius: 12px;
    padding: clamp(1rem, 2.5vw, 1.25rem);
    text-align: left;
    transition:
        transform 0.18s,
        box-shadow 0.18s;
}
.info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgb(0 0 0 / 0.08);
}
.info-icon {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    margin-bottom: 0.35rem;
}
.info-title {
    margin: 0.1rem 0 0.5rem;
    font-size: clamp(1.5rem, 2vw + 1rem, 1.5rem);
    font-weight: 700;
    color: #08255f;
}
.info-card p {
    margin: 0.4rem 0;
    font-size: clamp(0.95rem, 2vw, 1rem);
    line-height: 1.6;
    color: #333;
}
.highlight-quote {
    background: #f9fafc;
    border-left: 5px solid #fcee21;
    padding: 1rem 1.5rem 1rem 2.5rem;
    margin: 1.5rem auto;
    max-width: 800px;
    font-weight: 600;
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    color: #08255f;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.05);
    position: relative;
}
.highlight-quote .quote-icon {
    font-size: 2rem;
    color: #fcee21;
    position: absolute;
    top: -10px;
    left: 10px;
}
.devis-band {
    width: 100%;
    background: #fff;
    padding: clamp(1.5rem, 4vw, 3rem) 1rem;
}
.devis-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 3vw, 2rem);
    max-width: 1100px;
    margin: 0 auto;
    background: linear-gradient(180deg, #fff 0, #f9fbff 100%);
    border: 1px solid #e9edf5;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgb(0 0 0 / 0.08);
    padding: clamp(1rem, 3vw, 2rem);
    text-align: center;
}
.devis-left {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    justify-content: center;
    gap: clamp(0.75rem, 2vw, 1rem);
}
.devis-right {
    display: grid;
    place-items: center;
}
.devis-icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #fff5c2;
    border: 1px solid #ffe58f;
    box-shadow: 0 4px 12px rgb(255 216 77 / 0.35);
    flex-shrink: 0;
}
.devis-title {
    margin: 0 0 0.25rem;
    font-size: clamp(1.25rem, 2.8vw, 1.6rem);
    color: #08255f;
    font-weight: 800;
    letter-spacing: -0.01em;
}
.devis-sub {
    margin: 0.1rem 0 0.6rem;
    color: #3b4a6b;
    font-size: clamp(0.95rem, 2.2vw, 1rem);
}
.devis-benefits {
    padding: 0;
    margin: 0.25rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    color: #32415f;
    font-size: clamp(0.95rem, 2.1vw, 1rem);
    justify-content: center;
    text-align: center;
}
.devis-benefits li {
    position: relative;
    padding-left: 1.25rem;
    text-align: center;
}
.devis-benefits li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    color: #1e9e6f;
    font-weight: 700;
}
.devis-btn {
    display: inline-block;
    background: #08255f;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.2px;
    padding: 0.9rem 1.3rem;
    border-radius: 10px;
    border: 2px solid #08255f;
    box-shadow: 0 8px 20px rgb(8 37 95 / 0.22);
    font-size: clamp(1rem, 2.4vw, 1.05rem);
}
.devis-phone,
.devis-phone a {
    color: #08255f;
}
.devis-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgb(8 37 95 / 0.28);
    background: #0a2f7a;
}
.devis-phone {
    margin: 0.8rem 0 0.2rem;
    font-weight: 700;
    font-size: clamp(1rem, 2.2vw, 1.05rem);
}
.devis-note {
    margin: 0.1rem 0 0;
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    color: #54617c;
}
@media (min-width: 601px) and (max-width: 1025px) and (orientation: portrait) {
    .intro-accueil {
        height: 20vh;
    }
    .intro-accueil div,
    .intro-image div {
        padding-right: 3rem;
    }
    .intro-accueil p.sous-titre-accueil,
    .souligne2 {
        font-size: 1.2em;
    }
    .intro-accueil p.titre-accueil {
        font-size: 1.8em;
    }
    .intro-image {
        height: 20vh;
        justify-content: flex-start;
        padding-left: 3rem;
    }
    .intro-image p {
        font-size: 1.1em;
    }
    .intro-image h1 {
        font-size: 1.5em;
    }
    .icone-demenagement-entreprise,
    .icone-demenagement-particulier,
    .icone-garde-meubles {
        width: 20px;
        height: 20px;
        margin-right: 0;
        margin-top: 0;
    }
    .padding-mobile {
        padding-left: 2em;
        padding-right: 2em;
    }
    .titre {
        font-weight: 700;
        font-size: 25px;
        padding-top: 20px;
        text-align: center;
    }
    .titremoving {
        color: #ff0;
        font-size: 1.9em;
        margin-top: 60px;
    }
    .cadre-services,
    .prestation {
        display: block;
        padding-top: 50px;
    }
    .centrer-float {
        display: block;
        margin: auto;
        padding: 0;
    }
    .cadre-imagegauche {
        width: 100%;
        height: auto;
        display: block;
        padding-bottom: 2em;
    }
    .img-gauche {
        height: auto;
        width: 647px;
    }
    .cadre-textedroite,
    .presentation-page-gauche,
    .presentation-page-gauche-img {
        width: 100%;
    }
    .presentation-page-droite {
        width: 100%;
        display: block;
    }
    .presentation-page-droite-texte {
        width: 100%;
        justify-content: center;
    }
    .demenagement-particulier {
        background-image: url(/img/demenagement-particulier-t.webp);
    }
    .demenagement-entreprise {
        background-image: url(/img/demenagement-entreprise-t.webp);
    }
    .garde-meubles {
        background-image: url(/img/garde-meubles-t.webp);
    }
    .caseprestation {
        text-align: center;
        height: auto;
        margin: 0;
        padding-bottom: 80px;
    }
    .cadre-services {
        width: 75%;
    }
}
@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
    .contenu-texte {
        padding: 0 2.5em;
    }
    .intro-accueil {
        height: 40vh;
    }
    .intro-accueil div,
    .intro-image div {
        padding-right: 3rem;
    }
    .intro-accueil p.sous-titre-accueil {
        font-size: 1.3em;
    }
    .intro-accueil p.titre-accueil {
        font-size: 2em;
    }
    .intro-image {
        height: 40vh;
        justify-content: flex-start;
        padding-left: 3rem;
        background-position: 0 0;
    }
    .intro-image p {
        font-size: 1.4em;
    }
    .intro-image h1 {
        font-size: 1.8em;
    }
    .padding-mobile {
        padding-left: 2em;
        padding-right: 2em;
    }
    .souligne2 {
        margin: 0 auto;
    }
    .centrer-float {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .titre {
        font-weight: 700;
        font-size: 25px;
        padding-top: 20px;
        text-align: center;
    }
    .titremoving {
        color: #ff0;
        font-size: 1.9em;
    }
    .cadre-imagegauche {
        width: 100%;
        display: block;
    }
    .img-gauche {
        height: 60vh;
        width: 65%;
    }
    .cadre-textedroite {
        width: 100%;
    }
    .caseprestation {
        text-align: center;
        padding: 0;
    }
    .demenagement-particulier {
        background-image: url(/img/demenagement-particulier-t.webp);
    }
    .demenagement-entreprise {
        background-image: url(/img/demenagement-entreprise-t.webp);
    }
    .garde-meubles {
        background-image: url(/img/garde-meubles-t.webp);
    }
    #img-demenageur {
        width: 100%;
        height: auto;
        margin: 0;
    }
}
@media (max-width: 600px) {
    body {
        padding-top: var(--header-height);
    }
    .menu a {
        background-color: transparent !important;
        height: auto !important;
        color: #fff !important;
        border: none !important;
        outline: 0 !important;
        box-shadow: none !important;
        padding-top: 30px;
    }
    .menu a.active {
        color: var(--yellow) !important;
    }
    .lientelmenu {
        font-size: 1em;
        font-weight: 800;
    }
    .intro-accueil p.sous-titre-accueil,
    .intro-image h1 {
        font-size: 1em;
    }
    .souligne2,
    .titre,
    .titre-h2 {
        font-weight: 700;
    }
    .contenaire {
        font-size: 1.1em;
    }
    .contenu-texte {
        line-height: 2em;
        text-align: justify;
        padding: 0 2em;
    }
    .caseprestation,
    .titre,
    .titre-h2 {
        text-align: center;
    }
    .padding-mobile {
        padding-left: 1em;
        padding-right: 1em;
    }
    .intro-accueil {
        background-image: url(/img/intro-m.webp);
        height: 20vh;
    }
    .intro-accueil div,
    .intro-image div {
        padding-right: 1rem;
        
    }
    .intro-accueil p.titre-accueil {
        font-size: 1.2em;
        font-weight: 700;
    }
    .intro-image {
        height: 20vh;
        justify-content: flex-start;
        padding-left: 1rem;
    }
    .intro-image p {
        font-size: 0.8em;
    }
    .img-demenagement {
        background-image: url(/img/image-presentation-m.webp);
        height: 30vh;
        width: 90%;
    }
    .centrer-float {
        display: block;
        margin: auto;
        padding: 0;
    }
    .paddingbottom {
        padding-bottom: 1em;
    }
    .cadre-arrondi {
        width: 90%;
        padding: 0 1rem;
    }
    .cadre-arrondi-fond-bleufonce,
    .cadre-arrondi-fond-grisclair {
        width: 90%;
    }
    .cadre-imagegauche {
        width: 100%;
        justify-content: center;
        padding-bottom: 2em;
    }
    .img-gauche {
        height: 250px;
        width: 250px;
    }
    .cadre-textedroite,
    .presentation-page-gauche {
        width: 100%;
    }
    .presentation-page-droite {
        width: 100%;
        justify-content: center;
    }
    .presentation-page-droite-texte {
        display: block;
        width: 100%;
    }
    .demenageur {
        width: 100%;
        height: 149px;
        margin-left: 0;
        margin-top: 10px;
    }
    .souligne2 {
        margin: 0 auto;
    }
    .titre {
        font-size: 25px;
        padding-top: 20px;
    }
    .titre-h2 {
        font-size: 1.4em;
    }
    .titremoving {
        padding-bottom: 0;
        color: #ff0;
        font-size: 5vw;
        margin-top: 10px;
    }
    .souligne2 {
        display: flex;
        justify-content: center;
        font-family: arial;
        font-size: 1em;
        background-color: #3f4249;
        color: #ff0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .icone-demenagement-entreprise,
    .icone-demenagement-particulier,
    .icone-garde-meubles {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        margin-top: 0;
    }
    .icone-environnement {
        width: 70px;
        height: 70px;
    }
    .cadre-services,
    .prestation {
        display: block;
        padding-top: 40px;
    }
    .caseprestation {
        height: auto;
        margin: 0;
        padding-bottom: 50px;
    }
    #img-demenageur {
        max-width: 100%;
        height: auto;
        margin: 0;
    }
    .demenagement-particulier {
        background-image: url(/img/demenagement-particulier-m.webp);
    }
    .demenagement-entreprise {
        background-image: url(/img/demenagement-entreprise-m.webp);
    }
    .garde-meubles {
        background-image: url(/img/garde-meubles-m.webp);
    }
    .align-presentation {
        padding-left: 20px;
        padding-bottom: 20px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) and (orientation: landscape) {
    .contenu-texte {
        padding: 0 4rem;
    }
    .intro-accueil {
        height: 50vh;
    }
    .intro-accueil div {
        padding-right: 3rem;
    }
    .intro-accueil p.sous-titre-accueil {
        font-size: 1.7em;
    }
    .intro-accueil p.titre-accueil {
        font-size: 1.7em;
        font-weight: 700;
    }
    .intro-image {
        height: 50vh;
        justify-content: flex-start;
        padding-left: 3rem;
        background-position: 0 -10px;
    }
    .intro-image div {
        padding-right: 2rem;
    }
    .intro-image p {
        font-size: 1.4rem;
    }
    .intro-image h1 {
        font-size: 1.6rem;
    }
    .img-demenagement {
        height: 60vh;
        width: 65%;
    }
    .cadre-arrondi {
        padding: 0 1rem;
    }
    .titre-h2 {
        font-size: 1.9em;
        font-weight: 700;
        text-align: center;
    }
    .centrer-float {
        display: block;
        margin: auto;
        padding: 0;
    }
    .cadre-imagegauche {
        width: 100%;
        display: block;
        padding-bottom: 2em;
    }
    .img-gauche {
        height: 300px;
        width: 300px;
    }
    .cadre-textedroite,
    .presentation-page-gauche,
    .presentation-page-gauche-img {
        width: 100%;
    }
    .presentation-page-droite,
    .presentation-page-droite-texte {
        width: 100%;
        display: block;
    }
    #img-demenageur {
        max-width: 100%;
        height: auto;
        margin: 0;
    }
    .icone-demenagement-entreprise,
    .icone-demenagement-particulier,
    .icone-garde-meubles {
        margin-top: 2px;
    }
    .icone-environnement {
        width: 90px;
        height: 90px;
    }
    .demenagement-entreprise,
    .demenagement-particulier,
    .garde-meubles {
        height: 100vh;
    }
    .demenagement-particulier {
        background-image: url(/img/demenagement-particulier-ml.webp);
    }
    .demenagement-entreprise {
        background-image: url(/img/demenagement-entreprise-ml.webp);
    }
    .garde-meubles {
        background-image: url(/img/garde-meubles-ml.webp);
    }
    .cadre-services,
    .prestation {
        display: block;
    }
    .caseprestation {
        text-align: center;
        height: auto;
        margin: 0 auto;
        padding: 3rem 1rem;
        width: 70%;
    }
    .souligne2 {
        margin: 0 auto;
        font-size: 1.2em;
    }
    .titremoving {
        color: #ff0;
        font-size: 5vw;
    }
    .align-presentation {
        padding-left: 20px;
        padding-bottom: 20px;
    }
}
.footer {
    text-align: center;
    margin: 0 auto;
    background: #8d8d8c;
    width: 100%;
}
.footer a {
    text-decoration: none;
    font-weight: 400;
}
.plan-site2 {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 0.9em;
    padding-top: 25px;
}
.moving-demestar {
    color: #ff0;
    font-family: sans-serif, arial;
    font-weight: 700;
    font-size: 1.2em;
    padding-top: 20px;
    padding-bottom: 10px;
}
.colonne1,
.colonne2 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 10px;
    font-size: 1em;
    line-height: 1.8;
}
.logo-footer {
    background: url(/img/logo.svg) center no-repeat;
    width: 160px;
    height: 75px;
    margin: 0 auto;
}
.titre-slogan {
    font-family: arial;
    font-weight: 500;
    font-size: 0.9em;
    margin-top: 10px;
}
.infos-moving {
    font-size: 1em;
    color: #fff;
}
.infos-demestar {
    font-size: 0.9em;
    border-spacing: 5px 10px;
    color: #fff;
    text-align: center;
}
.trait-footer {
    width: 80%;
    color: #fff;
    margin: 0 auto;
}
.infos-copyright {
    width: 100%;
    background: #30302f;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin-top: auto;
}
.copyright {
    font-size: 0.8em;
    margin: 0 auto;
    padding: 10px;
}
