@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
    font-size: 1.3rem;
}

.navbar-nav a.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fabb00;
}

.navbar-nav a.nav-link:hover {
    color: #000000;
}

.text-yellow {
    color: #fabb00 !important;
}

footer a {
    color: #000000;
    text-decoration: none;
}

.fw-bolder {
    font-weight: 800 !important;
}

.bg-yellow,
.btn-warning {
    background-color: #fabb00 !important;
}

.btn-warning {
    border-width: 2px;
}

.btn-warning:hover {
    background-color: #ffffff !important;
}

.btn-light {
    background-color: #ffffff;
    color: #000000;
}

.btn-light:hover{
    background-color: #ffffff;
    color: #fabb00;
}

@media (min-width: 1200px){
    h1 .display-1 {
        font-size: 7rem;
    }
}

h2.display-6 {
    font-size: 2.1rem;
}

h1,
h2,
h3,
h4,
h5,
p {
    color: black;
}

.img-visu {
    position: relative;
    left: -200px;
    width: 500px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .img-visu{
        overflow: hidden;
    }
}

table {
    border-collapse: separate;
    border-spacing: 0.5rem;
}

ul.checkmark {
    margin-left: 1.3rem;
    font-size: 18.5px;
}

.checkmark li {
    list-style: check;
    font-family: bootstrap-icons, 'Nunito Sans';
}

@counter-style check {
    system: cyclic;
    symbols: "\F26D";
    suffix: " ";
}

.card-img-top {
    width: auto;
    height: 14vw;
    object-fit: contain;
}

@media (min-width: 768px){
    .card-img-top {
        height: 7vw;
    }
}

.img-small {
    width: 40%;
}

.hubspot fieldset {
    max-width: none !important;
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.hubspot .input {
    margin: 0 1rem !important;
}

.hubspot p {
    color: #ffffff !important;
}

.hubspot ul {
    padding-left: 0 !important;
}

.hubspot li {
    list-style: none;
}

@media (max-width: 767px){
    .hubspot .form-columns-3 .hs-form-field {
        float: none !important;
        width: 100% !important;
    }
}

@media (min-width: 768px){
    .hubspot .form-columns-3 .hs-form-field {
        width: 33.3% !important;
    }

    .hubspot .legal-consent-container {
        width: 66%;
    }

    .hubspot .form-columns-3:nth-child(2) {
        margin-top: -105px;
    }

    .hubspot input[type="submit"] {
        margin-top: -74px;
        width: 32%;
        float: right !important;
    }
}

.hubspot fieldset input,
.hubspot fieldset textarea {
    display: block;
    width: 100%;
    line-height: 1.5;
    border: 2px solid #ffffff !important;
    margin-bottom: 1.5rem !important;
    padding: 0.5rem !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    color: #ffffff;
    background-color: #212529;
    border-radius: 1rem;
}

.hubspot input[type="checkbox"] {
    width: 1em !important;
    height: 1.25rem;
    margin-top: 0.25rem;
    margin-right: 1rem;
    vertical-align: top;
    background-color: #212529;
    border: 1px solid #ffffff !important;
}

.hubspot input[type="submit"] {
    background-color: #fabb00 !important;
    border-radius: var(--bs-border-radius-xl) !important;
    color: #000000;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    padding: 0.5rem !important;
    text-transform: uppercase !important;
    min-width: 200px;
}

.hubspot fieldset textarea {
    height: 135px;
}

.hubspot fieldset input::placeholder,
.hubspot fieldset textarea::placeholder {
    color: #ffffff !important;
    text-transform: uppercase !important;
}

label.hs-error-msg.hs-main-font-element {
    font-size: 1rem;
    color: orange;
    margin-top: -1.4rem;
    margin-left: 2rem;
    line-height: 1rem;
    display: block;
}

#cc-main .cm__btn{
    background-color: #fabb00 !important;
}