/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);
}

* {
   font-family: 'Plus Jakarta Sans';
}

p {
    font-weight: 300;
}


/* Grille */
body {
    background: url(/tmp/assets/4aa5a8d6/bg_MP.png) fixed bottom left/contain no-repeat !important;
}

.fruity .text-info, .fruity .text-primary, .fruity .text-success {
    color: #040b6e !important;
}

.fruity .btn-primary {
    background-color: #081b85;
    border: 1px solid #050fa1;
}

.fruity .btn-primary:hover {
    background-color: #040b6e;
    border: 1px solid #050fa1;
}

.fruity .btn-check:focus+.btn-primary {
    background-color: #040b6e;
    border: 1px solid #050fa1;
}

.fruity .btn-check:checked+.btn-primary {
    background-color: #fe3202;
    border: 1px solid #c82600;

}

.fruity .progress-bar {
    background-color: #081b85;   
}

.fruity a {
    color: #0c2eed;
}

.fruity .btn-outline-secondary {
    color: #081b85;
    border: 1px solid #050fa1;
}

.fruity .btn-outline-secondary:hover {
    background-color: rgba(4, 11, 110, .1);
    color: #040b6e;
    border: 1px solid #040b6e;
}

.fruity .btn-link {
    color: #0c2eed;
}

/* Création AAP */
.creationAAP {
    padding: 14px;
}

.creationAAP h2 {
    margin-top: 0px;
}