html {
    background-color: white;
    height: 100%;
    padding: 0;
    margin: 0;
}

html, body {
    overflow-x: hidden;
}


body {
    font-family: 'Arial Nova', sans-serif;
    min-height: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0;
    background-color: white;

}

.total {
    font-weight: bold;
}

main {
    font-family: "Arial Nova", sans-serif;
    min-height: 100%;
    height: 100% !important;
    background-color: white;
    flex-direction: column;
    color: #5C337F;
    flex-grow: 1;
    flex-shrink: 1;
    vertical-align: top;
}

header {
    position: sticky;
    top: 0;
    flex-shrink: 0;
    flex-grow: 0;
}

.form-check-label {
    color: #5C337F;

}

.wrapper {
    min-width: 100%;
    min-height: 100%;
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
    flex-direction: column;

}

.line-through {
    text-decoration-line: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: inherit;
}

footer {
    position: relative;
    bottom: 0;
    flex-grow: 0;
    flex-shrink: 0;
    /*
    flex-shrink: 1;
    */
    color: white;
    background-color: rgba(92, 51, 127, .90);
}


span {
    font-family: "Arial Nova", sans-serif;
}

.modal-header {
    border: none;
}

/* Background */
.bg-block {
    background-color: #5C337F;
    color: white;
}

.bi-hourglass-split {
    fill: currentColor;
}

.container-new_2 {
    color: #5C337F;
}

.container_new_dark {
    background-color: #5C337F;
    color: white;
}

.bg-new {
    background-color: #CF2277;
    color: white;
}

.rowFooter {
    padding-top: 21px;
}

/* Carousel */
.carousel-caption {
    color: #5C337F;
}

.carousel-title {
    font-family: "Century Gothic", sans-serif;
    font-weight: bold;
    font-size: 40px !important;
    color: white;
}

.carousel-text {
    font-family: "Century Gothic", sans-serif;
    font-size: 20px !important;
    color: white;
}

.card-title {
    text-align: center;
}

.card-title-footer {
    color: white;
    font-weight: bold;
}

.card-title-footer-bordered {
    border-bottom: 2px solid rgba(108, 71, 140);
    border-image: linear-gradient(to right, rgba(255, 255, 255) 25%, rgba(108, 71, 140) 25% 100%) 4;
    width: 100%;
}

.border-races {
    border: 2px solid #CF2277;
}

/* titres */

.h1-titre {
    font-family: 'Arial Nova Cond', sans-serif;
    color: #CF2277;
    letter-spacing: 3px;
}


h5 {
    font-family: "Arial Nova", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #5C337F;
}

h6 {
    font-family: "Arial Nova", sans-serif;
    font-weight: bold;
    color: #5C337F;
}


.paiement {
    font-size: 0.8rem;
}

.groupe-header {
    background-color: #CF2277;
    color: white;
}

/* Navigation */
.select-nav {
    font-weight: bold;
    background-color: #5C337F;
    color: white;
}

.select-nav:hover {
    font-weight: bold;
    color: white;
    border-bottom: 2px solid white
}

nav {
    display: flex;
    /* align-items: center;
     background-color: white;
    color: #ED037E;*/
    color: #5C337F;
    background-color: white;
}

.nav-analyses {
    color: white;
    background-color: currentColor;
}

.nav-profile {
    background-color: #F2EDF6;
}

nav a {
    font-family: 'Arial Nova', sans-serif;
    font-size: 1rem;
}

.navbar {
    background-color: #5C337F;
    color: white;
    display: flex;
    flex-direction: row;
}

.navbar-sub {
    position: sticky;
    top: 0;
    background-color: white !important;
    transition: background-color 200ms linear;
    color: #5C337F;
    border-bottom: 0.2em solid #5C337F;
}

.navbar-sub-scrolled {
    color: white;
    background-color: rgba(92, 51, 127, .90) !important;
    transition: background-color 200ms linear;

}

.sub-menu {
    background-color: rgba(255, 255, 255, .75);
}

.nav-link-page {
    color: #5C337F;
    background-color: white;
    border: none !important;
    border-radius: 0 !important;
}

.nav-link-page:hover,
.nav-link-page.active,
.nav-link-page.active:hover,
.nav-link-page.active:focus,
.nav-link-page.active:visited {
    background-color: #5C337F;
    color: white;

}


.navbar-footer {
    background-color: #5C337F;
    color: white;
    font-size: 0.9em;
}

.nav-pills-races {
    color: #5C337F;
    border: none;
    background-color: white;
}

.nav-pills-races:hover,
.nav-pills-races > .active {
    color: white;
    background-color: #5C337F !important;
}

.nav-pills-commande {
    background-color: #5C337F;
    color: white;
}


.nav-pills-analyse {
    background-color: #CF2277;
    color: white;
}

.navbar-brand {
    font-size: 1rem;
    font-weight: bold;
}

.nav-link-brand {
    background-color: #5C337F;
    color: white !important;
}

.nav-link-brand:hover {
    color: white;
    border-bottom: 2px solid white;
}

.nav-link-pack.active,
.nav-link-pack.active:hover,
.nav-link-pack.active:focus,
.nav-link-pack.active:visited {
    background-color: white;
    color: #5C337F;
    opacity: 100;
    border-bottom: 5px solid #5C337F;
}

.nav-link-pack:hover {
    color: #5C337F;
    opacity: 50%;
    background-color: white;
    border-bottom: 5px solid #5C337F;
}

.nav-link-nav.show,
.nav-link-nav.active,
.nav-link-nav.active:hover,
.nav-link-nav.active:focus,
.nav-link-nav.active:visited,
.nav-link-nav:hover {
    border-bottom: 5px solid #5C337F;
    color: #5C337F;
}

.nav-link-nav-scrolled {
    color: white !important;
    background-color: transparent !important;
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 200ms linear
}

.nav-link-nav-scrolled.show,
.nav-link-nav-scrolled.active,
.nav-link-nav-scrolled.active:hover,
.nav-link-nav-scrolled.active:focus,
.nav-link-nav-scrolled.active:visited,
.nav-link-nav-scrolled:hover {
    border-bottom: 5px solid white;
    color: white !important;
}

.nav-link-profile {
    text-align: start;
    color: #5C337F !important;
    border: none;
    border-right: 5px solid #F2EDF6;
    border-radius: 0 !important;
    background-color: #F2EDF6;
    font-size: 1rem;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-link-profile > .active,
.nav-link-profile.active,
.nav-link-profile:hover {
    color: #5C337F !important;
    border-right: 5px solid #5C337F;
    font-weight: bold;
    background-color: white !important;
}

.nav-link-analyse {
    background-color: #CF2277;
    color: white;
    border: 2px solid #CF2277;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 0 !important;
}

.nav-link-espece {
    background-color: #5C337F;
    color: white;
    border: 2px solid #5C337F;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 3px 15px;
    border-radius: 0 !important;
}

.nav-link-analyse > .active,
.nav-link-analyse.active,
.nav-link-analyse:hover {
    color: #CF2277 !important;
    background-color: white !important;
}

.nav-link-espece > .active,
.nav-link-espece.active,
.nav-link-espece:hover {
    color: #5C337F !important;
    background-color: white !important;
}

.nav-packs {
    border-bottom: 5px solid #5C337F;
}

.custom-toggler.navbar-toggler {
    color: white;
}

/* Setting the stroke to green using rgb values (0, 128, 0) */

.custom-toggler .navbar-toggler-icon {
    background-image: url(
    "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 2)' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.li-number {
    list-style: decimal;
    color: #CF2277;
    font-weight: bold;
    font-size: 2rem;
}

.numbered-list {
    list-style: decimal;
    color: #5C337F;
}

.list-group-item-commande {
    background-color: #5C337F;
    color: white;
}

.list-resultats {
    list-style-type: disc;
}

.list-animaux {
    display: block;
}

.tab-content {
    background-color: white;
}

a {
    font-family: 'Arial Nova', sans-serif;
    text-decoration: none;
    color: #35454A;
}

.a-footer {
    color: white;

}

.border-white {
    border-top: 4px solid transparent;
    /* border-image: linear-gradient(to right, rgba(242, 237, 246, .90) 5%, white 5% 95%, rgba(242, 237, 246, .90) 95% 100%) 6;*/

}

.nav-link-footer-border, .nav-link-footer {
    color: white;
}

.nav-link-footer-border {
    border-right: 2px solid transparent;
    border-image: linear-gradient(to bottom, rgba(92, 51, 127, .90) 25%, white 25% 75%, rgba(92, 51, 127, .90) 75% 100%) 6;
}

.nav-link-footer-border:hover,
.nav-link-footer-border:focus,
.nav-link-footer:hover, .nav-link-footer:focus {
    color: #f2edf6;
}

.a-footer:hover {
    color: #f2edf6;
}


.logo-check {
    color: darkgreen;
    margin-left: 10px;
    margin-right: 10px;
}

.logo-x {
    color: red;
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 319px) {
    .logo {
        width: 6em;
    }

    .text-profile {
        font-size: 10px;
    }

    .qui-sommes-nous {
        background-image: url("../img/logos/main/GENINDEXE-Qui sommes nous-mobile.webp");
        background-repeat: no-repeat;
        background-size: 800px 800px;
        background-position: center;
    }
}

/*Mobile format portrait */
@media screen and (min-width: 320px) {
    .nav-link-nav {
        color: #5C337F !important;
        background-color: white;
        font-size: 16px;
        font-weight: 500;
    }

    .text-profile {
        font-size: 12px;
    }

    .logo {
        min-width: 7rem;
        max-width: 9rem;
    }

    .logo-animal {
        width: 180px;
    }

    .logo-aabiovet {
        width: 3em;
    }

    .img-accueil {
        width: 200px;
    }

    .titre {
        font-family: 'Arial Nova Cond', sans-serif !important;
        font-weight: bold;
        font-size: 1.8rem !important;
        color: #5C337F;
        letter-spacing: 3px;
    }

    .btn-outline-race {
        background-color: white;
        color: #5C337F;
        font-weight: bold;
        font-size: 12px;
    }

    h1 {
        font-family: 'Arial Nova Cond', sans-serif !important;
        font-weight: bold;
        font-size: 1.5rem !important;
        color: #5C337F;
        letter-spacing: 3px;
    }

    h2 {
        font-family: "Arial Nova", sans-serif;
        font-size: 1.3rem;
        font-weight: bold;
        color: #5C337F;
        letter-spacing: 3px;
    }

    h3, .h3 {
        font-family: "Arial Nova", sans-serif;
        font-size: 1.1rem;
        font-weight: bold;
        color: #5C337F;
    }

    h4, .h4 {
        font-family: "Arial Nova", sans-serif;
        font-weight: bold;
        font-size: 1rem;;
    }

    li {
        list-style: none;
        font-size: 0.8rem;
        color: #5C337F;
    }

    .nav-link-pack {
        color: #5C337F;
        background-color: white;
        font-size: 1rem;
        font-weight: 500;
        border: 0;
        opacity: 50%;
        border-bottom: 5px solid white;
    }

    .error-title {
        font-family: 'Arial Nova', sans-serif;
        font-weight: bold;
        font-size: 24px;
        color: #CF2277;
    }

    .error-text {
        font-family: 'Arial Nova', sans-serif;
        font-size: 20px;
        color: #5C337F;
    }

    p {
        font-size: 1em;
    }

    .li-etapes {
        list-style: disc;
        font-size: 1rem;
        color: #5C337F;
    }

    .li-etapes-no-disc {
        list-style: circle;
        font-size: 1rem;
        color: #5C337F;
    }

    .p-footer {
        font-size: 0.8rem;
    }

    .logo-etapes {
        width: 8em;
        color: #CF2277;
    }

    .logo-nav {
        width: 1.5em;
    }

    .logo-footer {
        margin-left: 5px;
        width: 18.75em;
    }

    .search-nav {
        display: flex;
        flex-direction: column;
        width: 7em;
        color: white;
        background-color: #5C337F;
        border: 1px solid white;
        border-radius: 5px;
    }

    .logo-pack {
        text-align: center;
        width: 3em;
        height: 3em;
    }

    .logo-accueil {
        margin-top: -50px;
        width: 0;
    }

    .logo-espece {
        width: 3em;
        height: 3em;
        text-align: center;
    }

    .p-body {
        font-size: 0.9rem;
    }

    .qui-sommes-nous {
        background-image: url("../img/logos/main/GENINDEXE-Qui sommes nous-mobile.webp");
        background-repeat: no-repeat;
        background-size: 600px 600px;

        background-position: center;
    }

    .logo-quelques-chiffres {
        width: 350px;
    }

    .etape-number {
        border-radius: 50%;
        border: 2px solid #5C337F;
        padding: 10px;
        text-align: center;
    }

    .etape-number-actuel {
        border: 2px solid #CF2277;
        vertical-align: center;
        padding: 20px;
        border-radius: 50%;
        text-align: center;
        background-image: url("../img/logos/Présent.webp");
        background-repeat: no-repeat;
        background-size: 12px 12px;
        background-position: center;
    }

    .geninfo {
        background-image: url('../img/logos/main/Pattes de chat - Accueil.webp'),
        url("../img/logos/main/Pattes de chat - Accueil 2.webp");
        background-repeat: no-repeat;
        background-position: left top, right bottom;
        background-size: 70px 70px;
    }

    .alert {
        font-family: 'Arial Nova', sans-serif;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
        border: none;
        border-radius: 0;
    }

    .img-race {
        width: 80px;
        height: 80px;
    }

    .nav-link-commande {
        color: #CF2277 !important;
        border: none;
        background-color: white;
        font-weight: bold;
        font-size: 1.2rem;
    }

    .nav-link-commande-scrolled {
        color: white !important;
        border: 1px solid white;
        background-color: rgba(92, 51, 127, .80) !important;
        font-weight: bold;
        font-size: 1.2rem;
        transition: background-color 200ms linear


    }

    .dropdown-menu {
        background-color: white;
        color: #CF2277;
        font-size: 1rem;
        border: none;
    }

    .table-catalogue {
        font-size: 0.8rem;
    }

    .row-analyse {
        color: #5C337F;
        font-weight: bold;
        vertical-align: middle;
        font-size: 0.9rem;
    }

    .img-article {
        width: 300px;
    }

    .img-block-article {
        max-width: 200px;
    }


}

@media screen and (min-width: 480px) {
    .text-profile {
        font-size: 12px;
    }

    .li-analyses {
        list-style: disc;
        font-size: 0.8rem;
        color: #5C337F;
    }

    .p-footer {
        font-size: 0.8rem;
    }

    .logo-aabiovet {
        width: 4em;
    }

    .logo-etapes {
        width: 10em;
        color: #CF2277;
    }

    .logo-footer {
        margin-left: 5px;
        width: 15.625em;
    }

    .nav-link-nav {
        color: #5C337F !important;
        background-color: white;
        font-size: 16px;
        font-weight: 500;
    }

    .search-nav {
        display: flex;
        flex-direction: column;
        width: 9.375em;
        color: white;
        background-color: #5C337F;
        border-top: 1px solid white;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        border-left: none;
        border-radius: 5px;
    }

    .nav-brand-nav {
        color: white;
        background-color: #5C337F;
        font-size: 1rem;
        font-weight: bold;
        /*border: 2px solid magenta;*/
    }

    .qui-sommes-nous {
        background-image: url("../img/logos/main/GENINDEXE-Qui sommes nous-mobile.webp");
        background-repeat: no-repeat;
        background-size: 700px 510px;
        background-position: center;
    }

    .p-body {
        font-size: 0.9rem;
    }

    .geninfo {
        background-image: url('../img/logos/main/Pattes de chat - Accueil.webp'),
        url("../img/logos/main/Pattes de chat - Accueil 2.webp");
        background-repeat: no-repeat;
        background-position: left top, right bottom;
        background-size: 130px 130px;
    }

}

/*Mobile format paysage */
@media screen and  (min-width: 600px) {
    .text-profile {
        font-size: 14px;
    }

    .img-accueil {
        width: 400px;
    }

    .logo-animal {
        width: 250px;
    }

    h1 {
        font-family: 'Arial Nova Cond', sans-serif !important;
        font-weight: bold;
        font-size: 2rem !important;
        color: #5C337F;
        letter-spacing: 3px;
    }

    .titre {
        font-family: 'Arial Nova Cond', sans-serif !important;
        font-weight: bold;
        font-size: 2.25rem !important;
        color: #5C337F;
        letter-spacing: 3px;
    }

    h2 {
        font-family: "Arial Nova", sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
        color: #5C337F;
        letter-spacing: 3px;
    }

    h3, .h3 {
        font-family: "Arial Nova", sans-serif;
        font-size: 1.3rem;
        font-weight: bold;
        color: #5C337F;
    }

    h4, .h4 {
        font-family: "Arial Nova", sans-serif;
        font-weight: bold;
        font-size: 1.1rem;;
    }

    .error-title {
        font-family: 'Arial Nova', sans-serif;
        font-weight: bold;
        font-size: 32px;
        color: #CF2277;
    }

    .error-text {
        font-family: 'Arial Nova', sans-serif;
        font-size: 20px;
        color: #5C337F;
    }

    li {
        list-style: none;
        font-size: 0.9rem;
        color: #5C337F;
    }

    .logo-accueil {
        margin-top: -50px;
        width: 450px;
    }

    .logo-pack {
        text-align: center;
        width: 4em;
        height: 4em;
    }

    .logo-espece {
        width: 4em;
        height: 4em;
        text-align: center;
    }

    .nav-link-pack {
        color: #5C337F;
        background-color: white;
        font-size: 1rem;
        font-weight: 500;
        border: 0;
        opacity: 50%;
        border-bottom: 5px solid white;
    }

    .nav-link-nav {
        color: #5C337F !important;
        background-color: white;
        font-size: 16px;
        font-weight: 500;
    }

    p {
        font-size: 1rem;
    }

    .btn-outline-race {
        background-color: white;
        color: #5C337F;
        font-weight: bold;
        font-size: 16px;
    }

    .etape-number {
        border-radius: 50%;
        border: 3px solid #5C337F;
        padding: 10px 20px;
        text-align: center;
    }

    .etape-number-actuel {
        border: 3px solid #CF2277;
        vertical-align: center;
        padding: 25px;
        border-radius: 50%;
        text-align: center;
        background-image: url("../img/logos/Présent.webp");
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: center;
    }

    .li-etapes {
        list-style: disc;
        font-size: 1rem;
        color: #5C337F;
    }

    .li-etapes-no-disc {
        list-style: circle;
        font-size: 1rem;
        color: #5C337F;
    }

    .li-analyses {
        list-style: disc;
        font-size: 0.9rem;
        color: #5C337F;
    }

    .logo-quelques-chiffres {
        width: 450px;
    }

    .p-footer {
        font-size: 0.8rem;
    }

    .logo-aabiovet {
        width: 5em;
    }

    .logo-etapes {
        width: 12em;
        color: #CF2277;
    }

    .search-nav {
        display: flex;
        flex-direction: column;
        width: 15.625em;
        color: white;
        background-color: #5C337F;
        border-top: 1px solid white;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        border-left: none;
        border-radius: 5px;
    }

    .qui-sommes-nous {
        background-image: url("../img/logos/main/GENINDEXE-Qui sommes nous-mobile.webp");
        background-repeat: no-repeat;
        background-size: 700px 510px;
        background-position: center;
    }

    .p-body {
        font-size: 1.0rem;
    }

    .geninfo {
        background-image: url('../img/logos/main/Pattes de chat - Accueil.webp'),
        url("../img/logos/main/Pattes de chat - Accueil 2.webp");
        background-repeat: no-repeat;
        background-position: left top, right bottom;
        background-size: 130px 130px;
    }

    .alert {
        font-family: 'Arial Nova', sans-serif;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        border: none;
        border-radius: 0;
    }

    .img-race {
        width: 130px;
        height: 130px;

    }

    .nav-link-commande {
        color: #CF2277 !important;
        border: none;
        background-color: white;
        font-weight: bold;
        font-size: 1.2rem;
    }

    .dropdown-menu {
        background-color: white;
        color: #CF2277;
        font-size: 1rem;
        border: none;
    }

    .table-catalogue {
        font-size: 1rem;
    }

    .row-analyse {
        color: #5C337F;
        font-weight: bold;
        vertical-align: middle;
        font-size: 1rem;
    }

}

/*tablette*/
@media screen and  (min-width: 992px) {
    .text-profile {
        font-size: 1rem;
    }

    .logo-accueil {
        margin-top: -50px;
        width: 550px;
    }

    .logo-quelques-chiffres {
        width: 500px;
    }

    .logo {
        width: 13em;
    }

    .logo-animal {
        width: 250px;
    }

    .titre {
        font-family: 'Arial Nova Cond', sans-serif !important;
        font-weight: bold;
        font-size: 2.625rem !important;
        color: #5C337F;
        letter-spacing: 3px;
    }

    h1 {
        font-family: 'Arial Nova Cond', sans-serif !important;
        font-weight: bold;
        font-size: 2.625rem !important;
        color: #5C337F;
        letter-spacing: 3px;
    }

    h2 {
        font-family: "Arial Nova", sans-serif;
        font-size: 1.8rem;
        font-weight: bold;
        color: #5C337F;
        letter-spacing: 3px;
    }

    h3, .h3 {
        font-family: "Arial Nova", sans-serif;
        font-size: 1.4rem;
        font-weight: bold;
        color: #5C337F;
    }

    h4, .h4 {
        font-family: "Arial Nova", sans-serif;
        font-weight: bold;
        font-size: 1.2rem;;
    }

    .error-title {
        font-family: 'Arial Nova', sans-serif;
        font-weight: bold;
        font-size: 42px;
        color: #CF2277;
    }

    .error-text {
        font-family: 'Arial Nova', sans-serif;
        font-size: 20px;
        color: #5C337F;
    }

    li {
        list-style: none;
        font-size: 1rem;
        color: #5C337F;
    }

    .nav-link-nav {
        color: #5C337F !important;
        background-color: white;
        font-size: 14px;
        font-weight: 500;
    }

    .nav-link-pack {
        color: #5C337F;
        background-color: white;
        font-size: 1.2rem;
        font-weight: 500;
        border: 0;
        opacity: 50%;
        border-bottom: 5px solid white;
    }

    p {
        font-size: 1.1em;
    }

    .li-etapes {
        list-style: disc;
        font-size: 1.1rem;
        color: #5C337F;
    }

    .li-etapes-no-disc {
        list-style: circle;
        font-size: 1.2rem;
        color: #5C337F;
    }

    .li-analyses {
        list-style: disc;
        font-size: 1rem;
        color: #5C337F;
    }

    .p-footer {
        font-size: 1rem;
    }

    .logo-aabiovet {
        width: 9em;
    }

    .logo-etapes {
        width: 14em;
        color: #CF2277;
    }

    .search-nav {
        display: flex;
        flex-direction: column;
        width: 18.75em;
        color: white;
        background-color: #5C337F;
        border-radius: 5px;
        border-top: 1px solid white;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        border-left: none;
    }

    .qui-sommes-nous {
        background-image: url("../img/logos/main/GENINDEXE-Qui sommes nous-mobile.webp");
        background-repeat: no-repeat;
        background-size: 700px 710px;
        background-position: center;
    }

    .p-body {
        font-size: 1.1rem;
    }

    .geninfo {
        background-image: url('../img/logos/main/Pattes de chat - Accueil.webp'),
        url("../img/logos/main/Pattes de chat - Accueil 2.webp");
        background-repeat: no-repeat;
        background-position: left top, right bottom;
        background-size: 130px 130px;
    }

    .nav-link-commande {
        color: #5C337F !important;
        border: 1px solid #5C337F;
        background-color: white;
        font-weight: bold;
        font-size: 1.2rem;
    }

    .nav-link-commande > .active,
    .nav-link-commande.active,
    .nav-link-commande:hover {
        color: white !important;
        background-color: #5C337F !important;
    }

    .nav-link-commande-scrolled {
        color: white !important;
        border: 1px solid white;
        background-color: rgba(92, 51, 127, .80) !important;
        font-weight: bold;
        font-size: 1.2rem;
        transition: background-color 200ms linear


    }

    .nav-link-commande-scrolled > .active,
    .nav-link-commande-scrolled:hover {
        color: #5C337F !important;
        background-color: white !important;
        border: 1px solid white;
    }

    .dropdown-menu {
        background-color: white;
        color: #CF2277;
        font-size: 1rem;
        border: 2px solid #5C337F;
    }

    .table-catalogue {
        font-size: 1.1rem;
    }

}

/*Tablette paysage et pc portable */
@media screen and (min-width: 1382px) {
    .text-profile {
        font-size: 1rem;
    }

    .logo {
        width: 14em;
    }

    .logo-quelques-chiffres {
        width: 600px;
    }

    .nav-link-pack {
        color: #5C337F;
        background-color: white;
        font-size: 1.2rem;
        font-weight: 500;
        border: 0;
        opacity: 50%;
        border-bottom: 5px solid white;
    }

    h1 {
        font-family: 'Arial Nova Cond', sans-serif !important;
        font-weight: bold;
        font-size: 2.625rem !important;
        color: #5C337F;
        letter-spacing: 3px;
    }

    .li-etapes {
        list-style: disc;
        font-size: 1.2rem;
        color: #5C337F;
    }

    .li-etapes-no-disc {
        list-style: circle;
        font-size: 1.1rem;
        color: #5C337F;
    }

    .li-analyses {
        list-style: disc;
        font-size: 1rem;
        color: #5C337F;
    }

    .p-footer {
        font-size: 1rem;
    }

    .logo-aabiovet {
        width: 10em;
    }

    .logo-accueil {
        margin-top: -50px;
        width: 650px;
    }

    .nav-link-nav {
        color: #5C337F !important;
        background-color: white;
        font-size: 16px;
        font-weight: 500;
    }

    .search-nav .form-control {
        display: flex;
        flex-direction: column;
        width: 32em;
        color: white;
        background-color: #5C337F;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        border-radius: 5px;
        border-left: none;
    }

    .search-nav::placeholder {
        color: white;
        opacity: 1;
    }

    .logo-footer {
        margin-left: 5px;
        width: 21em;
    }


    .logo-nav {
        width: 1.5em;
        height: 1.5em;
    }

    .logo-espece {
        width: 7em;
        height: 7em;
        text-align: center;
    }

    .logo-etapes {
        width: 16em;
        color: #CF2277;
    }

    .nav-brand-nav {
        color: white;
        background-color: #5C337F;
        font-size: 1rem;
        font-weight: bold;
        /*border: 2px solid magenta;*/
    }

    .p-body {
        font-size: 1.1rem;
    }

    .qui-sommes-nous {
        background-image: url("../img/logos/main/GENINDEXE-Qui sommes nous-mobile.webp");
        background-repeat: no-repeat;
        background-size: 800px 670px;
        /*
        background-position: right -5em bottom -2em;
        */
    }

    .geninfo {
        background-image: url('../img/logos/main/Pattes de chat - Accueil.webp'),
        url("../img/logos/main/Pattes de chat - Accueil 2.webp");
        background-repeat: no-repeat;
        background-position: left top, right bottom;
        background-size: 130px 130px;
    }

    .affichageDocument {
        width: 100%;
        height: 1000px !important;
    }

    .img-article {
        width: 400px;
    }

    .img-block-article {
        max-width: 400px;
    }

}

.spinner-payment {
    width: 5rem;
    height: 5rem;
    fill: #5C337F
}

.form-control {
    border: none;
    background-color: #F2EDF6 !important;
    color: #5C337F !important;
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
}

.form-search {
    border: 1px solid #5C337F !important;
    background-color: white !important;
    color: #5C337F !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-label {
    color: #5C337F !important;
    font-weight: bold !important;
    font-family: 'Arial Nova', sans-serif !important;
    font-size: 1rem !important;
}

.form-select {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    border: none;
    background-color: #F2EDF6 !important;
    color: #5C337F !important;
}


.form-register {
    border: none;
    background-color: white !important;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    color: #5C337F;
}

.form-register::placeholder {
    color: rgba(92, 51, 127, .50) !important
}

.form-register:disabled {
    background-color: rgba(255, 255, 255) !important;
    color: rgba(92, 51, 127, .50) !important
}

.bg-form {
    background-color: #f2edf6;
}

input[type=radio].form-check-input,
input[type=checkbox].form-check-input {
    border: 2px solid #CF2277;
    border-radius: 10%;
    height: 20px;
    width: 20px;
    outline: none;
}

input[type=radio]:checked.form-check-input,
input[type=checkbox]:checked.form-check-input {
    background-color: white;
    accent-color: #CF2277;
    background-image: url("../img/logos/Présent.webp");

}

/*input[type=checkbox]:checked::before {
    background: url("../img/logos/Présent.webp");
}*/

.input-group-text-search {
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 0;
    color: white;
    background-color: #5C337F;
}

/*pc portable et pc*/
.card {
    border: none;
    vertical-align: top;
}

.card-body {
    font-size: 1rem;
}

.card-header {
    background-color: transparent;
    border: none;
}

.card-footer {
    font-size: 1rem;
    background-color: transparent;
    border: none;
}

/*
.card-text-footer {
    font-weight: normal;
    font-size: 0.9rem;
}
*/

.card-title-header {
    background-color: #5C337F;
    color: white;
    padding: .8rem 0;
    border-radius: 10px 10px 0 0;
}

/*Boutons */
.btn {
    font-family: 'Arial Nova', sans-serif;
    border-radius: 0;
}

.btn-newsletter {
    color: #5C337F !important;
    background-color: #f2edf6;
    font-weight: bold;
}

.btn-newsletter:hover {
    background-color: white !important;
}

.btn-quantite {
    background-color: white !important;
    color: #5C337F !important;
    font-size: 1.2rem;
    border: none !important;
    font-weight: bold;
}


.hover-magenta:hover {
    background-color: #CF2277 !important;
    color: white !important;
    border: 1px solid white !important;
}

.btn-outline-espece {
    background-color: white;
    color: #CF2277 !important;
    font-weight: bold;
}

.btn-outline-download {
    background-color: white;
    color: #CF2277 !important;
    font-weight: bold;
}

/*input[type=radio]:checked + .btn-outline-espece,
.btn-outline-espece:hover {
    border: 2px solid #5C337F !important;
}*/

.btn-choix {
    background-color: white;
    color: #5C337F;
    font-weight: bold;
    border: 1px solid #5C337F;
}

input[type=radio]:checked + .btn-choix,
.btn-choix:hover {
    background-color: #5C337F !important;
    color: white !important;

}

.btn-close {
    opacity: 1;
    background-image: url("../img/logos/Non présent.webp");
}


.btn-close-magenta {
    opacity: 1;
    background-image: url("../img/logos/Supprimer.png");
}

.btn-catalogue {
    background-color: #cf2277;
    color: white;
    border: 2px solid #cf2277;
    font-weight: bold;
    font-size: 1.1rem;
}

.btn-pack {
    font-size: 1.1rem;
    padding-left: 1.5rem;;
    padding-right: 1.5rem;
}

.bg-pack {
    background: linear-gradient(to bottom, white 20%, rgb(242 237 246) 20% 100%);
}

.btn-violet {
    background-color: #5C337F;
    color: white;
    font-weight: bold;
}

.btn-violet:disabled {
    opacity: 60%;
    color: white;
    font-weight: bold;
    background-color: #5C337F;
}

.btn-violet:hover {
    background-color: white !important;
    color: #5C337F !important;
    border: 1px solid #5C337F !important;
}

.kr-smart-form {
    background-color: #CF2277 !important;
    color: white;
}

.kr-smart-form:hover {
    background-color: white !important;
    color: #CF2277 !important;
}

.kr-payment-button {
    background-color: #5C337F;
    color: white;
    font-weight: bold;
}

.btn-contact {
    background-color: #CF2277;
    color: white;
    font-weight: bold;
}


.btn-contact:disabled {
    opacity: 60%;
}

.btn-contact:hover,
input[type=checkbox]:checked + .btn-contact {
    background-color: white !important;
    color: #CF2277 !important;
    border: 1px solid #CF2277 !important;
}

.btn-catalogue:hover {
    color: #cf2277;
    background-color: white;
    border: 2px solid #CF2277;
}

.btn-commande {
    background-color: #5c337f;
    color: white;
    border: 2px solid #5c337f;
    font-weight: bold;
    font-size: 1.1rem;
}

.btn-commande:hover {
    color: #5c337f;
    background-color: white;
    border: 2px solid #5C337F;
}

.btn-commande-clear {
    background-color: #f2edf6;
    color: #5C337F;
    border: 2px solid #f2edf6;
    font-weight: bold;
    font-size: 1.2rem;
}

.btn-commande-clear:hover {
    color: #5C337F;
    background-color: white;
    border: 2px solid #f2edf6;
}

.btn-clear {
    color: black;
    background-color: #F2EDF6;
}

.btn-analyse,
.btn-analyse.collapsed {
    color: white;
    border: 1px solid #CF2277;
    font-weight: bold;
    background-color: #CF2277;
    text-align: center;
    border-radius: 0;
}

.btn-outline-info, .btn-outline-info:hover {
    color: #CF2277;
    font-weight: bold;
    background-color: white;
    border: 1px solid #CF2277;
    border-radius: 30px;
}

.btn-analyse:hover,
.btn-analyse + .active,
.btn-analyse:not(.collapsed) {
    color: #CF2277;
    background-color: white;
    border: 1px solid #CF2277;
}


input[type=number] {
    width: 80px;
}


textarea {
    border: 1px solid #5C337F;
}

.btn-analyse-checked {
    background-color: #CF2277;
    color: white;
    border-width: 1px;
}

.text-new {
    color: white;
    font-weight: bold;
}

.text-noir-mat {
    /*color: #ED037E;*/
    color: white;
}

.text-noir-mat:hover {
    color: #00A6D8;
}

.dropdown-nav {
    background-color: rgba(92, 51, 127, .90);
    margin-top: 0; /* remove the gap so it doesn't close */
}

.dropdown-item {
    background-color: white;
    font-family: 'Arial Nova', sans-serif;
    font-size: 1rem;
    color: rgba(92, 51, 127, .90) !important;
}

.dropdown-item:hover {
    color: white !important;
    background-color: #5C337F;
}

.dropdown-item-contact {
    color: white !important;
    background-color: #CF2277 !important;
}

.dropdown-item-contact:hover {
    color: #CF2277 !important;
    background-color: white !important;
}

.dropdown-item-scrolled {
    color: white !important;
    font-family: 'Arial Nova', sans-serif;
    font-size: 1rem;
    background-color: rgba(92, 51, 127, .90) !important;
    transition: background-color 200ms linear;
}

.dropdown-item-scrolled:hover {
    background-color: white !important;
    color: rgba(92, 51, 127, .90) !important;
}

/*flash messages*/
.flash {
    padding: 20px;
    font-weight: bold;
    font-size: 1.4rem;
    margin: 1rem 0;
    border-radius: 5px;
    color: #00A6D8;
}

.alert-danger {
    color: black;
}

.alert-success {
    color: black;
    opacity: 75%;
}

.alert-info {
    color: white;
    background-color: #CF2277;
}

/*accordion */
.accordion,
.accordion-header,
.accordion-item,
.accordion-body {
    border: none !important;
}

.accordion-body {
    background-color: white;
    font-family: 'Arial Nova', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #5C337F;
    border: 1px solid #5C337F;
}

.accordion-body-footer {
    background-color: rgba(92, 51, 127, .90);
    color: white;
    border: none;
}

.accordion-footer {
    background: rgba(92, 51, 127, .90);
    color: white;
    font-size: 0.7rem;
    border: none;
    border-bottom: 1px solid white;
    box-shadow: none !important;
}

.accordion-footer-button:not(.collapsed),
.accordion-footer-button.collapsed {
    color: white;
    background-color: rgba(92, 51, 127, .90);
    font-weight: bold;
    border: none;
    border-bottom: 1px solid white;
    box-shadow: none !important;

}

.accordion-footer-button.collapsed::after,
.accordion-footer-button-footer:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-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");
}


.accordion-prelev-body {
    background-color: white;
    color: #5C337F;
    border: none;
    font-weight: normal;
}

.accordion-etapes:not(.collapsed),
.accordion-etapes.collapsed {
    background-color: white;
    color: #5C337F;
    font-weight: bold;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #5C337F;
}

.accordion-body-faq {
    background-color: white;
    color: #5C337F;
    border: none;
    border-bottom: 1px solid #5C337F !important;
    border-left: 1px solid #5C337F !important;
    border-right: 1px solid #5C337F !important;
}

.accordion-animaux-body {
    background-color: #F2EDF6;
    color: #5C337F;
    border: none;
    font-weight: normal;
}

.accordion-prelev:not(.collapsed),
.accordion-prelev.collapsed {
    background-color: white;
    color: #CF2277;
    font-weight: bold;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #CF2277;
}

.accordion-animaux:not(.collapsed),
.accordion-animaux.collapsed {
    background-color: #f2edf6;
    color: #5C337F;
    font-weight: bold;
    border: none;
    box-shadow: none !important;
    border-bottom: 2px solid #5C337F;
    /*
    border-image: linear-gradient(to right, #F2EDF6 3%, #5C337F 3% 97%, #F2EDF6 97% 100%) 7;
    */

}

.accordion-faq:not(.collapsed) {
    color: #CF2277;
    font-weight: bold;
    background-color: white;
    border: 1px solid #5C337F;
    border-bottom-color: white;
    outline: none !important;
    box-shadow: none !important;
}

.accordion-faq.collapsed {
    background-color: #F2EDF6;
    color: #5C337F;
    font-weight: bold;
    border: 1px solid #F2EDF6;
    box-shadow: none !important;
}

.accordion-button-prelev {
    background-color: white;
    color: #CF2277;
    font-weight: bold;
    /*border-top: 1px solid #5C337F;
    border-left: 1px solid #5C337F;
    border-right: 1px solid #5C337F;
    border-bottom: none;*/
}

.accordion-prelev.collapsed::after,
.accordion-prelev:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cf2277'%3e%3cpath fill-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");
}

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


/* form */
label {
    font-family: 'Arial Nova', sans-serif;
    display: block;
}

/*label.required:after {
    content: " *";
    color: red;
}*/

.label-required:after {
    content: " *";
    color: #CF2277;
}

.errors {
    font-family: 'Arial Nova', sans-serif;
    font-size: 14px;
    color: red;
}


.form-forgotten-password {
    font-size: 16px;
    color: #5C337F;
    font-weight: bold;
    text-decoration: underline;
}

.scrollbar-race {
    height: 275px;
    overflow-y: auto;
    width: 100%;
}

.container-etape-commande {
    border: 2px solid #5C337F;
    border-radius: 10px;
}

.container-contact {
    background-image: url("../img/logos/contact/Adresse.png"), linear-gradient(#ffffff, #ffffff);
    background-repeat: no-repeat;
    background-position: center top;
    color: white;
}

.container-kit {
    border: 2px solid #CF2277;
}

.header-etape-commande {
    background-color: lightgray;
    font-weight: bold;
}

.user-choice {
    font-weight: bold;
    color: #CF2277;
}

.text-magenta {
    color: #CF2277;
}

.text-violet {
    color: #5C337F;
}

.text-rouge {
    color: red;
    font-weight: bold;
}

.text-blanc {
    color: white;
}

/* fil d'Ariane */

.breadcrumb-item {
    font-weight: bold;
    font-family: 'Arial Nova', sans-serif;
    color: #5C337F;
}

.categorie-header {
    font-weight: bold;
    border-bottom: 2px solid #CF2277;
}

.block-titre {
    margin-bottom: 5em;
}

.card-pack {
    color: #5C337F;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 10px;
}


.custom-popover {
    background-color: white;
    color: #CF2277;
    font-weight: bold;
    border: 2px solid #CF2277;
    --bs-popover-header-bg: #CF2277;
    --bs-popover-header-color: #ffffff;
    --bs-popover-body-color: #CF2277;
    --bs-popover-body-padding-x: 10px 5px;
    --bs-popover-body-padding-y: 5px;
    /* --bs-popover-max-width: 200px;
  --bs-popover-border-color: var(--bd-violet-bg);
  --bs-popover-header-bg: var(--bd-violet-bg);
  --bs-popover-header-color: var(--bs-white);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: .5rem;*/
}

.li-info {
    list-style: disc;
    margin: 0;
    padding: 0 5px 0 0;
}

.form-control:focus,
.form-check-input:focus {
    box-shadow: none;
}

.form-select:focus {
    box-shadow: none;
    border: 1px solid #F2EDF6;
}

.form-control::placeholder {
    color: #5C337F !important;
    opacity: 80%;
}


.cbx-violet {
    border-color: #5C337F;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.list-group-item {
    border: none;
    border-right: 1px dotted #5C337F;
}

.li-etapes-commande {
    color: #5C337F !important;
    border: none;
    background-color: white !important;
    font-weight: bold;
    font-size: 1.2rem;
}

.li-etapes-commande > .active,
.li-etapes-commande.active,
.li-etapes-commande:hover {
    color: #CF2277 !important;
}


.form-floating > label::after {
    background-color: transparent !important;
    color: #5C337F !important;
    opacity: 1 !important;
}


/*
.form-floating > label {
    font-family: 'Arial Nova', sans-serif;
    font-weight: normal !important;
    color: #5C337F !important;
    opacity: 1 !important;
}
.form-floating::placeholder {
    font-family: 'Arial Nova', sans-serif;
    font-weight: normal;
    color: #5C337F;
    opacity: 1;
}*/

.input-bordered {
    border-radius: 10px !important;
}

.offcanvas-title {
    color: #5C337F;
    background-color: white;
    font-weight: bold;
    text-align: center !important;
}

.offcanvas {
    width: 500px !important;
    border: none;
    border-left: 2px solid #5C337F !important;
}

.container-bordered-magenta {
    border: 2px solid #CF2277;
}

.table {
    width: 100%;
    color: #5C337F !important;
}

tr.header th {
    color: #CF2277;
!important;
}

tr.body td {
    color: #5C337F !important;
}

.table-violet {
    color: #5C337F !important;
}


/*
.btn-close {
    border: none;
    background: none;
    color: #5C337F;
    text-align: center;
    vertical-align: middle;
}*/
.invalid-tooltip {
    background-color: white !important;
    color: #5C337F !important;
    border: 1px solid #5C337F;
}

.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #5C337F;
    background-color: white;
}
