.page_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100vw;
}
.page_content_content,  .page_title {
    max-width: 1300px;
    margin: auto;
}


.page_content_container
{
    background-color: #FBF9EF;
    border-radius: 40px 40px 0px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    min-height: 50vh;
}
.page_content_container_homemade
{
    width: calc(100% - 60px) !important; 
}

body .wp-block-columns {
  align-items: center !important;
  justify-content: space-evenly;
}

.p-pages
{
    max-width: 600px;
    margin: auto;
}



.pages-top-img
{
    height: 300px;
/*         width: 100vw;
    min-height: 100%;
  max-height: 90vh; */
/*   overflow: hidden; */
}
.pages-top-img img
{
    width: 100vw;
    min-height: 50vh;
    margin-bottom: -50px;
    overflow: hidden;
}

.round-border-paragraph
{
    border-radius: 40px;
    max-width: fit-content;
}

/* .section-title
{
    font-size: 30px !important;
} */

.margin-auto
{
    margin: auto !important;
}
.margin-left
{
    margin-left: 0px;
}
.margin-right
{
    margin-right: 0px;
}

.justify-content-right
{
    display: flex;
    align-items: end;
    flex-direction: column;
}

.carte-rebozo
{
    max-width: 580px;
    width: 27vw /* 440px */;
    /* height: 214px; */
    min-height: 200px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.citations_top_page
{
    max-width: 100%;
    font-size: 37px;
}

.less-round-border-paragraph
{
    border-radius: 20px;
}
/*  p
{
    font-size: 20px;
} */

/* rebozo */
.img-accompagnants img
{
  max-width: 300px !important;
  margin: auto;
}


/* 💻 Large - ordinateurs portables */
@media (max-width: 900px) {
  /* Styles pour ≥992px et <1200px */s
.page_content,  .page_title {
    width: 100%;
}

.page_content_container
{
    padding: 10px;
}

.citations_top_page
{
    font-size: 20px !important;
}

.p-pages
{
    max-width: 600px;
    padding: 0px 30px 0px 30px;
    text-align: justify;
}

.section-title, .round-border-paragraph
{
    font-size: 20px !important;
}

.section-title, .round-border-paragraph
{
    font-size: 20px !important;
}

.carte-rebozo
{
    max-width: 580px;
    width: calc(100% - 100px) /* 440px */;
    padding: 30px;
    /* height: 214px; */
    min-height: auto;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
}

