.homecentre { box-sizing: border-box; position: relative; width: 1300px; max-width: 1300px; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }
.homeintro { text-align: center; }
@media only screen and (max-width:1649px) {
    /*.homecentre { width: 1440px; max-width: 1440px; }*/
    .homecentre { width: 1200px; max-width: 1200px; }
}
@media only screen and (max-width:1439px) {
    .homecentre { width: 1150px; max-width: 1150px; }
}
@media only screen and (max-width:1279px) {
    .homecentre { width: 1000px; max-width: 1000px; }
}
@media only screen and (max-width:980px) {
    .homecentre { display: block; width: 100%; max-width: 100%; }
}


#logo {
  transition: opacity 0.2s ease;
}


body {
    overflow-x: hidden;
}
h1 {
    font-family: 'futura-pt', Arial;
    color: #FFFFFF;
    max-width: 520px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
}
h1 strong {
    color: #EB6363;
}
h2 {
    font-family: 'futura-pt', Arial;
    color: #001E3F;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 0px;
}
h2 strong {
    color: #EB6363;
}
span.rubrique {
    font-family: 'avenir-next-lt-pro', Arial;
    color: #FFFFFF;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.35px;
}
span.accroche {
    color: #79797A;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15px;
}
p {
    font-family: 'avenir-next-lt-pro', Arial;
    color: #6A7282;
    font-size: 16px;
    margin-bottom: 30px;
}
a.homelien {
    font-family: 'avenir-next-lt-pro', Arial;
    color: #020203;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0px;
    text-decoration: none;
}
a.homelien::after {
    content: "";
    background-color: #EB6363;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    transition: transform .5s;
    transform-origin: 0;
    transform: scaleX(1);
}
a.homelien:hover::after {
    transform-origin: 0;
    transform: scaleX(0);
}
div.homeencartbouton {
    text-align: center;
}
a.homebouton {
    background-color: #EB5C63;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 30px; 
    border: 1px solid #EB5C63;   
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}
a.homebouton:hover {
    background-color: #001E3F;
    border: 1px solid #001E3F; 
}
a.homeboutoninverse {
    background-color: #001E3F;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 25px; 
    border: 1px solid #001E3F;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}
a.homeboutoninverse:hover {
    color: #EB5C63;
}


#bandeauhaut {
    background-color: transparent;
}


#homeintro {
    position:relative;
    height: 100%;
    margin-bottom: 80px;
}
#homeintroslider, #homeintroslider .slick-list, #homeintroslider .slick-track, #homeintroslider .slick-slide, #homeintroslider .slick-slide > div, #homeintroslider .homeslide { 
    height: 100%;
}
#homeintro::before {
    content: '';
    display: none;
}
#homeintro #homeintroslider::after {
    content: '';
    display: none;
}
#homeintro #homeintroslider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#homeintro .homeslide {
    background-position: center top;
    background-size: cover;
    height: 100%;
}
#homeintro #homeslide1 {
    background-image: linear-gradient( to bottom, rgba(2, 2, 3, 0.12) 0%, rgba(2, 2, 3, 0.22) 55%, rgba(2, 2, 3, 0.32) 100% ), url(/upload/parametres/home-slide-1.jpg);
}
#homeintro #homeslide2 {
    background-image: linear-gradient( to bottom, rgba(2, 2, 3, 0.12) 0%, rgba(2, 2, 3, 0.22) 55%, rgba(2, 2, 3, 0.32) 100% ), url(/upload/parametres/home-slide-2.jpg);
}
#homeintro #homeslide3 {
    background-image: linear-gradient( to bottom, rgba(2, 2, 3, 0.12) 0%, rgba(2, 2, 3, 0.22) 55%, rgba(2, 2, 3, 0.32) 100% ), url(/upload/parametres/home-slide-3.jpg);
}
#homeintro #homeslide4 {
    background-image: linear-gradient( to bottom, rgba(2, 2, 3, 0.12) 0%, rgba(2, 2, 3, 0.22) 55%, rgba(2, 2, 3, 0.32) 100% ), url(/upload/parametres/home-slide-4.jpg);
}
#homeintro #homeintrocentre {
    position: absolute;
    top: 260px;
    width: 100%;
    max-width: 2200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 160px;
    box-sizing: border-box;
    z-index: 2;
}
#homeintro span {
    color: #FFFFFF;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.35px;
}
#homeintro p {
    color: #FFFFFF;
    max-width: 500px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
}
#homeintro a.homelien {
    color: #FFFFFF;
}
#homeintro #homeintropuces {
    position: absolute;
    bottom: 250px;
    left: 160px;
    z-index: 3;
}
#homeintro #homeintropuces .slick-dots {
    position: static;
    margin: 0;
    padding: 0;
    list-style: none;
}
#homeintro .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    padding: 0;
}
#homeintro .slick-dots li button {
    background-color: #FFFFFF;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    opacity: 0.6;
    text-indent: -10000px;
    cursor: pointer;
}
#homeintro .slick-dots li.slick-active button {
    opacity: 1;
}
#homeintro #recherchehorizontalepage {
    max-width: 70%;
    margin-top: 190px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
#homeintro #recherchehorizontale input[type="text"] {
    color: #707070;
}
#homeintro #recherchehorizontale input[type="text"]::placeholder {
    color: #707070;
    opacity: 1;
}
#homeintro #s2id_Villehorizontale,
#homeintro #s2id_Villehorizontale .select2-choices {
    border-bottom-left-radius: 5px;
}
#homeintro #BoutonRechercher {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


#homenouveautes {
    background-color: #F2F2F7;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#homenouveautes .homecentre {
    width: 1450px;
    max-width: 1450px;
}
#homenouveautes h2 {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
}
#homenouveautes #homeselectionventebt, #homenouveautes #homeselectionlocationbt {
    background-color: #E6E6EA;
    color: #000000;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 20px;
    line-height: 0.15px;
    border-radius: 5px;
}
#homenouveautes #homeselectionventebt.selectionne, #homenouveautes #homeselectionlocationbt.selectionne {
    background-color: #EB5C63;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 20px;
    line-height: 0.15px;
    border-radius: 5px;
}
#homenouveautes #homeselection {
    margin-top: 50px;
}
#homenouveautes #homeselection .homevignette {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 12.5px;
    padding-right: 12.5px;
}
#homenouveautes #homeselection .homevignette2 {
    background-color: #FFFFFF;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 3px 6px #00000029;
    transition: transform .3s ease;
    transform-origin: center center;
}
#homenouveautes #homeselection .homevignette2:hover {
    transform: scale(1.05);
}
#homenouveautes #homeselection .homevignettephoto {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#homenouveautes #homeselection .homevignettephoto img.photo {
    width: 100%;
    height: 225px;
    overflow: hidden;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#homenouveautes #homeselection .homevignettephoto .photomoins, #homenouveautes #homeselection .homevignettephoto .photoplus, #homenouveautes #homeselection .homevignettephoto .nbphoto {
    display: none;
}
#homenouveautes #homeselection .homevignette2 .homevignettetexte {
    position: relative;
    height: 265px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#homenouveautes #homeselection .homevignette2 .intitule, #homeselection .homevignette2 .ville, #homeselection .homevignette2 .surface {
    display: block;
}
#homenouveautes #homeselection .homevignette2 .intitule {
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 15px;
    left: 20px;
    right: 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;    
}
#homeselection .homevignette2 .ville {
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 40px;
    left: 20px;
    right: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}
#homenouveautes #homeselection .homevignetteligne3 {
    display: block;
    margin-top: -35px;
}
#homeselection .homevignette2 .surface {
    color: #000000;
    position: absolute;
    top: 70px;
    left: 20px;
    right: 20px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}
#homenouveautes #homeselection .homevignette2 .pieces {
    display: none;
}
#homenouveautes #homeselection .homevignette2 strong {
    color: #EB5C63;
    display: block;
    position: absolute;
    top: 120px;
    left: 20px;
    right: 20px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;    
}
#homenouveautes #homeselection .homevignette2 .prixunite {
    font-size: 18px;
}
#homenouveautes #homeselection .homevignette2 a.lien {
    color: #000000;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.3px;
    border-top: solid 1px #EB5C63;
    padding-left: 24px;
}
#homenouveautes #homeselection .homevignette2 a.lien::after {
    content: "i";
    color: #FFFFFF;
    background-color: #001E3F;
    position: absolute;
    left: 0;
    top: 18px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    text-transform: none;
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    transition: background-color .2s ease;
}
#homenouveautes #homeselection .homevignette2 a.lien:hover::after {
    background-color: #EB5C63;
}


#hometerritoires, #homemetiers {
    margin-bottom: 120px;
}
#hometerritoires .homecentre, #homemetiers .homecentre {
    width: 1170px;
    max-width: 1170px;
}
#hometerritoires #territoires, #homemetiers #metiers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#hometerritoires #territoires .encart, #hometerritoires #territoires .encartdouble, #homemetiers #metiers .encart, #homemetiers #metiers .encartdouble {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
#hometerritoires .encart::after, #hometerritoires .encartdouble::after, #homemetiers .encart::after, #homemetiers .encartdouble::after {
    content: "";
    background: #000000;
    position: absolute;
    inset: 0;
    opacity: 0.32;
    z-index: 1;
    transition: opacity .3s ease;
}
#hometerritoires .encart:hover::after, #hometerritoires .encartdouble:hover::after, #homemetiers .encart:hover::after, #homemetiers .encartdouble:hover::after {
    opacity: 0;
}
#hometerritoires #territoires .encart, #homemetiers #metiers .encart {
    aspect-ratio: 370 / 320;
    border-radius: 5px;
}
#hometerritoires #territoires .encartdouble, #homemetiers #metiers .encartdouble {
    grid-column: span 2;
    aspect-ratio: 750 / 320;
    border-radius: 5px;
}
#hometerritoires .encart img, #hometerritoires .encartdouble img, #homemetiers .encart img, #homemetiers .encartdouble img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .3s ease;
    transform-origin: center center;
}
#hometerritoires .encart:hover img, #hometerritoires .encartdouble:hover img, #homemetiers .encart:hover img, #homemetiers .encartdouble:hover img {
    transform: scale(1.08);
}
#hometerritoires .encart span, #hometerritoires .encartdouble span, #homemetiers .encart span, #homemetiers .encartdouble span {
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65), 0 0 18px rgba(0, 0, 0, 0.45);
    z-index: 2;
}


#homeagences {
    background-color: #F2F2F7;
    margin-bottom: 140px;
    padding-top: 60px;
    padding-bottom: 70px;
}
#homeagences .homecentre {
    width: 1100px;
    max-width: 1100px;
}
#homeagences .homeintro {
    margin-bottom: 40px;
}
#homeagences .homeintro .accroche {
    color: #020203;
}
#homeagences #colonne1 {
    box-sizing: border-box;
    padding-right: 80px;
}
#homeagences #colonne1 .homecitation {
    color: #020203;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.35px;
}
#homeagences #colonne2 {
    box-sizing: border-box;
    text-align: right;
}
#homeagences #colonne2 #encartphoto {
    float: right;
    max-width: 460px;
}
#homeagences #colonne2 #encartphoto img {
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}


#homeavis {
    margin-bottom: 180px;
}
#homeavis #colonne1 {
    box-sizing: border-box;
    padding-right: 150px;
}
#homeavis #colonne1 h2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
}
#homeavis #colonne1 .homelien {
    margin-top: 50px;
}
#homeavis #colonne2 #encartavis {
    width: 95%;
    margin: auto;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px #0000001A;
}


#homefaq {
    background-color: #EB6363;
    margin-bottom: 180px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
#homefaq h2 {
    margin-bottom: 30px;
}
#homefaq h2 strong {
    color: #FFFFFF;
}
#homefaq #homequestions {
    width: 55%;
    margin: auto;
    margin-bottom: 40px;
}
#homefaq #homequestions .homequestion {
    background-color: #FFFFFF;
    color: #020203;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
    padding: 20px 50px;
    text-align: left;
    border-radius: 15px;
    cursor: default;
}
#homefaq #homequestions .question,
#homefaq #homequestions .question span,
#homefaq #homequestions .question:after {
    cursor: pointer;
}
#homefaq #homequestions .question:after {
    content: "+";
    color: #313131;
    position: absolute;
    right: 20px;
    top: 30px;
    transform: translateY(-50%);
    font-size: 28px;
}
#homefaq #homequestions .homequestion.ouvert .question:after {
    content: "-";
}
#homefaq #homequestions .question span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.35;
}
#homefaq #homequestions .reponse {
    padding-top: 30px;
}
#homefaq #homequestions .reponse p {
    margin-bottom: 10px;
}
#homefaq #homequestions .reponse strong {
    color: #F1C338;
    font-weight: 800;
}
#homefaq #homequestions .reponse a {
    color: #F1C338;
    font-weight: 800;
    text-decoration: underline #F1C338;
}


#homeactualites {
    margin-bottom: 100px;
    text-align: center;
}
#homeactualites .homeintro {
    margin-bottom: 40px;
}
#homeactualites h2 {
    margin-bottom: 20px;
}
#homeactualites .homeactualite1 {
    float: left;
    width: 25%;
    margin-bottom: 40px;
    text-align: left;
}
#homeactualites .homeactualite2 {
    box-sizing: border-box;
    margin-left: 12.5px;
    margin-right: 12.5px;
}
#homeactualites .homeactualite2:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
#homeactualites .homeactualite3 {
    box-sizing: border-box;
    position: relative;
    padding: 20px 25px;
}
#homeactualites .homeactualite2 h3 {
    color: #020203;
    overflow-y: hidden;
    min-height: 130px;
    max-height: 170px;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
}
#homeactualites .homeactualite2 p {
    display: none;
}
#homeactualites .homeactualite2 .homeactusphoto {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 180px;
}


@media only screen and (max-width:1650px) {
    #homeintro #homeintrocentre { padding: 0 100px; }
    #homeintro h1 { width: 50%; max-width: 50%; }
    #homeintro #recherchehorizontalepage { max-width: 80%; }
    #homeintro #homeintropuces { left: 100px; }

    #homeagences #colonne1 { padding-top: 0; }
}

@media only screen and (max-width:1439px) {
    #homeagences .homecentre { width: 1150px; max-width: 1150px; }

    #homenouveautes .homecentre { width: 1150px; max-width: 1150px; }
    #homenouveautes #homeselection .homevignette { width: 33%; }
    #homenouveautes #homeselection #homevignette4 { display: none; }
}

@media only screen and (max-width:1149px) {
    #homeintro #recherchehorizontalepage { max-width: 95%; }
}

@media only screen and (max-width:1279px) {
    #homeintro { margin-top: -150px; }

    #homeintro #homeintrocentre { top: 250px; }
    #homeintro h1 { width: 70%; max-width: 70%; }

    #hometerritoires .homecentre, #homemetiers .homecentre { width: 1000px; max-width: 1000px; }

    #homenouveautes .homecentre { width: 1000px; max-width: 1000px; }
    #homenouveautes #homeselection #homeselectionventebt, #homenouveautes #homeselection #homeselectionlocationbt { margin-bottom: 20px; }

    #homeagences .homecentre { width: 1000px; max-width: 1000px; }

    #homefaq #homequestions { width: 70%; }

    #homeactualites .homeactualite1 { width: 33.3333%; }
    #homeactualites #actualite4 { display: none; }
}

@media only screen and (max-width:980px) {
    .homecentre { padding-left: 30px; padding-right: 30px; }
    h2 { font-size: 34px; line-height: 40px; }

    #homeintro { margin-top: 80px; margin-bottom: 50px; }
    #homeintro #homeintrocentre { top: 80px; padding: 0 50px; }
    #homeintro h1 {width: 75%; max-width: 75%; font-size: 40px; line-height: 46px; }
    #homeintro #homeintropuces { left: 50px; bottom: 330px; }
    #homeintro #recherchehorizontalepage { max-width: 100%; }

    #hometerritoires .homecentre, #homemetiers .homecentre { width: 100%; max-width: 100%; }

    #homenouveautes { margin-top: 45px; margin-bottom: 45px; padding-top: 45px; padding-bottom: 45px; }
    #homenouveautes .homecentre { width: 100%; max-width: 100%; }
    #homenouveautes #homeselection .homevignette { width: 50%; margin-bottom: 30px; }
    #homenouveautes #homeselection #homevignette4 { display: block; }

    #hometerritoires, #homemetiers { margin-bottom: 55px; }
    #hometerritoires .homecentre, #homemetiers .homecentre { width: 100%; max-width: 100%; }
    #hometerritoires #territoires, #homemetiers #metiers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #hometerritoires #territoires .encartdouble, #homemetiers #metiers .encartdouble { grid-column: span 2; }

    #homeagences { margin-bottom: 0; padding-top: 45px; padding-bottom: 45px; }
    #homeagences .homecentre { width: 100%; max-width: 100%; }

    #homeavis { margin-bottom: 70px; }

    #homefaq { margin-bottom: 50px; padding-top: 45px; padding-bottom: 45px; }
    #homefaq #homequestions { width: 85%; }
    #homefaq #homequestions .question span { font-size: 14px; }

    #homeactualites { margin-bottom: 50px; }
    #homeactualites .homeactualite2 h3 { min-height: 120px; }
    #homeactualites #actualite4 { display: block; }
    #homeactualites .homeactualite1 { width: 50%; margin-bottom: 20px; }
    #homeactualites .homeactualite2 { padding-left: 8px; padding-right: 8px; }
    #homeactualites .homeactualite3 { padding: 12px 20px; }
}

@media only screen and (max-width:850px) {
    div.colonnes2, figure.colonnes2 { display:block; width:99%; padding-top:0; }

    #homeagences .homeintro { margin-bottom: 40px; }
    #homeagences #colonne1 { padding: 0 0 50px 0; }
    #homeagences #colonne2 #encartphoto { float: none; max-width: 100%; }

    #homeavis #colonne1, #homeavis #colonne2 { box-sizing: border-box; width: 100%; padding-left: 0; padding-right: 0; }
    #homeavis #colonne1 { margin-bottom: 25px; }
    #homeavis #colonne2 #encartavis { margin-top: 0; }
}

@media only screen and (max-width:650px) {
    #homeintro #homeintrocentre { padding: 0 25px; }
    #homeintro h1 {width: 85%; max-width: 85%; }
    #homeintro #homeintropuces { left: 25px; bottom: 400px; }

    #hometerritoires, #homemetiers { margin-bottom: 60px; }
}

@media only screen and (max-width:600px) {
    #homenouveautes #homeselection h2 { display: block; }
    #homenouveautes #homeselection #homevignette3, #homevignette4 { display: none; }
	#homenouveautes #homeselection .homevignette { width: 100%; }
    #homenouveautes #homeselection .homevignette2 .homevignettetexte { height: 250px; }

    #hometerritoires .encart span, #hometerritoires .encartdouble span, #homemetiers .encart span, #homemetiers .encartdouble span { font-size: 20px; line-height: 24px; }

    #homefaq #homequestions { width: 100%; }
    #homefaq #homequestions .homequestion { padding: 18px 40px 18px 20px; }

    #homeactualites .homeactualite1 { display: block; width: 100%; }
    #homeactualites .homeactualite2 { margin-left: 0; margin-right: 0; }
    #homeactualites .homeactualite2 h3 { min-height: 100px; }
}

@media only screen and (max-width:480px) { 
    .homecentre { padding-left: 15px; padding-right: 15px; }

    #homeintro #homeintrocentre { padding: 0 15px; }
    #homeintro h1 { width: 100%; max-width: 100%; }
    #homeintro #homeintropuces { left: 15px; }

    #hometerritoires #territoires, #homemetiers #metiers { grid-template-columns: 1fr; }
    #hometerritoires #territoires .encart, #hometerritoires #territoires .encartdouble, #homemetiers #metiers .encart, #homemetiers #metiers .encartdouble { grid-column: auto; aspect-ratio: 370 / 320; }
}
