.title-container {
    display: flex;
    align-items: center;
    width: fit-content;
    color: #08255f;
    padding-bottom: 2em;
}
.square {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 0.6em;
}
html,
body {
    height: 100%;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
.global {
    width: 100%;
    min-height: 100%;
    background-color: #fff;
    margin: 0;
}
.contenaire {
    font-family: 'Nunito', arial;
    line-height:1.6em;
    background: #e1e8f2;
    min-height: 620px;
    font-size: 1.1em;
    margin-top: 60px;}
    
.contenu-texte {
    padding: 0rem 4em;
}
.majuscule {
    text-transform: uppercase;
}
.cadre-arrondi {
    border: solid 0.5px #cdcdcd;
    border-radius: 15px;
    display: inline-block;
    padding: 0rem 2rem;
    box-shadow: 10px 5px 5px gray;
}
.cadre-arrondi-fond-bleufonce {
    background: #02437e;
    background: linear-gradient(180deg, #02437e 22%, #1466ad 100%);
    background: #838588;
    background: linear-gradient(180deg, #838588 35%, #979caa 100%);
    border: solid 0.5px #cdcdcd;
    border-radius: 15px;
    display: inline-block;
    padding: 0rem 2rem;
    color: #fff;
}
.cadre-arrondi-fond-bleufonce a {
    color: #000;
}
.cadre-arrondi-fond-bleufonce a:visited,
.cadre-arrondi-fond-bleufonce a:active,
.cadre-arrondi-fond-bleufonce a:hover,
.cadre-arrondi-fond-bleufonce a:focus {
    color: #000;
}
.cadre-arrondi-fond-bleufonce .jaune {
    color: #ff0;
}
.cadre-arrondi-fond-bleufonce .jaune a:visited,
.cadre-arrondi-fond-bleufonce a:active,
.cadre-arrondi-fond-bleufonce a:hover,
.cadre-arrondi-fond-bleufonce a:focus {
    color: #ff0;
}
.textelien-cadre-arrondi {
    background-color: #f3e84f;
    padding: 10px 10px;
    border-radius: 5px;
    width: fit-content;
    font-size: 1em;
    color: #000;
}
.textelien-cadre-arrondi a:hover {
    font-weight: 700;
    color: #000;
}
.textelien-cadre-arrondi a {
    font-weight: 700;
    color: #000;
}
.tel-taille {
    font-size: 1.3em;
}
.fond-cadre-bleu {
    background-color: #e1e8f2;
}
.hr-noir {
    width: 20%;
    border-top-width: 2px;
    border-top-color: #333;
    border-top-style: solid;
    margin: 0 auto;
    margin-top: 2rem;
}
.hr-blanc {
    width: 20%;
    border-top-width: 2px;
    border-top-color: #fff;
    border-top-style: solid;
    margin: 0 auto;
    margin-top: 2rem;
}
.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: #08255f;
}
.lienhrefcouleur {
    color: #4e4e4c;
    text-decoration: underline;
}
.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; /* Centre les éléments horizontalement */
  justify-content: center;
  width: 100%; /* Le conteneur prend toute la largeur de l'écran */
}

.centre-verticalement {
vertical-align: middle;
align-items: center;
justify-content: center;
}
.bold {
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.texte-souligne {
    text-decoration: underline;
}
.texte-alignjustify {
    text-align: justify;
}
.padding-design2 {
    padding-left: 7em;
}
.souligne2 {
    display: flex;
    justify-content: center;
    font-family: arial;
    font-weight: 700;
    font-size: 1em;
    background-color: #3f4249;
    color: #ff0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.souligne2 a:hover {
    color: #fff;
}
.titre {
    font-family: arial, georgia;
    font-size: 30px;
    padding-top: 20px;
    font-weight: 700;
    text-align: center;
    color: #31312f;
}
.sous-titre-h1 {
    font-size: 1.7em;
    font-family: "Poppins", arial;
    color: #fff;
    font-weight: 700;
    padding-left: 20px;
}
.titre-h1-accueil {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 700;
  color: #08255f;
  font-size: clamp(1.7rem, 2vw + 1rem, 2.3rem);
  padding-top: 30px;
  margin-bottom: 10px;
  display: inline-block;           /* Le titre prend la largeur de son contenu */
  text-align: center;              /* Centrer le texte */
}

.titre-h1-partenaires {
    font-size: 1.6em;
    text-align: center;
    font-family: "Poppins", arial;
    color: #08255f;
}
.titre-h1 {
    font-size: 1.8em;
    text-align: center;
    font-family: "Poppins", arial;
    color: #08255f;
    font-weight: 700;
    background-color: rgb(0 0 0 / 0.1);
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}
.titre-h2 {
    font-family: "Poppins", arial;
    font-weight: bolder;
    font-size: 1.7em;
    color: #08255f;
}
.titre-h3 {
    font-family: "verdana";
    font-size: 1.2em;
    color: #021f6e;
    font-weight:600;
    padding-top: 1.4em;
}

.montant {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    font-size: 1.5em;
    font-weight: 700;
    color: #333;
}
.image-montant {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.icone-demenagement-entreprise,
.icone-demenagement-particulier,
.icone-garde-meubles {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 2px; /* ou une valeur moyenne comme -3px */
}


/* Forcer une hauteur image prestation via un ratio, responsive sans media queries */
.service-img .demenagement-particulier,
.service-img .demenagement-entreprise,
.service-img .garde-meubles {
  width: 100%;
  aspect-ratio: 16 / 9;          /* donne la hauteur automatiquement */
  background-size: cover;
  background-position: center;
  /* neutralise des hauteurs héritées ailleurs */
  height: auto !important;
}

/* Fallback anciens navigateurs qui n'ont pas aspect-ratio */
@supports not (aspect-ratio: 1 / 1) {
  .service-img .demenagement-particulier,
  .service-img .demenagement-entreprise,
  .service-img .garde-meubles {
    min-height: 220px;           /* valeur de secours */
  }
}

/* Le bandeau texte s'aligne sur la largeur de l'image */
.service-card { display: inline-block; text-align: center; width: 100%; }
.service-text {
  background: #f9f9f9;
  padding: 12px 15px;
  border: 1px solid rgb(43, 42, 42);
  border-top: none;
  border-radius: 0 0 8px 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #08255f;
  width: 100%;
  box-sizing: border-box;
}

/* fin forcer hauteur image prestation */

.icone-environnement {
    width: 80px;
    height: 80px;
}
.titremoving {
    color: #fcee21;
    font-size: 4vw;
}
.titrepartetent {
    color: #fff;
    font-family: "Poppins", arial;
    font-size: 2vw;
}
.lien-jaune {
    color: inherit;
    text-decoration: none;
}
.lien-jaune:hover {
    color: #ff0;
    text-decoration: none;
}
#fond-intro {
    flex: 1;
    background-size: cover;
    background-position: center;
    padding: 0% 0% 0% 60%;
    text-align: center;
}
.intro-accueil {
    background-image: url(/img/intro.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    display: flex;
    position: relative;
    z-index: 1;
    font-family: "DM Sans", sans-serif;
    color: #fff;
    justify-content: flex-end;
    align-items: center;
    margin-top: 60px;
}
.intro-accueil::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #011114;
    opacity: 0.3;
    z-index: 0;
}
.intro-accueil div {
    padding-right: 6rem;
    text-align: left;
    position: relative;
    z-index: 1;
}
.intro-accueil p.sous-titre-accueil {
    font-size: 2rem;
    text-align: left;
}
.intro-accueil p.titre-accueil {
    font-size: 2.3em;
    color: #fcee21;
    text-align: left;
}
.intro-accueil p {
    text-transform: uppercase;
    z-index: 1;
    text-shadow: none;
    margin-bottom: 0;
}
.intro-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    display: flex;
    position: relative;
    z-index: 1;
    font-family: "DM Sans", sans-serif;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    margin-top: 65px;
    padding-left: 4rem;
}
.intro-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #011114;
    opacity: 0.1;
    z-index: 0;
}
.intro-image div {
    width: 60%;
    text-align: left;
    position: relative;
    z-index: 1;
}
.intro-image h1 {
    text-shadow: none;
    text-align: left;
    color: #fcee21;
    text-align: left;
    z-index: 1;
}
.intro-image p {
    font-size: 1.5em;
    text-transform: uppercase;
    z-index: 1;
    text-shadow: none;
    margin-bottom: 0;
    text-align: left;
}
.centrer-float {
    display: flex;
    margin: auto;
    padding: 0rem 0rem;
    padding-top: 2em;
}
.bg-bleu {
    background: #e1e8f2;
}
.bg-blanc {
    background: #fff;
}
.bg-gris {
    background: #8d8d8c;
}
.bg-noir {
    background: #30302f;
}
.fond-blanc {
    background: #fff;
    padding: 5rem 10rem;
}
.fond-blanc-arrondi {
    background: #fff;
    padding: 2rem 4rem;
    border-radius: 5px;
}
.black {
    color: #000;
}
.yellow {
    color: #fcee21;
}
.blanc {
    color: #fff;
}
.colorlogobaspage {
    color: #ff0;
}
.infos-moving {
    color: #ff0;
}

.trait {
  width: 50%;                     /* Par défaut, prendre toute la largeur disponible */
  height: 3px;                     /* Épaisseur du trait */
  background-color: #ff0;       /* Couleur du trait */
  margin-top:10px;
  }

.trait-titre {
    width: 8%;
    border: 1px solid #021f6e;
    margin-bottom: 2.8em;
    margin-top: 0;
}
.details-presta {
    margin: 10px auto;
}
.espace-hauteur {
    margin-top: 30px;
    margin-bottom: 20px;
}
.taille-titrebulleinfo {
    font-size: 1.2em;
    font-weight: 700;
}

h2 {
display: inline-block; /* le div prend la largeur du texte */
font-family: "Quicksand", Arial, sans-serif;
font-weight: 700;
color: #08255f;
font-size:2.3rem;
margin:0 auto;
text-align:center;
padding-top:30px;
}

.presentation-titre {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 700;
  color: #08255f;
  font-size: clamp(1.7rem, 2vw + 1rem, 2.3rem);
  padding-top: 30px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.presentation {
    background-color: #6c6e6f;
    height: auto;
    margin-top: -5px;
}
.presentation-page-gauche {
    width: 65%;
}
.presentation-page-droite {
    width: 35%;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}
.cadre-imagegauche {
    width: 35%;
    text-align: center;
    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: solid 2px #fcee21;
}
.cadre-textedroite {
    width: 65%;
}
.presentation-page-gauche-img {
    width: 35%;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    background: no-repeat;
}
.presentation-page-droite-texte {
    width: 65%;
}
.flex-align-gauche {
    justify-content: flex-start;
}
.fondblanc {
    background: #fff;
}
.prestation {
    background: #8d8d8c;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    padding-top: 3rem;
}
.cadre-services {
    width: 90%;
    margin: 0 auto;
    display: flex;
}
.caseprestation {
    vertical-align: middle;
    color: #fff;
    margin: 20px;
    width: 100%;
}
#texte-avis-google {
    font-size: 20px;
    padding-left: 12px;
    font-style: weight;
}
#avis-google {
    background-color: #fff;
    margin-bottom: 3rem;
}
.taille-avis {
    width: 80%;
    margin: 0 auto;
    z-index: 100;
}
.demenagement-particulier,
.demenagement-entreprise,
.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);
}

/* 3 millions */
.cadre-arrondi.bg-blanc {
  background: #fff;
  border: 1px solid #e9edf5;          /* Bordure claire moderne */
  border-radius: 18px;                /* Arrondi plus doux */
  box-shadow: 0 8px 24px rgba(0,0,0,.08); /* Ombre légère */
  padding: 2rem;
  max-width: 700px;
  margin: 2rem auto;
  transition: transform .2s ease, box-shadow .2s ease;
}

.montant {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  font-size: 2rem;
  font-weight: 800;
  color: #08255f;
  margin-bottom: 1rem;
}

.image-montant {
  width: 48px; 
  height: 48px;
}

.hr-jaune {
  width: 60px;
  border-top: 3px solid #fcee21; /* Jaune corporate */

}

.cadre-arrondi.bg-blanc span.bold.italic {
  color: #08255f;
  font-weight: 700;
}
/* 3 millions */


/* ===== Conteneur général Environnement + Cartons ===== */
.double-cadre {
  display: flex;
  flex-wrap: wrap;          /* permet de passer l’un sous l’autre si pas de place */
  gap: 2rem;                /* espace horizontal/vertical */
  justify-content: center;  /* centre les blocs */
  align-items: stretch;
  max-width: 1100px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.double-cadre > div {
  flex: 1 1 450px;          /* chaque bloc prend 50% si possible */
  min-width: 300px;         /* évite que ça devienne trop étroit */
}

/* ===== Cadre environnement ===== */
.eco-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid #e9edf5;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  padding: 2rem;
}

.eco-icon img {
  width: 60px;
  height: auto;
  margin-bottom: 1rem;
}

.eco-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #08255f;
  margin-bottom: 1rem;
}

.eco-text p {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  margin: 0.5rem 0;
}

.eco-text .highlight {
  font-weight: 700;
  color: #08255f;
}

/* ===== Cadre cartons ===== */
.carton-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background: #fff;
  border: 1px solid #e9edf5;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  padding: 2rem;
}

.carton-text {
  flex: 1 1 260px;
  min-width: 240px;
}

.carton-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #08255f;
  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 rgba(0,0,0,.08);
}


/* ===== Bloc générique ===== */

.info-band {
  width: 100%;
  background: #fff;
  padding: clamp(2rem, 5vw, 4rem) 1rem;
  margin: 0;
  /*border-top: 6px solid #ffd84d;  liseret jaune */
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Conteneur centré */
.info-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Titre section */
.section-title {
  margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
  text-align: center;
  font-size: clamp(1.5rem, 2.8vw, 1.6rem);
  font-weight: 800;
  color: #08255f;
  padding-bottom:30px;
}

/* grille cartes */
.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 .18s ease, box-shadow .18s ease;
}
.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}

.info-icon {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  margin-bottom: .35rem;
}

.info-title {
  margin: .1rem 0 .5rem;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 700;
  color: #08255f;
}

.info-card p {
  margin: .4rem 0;
  font-size: clamp(.95rem, 2vw, 1rem);
  line-height: 1.6;
  color: #333;
}

.highlight-quote {
  background: #f9fafc;
  border-left: 5px solid #fcee21; /* liseret jaune */
  padding: 1rem 1.5rem 1rem 2.5rem;
  margin: 1.5rem auto;
  max-width: 800px;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: #08255f;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  position: relative;
}

.highlight-quote .quote-icon {
  font-size: 2rem;
  color: #fcee21;
  position: absolute;
  top: -10px;
  left: 10px;
}

/*devis bouton */
/* Bandeau pleine largeur */
.devis-band{
  width:100%;
  background:#ffffff;
  padding:clamp(1.5rem, 4vw, 3rem) 1rem;
  box-shadow:0 4px 12px rgba(0,0,0,.05);
}

/* Carte centrale */
.devis-card{
  max-width:1100px;
  margin:0 auto;
  background:linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border:1px solid #e9edf5;
  border-radius:16px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  padding:clamp(1rem, 3vw, 2rem);
  display:flex;
  flex-wrap:wrap;          /* responsive auto */
  gap:clamp(1rem, 2.5vw, 1.5rem);
  align-items:center;
  justify-content:space-between;
}

/* Colonne gauche (titre + bullets) */
.devis-left{
  display:flex;
  align-items:flex-start;
  gap:clamp(0.75rem, 2vw, 1rem);
  flex:1 1 380px;
  min-width:280px;
}

.devis-icon{
  display:grid;
  place-items:center;
  width:56px; height:56px;
  border-radius:14px;
  background:#fff5c2; /* jaune très doux */
  border:1px solid #ffe58f;
  box-shadow:0 4px 12px rgba(255,216,77,.35);
  flex-shrink:0;
}

.devis-title{
  margin:0 0 .25rem 0;
  font-size:clamp(1.25rem, 2.8vw, 1.6rem);
  color:#08255f;
  font-weight:800;
  letter-spacing:-.01em;
}

.devis-sub{
  margin:.1rem 0 .6rem;
  color:#3b4a6b;
  font-size:clamp(.95rem, 2.2vw, 1rem);
}

.devis-benefits{
  margin:.25rem 0 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:.5rem 1rem;
  color:#32415f;
  font-size:clamp(.95rem, 2.1vw, 1rem);
}
.devis-benefits li{
  position:relative;
  padding-left:1.25rem;
}
.devis-benefits li::before{
  content:"✔";
  position:absolute;
  left:0; top:0; line-height:1;
  color:#1e9e6f;
  font-weight:700;
}

/* Colonne droite (CTA) */
.devis-right{
  text-align:center;
  flex:0 1 320px;
  min-width:260px;
}

.devis-btn{
  display:inline-block;
  background:#08255f;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  letter-spacing:.2px;
  padding:.9rem 1.3rem;
  border-radius:10px;
  border:2px solid #08255f;
  
  box-shadow:0 8px 20px rgba(8,37,95,.22);
  font-size:clamp(1rem, 2.4vw, 1.05rem);
}
.devis-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(8,37,95,.28);
  background:#0a2f7a;
}

.devis-phone{
  margin:.8rem 0 .2rem;
  color:#08255f;
  font-weight:700;
  font-size:clamp(1rem, 2.2vw, 1.05rem);
}
.devis-phone a{ color:#08255f; text-decoration:underline; }

.devis-note{
  margin:.1rem 0 0;
  font-size:clamp(.85rem, 2vw, .95rem);
  color:#54617c;
}

.service-tagline {
  font-size: 1rem;
  font-weight: 500;
  color: #08255f;
  color: black;
  text-align: center;
  background: #f9fafc;
  border-left: 4px solid #ffd84d;
   border-right: 4px solid #ffd84d;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  display: inline-block;
  
}

@media (min-width: 601px) and (max-width: 1025px) and (orientation: portrait) {
    .contenu-texte {
        padding: 0em 2.5em;
        font-size: 0.7em;
    }
    .intro-accueil {
        height: 20vh;
    }
    .intro-accueil div {
        padding-right: 3rem;
    }
    .intro-accueil p.sous-titre-accueil {
        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 div {
        padding-right: 3rem;
    }
    .intro-image p {
        font-size: 1.1em;
    }
    .intro-image h1 {
        font-size: 1.5em;
    }
    .souligne2 {
        font-size: 1.2em;
    }
   .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-family: arial, georgia;
        font-weight: 700;
        font-size: 25px;
        padding-top: 20px;
        text-align: center;
    }
 
      
    .titremoving {
        color: #ff0;
        font-size: 1.9em;
        margin-top: 60px;
    }
    .titrepartetent {
        color: #fff;
        font-size: 1.2em;
    }
    .prestation,
    .cadre-services {
        display: block;
    }
    .centrer-float {
        display: block;
        margin: auto;
        padding: 0rem 0em;
    }
    .cadre-imagegauche {
        width: 100%;
        height: auto;
        display: block;
        padding-bottom: 2em;
    }
    .img-gauche {
        height: auto;
        width: 647px;
    }
    .cadre-textedroite {
        width: 100%;
    }
    .presentation-page-gauche {
        width: 100%;
    }
    .presentation-page-droite {
        width: 100%;
        display: block;
    }
    .presentation-page-gauche-img {
        width: 100%;
    }
    .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);
    }
    .zen-image {
        clear: both;
        display: none;
    }
    .img-environnement {
        display: block;
        background-image: none;
        width: 100%;
        height: auto;
    }
    .caseprestation {
        text-align: center;
        padding-bottom: 60px;
        height: auto;
        margin: 0;
        padding: 3rem 1rem 3rem 1rem;
    }
    .cadre-prestations {
        width: 100%;
        height: auto;
        display: table;
        margin: 0 auto;
        background-position: center;
    }
    .cadre-services {
        width: 75%;
    }
}
@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
    .contenu-texte {
        padding: 0em 2.5em;
        font-size: 0.7em;
    }
    .presentation-page-gauche .contenu-texte {
        padding: 0em 2em;
        font-size: 1em;
    }
    .intro-accueil {
        height: 40vh;
    }
    .intro-accueil 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 div {
        padding-right: 3rem;
    }
    .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-family: arial, georgia;
        font-weight: 700;
        font-size: 25px;
        padding-top: 20px;
        text-align: center;
    }

    .titremoving {
    color: #ff0;
    font-size: 1.9em;
    }
    .titrepartetent {
        color: #fff;
        font-size: 1.2em;
    }
    .cadre-imagegauche {
        width: 100%;
        display: block;
    }
    .img-gauche {
        height: 60vh;
        width: 65%;
    }
    .cadre-textedroite {
        width: 100%;
    }
    .img-environnement {
        width: 90%;
        height: 100%;
    }
    .caseprestation {
        text-align: center;
        padding: 0rem;
    }
    .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;
    }
    .cadre-prestations {
        width: 100%;
        height: auto;
        display: table;
        margin: 0 auto;
        background-position: center;
    }
}
@media (max-width: 600px) {
    .contenaire {
        font-size: 1em;
        padding-top: 0;
    }
    .contenu-texte {
        line-height: 2em;
        text-align: justify;
        padding: 0em 2em;
        font-size: 0.9em;
    }
    .padding-mobile {
        padding-left: 1em;
        padding-right: 1em;
    }
    .fond-blanc {
        padding: 5rem 1rem;
    }
    .intro-accueil {
        background-image: url(/img/intro-m.webp);
        height: 20vh;
    }
    .intro-accueil div {
        padding-right: 1rem;
    }
    .intro-accueil p.sous-titre-accueil {
        font-size: 1em;
    }
    .intro-accueil p.titre-accueil {
        font-size: 1em;
        font-weight: 700;
    }
    .intro-image {
        height: 20vh;
        justify-content: flex-start;
        padding-left: 1rem;
    }
    .intro-image div {
        padding-right: 1rem;
    }
    .intro-image p {
        font-size: 0.8em;
    }
    .intro-image h1 {
        font-size: 1em;
    }
    .img-demenagement {
        background-image: url(/img/image-presentation-m.webp);
        height: 30vh;
        width: 90%;
    }
    .centrer-float {
        display: block;
        margin: auto;
        padding: 0rem 0em;
    }
    .paddingbottom {
        padding-bottom: 1em;
    }
    .cadre-arrondi {
        width: 90%;
        padding: 0 1rem;
    }
    .cadre-arrondi-fond-grisclair {
        width: 90%;
    }
    .effet-diagonale > .diagonale {
        height: 15px;
    }
    .cadre-imagegauche {
        width: 100%;
        justify-content: center;
        padding-bottom: 2em;
    }
    .img-gauche {
        height: 250px;
        width: 250px;
    }
    .cadre-textedroite {
        width: 100%;
    }
    .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 {
        font-size: 0.9em;
        margin: 0 auto;
    }

     .titre {
        font-family: arial, georgia;
        font-weight: 700;
        font-size: 25px;
        padding-top: 20px;
        text-align: center;
    }
    .titre-h2 {
        font-size: 1.4em;
        font-weight: 700;
        text-align: center;
    }
    .titre-h3 {
        font-weight: 700;
        font-size: 1.8em;
    }
    .titre-demenageur-particulier {
        background-color: #000;
        color: #fff;
        height: 50px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-top: 10px;
    }
    .titremoving {
        padding-bottom: 0;
        color: #ff0;
        font-size: 5vw;
        margin-top: 10px;
    }
    .titrepartetent {
        color: #fff;
        font-size: 4vw;
    }
    .souligne2 {
        display: flex;
        justify-content: center;
        font-family: arial;
        font-weight: 700;
        font-size: 1em;
        background-color: #3f4249;
        color: #ff0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .icone-demenagement-particulier,
    .icone-demenagement-entreprise,
    .icone-garde-meubles {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        margin-top: 0px;
    }

    .icone-environnement {
        width: 70px;
        height: 70px;
    }
    .teldirect {
        font-size: 1.1em;
        color: #fcee21;
    }
    .tel {
        padding-top: 20px;
    }
    .prestation,
    .cadre-services {
        display: block;
    }
    .caseprestation {
        text-align: center;
        padding-bottom: 60px;
        height: auto;
        margin: 0;
        padding: 3rem 1rem 3rem 1rem;
    }
    #intro {
        background-color: #6c6e6f;
    }
    #img-demenageur {
        max-width: 100%;
        height: auto;
        margin: 0;
    }
    .img-environnement {
        width: 100%;
        height: auto;
        background-image: none;
    }
    .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;
    }
    .agencement-zentexte {
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: left;
    }
    .details-presta {
        margin-left: 5px;
        margin-right: 5px;
    }
    .trait-zen {
        width: 95%;
    }
    .btn-rappel {
        margin-left: 30px;
        font-size: 1.1em;
    }
    .taille-avis {
        width: 90%;
        margin: 0 auto;
    }
    #texte-avis-google {
        font-size: 1.6rem;
        padding-left: 12px;
        font-style: weight;
    }
    .cadre-arrondi-fond-bleufonce {
        width: 90%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) and (orientation: landscape) {
    .contenu-texte {
        font-size: 1em;
        line-height: 1.6;
        padding: 0rem 4rem;
    }
    .fond-blanc {
        padding: 5rem 1rem;
    }
    .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: 0rem 1rem;
    }
    .titre-h2 {
        font-size: 1.9em;
        font-weight: 700;
        text-align: center;
    }
    .titre-h3 {
        font-weight: 700;
        font-size: 1.6em;
    }
    #intro {
        background-color: #6c6e6f;
    }
    .centrer-float {
        display: block;
        margin: auto;
        padding: 0rem 0em;
    }
    .effet-diagonale > .diagonale {
        height: 15px;
    }
    .cadre-imagegauche {
        width: 100%;
        display: block;
        padding-bottom: 2em;
    }
    .img-gauche {
        height: 300px;
        width: 300px;
    }
    .cadre-textedroite {
        width: 100%;
    }
    .presentation-page-gauche {
        width: 100%;
    }
    .presentation-page-droite {
        width: 100%;
        display: block;
    }
    .presentation-page-gauche-img {
        width: 100%;
    }
    .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-particulier,.demenagement-entreprise,.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);    
    }
    .prestation,
    .cadre-services {
        display: block;
    }
    .caseprestation {
        text-align: center;
        padding-bottom: 60px;
        height: auto;
        margin: 0 auto;
        padding: 3rem 1rem 3rem 1rem;
        width: 70%;
    }
    .souligne2 {
        margin: 0 auto;
        font-size: 1.2em;
    }
    .titremoving {
        color: #ff0;
        font-size: 5vw;
    }
    .titrepartetent {
        color: #fff;
        font-size: 2.5vw;
    }
    .teldirect {
        font-size: 2em;
        color: #fcee21;
    }
    .align-presentation {
        padding-left: 20px;
        padding-bottom: 20px;
    }
}
