@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&family=Raleway:wght@400;700;800&display=swap');
/*/
/////////////////////////////////////
/*/
/* ///// STYLE GLOBAL ///////////////// */
/*/
///////////////////////////////////
/*/
/* font-family: 'Open Sans', sans-serif;
 font-family: 'Raleway', sans-serif;
*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #292929;
}
body p {
    line-height: 28px;
    margin-bottom: 15px;
    color: #010f27;
}
.clearfix:after {
    display: none;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
main {
    clear: both;
}
.wrapper {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
}
.flex-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-end {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.h2-point {
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
    color: #00338f;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.h2-point span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f9b21b;
    margin-left: 3px;
    margin-bottom: -1px;
}
.dynamic-padding-left, .dynamic-padding-right {
    opacity: 0;
    transition: 200ms ease-in-out;
}
.default-btn, .form-submit {
    border: none;
    text-align: center;
    min-width: 230px;
    padding: 9px 22px 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 5px;
    background: #f9b21b;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}
.default-btn svg path {
    transition: all 200ms ease-in-out;
}
.default-btn.blue-border {
    color: #00338f;
    border: solid 1px #00338f;
    background: transparent;
    font-size: 14px;
    padding: 6px 22px 4px;
    line-height: 20px;
}
.default-btn.blue-border.white-large {
    padding: 9px 22px 8px;
    font-size: 16px;
    line-height: 22px;
    background: #e0e8f6;
}
.default-btn.blue-border.white-large:hover {
    background: #00338f;
}
.default-btn.white-border {
    color: #fff;
    border: solid 1px #fff;
    background: transparent;
}
.default-btn.white-border:hover {
    color: #00338f;
    background: #fff;
}
.default-btn.blue-border:hover svg path {
    fill: #fff;
}
.default-btn.blue-border:hover {
    color: #fff;
}
.default-btn:hover, .form-submit:hover {
    background: #00338f;
}
.default-btn.blue {
    background: #00338f;
}
.default-btn.blue:hover {
    background: #f9b21b;
}
/*/
/////////////////////////////////////
/*/
/* ///// HEADER /////////////////////// */
/*/
///////////////////////////////////
/*/
header {
    position: relative;
    background: #fff;
    z-index: 100;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.path-annonces header {
    position: fixed;
    width: 100%;
}
.path-annonces main {
    padding-top: 100px;
}
/*Header Top*/
header .region-header-top #block-lienshaut {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 30px;
    background: linear-gradient(to left, #003491, #0045c1);
}
header .region-header-top #block-lienshaut .top-menu a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-right: 40px;
    line-height: 18px;
    font-family: 'Raleway', sans-serif;
}
header .region-header-top #block-lienshaut .top-menu a:hover {
    text-decoration: underline;
}
header .region-header-top #block-lienshaut .socials {
    display: flex;
    margin-top: 1px;
}
header .region-header-top #block-lienshaut .socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 30px;
    width: 32px;
    border-left: solid 1px #fff;
}
header .region-header-top #block-lienshaut .socials a svg path {
    transition: all 200ms ease-in-out;
}
header .region-header-top #block-lienshaut .socials a:hover {
    background: #fff;
}
header .region-header-top #block-lienshaut .socials a:hover svg path {
    fill: #003491;
}
/*Header Bottom*/
header .region-header {
    position: relative;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 35px;
}
/*Logo*/
#block-agence-newton-theme-logoheader {
    position: absolute;
    left: 20px;
    top: 6px;
    transition: all 250ms ease-in-out;
}
#block-agence-newton-theme-logoheader a img {
    width: 179px;
}
/*Navigation secondaire*/
#block-navigationsecondaire {
    display: flex;
    align-items: center;
}
#block-navigationsecondaire .flag {
    display: inline-block;
    margin-right: 22px;
}
#block-selecteurdelangue {
    margin-right: 25px;
}
#block-selecteurdelangue .links {
    display: flex;
}
#block-selecteurdelangue .links li:first-of-type {
    padding-right: 8px;
    margin-right: 8px;
    border-right: solid 1px #c2d2ee;
}
#block-selecteurdelangue .links li a {
    display: inline-block;
    font-size: 16px;
    color: #00338f;
    text-decoration: none;
}
#block-selecteurdelangue .links li a.is-active {
    position: relative;
    font-weight: 700;
}
#block-selecteurdelangue .links li a.is-active:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 1px;
    width: 19px;
    height: 2px;
    background: #c2d2ee;
}
#block-navigationsecondaire .wishlist {
    position: relative;
    margin-right: 28px;
    text-decoration: none;
}
#block-navigationsecondaire .wishlist .number {
    position: absolute;
    top: -7px;
    right: -13px;
    min-height: 16px;
    min-width: 18px;
    background: #f9b21b;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
    border: solid 1px #fff;
}
#block-navigationsecondaire .wishlist img {
    width: 30px;
}
#block-navigationsecondaire .user img {
    width: 26px;
}
/*Navigation principale*/
header .block-superfish {
    position: relative;
    width: 100%;
    max-width: 1240px;
    display: flex;
    justify-content: flex-end;
}
#superfish-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
#superfish-main > li {
    display: inline-block;
    float: none;
    margin-right: 40px;
    position: static;
}
#superfish-main > li > a {
    font-size: 16px;
    color: #00338f;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}
#superfish-main > li > a.contact {
    height: 28px;
    line-height: 30px;
    color: #fff;
    background: #00338f;
    border-radius: 5px;
    padding: 0 20px;
}
#superfish-main > li > a:hover, #superfish-main > li > a.is-active:hover {
    color: #00338f;
}
#superfish-main > li > a.is-active {
    color: #00338f;
}
#superfish-main > li > a.contact.is-active {
    color: #fff;
}
#superfish-main > li > a.contact:hover {
    color: #fff;
}
#superfish-main > li > ul {
    display: none;
    /*display: flex;
    */
    flex-wrap: wrap;
    align-items: flex-start;
    left: 0 !important;
    top: 70px !important;
    box-sizing: border-box;
    background: #fff;
    padding: 35px;
    border-top: solid 2px #f9b21b;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
#superfish-main > li#main-menu-link-content4c7f3930-1f7b-44a0-aaa1-9144c4ece19f ul {
    width: 100% !important;
}
#superfish-main > li#main-menu-link-content6558bfae-0b7f-4e60-a33e-83d630580e2c ul {
    height: 250px !important;
    min-height: 250px !important;
    width: 100% !important;
    max-width: 740px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    column-count: 2 !important;
    column-gap: 120px !important;
    padding: 35px 70px 50px !important;
}
#superfish-main > li#main-menu-link-content6558bfae-0b7f-4e60-a33e-83d630580e2c ul li {
    border-bottom: solid 1px #e0e8f6;
    padding: 5px 0;
    display: block !important;
    width: 100%;
}
#superfish-main > li#main-menu-link-content6558bfae-0b7f-4e60-a33e-83d630580e2c ul li a {
    padding: 3px 0;
}
#superfish-main > li#main-menu-link-content6558bfae-0b7f-4e60-a33e-83d630580e2c ul li a:hover {
    padding: 3px 0 3px 10px;
}
#superfish-main > li#main-menu-link-content7736f09b-6b90-4dd6-a83c-bcfc562da305 > ul {
    width: 600px !important;
}
#superfish-main > li#main-menu-link-content4c7f3930-1f7b-44a0-aaa1-9144c4ece19f > ul {
    padding: 48px 67px;
    box-sizing: border-box;
}
#superfish-main > li > ul > li {
    width: auto;
}
#superfish-main li#main-menu-link-content4c7f3930-1f7b-44a0-aaa1-9144c4ece19f .sous-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
#superfish-main li#main-menu-link-content4c7f3930-1f7b-44a0-aaa1-9144c4ece19f .sous-menu .region {
    position: relative;
    display: flex;
    width: calc(25% - 30px);
    display: flex;
    align-items: flex-start;
}

#superfish-main li#main-menu-link-content4c7f3930-1f7b-44a0-aaa1-9144c4ece19f .sous-menu .region .lien-image {
    padding: 0;
    display: flex;
    position: relative;
}
#superfish-main li#main-menu-link-content4c7f3930-1f7b-44a0-aaa1-9144c4ece19f .sous-menu .region .image {
    width: 100%;
}
#superfish-main li#main-menu-link-content4c7f3930-1f7b-44a0-aaa1-9144c4ece19f .sous-menu .region .lien-image:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 125px;
    padding: 12px 9px;
    background: linear-gradient(to top, #00338f, transparent);
}
#superfish-main li#main-menu-link-content4c7f3930-1f7b-44a0-aaa1-9144c4ece19f .sous-menu .region .contenu {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 9px;
}
#superfish-main li#main-menu-link-content4c7f3930-1f7b-44a0-aaa1-9144c4ece19f .sous-menu .region .contenu .titre {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
#superfish-main li#main-menu-link-content4c7f3930-1f7b-44a0-aaa1-9144c4ece19f .sous-menu .region .contenu .btns {
    display: flex;
    gap: 10px;
}
#superfish-main li#main-menu-link-content4c7f3930-1f7b-44a0-aaa1-9144c4ece19f .sous-menu .region .contenu .btns a {
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
}
#superfish-main > li > a .sf-sub-indicator {
    font-size: 10px;
    right: -6px;
    top: 37px;
    opacity: 1;
}
#superfish-main > li#main-menu-link-content7736f09b-6b90-4dd6-a83c-bcfc562da305 > ul li:last-of-type {
    border-left: solid 2px #f9b21b;
}
#superfish-main > li > ul > li > a {
    text-decoration: none;
    padding: 3px 25px;
    color: #00338f;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
#superfish-main > li > ul li a .sf-sub-indicator {
    display: none;
}
#superfish-main > li > ul li > ul {
    position: relative !important;
    display: block;
    left: 0 !important;
    top: 0 !important;
    width: auto !important;
    height: auto !important;
    box-shadow: none;
}
/*/
/////////////////////////////////////
/*/
/* ///// TITRE DE PAGE //////////////// */
/*/
///////////////////////////////////
/*/
.region-page-title {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto;
}
.block-page-title-block h1 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 800;
    color: #00338f;
    font-family: 'Raleway', sans-serif;
}
/*Title Région*/
.title-content {
    margin-bottom: 40px;
}
.path-annonces .title-content {
    margin-bottom: 0;
}
.page-node-type-region .title-content {
    background: #00338f;
    padding: 70px 0 35px;
}
.page-node-type-region .title-content .region-page-title {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 740px;
}
.page-node-type-region .title-content .region-page-title .block-page-title-block h1 {
    font-weight: 700;
    color: #fff;
}
/*Title Contenu*/
.page-node-type-contenu .title-content, .path-mon-espace .title-content {
    background: #00338f;
}
.page-node-type-contenu .title-content .header-contenu .overlay, .path-mon-espace .title-content .header-contenu .overlay {
    display: flex;
    align-items: flex-end;
    min-height: 288px;
    padding: 35px 0;
    background: linear-gradient(20deg, rgba(0, 51, 143, .7), transparent);
}
.page-node-type-contenu .title-content .header-contenu .block-system-breadcrumb-block li, .path-mon-espace .title-content .header-contenu .block-system-breadcrumb-block li, .page-node-type-contenu .title-content .header-contenu .block-system-breadcrumb-block li a, .path-mon-espace .title-content .header-contenu .block-system-breadcrumb-block li a {
    color: #fff;
}
.page-node-type-contenu .title-content .region-page-title, .path-mon-espace .title-content .region-page-title {
    width: 100%;
    max-width: none;
    margin: 0;
}
.page-node-type-contenu .title-content .region-page-title .block-page-title-block h1, .path-mon-espace .title-content .region-page-title .block-page-title-block h1 {
    font-weight: 700;
    color: #fff;
}
/*/
/////////////////////////////////////
/*/
/* ///// BREADCRUMBS ////////////////// */
/*/
///////////////////////////////////
/*/
.block-system-breadcrumb-block {
    margin-top: 10px;
}
.block-system-breadcrumb-block li, .block-system-breadcrumb-block li a {
    font-size: 13px;
    line-height: 24px;
    color: #515151;
    text-decoration: none;
}
.node--type-annonce .block-system-breadcrumb-block li, .node--type-annonce .block-system-breadcrumb-block a {
    font-size: 14px;
    color: #00338f;
}
.block-system-breadcrumb-block li a:hover {
    text-decoration: underline;
}
.block-system-breadcrumb-block li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 8px;
    background: url('../images/svg/arrow-breadcrumbs.svg') no-repeat center;
}
/*Breadcrumb Région*/
.page-node-type-region .block-system-breadcrumb-block li, .page-node-type-region .block-system-breadcrumb-block li a {
    color: #fff;
}
/*/
/////////////////////////////////////
/*/
/* /// FORMULAIRE RECHERCHE ACCUEIL /// */
/*/
///////////////////////////////////
/*/
.container-home-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 1080px;
    padding: 110px 0 50px;
    background: url('../images/interface/bg-form-home-2025.webp') no-repeat center;
    background-size: cover;
}
.container-large {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto;
    position: relative;
}
.container-medium {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto;
    position: relative;
}
.container-home-form .logo {
    position: absolute;
    top: 0;
    left: 0;
}
.container-home-form .container-carte {
    padding-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}
.container-home-form .container-carte .map {
    width: 100%;
    max-width: 720px;
}
.container-home-form .container-carte .map svg {
    width: 100%;
}
.container-home-form .container-title {
    width: 100%;
    max-width: 660px;
    margin-left: 140px;
}
.container-home-form .container-title h1 {
    font-size: 28px;
    color: #f9b21b;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.container-home-form .container-title h1 span {
    text-transform: none;
    color: #fff;
    font-size: 66px;
    line-height: 77px;
    font-style: italic;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
}
.container-home-form .container-title .avis {
    color: #fff;
    margin-top: 25px;
}
.container-home-form .container-title .avis a {
    color: #fff;
}
.container-home-form .container-title .avis .pourcentage {
    font-size: 18px;
    font-weight: 700;
    margin: 0 10px;
}
.container-home-form .container-title .avis .lien-avis {
    font-size: 14px;
}
.container-home-form .container-form {
    width: 100%;
    margin-top: 45px;
    height: 148px;
}
.container-home-form .container-carte .map svg {
    max-width: 100%;
}
.container-home-form .container-carte .map svg #Groupe_14 path {
    cursor: pointer;
    transition: all 250ms ease-in-out;
}
.container-home-form .container-carte .map svg #Groupe_14 path:hover {
    fill: #f9b21b;
}
.container-home-form .container-form .newton-recherche-home-form-container {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, .25);
    padding: 14px 95px 16px 20px;
    border-radius: 5px;
}
.container-home-form .container-form .newton-recherche-home-form-container .recherche-container .liste-champs {
    display: flex;
    gap: 20px;
}
.container-home-form .container-form .newton-recherche-home-form-container .recherche-container .form-item {
    width: 100%;
    margin: 0;
}
.container-home-form .container-form .newton-recherche-home-form-container .recherche-container .form-item-budget-min, .container-home-form .container-form .newton-recherche-home-form-container .recherche-container .form-item-reference, .container-home-form .container-form .newton-recherche-home-form-container .recherche-container .form-item-surf-min, .container-home-form .container-form .newton-recherche-home-form-container .recherche-container .form-item-surf-max, .container-home-form .container-form .newton-recherche-home-form-container .recherche-container .form-item-terrain-min, .container-home-form .container-form .newton-recherche-home-form-container .recherche-container .form-item-terrain-max {
    display: none;
    margin-top: 20px;
}
.container-home-form .container-form .newton-recherche-home-form-container .recherche-container .form-item-budget-min {
    margin-top: 0;
}
.container-home-form .container-form .newton-recherche-home-form-container .recherche-container > .plus-criteres-home {
    position: absolute;
    right: 20px;
    bottom: -22px;
    height: 22px;
    line-height: 18px;
    background: rgba(255, 255, 255, .25);
    border-radius: 0 0 5px 5px;
}
.container-home-form .container-form .newton-recherche-home-form-container .recherche-container > .plus-criteres-home a {
    font-family: "Open Sans";
    font-size: 14px;
    color: #fff;
    background: url('../images/svg/plus-criteres-blanc.svg') no-repeat center left 25px;
    text-decoration: none;
    padding: 0 25px 0 40px;
}
.container-home-form .container-form .newton-recherche-home-form-container .recherche-container > .plus-criteres-home a.active {
    background: url('../images/svg/moins-criteres-blanc.svg') no-repeat center left 25px;
}
.container-home-form .container-form .newton-recherche-home-form-container .recherche-container .form-actions {
    position: absolute;
    right: 20px;
    top: 14px;
    bottom: 16px;
    width: 55px;
    margin: 0;
    text-align: center;
}
.container-home-form .container-form .newton-recherche-home-form-container .recherche-container .form-actions .form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    margin: 0;
    padding: 0;
    min-width: 0;
    border-radius: 5px;
    background: #f9b21b url('../images/svg/picto-zoom-white.svg') no-repeat center;
}
/*/
/////////////////////////////////////
/*/
/* ///////// THEMES ACCUEIL /////////// */
/*/
///////////////////////////////////
/*/
#block-views-block-themes-home {
    padding-bottom: 120px;
}
#block-views-block-themes-home .view-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 918px;
    margin: 0 auto 55px;
}
#block-views-block-themes-home .view-header h2 {
    text-align: center;
}
h2.star {
    position: relative;
    font-size: 32px;
    line-height: 37px;
    font-weight: 800;
    color: #00338f;
    font-family: 'Raleway';
}
h2.star:after {
    content: '';
    position: absolute;
    top: -22px;
    left: -42px;
    width: 41px;
    height: 41px;
    background: url(../images/svg/shiny-yellow-star.svg) no-repeat center / contain;
}
#block-views-block-themes-home .view-header p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    color: #00338f;
}
#block-views-block-themes-home .view-footer {
    display: flex;
    justify-content: center;
    margin-top: 46px;
}
#block-views-block-themes-home .view-footer a {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #00338f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
#block-views-block-themes-home .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}
#block-views-block-themes-home .view-content a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: calc(25% - 12px);
    height: 390px;
    background: #00338f;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
}
#block-views-block-themes-home .view-content a.large {
    width: calc(50% - 8px);
}
#block-views-block-themes-home .view-content a.large:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 152px;
    transform: translate(-50%, -50%);
    background: url('../images/interface/logo-newton-prestige.png') no-repeat center / contain;
}
#block-views-block-themes-home .view-content a.hidden {
    display: none;
}
#block-views-block-themes-home .view-content a .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 300ms ease-in-out;
}
#block-views-block-themes-home .view-content a:hover .image {
    transform: scale(1.05);
}
#block-views-block-themes-home .view-content a .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 138px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: linear-gradient(to top, #010f27, transparent);
}
#block-views-block-themes-home .view-content a.large .overlay {
    height: 100%;
}
#block-views-block-themes-home .view-content a .h3 {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
    font-family: 'Raleway', sans-serif;
}
#block-views-block-themes-home .view-content a:hover .h3 {
    transform: translateY(-15px);
}
#block-views-block-themes-home .view-content a .h3:after {
    content: '';
    position: absolute;
    left: calc(50% - 24px);
    bottom: -15px;
    width: 48px;
    height: 8px;
    opacity: 0;
    transition: all 300ms ease-in-out;
    background: url('../images/svg/arrow-right-white.svg') no-repeat center / contain;
}
#block-views-block-themes-home .view-content a:hover .h3:after {
    opacity: 1;
}
/*/
/////////////////////////////////////
/*/
/* ///// ACCUEIL VIDEOS YOUTUBE /////// */
/*/
///////////////////////////////////
/*/
.accueil-videos-youtube .header-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 40px;
}
.accueil-videos-youtube .swiper-slide.first-slide {
    width: 1080px;
}
.accueil-videos-youtube .swiper-slide.not-first-slide {
    width: 519px;
}
.accueil-videos-youtube .swiper-slide .bloc-videos {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.accueil-videos-youtube .swiper-slide .bloc-video {
    position: relative;
}
.accueil-videos-youtube .swiper-slide .bloc-video img {
    width: 100%;
}
.accueil-videos-youtube .swiper-slide .bloc-video .titre {
    position: absolute;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    font-family: 'Raleway';
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    text-align: center;
    padding: 230px 50px 30px;
}
.swiper-videos-youtube {
    position: relative;
}
.swiper-videos-youtube .swiper-button-prev, .swiper-videos-youtube .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    left: 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
}
.swiper-videos-youtube .swiper-button-next {
    left: auto;
    right: 15px;
}
.accueil-videos-youtube .blocs-chaines, #block-videosyoutube .blocs-chaines {
    margin-top: 55px;
}
.accueil-videos-youtube .blocs-chaines h2, #block-videosyoutube .blocs-chaines h2 {
    position: relative;
    font-size: 32px;
    line-height: 37px;
    font-weight: 800;
    color: #00338f;
    margin-bottom: 25px;
    font-family: 'Raleway';
}
.accueil-videos-youtube .blocs-chaines .liste-chaines, #block-videosyoutube .blocs-chaines .liste-chaines {
    display: flex;
    gap: 17px;
}
.accueil-videos-youtube .blocs-chaines .liste-chaines .bloc-chaine, #block-videosyoutube .blocs-chaines .liste-chaines .bloc-chaine {
    background: #f5f7fc;
    padding: 20px;
    display: flex;
    width: 100%;
    gap: 10px;
    box-shadow: 0 3px 6px rgba(0, 51, 143, .15);
}
.accueil-videos-youtube .blocs-chaines .liste-chaines .bloc-chaine .contenu .titre, #block-videosyoutube .blocs-chaines .liste-chaines .bloc-chaine .contenu .titre {
    font-size: 20px;
    line-height: 24px;
    color: #00338f;
    font-weight: 700;
    margin-bottom: 3px;
    font-family: 'Raleway';
}
.accueil-videos-youtube .blocs-chaines .liste-chaines .bloc-chaine .contenu .chaine-abonnes, #block-videosyoutube .blocs-chaines .liste-chaines .bloc-chaine .contenu .chaine-abonnes {
    margin-bottom: 10px;
}
.accueil-videos-youtube .blocs-chaines .liste-chaines .bloc-chaine .contenu .chaine-abonnes .chaine, #block-videosyoutube .blocs-chaines .liste-chaines .bloc-chaine .contenu .chaine-abonnes .chaine {
    font-size: 14px;
    font-weight: 700;
    color: #f9b21b;
}
.accueil-videos-youtube .blocs-chaines .liste-chaines .bloc-chaine .contenu .chaine-abonnes .abonnes, #block-videosyoutube .blocs-chaines .liste-chaines .bloc-chaine .contenu .chaine-abonnes .abonnes {
    font-size: 14px;
    color: #6f7988;
}
/*/
/////////////////////////////////////
/*/
/* ///// LISTE VIDEOS YOUTUBE ///////// */
/*/
///////////////////////////////////
/*/
#block-videosyoutube .liste-videos {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 50px;
}
#block-videosyoutube .liste-videos .bloc-videos {
    display: flex;
    flex-direction: column;
    gap: 17px;
    width: calc(33.333% - 22px);
}
#block-videosyoutube .liste-videos .bloc-videos .bloc-video {
    width: 100%;
}
#block-videosyoutube .liste-videos .bloc-video {
    width: calc(33.333% - 22px);
}
#block-videosyoutube .liste-videos .bloc-video img {
    width: 100%;
}
#block-videosyoutube .liste-videos .bloc-video.first-video {
    width: calc(66.66666% - 10px);
}
/*/
/////////////////////////////////////
/*/
/* //////// REGIONS ACCUEIL /////////// */
/*/
///////////////////////////////////
/*/
#block-views-block-regions-home {
    width: 90%;
    max-width: 1380px;
    margin: 100px auto;
}
#block-views-block-regions-home .view-header {
    padding-top: 60px;
    width: 100%;
    max-width: 918px;
    margin: 0 auto 40px;
}
#block-views-block-regions-home .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#block-views-block-regions-home .view-content a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: calc(25% - 14px);
    height: 346px;
    background: #00338f;
    margin: 7px;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
    padding: 10px;
}
#block-views-block-regions-home .view-content a:nth-child(1), #block-views-block-regions-home .view-content a:nth-child(5) {
    width: calc(50% - 14px);
}
#block-views-block-regions-home .view-content a .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    transition: all 300ms ease-in-out;
}
#block-views-block-regions-home .view-content a:hover .image {
    transform: scale(1.05);
    opacity: 0.3 !important;
}
#block-views-block-regions-home .view-content a:last-of-type .image {
    opacity: 0.4;
}
#block-views-block-regions-home .view-content a .h3 {
    position: relative;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    padding: 7px 20px 6px;
    border-radius: 25px;
    background: transparent;
    transition: all 250ms ease-in-out;
    font-family: 'Raleway', sans-serif;
}
#block-views-block-regions-home .view-content a:hover .h3 {
    background: #f9b21b;
}
/*/
/////////////////////////////////////
/*/
/* ///// PARTENAIRES ACCUEIL ////////// */
/*/
///////////////////////////////////
/*/
.view-id-partenaires.view-display-id-accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.view-id-partenaires.view-display-id-accueil .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
}
.view-id-partenaires.view-display-id-accueil .seo-text {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    margin-bottom: 50px;
    max-width: 810px;
    text-align: center;
}
.view-id-partenaires.view-display-id-accueil .view-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
/*/
/////////////////////////////////////
/*/
/* //// ANNONCES EXCLU ACCUEIL //////// */
/*/
///////////////////////////////////
/*/
#block-views-block-annonces-home {
    padding: 120px 0;
}
.container-slider-annonces-home {
    position: relative;
    padding: 0;
}
.container-slider-annonces-home .header-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 40px;
}
.container-slider-annonces-home .swiper-button-prev {
    width: 16px;
    height: 32px;
    left: -40px;
    background: url('../images/svg/arrow-slider-prev.svg') no-repeat center;
    background-size: contain;
}
.container-slider-annonces-home .swiper-button-next {
    width: 16px;
    height: 32px;
    right: -40px;
    background: url('../images/svg/arrow-slider-next.svg') no-repeat center;
    background-size: contain;
}
.container-slider-annonces-home .views-row {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.container-slider-annonces-home .view-footer {
    margin-top: 40px;
}
/*/
/////////////////////////////////////
/*/
/* /// ANNONCES SELECTION ACCUEIL ///// */
/*/
///////////////////////////////////
/*/
#block-views-block-annonces-selection {
    margin: 110px 0;
}
.container-slider-annonces-home .views-row .bloc-annonce {
    width: calc(100% - 12px);
}
/*/
/////////////////////////////////////
/*/
/* ///// VIGNETTE ANNONCE ///////////// */
/*/
///////////////////////////////////
/*/
.bloc-annonce {
    display: block;
    width: 100%;
    max-width: 502px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    text-decoration: none;
    border-bottom: solid 4px #c2d2ee;
    transition: all 250ms ease-in-out;
}
.bloc-annonce.encart-partenaire {
    background-repeat: no-repeat;
    background-position: 50%;
}
.bloc-annonce .image {
    display: flex;
    width: 100%;
    position: relative;
}
.bloc-annonce .image img {
    width: 100%;
}
.bloc-annonce .image .flags {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.bloc-annonce .image .flag {
    color: #8e4200;
    height: 22px;
    line-height: 24px;
    background: #f9b21b;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 15px;
    font-weight: 700;
    font-family: 'Raleway';
}
.bloc-annonce .image .flag.exclu {
    color: #c2d2ee;
    background: #00338f;
}
.bloc-annonce .image .flag.prestige {
    color: #f9b21b;
    background: #010f27;
}
.bloc-annonce .image .flag:last-of-type {
    border-radius: 0 8px 0 0;
}
.bloc-annonce .flags-videos {
    display: flex;
    gap: 8px;
}
.bloc-annonce .flags-videos .video {
    width: 43px;
    height: 43px;
    background: #00338f url('../images/svg/visite-video.svg') no-repeat center / 26px;
    border-radius: 50%;
}
.bloc-annonce .flags-videos .visite {
    width: 43px;
    height: 43px;
    background: #00338f url('../images/svg/visite-virtuelle.svg') no-repeat center / 26px;
    border-radius: 50%;
}
.bloc-annonce .image .compromis {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-family: "Open Sans";
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #ff0023;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.48);
    text-transform: uppercase;
}
.bloc-annonce .image .compromis.statut-1 {
    background: url('../images/filigrane/1.png') no-repeat 0 0;
    background-size: contain;
}
.bloc-annonce .image .compromis.statut-2 {
    background: url('../images/filigrane/2.png') no-repeat 0 0;
    background-size: contain;
}
.bloc-annonce .image .compromis.statut-3 {
    background: url('../images/filigrane/3.png') no-repeat 0 0;
    background-size: contain;
}
.bloc-annonce .image .compromis .vendu {
    line-height: 24px;
    display: none;
}
.bloc-annonce .image .compromis .vendu span {
    font-size: 16px;
}
.bloc-annonce .contenu {
    padding: 20px 0;
    background: #fff;
    min-height: 140px;
}
.bloc-annonce .contenu .h3 {
    font-size: 18px;
    line-height: 21px;
    color: #00338f;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 42px;
    min-height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bloc-annonce .contenu .cp-ville {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #00338f;
    margin-top: 8px;
}
.bloc-annonce .contenu .footer-annonce {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}
.bloc-annonce .contenu .footer-annonce .bloc-prix {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 6px;
}
.bloc-annonce .contenu .prix {
    font-size: 28px;
    font-weight: 800;
    color: #f9b21b;
    font-family: 'Raleway';
}
.bloc-annonce .contenu .prix sup {
    font-size: 16px;
}
.bloc-annonce .contenu .bloc-prix .prix-en-baisse {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #22ae51;
    border-radius: 12px;
    border: solid 1px #22ae51;
    font-size: 12px;
    font-weight: 700;
    height: 21px;
    padding: 0 12px;
    text-transform: uppercase;
    font-family: 'Raleway';
}
.bloc-annonce .contenu .prix .ancien {
    text-decoration: line-through;
    font-size: 12px;
    line-height: 14px;
}
.bloc-annonce .contenu .honoraires {
    font-size: 12px;
    line-height: 17px;
    color: #515151;
    margin-top: 3px;
}
/*/
/////////////////////////////////////
/*/
/* ///// CALCULATEURS ///////////////// */
/*/
///////////////////////////////////
/*/
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#block-calculateurs .popup-header {
    display: flex;
    align-items: flex-end;
    height: 74px;
    background: #c2d2ee;
    padding-left: 50px;
    position: relative;
}
#block-calculateurs .popup-header .close-calculator {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
#block-calculateurs .navigation-forms a {
    font-size: 15px;
    text-decoration: none;
    color: #00338f;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    min-width: 250px;
}
#block-calculateurs .navigation-forms a:hover {
    background: #e8effc;
}
#block-calculateurs .navigation-forms a.active {
    background: #fff;
    font-weight: 700;
}
#block-calculateurs .form {
    display: none;
    animation: fadeEffect 1s;
}
#block-calculateurs .form.active {
    display: block;
}
#block-calculateurs .popup-content {
    padding: 25px 50px;
}
#block-calculateurs .popup-content .h2-point {
    text-align: left;
}
/*/
/////////////////////////////////////
/*/
/* ///// FORMS CALCULATEURS /////////// */
/*/
///////////////////////////////////
/*/
.iframe-calculateur {
    margin-top: 30px;
}
.iframe-calculateur .bloc-radios {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.iframe-calculateur.frais_notaire .bloc-radios {
    margin-bottom: 13px;
}
.iframe-calculateur input[type=radio]:before {
    margin-top: -5px;
    margin-left: 0;
}
.iframe-calculateur .bloc-radios input {
    margin-right: 17px;
}
.iframe-calculateur .bloc-radios label {
    margin-right: 20px;
    cursor: pointer;
}
.iframe-calculateur .elements {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.iframe-calculateur.frais_notaire .elements {
    align-items: flex-end;
}
.iframe-calculateur .elements .element {
    min-width: 150px;
    max-width: 200px;
    margin-right: 20px;
}
.iframe-calculateur.simulateur-credit .elements .element {
    width: calc(30% - 15px);
    max-width: none;
}
.iframe-calculateur.simulateur-credit .elements .element.duree-remboursement {
    width: 62%;
}
.iframe-calculateur.simulateur-credit .elements .element .alert {
    color: red;
    font-weight: 700;
    font-size: 14px;
}
.iframe-calculateur .elements .element .label p {
    margin-bottom: 0;
    padding-left: 10px;
}
.iframe-calculateur .elements .element .field {
    display: flex;
    align-items: center;
}
.iframe-calculateur .elements .element .field input, .iframe-calculateur .elements .element .field select {
    margin-right: 5px;
    box-sizing: border-box;
}
.iframe-calculateur .elements .element .field .currency {
    font-weight: 700;
    color: #00338f;
}
.iframe-calculateur .bloc.resultat {
    padding: 20px 40px;
    border: solid 1px #c2d2ee;
    margin-top: 30px;
}
.iframe-calculateur .bloc.resultat .title p {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #00338f;
    font-weight: 700;
}
.iframe-calculateur .bloc.resultat input {
    width: auto;
    border: none;
    line-height: inherit;
    padding: 0;
    min-width: 0;
    max-width: 56px;
    height: auto;
}
.iframe-calculateur .bloc.resultat input:focus {
    outline: none;
}
.iframe-calculateur .col-lg-12 {
    padding: 0;
}
.iframe-calculateur legend {
    text-transform: uppercase;
    font-weight: 700;
    color: #00338f;
    font-size: 16px;
}
.tableau-amortissement {
    margin-top: 30px;
}
.tableau-amortissement .ligne {
    display: flex;
    line-height: 28px;
    padding-left: 10px;
}
.tableau-amortissement .ligne span {
    width: 20%;
}
.tableau-amortissement .ligne:nth-child(odd) {
    background: #f2f2f2;
}
.tableau-amortissement .ligne.thead {
    background: #00338f;
    color: #fff;
}
#resultats .recapitulatif > div {
    display: flex;
    justify-content: center;
    line-height: 28px;
}
#resultats .recapitulatif > div .label-result {
    width: 50%;
    text-align: right;
    padding-right: 5px;
}
#resultats .recapitulatif > div .value-result {
    width: 50%;
    text-align: left;
    padding-left: 5px;
    font-weight: 700;
}
#resultats .retour {
    text-align: center;
    margin-top: 20px;
}
#resultats .retour a {
    color: #00338f;
    font-weight: 700;
}
/*/
/////////////////////////////////////
/*/
/* ///// L'EQUIPE ///////////////////// */
/*/
///////////////////////////////////
/*/
#block-lequipe {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
#block-lequipe .membre {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#block-lequipe .membre:nth-child(even) {
    flex-direction: row-reverse;
}
#block-lequipe .membre .photo {
    width: 100%;
    max-width: 230px;
    margin-right: 25px;
}
#block-lequipe .membre .photo img {
    width: 100%;
}
#block-lequipe .membre:nth-child(even) .photo {
    margin-right: 25px;
    margin-left: 25px;
}
#block-lequipe .membre:nth-child(even) .contenu {
    text-align: right;
}
#block-lequipe .membre .contenu .nom {
    font-size: 20px;
    line-height: 30px;
    color: #00338f;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
#block-lequipe .membre .contenu a {
    color: #00338f;
}
#block-lequipe .membre .contenu .reseaux {
    display: flex;
}
#block-lequipe .membre .contenu .reseaux a {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/svg/share-linkedin.svg') no-repeat center;
    background-size: contain;
    margin: 0 10px 10px 0;
}
#block-lequipe .membre .contenu .reseaux a.facebook {
    background: url('../images/svg/share-facebook.svg') no-repeat center;
    background-size: contain;
}
#block-lequipe .membre .contenu .reseaux a.instagram {
    background: url('../images/svg/share-instagram.svg') no-repeat center;
    background-size: contain;
}
#block-lequipe .membre .contenu .reseaux a.twitter {
    background: url('../images/svg/share-twitter.svg') no-repeat center;
    background-size: contain;
}
/*/
/////////////////////////////////////
/*/
/* ///// FICHE ANNONCE //////////////// */
/*/
///////////////////////////////////
/*/
.node--type-annonce .header-annonce {
    background: #f5f7fc;
}
.node--type-annonce .header-annonce .block-titre-prix .container-medium {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding-top: 18px;
}
.node--type-annonce .header-annonce .block-titre-prix .container-medium h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #00338f;
    font-family: 'Raleway';
}
.node--type-annonce .header-annonce .block-titre-prix .container-medium .breadcrumb {
    padding-bottom: 0;
}
.node--type-annonce .header-annonce .block-titre-prix .container-medium .container-prix {
    min-width: 240px;
    padding-left: 35px;
    margin-left: 35px;
    border-left: solid 1px #c2d2ee;
    text-align: right;
}
.node--type-annonce .header-annonce .block-titre-prix .container-medium .container-prix .compromis {
    color: #fff;
    padding: 12px 10px;
    background: #ff0023;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    width: 100%;
    border-radius: 5px;
}
.node--type-annonce .header-annonce .block-titre-prix .container-medium .container-prix .compromis span {
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
}
.node--type-annonce .header-annonce .block-titre-prix .container-medium .container-prix .block-prix {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.node--type-annonce .header-annonce .block-titre-prix .container-medium .container-prix .prix {
    font-size: 36px;
    font-weight: 700;
    color: #f9b21b;
}
.node--type-annonce .header-annonce .block-titre-prix .container-medium .container-prix .prix sup {
    font-size: 22px;
}
.node--type-annonce .header-annonce .block-titre-prix .container-medium .container-prix .ancien {
    font-size: 24px;
    font-weight: 700;
    color: #a0a0a0;
    text-decoration: line-through;
}
.node--type-annonce .header-annonce .block-titre-prix .container-medium .container-prix .prix-en-baisse {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #22ae51;
    border-radius: 12px;
    border: solid 1px #22ae51;
    font-size: 12px;
    font-weight: 700;
    height: 21px;
    padding: 0 12px;
    text-transform: uppercase;
    font-family: 'Raleway';
    margin-top: 10px;
}
.node--type-annonce .header-annonce .block-titre-prix .container-medium .container-prix .honoraires {
    font-size: 12px;
    line-height: 14px;
    color: #010f27;
    max-width: 212px;
    margin: 3px 0 0;
}
.node--type-annonce .header-annonce .outer-nav-bar {
    height: 65px;
}
.node--type-annonce .header-annonce .nav-bar {
    width: 100%;
    background: #f5f7fc;
    padding: 16px 0;
    height: 65px;
    overflow: hidden;
}
.node--type-annonce .header-annonce .nav-bar .container-medium {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.node--type-annonce .header-annonce .nav-bar .container-medium .block-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.node--type-annonce .header-annonce .nav-bar .container-medium .block-shortcuts .default-btn {
    font-size: 15px;
    background: #e0e8f6;
    color: #00338f;
    line-height: 20px;
    padding: 7px 20px 6px;
    min-width: 0;
}
.node--type-annonce .header-annonce .nav-bar .container-medium .block-shortcuts .default-btn:hover {
    background: #00338f;
    color: #fff;
}
.node--type-annonce .header-annonce .nav-bar .container-medium .block-shortcuts .default-btn.contact-btn {
    color: #fff;
    background: #00338f;
}
.node--type-annonce .header-annonce .nav-bar .container-medium .block-shortcuts .default-btn.contact-btn:hover {
    background: #f9b21b;
}
.node--type-annonce .header-annonce .nav-bar .container-medium .ctas {
    display: flex;
    align-items: center;
    gap: 12px;
}
.node--type-annonce .header-annonce .nav-bar .container-medium .ctas .retour {
    height: 33px;
    border-radius: 5px;
    padding: 0 8px;
    gap: 6px;
    background: #00338f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
.node--type-annonce .header-annonce .nav-bar .container-medium .ctas .newton-add-favori {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.node--type-annonce .header-annonce .nav-bar .container-medium .ctas .newton-add-favori.active svg path {
    fill: #00338f;
}
.node--type-annonce .header-annonce .nav-bar .container-medium .ctas .open-calculator, .node--type-annonce .header-annonce .nav-bar .container-medium .ctas .cta-print {
    width: 33px;
    height: 33px;
    border-radius: 5px;
    background: #00338f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.node--type-annonce .header-annonce .nav-bar .container-medium .ctas .open-calculator:hover, .node--type-annonce .header-annonce .nav-bar .container-medium .ctas .cta-print:hover {
    background: #f9b21b;
}
.node--type-annonce .header-annonce .nav-bar.sticky-nav {
    position: fixed;
    top: 100px;
    z-index: 1050;
}
/*Block CTA*/
.node--type-annonce .header-annonce .block-cta {
    width: 100%;
    max-width: 260px;
    margin-left: 16px;
}
.node--type-annonce .header-annonce .block-cta .compromis {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background: #ff0023;
    padding: 12px 8px 8px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
}
.node--type-annonce .header-annonce .block-cta .compromis .vendu {
    line-height: 24px;
}
.node--type-annonce .header-annonce .block-cta .compromis span {
    font-size: 22px;
    line-height: 24px;
    text-transform: none;
}
.node--type-annonce .header-annonce .block-cta .block-prix {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background: #f9b21b;
    padding: 12px 8px 8px;
}
.node--type-annonce .header-annonce .block-cta .block-prix .prix {
    font-size: 36px;
    line-height: 24px;
    font-weight: 700;
}
.node--type-annonce .header-annonce .block-cta .block-prix .prix-baisse {
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(../images/svg/prix-baisse.svg);
    background-size: 26px auto;
    padding: 0 0 0 35px;
}
.node--type-annonce .header-annonce .block-cta .block-prix .prix-baisse .ancien {
    text-decoration: line-through;
    font-size: 18px;
    line-height: 24px;
}
.node--type-annonce .header-annonce .block-cta .block-prix .prix sup {
    font-size: 22px;
}
.node--type-annonce .header-annonce .block-cta .block-prix .honoraires {
    font-size: 12px;
}
.node--type-annonce .header-annonce .block-cta .ctas {
    display: flex;
    margin-top: 16px;
}
.node--type-annonce .header-annonce .block-cta .ctas a {
    background: #00338f;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
}
.node--type-annonce .header-annonce .block-cta .ctas a.active {
    background: #ff116a;
}
.node--type-annonce .header-annonce .block-cta .ctas a:hover {
    background: #f9b21b;
}
.node--type-annonce .header-annonce .block-cta .ctas .retour {
    width: 100%;
    justify-content: flex-start;
    padding-left: 7px;
    text-transform: uppercase;
}
.node--type-annonce .header-annonce .block-cta .ctas .retour img {
    margin-right: 15px;
}
.node--type-annonce .header-annonce .block-cta .ctas .cta-small {
    width: 100%;
    max-width: 38px;
    margin-left: 5px;
}
/*Galerie Photos*/
.node--type-annonce .galerie-annonce {
    display: flex;
    align-items: flex-start;
}
/*.node--type-annonce .galerie-annonce .compromis {
         display: flex;
         justify-content: center;
         align-items: center;
         width: 100%;
         position: absolute;
         left: 0;
         top: 0;
         bottom: 0;
         font-family: "Open Sans";
         font-weight: 800;
         font-size: 48px;
         line-height: 50px;
         text-align: center;
         color: #ff0023;
         text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.48);
         text-transform: uppercase;
         transform: rotate(-15deg);
         z-index: 1;
}
 .node--type-annonce .galerie-annonce .compromis .vendu{
         line-height: 24px;
}
*/
.node--type-annonce .galerie-annonce .compromis {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-family: "Open Sans";
    font-weight: 800;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    color: #ff0023;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.48);
    text-transform: uppercase;
    z-index: 1;
}
.node--type-annonce .galerie-annonce .compromis.statut-1 {
    background: url('../images/filigrane/1.png') no-repeat 0 0;
    background-size: contain;
}
.node--type-annonce .galerie-annonce .compromis.statut-2 {
    background: url('../images/filigrane/2.png') no-repeat 0 0;
    background-size: contain;
}
.node--type-annonce .galerie-annonce .compromis.statut-3 {
    background: url('../images/filigrane/3.png') no-repeat 0 0;
    background-size: contain;
}
.node--type-annonce .galerie-annonce .compromis .vendu {
    display: none;
    line-height: 24px;
}
.node--type-annonce .galerie-annonce .compromis .vendu span {
    font-size: 16px;
}
/*Swiper left*/
.node--type-annonce .galerie-annonce .swiperAnnonce1 {
    width: calc(100% - 414px);
    position: relative;
}
.node--type-annonce .galerie-annonce .swiperAnnonce1.alone {
    width: 100%;
}
.node--type-annonce .galerie-annonce .swiperAnnonce1 a {
    width: 100%;
    display: flex;
}
.node--type-annonce .galerie-annonce .swiperAnnonce1 a img {
    width: 100%;
}
.node--type-annonce .galerie-annonce .swiperAnnonce1 a img.mobile {
    display: none;
}
.node--type-annonce .galerie-annonce .swiperAnnonce1 .exclu {
    position: absolute;
    top: 32px;
    left: -57px;
    text-align: center;
    min-width: 200px;
    transform: rotate(-45deg);
    font-size: 14px;
    color: #fff;
    height: 23px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background: #00338f;
    font-family: 'Raleway', sans-serif;
    z-index: 1;
}
.node--type-annonce .galerie-annonce .swiperAnnonce1 .swiper-button-prev {
    width: 40px;
    height: 50px;
    left: 10px;
    background: url('../images/svg/arrow-slider-prev-white.svg') no-repeat center;
    background-size: 100% auto;
}
.node--type-annonce .galerie-annonce .swiperAnnonce1 .swiper-button-next {
    width: 40px;
    height: 50px;
    right: 10px;
    background: url('../images/svg/arrow-slider-next-white.svg') no-repeat center;
    background-size: contain;
}
/*Swiper right*/
.node--type-annonce .galerie-annonce .swiperAnnonce2 {
    position: relative;
    width: 100%;
    max-width: 414px;
    max-height: 800px;
    overflow: hidden;
}
.node--type-annonce .galerie-annonce .swiperAnnonce2 a.fancybox {
    height: 33.33333%;
    width: 100%;
    display: flex;
}
.node--type-annonce .galerie-annonce .swiperAnnonce2 a.fancybox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.node--type-annonce .galerie-annonce .swiperAnnonce2 a.launch-diaporama {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 90px;
    background: rgba(0, 51, 143, .8);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}
.node--type-annonce .galerie-annonce .swiperAnnonce2 a.launch-diaporama:hover {
    background: rgba(0, 51, 143, 1);
}
.node--type-annonce #videos {
    margin-top: 50px;
}
.node--type-annonce #videos .tabs-nav {
    display: flex;
    border-bottom: solid 6px #e0e8f6;
}
.node--type-annonce #videos .tabs-nav a {
    height: 45px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00338f;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.node--type-annonce #videos .tabs-nav a.active {
    background: #e0e8f6;
}
.node--type-annonce #videos .tabs-content .video {
    display: none;
}
.node--type-annonce #videos .tabs-content .video.active {
    display: block;
}
.node--type-annonce.annonce-prestige .galerie-annonce .swiperAnnonce1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 280px;
    width: 260px;
    height: 292px;
    background: url('../images/interface/fanion-prestige.png') no-repeat top center / contain;
}
.node--type-annonce.annonce-prestige .galerie-annonce .swiperAnnonce2 a.launch-diaporama {
    background: rgba(1, 15, 39, .5);
}
.node--type-annonce.annonce-prestige .galerie-annonce .swiperAnnonce2 a.launch-diaporama:hover {
    background: rgba(1, 15, 39, 1);
}
.node--type-annonce.annonce-prestige .header-annonce .block-titre-prix .container-medium h1 {
    color: #010f27;
}
.node--type-annonce.annonce-prestige .header-annonce .block-system-breadcrumb-block li, .node--type-annonce.annonce-prestige .header-annonce .block-system-breadcrumb-block a {
    color: #909bae;
}
.node--type-annonce.annonce-prestige .header-annonce .nav-bar .container-medium .block-shortcuts .default-btn {
    background: #909bae;
    color: #fff;
}
.node--type-annonce.annonce-prestige .header-annonce .nav-bar .container-medium .block-shortcuts .default-btn:hover {
    background: #010f27;
}
.node--type-annonce.annonce-prestige .header-annonce .nav-bar .container-medium .block-shortcuts .default-btn.contact-btn {
    background: #010f27;
}
.node--type-annonce.annonce-prestige .header-annonce .nav-bar .container-medium .block-shortcuts .default-btn.contact-btn:hover {
    background: #333;
}
.node--type-annonce.annonce-prestige .header-annonce .nav-bar .container-medium .ctas .retour {
    background: #010f27;
}
.node--type-annonce.annonce-prestige .header-annonce .nav-bar .container-medium .ctas .open-calculator, .node--type-annonce.annonce-prestige .header-annonce .nav-bar .container-medium .ctas .cta-print {
    background: #010f27;
}
.node--type-annonce.annonce-prestige .content-infos .block-infos .profil-agent {
    background: #010f27;
}
.node--type-annonce.annonce-prestige .content-infos .block-infos .profil-agent .content .nom, .node--type-annonce.annonce-prestige .content-infos .block-infos .profil-agent .content .fonction, .node--type-annonce.annonce-prestige .content-infos .block-infos .profil-agent .content .infos-legales {
    color: #fff;
}
.node--type-annonce.annonce-prestige .content-infos .block-infos .profil-agent .reseaux a svg path {
    fill: #fff;
}
.node--type-annonce.annonce-prestige .content-infos .block-infos .profil-agent .reseaux a:not(:last-of-type) {
    border-right: solid 1px #fff;
}
.node--type-annonce.annonce-prestige .content-infos .block-infos .btns .default-btn {
    background: #909bae;
    color: #fff;
}
.node--type-annonce.annonce-prestige .content-infos .block-infos .btns .default-btn:hover {
    background: #010f27;
}
.node--type-annonce.annonce-prestige #videos .tabs-nav {
    border-bottom: solid 6px #909bae;
}
.node--type-annonce.annonce-prestige #videos .tabs-nav a {
    color: #010f27;
}
.node--type-annonce.annonce-prestige #videos .tabs-nav a.active {
    color: #fff;
    background: #909bae;
}
.node--type-annonce .bloc-carte-prestige {
    display: flex;
    align-items: center;
}
.node--type-annonce .bloc-carte-prestige .titre {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #00338f;
}
.node--type-annonce .bloc-carte-prestige #carte-france {
    max-width: 470px;
    height: auto;
}
.node--type-annonce .bloc-carte-prestige #carte-france path.active {
    fill: #00338f;
}
.node--type-annonce #block-contactblock-2 {
    width: 100%;
}
.node--type-annonce #block-contactblock-2 h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #00338f;
    font-family: 'Raleway';
}
.node--type-annonce #block-contactblock-2 label {
    font-weight: 700;
    color: #00338f;
}
.node--type-annonce #block-contactblock-2 .field--type-list-string, .node--type-annonce #block-contactblock-2 .field--type-string, .node--type-annonce #block-contactblock-2 .field--type-email {
    width: 48%;
    margin-bottom: 0;
}
.node--type-annonce #block-contactblock-2 .field--type-list-string .form-item, .node--type-annonce #block-contactblock-2 .field--type-string .form-item, .node--type-annonce #block-contactblock-2 .field--type-email .form-item {
    margin-bottom: 0;
}
.node--type-annonce .galerie-annonce .swiperAnnonce2 .swiper-container, .node--type-annonce .galerie-annonce .swiperAnnonce2 .swiper-wrapper {
    height: 620px;
}
.node--type-annonce .galerie-annonce .swiperAnnonce2 .swiper-slide {
    display: flex;
    cursor: pointer;
    height: 146px !important;
}
.node--type-annonce .galerie-annonce .swiperAnnonce2 .swiper-slide img {
    height: 146px;
}
.node--type-annonce .galerie-annonce .swiperAnnonce2 .swiper-slide.swiper-slide-thumb-active img {
    outline: solid 3px #f9b21b;
    outline-offset: -3px;
}
.node--type-annonce .galerie-annonce .swiperAnnonce2 .swiper-button-prev {
    width: 100%;
    height: 41px;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    background: url('../images/svg/arrow-slider-prev-top.svg') no-repeat center;
    background-size: cover;
}
.node--type-annonce .galerie-annonce .swiperAnnonce2 .swiper-button-next {
    width: 100%;
    height: 41px;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin-top: 0;
    background: url('../images/svg/arrow-slider-next-bottom.svg') no-repeat center;
    background-size: cover;
}
/*Block Infos description*/
.node--type-annonce .content-infos {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
}
/*Partie gauche description*/
.node--type-annonce .content-infos .block-description {
    width: calc(100% - 443px);
    word-break: break-word;
}
.node--type-annonce .content-infos .block-description .block-shortcuts {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.node--type-annonce .content-infos .block-description .block-shortcuts .default-btn {
    padding: 9px 21px 8px;
    min-width: 0;
    margin: 0 16px 10px 0;
}
.node--type-annonce .content-infos .block-description .block-shortcuts .default-btn:last-of-type {
    margin: 0 0 10px 0;
}
.node--type-annonce .content-infos .block-description .description, .node--type-annonce .content-infos .block-description .description p, .node--type-annonce .content-infos .block-description .description li {
    line-height: 28px;
}
.node--type-annonce .content-infos .block-description .detail-honoraires span {
    font-size: 14px;
}
.node--type-annonce .content-infos .block-description .pdf-honoraires {
    margin-top: 30px;
}
.node--type-annonce .content-infos .block-description .pdf-honoraires a {
    color: #00338f;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
}
.node--type-annonce .content-infos .block-description .pdf-honoraires a img {
    margin-right: 5px;
}
/*Partie droite infos*/
.node--type-annonce .content-infos .block-infos {
    width: 100%;
    max-width: 398px;
    margin-left: 45px;
    position: sticky;
    top: 188px;
}
.node--type-annonce .content-infos .block-infos .btns {
    display: flex;
    gap: 1px;
}
.node--type-annonce .content-infos .block-infos .btns .default-btn {
    min-width: 0;
    font-size: 15px;
    width: 100%;
}
.node--type-annonce .content-infos .block-infos .btns .default-btn:first-of-type {
    border-radius: 0 0 0 5px;
}
.node--type-annonce .content-infos .block-infos .btns .default-btn:last-of-type {
    border-radius: 0 0 5px 0;
}
.node--type-annonce .content-infos .block-infos .profil-agent {
    display: flex;
    align-items: center;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background: #e0e8f6;
}
.node--type-annonce .content-infos .block-infos .profil-agent .photo {
    display: flex;
    width: 100%;
    max-width: 172px;
}
.node--type-annonce .content-infos .block-infos .profil-agent .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 10px;
}
.node--type-annonce .content-infos .block-infos .profil-agent .content .nom {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #00338f;
    font-family: 'Raleway', sans-serif;
}
.node--type-annonce .content-infos .block-infos .profil-agent .content .fonction {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    color: #00338f;
    margin-top: 8px;
}
.node--type-annonce .content-infos .block-infos .profil-agent .content .infos-legales {
    font-size: 16px;
    line-height: 20px;
    color: #00338f;
}
.node--type-annonce .content-infos .block-infos .profil-agent .content .default-btn {
    margin-top: 12px;
}
.node--type-annonce .content-infos .block-infos .profil-agent .reseaux {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}
.node--type-annonce .content-infos .block-infos .profil-agent .reseaux a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    min-width: 30px;
    height: 30px;
}
.node--type-annonce .content-infos .block-infos .profil-agent .reseaux a:not(:last-of-type) {
    border-right: solid 1px #00338f;
}
/*Infos agence*/
.node--type-annonce .content-infos .block-infos .infos-agence {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 23px 0;
    padding: 0 10px;
}
.node--type-annonce .content-infos .block-infos .infos-agence .contact {
    margin: 0 10px;
}
.node--type-annonce .content-infos .block-infos .infos-agence .contact .titre {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00338f;
    font-family: 'Raleway', sans-serif;
}
.node--type-annonce .content-infos .block-infos .infos-agence .contact .adresse {
    font-size: 16px;
    line-height: 22px;
    color: #515151;
}
/* Vidéo */
.node--type-annonce .content-infos .video iframe {
    width: 100%;
    height: 300px;
}
.node--type-annonce .content-infos .video.plan-2d {
    text-align: center;
}
.node--type-annonce .content-infos .video.plan-2d iframe {
    height: 400px;
}
.node--type-annonce .content-infos .video .lien-chaine {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.node--type-annonce .content-infos .video .lien-chaine a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #00338f;
    font-weight: 700;
    font-size: 18px;
}
.node--type-annonce .content-infos .video .lien-chaine a img {
    margin-right: 5px;
    width: 32px;
}
/*Caractéristiques*/
.node--type-annonce .caracteristiques {
    column-count: 2;
    margin-top: 60px;
}
.node--type-annonce .caracteristiques .carac {
    display: inline-block;
    width: 100%;
}
.node--type-annonce .caracteristiques .carac .titre, .node--type-annonce .block-dpe-ges .titre {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #00338f;
    padding-bottom: 6px;
    border-bottom: solid 1px #c2d2ee;
    margin-bottom: 18px;
    font-family: 'Raleway', sans-serif;
}
.node--type-annonce .block-dpe-ges {
    margin-top: 25px;
    margin-bottom: 50px;
}
.node--type-annonce .caracteristiques .carac .ligne {
    display: flex;
    align-items: flex-start;
}
.node--type-annonce .caracteristiques .carac .label {
    width: calc(50% - 7px);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #292929;
    font-weight: 400;
}
.node--type-annonce .caracteristiques .carac .value {
    width: calc(50% - 7px);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #292929;
    font-weight: 700;
    word-break: break-word;
}
.node--type-annonce .caracteristiques .carac svg {
    position: inherit !important;
}
/*DPE GES 2021*/
.node--type-annonce .container-dpe-ges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.node--type-annonce .container-dpe-ges .block-annonce-dpe {
    margin-right: 40px;
}
.node--type-annonce .header-annonce-dpe {
    font-weight: bold;
    color: #00a06c;
    margin-left: 5px;
    font-size: 13px;
    margin-bottom: 5px;
}
.node--type-annonce .footer-annonce-dpe {
    font-weight: bold;
    color: #d71d20;
    margin-left: 5px;
    font-size: 13px;
}
.node--type-annonce .header-annonce-ges {
    font-weight: bold;
    color: #a4dbf8;
    margin-left: 5px;
    font-size: 13px;
    margin-bottom: 5px;
}
.node--type-annonce .footer-annonce-ges {
    font-weight: bold;
    color: #271a35;
    margin-left: 5px;
    font-size: 13px;
}
/*DPE GES*/
.node--type-annonce .values {
    width: 300px;
    margin: 0 auto 15px;
}
.node--type-annonce .values .titles-values {
    display: flex;
    align-items: flex-end;
    width: 300px;
    text-align: center;
    padding: 0 10px;
}
.node--type-annonce .values .titles-values .title-value {
    width: 50%;
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 700;
}
.node--type-annonce .values .titles-values .title-value span {
    font-weight: 400;
}
.node--type-annonce .values .inner-values {
    display: flex;
    padding: 5px;
    border: solid 2px #000;
    border-radius: 5px;
    width: 300px;
}
.node--type-annonce .values .inner-values .content-value {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.node--type-annonce .values .inner-values .content-value:nth-child(1) {
    border-right: solid 2px #000;
}
.node--type-annonce .values .inner-values .content-value .value {
    font-weight: bold;
    font-size: 26px;
    color: #00338f;
    font-family: 'Raleway', sans-serif;
}
.node--type-annonce .values .inner-values .content-value .info-value {
    font-size: 12px;
    line-height: 12px;
}
/*Partage réseaux sociaux*/
.node--type-annonce .block-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}
.node--type-annonce .block-share .share-mail-custom {
    transform: translateY(1px);
    display: flex;
}
.node--type-annonce .block-share .titre {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #292929;
    margin-right: 10px;
    font-family: 'Raleway', sans-serif;
}
.node--type-annonce .block-share img {
    width: 30px;
}
#block-addtoanybuttons .addtoany_list > a {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
#block-addtoanybuttons .addtoany_list > a > span {
    display: none;
}
#block-addtoanybuttons .addtoany_list > a.a2a_button_email {
    background: url('../images/svg/share-mail.svg') no-repeat center;
    background-size: contain;
}
#block-addtoanybuttons .addtoany_list > a.a2a_button_facebook {
    background: url('../images/svg/share-facebook.svg') no-repeat center;
    background-size: contain;
}
#block-addtoanybuttons .addtoany_list > a.a2a_button_twitter {
    background: url('../images/svg/share-twitter.svg') no-repeat center;
    background-size: contain;
}
#block-addtoanybuttons .addtoany_list > a.a2a_button_linkedin {
    background: url('../images/svg/share-linkedin.svg') no-repeat center;
    background-size: contain;
}
/*CARTE ANNONCE*/
.node--type-annonce #map-annonce {
    z-index: 15;
    width: 100%;
    min-height: 450px;
}
/*/
/////////////////////////////////////
/*/
/* ///// BLOCK OUTILS ///////////////// */
/*/
///////////////////////////////////
/*/
#block-outils {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto;
}
#block-outils .btns-calculateurs {
    display: flex;
    justify-content: space-between;
}
#block-outils .btns-calculateurs a {
    width: 24%;
    max-width: 276px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid 1px #c2d2ee;
    padding: 20px 5px;
    min-height: 200px;
    text-align: center;
    text-decoration: none;
}
#block-outils .btns-calculateurs a:hover {
    background: #00338f;
}
#block-outils .btns-calculateurs a .picto {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 100%;
    max-width: 96px;
    height: 83px;
    border-radius: 5px;
    background: #00338f;
    margin-bottom: 15px;
    border: solid 1px #fff;
    transition: all 200ms ease-in-out;
}
#block-outils .btns-calculateurs a .titre {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #00338f;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}
#block-outils .btns-calculateurs a:hover .titre {
    color: #fff;
}
#block-outils .description-simulateurs {
    margin: 70px 0 50px;
}
#block-outils .description-simulateurs p {
    font-size: 16px;
    line-height: 30px;
    color: #515151;
}
#block-outils .estimation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
    padding: 70px 30px;
    min-height: 390px;
    border-radius: 10px;
    overflow: hidden;
    background: url('../images/interface/bg-estimation.jpg') no-repeat center;
    background-size: cover;
}
#block-outils .estimation .h2-point {
    color: #fff;
}
#block-outils .estimation p {
    color: #fff;
    margin: 35px 0 40px;
    text-align: center;
    width: 100%;
    max-width: 775px;
}
#block-outils .estimation .default-btn:hover {
    background: #fff;
    color: #00338f;
}
#block-iframeestimation {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    border: solid 1px #00338f;
}
/*/
/////////////////////////////////////
/*/
/* ///// CALCULATEURS ///////////////// */
/*/
///////////////////////////////////
/*/
.flex-center.print {
    margin-top: 25px;
}
.container-print-annonce {
    width: 100%;
    max-width: 1088px;
    padding: 20px;
    margin: 50px auto 0;
    color: #000;
    border: solid 1px rgba(0, 0, 0, .2);
}
.container-print-annonce .header-print-annonce {
    background: rgba(0, 0, 0, .05);
    padding: 20px;
    display: flex;
    align-items: center;
}
.container-print-annonce .header-print-annonce .logo {
    width: 100%;
    max-width: 83px;
    margin-right: 30px;
}
.container-print-annonce .header-print-annonce h1 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}
.container-print-annonce .header-print-annonce .prix-ref {
    width: 100%;
    max-width: 180px;
    margin-left: 30px;
}
.container-print-annonce .header-print-annonce .prix-ref .prix {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
}
.container-print-annonce .header-print-annonce .prix-ref .prix sup {
    font-size: 18px;
}
.container-print-annonce .header-print-annonce .prix-ref .ref {
    font-size: 18px;
    line-height: 28px;
}
.container-print-annonce .photos-contact {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.container-print-annonce .photos-contact .galerie {
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.container-print-annonce .photos-contact .galerie .main {
    width: calc(60% - 10px);
    height: 360px;
}
.container-print-annonce .photos-contact .galerie .second {
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.container-print-annonce .photos-contact .galerie .second .small-photo {
    width: 100%;
    height: 175px;
}
.container-print-annonce .photos-contact .contact {
    width: 40%;
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    text-align: center;
}
.container-print-annonce .photos-contact .contact .infos-agence {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 22px;
}
.container-print-annonce .photos-contact .contact .diagnostics img {
    max-height: 170px;
}
/*/
/////////////////////////////////////
/*/
/* ///// CALCULATEURS ///////////////// */
/*/
///////////////////////////////////
/*/
#block-calculateurs {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 120px 30px 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    opacity: 0;
    background: rgba(3, 21, 52, .7);
    transition: all 250ms ease-in-out;
}
#block-calculateurs.active {
    opacity: 1;
    z-index: 10000;
}
#block-calculateurs .inner {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-width: 1150px;
    min-height: 500px;
    transform: translateY(-300px);
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
#block-calculateurs.active .inner {
    transform: translateY(0);
}
/*/
/////////////////////////////////////
/*/
/* ///// TEMOIGNAGES ACCUEIL ////////// */
/*/
///////////////////////////////////
/*/
#block-temoignagesaccueil {
    display: flex;
    justify-content: center;
    padding: 100px 0;
    min-height: 490px;
    background: #e0e8f6;
    background-size: cover;
}
#block-temoignagesaccueil .container-slider {
    position: relative;
    margin: 0 0 25px;
}
#block-temoignagesaccueil .container-slider .swiper-slide {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
#block-temoignagesaccueil .inner-review {
    width: calc(100% - 12px);
    background: #fff;
    border-radius: 5px;
    padding: 40px;
    min-height: 242px;
    box-sizing: border-box;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
#block-temoignagesaccueil .inner-review .titre {
    font-size: 16px;
    line-height: 22px;
    color: #00338f;
    overflow: auto;
    min-height: 88px;
    max-height: 88px;
    padding-right: 10px;
}
#block-temoignagesaccueil .inner-review .nom-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #00338f;
}
#block-temoignagesaccueil .inner-review .nom-date .logo {
    width: 100%;
    max-width: 22px;
    margin-right: 8px;
}
#block-temoignagesaccueil .inner-review .nom-date .nom {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Raleway';
}
#block-temoignagesaccueil .inner-review .nom-date .date {
    font-size: 14px;
}
#block-temoignagesaccueil .inner-review .notation {
    margin-top: 9px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}
#block-temoignagesaccueil .inner-review .notation img {
    margin-right: 2px;
}
#block-temoignagesaccueil .inner-review .notation .note {
    height: 29px;
    line-height: 29px;
    padding: 0 12px;
    border-radius: 5px;
    color: #fff;
    background: #00338f;
    font-weight: 700;
    font-size: 14px;
    margin-left: 10px;
}
#block-temoignagesaccueil .inner-review .notation .stars {
    position: relative;
    width: 110px;
    height: 21px;
}
#block-temoignagesaccueil .inner-review .notation .stars .grey {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url('../images/svg/star-review-grey.svg');
}
#block-temoignagesaccueil .inner-review .notation .stars .yellow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url('../images/svg/star-review.svg');
}
#block-temoignagesaccueil .swiper-button-prev {
    width: 16px;
    height: 32px;
    left: -40px;
    background: url('../images/svg/arrow-slider-prev.svg') no-repeat center;
    background-size: contain;
}
#block-temoignagesaccueil .swiper-button-next {
    width: 16px;
    height: 32px;
    right: -40px;
    background: url('../images/svg/arrow-slider-next.svg') no-repeat center;
    background-size: contain;
}
/*/
/////////////////////////////////////
/*/
/* ///// VENDRE VOTRE BIEN //////////// */
/*/
///////////////////////////////////
/*/
#block-vendrevotrebien {
    margin: 110px 0;
}
#block-vendrevotrebien .liste-blocs {
    display: flex;
    justify-content: space-between;
}
#block-vendrevotrebien .liste-blocs .bloc {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    width: calc(50% - 50px);
    text-decoration: none;
    color: #fff;
    background: #001b4d;
}
#block-vendrevotrebien .liste-blocs .bloc .visuel {
    opacity: 0.4;
    transition: 250ms ease-in-out;
}
#block-vendrevotrebien .liste-blocs .bloc .contenu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    text-align: center;
}
#block-vendrevotrebien .liste-blocs .bloc .contenu .titre {
    position: relative;
    padding-bottom: 30px;
    font-size: 32px;
    line-height: 37px;
    font-family: 'Raleway';
}
#block-vendrevotrebien .liste-blocs .bloc .contenu .titre:after {
    content: '';
    height: 4px;
    width: 144px;
    background: #f9b21b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#block-vendrevotrebien .liste-blocs .bloc .contenu .titre span {
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
}
#block-vendrevotrebien .liste-blocs .bloc .contenu .texte {
    padding-top: 30px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 350ms ease-in-out;
}
#block-vendrevotrebien .liste-blocs .bloc .contenu p {
    max-width: 580px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Raleway';
}
#block-vendrevotrebien .liste-blocs .bloc .contenu .default-btn {
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
}
#block-vendrevotrebien .liste-blocs .bloc:hover .visuel {
    opacity: 0.15;
}
#block-vendrevotrebien .liste-blocs .bloc:hover .contenu .texte {
    opacity: 1;
    max-height: 1000px;
}
/*/
/////////////////////////////////////
/*/
/* //// PRESENTATION ACCUEIL ////////// */
/*/
///////////////////////////////////
/*/
.accueil-presentation {
    margin-top: 110px;
}
.accueil-presentation .notre-agence {
    display: flex;
    gap: 80px;
}
.accueil-presentation .notre-agence .visuel {
    width: 100%;
    max-width: 676px;
}
.accueil-presentation .notre-agence .contenu {
    width: 100%;
    padding-top: 110px;
    max-width: 815px;
}
.accueil-presentation .notre-agence .contenu h2 {
    position: relative;
    font-size: 32px;
    line-height: 37px;
    font-weight: 800;
    color: #00338f;
    margin-bottom: 24px;
    font-family: 'Raleway';
}
.accueil-presentation .notre-agence .contenu .default-btn {
    margin-top: 30px;
}
.accueil-presentation .vendre-bien {
    display: flex;
    align-items: center;
    gap: 80px;
    min-height: 500px;
    padding: 30px 0;
    margin-top: -300px;
    background: #c2d2ee url('../images/interface/accueil-bg-acheteurs.jpg') no-repeat right center / contain;
}
.accueil-presentation .vendre-bien .placeholder {
    width: 100%;
    max-width: 676px;
}
.accueil-presentation .vendre-bien .contenu {
    width: 100%;
    max-width: 690px;
}
.accueil-presentation .vendre-bien .contenu h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.accueil-presentation .vendre-bien .contenu p {
    color: #00338f;
}
.accueil-presentation .vendre-bien .contenu .default-btn {
    margin-top: 20px;
}
/*/
/////////////////////////////////////
/*/
/* //// ANNONCES ASSOCIEES //////////// */
/*/
///////////////////////////////////
/*/
.annonces-associees {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.annonces-associees .h2-point {
    width: 90%;
    max-width: 1450px;
    margin-bottom: 30px;
}
.annonces-associees .slider-annonces-associees {
    position: relative;
    width: 90%;
    max-width: 1450px;
    padding: 0 32px;
}
.annonces-associees .slider-annonces-associees .swiper-slide {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.annonces-associees .slider-annonces-associees .swiper-button-prev {
    width: 16px;
    height: 32px;
    left: 0;
    background: url('../images/svg/arrow-slider-prev.svg') no-repeat center;
    background-size: contain;
}
.annonces-associees .slider-annonces-associees .swiper-button-next {
    width: 16px;
    height: 32px;
    right: 0;
    background: url('../images/svg/arrow-slider-next.svg') no-repeat center;
    background-size: contain;
}
.annonces-associees .flex-center {
    margin-top: 40px;
}
.annonces-associees .informations-legales {
    width: 90%;
    max-width: 1245px;
    margin-top: 75px;
}
.annonces-associees .informations-legales p {
    font-size: 14px;
    line-height: 22px;
    color: #00338f;
    text-align: center;
}
.page-node-type-annonce #block-reseauxsociauxfooter {
    margin-top: 0;
}
/*/
/////////////////////////////////////
/*/
/* ///// LISTE PARTENAIRES //////////// */
/*/
///////////////////////////////////
/*/
#block-listepartenaires {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
#block-listepartenaires .categorie {
    margin-top: 60px;
}
#block-listepartenaires .titre-categorie {
    font-weight: 700;
    color: #00338f;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: solid 1px #f9b21b;
    font-family: 'Raleway', sans-serif;
}
#block-listepartenaires .partenaire {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
#block-listepartenaires .partenaire .logo {
    width: 100%;
    max-width: 300px;
    margin-right: 25px;
}
#block-listepartenaires .partenaire .contenu {
    width: 100%;
}
#block-listepartenaires .partenaire .contenu a {
    color: #00338f;
}
#block-listepartenaires .partenaire .titre {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
}
#block-listepartenaires .partenaire .texte p, #block-listepartenaires .partenaire .texte a {
    color: #515151;
}
/*/
/////////////////////////////////////
/*/
/* ///// CONTACT FORM ///////////////// */
/*/
///////////////////////////////////
/*/
.contact-form {
    width: calc(100% - 60px);
    max-width: 1360px;
    margin: 40px auto 0;
}
#block-agence-newton-theme-contactblock {
    max-width: 1364px;
}
#block-contactblock-2 {
    margin-bottom: 90px;
}
.contact-form .h2-point {
    padding-top: 70px;
    margin-bottom: 30px;
}
.contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contact-message-contactez-nous-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#contact-message-contactez-nous-form .titre-field-group {
    width: 100%;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: 700;
    margin-top: 30px;
    color: #00338f;
}
#contact-message-contactez-nous-form .titre-field-group:first-of-type {
    margin-top: 0;
}
#contact-message-contactez-nous-form .fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.contact-form form .field--type-list-string, .contact-form form .field--type-string, .contact-form form .field--type-email {
    width: 24%;
}
.contact-form form .field--type-list-string.field--name-field-decouverte-newton-contact {
    width: 100%;
}
.contact-form form .field--type-boolean {
    width: 100%;
    padding-left: 13px;
}
.contact-form form .form-item.form-type-checkbox {
    margin-bottom: 0;
}
.contact-form form .field--type-boolean label {
    font-weight: 400;
}
.contact-form form .field--name-field-id-annonce-contact {
    display: none;
}
.contact-form form .field--name-field-decouverte-newton-contact {
    margin-top: 25px;
}
#contact-message-contactez-nous-form .field--type-list-string, #contact-message-contactez-nous-form .field--type-string, #contact-message-contactez-nous-form .field--type-email {
    margin-right: 1%;
}
.contact-form form .field--type-list-string .form-radios {
    display: flex;
    flex-wrap: wrap;
}
.contact-form form .field--type-list-string .form-radios .form-type-radio:not(:last-of-type) {
    margin-right: 40px;
}
.contact-form form .form-item {
    margin-bottom: 10px;
}
.contact-form form label {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #242424;
}
.contact-form form .field--type-string-long {
    width: 100%;
}
form.newton-md-form .form-item.form-type-textfield label, form.newton-md-form .form-item.form-type-email label, form.newton-md-form .form-item.form-type-password label, form.newton-md-form .form-item.form-type-select label {
    position: absolute;
    top: 28px;
    left: 21px;
    font-family: Raleway;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #3a3a3a;
    pointer-events: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
form.newton-md-form .form-item.form-type-textfield.hasText label, form.newton-md-form .form-item.form-type-email.hasText label, form.newton-md-form .form-item.form-type-password.hasText label, form.newton-md-form .form-item.form-type-select.hasText label {
    top: 0px;
    left: 0px;
    font-size: 12px;
}
form.newton-md-form .form-item.form-type-textfield, form.newton-md-form .form-item.form-type-email, form.newton-md-form .form-item.form-type-password, form.newton-md-form .form-item.form-type-select, form.newton-md-form .form-item.form-type-textarea {
    position: relative;
    padding-top: 16px;
    padding-right: 10px;
    margin: 8px 0 0 0;
}
form.newton-md-form .form-item.form-type-textarea {
    width: 100%;
}
input[type="text"], input[type="email"], input[type="password"], select, .contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form select {
    color: #00338f;
    width: 100%;
    font-size: 16px;
    height: 49px;
    line-height: 39px;
    padding: 0 25px;
    border-radius: 5px;
    border: solid 1px #c2d2ee;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus, .contact-form form input[type="text"]:focus, .contact-form form input[type="email"]:focus, .contact-form form select:focus {
    outline: none;
}
input[type="text"]:placeholder, textarea:placeholder {
    color: #00338f;
}
.contact-form form .form-type-select {
    background: url('../images/svg/arrow-select.svg') no-repeat right 15px center;
}
.contact-form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    cursor: pointer;
}
.contact-form form textarea, form .form-type-textarea textarea {
    color: #4b4b4d;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 25px;
    border-radius: 15px;
    border: solid 1px #c2d2ee;
}
.contact-form form .form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
}
.contact-form form .infos_rgpd {
    font-size: 14px;
    line-height: 22px;
    color: #515151;
    margin: 20px 0 30px;
}
.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px 0 30px;
}
/*CHECKBOX*/
input[type=checkbox]:checked, input[type=checkbox]:disabled:checked, input[type=radio]:checked, input[type=radio]:disabled:checked {
    background-color: #f39517;
}
input[type=checkbox]:hover, input[type=checkbox]:focus, input[type=radio]:hover, input[type=radio]:focus {
    border: 2px solid #c2c2c2;
}
input[type=checkbox], input[type=radio] {
    margin: 0 10px 0 0;
}
input[type=checkbox]:before, input[type=radio]:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    font-weight: 700;
    border-radius: 5px;
    padding-left: 0.5px;
    padding-top: 2px;
    text-align: center;
    background: #fff;
    color: #00338f;
    border: none;
    cursor: pointer;
    margin-left: -2px;
    border: solid 1px #c2d2ee;
}
.contact-form input[type=checkbox]:before, .contact-form input[type=radio]:before {
    width: 20px;
    height: 20px;
}
input[type=radio]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
input[type=radio]:checked:before {
    color: #00338f;
    background: #00338f;
    outline: solid 3px #fff;
    outline-offset: -6px;
}
input[type=checkbox]:checked:before {
    content: "";
    background: #00338f;
    outline: solid 3px #fff;
    outline-offset: -6px;
}
/*/
/////////////////////////////////////
/*/
/* ///// LISTE ACTUALITES ///////////// */
/*/
///////////////////////////////////
/*/
.view-actualites {
    width: 90%;
    max-width: 1400px;
    margin: 120px auto;
}
.view-actualites.view-display-id-page {
    margin: 60px auto 0;
}
.view-actualites .h2-point {
    margin-bottom: 25px;
}
.view-actualites .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.view-actualites .view-content .views-row {
    width: 100%;
    max-width: 320px;
    margin: 14px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.view-actualites .view-content .views-row:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .45);
}
.view-actualites .view-content .views-row .image {
    height: 182px;
}
.view-actualites .view-content .views-row .contenu {
    padding: 30px 35px;
    text-align: center;
}
.view-actualites .view-content .views-row .contenu .titre {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #00338f;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 45px;
    min-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.view-actualites .view-content .views-row .contenu .resume {
    font-size: 16px;
    line-height: 22px;
    color: #515151;
}
.view-actualites .view-content .views-row .contenu .lire-la-suite {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #00338f;
    margin-top: 20px;
    text-transform: uppercase;
}
.view-actualites.view-display-id-accueil .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
}
.view-actualites.view-display-id-accueil .flex-center {
    margin-top: 45px;
}
/*/
/////////////////////////////////////
/*/
/* ///// PAGE ACTUALITE /////////////// */
/*/
///////////////////////////////////
/*/
.node--type-actualite {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.node--type-actualite .date {
    font-size: 14px;
    line-height: 25px;
    z-index: 5;
    position: relative;
    padding: 0 30px;
    border-radius: 30px;
    margin-top: 25px;
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}
.node--type-actualite h1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #00338f;
    text-align: center;
    margin-top: 25px;
    font-family: 'Raleway', sans-serif;
}
.node--type-actualite .image {
    text-align: center;
}
.node--type-actualite .image img {
    max-height: 400px;
}
.node--type-actualite .breadcrumb ol {
    text-align: center;
    margin-top: 10px;
}
.node--type-actualite .texte {
    margin-bottom: 40px;
}
/*/
/////////////////////////////////////
/*/
/* ///// PAGE DE CONTENU ////////////// */
/*/
///////////////////////////////////
/*/
.node--type-contenu {
    width: 100%;
}
.page-node-87 .node--type-contenu .para-photo-img img {
    width: 230px;
}
.page-node-87 .pos-photo-3 .para-desc {
    text-align: right;
}
/*/
/////////////////////////////////////
/*/
/* ///// PAGE REGION ////////////////// */
/*/
///////////////////////////////////
/*/
.node--type-region .contenu-region {
    display: flex;
    align-items: flex-start;
    gap: 64px;
    margin-top: -134px;
}
.node--type-region .contenu-region .image-region {
    width: 100%;
    max-width: 676px;
    display: flex;
    border-radius: 0 100px 100px 0;
    overflow: hidden;
}
.node--type-region .contenu-region .paragraphes-region {
    padding-top: 180px;
}
.node--type-region .paragraphes, .node--type-annonce #description {
    position: relative;
    transition: all 250ms ease-in-out;
    margin-bottom: 50px;
}
.node--type-region .paragraphes.reduce {
    max-height: 400px;
    overflow: hidden;
}
.node--type-annonce #description.reduce {
    max-height: 200px;
    overflow: hidden;
}
.node--type-region .paragraphes.reduce:after, .node--type-annonce #description.reduce:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, transparent, #fff);
}
.node--type-region .readmore-region a, .node--type-annonce .readmore-annonce a {
    font-size: 14px;
    font-weight: 700;
    color: #00338f;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.node--type-region .readmore-region a.active svg, .node--type-annonce .readmore-annonce a.active svg {
    transform: rotate(180deg);
}
.node--type-region .titre-annonces-region {
    margin-top: 80px;
}
.node--type-region .annonces-region {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 100px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.node--type-region .annonces-region h2 {
    text-align: center;
}
.node--type-region .annonces-region .liste-annonces {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 67px;
    margin-top: 50px;
}
.node--type-region .annonces-region .liste-annonces .bloc-annonce {
    width: calc(33.33333% - 45px);
}
/*/
/////////////////////////////////////
/*/
/* ///// PAGE DE RECHERCHE D'ANNONCES ////////////// */
/*/
///////////////////////////////////
/*/
.newton-page-recherche {
    display: flex;
}
.newton-page-recherche .col-recherche {
    width: 58%;
    max-width: 1100px;
    padding: 0 30px;
}
.newton-page-recherche .col-recherche h1 {
    margin: 30px 0 10px;
}
.newton-page-recherche .map-annonces {
    flex: 1 0 42%;
    position: sticky;
    top: 100px;
    height: calc(100vh - 120px);
    background-color: #ddd;
}
.newton-page-recherche .map-annonces.showmapevent {
    right: 0;
}
.newton-page-recherche .map-annonces > #mapAnnonces {
    width: 100%;
    height: 100%;
}
.newton-page-recherche .map-annonces .btn-survol {
    position: absolute;
    top: 18px;
    left: 20px;
    background-color: #fff;
    z-index: 999;
    padding: 14px 20px;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #515151;
}
.newton-page-recherche .map-annonces .btn-survol input:before {
    width: 20px;
    height: 20px;
}
.newton-map-cluster {
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 26px;
    background: rgba(0, 51, 143, 0.75);
    border: 1px solid rgba(0, 51, 143, 1);
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 15px;
    line-height: 50px;
    color: #fff;
}
.newton-page-recherche .map-annonces .leaflet-popup-content {
    margin: 0;
}
.newton-page-recherche .map-annonces .leaflet-popup-content .image-ann {
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}
.newton-page-recherche .map-annonces .leaflet-popup-content .infos {
    padding: 10px 10px;
}
.newton-page-recherche .map-annonces .leaflet-popup-content .titre-ann {
    font-family: Raleway;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #00338f;
}
.newton-page-recherche .map-annonces .leaflet-popup-content .bt-map-voir-ann {
    font-weight: 700;
    color: #fff;
    background: #00338f;
    font-size: 15px;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    margin: 10px 0 0px;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .recherche-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 20px;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .recherche-container .form-item {
    margin: 0;
    width: calc(20% - 16px);
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .recherche-container .form-item:nth-child(1), .newton-page-recherche .col-recherche .newton-recherche-page-form .recherche-container .form-item:nth-child(2), .newton-page-recherche .col-recherche .newton-recherche-page-form .recherche-container .form-item:nth-child(3) {
    width: calc(33.3333% - 14px);
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .recherche-container input[name="op_alerte"] {
    width: calc(32% - 16px);
    margin: 0;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .recherche-container input[name="op"] {
    min-width: 0;
    box-sizing: border-box;
    width: calc(8% - 16px);
    margin: 0;
    height: 49px;
    padding: 0;
    overflow: hidden;
    text-indent: -1000px;
    background: #f9b21b url('../images/svg/recherche-picto-zoom.svg') no-repeat center;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .recherche-container input[name="op"]:hover {
    background: #00338f url('../images/svg/recherche-picto-zoom.svg') no-repeat center;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .recherche-container .form-item input {
    max-width: 100%;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .recherche-container .form-item select {
    max-width: 100%;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .recherche-container .form-item textarea::placeholder, .newton-page-recherche .col-recherche .newton-recherche-page-form .recherche-container .form-item input::placeholder {
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #00338f;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .select2-container, .newton-recherche-home-form .select2-container, .newton-md-form .select2-container {
    color: #00338f;
    width: 100% !important;
    font-size: 16px;
    height: 49px;
    line-height: 49px;
    padding: 0 25px;
    border-radius: 5px;
    border: solid 1px #c2d2ee;
    background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #00338f;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .select2-container .select2-selection__rendered, .newton-recherche-home-form .select2-container .select2-selection__rendered, .newton-md-form .select2-container .select2-selection__rendered {
    line-height: 49px;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .select2-container .select2-selection--multiple .select2-selection__rendered, .newton-md-form .select2-container .select2-selection--multiple .select2-selection__rendered, .newton-recherche-home-form .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: none;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .select2-container.select2-container--open, .newton-recherche-home-form .select2-container.select2-container--open, .newton-md-form .select2-container.select2-container--open {
    border-radius: 5px 5px 0 0;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .select2-container .select2-selection, .newton-recherche-home-form .select2-container .select2-selection, .newton-md-form .select2-container .select2-selection {
    white-space: nowrap;
    background: transparent;
    padding: 0;
    height: 38px;
    border: 0;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .select2-container .select2-selection__choice_newton, .newton-recherche-home-form .select2-container .select2-selection__choice_newton {
    display: inline-block;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .select2-container .select2-search, .newton-recherche-home-form .select2-container .select2-search, .newton-creer-compte-form .select2-container .select2-search, .newton-creer-alerte-compte-form .select2-container .select2-search {
    line-height: 18px;
    display: inline-block;
}
.select2-selection.select2-selection--multiple::after {
    content: '';
    height: 36px;
    position: absolute;
    top: 1px;
    right: -24px;
    width: 30px;
    background: url('../images/svg/arrow-select.svg') no-repeat center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #00338f transparent transparent transparent;
    border-width: 6px 4px 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin: 0 5px 0 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear span {
    color: #00338f;
    font-size: 20px;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .form-actions {
    text-align: center;
    width: 100%;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .form-actions input[name=op_alerte] {
    background: #00338f url('../images/svg/recherche-picto-alerte.svg') no-repeat left 25px center;
}
.newton-page-recherche .col-recherche .newton-recherche-page-form .form-actions input[name=op_alerte]:hover {
    background: #f9b21b url('../images/svg/recherche-picto-alerte.svg') no-repeat left 25px center;
}
.newton-map-loader {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(222, 222, 222, .3);
}
.newton-map-loader .map-loader-gif {
    width: 50px;
    height: 50px;
    background-image: url(../images/interface/map-loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.newton-page-recherche .btn-show-map-mobile {
    width: fit-content;
    display: flex;
    justify-content: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    z-index: 999;
}
.newton-page-recherche .btn-show-map-mobile a {
    display: inline-block;
    width: 100%;
    height: 35px;
    border-radius: 3px;
    background: #f9b21b;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 0px 20px;
    box-shadow: 0px 3px 6px #000;
}
.newton-page-recherche .col-recherche .top-resultats {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 25px 0 0px;
}
.newton-page-recherche .col-recherche .nb-resultats {
    font-family: "Raleway";
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    color: #00338f;
}
.newton-page-recherche .col-recherche .nb-resultats a {
    color: #00338f;
}
.newton-page-recherche .col-recherche .newton-annonces-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0;
    padding: 20px 0;
    gap: 25px 34px;
}
.newton-page-recherche .col-recherche .newton-annonces-list::after {
    content: "";
    flex: auto;
}
.newton-page-recherche .col-recherche .newton-annonces-list .bloc-ann {
    display: flex;
    width: calc(50% - 17px);
    margin: 0 0 0 0;
    position: relative;
}
.newton-page-recherche .col-recherche .newton-annonces-list .bloc-ann.encart .margin {
    width: 100%;
    height: 100%;
}
.newton-page-recherche .col-recherche .newton-annonces-list .bloc-ann.encart .margin .bloc-annonce {
    width: 100%;
    height: 100%;
    border-bottom: none;
}
/*/
/////////////////////////////////////
/*/
/* ///// MON ESPACE ////////////// */
/*/
///////////////////////////////////
/*/
.newton-register-login-form, .newton-mot-de-passe-oublie-form, .newton-onetimelogin-pass-change-form, .newton-creer-compte-form-container, .newton-compte-utilisateur-page, .newton-alerte-delete-form {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto;
}
.newton-creer-compte-form-container .desc {
    line-height: 24px;
}
.newton-register-login-form {
    display: flex;
}
.newton-register-login-form h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #00338f;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
}
.newton-register-login-form .desc {
    line-height: 24px;
}
.newton-register-login-form .newton-bloc-creer-compte {
    flex: 0 1 auto;
    padding: 0px 40px 0 0;
    border-right: 1px solid #cbcbcb;
}
.newton-register-login-form .newton-bloc-connexion {
    flex: 0 0 40%;
    padding: 0px 0px 0 50px;
}
.newton-register-login-form .cmc-form-actions {
    margin: 30px 0 10px 0;
    text-align: center;
}
.newton-register-login-form .newton-password-lost-link {
    text-align: center;
    margin: 20px 0;
}
.newton-register-login-form .newton-password-lost-link a {
    color: #00338f;
}
.newton-register-login-form .btn-creer-compte {
    margin: 20px 0;
}
.newton-edit-compte-form, newton-edit-password-compte-form {
    margin: 0 0 50px 0;
}
.newton-creer-compte-form .newton-form-fields, .newton-form .newton-form-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.newton-creer-compte-form .titre-field-group, .newton-form .titre-field-group {
    width: 100%;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: 700;
    margin-top: 30px;
    color: #00338f;
}
.newton-creer-compte-form .titre-field-group:first-of-type, .newton-form .titre-field-group:first-of-type {
    margin-top: 0;
}
.newton-creer-compte-form .form-item.form-type-textfield, .newton-creer-compte-form .form-item.form-type-email, .newton-creer-compte-form .form-item.form-type-password, .newton-creer-compte-form .form-item.form-type-select, .newton-form .form-item.form-type-textfield, .newton-form .form-item.form-type-email, .newton-form .form-item.form-type-password, .newton-form .form-item.form-type-select {
    width: 25%;
}
.newton-md-form input[type=checkbox]:before, .newton-md-form input[type=radio]:before {
    width: 20px;
    height: 20px;
}
.newton-md-form .form-type-checkbox {
    padding-left: 13px;
}
.newton-creer-compte-form .infos-donnees {
    margin: 60px 0 0 0;
    font-size: 13px;
    line-height: 18px;
    color: #333;
}
form.newton-md-form.newton-creer-compte-form .form-item-connu-newton.form-type-select {
    width: 100%;
}
.newton-md-form .newton-form-actions {
    width: 100%;
    margin: 20px 0 0 0;
}
.newton-md-form .description {
    padding: 5px 0 0 20px;
}
.newton-menu-compte {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newton-menu-compte .bloc-menu {
    flex: 1 1 32%;
    margin: 0 1% 20px 0;
    background: #fff;
    border-radius: 5px;
    padding: 30px 20px;
    box-sizing: border-box;
    border: 1px solid #c2d2ee;
    text-align: center;
}
.newton-menu-compte .bloc-menu .default-btn {
    padding: 5px 16px 4px;
    font-size: 15px;
    min-width: 180px;
    margin-top: 10px;
}
.newton-menu-compte .bloc-menu .titre {
    display: block;
    margin-bottom: 10px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #00338f;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-image: url('../images/svg/menu-mon-compte.svg');
    padding-top: 100px;
    text-decoration: none;
}
.newton-menu-compte .bloc-menu.menu-selections .titre {
    background-image: url('../images/svg/menu-selections.svg');
}
.newton-menu-compte .bloc-menu.menu-alertes .titre {
    background-image: url('../images/svg/menu-alertes.svg');
}
.newton-menu-compte .bloc-menu .desc, .newton-menu-compte .bloc-menu .alertes-actives {
    line-height: 24px;
}
.newton-menu-compte .bloc-menu .desc {
    min-height: 100px;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.newton-menu-compte .bloc-menu .alertes-actives {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #00338f;
    text-transform: uppercase;
    margin: 15px 0 0 0;
}
.newton-menu-compte .bloc-menu .logout {
    margin: 15px 0 0 0;
}
.newton-menu-compte .bloc-menu .logout a {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ff0023;
    text-decoration: none;
    text-transform: uppercase;
}
.newton-liste-alertes {
    margin: 40px 0;
}
.newton-liste-alertes .titre-field-group {
    width: 100%;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: 700;
    margin-top: 30px;
    color: #00338f;
}
.newton-liste-alertes table {
    width: 100%;
    margin: 30px 0;
}
.newton-liste-alertes table thead tr {
    border-bottom: 1px solid #e7e7e7;
}
.newton-liste-alertes table thead th {
    font-size: 16px;
    color: #282828;
    font-weight: 700;
    text-align: left;
    padding: 5px;
}
.newton-liste-alertes table tbody td {
    font-size: 14px;
    color: #282828;
    font-weight: 400;
    padding: 8px 5px;
}
.newton-liste-alertes table tbody tr:nth-child(2n) {
    background-color: #f7f7f7;
}
.newton-liste-alertes table tbody td .fa.fa-check {
    color: #1eb980;
}
.newton-liste-alertes table tbody td a {
    color: #00338f;
}
.newton-favoris-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.newton-favoris-page .bloc-annonce {
    margin: 10px 10px;
}
/*/
/////////////////////////////////////
/*/
/* ///// BLOC NEWSLETTER ////////////// */
/*/
///////////////////////////////////
/*/
.block-minitransat-newsletter-block {
    background-color: #e0e8f6;
    margin-top: 110px;
    padding: 25px 0;
    border-bottom: solid 11px #00338f;
}
.block-minitransat-newsletter-block .container-large {
    display: flex;
    align-items: center;
    padding-left: 190px;
    min-height: 155px;
    background: url('../images/svg/newsletter-block.svg') no-repeat left center / 152px;
}
.block-minitransat-newsletter-block form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.block-minitransat-newsletter-block form .bloc-titre {
    width: 100%;
    max-width: 700px;
}
.block-minitransat-newsletter-block form .bloc-titre .titre {
    font-size: 22px;
    font-weight: 700;
    color: #00338f;
    margin-bottom: 13px;
    font-family: 'Raleway';
}
.block-minitransat-newsletter-block form .bloc-titre .sous-titre {
    font-size: 16px;
    line-height: 24px;
    color: #00338f;
}
.block-minitransat-newsletter-block form .container-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    max-width: 674px;
    padding-left: 35px;
    border-left: solid 1px #c2d2ee;
}
.block-minitransat-newsletter-block form .container-form .form-item-email {
    width: 100%;
    margin: 0;
}
.block-minitransat-newsletter-block form .container-form .form-item-email input[type="email"] {
    height: 39px;
    border: none;
}
.block-minitransat-newsletter-block form .container-form .form-item-rgpd {
    display: flex;
    align-items: flex-start;
    margin: 0;
    gap: 5px;
    width: calc(100% - 180px);
}
.block-minitransat-newsletter-block form .container-form .form-item-rgpd label {
    cursor: pointer;
    font-size: 13px;
    line-height: 19px;
    color: #00338f;
}
.block-minitransat-newsletter-block form .container-form .form-item-rgpd input {
    margin-top: 6px;
}
.block-minitransat-newsletter-block form .container-form .form-actions {
    width: 100%;
    max-width: 170px;
    margin: 0;
}
.block-minitransat-newsletter-block form .container-form .form-actions .form-submit {
    width: 100%;
    min-width: 0;
    padding: 9px 10px 8px;
    margin: 0;
    background: #00338f;
}
.block-minitransat-newsletter-block form .container-form .form-actions .form-submit:hover {
    background: #f9b21b;
}
/*/
/////////////////////////////////////
/*/
/* ///// MAP FOOTER /////////////////// */
/*/
///////////////////////////////////
/*/
#blockMap {
    min-height: 570px;
    margin-top: 180px;
}
/*/
/////////////////////////////////////
/*/
/* ///// FOOTER /////////////////////// */
/*/
///////////////////////////////////
/*/
footer {
    clear: both;
    color: #292929;
    background: #fff;
}
/*Réseaux sociaux*/
#block-reseauxsociauxfooter {
    margin-top: 110px;
    min-height: 210px;
    padding: 60px 20px;
    background: url('../images/interface/bg-socials.jpg') no-repeat center;
    background-size: cover;
}
.path-frontpage #block-reseauxsociauxfooter {
    margin-top: 0px;
}
#block-reseauxsociauxfooter .h2-point {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
}
#block-reseauxsociauxfooter .socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#block-reseauxsociauxfooter .socials a {
    margin: 17px;
}
#block-reseauxsociauxfooter .socials a img {
    width: 39px;
}
/*Contenu Footer*/
#block-contenufooter {
    padding: 70px 0;
}
#block-contenufooter .container-large {
    display: flex;
    align-items: flex-start;
    gap: 70px;
}
#block-contenufooter .container-large .part-left {
    width: 100%;
    max-width: 468px;
}
#block-contenufooter .container-large .part-left .logo {
    display: flex;
}
#block-contenufooter .container-large .part-left .contenu {
    margin-top: 32px;
    padding-left: 138px;
}
#block-contenufooter .container-large .part-left .contenu .contacts .titre {
    font-size: 18px;
    font-weight: 700;
    color: #00338f;
    margin-bottom: 8px;
    font-family: 'Raleway';
}
#block-contenufooter .container-large .part-left .contenu .contacts .adresse {
    font-size: 16px;
    color: #00338f;
    margin-bottom: 15px;
    font-family: 'Raleway';
}
#block-contenufooter .container-large .part-left .contenu .contacts .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}
#block-contenufooter .container-large .part-left .contenu .contacts .btns .default-btn {
    min-width: 0;
    text-transform: none;
    font-size: 16px;
    padding: 4px 22px 3px;
}
#block-contenufooter .container-large .part-left .contenu .socials {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
#block-contenufooter .container-large .part-left .contenu .socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    width: 100%;
    border-right: solid 1px #00338f;
}
#block-contenufooter .container-large .part-left .contenu .socials a:first-of-type {
    border-left: solid 1px #00338f;
}
#block-contenufooter .container-large .part-left .contenu .socials a svg path {
    transition: all 200ms ease-in-out;
    fill: #00338f;
}
#block-contenufooter .container-large .part-left .contenu .socials a:hover {
    background: #00338f;
}
#block-contenufooter .container-large .part-left .contenu .socials a:hover svg path {
    fill: #fff;
}
#block-contenufooter .container-large .part-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 45px;
}
#block-contenufooter .container-large .part-right .menus {
    display: flex;
    align-items: flex-start;
    gap: 45px;
}
#block-contenufooter .container-large .part-right .menus .menu.col-1 {
    width: 33%;
}
#block-contenufooter .container-large .part-right .menus .menu.col-2 {
    width: 66%;
}
#block-contenufooter .container-large .part-right .menus .menu.col-2 .liste-liens {
    column-count: 2;
}
#block-contenufooter .container-large .part-right .menus .menu.col-3 {
    width: 100%;
}
#block-contenufooter .container-large .part-right .menus .menu.col-3 .liste-liens {
    column-count: 3;
}
#block-contenufooter .container-large .part-right .menus .menu .titre {
    font-size: 18px;
    font-weight: 700;
    color: #00338f;
    padding-bottom: 4px;
    margin-bottom: 10px;
    font-family: 'Raleway';
    border-bottom: solid 1px #e0e8f6;
}
#block-contenufooter .container-large .part-right .menus .menu .liste-liens a {
    font-size: 16px;
    line-height: 24px;
    color: #00338f;
    margin-bottom: 6px;
    display: block;
    font-family: 'Raleway';
    text-decoration: none;
}
#block-contenufooter .container-large .part-right .menus .menu .liste-liens a:hover {
    text-decoration: underline;
}
/*Copyright*/
footer .gl-copy {
    padding: 20px 25px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    color: #00338f;
    text-align: center;
    border-top: 1px solid #e0e8f6;
}
footer .gl-copy img {
    margin-bottom: -5px;
}
footer .gl-copy a {
    color: #00338f;
}
/*/
/////////////////////////////////////
/*/
/* ///// MASQUAGE ADMIN MENU ////////// */
/*/
///////////////////////////////////
/*/
#toolbar-administration {
    display: none;
}
body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}
body, .adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {
    padding: 0 !important;
}
/*/
/////////////////////////////////////
/*/
/* // MISE EN PAGE PARAGRAPHES //////// */
/*/
///////////////////////////////////
/*/
.paragraphes .para-item, .intro {
    clear: both;
    margin-bottom: 40px;
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto 70px;
}
.page-node-85 {
    .paragraphes {
        .para-item-paragraphe.pos-photo-4 .para-photo-img {
            text-align: left;
            padding-left: 100px;
        }
    }
}
.paragraphes .para-item .container-para {
    width: 100%;
}
.page-node-type-region .paragraphes .para-item {
    width: 100%;
}
/*Paragraphe pleine largeur*/
.paragraphes .para-item.full-width {
    width: 100%;
    max-width: none;
    padding: 50px 0;
}
.paragraphes .para-item.full-width .container-para {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto;
}
.paragraphes h2, .paragraphes h3, .paragraphes h4, .intro h2, .intro h3, .intro h4, .cke_editable h2, .cke_editable h3, .cke_editable h4 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
    color: #00338f;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
}
.paragraphes h3, .intro h3, .cke_editable h3 {
    font-size: 22px;
    line-height: 26px;
}
.paragraphes h4, .intro h4, .cke_editable h4 {
    color: #010f27;
    font-size: 18px;
    line-height: 26px;
}
.paragraphes p {
    margin-bottom: 10px;
}
.para-photo-legende {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 12px;
}
/*photo à droite*/
.pos-photo-3 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.pos-photo-3 .para-photos {
    width: 25%;
}
.pos-photo-3 .para-desc {
    width: 72%;
    margin-right: 3%;
}
/*photo à gauche*/
.pos-photo-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*photo en haut et en bas*/
.pos-photo-1 .para-photos, .pos-photo-2 .para-photos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.para-item-paragraphe.pos-photo-4 .para-photo-img {
    text-align: center;
}
.para-item-paragraphe.pos-photo-3 .para-photo-img {
    text-align: left;
}
.pos-photo-1 .para-photos .para-photo img, .pos-photo-2 .para-photos .para-photo img {
    max-height: 250px;
    max-width: 400px;
    width: auto;
}
img[data-align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img[data-align="right"] {
    float: right;
}
img[data-align="left"] {
    float: left;
}
.paragraphes table tr td {
    padding: 10px;
    border: 1px solid #eee;
}
.paragraphes table {
    margin-bottom: 30px;
}
.paragraphes ul, .intro ul, .cke_editable ul {
    margin-bottom: 15px;
    padding-left: 20px;
}
.paragraphes ul li, .intro ul li, .cke_editable ul li {
    color: #010f27;
    position: relative;
    line-height: 26px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.paragraphes ul li:before, .intro ul li:before, .cke_editable ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 22px;
    height: 3px;
    background: #f9b21b;
}
.paragraphes a:not(.default-btn), .intro a:not(.default-btn) {
    color: #00338f;
    display: inline-block;
}
/*Début accordéon*/
.para-item-accordeon .elements {
    overflow: hidden;
    padding-top: 10px;
}
.para-item-accordeon .titre-elem {
    cursor: pointer;
    position: relative;
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #656565;
}
.para-item-accordeon .titre-elem:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    color: #d8d8d8;
    font-weight: 700;
}
.para-item-accordeon .titre-elem.active:after {
    content: "\f068";
}
.para-item-accordeon .texte-elem {
    max-height: 0;
    padding-left: 10px;
    overflow: hidden;
    line-height: 24px;
    color: #656565;
    text-align: justify;
}
.para-item-accordeon .texte-elem.active {
    max-height: 2000px;
    overflow: visible;
    margin-bottom: 20px;
}
/*Fin accordéon*/
/*Documents*/
.paragraphes .documents a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding-left: 55px;
    line-height: 40px;
    color: #707070;
    border-bottom: solid 1px #d8d8d8;
}
.paragraphes .documents a:last-of-type {
    border-bottom: none;
}
.paragraphes .documents a.type-xls {
    background: url('../images/svg/picto-xls.svg') no-repeat 17px center;
}
.paragraphes .documents a.type-doc {
    background: url('../images/svg/picto-doc.svg') no-repeat 17px center;
}
.paragraphes .documents a.type-ppt {
    background: url('../images/svg/picto-ppt.svg') no-repeat 17px center;
}
.paragraphes .documents a.type-pdf {
    background: url('../images/svg/picto-pdf.svg') no-repeat 17px center;
}
