.navbar .navbar-nav .btn-primary{
    background-color: #1A91FF;
    border-color: #1A91FF;
    color: white;
    border: 1px solid #1A91FF !important;
}
.formation{
    background-color: #F7F7F7 !important;
}
.card{
    border: none !important; 
    background-color: white !important;
    border-color: white;
    box-shadow: 1px 1px 8px #030a1516;
    margin-bottom: 6% !important;
}
.card .col-md-4 .table-bordered thead th, .card .col-md-4 .table-bordered tbody td{
    border: 2px solid #E5E5E5 !important;
}
.card .col-md-4{
    margin-bottom: 3%;
    margin-top: 2%;
}
.card .col-md-4 h5{
    font-family: 'fontMedium';
    color: #000000;
    font-size: 22px;
    margin-top: 6%;
    margin-bottom: 8%;
    text-transform: uppercase;
}
#hr{
    text-decoration: underline;
    text-decoration-color: #1A91FF;
    text-underline-offset: 10px;
}
.card .col-md-4 table th{
    font-family: 'fontMedium';
    color: #1A91FF;
    font-size: 15px;
    text-align: center;
}
.card .col-md-4 table td{
    font-family: 'fontMedium';
    color: #000000;
    text-align: center;
}
.card .col-md-7{
    margin-bottom: 3%;
    margin-top: 2%;
}
.card .col-md-7 h5{
    font-family: 'fontMedium';
    color: #000000;
    font-size: 22px;
    margin-top: 3%;
    margin-bottom: 8%;
    text-transform: uppercase;
}
/*style formulaire*/
.card .col-md-7  input[type=text], .card .col-md-7  input[type=tel], .card .col-md-7  input[type=email]{
    border-radius: 0px;
    background-color: #E5E5E5;
    border: 0px;
    height: 55px;
    margin-bottom: 16px;
    font-family: 'fontMedium';
    font-size: 15px;
    color: #030a158d;
    outline: none
}
.card .col-md-7  input:focus {
    outline: none !important;
    border:2px solid #1A91FF;
    box-shadow: 0 0 10px #1a1a1b22;
    color: #000000;
}
#flexCheckChecked{
    border-color: #1A91FF ;
    background-color: #1A91FF !important;
    opacity: 5;
}
    .card .col-md-7  .btn-primary{
        background-color: #1A91FF;
        border-radius: 0px;
        border-color: #1A91FF;
        font-family: 'fontMedium';
        font-size: 15px;
        margin-top: 3%;
        margin-bottom: 3%;
        height: 50px;
        width: 200px;
        color: white;
    }
    .card .col-md-7  .btn-primary:hover{
        background-color: #62a3df;
        border-color: #62a3df;
        color: white;
    }
    .alert-danger{
        font-family: 'fontLigth';
        font-size: 17px;
    }
/*------------------------RESPONSIVE DESIGN-------------------------------*/
/*TAILLE TABLETTE PAYSAGE*/
@media (min-width: 769px) and (max-width: 960px) {
    .card .row{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .card .row .col-md-4, .card .row .col-md-7{
        width: 100%;
    }
}
/*TAILLE PHONE*/
@media (max-width: 400px) {
    .card .row .col-md-4 h5, .card .row .col-md-7 h5{
        font-size: 16px !important;
    }
    #hr{
        text-decoration: none !important;
    }
}