.header-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.bloc_image_header {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.bloc_image_header div {
    flex: 1;
    margin: 0;
    padding: 0;
}

.bloc_image_header div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* style menu regions et villes desktop */
.block_home_header {
    background-color: #283A42;
    padding: 75px 20px;
    width: 100%;
}

.parent_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    padding:  0px;
}

.premier_titre {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.text_menu_home {
    color:  #7BC55B;
    text-align: center;
    font-family: "Open Sans";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    max-width: 760px;
}

.header_search_home {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#header-region-input, div#header-secteur-input {
    background-color: #fff;
}

.bouton_home {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #69AF4B;
    padding: 16px 24px 16px 16px;
    border-radius: 0px 36px 36px 0px;
    height: 52px;
}

.bouton_home svg path {
    fill: #D8E479;
}

.bouton_home:hover {
    background: #7BC55B;
    cursor: pointer;
}

.button_home_trouver {
    color: #fff;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* style pour la carre de pub parlez à un conseiller  */
.bloc_pub_conseiller {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 36px 0px;
    border-top: 1px solid #D2D3D7;
    border-bottom: 1px solid #D2D3D7;
    background: #F6F6F6;
    margin-bottom: 50px;
}

.parler_conseiller {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #D2D3D7;
    cursor: pointer;
}

.parler_conseiller:hover .titre_conseiller p strong,
.parler_conseiller:hover .titre_conseiller p {
    color: #F1840E;
}

.case_text_conseiller {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 490px;
    padding: 36px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 158px;
}

.parler_conseiller:hover {
    border: 1px solid #F1840E;
}

.parler_conseiller:hover {
    background-color: #FFF9E8;
}

.parler_conseiller:hover .image_conseiller {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.titre_conseiller {
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 115%;
}

.titre_conseiller p {
    font-style: normal;
    font-weight: 400;
}

.titre_conseiller p strong {
    font-style: normal;
    font-weight: 700;
}

.titre_conseiller p em {
    color: #F1840E;
    font-style: italic;
    font-weight: 400;
}

.icone_chat {
    width: 55px;
    height: 55px;
}

.image_conseiller {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.image_conseiller img {
    height: auto;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
}

/* style pour les blocs résidences  */
.bloc_home {
    max-width: 1130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    margin: 0 auto;
}

.titre_un_home h2 {
    color: #3F3F3F;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.titre_un_home span {
    color: #69AF4B;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.etiquette_home {
    display: flex;
    flex-direction: row;
    column-gap: 4px;
    row-gap: 4px;
}

.etiquette_home div {
    padding: 4px 8px;
    border-radius: 8px;
    background: #F6F6F6;
    cursor: pointer;
}

.etiquette_home div:hover {
    background-color: #EAF3F9;
}

.etiquette_home div p:hover {
    text-decoration: underline;
    color: #008DEB;
}

.etiquette_home div p {
    color: #3F3F3F;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: max-content;
}

.etiquette_home.mtl {
    flex-wrap: wrap;
}

.bloc_home_quebec, .bloc_home_mtl,
.bloc_part_quebec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.bloc_resd_quebec {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 8px;
}

.bloc_resd {
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    width: 49%;
    box-shadow: 0 0 0 1px #D2D3D7;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.bloc_resd:hover {
    box-shadow: 0 0 0 1px #3f3f3f;
}

.bloc_resd div:first-child {
    width: 35%;
}

.bloc_resd div img {
    object-fit: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.bloc_resd:hover div img {
    opacity: .85;
}

.second_child {
    padding: 16px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 0;
    min-width: 0;
}

.second_child a  {
    width: 100%;
}

.text_pointiller {
    color:  #3F3F3F;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_pointiller:hover {
    color: #008DEB;
    text-decoration: underline;
}

.text_pointiller_address {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    cursor: pointer;
}

.bloc_resd .second_child address,
.bloc_resd .second_child p {
    color: #3F3F3F;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.icone_plus {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 72px;
    cursor: pointer;
    width: 49%;
}

.icone_plus.publicaions {
    width: 100%;
}

.icone_plus:hover div:first-child  {
    border-top: 1px solid #3F3F3F;
    border-bottom: 1px solid #3F3F3F;
    border-left: 1px solid #3F3F3F;
}

.icone_plus:hover div:nth-child(2) {
    border-top: 1px solid #3F3F3F;
    border-bottom: 1px solid #3F3F3F;
    border-right: 1px solid #3F3F3F;
}

.icone_plus:hover div:first-child {
    border-right: 0px;
}

.icone_plus:hover div:first-child svg path {
    fill: #fff;
}

.icone_plus:hover div:first-child {
    background-color: #69AF4B;
}

.icone_plus div:first-child {
    width: 92px;
    height: 72px;
    display: flex;
    justify-content: center;
    background-color: #F6F6F6;
    padding: 16px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #D2D3D7;
}

.icone_plus div:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    width: 100%;
    height: 72px;
    border-top: 1px solid #D2D3D7;
    border-bottom: 1px solid #D2D3D7;
    border-right: 1px solid #D2D3D7;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.icone_plus div:nth-child(2) h3 {
    color: #008DEB;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.icone_plus:hover  div:nth-child(2) h3 {
    text-decoration: underline;
}



.section_localite {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    padding: 50px 50px 50px 50px;
    border-top: 1px solid #D2D3D7;
    border-bottom: 1px solid #D2D3D7;
    background: #F6F6F6;
    margin-top: 50px;
}

.section_localite div img {
    height: auto;
    width: 100%;
    max-width: 630px;
    cursor: pointer;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    pointer-events: none;
}

.section_localite div img:hover {
    opacity: .85;
    cursor: pointer;
}

.tableau_local {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 38%;
}

.titre_local h2 {
    color: #3F3F3F;
    font-family: "Open Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}

.parag_local p {
    color: #3F3F3F;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}

.bouton_local  {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #D2D3D7;
    background: #FFF;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    cursor: pointer;
}

.bouton_local:hover {
    border: 1px solid #3F3F3F;
    color: #008DEB;
}

.bouton_local button {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bouton_local:hover svg path {
    fill: #7BC55B;
}

.bouton_local:hover svg {
    transform: rotate(180deg);
}

.municipalite_local {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 8px;
    border: 1px solid #D2D3D7;
    background: #fff;
}

.mots_cles_home {
    display: none;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 8px;
    border: 1px solid #D2D3D7;
    background: #fff;
}

.btn_mots_cle {
    color: #008DEB;
}

.btn_mots_cle:hover {
    text-decoration: underline;
}

.municipalite_local h3,
.mots_cles_home h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}

.municipalite_local ul li a,
.mots_cles_home a{
    color: #008DEB;
    cursor: pointer;
}

.municipalite_local ul li:hover,
.mots_cles_home a:hover {
    text-decoration: underline;
}

.liste_municipalite ul {
    columns: 3;
    gap: 24px;
}

.liste_municipalite ul li {
    line-height: 115%;
    margin-bottom: 4px;
}

.derniere_publications {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
    padding: 50px 0px;
    margin: 0 auto;
    max-width: 1130px;
}

.derniere_publications div h2 {
    color: #3F3F3F;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section_publications {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.premier_article {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #D2D3D7;
    border-radius: 8px;
    width: 100%;
}

.premier_article img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.premier_article img:hover {
    opacity: 0.85;
    cursor: pointer;
}

.premier_article div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
}

.premier_article div a:nth-child(2) p {
    color: #69AF4B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    width: fit-content;
}

.premier_article div a:nth-child(2) p:hover {
   cursor: pointer;
   text-decoration: underline;
}

.premier_article p {
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
}

.premier_article p:hover {
    cursor: pointer;
    color: #008DEB;
    text-decoration: underline;
}

.liste_publications {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

.autre_article:hover div:nth-child(2) {
    border-top: 1px solid #3f3f3f;
    border-right: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.autre_article div:nth-child(2) a:hover p {
    color: #008DEB;
    text-decoration: underline;
    cursor: pointer;
}

.autre_article div img {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top: 1px solid #D2D3D7;
    border-left: 1px solid #D2D3D7;
    border-bottom: 1px solid #D2D3D7;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.autre_article:hover div img {
    opacity: 0.85;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top: 1px solid #3F3F3F;
    border-left: 1px solid #3F3F3F;
    border-bottom: 1px solid #3F3F3F;
    cursor: pointer;
}

.autre_article div a {
    color: #69AF4B;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    display: grid;
}

.liste_publications .autre_article {
    display: flex;
    justify-content: flex-start;
    border-radius: 8px;
    width: 100%;
}

.autre_article div:first-child {
    height: 100%;
    width: 100%;
    max-width: 185px;
}

.autre_article div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border-top: 1px solid #D2D3D7;
    border-right: 1px solid #D2D3D7;
    border-bottom: 1px solid #D2D3D7;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.autre_article div:nth-child(2) a {
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer;
    width: 100%;
}

.autre_article div:nth-child(2) a:hover {
    text-decoration: underline;
}

.autre_article div:nth-child(2) a > p {
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    color: #3f3f3f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
}

.liste_publications .icone_plus div > p {
    color: #008DEB;
}

.liste_publications .icone_plus div > p:hover {
    text-decoration: underline;
}

.publicite_home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 36px 0px;
    border-top: 1px solid #D2D3D7;
    border-bottom: 1px solid #D2D3D7;
    background: #F6F6F6;
}

.publicite_home div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 900px;
    height: 250px;
    background:#D3D3D3;
    font-weight: 700;
}

/* style pour le menu dans le main  */

#case_region {
    border: 1px solid #B7B6B6;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}

#case_secteur {
    border-left: 0px;
    border-top: 1px solid #B7B6B6;
    border-bottom: 1px solid #B7B6B6;
}

#case_region, #case_secteur {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    max-width: 220px;
    min-width: 220px;
    height: 52px;
    background-color: #fff;
    padding: 16px 16px 16px 28px;
    box-sizing: border-box;
    cursor: pointer;
}

#case_region p, #case_secteur p {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden;
}

#case_region svg, #case_secteur svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

#case_region:hover svg path,
#case_secteur:hover svg path {
  fill: #7BC55B;
}

#case_region:hover svg,
#case_secteur:hover svg {
  top: 45%;
  transform: rotate(180deg);
}


div#case_region:hover, div#case_secteur:hover {
  background-color: #F6F6F6;
}

#case-region-overlay {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
    position: absolute;
    background-color: #fff;
    margin-left: 10px;
    margin-top: 5px;
    padding: 20px;
    border: 1px solid #B7B6B6;
    border-radius: 8px;
    width: 320px;
    z-index: 10000;
}

#choisir-region-overlay {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
    position: absolute;
    background-color: #fff;
    margin-top: 215px;
    padding: 20px;
    border: 1px solid #B7B6B6;
    border-radius: 8px;
    width: 320px;
    z-index: 10000;
}

#case-secteur-overlay {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
    position: absolute;
    padding: 20px;
    max-height: 552px;
    margin-top: 5px;
    border: 1px solid #D2D3D7;
    border-radius: 8px;
    background-color: #fff;
    z-index: 10000;
    overflow-y: scroll;
    overflow-x: hidden;
}

#case-region-overlay ul li,
#case-secteur-overlay ul li,
#choisir-region-overlay  ul li {
    padding: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

#case-secteur-overlay ul .titre_liste {
    padding: 0px;
    cursor: auto;
}

#case-region-overlay ul li:hover,
#choisir-region-overlay  ul li:hover  {
    color: #008DEB;
    background-color: #EAF3F9;
    border-radius: 4px;
    cursor: pointer;
}

#case-secteur-overlay ul li.item_liste_overlay:hover {
    color: #008DEB;
    background-color: #EAF3F9;
    border-radius: 4px;
    padding: 4px;
    cursor: pointer;
}

.survol_label {
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
    cursor: pointer;
    width: 100%;
}

.survol_label:hover {
    color: #008DEB;
    background-color: #EAF3F9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* style pour la galerie d'images  */
#bloc_galerie_home {
    width: 656px;
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.fleche_galery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1010px;
    height: 0;
}

.gallery-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: auto;
}

.gallery-container div h2 {
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.gallery-container div h2 span:nth-child(1) {
    font-family: "Open Sans";
    color: #3F3F3F;
    font-weight: 700;
}

.gallery-container div h2 span:nth-child(2) {
    font-family: "Open Sans";
    color: #69AF4B;
    font-weight: 700;
}

.btn_diapo {
    display: flex;
    justify-content: center;
    width: min-content;
}

.main-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    min-width: 656px;
}

.main-images {
    display: flex;
    flex: 1;
    transition: transform .8s ease;
}

.main-image {
    max-width: 100%;
    height: auto;
    display: block;
    flex: 0 0 100%;
    cursor: pointer;
    /* border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; */
}

.nav-arrow {
    display: flex;
    width: 40px;
    height: 100px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transform: translateY(170%);
    border-radius: 8px;
    background: #F6F6F6;
    z-index: 10;
}

.nav-arrow:hover {
    background-color: #D3D3D3;
}

.visit-image {
    flex: 0 0 326px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    background: #F6F5EF;
    padding: 32px;
    gap: 16px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    max-height: 315px;
}

.visit-image h3:first-child {
    color: #283A42;
    font-family: "Open Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
}

.visit-image p:nth-child(2) {
    color: #3F3F3F;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}

#visit-button {
    color: white;
    background: #69AF4B;
    border-bottom: 2px solid #427C29;
    border-radius: 36px;
    padding: 8px 16px;
    cursor: pointer;
}

.thumbnail-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

#visit-button:hover {
    background: #7BC55B;
}

.thumbnail {
    width: 100px;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s;
}

.thumbnail:hover {
    transform: scale(1.1);
    opacity: 0.85;
}

.thumbnail.active {
    transform: scale(1.1);
}

.main-image:hover {
    opacity: 0.85;
}

.thumbnail-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 10px 20px;
    scroll-snap-type: x mandatory;
}


.thumbnail-wrapper::-webkit-scrollbar {
    display: none;
}

  .thumbnail-container::-webkit-scrollbar {
    display: none;
}

.thumbnail {
    flex-shrink: 0;
    width: 100px;
    height: auto;
    scroll-snap-align: start;
}

#case-secteur-overlay::-webkit-scrollbar {
    width: 12px;
}

#case-secteur-overlay::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#case-secteur-overlay::-webkit-scrollbar-thumb {
    background: #D2D3D7;
    border-radius: 10px;
}

/* section retraité québec  */
.retraiter_quebec {
    margin-bottom: 16px;
}

.section_bloc_retraiter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.carre_retraiter {
    display: flex;
    gap: 12px;
    border-radius: 8px;
    background: #F6F6F6;
    padding: 12px;
    width: 369px;
}

.carre_retraiter div:first-child a {
    display: flex;
    width: 119px;
    height: 79px;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.carre_retraiter div:first-child a img {
    border-radius: 8px;
}

.contenu_retraite {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contenu_retraite a:first-child h3 {
    color: #3F3F3F;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    width: fit-content;
}

.contenu_retraite a:first-child:hover h3 {
    color: #008DEB;
    text-decoration: underline;
    cursor: pointer;
}

.contenu_retraite a:nth-child(2) {
    color: #666;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}

.bloc_publication {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.section_resd_home {
    position: relative;
    height: 100%;
    min-width: 132px;
    flex-shrink: 0;
}

.section_resd_home img {
    position: absolute;
}

.image_residentiel {
    z-index: 1;
}

.bandeau_residentiel {
    z-index: 2;
    opacity: 0.7;
    width: auto;
}
