.seo_h1 {
    position: absolute;
    bottom: 29px;
    z-index: 3;
    margin: 0;
    right: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #4a4848;
}

.qualiopi {
    display: flex;
    flex-direction: column;
}
.tw-footer .tw-footer-info-box img {
    max-width: 290px;
}
.navbar-light .navbar-brand img {
    max-width: 200px;
}
.qualiopi p {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
}
.qualiopi img {
    padding: 0 30px 10px;
    /* max-width: 285px; */
}
@media screen and (max-width: 992px) and (min-width: 600px) {
    .qualiopi p,
    .qualiopi img {
        max-width: 285px;
        margin: auto;
    }
}
.nav-item.dropdown .nav-link::after {
    content: none;
}

ul.tw-dropdown-menu li .liste-salarie a {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #694bff;
}

.tw-pricing,
.form-hd-bleu,
.form-hd-bleu-ciel,
.form-hd-blanc,
.form-bg-mauve,
.form-bg-bleu,
.tw-contact-us {
    position: relative;
}

.tw-pricing::before {
    content: "";
    position: absolute;
    background-image: url(../img/icone/logo-body.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 635px;
    height: 630px;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.form-hd-bleu::before {
    content: "";
    position: absolute;
    background-image: url(../img/icone/bleu-fonce-haut.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -250px;
    right: 0;
    width: 345px;
    height: 550px;
    z-index: -1;
}

.form-hd-blanc::before {
    content: "";
    position: absolute;
    background-image: url(../img/icone/blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -250px;
    right: 0;
    width: 345px;
    height: 550px;
    z-index: -1;
}

.form-hd-bleu-ciel::before {
    content: "";
    position: absolute;
    background-image: url(../img/icone/bleu-ciel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -250px;
    right: 0;
    width: 475px;
    height: 470px;
    z-index: -2;
}

.form-bg-mauve::before {
    content: "";
    position: absolute;
    background-image: url(../img/icone/mauve.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -500px;
    left: 0;
    width: 435px;
    height: 660px;
    z-index: -2;
}

.form-bg-bleu::before {
    content: "";
    position: absolute;
    background-image: url(../img/icone/bleu-fonce-bas.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -450px;
    left: 0;
    width: 680px;
    height: 570px;
    z-index: -1;
}

.by-pdrx {
    background: #333459;
    border-radius: 7px;
    padding: 10px 15px;
    max-width: 110px;
    margin: auto;
}

.pricing-price .prix {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}

.espace-logo {
    display: flex;
    justify-content: flex-end;
    min-height: 30px;
    padding-right: 20px;
}

.facts-img img {
    height: 100px;
    width: auto;
}

footer .qualiopi {
    background: #ffffff;
    border-radius: 8px;
    padding: 10px;
}

footer .qualiopi p {
    color: #1c2977;
    max-width: 100%;
}

footer .qualiopi p {
    padding: 0 15px 15px;
}
footer .qualiopi p,
footer .qualiopi img {
    color: #1c2977;
    max-width: 100%;
    padding: unset;
}

.footer-icone {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-icone i {
    color: rgba(255, 255, 255, 0.75);
    font-size: 45px;
}

.tw-footer::before {
    content: "";
    position: absolute;
    background-image: url(../img/icone/logo-footer.svg);
    width: 330px;
    height: 330px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
}

.tw-footer::after {
    content: "";
    position: absolute;
    background-image: url(../img/icone/logo-footer.svg);
    width: 330px;
    height: 330px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.contact-us-form {
    background: #ffffff;
    box-shadow: 8px 8px 40px 4px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 50px 140px;
}

.form-group p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #694bff;
}

.contact-us-form .pricing-feaures .h2 {
    font-size: 48px;
    line-height: 56px;
}

.contact-us-form .pricing-feaures .h3 {
    font-size: 48px;
    line-height: 60px;
}

.btn-close {
    color: #694bff;
    border: none;
    background-color: #ffffff;
}

.modal-header {
    border-bottom: none;
}

.modal-dialog .modal-body {
    padding: 0 60px 90px;
    z-index: 1;
}

.mob {
    display: none;
}

.modal-dialog p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(51, 52, 89, 0.9);
    margin-bottom: 50px;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}

.modal-dialog ul li {
    list-style: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #333459;
    margin-bottom: 15px;
}

.modal-dialog .pricing-feaures .h3 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 0;
}

.modal-dialog .pricing-feaures .h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 20px;
}

.modal-dialog .modal-content {
    position: relative;
    overflow: hidden;
    border: none;
}

.modal-dialog .modal-content::before {
    content: "";
    position: absolute;
    top: -90px;
    left: -20px;
    background-image: url(../img/icone/logo-body.svg);
    width: 270px;
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.modal-dialog .modal-content::after {
    content: "";
    z-index: 0;
    position: absolute;
    bottom: -90px;
    right: -20px;
    background-image: url(../img/icone/logo-body.svg);
    width: 270px;
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal-open .modal {
    backdrop-filter: blur(11px);
}

.btn-theme-2 {
    background: #ffffff;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.08);
    border: none;
    border-radius: 50%;
    width: 54px;
    padding: 0 !important;
    height: 54px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #694bff !important;
}

.card {
    background: #ffffff;
    box-shadow: 0px 4px 35px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    min-height: 440px;
    padding: 0;
    border: none;
}

.card .card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #333459;
    cursor: initial;
}

.card .card-body {
    padding: 30px;
}

.card-body .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #333459;
}

.card-body .email {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333459;
    margin-bottom: 40px;
}

.card-body .notif > span {
    padding-right: 15px;
}

.card-body .notif {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 34px;
    margin-bottom: 0;
}

/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1acbcc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #ccc;
    justify-content: flex-start;
}

input:focus + .slider {
    box-shadow: 0 0 1px #ccc;
}

input:checked + .slider:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.slider.round .oui {
    padding-right: 15px;
    color: #ffffff;
}

.slider.round .non {
    display: none;
    color: #ffffff;
    padding-left: 10px;
}

input:checked + .slider .oui {
    display: none;
}

input:checked + .slider .non {
    display: block;
}

.card-body .progress-bar {
    background: rgba(26, 203, 204, 0.15);
    border-radius: 88px;
    justify-content: flex-end;
    padding: 7px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1acbcc;
    position: relative;
}

.card-body .progress-bar::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 30px;
    z-index: 0;
    background: #1acbcc;
    left: 0;
    border-radius: 88px;
}

.card-body .progress-bar .sec-acompte {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 88px 0px 0px 88px;
    width: 25%;
    position: absolute;
    height: 30px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.card-body .progress-bar .sec-acompte span {
    padding-left: 15px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    /* identical to box height */
    color: #1acbcc;
}

.animation-montant {
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 88px;
    border: 9px solid #1acbcc;
    font-weight: 800;
    font-size: 18px;
    line-height: 21px;
    color: #1acbcc;
    left: 45%;
    height: 65px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mes-paiements .table thead th {
    border-top: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #c8c8c8;
}

.mes-paiements .table thead th.search {
    color: #694bff;
    text-align: end;
}

.mes-paiements .table tr > * {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333459;
}

.mes-paiements .table tr .btn-statut,
.card-body .title .btn-statut {
    background: rgba(51, 52, 89, 0.22);
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #333459;
    padding: 5px 20px 6px 18px;
}

.mes-paiements .table tr .btn-statut.en-cours,
.card-body .title .btn-statut.en-cours {
    background: rgba(105, 75, 255, 0.18);
    color: #694bff;
    padding: 5px 17px 6px 15px;
}

.card-body .title .btn-statut.valide {
    background: rgba(39, 210, 87, 0.18);
    color: #27d257;
    padding: 5px 26px 6px;
}

.card-body .title .btn-statut.envoye {
    background: rgba(252, 227, 0, 0.15);
    color: #fce300;
    padding: 5px 30px 6px;
}

.card-body .title .btn-statut.refuse {
    background: rgba(252, 0, 0, 0.14);
    color: #fc0000;
    padding: 5px 31px 6px 30px;
}

.card-body .title .btn-statut.attente {
    background: rgba(16, 115, 219, 0.15);
    color: #1073db;
    padding: 5px 24px 6px;
}

.mes-paiements .table tr .link {
    text-align: end;
}

.mes-paiements .table tr .link i,
.card-body .link i {
    padding-right: 5px;
}

.mes-paiements .table tr .link a,
.card-body .link a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1acbcc;
}

.card-body .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 15px;
}

.montant-mobile {
    display: none;
}

.card-body .horaire {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.card-body .horaire span {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}

.card-body .card {
    padding: 40px;
    color: #333459;
}

.card-body .card .list-doc {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 10px;
}

.card-body .card .list-doc a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #694bff;
}

.card-body .card .list-doc a.disable {
    color: #c8c8c8;
}

.mob .navbar-nav {
    width: 75%;
}

.form-control {
    border-radius: 8px;
}

.formation {
    border-radius: 8px;
    border: 3px solid #1acbcc;
    background: #fff;
    box-shadow: 8px 8px 40px 4px rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 30px;
    margin-bottom: 35px;
}
.sub-texte-left {
    border-radius: 5px;
    border: 3px solid #f5f5f5;
    background: #fff;
    color: #694bff;
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    top: -23px;
    left: 35px;
    padding: 3px 10px;
}
.sub-texte-right {
    border-radius: 5px;
    border: 3px solid #694bff;
    background: #fff;
    color: #694bff;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: -23px;
    right: 35px;
    padding: 3px 10px;
    display: flex;
    align-items: center;
}
.sub-texte-right ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0;
    margin-left: 10px;
}
.sub-texte-right ul li img {
    max-height: 35px;
    margin: 0 10px;
}
.formation h2 {
    color: #333459;
    font-size: 28px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
}
.prix {
    border-radius: 8px;
    border: 3px solid #694bff;
    color: #694bff;
    text-align: center;
    font-size: 32px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 100%;
    margin-top: 25px;
}
.euro-ttc {
    color: #694bff;
    text-align: center;
    text-align: left;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    margin-left: 10px;
}
.btn.btn-green,
.btn.btn-violet {
    border-radius: 8px;
    border: 3px solid #1acbcc;
    background: #1acbcc;
    color: #333459;
    text-align: center;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-top: 25px;
    position: absolute;
    bottom: 138px;
    left: 15px;
    right: 15px;
    padding: 15px;
    white-space: normal;
}
.btn.btn-violet {
    border-color: #694bff;
    background: #694bff;
    color: #fff;
}
.btn.btn-green:hover,
.btn.btn-violet:hover {
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 10px 0px;
}
.btn.btn-border-green {
    border-radius: 8px;
    border: 3px solid #1acbcc;
    background: #fff;
    color: #333459;
    text-align: center;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-top: 25px;
    position: absolute;
    bottom: 69px;
    left: 15px;
    right: 15px;
    padding: 15px;
    white-space: normal;
}
.btn.bottom-0 {
    bottom: 0;
}
@media screen and (max-width: 767px) {
    .sub-texte-right {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
    }
    .sub-texte-right ul {
        flex-wrap: wrap;
        gap: 15px 5px;
        align-items: center;
    }
    .btn.btn-green,
    .btn.btn-border-green {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        z-index: 0;
        width: 100%;
    }
    .sous-titre::after {
        font-family: "Font Awesome 5 Pro";
        content: "\f078";
        position: absolute;
        right: 0;
    }
    .sous-titre.show::after {
        content: "\f077";
    }
    hr.separateur {
        border-top: 2px solid #fff;
        margin: 0;
        margin-bottom: 15px;
        width: calc(100% + 50px);
        margin-left: -25px;
    }
}
.btn.btn-relative {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    z-index: 0;
}
.btn.btn-border-green:hover {
    color: #694bff;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 10px 0px;
}
.infos {
    border-radius: 20px;
    background: #f5f5f5;
    padding: 15px 25px;
    min-height: 475px;
}
.sous-titre {
    color: #1acbcc;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
}
.description {
    list-style: none;
    padding: 0 10px;
}
.description li {
    color: #333459;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.description li img {
    height: 17px;
    width: 17px;
    margin-right: 25px;
    object-fit: contain;
}

.description li a {
    color: #694bff;
    text-decoration: underline;
}

.description li small {
    font-size: 12px;
    display: block;
    font-weight: 200;
}
.text-bleu-clair {
    color: #1acbcc;
}
.detail-prix {
    color: #333459;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.my_mic_seo .h1 {
    margin: 30px 0;
}

.my_mic_seo .h2 {
    margin: 30px 0;
}

.my_mic_seo .my_mic_seo_secteur,
.my_mic_seo .my_mic_seo_keyword {
    margin-bottom: 15px;
    margin-top: 15px;
}

.my_mic_seo .my_mic_seo_secteur a,
.my_mic_seo .my_mic_seo_keyword a {
    display: block;
}

.my_mic_seo .card {
    height: 100%;
    min-height: auto;
}

.my_mic_seo .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #333459;
}

.my_mic_seo .list-group {
    margin-bottom: 15px;
}

.my_mic_seo .list-group-item {
    margin: 0;
}

.my_mic_seo .my_mic_seo_secteur a,
.my_mic_seo .my_mic_seo_keyword a,
.my_mic_seo .my_mic_seo_boost a,
.my_mic_seo .my_mic_seo_boost_categories a {
    color: #1acbcc;
    font-weight: bold;
}

.my_mic_seo .list-group-item.active {
    background-color: #333459;
    border-color: #333459;
}

.my_mic_seo .my_mic_seo_boost img {
    max-height: 200px;
    object-fit: cover;
}

.profile-clr {
    color: gray !important;
    font-size: 15px;
}

.facts-img2 {
    width: auto;
}


@media (max-width: 500px) {
    .tw-footer .tw-footer-info-box img {
        max-width: 220px !important;
    }
    .footer-size {
        padding-top: 40px;
    }
    .footer-size-2 {
        padding-top: 20px;
    }
    .para {
        font-size: 15px;
        line-height: 15px;
    }
    .qualiopi {
        width: 150px;
    }
    .tit {
        font-size: 40px;
    }
    .btn-responsive {
        font-size: 10px;
    }
}


