@media (max-width: 1022px) {
    .poof {
        display: none !important;
    }
}

@media (min-width: 1022px) {
    .woof {
        display: none !important;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap");

@font-face {
    font-family: Vorkurs;
    font-display: swap;
    src: url("../fonts/II Vorkurs Medium.ttf") format("TrueType");
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "Nunito Sans", sans-serif !important;
    color: #181819 !important;
}

i {
    color: #181819 !important;
}

ul {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
}

a {
    color: #181819 !important;
}

a:active,
a:hover {
    color: #ff8185 !important;
    text-decoration: none !important;
}

p {
    font-size: 1rem;
}

button {
    border-radius: 0;
}

b {
    font-weight: 400 !important;
}

.crs-p {
    cursor: pointer;
}

.zero-y-mp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.up {
    text-transform: uppercase !important;
}

.img-full {
    height: 100%;
    width: 100%;
    object-fit: none;
}

.icon-img {
    height: 80px;
    width: auto;
}

.img-full-width {
    width: 100%;
    height: auto;
}

.w-10r {
    width: 10% !important;
    margin-right: auto;
    margin-left: auto;
}

.w-20r {
    width: 20% !important;
    margin-right: auto;
    margin-left: auto;
}

.w-30r {
    width: 30% !important;
    margin-right: auto;
    margin-left: auto;
}

.w-50r {
    width: 50% !important;
    margin-right: auto;
    margin-left: auto;
}

.w-55r {
    width: 55% !important;
    margin-right: auto;
    margin-left: auto;
}

.w-60r {
    width: 60% !important;
    margin-right: auto;
    margin-left: auto;
}

.w-75r {
    width: 75% !important;
    margin-right: auto;
    margin-left: auto;
}

.w-80r {
    width: 80% !important;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 768px) {
    .mobile-tittle {
        font-size: 1rem !important;
        font-weight: 400 !important;
    }
}

@media (max-width: 1440px) {
    .w-20r,
    .w-30r,
    .w-50r,
    .w-55r,
    .w-60r,
    .w-80r,
    .w-75r {
        width: 90% !important;
    }
}

.h-0 {
    height: 0;
}

.head {
    font-size: 1.6rem;
    font-weight: 600;
    color: #181819;
}

/*btns*/
.btn-menu {
    color: #ffffff !important;
    background-color: #ff8185 !important;
    border-color: #ff8185 !important;
    font-weight: bold !important;
    width: 100%;
    border-radius: 12px;
}

.btn-menu:focus,
.btn-menu:hover,
.btn-menu.focus {
    box-shadow: 0 5px 0 0 rgba(24, 24, 25, 0.6) !important;
}

.btn-menu:disabled {
    background-color: #6c6c6c !important;
    border-color: #6c6c6c !important;
}

.btn-outline-dark-menu {
    color: #181819 !important;
    border-color: rgba(24, 24, 25, 0.65) !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.btn-outline-dark-menu:hover {
    color: #fff !important;
    background-color: #ff8185 !important;
    border-color: #ff8185 !important;
}

.btn-outline-dark-menu:focus,
.btn-outline-dark-menu.focus {
    box-shadow: 0 5px 0 0 rgba(8, 53, 102, 0.5) !important;
}

.btn-primary {
    color: #fff;
    background-color: #181819 !important;
    border-color: #181819 !important;
    padding: 0.5rem 5rem !important;
    border-radius: 12px;
    font-size: 0.7rem !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgba(24, 24, 25, 0.4) !important;
    border-color: rgba(24, 24, 25, 0.4) !important;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 5px 0 0 #ff8185 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #083566 !important;
    border-color: #083566 !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff8185 !important;
    border-color: #ff8185 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 5px 0 0 rgba(8, 53, 102, 0.5) !important;
}

/*text*/
.any-text {
    padding: 1rem;
    max-width: 100%;
}

.any-text p,
.any-text h1,
.any-text h2 {
    font-family: "Nunito Sans", sans-serif;
    color: #181819;
    font-size: 1rem;
    text-align: center;
    margin: 1rem auto;
}

.any-text span {
    color: #ff8185;
}

.any-text .blue {
    color: #ff8185;
    font-style: italic;
    font-size: 1.1rem;
}

.any-text h3 {
    text-align: center;
    font-size: 1rem;
    color: #ff8185;
    font-weight: 600;
}

.any-text a {
    font-size: 1rem !important;
    color: #ff8185 !important;
    font-style: italic !important;
}

.update-any-text p,
.update-any-text h1,
.update-any-text h2 {
    font-family: "Nunito Sans", sans-serif;
    color: #181819;
    font-size: 18px;
    text-align: left;
    margin: 1rem auto;
    line-height: 1.8;
}

.update-any-text li {
    font-family: "Nunito Sans", sans-serif;
    color: #181819;
    font-size: 18px;
    text-align: left;
    /*line-height: 1.8;*/
}

.update-any-text span {
    color: #ff8185;
}

.update-any-text .blue {
    color: #ff8185;
    font-style: italic;
    font-size: 1.1rem;
}

.update-any-text h3 {
    text-align: left;
    font-size: 1rem;
    color: #ff8185;
    font-weight: 600;
}

.update-any-text a {
    font-size: 1rem !important;
    color: #ff8185 !important;
    font-style: italic !important;
}

.update-any-bg-text h3 {
    text-align: left;
    font-size: 1.2rem;
    color: #ff8185;
    font-weight: 600;
}

.bg-link a {
    color: #181819 !important;
}

.bg-link a:active,
.bg-link a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.any-text .sub-text,
.any-bg-text .sub-text {
    font-weight: lighter;
    font-style: italic;
}

.black-text {
    color: #212529 !important;
}

.any-bg-text {
    padding: 1rem 0 1rem 0;
    width: 100%;
    background-color: #f7f4f2;
}

.any-bg-text p {
    text-align: center;
    font-size: 1rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

/*simple input*/
.simple-input input {
    width: 292px;
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    color: #000000;
    font-weight: 600;
    border: 1px solid #083566;
    border-radius: 4px;
}

.simple-input input::placeholder {
    font-weight: 400;
    opacity: 0.5;
    color: #000000;
}

/*primary form*/

.primary-form input {
    padding: 1rem 0.7rem;
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 1);
    border: 1px solid #083566;
    margin: 0.7rem 0rem;
    width: 100%;
}

.primary-form label {
    font-size: 0.7rem;
}

.primary-form textarea {
    padding: 1rem 0.7rem;
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #083566;
    margin: 0.7rem 0rem;
    width: 100%;
}

/*select-form*/
.select-form select {
    height: calc(2em + 0.75rem + 2px);
    padding: 0rem 0.5rem;
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.5);
    background: url("../images/marker.jpg") no-repeat right 0.5rem bottom
    0.2rem/11px 11px !important;
    border: 1px solid #083566 !important;
    border-radius: 0rem !important;
}

.select-form select:disabled {
    background-color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
}

/*blog text pattern*/
.update-any-text p {
    text-align: left;
}

.update-any-text span {
    color: #ff8185;
}

.update-any-text h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    font-weight: 600;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.update-any-text h2 {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
}

.update-any-text h3 {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    color: inherit;
}

.update-any-text h4 {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}

.update-any-text h5 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.update-any-text h6 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.update-any-text ul {
    padding: 2rem 0 2rem 0;
    list-style: url("../images/tp-img/tp-list.svg") inside;
}

.update-any-text li span {
    padding-right: 20px;
}

.update-any-text .page-version {
    list-style: none;
}

.autorisation-logo {
    width: 100%;
    margin: 36px auto;
    text-align: center;
}

.autorisation {
    display: grid;
    height: 100%;
}

.autorisation {
    display: grid;
    height: 100%;
}

.autorisation .vague {
    float: right;
}

.autorisation .alert {
    border-radius: 8px;
    display: flex;
    padding: 20px;
}

.autorisation .alert p {
    margin: 0 0 0 10px;
}

.autorisation .footer-bg {
    margin-top: 36px;
    align-self: end;
    height: 160px;
    background: url("../images/tp-img/footer-bg-unit.svg") repeat;
}

.autorisation .btn-outline-dark-submit {
    color: #181819;
    border-color: #181819;
    padding: 12px 40px;
    border-radius: 8px;
    background-color: #ffffff;
}

.autorisation .btn-outline-dark-submit:hover {
    color: #fff !important;
    background-color: #8fcbdb !important;
    border-color: #8fcbdb !important;
    box-shadow: none;
}

.autorisation .btn-outline-dark-submit:focus {
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.5) !important;
}

.autorisation .table-row {
    border-bottom: #8fcbdb 1px solid;
}

.autorisation .table {
    border-radius: 8px;
    padding: 20px;
}

.autorisation .table p {
    margin: 6px 8px;
}

.autorisation .table-row .good,
.autorisation .table-row .bad,
.autorisation .table-row .normal {
    font-weight: bold;
}

.autorisation .table-row .good {
    color: #147e29;
}

.autorisation .table-row .bad {
    color: #b72525;
}

.autorisation .table-row .normal {
    color: #eea41d;
}

.tp-card,
.grey-bg {
    background-color: #f7f4f2;
}

/* aaaa styles */
.aaaa-color-bg {
    background-color: #8fcbdb20;
}

.autorisation .aaaa-footer-bg {
    margin-top: 36px;
    align-self: end;
    height: 160px;
    background: url("../images/aaaa-pattern.png") repeat;
}

.autorisation .aaaa-footer-bg-60 {
    margin-top: 36px;
    align-self: end;
    height: 160px;
    background: url("../images/aaaa-pattern-60.png") repeat;
}
.shadow-outline {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
