﻿*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.dxpcDropDown_iOS {
    margin-top: 10px !important;
    border-radius: 11px !important;
}

.dxpc-contentWrapper, .dxeDropDownWindow_iOS {
    border-radius: 11px !important;
}

.MainContainer {
    width: 100%;
    box-sizing: border-box;
}

.MainPanel {
    width: 100%;
    min-height: calc(100vh - 65px);
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background-image: linear-gradient(rgba(1, 45, 112, .2), rgba(1, 45, 112, .2)), url(https://agora-immobilier.fr/img/massena.webp);
    background-color: #0099ff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.MainPanelItem {
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.SearchBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 30px auto;
    border: none;
    border-radius: 11px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 99;
    padding: 15px;
    box-sizing: border-box;
}

.toolButton {
    width: 35px;
    height: 35px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #0099ff;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    background: #0099ff;
    z-index: 99;
}

    .toolButton:hover {
        background: #0D47A1;
        border: 1px solid #0D47A1;
    }

    .toolButton i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.SearchBoxRow {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

    .SearchBoxRow:last-child {
        border-bottom: none;
    }

.SearchBoxCell {
    padding: 8px 12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .SearchBoxCell:last-child {
        border-right: none;
    }

    .SearchBoxCell:nth-child(1) {
        flex: 1 1 auto;
    }

    .SearchBoxCell:nth-child(2) {
        flex: 0 0 400px;
    }

    .SearchBoxCell:nth-child(3), .SearchBoxCell:nth-child(4) {
        flex: 0 0 200px;
    }

    .SearchBoxCell:nth-child(5), .SearchBoxCell:nth-child(6) {
        flex: 0 0 60px;
    }

.SelectType, .UnselectType {
    align-items: center;
    appearance: none;
    background-color: #0099ff;
    border-radius: 11px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#0D47A1 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding: 15px 50px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
}

.UnselectType {
    background: #F5F5F5;
    color: #080808;
}

    .UnselectType:hover {
        background: #0099ff;
        color: #fff;
    }

.infobox {
    padding: 7px 14px;
    border-radius: 11px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color: #fff;
}

.ActiveButton {
    width: max-content;
    padding: 10px 30px;
    box-sizing: border-box;
    margin: 30px auto;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 11px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-image: linear-gradient(45deg, #0099ff 0%, #2196F3 51%, #0D47A1 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .ActiveButton:hover {
        background-position: right center;
        color: #fff;
        text-decoration: none;
    }

    .ActiveButton:active {
        transform: scale(0.95);
    }

.BoxStyle {
    width: calc(25% - 20px);
    margin: 10px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 11px;
}

.BoxCardItem {
    width: calc(25% - 20px);
    margin: 10px;
    position: relative;
    box-sizing: border-box;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 11px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: transform 0.5s ease-in-out;
    cursor: pointer;
}

    .BoxCardItem:hover {
        animation: shake 0.5s ease, zoom-in 0.5s ease 0.5s;
        animation-fill-mode: forwards;
    }

.BoxCardImage {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}

.BoxCardContent {
    width: 100%;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(10px);
    }

    75% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

.MenuButton {
    background-color: #fff;
    color: #0099ff;
    border-radius: 100px;
    box-shadow: rgba(0, 153, 255, 0.2) 0 -25px 18px -14px inset, rgba(0, 153, 255, 0.15) 0 1px 2px, rgba(0, 153, 255, 0.15) 0 2px 4px, rgba(0, 153, 255, 0.15) 0 4px 8px, rgba(0, 153, 255, 0.15) 0 8px 16px, rgba(0, 153, 255, 0.15) 0 16px 32px;
    cursor: pointer;
    display: inline-block;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    display: inline-flex;
    margin: 10px;
    outline: none;
}

    .MenuButton:hover {
        box-shadow: rgba(0, 153, 255, 0.35) 0 -25px 18px -14px inset, rgba(0, 153, 255, 0.25) 0 1px 2px, rgba(0, 153, 255, 0.25) 0 2px 4px, rgba(0, 153, 255, 0.25) 0 4px 8px, rgba(0, 153, 255, 0.25) 0 8px 16px, rgba(0, 153, 255, 0.25) 0 16px 32px;
        transform: scale(1.05) rotate(-1deg);
    }

    .MenuButton:active, .MenuButton:focus {
        outline: none;
    }

.MenuButtonSelect {
    background-color: #0099ff;
    color: #fff;
}

.logo {
    text-align: left;
    vertical-align: middle;
    padding: 5px;
}

.logoImg {
    width: 60%;
}

@media (max-width: 850px) {
    .BoxCardItem {
        width: calc(33.3% - 20px);
    }
}


@media (max-width: 768px) {
    .mainMenu {
        position: absolute;
        right: 110px;
        top: 15px;
        width: 0% !important;
    }

    .BoxCardItem {
        width: calc(50% - 20px);
    }

    .BoxStyle {
        width: 100%;
        box-sizing: border-box;
        position: relative;
    }

    .SearchBoxRow {
        flex-wrap: wrap;
    }

    .SearchBoxCell {
        flex: 1 1 100% !important;
        border-right: none;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .SearchBoxCell:last-child {
            border-bottom: none;
        }

        .SearchBoxCell:nth-child(5), .SearchBoxCell:nth-child(6) {
            flex: 0 0 60px !important;
        }
}

@media (max-width: 450px) {
    .BoxCardItem {
        width: 100%;
    }
}


.center-align {
    margin: auto;
}

.FitImages {
    object-fit: fill;
}

.big-button {
    background-color: #0099ff;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 7px 50px 7px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .big-button:hover {
        background-color: #0056d6;
    }

.shadow-button {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.form-control {
    border:none !important;
}
.bg-content {
    /*background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.2);*/
    border: none;
    margin: auto;
    padding: 100px 50px 50px 50px ;
    text-align: center;
}

.bg-count {
    background-color: #0099ff;
    background-color: rgba(0,0,0, 0.1);
    color: #ffffff;
    border: none;
    margin: auto;
    height: 40px;
    padding: 5px 50px 5px 40px;
    text-align: center;
}

.tab {
    background-image: none !important;
    background-color: transparent;
    color: #ffffff;
    font-size: 17px;
    border: none !important;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

.tabActive {
    background-image: none !important;
    background-color: transparent;
    color: #ffffff;
    font-size: 17px;
    border-bottom: 3px solid #ffffff;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

.buttonTab {
    display: table-cell;
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 14px;
    margin: 10px 10px 10px 10px;
    border-radius: 5px;
    font-weight: bold;
}

    .buttonTabActive, .buttonTab:hover {
        background-color: #0099ff;
        color: white;
    }


.SearchButton {
    background-image: none !important;
    background-color: #efefef;
    border: 1px solid #dfdfdf;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 8px 7px 7px 7px;
}

.buttonStyle {
    background-image: none !important;
    background-color: #0099FF;
    color: #ffffff;    
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
}

    .buttonStyle:hover {
        background-color: #f5b400;
        border: 1px solid #f5b400;
    }

.ClearImage {
    background-image: none !important;
}

.fontStyle {
   
    font-size: 16px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
}

.memoStyle textarea {
    resize: vertical;
}

.nullTextStyle {
    color: #b4b4b4;
}

.Header-Button {
    //background-color: #0099FF;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    outline: none;
    text-transform: uppercase;
    color: #808080;
    font-size: 18px;
    border: none;
    padding: 5px 10px 5px 10px;
    transition-duration: 0.4s;
}

    .Header-Button:hover {
        background-color: #808080;
        color: white;
        text-decoration: none;
    }


.Header-Button-1 {
    background-color: rgba(0,0,0, 0.1);
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    padding: 5px 10px 5px 10px;
    transition-duration: 0.4s;
}

    .Header-Button-1:hover {
        background-color: #0099ff;
        color: white;
    }

.ButtonView360 {
   
    font-weight: bold;
    background-color: #0099ff;
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #0099ff;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
}

    .ButtonView360:hover {
        background-color: #0077da;
    }

.ButtonViewImages {
   
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    border: 1px solid #ffffff;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
}

    .ButtonViewImages:hover {
        background-color: #dfdfdf;
    }

.ButtonMoreOrLess {
   
    font-size: 15px;
    color: #0099ff;
    font-weight: bold;
    background-color: transparent;
    border: none;
    outline: none;
}

    .ButtonMoreOrLess:focus {
        outline: 0 !important;
    }

.fontStyle {
   
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
}

.memoStyle textarea {
    resize: vertical;
}

.buttonRequestStyle {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    background-image: none !important;
    border-radius: 5px;
}

.buttonRequest {
    background-color: #0099ff;
    border: 1px solid #0099ff;
}

.buttonCall {
    background-color: #e20000;
    border: 1px solid #e20000;
}

.programstitle {   
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 24px;
}

.fa, .fas {
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #0099ff;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook, .fa-twitter, .fa-youtube, .fa-instagram, .fa-linkedin, .fa-skype {
    background: #0099ff;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 8px;
}

.dxcvCard_AtemisCloud, .dxcvBreakpointsCard_AtemisCloud, .dxcvFlowCard_AtemisCloud, .dxcvEmptyCard_AtemisCloud {
    border:none !important;
}

.dxcvBreakpointsCard_AtemisCloud {   
    height: 400px;
}

@media screen and (max-width:799px) {
    .menuContainer {
        float:right;        
    }
    .arrow {
        font-size: 30px;
        text-align: center;
        padding-bottom: 10px;
        padding-right: 2px;
        padding-left: 2px;
        vertical-align: middle;
        color: #0099FF;
        -webkit-transform: rotate( 90deg );
        -ms-transform: rotate(90deg);
        transform: rotate( 90deg );
    }
}

@media screen and (max-width:600px) {
       .logo {
       
    }
    .arrow {
        font-size: 30px;
        text-align: center;
        padding-bottom: 10px;
        padding-right: 2px;
        padding-left: 2px;
        vertical-align: middle;
        color: #0099FF;
        -webkit-transform: rotate( 90deg );
        -ms-transform: rotate(90deg);
        transform: rotate( 90deg );
    }
}

@media screen and (min-width:601px) {
    menuContainer {
    }

    .logo {
        width: 15%
    }
    .arrow {
        text-align: center;
        padding-top: 68px;
        padding-bottom: 68px;
        padding-right: 2px;
        padding-left: 2px;
        vertical-align: middle;
        color: #0099FF;
    }
}

.dxcvCard_AtemisCloud, .dxcvBreakpointsCard_AtemisCloud, .dxcvFlowCard_AtemisCloud, .dxcvEmptyCard_AtemisCloud {
    background-color:white !important;
}

.BlockTitle {
    padding: 6px 0px;
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.why-container {
    min-height: 700px;
    box-sizing: border-box;
}

.why-content {
    max-width: 900px;
    margin: auto;
    padding: 30px;
    background-color: rgba(255,255,255,0.85);
    border-radius: 10px;
    color: #212529;
    box-sizing: border-box;
}

.why-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}

.why-line {
    font-size: 17px;
    margin-top: 10px;
    display: block;
}

.why-line.last {
    margin-bottom: 40px;
}

.hotline {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #0099FF !important;
    text-decoration: none;
    margin-bottom: 40px;
}

.process-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
}

.process-step {
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

