
/* Navbar */

/* #navbarMelrond{ */
	
	/* background-color: #ffff66; */
/* } */


.nav>li>a
{
   color: rgb(233, 10, 14);
}

.nav>li>a:hover,
.nav>li>a:focus {
   background-color: #EBC43A;
   color: rgb(233, 10, 14);
}

.gauche{
    float: left;
    clear:left;
}

.right{
    
        float: right;
        width: 45%;
        margin-left: 10px;
    }

    .hideMobile {
        margin-top: 20px;
    }

        .gmap{
            width: 400px;
            height: 400px;
        }

@media only screen and (max-width: 1200px) {
    .hideMobile {
        display: none;
    }
    .imgMobile{
        width: 100%;
        height: 100%;
        float: none;
    }
    #gmap_canvas{
        width: 300px;
        height: 300px;
    }
}

.prix{
    color :red;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 35px;
}

.prix-moins{
    color :red;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 27px;
}

.card{
    margin-bottom: 8px;
}


.description{
    text-align: justify;
    font-family: Cambria;
}

@media only screen and (max-width: 1200px) { 
    
    .description {
        display: none;
    }
}

.btn-pdf{
    float: right;
}

.accueil{
    text-align: justify;
}

.formationTexte{
    color: #6A0000;
    font-size: 20px;
}
.red{
    
    background-color:#4A4A4A;
    color:white;
}
.yellow{
    background-color: #CCCCCC;
}

.grey{
    background-color: #CCCCCC;
}

.lightgrey{
    background-color: #E9E9E9;
}

.heureFormation{
    /* color: #5B4701; */
    color: #886900;
}


.card-test {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: .125rem;
    margin-bottom: 8px;
    box-sizing: border-box;
    margin-left: 4px;
}