/* Style entete */
nav a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(232, 172, 40, 0.8);
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    -o-transition: transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
}

#entete-accueil {
    background: rgba(0, 80, 93, 0.8);
}

.smallogo #entete-accueil {
    background: transparent linear-gradient(357deg, #070404 0%, #00505D 100%) 0% 0% no-repeat padding-box;
}

#breadcrumbs {
    padding: 2rem 0;
}

#breadcrumbs a {
    margin-right: 5px;
    text-transform: uppercase;
    color: #E8AC28;
    font-weight: 600;
}

#breadcrumbs span {
    text-transform: uppercase;
    color: #E8AC28;
    font-weight: 700;
}

#breadcrumbs strong {
    text-transform: uppercase;
    color: #E8AC28;
    font-weight: 600;
    margin-left: 5px;
}

#intro-page {
    padding: 8em 0 4em;
}

#intro-page .title h1,
#intro-page .title h2 {
    align-self: center;
    width: 100%;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

#intro-page h1,
#intro-page h2 {
    color: #fff;
    font-size: 60px;
    text-shadow: 2px 2px 3px #0000005e;
    text-align: center;
}

p {
    color: #000;
}

/*==========================
====== STYLE PAR PAGE ======
==========================*/

/* Actualités */
body.page-id-1262,
body.post-template-default {
    background: url(https://immozel.com/wp-content/themes/immozelV2/img/actu/fondActu.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

#Epingle {
    background: #fff;
    padding: .5em 0;
}

#titre-styx {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: .5em;
}

#Epingle .bloc-2 {
    padding: 2.5em .9375em 3em;
    align-self: center;
}

#Epingle .bloc-2 a {
    overflow: hidden;
    display: block;
}

#Epingle .bloc-2 img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: all .4s ease;
}

#Epingle .bloc-2 a:hover img {
    transform-origin: 50% 50%;
    transform: scale(1.3);
}

#actualite {
    background: url(https://immozel.com/wp-content/themes/immozelV2/img/actu/fondInfActu.png);
    background-size: cover;
}

#actualite .bloc-3 {
    margin-top: 1.8em;
}

/* Syndic */
#intro-page.page_39 {
    background: url(https://immozel.com/wp-content/themes/immozelV2/img/syndic/fondSyndic-1680.png) no-repeat center center;
    background-size: cover;
}

#syndic {
    padding: 2em 0;
}

#syndic h1 {
    text-align: center;
    font-weight: 100;
    font-size: 34px;
    margin-bottom: 1em;
    max-width: 820px;
    margin: auto;
}

.page-id-33 #syndic h1,
.page-id-34274 #syndic h1 {
    margin-bottom: 1em;
}

#syndic .gerer h2 {
    margin-bottom: 0.5em;
    line-height: 38px;
    text-align: center;
    font-weight: 100;
    font-size: 24px;
}

.page-id-39 .gerer {
    margin: 1.5em 0 1em;
}

#syndic .gerer p {
    text-align: center;
}

#syndic .axes {
    margin: 2em 0;
}

#syndic .axes h3 {
    color: #E8AC28;
    font-weight: 700;
    font-size: 24px;
}

#syndic .axes h3 {
    color: #E8AC28;
    font-size: 20px;
    text-align: center;
}

#syndic .axes p {
    text-align: center;
}

#syndic hr {
    color: #E8AC28;
    background: #E8AC28;
    border: none;
    height: 2px;
    width: 90px;
}

.bloc-bandeau .tof {
    overflow: hidden;
}

/* Estimer/ vendre */
#intro-page.page_33,
#intro-page.page_34274 {
    background: url(https://immozel.com/wp-content/themes/immozelV2/img/vendre/fondVendre-1680.png) no-repeat center center;
    background-size: cover;
}

.page-id-33 #syndic .gerer p,
.page-id-34274 #syndic .gerer p {
    text-align: left;
    margin-bottom: 2em;
}

#estim {
    background: #00505D;
}


.glob {
    margin-left: 50px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5px;
}

.john {
    font-weight: 400;
    font-size: 30px;
    margin: 0 20px;
}



/* BLOC BANDEAU FIN DE PAGE */
.bloc-bandeau {
    position: relative;
}

.bloc-bandeau .tof {
    margin: 2em 0;
    display: flex;
    position: relative;
    width: 100%;
}

.bloc-bandeau .contact {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.bloc-bandeau .contact a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 60px;
    font-weight: 600;
    background: #E8AC28;
    color: #fff;
}

.bloc-bandeau .contact a:hover {
    background: #fff;
    color: #E8AC28;
}

/* PAGE ACTUALITES */

@media only screen and (min-width: 720px) and (max-width: 800px) {
    .page-id-1262 #Epingle .bloc-2 {
        padding: 1.5em 0.9375em;
        align-self: center;
    }

    .page-id-1262 #Epingle .bloc-2:nth-child(2) {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .page-id-1262 #Epingle .bloc-2:nth-child(3) {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media only screen and (min-width: 720px) {

    #actualite .bloc-3:first-child,
    #actualite .bloc-3:nth-child(2),
    #actualite .bloc-3:nth-child(3) {
        margin-top: 0;
    }
}

@media only screen and (max-width: 719px) {
    .page-id-1262 #Epingle .bloc-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-id-1262 #Epingle .bloc-2:nth-child(2) {
        padding: 1.5em 0.9375em 0;
    }

    .page-id-1262 #Epingle .bloc-2:nth-child(3) {
        padding: 1em 0.9375em 1.5em;
    }
}

@media only screen and (min-width: 481px) and (max-width: 719px) {
    .page-id-1262 #actualite .bloc-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #actualite .bloc-3:first-child,
    #actualite .bloc-3:nth-child(2) {
        margin-top: 0;
    }
}

@media only screen and (max-width:480px) {
    .page-id-1262 #actualite .bloc-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
    }

    #actualite .bloc-3:first-child {
        margin-top: 0;
    }

    #actualite h3 {
        padding: inherit;
        width: auto;
        max-width: 90%;
        margin: auto;
        text-align: center;
        font: normal normal bold 22px/25px Open Sans;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1025px) {

    #intro-page h1,
    #intro-page h2 {
        font-size: 45px;
    }

    #syndic h1 {
        font-size: 30px;
    }

    #syndic .gerer h2 {
        line-height: 27px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 481px) and (max-width:800px) {

    #intro-page h1,
    #intro-page h2 {
        font-size: 40px;
    }

    #syndic h1 {
        font-size: 27px;
    }

    #syndic .gerer h2 {
        line-height: 24px;
        font-size: 22px;
    }
}

@media only screen and (max-width:480px) {

    #intro-page h1,
    #intro-page h2 {
        font-size: 36px;
    }

    #syndic h1 {
        font-size: 23px;
    }

    #syndic .gerer h2 {
        line-height: 22px;
        font-size: 20px;
    }

    .bloc-4.changes {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bloc-4.changes p {
        margin-bottom: 30px;
        padding: 0;
        width: 80%;
        margin: .5em auto 1.5em;
    }

    #breadcrumbs {
        padding: 1rem 0;
    }
}






/* SINGLE POST */
.single-post {}

.bodypost {
    background: #fff;
}

#singAria {
    padding-top: 5px;
}

#singAria * {
    margin-right: 5px;
    text-transform: uppercase;
    color: #E8AC28;
    font-weight: 600;
}

/* SINGLE POST */

/*.single-post .post-aeb{
	background:#fff;
}*/
.single-post .post-aeb * {
    color: #00505D;
}

.single-post .date-accueil {
    font-size: 12px;
    font-weight: 300;
    padding-top: 0.5em;
    padding-left: 2em;
    color: #000;
    position: relative;
}

.single-post .date-accueil:before {
    content: url(/wp-content/themes/immozelV2/img/calendar-post.svg);
    position: absolute;
    left: 0.5em;
    top: 0.65em;
}

.single-post .post-aeb .container {
    max-width: 900px;
    margin: auto;
}

.single-post .rowbuild {
    max-width: inherit;
    margin: inherit;
}

.single-post .post-aeb h1 {
    font: normal normal 300 50px/55px Open Sans;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.single-post .post-aeb h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin: 1em 0 .5em;
    color: #E6AB17;
}

.single-post .post-aeb h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin: 1em 0 .5em;
}

.single-post .post-aeb h4 {
    font-weight: 600;
    font-size: 21px;
    line-height: 22px;
    margin: 1em 0 .5em;
    text-transform: uppercase;
}

.single-post .post-aeb p {
    font-size: 16px;
    margin: .5em 0;
    line-height: 19px;
    color: #000;
}

.single-post .post-aeb .extrait p {
    color: #00505D;
}

.single-post .post-aeb img {
    margin: 1em 0;
}

.single-post .post-aeb .attachment-thumbnail-single {
    margin: 0;
}

.single-post .extrait {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
}

.single-post .post-aeb ul:not(.post-categories) {
    margin-left: 2em;
    margin-top: 0.5em;
}

.single-post .post-aeb ul:not(.post-categories) li {
    font-weight: 400;
    position: relative;
    padding: 0.25em 0 0 1em;
    color: #000;
    font-size: 16px;
    line-height: 19px;
}

.single-post .post-aeb ul:not(.post-categories) li:before {
    content: url(/wp-content/themes/immozelV2/img/puce.svg);
    position: absolute;
    left: 0;
}

.single-post .post-aeb .btn-post {
    padding: 8px 20px;
    background: #E8AC28;
    display: block;
    width: max-content;
    margin: 1em 0 1.5em;
    text-align: center;
    font: normal normal 600 20px/16px Open Sans;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* Générer un tableau */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 3rem;
}

table tr td {
    width: 29%;
}

table thead td,
table thead th {
    font-weight: 600;
}

.single-post .post-aeb table tr th {
    background: #00505D;
    border: 10px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 0.75em;
}

table tr td {
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    text-transform: uppercase;
    color: #363636;
    text-align: center;
}

table tr:nth-child(even) td {
    background: #CBCBCB;
    padding: 10px 0;
}

.single-post .post-aeb table {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #00000029;
}

/*GESTION DESMARGES ENTRE POST BUILDER ET L'EDITEUR WORDPRESS */
.single-post .build:last-child,
.single-post #away {
    padding-bottom: 4em;
}

.single-post .rowbuild .cats-date {
    padding: 1em .9375em;
}

.single-post #away .cats-date {
    padding-top: 1em;
    padding-bottom: 1em;
}

.wp-caption {
    position: relative;
    margin: 1em 0;
    display: flex;
}

.wp-caption img,
.single-post .wp-caption img {
    margin: 0;
}

.wp-caption-text,
.single-post .post-aeb .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.56);
    text-align: center;
    padding: 0.5em 0;
    font-size: 15px;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {

    .single-post .post-aeb .row>*,
    .single-post .actu-composant .row>* {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .single-post .post-aeb #breadcrumbs {
        line-height: 18px;
    }

    .single-post .post-aeb h1 {
        font-size: 30px;
        line-height: 34px;
    }
}

#away {
    max-width: 820px;
    margin: auto;
}


@media screen and (max-width:1023px) {
    .single-post .post-aeb .container {
        max-width: 95%;
    }
}



/* GESTION LOCATIVE */
.gestion-loc {
    padding: 3em 0;
}

.gestion-loc .bloc-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.gestion-loc .bloc-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#syndic>div>div>div:nth-child(2) {
    justify-content: space-evenly;
}

.gestion-loc h2 {
    font-weight: normal;
    font-size: 30px;
    letter-spacing: -0.02em;
    line-height: 55px;
}

.gestion-loc ul {
    margin-left: 2em;
    list-style-type: disc;
}

.gestion-loc li {
    line-height: 1.3;
}

.gestion-loc .contact {
    padding: 8px 20px;
    background: #E8AC28;
    width: max-content;
}

.gestion-loc a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.gestion-loc h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #e6ab17;
    text-transform: inherit;
    text-align: center;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gestion-loc .rea p {
    text-align: center;
}

.gestion-loc .rea {
    position: relative;
    padding-top: 4em;
}

.gestion-loc .rea:before {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
}

.gestion-loc .rea1:before {
    content: url(https://immozel.com/wp-content/themes/immozelV2/img/gl-reactivite.svg);
}

.gestion-loc .rea2:before {
    content: url(https://immozel.com/wp-content/themes/immozelV2/img/gl-proximite.svg);
}

.gestion-loc .rea3:before {
    content: url(https://immozel.com/wp-content/themes/immozelV2/img/gl-reseau.svg);
}

.gestion-loc .rea4:before {
    content: url(https://immozel.com/wp-content/themes/immozelV2/img/gl-syndic.svg);
}

@media screen and (max-width: 1199px) {
    .gestion-loc h2 {
        line-height: 1.3;
    }
}

@media screen and (max-width: 1024px) {
    .gestion-loc h2 {
        font-size: 24px;
    }

    .gestion-loc p {
        margin: 1em 0;
    }

    .gestion-loc img {
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
    .gestion-loc .bloc-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 719px) {

    .gestion-loc .bloc-2,
    .gestion-loc .bloc-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gestion-loc .contact,
    #syndic.gestion-loc img {
        margin-bottom: 1em;
    }

    .gestion-loc {
        padding: 2em 0;
    }
}