/*----------------FONTS--------------------*/
@font-face {
    font-family: 'Rubik Medium';
    font-style: normal;
    font-weight: 500;
    src: local('Rubik Medium'), url('../assets/fonts/Rubik-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Rubik Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Rubik Regular'), url('../assets/fonts/Rubik-Regular.woff') format('woff');
}
/*----------------GENERAL--------------------*/
body {
    background-color: white;
}
*{
    font-family: 'Rubik Regular', sans-serif;
    font-weight: 400;
    color: #3B435F;
}
h1, h2, h3, span#nbrpart, span#spart {
    color: #143CC8;
    margin-bottom: 25px;
}
section#accueil, section#partenaires, section#inscription, section#infos {
    scroll-margin-top: 250px;
}
span.tag {
    text-transform: uppercase;
    font-family: 'Rubik Medium', sans-serif;
    font-weight: 500;
    color: white;
    border-radius: 3px;
}
span.bgMauve{
    background-color: #8C193B;
}
span.rouge {
    color: #dc3545 !important;
}
span.bgBleuClair{
    background-color: #00AEEF;
}
section#infos, section#inscription{
    margin-bottom: 70px;
}
/*-----------------------------MENU---------------------------*/
.navbar-light {
     background-color: white;
     border-bottom: 1px solid lightgray;
    padding: 15px 0;
 }
img#logoucm{
    max-width: 280px;
}
nav.sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
}
div.menu-simple ul li a.inscription, button.inscription, section#vcard button.btn-primary {
    border-radius: 6px;
    border: 1px solid #143CC8;
    color: white;
    background-color: #143CC8;
    padding: 5px 10px !important;
    transition: 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-property: box-shadow, background-color, border-color, -webkit-box-shadow;
}
div.menu-simple ul li a.inscription:hover, button.inscription:hover, section#vcard button.btn-primary:hover {
    color: #143CC8;
    background-color: white;
    border: 1px solid #143CC8;
    box-shadow: 0 23px 49px -22px rgba(25,34,67,0.46);
}
/*-----------------------------ACCUEIL---------------------------*/
section#accueil div.banner {
    width: 100%;
    height: 350px;
    background-color: #EAF2FE;
}
section#accueil p {
    padding: 50px 25px;
    font-size: 24px;
    line-height: 40px;
    color: #143CC8;
    text-align: left;
}
/*-----------------------------INFOS---------------------------*/
section#infos {
    max-width: 100%;
}
.bleuclair{
    background-color: #00b388;
}
section#infos .container.bleuclair{
    padding: 50px;
    border-radius: 0 25px 25px 0;
    font-size: 18px;
    line-height: 30px;
}
section#infos .row {
    background-color: #00a17a;
    margin: 10px 0;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
section#infos .row div, section#infos .row div strong {
    font-size: 20px;
    padding: 15px 25px;
    color: white;
}
section#infos h2{
    color: white;
}

/*-----------------------------PARTENAIRES---------------------------*/
section#partenaires {
    border-radius: 25px;
    width: 100%;
    margin: 25px auto 75px auto;
}
section#partenaires h2{
    color: #143CC8;
    margin-bottom: 0;
    padding-top: 50px;
    text-align: center;
}
section#partenaires div.row{
    flex-wrap: wrap;
    gap: 50px;
    padding: 25px 50px 50px 50px;
}
section#partenaires .partenaire {
    background-color: white;
    color: #143CC8;
    border-radius: 25px;
    display: flex;
    min-height: 200px;
    box-shadow: 0 20px 40px 0 rgba(25,34,67,0.2);
}
section#partenaires .partenaire a{
    display: flex;
    margin: 5px auto;
}
section#partenaires .partenaire img {
    min-width: 230px;
    max-width: 100%;
    margin: auto;
    display: block;
}
/*-----------------------------FORMULAIRE---------------------------*/
section.formulaire .form-floating > label {
    left: 10px;
    color: #143CC8;
}
section.formulaire h3 {
    margin: 25px 0 12px 0;
}
section.formulaire h3.coord {
    margin: 15px 0 20px 0;
}
section.formulaire h5 {
    margin: 15px 0 12px 0;
}
section.formulaire hr {
    border-color: #143CC8;
}
section#inscription button {
    margin: 10px auto;
    font-size: 20px;
    display: block;
}
section#inscription, section#vcard {
    background-color: #EAF2FE;
    padding: 35px;
    border-radius: 25px;
}
section.formulaire .form-floating > input, section.formulaire .form-floating > select {
    border: none;
}
section.formulaire .form-floating > input.is-invalid {
    border: rgba(220, 53, 69, 1) 2px solid;
}
section#inscription h2 {
    font-family: 'Rubik Medium', sans-serif;
    font-weight: 500;
}
p.prix, p.soustotal {
    color: #143CC8;
    font-size: 16px;
}
span#totaltvac {
    color: grey;
    font-size: 14px;
}
p.prix > span#total, p.soustotal > span#soustotal{
    font-family: 'Rubik Medium', sans-serif;
    font-weight: 500;
    font-size: 20px;
}
/*-----------------------------CONTACT/VCARD---------------------------*/
section#vcard {
    margin-top: 50px;
}
section#vcard div.row{
    gap: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section#vcard h1 {
    font-family: 'Rubik Medium', sans-serif;
    font-weight: 500;
}
section#vcard p {
    background-color: white;
    min-width: 100%;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
}
img.ucm {
    max-width: 350px;
    width: 80%;
    margin: 50px auto 25px auto;
    display: block;
}
section#vcard button.btn-primary {
    margin: 35px auto 0 auto;
    display: block;
}
span.bleu {
    color: #143CC8;
    font-family: 'Rubik Medium', sans-serif;
    font-weight: 500;
}
/*-----------------------------FOOTER---------------------------*/
footer{
    background-color: white;
    border-top: 1px solid lightgray;
    padding: 25px 0;
}
footer .row{
    padding: 15px;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}
footer a {
    color: #08258b;
    text-decoration: none;
}
footer a:hover {
    color: #00aeef;
}
footer img{
    max-width: 250px;
    margin-bottom: 10px;
}
/*---------------------------MEDIA QUERIES---------------------------------*/
@media screen and (max-width: 360px){
    section#partenaires .partenaire img {
        min-width: 190px;
    }
    img#logoucm{
        max-width: 200px;
    }
}
@media screen and (max-width: 400px) {
    section#infos .row div, section#infos .row div strong {
        padding: 10px;
    }
}
@media screen and (min-width: 600px) {
    br.onlymobile {
        display: none;
    }
}
@media screen and (min-width: 800px) {

}
@media screen and (min-width: 1000px) {
    section#vcard p {
        min-width: 35%;
    }
    section#accueil, section#programme, section#inscription, section#infos {
        scroll-margin-top: 100px;
    }
    footer .row {
        justify-content: center;
    }
}
@media screen and (min-width: 1400px) {
    section#infos .row {
        width: 75%;
    }
}