:root {

    --font-size-12: 16px;
    --font-size-14: 18px;
    --font-size-16: 18px;
    --font-size-18: 20px;
    --font-size-20: 22px;
    --font-size-22: 24px;
    --font-size-24: 26px;
    --font-size-28: 30px;
}

html {
    scroll-padding-top: 75px; /* Adjust this value based on your header height */
}

.rounded {
    border-radius: 25px !important;
}
.formulaire-head h1 {
    color: #20b8d1 !important;
    font-size: var(--font-size-24) !important;
}
.formulaire-head p {
    font-size: var(--font-size-16) !important;
}

.rendez-vous {
    text-align: center !important;
}

.rendez-vous h1 {
    color: #20b8d1 !important;
    font-size: var(--font-size-28) !important;
}

.rendez-vous h2 {
    color: #696259 !important;
    font-size: var(--font-size-18) !important;
    font-weight: 300;
}

.rendez-vous h3 {
    color: #696259 !important;
    font-size: var(--font-size-14) !important;
    font-style: italic !important;
    font-weight: 300;
}

.rendez-vous h4 {
    color: #999186 !important;
    font-size: var(--font-size-12) !important;
    font-style: italic !important;
    font-weight: 300;
}

.rendez-vous h3:hover {
    color:#20b8d1 !important;
} 

.rendez-vous-btn {
    background-color: #20b8d1;
    border-radius: 10px;
    color: #ffffff;
    font-size: var(--font-size-18) !important;
    font-weight: bold;
    width: 300px;
    padding: 1em;
}

.rendez-vous-btn:hover {
    background-color: #000000;
    color: #20b8d1;
}

.notre-dentiste h3,
.notre-dentiste p {
    text-align: end !important;
}

.notre-dentiste h3 {
    color: #20b8d1 !important;
    font-size: var(--font-size-18) !important;
    font-weight: bold !important;
}
.notre-dentiste p {
    font-size: var(--font-size-16) !important;

}

.a-quoi-sattendre h1 {
    color: #20b8d1 !important;
    font-size: var(--font-size-14) !important;
}

.a-quoi-sattendre h2 {
    color: #696259 !important;
    font-size: var(--font-size-28) !important;
    font-weight: bold !important;
}

.a-quoi-sattendre h3 {
    color: #20b8d1 !important;
    font-size: var(--font-size-18) !important;
    font-weight: bold !important;
}


.a-quoi-sattendre p {
    color: #696259 !important;
    font-size: var(--font-size-16) !important;
    
}

.head-img {
    margin-top: 1em;
    margin-left: 1em;
    width: 100% !important;
    height: auto !important;
    border-radius: 1em;
}

.sub-head h1 {
    text-align: start;
    color:#dff7f4 !important;
    margin: 0px !important;
    padding: 0px !important;
    font-size: var(--font-size-16) !important;
    font-weight: 800 !important;
    
}
.sub-head h2 {
    text-align: start;
    color: #accac7 !important;
    margin: 0px !important;
    padding: 0px !important;
    font-size: var(--font-size-14) !important;
    font-weight: 400 !important;
    
}

.sub-head ul {
    margin-bottom: 0px !important;
}
.sub-head li {
    text-align: start;
    color: #accac7 !important;
    margin: 0px !important;
    padding: 0px !important;
    font-size: var(--font-size-14) !important;
    font-weight: 400 !important;
    line-height: 1em;
    
}

.no-wrap {
    white-space: nowrap;
    /* Prevents text from wrapping */
    overflow: hidden;
    /* Optional: add this if you want to hide overflowing text */
    text-overflow: ellipsis;
    /* Optional: adds ellipsis if text overflows */
}

.icon {
    height: 20px !important;
    width: 20px !important;
    padding-top: 0.2em;
    padding-left: 1em;
    padding-right: 1em;
}

.icon-2 {
    height: 50px !important;
    width: 50px !important;
    padding-top: 0.2em;
    padding-left: 1em;
    padding-right: 1em;
}

.bg-c-1 {
    background-color: #dff7f4;
}

.bg-c-2 {
    background-color: #accac7;
}

.bg-c-3 {
    background-color: #6b918d;
}

.bg-c-4 {
    background-color: #45746f;
}

.bg-c-5 {
    background-color: #346768;
}

.bg-c-6 {
    background-color: #20b8d1;
}

.bg-c-7 {
    background-color: #1a8899;
}

.bg-c-8 {
    background-color: #0f6479;
}

.h-25 {
    height: 25px;
}

.h-50 {
    height: 50px;
}

.h-100 {
    height: 100px;
}

.h-200 {
    height: 200px;
}

.h-300 {
    height: 300px;
}

.h-400 {
    height: 400px;
}

.h-500 {
    height: 500px;
}

.h-600 {
    height: 600px;
}

.h-700 {
    height: 700px;
}

.m-0 {
    margin: 0px;
}

.p-0 {
    padding: 0px;
}

.m-1 {
    margin: 1em;
}
.ml-1 {
    margin-left: 1em;
}
.m-1-r {
    margin: 1em;
}

.p-1 {
    padding: 1em;
}

.pr-1 {
    padding-right: 1em;
}

.px-1 {
    padding-left: 1em;
    padding-right: 1em;
}

.m-2 {
    margin: 2em;
}

.p-2 {
    padding: 2em;
}

.pr-2 {
    padding-right: 2em;
}

.px-2 {
    padding-left: 2em;
    padding-right: 2em;
}

.m-3 {
    margin: 3em;
}

.p-3 {
    padding: 3em;
}
.w-100 {
    width: 100%;
}

.w-90 {
    width: 90%;
}

.w-75 {
    width: 75%;
}

.w-66 {
    width: 66%;
}

.w-50 {
    width: 50%;
}

.w-33 {
    width: 33%;
}

.w-25 {
    width: 25%;
}

.w-15 {
    width: 15%;
}

.flex {
    display: flex !important;
}


.flex-1 {
    flex: 1 1 100%;

}

.flex-2 {
    flex: 1 1 50%;
}

.flex-3 {
    flex: 1 1 33%;
}

.flex-4 {
    flex: 1 1 25%;
}

.flex-5 {
    flex: 1 1 20%;
}

.flex-6 {
    flex: 1 1 16%;
}

.flex-7 {
    flex: 1 1 14%;
}

.flex-8 {
    flex: 1 1 12%;
}

.flex-9 {
    flex: 1 1 10%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-col {
    flex-direction: column !important;
}

.align-rx-start {
    justify-content: start !important;
}

.align-rx-end {
    justify-content: end !important;
}

.align-rx-center {
    justify-content: center !important;
}

.align-rx-between {
    justify-content: space-between !important;
}

.align-rx-around {
    justify-content: space-around !important;
}
.align-rx-around-r {
    justify-content: space-around !important;
}

.align-ry-start {
    justify-items: start !important;
}

.align-ry-end {
    justify-items: end !important;
}

.align-ry-between {
    justify-items: space-between !important;
}

.align-ry-around {
    justify-items: space-around !important;
}

@media (max-width: 768px) {
    .flex-row {
        flex-direction: column !important;
    }

    .sub-head h1, .sub-head h2 {
        text-align: center !important;
    }
    .sub-head li {
        margin-left: 30% !important;
    }

    .a-quoi-sattendre h3, .a-quoi-sattendre p {
        text-align: center !important;
    }
    
    .notre-dentiste h3, .notre-dentiste p {
        text-align: center !important;

    }

    .align-ry-center {
        align-items: center !important;
    }
    .m-1-r {
        margin: 0px !important;
    }
    .p-1 {
        padding: 0.5em !important;
    }
    .p-2 {
        padding: 1em !important;
    }

    .align-rx-around-r {
        justify-content: center !important;
    }

    :root {

        --font-size-12: 12px;
        --font-size-14: 12px;
        --font-size-16: 14px;
        --font-size-18: 15px;
        --font-size-20: 16px;
        --font-size-22: 18px;
        --font-size-24: 20px;
        --font-size-28: 22px;
    }
}