@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

/* font-family: 'Poppins', sans-serif; */
.tac.mt10 {
    text-align: center;
    margin-top: 10px;
    clear: both;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 20px;
}

::selection {
    background: #b70527;
    color: #fff;
}

.wrap {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */
    color: #a6a6a6;
    font-style: italic;
    font-size: 16px;
    text-transform: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {

    /* Firefox 19+ */
    color: #a6a6a6;
    font-style: italic;
    font-size: 16px;
    text-transform: none;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {

    /* IE 10+ */
    color: #a6a6a6;
    font-style: italic;
    font-size: 16px;
    text-transform: none;
}

input:-moz-placeholder, textarea:-moz-placeholder {

    /* Firefox 18- */
    color: #a6a6a6;
    font-style: italic;
    font-size: 16px;
    text-transform: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #eaeaea;
    z-index: 9999;
    padding: 10px 0;
    color: #cc0018;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.4s;
}

header.home:not(.scrolled) {
    padding: 40px 0;
    background-color: transparent;
    color: #fff;
}

.menu-ico {
    display: none;
}

header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1600px;
    max-width: calc(100% - 30px);
}

a.logoh {
    display: block;
    width: 165px;
    position: relative;
    aspect-ratio: 76/51;
}

a.logoh img {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
}

a.logoh img + img {
    display: block;
}

header.home:not(.scrolled) a.logoh img {
    display: block;
}

header.home:not(.scrolled) a.logoh img + img {
    display: none;
}

header a {
    color: #cc0018 !important;
    text-decoration: none !important;
    font-weight: 400;
    transition: all 0.4s;
}

header a:hover {
    text-decoration: underline !important;
}

header.home:not(.scrolled) a {
    color: #fff !important;
}

header.home:not(.scrolled) .sub a {
    color: #cc0018 !important;
}

header nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-right: auto;
    gap: 18px;
}

.wsub {
    position: relative;
    cursor: pointer;
}

.wsub .sub {
    background-color: #eaeaea;
    padding: 10px 10px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform-origin: top center;
    transform: translate(-50%, 100%) scaleY(0.01);
    opacity: 0;
    text-align: center;
    transition: all 0.4s;
}

.wsub .sub a {
    white-space: nowrap;
}

.wsub:hover .sub {
    transform: translate(-50%, 100%) scaleY(1);
    opacity: 1;
}

.iconcont {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    background-color: #003680;
    font-size: 20px;
    font-weight: 400;
    aspect-ratio: 1;
    width: 32px;
    transition: all 0.4s;
}

a:hover .iconcont {
    background-color: #cc0018;
}

a.telh .iconcont {
    margin-right: 7px;
}

.soch a:hover {
    text-decoration: none !important;
}

.soch {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    line-height: 1;
}

a.btn_language {
    margin-left: 15px;
    margin-right: 15px;
}

a.btn_language span {
    display: none;
}

.bannerhome {
    min-height: 56.25vw;
    /*	height: 56.25vw;*/
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 100px 0;
    background-image: url('../images2/banniere.jpg');
    background-image: url('../images2/equipe2025.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.bannerhome .wrap {
    box-sizing: border-box;
    padding-right: 450px;
}

p + a.bouton {
    margin-top: 20px;
}

.regtitle {
    font-weight: 700;
    font-size: 65px;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 35px;
}

.midtitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 20px;
}

.smtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 2px;
}

p, .eventpage ul, .eventpage ol {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.5;
}

.eventpage ul, .eventpage ol {
    padding-left: 25px;
}

a.bouton {
    display: inline-block;
    background-color: #cc0018;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 13px 30px;
    border: 2px solid #cc0018;
    transition: all 0.5s;
}

a.bouton.reverse {
    background-color: #004892;
    border: 2px solid #004892;
}

a.bouton:hover, a.bouton.reverse:hover {
    background-color: transparent;
    color: #cc0018 !important;
}

a.bouton.reverse:hover {
    color: #004892 !important;
}

.soldprop {
    background-color: #004892;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.cartevenduewrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.soldprop iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: grayscale(1);
}

.soldprop > div:first-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.soldprop > div:first-child > div {
    width: 600px;
    max-width: 48vw;
    box-sizing: border-box;
    padding: 100px;
    padding-left: 0;
}

.servicehome, .na-steps {
    background-image: url('../images2/bg-drone.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
}

.na-steps {
    padding: 80px 0;
}

.servicehome .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.servicehome h2 {
    width: 65%;
}

.servicehome .wrap > div {
    width: calc(50% - 15px);
}

.servicefeature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.servicefeature:not(:last-child) {
    margin-bottom: 60px;
}

.servicefeature img {
    display: block;
    width: 150px;
}

.servicefeature div {
    width: calc(100% - 175px);
    font-size: 15px;
}

.temhome {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.temhome > .wrap > div > .temslider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.temslider img {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.temslider {
    text-align: center;
}

.temslider p:first-of-type {
    padding: 40px 5px 30px;
    font-size: 16px;
    margin: 0;
}

.temslider p br {
    display: none;
}

.temslider p:last-child {
    font-weight: bold;
    text-transform: uppercase;
    color: #003680;
    font-size: 16px;
}

.sliderWArrows {
    position: relative;
}

.sliderWArrows .bx-controls-direction a, .prophome .bx-controls-direction a {
    font-size: 0;
    width: 54px;
    height: 24px;
    display: block;
    background-image: url('../images2/arrow.png');
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 25%;
    left: -75px;
    transform: scaleX(-1);
    cursor: pointer;
    transition: all 0.4s;
}

.prophome .bx-controls-direction a {
    position: relative;
    right: auto !important;
    left: auto !important;
}

.prophome {
    width: 100%;
    overflow: hidden;
}

.sliderWArrows .bx-controls-direction a + a, .prophome .bx-controls-direction a + a {
    right: -75px;
    left: auto;
    transform: none;
}

.sliderWArrows .bx-controls-direction a:hover, .prophome .bx-controls-direction a:hover {
    filter: invert(20%) sepia(59%) saturate(3112%) hue-rotate(351deg) brightness(101%) contrast(83%);
}

.reviewshome {
    padding: 80px 0 60px;
}

.reviewshome .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.reviewshome h2, .statshome h2, .prophome h2 {
    max-width: 75%;
}

.prophome h2 {
    margin-bottom: 0;
}

.reviewswrap {
    width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
    margin-top: 40px;
}

.statshome {
    background-color: #003680;
    color: #fff;
    padding: 80px 0 110px;
}

.statshome h2 {
    margin-bottom: 10px;
}

.statsgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 40px;
}

.stat {
    border-bottom: 1px solid #fff;
    padding: 10px 0 10px;
}

.stat p {
    font-weight: 400;
    font-size: 80px;
    margin: 0;
    margin-bottom: 0;
}

.stat p .plusde {
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}

.eventshome {
    background-color: #f2f3f3;
    padding: 100px 0 80px;
}

.eventshome.eventspage {
    background-color: #fff;
}

.eventshome {
    text-align: center;
}

.eventsgrid {
    text-align: left;
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
    margin-bottom: 70px;
}

.event img {
    display: block;
    width: 100%;
    transform-origin: center;
    transition: all 0.4s;
}

.event img:hover {
    transform: scale(1.08);
    opacity: 0.7;
}

.event {
    background-color: #003680;
    color: #fff;
}

.event > a:first-child {
    display: block;
    background-color: #000;
    overflow: hidden;
}

.event > div {
    padding: 20px 15px;
}

.event p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
}

.eventinfos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.event .eventinfos p, .eventpage .eventinfos p {
    margin-bottom: 0;
    padding-right: 25px;
}

.event .eventinfos p:last-child, .eventpage .eventinfos p:last-child {
    padding-right: 0;
}

.event .eventinfos p i, .eventpage .eventinfos p i {
    font-size: 24px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    line-height: 1;
}

.eventpage span.redicon {
    color: #cc0018;
    font-size: 22px;
    line-height: 16px;
}

.profilhome img {
    display: block;
    width: 100%;
}

.profilhome {
    position: relative;
}

.profilhome .wrap {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.profilhome .wrap > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    text-shadow: 0px 0px 5px #000000;
}

.profilhome h2 {
    text-shadow: 0px 0px 5px #000000;
}

.prophome .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 60px 0;
}

a.propa {
    display: block;
    background-color: #b70527;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-size: 15px;
    transition: all 0.4s;
}

img.propimg {
    display: block;
    width: 100%;
}

a.propa:hover {
    background-color: #003680;
}

.rollprop {
    padding: 25px 5px;
    box-sizing: border-box;
    width: 100%;
}

.rollprop p {
    margin-bottom: 0;
}

.prophome > .propslider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.prophome .bx-wrapper {
    margin-right: -10% !important;
    margin-left: -10% !important;
}

.prophome .bx-controls-direction {
    width: 1150px;
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
}

footer {
    padding-top: 50px;
    background-color: #f2f3f3;
    color: #004892;
}

footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

a.logof img {
    display: block;
    width: 100%;
}

a.logof {
    width: 180px;
}

.liensutilesf {
    width: 50%;
    font-size: 13px;
}

.liensutilesf a {
    color: #004892 !important;
}

.navf {
    flex: 0 0 170px;
    padding-right: 20px;
    box-sizing: border-box;
}

.footer_open_hours {
    flex: 0 0 220px;
    padding-right: 30px;
    box-sizing: border-box;
}

.footer_open_hours_tit {
    font-weight: bold;
    font-size: 18px;
}

.footer_open_hours_list ul {
    font-size: 14px;
    padding-left: 18px;
    line-height: 260%;
}

.navf a {
    color: #004892 !important;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.navf a.btn_language {
    margin: 0;
}

.navf > a {
    color: #b70527 !important;
    margin-left: 0;
}

a.telf {
    display: block;
    color: #004892 !important;
    margin: 0;
    font-size: 14px;
}

.footer_courtier_name {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer_courtier_ag, .footer_courtier_fc {
    font-size: 14px;
}

.footer_courtier_wrapper {
    flex: 0 0 220px;
    padding-right: 20px;
    box-sizing: border-box;
}

.finfos {
    margin-top: 12px;
}

.finfos > div {
    margin-bottom: 10px;
}

.footer_agence {
    flex: 0 0 200px;
    padding-right: 30px;
    box-sizing: border-box;
}

.agencef {
    width: 100%;
}

.agencef img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.agencef p {
    color: #004892;
    margin: 0;
    font-size: 14px;
}

.agencef > div {
    margin-bottom: 20px;
}

.agencef > div:last-child {
    margin-bottom: 0;
}

.agencef a {
    color: #004892 !important;
}

.footer_map_wrapper {
    flex: 1;
    padding-bottom: 20px;
}

.footer_map_wrapper_frame {
    border: 1px solid #bfbfbf;
    height: 100%;
}

.lien_map_footer {
    font-size: 14px;
    color: #004892;
    padding-top: 10px;
}

.lien_map_footer a:link {
    color: #004892;
}

.footer_end {
    margin-top: 30px;
}

.contactp {
    margin-bottom: 40px;
}

.prop-bg, .temoignages {
    margin-top: 100px;
}

.eventpage {
    padding: 50px 0;
}

.eventpage h1 {
    margin-bottom: 10px;
}

.eventpage img {
    display: block;
    width: 100%;
}

.eventpage article {
    color: #fff;
    background-color: #003680;
    font-size: 16px;
}

.eventpage article a:not(.bouton) {
    color: #fff !important;
    text-decoration: underline !important;
}

.eventpage article a:not(.bouton):hover {
    text-decoration: none !important;
}

.eventpage .eventinfos {
    margin-bottom: 35px;
}

.eventpage article > div {
    padding: 50px 100px;
}

.qbanner {
    margin-top: 60px;
    margin-bottom: 20px;
}

.qbanner img {
    display: block;
    width: 100%;
}

.eventpage video {
    width: 100%;
    max-width: 700px;
    margin: 30px 0 40px;
    display: block;
}

a.btn_print:link, a.btn_print:visited, a.retour_maison:link, a.retour_maison:visited, .btn_wrapper i {
    color: #003680;
}

.indentmenu ul li a.selected {
    background-color: #003680;
    border-bottom: 1px solid #003680;
}

.box_tabs {
    border-bottom: 3px solid #003680;
}

button.btn_calcul4, a.btn_calculateurs:link, a.btn_calculateurs:visited, .form_infos a.btn_calcul4:link, .form_infos a.btn_calcul4:visited, a.btn_calcul4:link, a.btn_calcul4:visited, h3.stit_detail.stit_calcul, .wrapper_triger.active, .btn_eval.btn_calcul4, a.btn_download:link, a.btn_download:visited {
    background-color: #003680;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none;
}

button.btn_calcul4:hover, button.btn_calcul4:focus, .form_infos a.btn_calcul4:hover, a.btn_calcul4:hover, .wrapper_triger, .btn_eval.btn_calcul4:hover, a.btn_download:hover {
    background-color: #333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.wrapper_right_btns {
    right: 30px;
}

.right_btn {
    background-color: #003680;
}

.right_btn:hover {
    background-color: #333;
}

a.btn_social, p.socialbtns a {
    transition: color 0.4s;
}

a.btn_social:hover, p.socialbtns a:hover {
    color: #003680 !important;
}

.vendreintro {
    text-align: center;
    background: #003680;
    color: #fff;
    padding: 30px 0;
}

.vendreintro h1 {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    color: #fff;
}

.vendreintro ul {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 30px;
    text-align: left;
}

.vendreintro li {
    margin-bottom: 5px;
}

h1.h1styled {
    text-transform: uppercase;
    font-weight: 800;
    color: #003680;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 40px;
}

#form_item {
    text-align: center;
}

.titre_ajouter_item {
    text-transform: uppercase;
    font-weight: 800;
    color: #333;
    font-size: 25px;
    line-height: 1;
    margin: 0;
    padding-bottom: 30px;
    text-align: center;
}

.page_temoin {
    max-width: 800px !important;
}

.wrapper_btns_mobile > div:first-child, .btn_mobile {
    background-color: #003680;
}

.wrapper_btns_mobile > div:last-child, .wrapper_btns_mobile > div:last-child .btn_mobile {
    background-color: #333;
}

.profilcontent {
    padding: 45px 0;
}

.equipeitem {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    border-bottom: 1px solid #cc0018;
    padding-bottom: 30px;
    padding-top: 30px;
}

.equipeitem img {
    display: block;
    width: 100%;
}

.equipeitem h2 {
    grid-column: 1 / 4;
    color: #003680;
    margin-bottom: 0;
}

.equipeitem h2 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    opacity: 0.6;
}

.equipeitem p {
    font-size: 18px;
}

p.quotep {
    padding: 30px 30px;
    border-bottom: 1px solid #003680;
    border-top: 1px solid #003680;
    color: #003680;
    font-style: italic;
    font-size: 16px;
    margin: 50px 0;
}

.footer_bottom {
    width: 100%;
}

.wrapper_footer_bottom {
    display: flex;
}

.aginfos > div > div {
    display: flex;
    justify-content: space-between;
}

.eventwrap {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}

.eventwrap .eventhalf {
    flex: 0 0 47%;
}

.na-intro, .na-equipe, .na-form-section, .na-faq-section {
    padding: 80px 0;
}

.na-titre {
    margin-top: 0;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.1;
}

.na-grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-top: 50px;
}

.na-avantage {
    background-color: #003680;
    color: #fff;
    padding: 20px;
}

.na-avantage .icon {
    filter: invert(1);
    height: 100px;
    margin-top: 15px;
}

.na-avantage .icon svg {
    display: block;
    width: auto;
    height: 100%;
}

.na-avantage h3, .na-step h3, .na-membre h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.na-steps {
    text-align: center;
    counter-reset: steps;
}

.na-step {
    margin-top: 30px;
}

.na-step::before {
    counter-increment: steps;
    content: counter(steps);
    border-radius: 50%;
    background-color: #fff;
    color: #003680;
    font-weight: bold;
    font-size: 50px;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    width: 90px;
    margin: 0 auto;
}

.na-membre {
    background-color: #003680;
    color: #fff;
}

.na-membre > img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1.25;
    object-fit: cover;
    object-position: top center;
}

.na-membre > div {
    padding: 20px;
}

.na-membre h3 {
    margin-top: 0;
}

.na-contact, a[href^='tel'].na-contact {
    font-size: 18px;
    display: flex;
    justify-content: start;
    gap: 6px;
    margin-bottom: 8px;
    color: #fff !important;
}

.na-contact svg {
    display: block;
    width: 100%;
}

.na-contact .icon {
    width: 26px;
}

.na-form-section {
    background-color: #003680;
    color: #fff;
    text-align: center;
}

.na-form {
    text-align: left;
    margin-top: 60px;
}

.na-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 15px;
}

.na-input {
    margin-bottom: 10px;
}

.na-input input:not([type='checkbox']), .na-input textarea, .na-input select {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    border: 0;
    padding: 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.na-input select {
    padding-right: 40px;
    background: #fff url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2019.995%2019.995%22%3E%3Cpath%20d%3D%22M12%2C2A10%2C10%2C0%2C1%2C1%2C2%2C12A10%2C10%2C0%2C0%2C1%2C12%2C2Zm0%2C1.5a8.5%2C8.5%2C0%2C1%2C0%2C8.5%2C8.5A8.5%2C8.5%2C0%2C0%2C0%2C12%2C3.5Zm4.845%2C6.711A.751.751%2C0%2C0%2C0%2C16.251%2C9H7.75A.751.751%2C0%2C0%2C0%2C7%2C9.755a.741.741%2C0%2C0%2C0%2C.159.457l4.258%2C5.5a.747.747%2C0%2C0%2C0%2C1.183%2C0ZM9.279%2C10.5h5.446l-2.718%2C3.522Z%22%20transform%3D%22translate(-2%20-2)%22/%3E%3C/svg%3E') no-repeat;
    background-position: right 15px center;
    background-size: 20px 20px;
}

.na-input textarea {
    min-height: 200px;
    resize: vertical;
}

.na-input label, .na-form label:has(+ .na-cb-group) {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}

.na-form ::placeholder {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    color: #111;
}

.na-form *:focus {
    outline-offset: 3px;
    outline: 1px solid #fff;
}

.na-input-consent {
    margin-top: 25px;
    font-size: 16px;
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: start;
}

.na-input-consent input, .na-cb-group input {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    display: block;
    background-color: transparent;
    color: #fff;
    position: relative;
    text-align: center;
    flex-shrink: 0;
}

.na-input-consent input:checked::after, .na-cb-group input:checked::after {
    content: 'x';
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.na-input-consent input:focus, .na-cb-group input:focus {
    outline: none;
}

.na-form [type='submit'] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #cc0018;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #cc0018;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 30px;
    cursor: pointer;
    margin-top: 25px;
}

.na-form [type='submit']:hover {
    background-color: transparent;
    color: #fff !important;
}

.na-gal {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1px;
    margin-top: 60px;
    width: 100%;
}

.na-gal img:first-child {
    grid-row: span 2;
}

.na-gal img {
    aspect-ratio: 1;
    display: block;
    width: 100%;
    object-fit: cover;
}

.na-faq-section {
    text-align: center;
    color: #fff;
    background-color: #003680;
}

*:not(.na-faq) + .na-faq {
    margin-top: 80px;
}

.na-faq {
    border-top: 1px solid #fff;
    opacity: 0.5;
    text-align: left;
    transition: all 0.3s;
}

.na-faq:last-child {
    border-bottom: 1px solid #fff;
}

.na-faq:hover, .na-faq.open {
    opacity: 1;
}

.na-faq h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.na-faq h3 .moins, .na-faq.open h3 .plus {
    display: none;
}

.na-faq.open h3 .moins {
    display: block;
}

.na-faq h3 span {
    width: 30px;
    cursor: pointer;
}

.na-faq h3 svg {
    display: block;
    width: 100%;
}

.na-faq div {
    display: none;
}

.na-cb-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    width: 950px;
    max-width: 100%;
}

.na-cb-group label {
    background-color: #022341;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    padding: 9px 10px;
    border-radius: 3px;
}

@media screen and (min-width: 1921px) {
    .wrap {
        max-width: 1650px;
        width: 95%;
    }
}

@media screen and (max-width: 1375px) {
    .temhome .wrap {
        width: calc(100% - 150px);
    }
    .reviewswrap {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1240px) {
    .wrap {
        width: 1000px;
    }
    body {
        font-size: 16px;
    }
    a.logoh {
        width: 120px;
    }
    header nav {
        margin-left: 10px;
        gap: 10px;
    }
    header a {
        font-size: 14px;
    }
    header a.btn_language {
        margin-left: 5px;
        margin-right: 5px;
    }
    .soch {
        gap: 5px;
    }
    header .wrap {
        max-width: calc(100% - 20px);
    }
    a.telh .iconcont {
        margin-right: 4px;
    }
    .iconcont {
        width: 28px;
        font-size: 18px;
        vertical-align: middle;
    }
    header a.btn_language, a.telh {
        font-size: 13px;
        line-height: 1;
    }
    a.telh {
        line-height: 3;
    }
    .bannerhome .wrap {
        padding-right: 350px;
    }
    .soldprop > div:first-child > div {
        padding: 60px;
        padding-left: 0;
        padding-right: 20px;
    }
    .regtitle {
        font-size: 48px;
    }
    .midtitle {
        font-size: 26px;
    }
    .sliderWArrows .bx-controls-direction a, .prophome .bx-controls-direction a {
        width: 35px;
        height: 16px;
        left: -35px;
    }
    .sliderWArrows .bx-controls-direction a + a, .prophome .bx-controls-direction a + a {
        right: -35px;
    }
    .temhome .wrap {
        width: calc(100% - 80px);
    }
    .stat p {
        font-size: 70px;
    }
    .stat p .plusde {
        font-size: 24px;
    }
    a.propa {
        font-size: 13px;
    }
    .prophome .bx-controls-direction {
        width: 1000px;
    }
    .wrapper_footer_bottom {
        flex-wrap: wrap;
    }
    .footer_courtier_wrapper, .footer_agence, .footer_open_hours, .navf {
        padding-bottom: 20px;
        flex: 0 0 25%;
    }
    .footer_map_wrapper {
        flex: 0 0 50%;
        max-width: 600px;
        min-height: 250px;
    }
    .agencef > div {
        max-width: 170px;
    }
    .na-titre {
        font-size: 36px;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper_right_btns {
        display: none;
    }
    .wrap {
        width: calc(100% - 20px);
        padding: 0px 10px;
    }
    .menu-ico {
        display: block;
        width: 30px;
        height: 22px;
        margin-left: 20px;
        cursor: pointer;
        transition: all 0.4s;
    }
    .menu-ico.open {
    }
    .menu-ico span {
        display: block;
        width: 100%;
        height: 4px;
        background: #003680;
        margin-bottom: 5px;
        border-radius: 1px;
        transition: all 0.4s;
    }
    .home:not(.scrolled) .menu-ico span {
        background: #fff;
    }
    header nav {
        position: absolute;
        top: 84px;
        left: 0;
        width: 100%;
        display: none;
        background-color: #f2f3f3;
        margin-left: 0;
        transition: all 0.4s;
    }
    header.home:not(.scrolled) nav {
        top: 144px;
    }
    .soch {
        margin-left: auto;
    }
    header nav a, header.home nav a, .wsub, header.home:not(.scrolled) nav a, header.home:not(.scrolled) .sub a {
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        color: #003680 !important;
        box-sizing: border-box;
        padding: 20px;
        width: calc(25vw - 4px);
    }
    .wsub {
        padding: 0;
        width: auto;
    }
    .wsub .sub {
        text-align: left;
    }
    .wsub > span, .wsub > a {
        display: none !important;
    }
    .wsub .sub, .wsub:hover .sub {
        position: relative;
        left: 0;
        transform: none;
        opacity: 1;
        background-color: transparent;
        padding: 0;
    }
    .regtitle {
        font-size: 48px;
    }
    .midtitle {
        font-size: 24px;
    }
    .servicefeature img {
        width: 130px;
    }
    .servicefeature div {
        width: calc(100% - 145px);
    }
    .reviewshome h2, .statshome h2, .prophome h2 {
        max-width: calc(100% - 250px);
    }
    .prophome .bx-controls-direction {
        width: calc(100vw - 20px);
    }
    .event .eventinfos p, .eventpage .eventinfos p {
        padding-right: 0;
        width: 100%;
        margin: 3px 0;
    }
    .eventwrap .eventhalf {
        flex: 0 0 45%;
    }
    .na-avantage .icon {
        height: 70px;
    }
    .na-avantage h3, .na-step h3, .na-membre h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 850px) {
    .rollprop span {
        display: none;
    }
    .rollprop strong {
        display: block;
    }
    .statshome h2 {
        max-width: 100%;
    }
    .bannerhome .wrap {
        padding-right: 200px;
    }
    .regtitle {
        font-size: 36px;
    }
    .midtitle {
        font-size: 20px;
    }
    .eventsgrid {
        grid-template-columns: 1fr 1fr;
    }
    .eventsgrid {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .eventshome .event:nth-child(3) {
        display: none;
    }
    .profilhome .wrap {
        bottom: 40px;
    }
    .profilhome img {
        min-height: 500px;
        object-position: bottom center;
        object-fit: cover;
    }
    .menu-ico {
        margin-left: 10px;
    }
    .footer_courtier_wrapper, .footer_agence, .footer_open_hours, .navf {
        padding-bottom: 20px;
        flex: 0 0 33%;
    }
    .footer_map_wrapper {
        flex: 0 0 50%;
        max-width: 600px;
        min-height: 250px;
    }
    .eventwrap {
        gap: 10px;
        margin-bottom: 40px;
    }
    .eventwrap .eventhalf {
        flex: 0 0 100%;
    }
    .na-equipe .na-grid3 {
        grid-template-columns: 1fr 1fr;
    }
    .na-equipe .na-grid3 > div:first-child {
        grid-column: 1 / 3;
    }
}

@media screen and (max-width: 750px) {
    .equipeitem {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }
    .equipeitem h2 span {
        font-size: 18px;
    }
    .equipeitem h2 {
        grid-column: auto;
    }
    p.quotep {
        padding: 30px 15px;
    }
    .temhome > .wrap > div > .temslider {
        display: block;
    }
    a.btn_language {
        font-size: 0 !important;
    }
    a.btn_language span {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
    }
    .iconcont {
        width: 26px;
        font-size: 16px;
        vertical-align: middle;
    }
    .soch {
        gap: 4px;
    }
    a.telh .iconcont {
        margin-right: 1px;
    }
    .menu-ico {
        margin-left: 7px;
    }
    a.logoh {
        width: 105px;
    }
    header.home:not(.scrolled) nav {
        top: 96px;
    }
    header nav {
        top: 76px;
    }
    .footer_map_wrapper, .footer_open_hours, .navf {
        display: none;
    }
    .footer_courtier_wrapper, .footer_agence {
        flex: 0 0 50%;
    }
    .liensutilesf {
        display: none;
    }
    .servicehome .wrap > div {
        width: 100%;
    }
    .stat p {
        font-size: 50px;
    }
    a.logof {
        margin-left: auto;
        margin-right: auto;
    }
    .smtitle {
        font-size: 15px;
    }
    a.telf {
        font-size: 14px;
    }
    .eventsgrid {
        width: 100%;
        display: block;
    }
    .event {
        margin-bottom: 20px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
    }
    .eventshome .event:nth-child(3) {
        display: block;
    }
    .bannerhome .wrap {
        padding-right: 0;
    }
    header.home:not(.scrolled) {
        padding: 20px 0;
    }
    header nav a, header.home nav a, .wsub, header.home:not(.scrolled) nav a, header.home:not(.scrolled) .sub a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .wsub {
        padding: 0;
    }
    header a.btn_language, a.telh {
        font-size: 12px;
    }
    .soldprop {
        display: block;
    }
    .soldprop > div:first-child > div {
        max-width: 100%;
        padding: 40px 10px;
    }
    .cartevenduewrap {
        min-height: 400px;
    }
    .reviewshome h2, .statshome h2, .prophome h2 {
        max-width: 100%;
    }
    .statsgrid {
        display: block;
    }
    .profilhome .wrap > div {
        display: block;
    }
    .profilhome img {
        min-height: 0;
    }
    .profilhome .wrap {
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .profilhome, .profilhome .wrap > div, .profilhome h2 {
        background-color: #f2f3f3;
        text-shadow: none;
        color: #000;
    }
    .prophome h2 {
        margin-bottom: 20px;
    }
    .prophome .bx-wrapper {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .agencef {
        width: 100%;
        transform: none;
        text-align: center;
    }
    .agencef img {
        width: 100%;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    .profilhome .wrap {
        color: #000;
    }
    .eventpage article > div {
        padding: 30px 10px;
    }
    .na-grid3, .na-equipe .na-grid3, .na-form-grid, .na-cb-group {
        grid-template-columns: 1fr;
    }
    .na-equipe .na-grid3 > div:first-child {
        grid-column: auto;
    }
    .na-gal {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }
    .na-gal img:first-child {
        grid-row: auto;
        grid-column: 1 / 3;
    }
}

@media screen and (max-width: 480px) {
    .footer_agence {
        flex: 0 0 100%;
        text-align: center;
        padding-right: 0;
    }
    .agencef {
        display: flex;
    }
    .agencef > div {
        max-width: initial;
        flex: 0 0 50%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .footer_courtier_wrapper {
        text-align: center;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 370px) {
    .btn_social {
        width: 17px;
        margin: 0px 1px;
    }
    header nav.soc span {
        font-size: 14px;
    }
    .slider img {
        width: 320% !important;
    }
    footer a.logo {
        width: 300px;
    }
}

.back_btn {
    text-align: right;
    position: relative;
    top: -55px;
}

@media screen and (max-width: 590px) {
    .back_btn {
        top: 0;
        margin: 0 0 30px 0;
    }
    .back_btn a.btn_calcul4 {
        font-size: 12px;
    }
}

.mosaique .box_maison_img img:not(.marq_vendu) {
    display: block;
    width: 100%;
    transition: all 0.4s;
}

.photo_vendu {
    background: #000 !important;
    overflow: hidden;
}

.photo_vendu:hover img:not(.marq_vendu) {
    transform: scale(1.1);
    opacity: 0.7;
}

.prophome a:not(.btn) img.marq_vendu {
    width: 210px;
    height: auto;
}

.form_block {
    padding-top: 80px;
}

.btns_temoin {
    text-align: center;
    padding: 0 0 80px 0;
}

.btns_temoin a.bouton {
    margin: 10px;
}
