/*
* Mobile
*/
@media screen and (min-width: 1024px) {
  /* h1 {
    font-size: 2em;
    margin: 0.67em 0;
  } */

  h2 {
    font-size: 1.5em;
    margin: 0.75em 0;
  }

  h3 {
    font-size: 1.17em;
    margin: 0.83em 0;
  }

  h5 {
    font-size: 0.83em;
    margin: 1.5em 0;
  }

  h6 {
    font-size: 0.75em;
    margin: 1.67em 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bolder;
  }
}

@media screen and (max-width: 1024px) {
  article {
    padding: 10vw 5vw 0;
  }

  section.section-padding {
    padding: 5vw 0;
  }

  section.groupement-texte div.group-textes,
  section.groupement-texte aside {
    width: 100vw;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    text-align: left;
  }

  section.groupement-texte aside div.une-intervention strong {
    font-size: 3vw;
    line-height: 5vw;
  }

  .devis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .devis .devisInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .aideDevis,
  .formulaire {
    width: 100%;
  }

  .section-video {
    width: 100%;
    padding: 0;
  }

  .section-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0 20px;
  }

  footer .bloc-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    padding-bottom: 20px;
  }

  footer .section-1 .bloc-1 {
    width: 100%;
  }

  footer .section-1 .bloc-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    width: 100%;
  }

  footer .section-1 div {
    border-bottom: solid 1px #ffffff;
    width: 100%;
  }
  footer .bloc-domaine {
    display: flex;
    flex-direction: column;
  }

  footer .bloc-domaine h2,
  footer .bloc-1 h2 {
    justify-self: center;
  }

  footer .section-2 {
    border-top: none;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  article {
    padding: 5vw 5vw 0;
  }

  section.groupement-texte aside div.une-intervention strong {
    font-size: 1.8vw;

    line-height: 1.5vw;
  }
}

@media screen and (max-width: 899px) {
  header section.section-header div.svg-container {
    display: none;
  }

  section.formulaire-devis.aideDevis,
  section.formulaire-devis.titreDevis p {
    width: 100%;
  }

  section.formulaire-devis.devissms {
    padding-top: 80px;
  }

  section.formulaire-devis.aideDevis {
    padding: 0;
  }

  section.formulaire-devis.titreDevis {
    gap: 40px;
  }

  section.formulaire-devis.section-padding {
    padding: 0.5vw;
  }

  section.formulaire-devis .formulaire {
    width: initial;
    margin-left: 0;
  }

  .section-artisans .artisans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .noteAvis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lesAvis {
    width: 94%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .commentaire {
    width: calc(100% - 2rem);
  }
}

@media screen and (max-width: 769px) {
  header section.sticky-nav nav.navigation div.logo {
    margin: 0px 30px 0px 0px;
  }

  header section.sticky-nav nav.navigation div.logo div.main-review img {
    width: 48px;
  }

  html {
    scroll-behavior: auto;
  }

  header section.sticky-nav nav.reseaux div.telephone {
    position: absolute;
    right: 170px;
    margin: 0;
    left: 0;
    border-radius: 0 10px 10px 0;
  }

  header section.sticky-nav nav.navigation div.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem;
  }

  header section.sticky-nav nav.navigation ul.liste-navigateur {
    display: none;
  }

  section.groupement-texte section.groupement-texte div.group-textes,
  section.groupement-texte aside {
    width: 100vw;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
  }

  header section.section-header .slogan-accueil {
    padding: 8em 3rem;
    width: 100%;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
  }

  header section.section-header .slogan-accueil a {
    max-width: 195px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .formulaire {
    margin-top: 3vw;
  }

  .un-service {
    width: 100%;
  }

  .villes-intervention {
    margin: 12vw 0;
  }

  .villes-intervention .bloc-zone-villes-intervention ul li {
    width: -moz-available;
    width: 100%;
  }

  #apropos .texte-entreprise {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 579px) {
  .devisRappel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: initial;
  }

  .devisRappel h2 {
    margin: 0;
  }

  .devisRappel img {
    height: 20px;
    width: 36px;
  }

  header section.section-header .slogan-accueil .mon-h2 {
    width: 100%;
    font-size: 2rem;
    margin: 0;
  }
}

@media screen and (max-width: 425px) {
  header section.section-header .slogan-accueil a {
    max-width: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 498px) {
  header section.section-header .slogan-accueil .mon-h1 {
    line-height: 3rem;
    font-weight: 900;
    font-size: 2.3rem;
    width: 100%;
    margin: 0;
  }
}
