body {
    background-color: #fff;
}


#banner {
    height: 300px;
    background: url('/uploads/banners/medecins.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.numberCircle {
    position: absolute;
    top: 50%;
    left: 50%;
    /* border-radius: 50%; */
    margin: -25px 0px 0px -25px;
    padding: 5px;
    /* background: rgb(216,185,142); */
    /* border: 2px solid black; */
    color: black;
    text-align: center;
    /* font: 2em Arial, sans-serif; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.numberCircleSmall {

    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: -15px 0px 0px -15px;

    padding: 0;
    padding-left: 0.3em;
    padding-top: 0em;

    background: rgb(216, 185, 142);
    border: 2px solid black;
    color: black;
    text-align: center;
    font: 1em Arial, sans-serif;
    font-weight: bolder !important;
}

.numberCircleSmallHelper {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    margin: -12px 0px 0px -12px;
    padding: 3px;
    background: rgb(216, 185, 142);
    border: 1px solid black;
    color: black;
    text-align: center;
    font: 1em Arial, sans-serif;
    font-weight: bolder !important;
    display: inline-block;
    margin-left: 5px;
}

.numberOuterCircleSmall {
    position: relative;

    border-radius: 50%;
    height: 36px;
    width: 36px;

    margin-top: 6px !important;
    margin-left: 6px !important;

    background: white;
    border: 1px solid black;
    text-align: center;
    display: inline-block;
}

.numberOuterCircle {
    position: relative;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: white;
    border: 4px solid black !important;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stepInfos {
    display: block;
    margin: auto;
    text-align: center;
}

.stepTitle {
    margin-top: 5px;
    font-size: 1.5em !important;
    font-weight: 300;
}

.circleGrayed {
    background: lightgray;
}

.circleGreen {
    background: rgb(77, 158, 32);
}

.circleWhite {
    background: white;
}

.btn-custom {
    background: rgb(216, 185, 142) !important;
    color: black !important;
}

.btn-selected {
    color: black !important;
}

.btn-elegant:hover {
    background: rgb(216, 185, 142) !important;
    color: black !important;
}

.btn-white {
    color: gray !important;
    border: gray 2px !important;
}

.sectionTitle {
    width: 100%;
    height: auto;
    background: rgb(216, 185, 142) !important;
    vertical-align: middle;
}

.sectionTitle h2 {
    vertical-align: middle;
    height: auto;
    padding-top: 3px;
    padding-left: 5px;
    margin-bottom: 0px;
    font-size: 1.5em;
}

.sectionTitleFinished {
    width: 100%;
    height: auto;
    background: rgb(216, 185, 142) !important;
    vertical-align: middle;
}

.sectionBlock {
    /* border: solid 1px gray; */
    background: whitesmoke;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 0;
}

.sectionBlockShrinked {
    border: solid 1px gray;
    background: whitesmoke;
    padding-top: 0;
    padding-bottom: 0px;
    margin-top: 0;
    position: relative;
}

.small-buttons {
    padding-top: 20px;
}

.currentTitle {
    font-weight: bolder !important;
}

.hidden {
    display: none;
}

.yellow-star {
    color: rgb(216, 185, 142);
    font-weight: bold;
    margin-right: 10px;
    margin-left: 5px;
    position: absolute;
    left: 10px;
}

.information-box {
    margin-top: 5px;
    margin-left: 20px;
    line-height: 2em;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.error-message {
    color: red !important;
    font-style: italic;
    font-size: 0.8em;
}

@media all and (max-width: 992px) {
    .mini-full-width {
        width: 100%;
        margin: auto;
    }
}

@media all and (min-width: 992px) {

    /* .useful-information {
        position: absolute;
        top: 0px;
        z-index: 98;
    } */
    .useful-information {
        position: sticky;
        top: 10%;
    }


    .fixed-information {
        position: fixed;
        top: 66px;
        max-width: inherit;
        z-index: 99;
        /* overflow-y: scroll !important; */
        /* -ms-overflow-style: -ms-autohiding-scrollbar; */
        max-height: calc(100% - 80px) !important;
        background: whitesmoke;
    }

    .useful-container-width {
        max-width: calc(25% - 15px);
    }

    .bottom-limit {
        bottom: 150px !important;
    }
}

.helper {
    float: right;
}

.tooltip_templates {
    display: none;
}

.customNumber {
    padding: 0;
    padding-bottom: 0.6rem;
    padding-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    margin-top: 3rem;
    margin-bottom: 1rem;
    border-color: #E5E5E5 !important;
    background: #FFF !important;
    color: #666;
    -webkit-box-shadow: 0 0 0 5px rgba(217, 217, 217, 0.1);
    box-shadow: 0 0 0 5px rgba(217, 217, 217, 0.1) !important;
}

.sectionTitle-line {
    background-color: transparent !important;
    border-bottom: 2px solid rgba(17, 17, 26, 0.1);
    /* margin-left: 20px;
    margin-right: 20px; */
    padding-bottom: 10px;
}

.sectionTitle-line h2 {
    text-transform: uppercase;
    font-weight: 500;
}

.buttons-main span {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.next-btn,
.next-btn:hover {
    background-color: #d8b98e !important;
    color: #FFF !important;
    box-shadow: rgb(142, 112, 67) 0px 5px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
}

.border-bottom-1 {
    border-bottom: 1px solid rgba(17, 17, 26, 0.1);
}

.bg-transparent {
    background-color: transparent !important;
}

.bordre-0 {
    border: 0 !important;
}

.gap-10 {
    gap: 10px;
}

.checkbox-label p {
    margin-bottom: 0px;
    margin-left: 10px;
    margin-top: 10px;
}


#banner {
    height: 300px;
    background: url('/uploads/banners/medecins.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.numberCircle {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0px 0px -25px;
    padding: 5px;
    background: rgb(216, 185, 142);
    /* border: 2px solid black; */
    color: black;
    text-align: center;

    font: 2em Arial, sans-serif;
}

.numberCircleSmall {

    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: -15px 0px 0px -15px;

    padding: 0;
    padding-left: 0.3em;
    padding-top: 0em;

    background: rgb(216, 185, 142);
    border: 2px solid black;
    color: black;
    text-align: center;
    font: 1em Arial, sans-serif;
    font-weight: bolder !important;
}

.numberCircleSmallHelper {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    margin: -12px 0px 0px -12px;

    padding: 3px;

    background: rgb(216, 185, 142);
    border: 1px solid black;
    color: black;
    text-align: center;
    font: 1em Arial, sans-serif;
    font-weight: bolder !important;
    display: inline-block;
    margin-left: 5px;
}

.numberOuterCircleSmall {
    position: relative;

    border-radius: 50%;
    height: 36px;
    width: 36px;

    margin-top: 6px !important;
    margin-left: 6px !important;

    background: white;
    border: 1px solid black;
    text-align: center;
    display: inline-block;
}

.numberOuterCircle {
    position: relative;

    border-radius: 50%;
    height: 60px;
    width: 60px;

    background: white;
    border: transparent;
    /* border: 2px solid black; */
    text-align: center;
    margin: auto;
}

.stepInfos {
    display: block;
    margin: auto;
    text-align: center;
}

.stepTitle {
    margin-top: 5px;
    font-size: 1.5em !important;
    font-weight: 300;
}

.circleGrayed {
    background: lightgray;
}

.circleGreen {
    background: rgb(77, 158, 32);
}

.circleWhite {
    background: white;
}

.btn-custom {
    background: rgb(216, 185, 142) !important;
    color: black !important;
}

.btn-selected {
    color: black !important;
}

.btn-elegant:hover {
    background: rgb(216, 185, 142) !important;
    color: black !important;
}

.btn-white {
    color: gray !important;
    border: gray 2px !important;
}

.sectionTitle {
    width: 100%;
    height: auto;
    background: rgb(216, 185, 142) !important;
    vertical-align: middle;
}

.sectionTitle h2 {
    vertical-align: middle;
    height: auto;
    padding-top: 3px;
    padding-left: 5px;
    margin-bottom: 0px;
    font-size: 1.5em;
}

.sectionTitleFinished {
    width: 100%;
    height: auto;
    background: rgb(216, 185, 142) !important;
    vertical-align: middle;
}

.sectionBlock {
    /* border: solid 1px gray; */
    background: whitesmoke;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 0;
}

.sectionBlockShrinked {
    border: solid 1px gray;
    background: whitesmoke;
    padding-top: 0;
    padding-bottom: 0px;
    margin-top: 0;
    position: relative;
}

.small-buttons {
    padding-top: 20px;
}

.currentTitle {
    font-weight: bolder !important;
}

.hidden {
    display: none;
}

.yellow-star {
    color: rgb(216, 185, 142);
    font-weight: bold;
    margin-right: 10px;
    margin-left: 5px;
    position: absolute;
    left: 10px;
}

.information-box {
    margin-top: 5px;
    margin-left: 20px;
    line-height: 2em;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.error-message {
    color: red !important;
    font-style: italic;
    font-size: 0.8em;
}

@media all and (max-width: 992px) {
    .mini-full-width {
        width: 100%;
        margin: auto;
    }
}

@media all and (min-width: 992px) {

    /* .useful-information {
        position: absolute;
        top: 0px;
        z-index: 98;
    } */
    .fixed-information {
        position: fixed;
        top: 66px;
        max-width: inherit;
        z-index: 99;
        /* overflow-y: scroll !important; */
        /* -ms-overflow-style: -ms-autohiding-scrollbar; */
        max-height: calc(100% - 80px) !important;
        background: whitesmoke;
    }

    .useful-container-width {
        max-width: calc(25% - 15px);
    }

    .bottom-limit {
        bottom: 150px !important;
    }
}

.helper {
    float: right;
}

.tooltip_templates {
    display: none;
}

.customNumber {
    padding: 0;
    padding-bottom: 0.6rem;
    padding-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    margin-top: 3rem;
    margin-bottom: 1rem;
    border-color: #E5E5E5 !important;
    background: #FFF !important;
    color: #666;
    -webkit-box-shadow: 0 0 0 5px rgba(217, 217, 217, 0.1);
    box-shadow: 0 0 0 5px rgba(217, 217, 217, 0.1) !important;
}

.sectionTitle-line {
    background-color: transparent !important;
    border-bottom: 2px solid rgba(17, 17, 26, 0.1);
    /* margin-left: 20px;
    margin-right: 20px; */
    padding-bottom: 10px;
}

.sectionTitle-line h2 {
    text-transform: uppercase;
    font-weight: 500;
}

.buttons-main span {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.next-btn,
.next-btn:hover {
    background-color: #d8b98e !important;
    color: #FFF !important;
    box-shadow: rgb(142, 112, 67) 0px 5px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
}

.border-bottom-1 {
    border-bottom: 1px solid rgba(17, 17, 26, 0.1);
}

.bg-transparent {
    background-color: transparent !important;
}

.bordre-0 {
    border: 0 !important;
}

.gap-10 {
    gap: 10px;
}

.checkbox-label p {
    margin-bottom: 0px;
    margin-left: 10px;
    margin-top: 10px;
}

.border-transparent {
    border: transparent;
}

/* .footer-bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
} */

.page-title {
    font-weight: 600;
}

/* step-done */
.step-done::before {
    content: "\2713";
    position: absolute;
    color: #fff;
    background-color: green;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 50%;
    top: 0;
    right: 0;
    transform: translate(6%, -20%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    z-index: 1;
}

.clearfix::after {
    display: inline !important;
    content: "";
    clear: both;
    border: 3px solid #000;
    border-radius: 0 0 10px 10px;
}

.numberCircle {
    font-size: 22px !important;
    font-weight: 600;
}

.stepInfos button:focus {
    outline: 0px !important;
}

.footer-padding {
    padding-top: 30px;
}

.footer-title {
    padding-bottom: 12px;
    text-decoration: underline rgb(216, 185, 142);
    text-underline-offset: 6px;
    font-size: 20px;
}

.footer-menu-links {
    list-style: none;
    padding-left: 18px;
}

.footer-btn-container {
    margin: 15px 0;
}

/* .quote-form {
    height: 55vh;
} */

.section-complete svg {
    width: 25px;
    height: 25px;
}

.numberOuterCircleSmall.section-color {
    border-width: 3px;
    background: transparent;
    width: 100%;
    height: 40px;
    padding-top: 5px;
    display: flex;
    max-width: 40px;
    justify-content: center;
    align-items: center;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #d8b98e !important;
}

.quote-title {
    text-align: center;
    font-weight: bolder;
    font-size: 2.2em !important;
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px;
    text-decoration: underline rgb(216, 185, 142);
    text-underline-offset: 10px;
}

.footer-logo {
    max-height: 35px;
}

.form-page-title {
    font-weight: bolder;
    font-size: 1.6em !important;
    letter-spacing: 0.2px;
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px;
    text-decoration: underline rgb(216, 185, 142);
    text-underline-offset: 10px;
}

.scrollable-content {
    padding-bottom: 30px !important;
}

.quote-details {
    width: 100%;
    text-align: justify;
    font-size: 1.5em;
}

@media all and (max-width: 767px) {
    .form-page-title {
        text-underline-offset: 8px;
        font-size: 20px !important;
        letter-spacing: 0.2px;
    }

    .footer-logo {
        max-width: 80% !important;
        top: 0 !important;
        max-height: 120px;
        margin: auto;
        display: flex;
    }

    .footer-title {
        padding-bottom: 12px;
        text-decoration: underline rgb(216, 185, 142);
        text-underline-offset: 6px;
        font-size: 18px;
        text-align: center;
    }

    .footer-menu-links {
        list-style: none;
        padding-left: 12px;
    }

    .footer-menu-links li a {
        font-size: 16px !important;
        text-align: center;
    }

    .footer-menu-links li {
        text-align: center;
    }

    .footer-copyright p {
        text-align: center;
    }

    .text-center-sm {
        text-align: center !important;
    }

    .footer-copyright p {
        text-align: center !important;
    }

    .footer-btn-container {
        display: flex !important;
        justify-content: center;
    }

    .footer-padding {
        padding-top: 0px !important;
    }

    .footer-btn {
        padding: 8px 10px !important;
    }

    .footer-container {
        padding: 15px !important;
    }

    .footer-row {
        padding-top: 30px;
    }

    .footer-logo-main {
        padding: 0 0 30px 0 !important;
    }

    .quote-form {
        height: unset !important;
    }

    .sectionTitle .sectionTitle-line {
        font-size: 22px !important;
    }

    .question-container span.h3 {
        font-size: 16px !important;
    }

    .quote-title {
        font-size: 22px !important;
        padding: 0 !important;
        letter-spacing: 0 !important;
    }

    .quote-details {
        font-size: 16px !important;
    }
}

.overflow-x-scroll {
    overflow-x: auto;
}

.sectionTitleFinished span {
    display: inline;
    font-size: 1.3em;
}

@media only screen and (max-width: 2560px) and (min-width: 768px) {
    .sectionTitleFinished span {
        position: absolute;
        left: 60px;
        top: 8px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 280px) {
    .sectionTitleFinished span {
        margin-bottom: 25px;
        padding-left: 20px;
        display: block;
    }

    .selection {
        width: 100% !important;
    }

    .summary-title {
        font-size: 20px !important;
    }

    .summary-quote {
        font-size: 2rem !important;
    }

    .sm-px-0 {
        padding-left: 0 !important;
        margin: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .table-width {
        display: block;
        width: 240px;
    }

    .sectionTitle h2 {
        font-size: 20px;
        line-height: 1.5;
    }

    .select2-container .select2-selection--single {
        display: grid !important;
    }
}

.header-dropdown {
    top: 110%;
    right: 0;
    width: 100%;
}

.header-dropdown .dropdown-item {
    font-weight: 400 !important;
}

.header-main {
    flex-direction: row;
}

@media (max-width: 576px) {
    .dropdown .btn {
        width: 100%;
        justify-content: space-between;
    }

    .dropdown-menu {
        width: 100%;
        text-align: center;
        left: 0 !important;
        right: 0 !important;
    }

    .header-main {
        flex-direction: column;
    }

    .header-main a {
        margin: 0 auto;
    }
}

.custom-textarea {
    box-shadow: none !important;
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #0c728e;
    box-shadow: 0 1px 0 0 #0c728e;
}