@font-face {
    font-family: "Manrope";
    src: url("/fonts/Manrope-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Manrope";
    src: url("/fonts/Manrope-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Manrope";
    src: url("/fonts/Manrope-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Alfa Slab One";
    src: url("/fonts/AlfaSlabOne-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Space Grotesk";
    src: url("/fonts/SpaceGrotesk-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Archivo Black";
    src: url("/fonts/ArchivoBlack-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/fonts/fa-solid-900.woff2") format("woff2"), url("/fonts/fa-solid-900.ttf") format("truetype"); }
body {
    font-family: "Manrope";
    font-size: 12px;
}
section {
    padding: 20px 0;
}
h2, h3, h4, h5, h6 {
    font-family: "Archivo Black";
}
h1 {
    font-family: "Alfa Slab One";
    font-size: 48px;
}
h2 {
    font-size: 36px;
    color: #236CFA;
    margin-bottom: 20px;
}
h2.border-top {
    padding-top: 20px;
    border-top: 15px solid #236CFA !important;
}
h3 {
    font-family: "Manrope";
    font-size: 48px;
    font-weight: normal;
}
p, li {
    font-size: 16px;
}
p.big {
    font-size: 24px;
    line-height: 30px;
}
p.large {
    font-size: 40px;
    line-height: 50px;
}
p.extra-large {
    font-size: 42px;
    line-height: 69px;
}
span.big {
    display: block;
    font-size: 24px;
    line-height: 24px;
}
label:not(.form-check-label) {
    font-family: "Space Grotesk";
    color: #FF6600;
    font-size: 14px;
    font-weight: bold;
}
img, svg {
    max-width: 100%;
}
hr {
    border-top: 5px solid #1B1818;
    opacity: 1;
    margin-top: 62px;
}
hr.transparent {
    border: 0;
    margin-top: 80px;
}

.row.border-bottom {
    padding-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C4C4C4 !important;
    padding-bottom: 10px;
    justify-content: flex-end;
}
.btn {
    font-family: "Space Grotesk";
    font-weight: bold;
    font-size: 14px;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 100px;
    text-transform: uppercase;
}
.btn-primary {
    background-color: #236CFA;
    border-color: #236CFA;
}

.btn img {
    margin-top: -4px;
    margin-left: 5px;
}
.modal-footer .btn img {
    margin-left: 0;
    margin-right: 5px;
}
.btn + a {
    margin-left: 38px;
}
.text-right {
    text-align: right;
}
div.border-top {
    border-top: 1px solid #000000 !important;
    padding-top: 50px;
}
div.border-bottom {
    border-bottom: 1px solid #000000 !important;
    padding-bottom: 50px;
}
.modal-header {
    border: 0;
    padding: 90px 100px 20px;
}
.modal-body {
    padding: 20px 100px;
}
.modal-footer {
    justify-content: center;
    border: 0;
    padding: 20px 100px 90px;
}
.modal-footer p {
    font-weight: bold;
    font-size: 14px;
}

header {
    padding-top: 40px;
    border-bottom: 1px solid #1A73E8;
}
.logo-wrapper a {
    display: flex;
}
.logo-wrapper a img + img {
    margin-left: 40px;
}
.menu-wrapper {
    display: flex;
    align-items: flex-start;
}
.menu-wrapper ul:not(.dropdown-menu) {
    list-style: none;
    display: flex;
    padding: 0 40px;
    margin: 0;
}
.menu-wrapper ul:not(.dropdown-menu) li {
    margin: 0 20px;
}
.menu-wrapper ul:not(.dropdown-menu) li:first-child {
    margin-left: 0;
}
.menu-wrapper ul:not(.dropdown-menu) li:last-child {
    margin-right: 0;
}
.menu-wrapper ul:not(.dropdown-menu) a {
    display: block;
    line-height: 50px;
    padding-bottom: 34px;
    color: #1B1818;
    border-bottom: 6px solid transparent;
    text-decoration: none;
}
.menu-wrapper ul:not(.dropdown-menu) a:hover, .menu-wrapper ul:not(.dropdown-menu) a.active {
    color: #236CFA;
    border-color: #236CFA;
}
#menu-toggle {
    display: none;
}
#hero {
    overflow: hidden;
}
#hero .container {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url("../img/hero-img.png") no-repeat bottom right;
    border-bottom: 15px solid #236CFA;
    position: relative;
}
#hero h1 {
    padding-top: 50px;
    margin-bottom: 80px;
    border-top: 15px solid #FF6600;
}
#hero a:not(.btn), #call-to-action a:not(.btn) {
    color: #236CFA;
    font-size: 16px;
    font-family: "Space Grotesk";
}
#hero a:not(.btn):hover, #call-to-action a:not(.btn):hover {
    text-decoration: none;
}
#blog a {
    color: #236CFA;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
#photos .item {
    position: relative;
}
#photos .item p {
    position: absolute;
    background: #F8F8F8;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    line-height: 1;
}
.bg-wrapper {
    background: rgba(35, 108, 250, 0.1);
    padding: 45px 55px;
}
.bg-wrapper.img-wrapper {
    padding: 40px;
}
.img-wrapper {
    position: relative;
}
.img-wrapper a span {
    position: absolute;
    left: calc(50% - 71px);
    top: calc(50% - 20px);
    line-height: 40px;
    display: flex;
    background: #FF6600;
    color: #fff;
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    align-items: center;
}
.img-wrapper a span img {
    margin-left: 10px;
}
.voices--item {
    background: rgba(35, 108, 250, 0.1);
    padding: 40px;
}
.voices--item p {
    display: flex;
    align-items: center;
}
.voices--item p img {
    border-radius: 100%;
    margin-right: 10px;
}
.advantages {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.advantages--item {
    flex: 0 0 50%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-right: 5px;
}
.advantages--item span {
    display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #236CFA;
}
.advantages--item p {
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
#infographics img {
    filter: grayscale(1);
}
.big-num {
    font-family: "Alfa Slab One";
    font-size: 128px;
    line-height: 128px;
    margin-right: 40px;
}
.wrapper + .big-num {
    margin-left: 40px;
    margin-right: 0;
    color: #236CFA;
}
.big-num.FF6600 {
    color: #FF6600;
}
#how h3 {
    font-size: 30px;
}
.wrapper {
    margin-left: 80px;
    margin-bottom: 50px;
}
.big-num + .wrapper {
    margin-left: 0;
    margin-right: 70px;
}
.avatar {
    border: 1px solid #FF00F5;
    border-radius: 50%;
    display: inline-block;
    padding: 6px;
    position: absolute;
    left: 10px;
    top: 22px;
}
.owl-carousel .owl-item .avatar img {
    width: unset;
    border-radius: 100%;
}
.item .avatar + p {
    position: absolute;
    top: 67px;
    left: 10px;
    font-size: 11px;
}
#story .item > img {
    border-radius: 10px;
}
#story .item img + p {
    position: absolute;
    bottom: 10px;
    left: 20px;
    background: #236CFA;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    max-width: 260px;
}
#story-2.item img + p {
    background: #fff;
    color: #1B1818;
    bottom: unset;
    left: unset;
    right: 20px;
    top: 42px;
}
#story-3.item img + p, #story-3.item img + p {
    background: #f44653;
    bottom: unset;
    top: 98px;
}
#story-5.item img + p {
    background: #f44653;
    max-width: 320px;
    left: calc(50% - 160px);
}
#story .owl-dots {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    display: flex;
}
#story .owl-dots .owl-dot {
    margin-right: 8px;
}
#story .owl-dot span {
    width: 50px;
    height: 3px;
    display: block;
    background: #1B1818;
    border-radius: 5px;
}
#story .owl-dot.active span {
    background: #2469EF;
}
#counter {
    font-family: "Space Grotesk";
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}
#story .owl-nav {
    position: absolute;
    bottom: -62px;
    width: 100%;
    text-align: center;
    font-size: 34px;
}
#story .owl-nav .owl-prev {
    margin-right: 30px;
}
#story .owl-nav .owl-next {
    margin-left: 30px;
}
.stats {
    margin-top: 40px;
    display: flex;
}
.stats .icon {
    display: flex;
    padding-right: 30px;
    border-right: 1px solid #000;
    margin-right: 30px;
}
.stats p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
}
.stats p b {
    font-size: 40px;
    line-height: 50px;
}
.questions-wrapper {
    background: rgba(35, 108, 250, 0.1);
    padding: 60px;
}
.questions-wrapper h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}
.questions-wrapper .form-select {
    margin-bottom: 40px;
    max-width: 100%;
}
.questions-wrapper #tab-simulateur-notes .form-select {
    margin-bottom: 0;
}
.form-check {
    line-height: 40px;
    padding-left: 30px;
}
.form-check .form-check-input {
    width: 20px;
    height: 20px;
    margin-left: -30px;
    margin-top: 11px;
}
.form-check-label {
    font-size: 15px;
}
.form-check + hr {
    margin-top: 10px;
    border-top: 1px solid #A4A3A3;
    margin-bottom: 10px;
}
.form-group {
    margin-bottom: 40px;
}
.content {
    min-height: calc(100vh - 574px);
}
.toggle-results, .toggle-forms {
    padding: 15px 20px;
    background: #E9F0FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.toggle-forms {
    font-size: 15px;
    margin-left: -60px;
    margin-right: -60px;
    padding: 15px 60px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.toggler-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.toggler {
    width: 50px;
    height: 30px;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #236CFA;
    margin: 0 5px;
    position: relative;
}
.toggler::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    background: #236CFA;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.toggler-wrapper.active .toggler::before {
    right: 2px;
    left: unset;
}
.hide {
    display: none;
}
.result {
    display: none;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 15px;
}
.result.show {
    display: flex;
}
.result--content {
    width: 100%;
}
.result--image {
    padding-right: 50px;
    max-width: 150px;
}
.result h3 {
    font-size: 20px;
    font-weight: bold;
}
.pagnation {
    display: flex;
    padding: 0;
    margin: 15px auto;
    width: auto;
    list-style: none;
    justify-content: center;
    font-size: 15px;
    min-width: 36px;
}
.pagnation li {
    padding: 8px;
    min-width: 36px;
    text-align: center;
    border-radius: 3px;
    margin: 0 5px;
}
.pagnation li:hover {
    background: #F8F8FF;
    color: #000;
    cursor: pointer;
}
.pagnation li.active {
    background: #236CFA;
    color: #fff;
    cursor:default;
}
.select-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select-group-text {
    font-size: 15px;
}
.select-group .form-select {
    flex: 0 0 auto;
    width: auto;
    max-width: 176px;
    margin: 0;
}
.nav {
    justify-content: space-between;
    margin: 20px 0 30px;
}
.nav-link {
    font-size: 16px;
    font-weight: 700;
}
.nav-link.active {
    color: #236CFA;
    border-bottom: 2px solid;
}
footer {
    border-top: 1px solid #A4A3A3;
    padding-top: 40px;
    margin-top: 50px;
}
footer .logo {
    display: block;
    margin-bottom: 30px;
}
footer .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .menu li {
    line-height: 40px;
}
footer .menu li a {
    font-size: 16px;
    color: #1B1818;
    text-decoration: none;
    display: flex;
    align-items: center;
}
footer .menu li img {
    margin-right: 5px;
}
footer .menu li a:hover {
    color: #236CFA;
}
.footer-logo-area {
    background:
            #236CFA;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
}
.footer-logo-area .d-flex {
    justify-content: space-between;
    align-items: center;
}
.footer-logo-area img {
    max-height: 75px;
}
.footer-logo-area img#edtech {
    max-height: 30px;
}

.footer-bottom {
    background: #E9F0FF;
    padding: 30px 0;
}
.footer-bottom p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.footer-bottom input {
    font-size: 16px;
    line-height: 50px;
    border-radius: 5px;
    border-color: #D8D8D8;
    box-shadow: none;
    width: 345px;
    padding: 0 15px;
}

#BtnContainer select {
    width: auto;
    background-color: #236CFA;
    border-color: #236CFA;
    color: #fff;
    border-radius: 0;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
    outline: 0 !important;
    font-weight: bold;
    box-shadow: none !important;
    font-family: "Space Grotesk";
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
}
#BtnContainer select:hover,
#BtnContainer select.active {
    background-color: rgb(10, 88, 202);
    border-color: rgb(10, 88, 202);
}
#coming_soon {
    height: calc(100vh - 632px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #236CFA;
}
#coming_soon h1 {
    font-size: 100px;
}
#coming_soon + footer {
    margin-top: 0;
}

@media(max-width: 768px){
    .h-sm-200 {
        min-height: 200px;
    }
    .h-sm-345 {
        min-height: 345px;
    }
    .mb-sm-30 {
        margin-bottom: 30px !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-0 {
        margin-left: 0 !important;
    }
    h3 {
        font-size: 40px;
    }
    p {
        font-size: 14px;
    }
    p.big {
        font-size: 20px;
        line-height: 30px;
    }
    p.large {
        font-size: 35px;
    }
    p.extra-large {
        font-size: 24px;
        line-height: 30px;
    }
    span.big {
        font-size: 20px;
        line-height: 20px;
    }
    .btn {
        padding: 0 20px;
        font-size: 13px;
    }
    hr.transparent {
        margin-top: 45px;
    }

    header {
        padding: 35px 10px 20px;
        position: relative;
    }
    .menu-wrapper {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
        border-top: 1px solid #1A73E8;
        padding: 20px 20px 40px;
        text-align: center;
        z-index: 1000;
    }
    .menu-is-open .menu-wrapper {
        display: block;
    }
    .menu-wrapper ul:not(.dropdown-menu) {
        display: block;
        padding: 0;
        text-align: center;
    }
    .menu-wrapper ul:not(.dropdown-menu) li {
        margin: 0;
    }
    .menu-wrapper ul:not(.dropdown-menu) a {
        padding-bottom: 0;
    }
    .logo-wrapper img {
        max-width: 140px;
    }
    #menu-toggle {
        display: block;
        border: 0;
        background: none;
        width: 26px;
        height: 26px;
        position: relative;
    }
    #menu-toggle span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #000;
    }
    #menu-toggle span::before, #menu-toggle span::after {
        content: "";
        position: absolute;
        right: 0;
        width: 20px;
        height: 1px;
        background: #000;
        transition: all 0.3s ease-in-out;
    }
    #menu-toggle span::before {
        top: -7px;
    }
    #menu-toggle span::after {
        top: 7px;
    }
    .menu-is-open #menu-toggle span {
        background: transparent;
    }
    .menu-is-open #menu-toggle span::before {
        transform: rotate(45deg);
        top: 0;
        width: 26px;
    }
    .menu-is-open #menu-toggle span::after {
        transform: rotate(-45deg);
        top: 0;
        width: 26px;
    }
    #hero .container {
        padding-top: 30px;
        padding-bottom: 210px;
        background-size: 125% auto;
        background-position: 55% 100%;
    }
    #hero h1 {
        padding-top: 35px;
        margin-bottom: 40px;
    }
    #hero .btn + a {
        margin-bottom: 70px;
        display: inline-block;
    }
    #faq .btn {
        margin-bottom: 20px;
    }
    #blog .col-10.offset-1.col-md-7 {
        order: 2;
    }
    #blog .col-10.offset-1.col-md-3.offset-md-0 {
        order: 1;
        margin-bottom: 20px;
    }
    #blog .col-10.offset-1.col-md-3.offset-md-0 img {
        transform: scaleX(-1);
    }
    .bg-wrapper {
        padding: 35px;
    }
    .bg-wrapper.img-wrapper {
        padding: 20px;
    }
    #how .btn {
        margin-bottom: 30px;
    }
    .modal-header, .modal-body, .modal-footer {
        padding: 20px;
    }
    #how .d-flex {
        flex-wrap: wrap;
    }
    .big-num {
        font-size: 105px
    }
    #how .big-num {
        order: 1;
    }
    #how .wrapper {
        order: 2;
    }
    .wrapper, .big-num + .wrapper {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .wrapper + .big-num {
        margin-left: auto;
        margin-right: 0;
    }
    #story .owl-dot span {
        width: 38px;
    }
    #counter {
        margin-bottom: 40px;
    }
    .voices--item {
        padding: 30px;
        margin-bottom: 30px;
    }
    #last .d-flex {
        flex-wrap: wrap;
    }
    #last p {
        margin-bottom: 20px !important;
    }
    div.border-top {
        padding-top: 30px;
    }
    div.border-bottom {
        padding-bottom: 30px;
    }

    .stats {
        margin-bottom: 40px;
    }

    .questions-wrapper {
        padding: 30px;
        margin-top: 30px;
    }
    .questions-wrapper h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .stats .icon {
        padding-right: 20px;
        margin-right: 20px;
    }
    .stats--content {
        white-space: nowrap;
    }
    .result--content .d-flex {
        display: block !important;
    }
    .toggle-forms {
        margin-left: -30px;
        margin-right: -30px;
        padding: 15px 30px;
    }

    #BtnContainer.btn-group {
        flex-wrap: wrap;
    }
    .btn-group > .btn {
        flex: 0 0 100%;
        border-radius: 0;
        margin-left: 0 !important;
    }
    .btn-group > .btn:first-child {
        border-top-left-radius: 100px;
        border-top-right-radius: 100px !important;;
    }
    .btn-group > .btn:last-child {
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }
    #BtnContainer select {
        width: 100%;
        font-size: 12px;
        line-height: 45px;
    }

    footer {
        text-align: center;
        margin-top: 30px;
    }
    footer .logo {
        margin-left: auto;
        margin-right: auto;
    }
    footer .menu {
        border-top: 1px solid;
        text-align: center;
    }
    footer .menu li a {
        justify-content: center;
    }
    footer .menu.socials {
        display: flex;
        justify-content: center;
    }
    footer .menu.socials li a {
        display: block;
        margin: 10px 10px 0;
    }
    footer .menu li img {
        display: block;
        margin: 0 auto;
    }
    .footer-logo-area .d-flex {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-logo-area img {
        max-height: 60px;
        margin-bottom: 15px;
    }
    .footer-logo-area img#edtech {
        max-height: 26px;
        margin-bottom: 0;
    }
    .footer-bottom .d-flex {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .footer-bottom p, .footer-bottom input {
        margin-bottom: 20px;
    }
    #coming_soon h1 {
        font-size: 48px;
    }
}


.faq-wrapper {
    height: 100%;
    min-height: 205px;
}
.faq-wrapper .outer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.faq-wrapper .question {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 15px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    justify-content: space-between;
    border-radius: 20px;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    animation: animate 15s linear infinite;
    animation-delay: calc(3s * var(--delay));
}
.outer:hover .question{
    animation-play-state: paused;
}
.question p {
    margin: 0;
}

@keyframes animate {
    0%{
        opacity: 0;
        transform: translateY(100%) scale(0.5);
    }
    5%, 20%{
        opacity: 0.4;
        transform: translateY(100%) scale(0.7);
    }
    25%, 40%{
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0%) scale(1);
    }
    45%, 60%{
        opacity: 0.4;
        transform: translateY(-100%) scale(0.7);
    }
    65%, 100%{
        opacity: 0;
        transform: translateY(-100%) scale(0.5);
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1320px;
    }
}

.property {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 30px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: 30px;
}

.property::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #FFFFFF;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 95%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
    z-index: 1;
}

.property .icon {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #236CFA;
}

.property .icon svg {
    height: 20px;
    width: auto;
}

.property .details {
    display: none;
    flex-direction: column;
    flex: 1;
}

.property .address {
    color: #9E9E9E;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.property .features {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.property .features > div {
    align-items: center;
    background: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex;
    font-size: 10px;
    gap: 5px;
    padding: 5px;
}

/*
 * Property styles in highlighted state.
 */
.property.highlight {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    height: 80px;
    padding: 8px 15px;
    width: auto;
}

.property.highlight::after {
    border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
    display: flex;
}

.property.highlight .icon svg {
    width: 50px;
    height: 50px;
}

.property .bed {
    color: #FFA000;
}

.property .bath {
    color: #03A9F4;
}

.property .size {
    color: #388E3C;
}

/*
 * House icon colors.
 */
.property.highlight:has(.fa-house) .icon {
    color: var(--house-color);
}

.property:not(.highlight):has(.fa-house) {
    background-color: var(--house-color);
}

.property:not(.highlight):has(.fa-house)::after {
    border-top: 9px solid var(--house-color);
}

/*
 * Building icon colors.
 */
.property.highlight:has(.fa-building) .icon {
    color: var(--building-color);
}

.property:not(.highlight):has(.fa-building) {
    background-color: var(--building-color);
}

.property:not(.highlight):has(.fa-building)::after {
    border-top: 9px solid var(--building-color);
}

/*
 * Warehouse icon colors.
 */
.property.highlight:has(.fa-warehouse) .icon {
    color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse) {
    background-color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse)::after {
    border-top: 9px solid var(--warehouse-color);
}

/*
 * Shop icon colors.
 */
.property.highlight:has(.fa-shop) .icon {
    color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop) {
    background-color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop)::after {
    border-top: 9px solid var(--shop-color);
}

.modal-dialog-scrollable .modal-body.scroll-icn {
    padding-bottom: 100px;
    background-image: url("/img/svg/scroll-icn.svg") no-repeat 50% 100%;
}

.simulator-select{
    margin:0 15px 0 0;
}
#tab-simulateur-notes {
    width: 100%;
}
#tab-simulateur-notes tr td{
    padding: 5px 0;
}
tbody{
    font-size:15px;
}
td input[type=number]{
    text-align: center;
}
.simulator-selects{
    display:flex;
}
.simulator-selects label{
    font-size:12px;
    color: #fff;
    background-color: #236CFA;
    padding: 2px 5px;
    border-radius: 2px;
}
.coeff{
    text-align:center;
}
th{
    background-color: aliceblue;
    font-weight: 100;
    color: #6e6e6e;
    font-size: 14px;
    text-align: center;
    padding: 3px 0;
    border-bottom: 1px solid #00b1d0;
}
#resultat-simulateur{
    background-color: #D5EFEC;
    font-family: Quicksand;
    text-align:center;
}
.points{
    text-align:center;
}
.bouton-simulateur{
    text-align:center;
    margin-bottom: 20px;
}

.average-grade-input {
    display: inline-block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #909090;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.average-grade-input input {
    border: 0 !important;
    outline: none !important;
    text-align: center;
    width: 60px
}

.t_rating_container {
    display: flex;
    flex-flow: row-reverse nowrap;
    width: 125px;
    margin-bottom: 20px;
}
.t_rating_container input[type=radio] {
    display: none;
}
.t_rating_container label {
    color: #b0b9c3;
    margin-left: 5px;
    font-size: 16px;
}
.t_rating_container input:checked ~ label,
    /* show gold star when clicked */

.t_rating_container label:hover,
    /* hover current star */

.t_rating_container label:hover ~ label {
    color: #f4af02;
}
/* hover previous stars in list */

.t_rating_container input:checked + label:hover,
    /* hover current star when changing rating */

.t_rating_container input:checked ~ label:hover,
.t_rating_container label:hover ~ input:checked ~ label,
    /* lighten current selection */

.t_rating_container input:checked ~ label:hover ~ label {
    color: #f4af02;
    opacity: 0.6;
}
/*animation*/
.cyberfox {
    opacity: 0;
    position: absolute;
    right: 25px;
    bottom: 0;
    transform: translate3d(-100px,0,0);
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.175, 1.885,.32,1.275);
    transition-property: opacity,transform;
}
#hero .cyberfox {
    bottom: 15px;
}
.cyberfox.right {
    transform: translate3d(100px,0,0);
    right: 0;
}
.cyberfox.animate {
    opacity: 1;
    transform: translateZ(0);
}
.cyberfox--body {
    width: 72px;
    height: 72px;
    display: flex;
    background: #F60;
    border-radius: 6px;
    position: relative;
    justify-content: center;
    align-items: center;
}
.cyberfox.rotate .cyberfox--body{
    transform: rotate(-45deg);
}
.cyberfox--eye {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cyberfox.rotate .cyberfox--eye {
    transform: rotate(45deg);
}
.cyberfox--eye span {
    display: block;
    width: 16px;
    height: 16px;
    background: #F60;
    border-radius: 50%;
    animation: blinking cubic-bezier(.175,0,.32,1.275) 5s infinite;
}
.cyberfox--tail {
    display: block;
    width: 109px;
    min-height: 46px;
    padding: 23px;
    position: absolute;
    background: #F60;
    left: 90px;
    top: 75%;
    border-radius: 46px 0 46px 46px;
    transform: rotate(-136deg);
    transition: all 0.3s ease-in-out;
}
.cyberfox--tail.bubble {
    width: 225px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}
.cyberfox.rotate .cyberfox--tail {
    transform: none;
    border-radius: 46px 46px 0 46px;
    top: unset;
    bottom: 55px;
    padding: 23px;
    right: 90px;
    left: unset;
}
.cyberfox--tail::before {
    content: "";
    width: 23px;
    height: 23px;
    background: url('/img/svg/tail-part.svg') no-repeat 0 0;
    position: absolute;
    right: 0;
    top: -22px;
    transform: rotate(90deg);
}
.cyberfox.rotate .cyberfox--tail::before {
    top: unset;
    bottom: -22px;
    transform: none;
}
@keyframes blinking {
    0% {
        height: 4px;
    }
    10% {
        height: 16px;
    }
    100% {
        height: 16px;
    }
}

.animation {
    position: relative;
    width: 100%;
    height: calc(100vh - 552px);
}
.animation > div {
    position: absolute;
}
.animation > div.hidden {
    opacity: 0 !important;
}
.square, .circle {
    width: 296px;
    height: 296px;
    border: 1px solid #7C7C7C;
    left: calc(50% - 89px);
    top: calc(50% - 148px);
}
.square span {
    width: 50%;
    margin-left: auto;
    height: 100%;
    background: #000;
    display: block;
    opacity: 0;
}
.square.animate span {
    opacity: 1;
}
.square.second span {
    background: #FF6600;
    opacity: 1;
}
.circle {
    border-radius: 50%;
    right: calc(50% - 219px);
    left: unset;
    background: #fff;
    animation: 1s linear 0s from-left;
    opacity: 1;
}
.circle.animate {
    opacity: 1;
    transform: translateZ(0);
}
.square.second {
    left: calc(50% - 175px);
    transform: translate3d(300px,0,0);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.175, 1.885,.32,1.275);
    transition-property: opacity,transform;
    opacity: 0;
}
.square.second.animate {
    left: calc(50% - 175px);
    opacity: 1;
    transform: translateZ(0);
}
.circles--wrapper {
    left: calc(50% - 156px);
    top: calc(50% - 296px);
    transform: translate3d(-200px,0,0);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.175, 1.885,.32,1.275);
    transition-property: opacity,transform;
    opacity: 0;
}
.circles--wrapper.animate {
    opacity: 1;
    transform: translateZ(0);
}
.circles--wrapper .circle {
    margin-top: 1px;
}
.circles--wrapper .circle + .circle {
    margin-top: -1px;
}
.animation .figure {
    display: inline-block;
    top: calc(50% - 148px);
    left: calc(50% - 209px);
    max-width: 182px;
    transform: translate3d(200px,0,0);
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-property: opacity,transform;
    opacity: 0;
}
.animation .figure.animate {
    transform: translateZ(0);
    opacity: 1;
}
.logotext {
    left: calc(50% - 209px);
    top: calc(50% - 148px);
    display: flex;
    align-items: center;
}
.logotext .letter-e {
    opacity: 0;
    max-width: 416px;
}
.logotext .letter-e.animate {
    opacity: 1;
}
.logotext .ed {
    opacity: 0;
    position: absolute;

}
.logotext .via {
    opacity: 0;
    position: absolute;

}
.logotext .tec {
    opacity: 0;
    position: absolute;
}
@keyframes from-left {
    0% {
        transform: translate3d(-50vw,0,0);
    }
    25% {
        transform: translate3d(248px,0,0);
    }
    50% {
        transform: translate3d(-60px,0,0);
    }
    75% {
        transform: translate3d(40px,0,0);
    }
    100%{
        transform: translate3d(0,0,0);
    }
}

.select2-container--default .select2-selection--single {
    background-color: unset;
    border: unset;
    border-radius: unset;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.form-outline {
    position:relative;
    width:100%
}
.form-outline .form-helper {
    width:100%;
    position:absolute;
    font-size:.875em;
    color:#757575
}
.form-outline .form-helper .form-counter {
    text-align:right
}
.form-outline .trailing {
    position:absolute;
    right:10px;
    left:initial;
    top:50%;
    transform:translateY(-50%);
    pointer-events:none;
    color:var(--mdb-surface-color)
}
.form-outline .form-icon-trailing {
    padding-right:2rem !important
}
.form-outline .form-control {
    min-height:auto;
    padding-top:.32rem;
    padding-bottom:.32rem;
    padding-left:.75rem;
    padding-right:.75rem;
    background:rgba(0,0,0,0);
    transition:all .2s linear
}
.form-outline .form-control~.form-label {
    position:absolute;
    top:.75rem;
    max-width:90%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    left:.75rem;
    padding-top:.37rem;
    pointer-events:none;
    transform-origin:0 0;
    transition:all .2s ease-out;
    color:var(--mdb-form-control-label-color);
    margin-bottom:0;
    background: #fff;
}
.form-outline .form-control~.form-notch {
    display:flex;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    max-width:100%;
    height:100%;
    text-align:left;
    pointer-events:none
}
.form-outline .form-control~.form-notch div {
    pointer-events:none;
    border:1px solid;
    border-color:var(--mdb-form-control-border-color);
    box-sizing:border-box;
    background:rgba(0,0,0,0);
    transition:all .2s linear
}
.form-outline .form-control~.form-notch .form-notch-leading {
    left:0;
    top:0;
    height:100%;
    width:.5rem;
    border-right:none;
    border-radius:.25rem 0 0 .25rem
}
.form-outline .form-control~.form-notch .form-notch-middle {
    flex:0 0 auto;
    width:auto;
    max-width:calc(100% - 1rem);
    height:100%;
    border-right:none;
    border-left:none
}
.form-outline .form-control~.form-notch .form-notch-trailing {
    flex-grow:1;
    height:100%;
    border-left:none;
    border-radius:0 .25rem .25rem 0
}
.form-outline .form-control:not(.placeholder-active)::placeholder {
    opacity:0
}
.form-outline .form-control:focus::placeholder,
.form-outline .form-control.active::placeholder {
    opacity:1
}
.form-outline .form-control:focus {
    box-shadow:none !important
}
.form-outline .form-control:focus~.form-label,
.form-outline .form-control.active~.form-label {
    transform:translateY(-1rem) translateY(0.1rem) scale(0.8)
}
.form-outline .form-control:focus~.form-label {
    color:var(--mdb-input-focus-label-color)
}
.form-outline .form-control:focus~.form-notch .form-notch-middle,
.form-outline .form-control.active~.form-notch .form-notch-middle {
    border-right:none;
    border-left:none;
    border-top:1px solid rgba(0,0,0,0)
}
.form-outline .form-control:focus~.form-notch .form-notch-middle {
    border-color:var(--mdb-input-focus-border-color);
    box-shadow:0 1px 0 0 var(--mdb-input-focus-border-color);
    border-top:1px solid rgba(0,0,0,0)
}
.form-outline .form-control:focus~.form-notch .form-notch-leading,
.form-outline .form-control.active~.form-notch .form-notch-leading {
    border-right:none
}
.form-outline .form-control:focus~.form-notch .form-notch-leading {
    border-color:var(--mdb-input-focus-border-color);
    box-shadow:-1px 0 0 0 var(--mdb-input-focus-border-color),0 1px 0 0 var(--mdb-input-focus-border-color),0 -1px 0 0 var(--mdb-input-focus-border-color)
}
.form-outline .form-control:focus~.form-notch .form-notch-trailing,
.form-outline .form-control.active~.form-notch .form-notch-trailing {
    border-left:none
}
.form-outline .form-control:focus~.form-notch .form-notch-trailing {
    border-color:var(--mdb-input-focus-border-color);
    box-shadow:1px 0 0 0 var(--mdb-input-focus-border-color),0 -1px 0 0 var(--mdb-input-focus-border-color),0 1px 0 0 var(--mdb-input-focus-border-color)
}
.form-outline .form-control:disabled,
.form-outline .form-control.disabled,
.form-outline .form-control[readonly] {
    background-color:var(--mdb-form-control-disabled-bg)
}
.form-outline .form-control:disabled~.timepicker-toggle-button,
.form-outline .form-control:disabled~.datepicker-toggle-button,
.form-outline .form-control:disabled~.datetimepicker-toggle-button,
.form-outline .form-control:disabled~.select-arrow,
.form-outline .form-control:disabled~.trailing,
.form-outline .form-control.disabled~.timepicker-toggle-button,
.form-outline .form-control.disabled~.datepicker-toggle-button,
.form-outline .form-control.disabled~.datetimepicker-toggle-button,
.form-outline .form-control.disabled~.select-arrow,
.form-outline .form-control.disabled~.trailing,
.form-outline .form-control[readonly]~.timepicker-toggle-button,
.form-outline .form-control[readonly]~.datepicker-toggle-button,
.form-outline .form-control[readonly]~.datetimepicker-toggle-button,
.form-outline .form-control[readonly]~.select-arrow,
.form-outline .form-control[readonly]~.trailing {
    color:rgba(var(--mdb-surface-color-rgb), 0.5)
}
.form-outline .form-control.form-control-lg {
    font-size:1rem;
    line-height:2.15
}
.form-outline .form-control.form-control-lg~.form-label {
    padding: 0 7px;
}
.form-outline .form-control.form-control-lg:focus~.form-label,
.form-outline .form-control.form-control-lg.active~.form-label {
    transform:translateY(-1.25rem) translateY(0.1rem) scale(0.8)
}
.form-outline .form-control.form-control-sm {
    padding-top:.32rem;
    padding-bottom:.32rem;
    font-size:.775rem;
    line-height:1.5
}
.form-outline .form-control.form-control-sm~.form-label {
    padding-top:.33rem;
    font-size:.775rem
}
.form-outline .form-control.form-control-sm:focus~.form-label,
.form-outline .form-control.form-control-sm.active~.form-label {
    transform:translateY(-0.85rem) translateY(0.1rem) scale(0.8)
}
.form-outline.form-white .form-control {
    color:#fff
}
.form-outline.form-white .form-control~.form-label {
    color:#fbfbfb
}
.form-outline.form-white .form-control~.form-notch div {
    border-color:#fbfbfb
}
.form-outline.form-white .form-control:focus~.form-label {
    color:#fff
}
.form-outline.form-white .form-control:focus~.form-notch .form-notch-middle {
    border-color:#fff;
    box-shadow:0 1px 0 0 #fff;
    border-top:1px solid rgba(0,0,0,0)
}
.form-outline.form-white .form-control:focus~.form-notch .form-notch-leading {
    border-color:#fff;
    box-shadow:-1px 0 0 0 #fff,0 1px 0 0 #fff,0 -1px 0 0 #fff
}
.form-outline.form-white .form-control:focus~.form-notch .form-notch-trailing {
    border-color:#fff;
    box-shadow:1px 0 0 0 #fff,0 -1px 0 0 #fff,0 1px 0 0 #fff
}
.form-outline.form-white .form-control::placeholder {
    color:hsla(0,0%,100%,.7)
}
.form-outline.form-white .form-control:disabled,
.form-outline.form-white .form-control.disabled,
.form-outline.form-white .form-control[readonly] {
    background-color:hsla(0,0%,100%,.45)
}