@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap');
@import "https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css";
@import "../fonts/Galyon-Bold.otf";
@import "../fonts/Galyon-Bold.woff";

/*RESET CSS*/

@font-face {
    font-family: "Galyon-Bold";
    src: url("../fonts/Galyon-Bold.otf") format("opentype"),
    url("../fonts/Galyon-Bold.woff") format("woff");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:root {
    --jaune: rgba(217, 162, 95, 1);
    --pastel-jaune: #FFF7F0;
    --bleu: rgba(17, 24, 57, 1);
    --bleu-fonce: rgba(7, 14, 46, 1);
    --gris: rgba(248, 248, 248, 1);
    --blanc: rgba(255, 255, 255, 1);
    --montserrat: "Montserrat", Arial, sans-serif;
    --galyon: "Galyon-Bold", "Montserrat", sans-serif;
}

body {
    color: var(--bleu);
    font-family: var(--montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    overflow-x: hidden;
}

img {
    vertical-align: middle;
}

.check {
    margin-right: 8px;
}

h1 {
    font-family: var(--galyon);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

h2 {
    font-family: var(--montserrat);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

h3 {
    font-family: var(--galyon);
    font-size: 32px;
    line-height: 130%;
}

h4 {
    font-family: var(--galyon);
    font-size: 26px;
    line-height: 110%;
}

h5 {
    font-family: var(--galyon);
    font-size: 22px;
    line-height: 110%;
}

.paragraphe {
    font-family: var(--montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.titre-actus {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
}

.logo {
    margin-right: 20px;
}

.bg-bleu {
    background-color: var(--bleu);
}

.bleu {
    color: var(--bleu);
}

.bg-jaune {
    background-color: var(--jaune);
}

.jaune {
    color: var(--jaune) !important;
}

.bg-blanc {
    background-color: var(--blanc);
}

.bg-pastel {
    background-color: var(--pastel-jaune);
}

.blanc {
    color: var(--blanc) !important;
}

header {
    padding: 20px 40px;
    align-items: center;
}

.navbar {
    height: 100%;
    padding: 0 40px;
}

.btn-fd-blanc {
    border-radius: 7px;
    font-weight: bold;
    background-color: var(--bleu);
    color: var(--jaune);
    padding: 11px 40px;
    text-decoration: none;
}

.btn-fd-blanc:hover {
    background-color: var(--jaune);
    color: var(--bleu);
}

.btn-fd-bleu {
    border-radius: 7px;
    font-weight: bold;
    background-color: var(--jaune);
    color: var(--bleu);
    padding: 11px 40px;
    text-decoration: none;
}

.btn-fd-bleu:hover {
    background-color: var(--blanc);
    color: var(--bleu);
}

.center {
    display: flex;
    flex-direction: column;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {

}

.btn-sec {
    border: 1px solid var(--bleu);
    border-radius: 7px;
    color: var(--bleu);
    font-weight: bold;
    padding: 10px 40px;
    text-decoration: none;
}

.btn-sec:hover, .btn:hover {
    background-color: var(--bleu);
    color: var(--blanc);
}

.nav-item, .nav-link {
    margin: 0 4px;
    border-radius: 7px;
}

.nav-item .active {
    background-color: var(--jaune);
    padding: 10px 40px;
    border-radius: 7px;
}

header .nav-link:hover {
    background-color: var(--jaune);
    border-color: var(--jaune);
}

:focus-visible {
    outline-color: white;
}

section {
    margin-top: 85px;
    margin-bottom: 85px;
}

section:first-of-type {
    margin-top: 0;
}

.section-1 {
    background-color: var(--bleu);
    display: flex;
    height: 550px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    align-self: stretch;
    background-image: url("../img/e.svg");
    background-position: -50px center;
    background-repeat: no-repeat;
    position: relative;
}

.img-header {
    background-image: url(../img/header.png);
    background-position: left center;
    background-size: cover;
}

header .nav-link {
    font-weight: 500;
}

.section-2 {
    background-color: var(--pastel-jaune);
    padding: 64px 0;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 15px;
}

.section-3 {
    background-color: var(--bleu);
    padding: 64px 0;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 15px;
    background-image: url("../img/e.svg");
    background-position: right -100px center;
    background-repeat: no-repeat;
}

.section-4, .section-6, .section-7, footer {
    padding: 64px 0;
}

.section-5 {
    background-color: var(--bleu);
    padding: 64px 0;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 15px;
    background-image: url("../img/e.svg");
    background-position: left -200px center;
    background-size: 120%;
    background-repeat: no-repeat;
}

.section-7 {
    background-color: var(--bleu-fonce);
    background-image: url("../img/e-clair.svg");
    background-position: right -100px top 10px;
    background-repeat: no-repeat;
}

.chiffre-bold {
    font-size: 65px;
    font-weight: bold;
    color: var(--jaune);
    line-height: 1;
}

.chiffre-bold span {
    font-size: 22px;
    color: var(--blanc);
}

.bloc-offre {
    margin-top: 24px;
}

.label-container {
    display: flex;
    align-items: center;
    color: white;
}

.hero-gap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.label {
    background-color: var(--jaune);
    font-size: 10px;
    color: var(--bleu);
    padding: 8px;
    border-radius: 5px;
}

.dropdown-toggle::after {
    background-image: url(../img/icones/arrow-header.svg);
    background-size: contain;
    width: 7px;
    height: 11px;
    background-repeat: no-repeat;
    border: none;
    transform: rotate(-90deg);
    margin-left: 10px;
    vertical-align: -2px;
    transition: 200ms;
}

.dropdown-toggle:hover::after {
    transform: rotate(90deg);
    transition: 200ms;
}

.date {
    font-size: 14px;
}

.bloc {
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%;
}

.bg-visuel {
    background-image: url(../img/visuel-home-1.png);
    height: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-head {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: start;
}

.card-body {
    padding: 0;
}

.card-flex {
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-height: 1.2;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.card-actus {
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 50px 8px rgba(0, 0, 0, 0.05);
}

.card {
    flex-shrink: 0;
    cursor: pointer;
    padding: 32px 16px;
    border: none;
    height: 100%;
}

.card-date {
    flex-shrink: 0;
    cursor: pointer;
    padding: 32px 16px;
    border: 1px solid var(--jaune);
    height: 100%;
    border-radius: 10px;
    color: white;
}

.card-img-top {
    width: 50px;
}

.card-title {
    font-family: var(--montserrat);
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
    line-height: 1.2;
}

.card-text {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 16px;
}

.card-date {
    font-size: 14px;
    font-weight: 400;
}

.cards-amundi {
    border: 1px solid var(--jaune);
    padding: 24px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 16px;
}


.link a {
    text-decoration: none;
    color: inherit;
    font-family: var(--montserrat);
    font-weight: 700;
}

.link a img {
    transition: ease-in-out 200ms;
}

.link a:hover img {
    margin-left: 4px;
    transition: ease-in-out 200ms;
}

footer {
    background-color: var(--pastel-jaune);
}

ul {
    list-style: none;
    padding: 0;
}

.footer-titre {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: var(--bleu);
}

.footer-link {
    margin: 16px 0;
    display: block;
    text-decoration: none;
    color: var(--bleu);
}

.footer-epartim {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
}

.hr {
    color: var(--jaune);
}

.footer-linkedin {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
}

.hide-desktop {
    display: none;
}

.hero-inside {
    min-height: 245px;
    background-color: var(--bleu);
    align-content: center;
}

.hero-inside h1 {
    position: relative;
    width: fit-content;
    z-index: 1;
}

.hero-inside h1:after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100px;
    height: 100px;
    left: -50px;
    background-color: var(--jaune);
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.hero-inside-2 {
    min-height: 245px;
    background-color: var(--pastel-jaune);
    align-content: center;
    background-image: url("../img/e-jaune.svg");
    background-position: right -100px center;
    background-repeat: no-repeat;
}

.mention {
    font-size: 12px;
    line-height: 1.2;
}

.hero-inside-2 h1 {
    position: relative;
    width: fit-content;
    z-index: 1;
}

.filariane {
    position: absolute;
    top: 20px;
    font-size: 12px;
}

.bouton {
    padding: 15px 20px !important;
}

strong {
    font-weight: 700;
}

footer a:hover {
    color: var(--jaune);
}

.section-8 .col-md-12 {
    padding: 32px 56px;
    border-radius: 15px;
    border: 1px solid var(--jaune);
}

.section-9, .section-17 {
    background-color: var(--pastel-jaune);
    padding: 64px 0;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 15px;
}

.section-15 {
    background-color: var(--pastel-jaune);
    padding: 64px 0;
}

.section-16 {
    background-color: var(--bleu);
    padding: 64px 0;
    background-image: url("../img/e.svg");
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}

.border-jaune {
    border: 1px solid var(--jaune);
    border-radius: 20px;
    overflow: hidden;
}

em {
    font-style: italic;
}

.bloc-bleu {
    background-color: var(--bleu);
    padding: 24px;
    border-radius: 10px;
    height: 100%;
}

.section-10 {
    background-color: var(--pastel-jaune);
    padding: 64px 0;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 15px;
    background-image: url("../img/e-jaune.svg");
    background-position: right -100px center;
    background-repeat: no-repeat;
}

.section-11 {
    background-color: var(--pastel-jaune);
    padding: 64px 0;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 15px;
}

.section-12 {
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 15px;
}

.section-13 {
    background-color: var(--pastel-jaune);
    padding: 64px 0;
}

.acteurs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: var(--blanc);
    border-radius: 10px;
    padding: 32px 16px;
    height: 100%;
}

.note {
    display: flex;
    align-items: start;
    gap: 24px;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid var(--jaune);
}

.note-bg {
    display: flex;
    align-items: start;
    gap: 24px;
    padding: 16px;
    border-radius: 10px;
    background-color: var(--pastel-jaune);
}

.card-solutions {
    padding: 32px;
    border-radius: 15px;
    background-color: var(--pastel-jaune);
    height: 100%;
}

.tab-link {
    padding: 15px 25px;
    border: 0;
    background-color: inherit;
    font-weight: bold;
}

.nav-tab {
    border-bottom: 1px solid var(--bleu);
    margin-bottom: 64px;
}

.tab-link.active {
    border-bottom: 3px solid var(--bleu);
}

.section-21 {
    background-color: var(--pastel-jaune);
    padding: 64px 32px;
    border-radius: 15px;
}

.email {
    color: inherit;
}

.linkedin {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}

.dropdown-menu {
    background-color: var(--pastel-jaune);
    border: 0;
}

a.nav-link {
    color: var(--bleu);
}

.dropdown-item {
    margin: 10px 0;
}

.dropdown-item:hover {
    background-color: inherit;
}

.active .page-link {
    background-color: var(--bleu);
    border-color: var(--jaune);
}

.page-link {
    border-color: var(--jaune);
    color: var(--bleu);
}

table tr td {
    padding: 15px;
    border: 1px solid var(--bleu);
}

@media screen and (max-width: 769px) {

    .card-head {
        display: block;
    }

    .card-title {
        font-size: 18px;
    }

    section {
        margin: 32px 0;
    }

    .section-2, .section-6, .section-7 {
        margin: 0;
        border-radius: 0;
    }

    .section-3 {
        margin: 0;
        border-radius: 0;
    }

    .section-12 .col-md-6:last-of-type {
        order: -1;
        margin-bottom: 2em;
    }

    .section-13 .col-md-3 {
        margin: 10px 0;
    }

    .section-3 .col-md-6:first-of-type img {
        width: 90%;
    }

    .section-3 .col-md-6:first-of-type {
        text-align: center;
        margin-bottom: 32px;
    }

    .section-4 {
        margin: 0 !important;
        padding: 32px 0;
    }

    .section-5 {
        margin: 0;
        border-radius: 0;
    }

    .section-5 .container div:first-child {
        flex-direction: column;
        align-items: start !important;
        gap: 16px !important;
    }

    .section-5 .col-md-4 {
        overflow: visible;
        margin: 16px 0;
    }

    footer .col-md-6 {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .logofooter {
        width: 120px !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    footer .col-md-6 ul {
        flex-direction: column;
        gap: 0 !important;
    }

    .footer-link {
        margin: 8px 0;
    }

    .nav-btn {
        display: none !important;
    }

    .section-9 .col-md-6, .section-9 .col-md-4, .section-11 .col-md-4 {
        margin: 8px 0;
    }

    .toggle-switch-btn .switch-input:checked + .switch-label,
    .toggle-switch-btn .switch-label.active, .toggle-switch-btn .switch-label {
        font-size: 12px !important;
    }

    .section-9, .section-10, .section-11, .section-12 {
        margin: 20px 10px;
    }

}

@media screen and (max-width: 990px) {

    .card-head {
        flex-direction: column;
    }

    .footer-titre {
        font-size: 16px;
    }

    footer > * {
        flex-direction: column
    }

    .footer-link {
        font-size: smaller;
    }

    .chiffre-bold {
        display: flex;
        flex-direction: column;
    }

    .modal-dialog {
        width: 100%;
        margin: 0 auto;
        max-width: 90%;
    }

    section {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .section-2 {
        padding: 30px;
    }

    .section-3 .col-md-6:first-child {
        margin-bottom: 20px;
    }

    .section-3 .col-md-6:last-child {
        width: fit-content;
    }

    .modal-body .col-md-6 {
        margin-top: 24px;
    }

    .section-8 .col-md-12 {
        width: 95%;
    }

    .toggle-switch-btn.toggle-tab .switch-label {
        width: calc(50% - 9px) !important;
    }

    .navbar-collapse a {
        font-size: 16px !important;
    }

    .navbar-nav {
        align-items: start !important;
        width: 100%;
    }

    #nav-collapse {
        padding: 40px 0;
    }

    .navbar-nav .btn-fd-blanc, .navbar-nav .btn-sec {
        text-align: center;
    }

    .mob-d-flex .nav-item {
        border: 0;
    }

    header .nav-link {
        font-size: 16px !important;
    }

    header .nav-item {
        margin: 16px 0;
        border-bottom: 1px solid var(--jaune);
        width: 100%;
        border-radius: 0;
    }

    .mob-d-flex {
        display: flex;
        flex-direction: row;
    }

    .active {
        background-color: inherit !important;
        padding: 10px 0 !important;
    }

    .section-1 .col-lg-5 {
        justify-content: end;
    }

    .section-1 .col-lg-5 img {
        display: none;
    }

    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: flex;
    }

    .section-1 {
        height: auto;
        margin: 0;
        padding: 40px 0;
    }

    .label-container {
        font-size: 12px;
    }

    .label-container img {
        width: 50px;
    }

    .bloc {
        margin: 20px 0;
        height: inherit;
    }

    .hero-gap {
        order: 1;
    }

    .section-1 {
        text-align: center;
    }

    .section-1 div {
        justify-content: center;
    }

}

@media screen and (max-width: 1200px) {
    .nav-link {
        font-size: 12px !important;
    }

    .logo img {
        width: 100px;
    }

    .toggle-switch-btn .switch-label {
        font-size: 12px !important;
    }

    .toggle-switch-btn-3 .switch-label-3 {
        font-size: 12px !important;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 22px;
    }

    .label-container {
        text-align: left;
    }
}

/*CAROUSEL*/

.slideshow-wrapper {
    position: relative;
    padding-block: 2rem;
}

.slideshow-container {
    display: flex;
    overflow: visible;
    transform: translateX(0);
    transition: transform 0.3s ease;
    cursor: grab;
    flex-wrap: nowrap;
}

.btn-retour {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid var(--jaune);
    background: none;
}

.btn-retour:hover {
    background-color: var(--jaune);
}

/* Boutons navigation */
.nav-btn {
    position: absolute;
    top: 40px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid var(--jaune);
    background: none;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 10;
}

.prev, .prev1, .prev2 {
    right: 64px;
    top: 5px;
}

.next, .next1, .next2 {
    right: 0;
    top: 5px;
}

.slider-wrapper-1 {
    width: 100%;
    overflow: hidden;
    white-space: wrap;
    position: relative;
}

.slick-track {
    display: flex;
}

.fact {
    vertical-align: top;
    display: inline-block;
    margin: 0 24px 0 5px;
}


/** SWITCH PAR 2 **/


.toggle-switch-btn {
    position: relative;
    height: 61px;
    width: 100%;
    border: 1px solid var(--jaune);
    border-radius: 15px;
    margin-bottom: 10px;
}

.toggle-switch-btn .switch-label {
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 18px;
    color: var(--jaune);
    text-align: center;
    cursor: pointer;
    top: 5px;
    transition: 0.3s;
}

.toggle-switch-btn .switch-label:hover, .toggle-switch-btn .switch-label:focus {
    color: var(--jaune);
}

.toggle-switch-btn .switch-input {
    display: none;
}

.toggle-switch-btn .switch-input:checked + .switch-label,
.toggle-switch-btn .switch-label.active {
    font-weight: bold;
    font-size: 18px;
    color: var(--jaune);
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -ms-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}

.toggle-switch-btn .switch-selection {

    position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
    display: block;
    width: 50%;
    height: calc(100% - 16px);
    border-radius: 15px;
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -ms-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
}

.toggle-switch-btn .switch-selection {
    background-color: var(--bleu);
    color: var(--jaune);
}

.toggle-switch-btn.toggle-tab .switch-label {
    width: calc(50% - 3px);
    height: calc(100% - 12px);
    border: 0;
    background-color: transparent;
}

.toggle-switch-btn.toggle-tab .switch-label-second.active ~ .switch-selection {
    left: calc(50% - 8px);
}


/** SWITCH PAR 3 **/


.toggle-switch-btn-3 {
    position: relative;
    height: 61px;
    width: 100%;
    border: 1px solid var(--jaune);
    border-radius: 15px;
    margin-bottom: 10px;
}

.toggle-switch-btn-3 .switch-label-3 {
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 18px;
    color: var(--jaune);
    text-align: center;
    cursor: pointer;
    top: 5px;
    transition: 0.3s;
}

.toggle-switch-btn-3 .switch-label-3:hover, .toggle-switch-btn-3 .switch-label-3:focus {
    color: var(--jaune);
}

.toggle-switch-btn-3 .switch-input-3 {
    display: none;
}

.toggle-switch-btn-3 .switch-input-3:checked + .switch-label-3,
.toggle-switch-btn-3 .switch-label-3.active {
    font-weight: bold;
    font-size: 18px;
    color: var(--jaune);
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -ms-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}

.toggle-switch-btn-3 .switch-selection-3 {

    position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
    display: block;
    width: 33.333333%;
    height: calc(100% - 16px);
    border-radius: 15px;
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -ms-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
}

.toggle-switch-btn-3 .switch-selection-3 {
    background-color: var(--bleu);
    color: var(--jaune);
}

.toggle-switch-btn-3.toggle-tab-3 .switch-label-3 {
    width: calc(33.333333% - 3px);
    height: calc(100% - 12px);
    border: 0;
    background-color: transparent;
}

.toggle-switch-btn-3.toggle-tab-3 .switch-label-second-3.active ~ .switch-selection-3 {
    left: calc(33.333333% - 8px);
}

.toggle-switch-btn-3 .switch-selection-3 {
    left: 8px;
    width: calc(33.3333% - 16px);
}

.toggle-switch-btn-3.toggle-tab-3 #table-tab-1.active ~ .switch-selection-3 {
    left: calc(33.3333% + 8px);
}

.toggle-switch-btn-3.toggle-tab-3 #table-tab-2.active ~ .switch-selection-3 {
    left: calc(66.6666% + 8px);
}

.calendly-iframe {
    width: 100%;
    height: 80vh;
    border: none;
}

