@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.bg-gradient-custom,
.bg-custom {
    background: #ffffff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgb(255, 255, 255) 21%,
        rgba(67, 186, 184, 0.9) 100%
    );
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: "Lato", sans-serif;
    line-height: 130%;
}

*:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem #ffffff, 0 0 0 0.35rem #494094 !important;
}

*:focus:not(:focus-visible) {
    outline: 0 !important;
    box-shadow: none !important;
}

section {
    padding: 4rem 0;
}

.row {
    margin: 0;
    padding: 0;
}

p b {
    font-weight: 600;
}

h1 {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #494094 !important;
}

h2 {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #191d27 !important;
}

h3 {
    color: #494094 !important;
}

.bg-gradient-custom,
.bg-custom {
    background: #ffffff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgb(255, 255, 255) 21%,
        rgba(67, 186, 184, 0.9) 100%
    );
}

.btn-primary {
    background-color: #43bab8 !important;
    border-color: #43bab8 !important;
    color: #ffffff;
    border-radius: 35px !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
    background-color: #494094 !important;
    border-color: #494094 !important;
    color: #ffffff;
}

.btn-secondary {
    background-color: #ffffff !important;
    border-color: #43bab8 !important;
    color: #43bab8;
    border-radius: 35px !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.btn-secondary:hover {
    background-color: #ffffff !important;
    border-color: #494094 !important;
    color: #494094;
}
.btn-secondary:hover {
    background-color: #1d1e1c !important;
    color: #ffffff !important;
}

.btnList {
    font-size: 0.875rem;
    background-color: #ffffff !important;
    border-color: #43bab8 !important;
    color: #43bab8;
    border-radius: 35px !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.btnList:hover {
    background-color: #494094 !important;
    border-color: #494094 !important;
    color: #ffffff;
}

.bg-gradient-custom,
.bg-custom {
    background: #ffffff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgb(255, 255, 255) 21%,
        rgba(67, 186, 184, 0.9) 100%
    );
}

.bg-custom {
    padding: 1.2rem 0;
}
.bg-custom .nav-item .nav-link {
    border-radius: 50px;
    background: #ffffff;
    padding: 0.5rem 1.3rem !important;
    border: 1px solid #494094;
    color: #494094 !important;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    font-weight: 600 !important;
}
.bg-custom .nav-item .nav-link .lnr {
    color: #494094 !important;
}
.bg-custom .nav-item .nav-link:hover {
    background-color: #494094;
    color: #ffffff !important;
}
.bg-custom .nav-item .nav-link:hover .lnr {
    color: #ffffff !important;
}

.nav-link {
    color: #494094 !important;
    font-weight: 400 !important;
    font-size: 1.1rem;
}
.nav-link:hover {
    color: #43bab8 !important;
}

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

.nav-left .nav-link {
    color: #1d1e1c !important;
}
.nav-left .nav-link.active {
    background-color: #494094 !important;
    color: #ffffff !important;
}
.nav-left .nav-link:hover {
    background-color: #494094 !important;
    color: #ffffff !important;
}

.navbar-collapse {
    padding: 20px 0;
}

.navbar .navbar-collapse {
    text-align: center;
}

.bg-gradient-custom,
.bg-custom {
    background: #ffffff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgb(255, 255, 255) 21%,
        rgba(67, 186, 184, 0.9) 100%
    );
}

.loopCours .card:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 1.8rem;
}

.card-2 {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;
    display: table;
}
.card-2 .card-heading {
    background: url("/img/to-register-257986_640.jpg") top left/cover no-repeat;
    width: 29.1%;
    display: table-cell;
}
.card-2 .card-body {
    display: table-cell;
    padding: 80px 90px;
    padding-bottom: 88px;
}

.validCard {
    border: 1px solid #494094;
    color: #1d1e1c;
    padding: 0rem 1.5rem;
    border-radius: 8px;
    text-align: center;
    background-color: rgba(1, 129, 151, 0.05);
}
.validCard b {
    color: #494094;
}

.validCardDesc {
    border: 1px solid #494094;
    color: #1d1e1c;
    text-align: center;
    background-color: rgba(1, 129, 151, 0.05);
}
.validCardDesc .border-end {
    border-color: #494094 !important;
}
.validCardDesc b {
    color: #494094;
}
.validCardDesc a {
    text-decoration: none;
    color: #1d1e1c;
}

.modulCard {
    border-bottom: 3px solid #1d1e1c;
    color: #1d1e1c;
    font-weight: 600;
    padding: 0 0.5rem 0.5rem 0.5rem;
    border-radius: 8px;
    text-align: center;
}

.titleCard {
    color: #494094;
}

.bg-gradient-custom,
.bg-custom {
    background: #ffffff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgb(255, 255, 255) 21%,
        rgba(67, 186, 184, 0.9) 100%
    );
}

.accordion-button {
    font-weight: 600;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='0 0 16 16'fill='%23212529'%3e%3cpathfill-rule='evenodd'd='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    filter: brightness(0) invert(1);
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #494094;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}
.accordion-button:not(.show) {
    color: #ffffff;
    background-color: #494094;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.bg-gradient-custom,
.bg-custom {
    background: #ffffff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgb(255, 255, 255) 21%,
        rgba(67, 186, 184, 0.9) 100%
    );
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0 auto;
    overflow: visible;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger.is-active:hover {
    opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #ffffff !important;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #ffffff !important;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--emphatic {
    overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear,
        transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear,
        transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bg-gradient-custom,
.bg-custom {
    background: #ffffff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgb(255, 255, 255) 21%,
        rgba(67, 186, 184, 0.9) 100%
    );
}

.greySection {
    background-color: #f4f4f4;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
}

.descSection {
    background-color: #f7f7f7;
}

.needHelp {
    background: linear-gradient(90deg, #2f313a, #181b25, #2f313a) !important;
}
.needHelp p {
    color: #ffffff !important;
}

.end-footer {
    background: linear-gradient(90deg, #2f313a, #181b25, #2f313a) !important;
    text-align: center;
    color: #ffffff;
    width: 100%;
}

.masthead {
    height: 60vh;
    min-height: 500px;
    background: linear-gradient(
        90deg,
        #721b4a 0%,
        #bc4165 50%,
        #8c1f3f 100%
    ) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff !important;
}

.legalSection p a {
    text-decoration: none;
    color: #212529;
    cursor: pointer;
}
.legalSection p a:hover {
    cursor: pointer;
    color: #494094;
}
.legalSection .fw-bold {
    margin-top: 2rem;
}
.legalSection li {
    list-style: disc !important;
}

.titleLegal {
    font-size: 1.3rem;
    font-weight: 600;
    color: #494094;
    margin-bottom: 2rem;
}

.bg-gradient-custom,
.bg-custom {
    background: #ffffff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgb(255, 255, 255) 21%,
        rgba(67, 186, 184, 0.9) 100%
    );
}

.footer {
    background-color: #494094;
    color: #ffffff;
    padding: 2em;
}
.footer a {
    color: #ffffff !important;
    text-decoration: none;
}
.footer svg {
    width: 3em;
}

.bg-gradient-custom,
.bg-custom {
    background: #ffffff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgb(255, 255, 255) 21%,
        rgba(67, 186, 184, 0.9) 100%
    );
}

.bannerShow {
    border-bottom: 1px solid #cecece;
}

.cardAccred {
    font-weight: 600;
    color: #1d1e1c;
    margin-bottom: 0 !important;
    text-align: left;
}

.gratuit {
    border-left: 1px solid #494094;
    margin-bottom: 0 !important;
}

.headerDescLeft {
    background: linear-gradient(90deg, #2f313a, #181b25, #2f313a) !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.cardTitleDesc {
    color: #ffffff;
}

.cardHeader {
    background-color: #494094;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.progressBarTitle {
    text-decoration: none;
    font-weight: 600;
    color: #494094 !important;
    font-size: 1rem;
}
.progressBarTitle:hover {
    color: #1d1e1c !important;
}

.activeLesson {
    text-decoration: none;
}
.activeLesson .row {
    background-color: #494094;
    text-decoration: none;
}
.activeLesson .lnr {
    color: #ffffff !important;
}

.step {
    background-color: #ffffff;
    border-bottom: 1px solid #cecece;
}

.iconDiplome {
    margin: 0 auto;
}
.iconDiplome .lnr {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 50px;
    border: 1px solid #1d1e1c;
    text-align: center;
    font-size: 3rem;
    margin: 15px 0;
}

.titleCourseProgress {
    font-weight: 600;
    color: #494094 !important;
    font-size: 1.3rem;
}

.imgSpeaker {
    border: 1px solid #494094;
    width: 75%;
}

.titleSpeaker {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.descSpeaker {
    font-style: italic;
}

.quizQuestion {
    font-weight: 600;
    margin-top: 3rem;
    color: #494094 !important;
}

.bg-gradient-custom,
.bg-custom {
    background: #ffffff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgb(255, 255, 255) 21%,
        rgba(67, 186, 184, 0.9) 100%
    );
}

.btnProfil {
    display: block;
    width: 100%;
    height: 50px;
    color: #1d1e1c;
    padding: 25px 50px 50px 50px;
    border-bottom: 1px solid #cecece;
    text-decoration: none;
    margin: 0;
}
.btnProfil:hover {
    background-color: #494094;
    color: #ffffff;
}
.btnProfil:hover .lnr {
    color: #ffffff;
}
.btnProfil .active {
    background-color: #494094;
    color: #ffffff;
}

.titleProfil {
    color: #494094;
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 1px solid #494094;
    padding-bottom: 15px;
}

.courseList:hover {
    background-color: #f6f6f6;
}

.bg-gradient-custom,
.bg-custom {
    background: #ffffff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgb(255, 255, 255) 21%,
        rgba(67, 186, 184, 0.9) 100%
    );
}

.input--style-2 {
    padding: 9px 0;
    color: #666;
    font-size: 16px;
    font-weight: 500;
}
.input--style-2::-webkit-input-placeholder {
    color: #808080;
}
.input--style-2:-moz-placeholder {
    color: #808080;
    opacity: 1;
}
.input--style-2::-moz-placeholder {
    color: #808080;
    opacity: 1;
}
.input--style-2:-ms-input-placeholder {
    color: #808080;
}

.wrapper--w960 {
    margin: auto;
    max-width: 960px;
}

.bg-gradient-custom,
.bg-custom {
    background: #ffffff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgb(255, 255, 255) 21%,
        rgba(67, 186, 184, 0.9) 100%
    );
}

.lnr {
    color: #494094;
    margin-right: 5px;
    font-size: 1.3rem;
    padding-top: 5px;
}

.bg-success {
    background-color: #018197 !important;
}

.bg-danger {
    background-color: #181b26 !important;
}

.color-custom:hover {
    color: #494094 !important;
}

.color-custom-dark:hover {
    color: #1d1e1c !important;
}

.bg-color-dropdown-dark {
    background: linear-gradient(90deg, #2f313a, #181b25, #2f313a) !important;
}
.bg-color-dropdown-dark a {
    color: #ffffff !important;
    text-decoration: none;
}
.bg-color-dropdown-dark a:hover {
    background: linear-gradient(90deg, #2f313a, #181b25, #2f313a) !important;
    color: #494094 !important;
}

.bg-color-dropdown-blue {
    background: #494094 !important;
}
.bg-color-dropdown-blue a {
    color: #ffffff !important;
    text-decoration: none;
}
.bg-color-dropdown-blue a:hover {
    background-color: #494094 !important;
    color: #1d1e1c !important;
}

.bg-color-footer-dark a {
    color: #ffffff !important;
    text-decoration: none;
}
.bg-color-footer-dark a:hover {
    color: #494094 !important;
}

.color-custom-blue {
    color: #494094 !important;
}

.color-dark {
    color: #1d1e1c !important;
}

.tab-custom {
    color: #1d1e1c !important;
}
.tab-custom.active {
    color: #494094 !important;
    border-bottom: #494094 1px solid;
}
.tab-custom:hover {
    color: #494094 !important;
    border-bottom: #494094 1px solid;
}

.activeLesson {
    background-color: #494094 !important;
    color: #ffffff !important;
}

.pourcentage {
    color: #ffffff !important;
}

.linkDebug {
    color: #212529;
    text-decoration: none;
}

.lead p {
    font-size: 1rem;
    line-height: 130%;
    font-family: "Lato", sans-serif !important;
}

.comments {
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.badge-clignote {
    animation-duration: 3s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
    transition: none;
}

@keyframes clignoter {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.dateValid {
    text-align: right;
    border-left: 1px solid #494094;
}

.pointQui {
    text-align: left;
}

#navbar a {
    color: #ffffff;
}

.fas.fa-bars {
    color: #ffffff;
}

#navbar2 {
    width: 80%;
}

#navbar-items {
    width: 20%;
    height: 100%;
}

ul#navbar-items li a {
    color: #b6b5b5;
    padding: 15px 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
}
ul#navbar-items li a:hover {
    background-color: #868585;
    color: #ffffff;
}

ul li .fas {
    font-size: 16px;
}

ul li:hover .fas {
    color: #f7910c;
}

#topnavbar {
    width: 100%;
}

.bg-gradient-custom,
.bg-custom {
    background: #ffffff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgb(255, 255, 255) 21%,
        rgba(67, 186, 184, 0.9) 100%
    );
}

@media (max-width: 767.98px) {
    .navbar .container-fluid {
        margin: 0 !important;
    }
    .footer {
        text-align: center !important;
    }
    .show-right {
        text-align: center;
    }
    .needHelp {
        padding: 10px 0 !important;
        margin: 0 !important;
    }
    .needHelp p {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 0.7em;
    }
    .card-2 {
        display: block;
    }
    .card-2 .card-heading {
        width: 100%;
        display: block;
        padding-top: 300px;
        background-position: left center;
    }
    .card-2 .card-body {
        display: block;
        padding: 60px 50px;
    }
}
@media (max-width: 575.98px) {
    #navbar-items,
    #topnavbar {
        width: 100%;
        height: 100%;
    }
    #navbar-items {
        padding: 20px;
        margin-bottom: 30px;
    }
    .topnav a {
        font-size: 12px;
        padding: 12px;
    }
    #navbar {
        width: 100%;
        background-color: blue;
    }
    .example {
        width: 100%;
    }
    .text-decoration-none.fs14 {
        font-size: 14px;
    }
    .text-decoration-none .fs13 {
        font-size: 13px;
    }
}
@media screen and (max-width: 430px) {
    #navbar-items {
        padding: 20px;
        margin-bottom: 30px;
    }
    .topnav a {
        font-size: 12px;
        padding: 7px;
    }
}
@media screen and (max-width: 320px) {
    .topnav a {
        font-size: 10px;
        padding: 4px;
    }
}
@media (min-width: 992px) {
    #navbar {
        width: 20%;
    }
    #topnavbar {
        width: 80%;
    }
    .text-decoration-none.fs14 {
        font-size: 10px;
    }
    .text-decoration-none .fs13 {
        font-size: 9px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #navbar {
        width: 20%;
    }
    #topnavbar {
        width: 80%;
    }
    .text-decoration-none.fs14 {
        font-size: 10px;
    }
    .text-decoration-none .fs13 {
        font-size: 9px;
    }
}
.bg-gradient-custom,
.bg-custom {
    background: #ffffff;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgb(255, 255, 255) 21%,
        rgba(67, 186, 184, 0.9) 100%
    );
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
    position: fixed !important;
    bottom: 0 !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    border-top: 2px solid #494094 !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree {
    background-color: #494094 !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-reject {
    background-color: #494094 !important;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    background-color: #494094 !important;
}
.freeprivacypolicy-com---palette-light .cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px #494094 !important;
}

.freeprivacypolicy-com---pc-dialog .cc-cp-body-tabs-item-link:hover {
    background-color: #494094 !important;
    color: #ffffff !important;
}

/*# sourceMappingURL=style.css.map */
