*
{
    -webkit-transition: all .2s ease-in;
    -moz-transition:    all .2s ease-in;
    -ms-transition:     all .2s ease-in;
    -o-transition:     all .2s ease-in;
    transition:         all .2s ease-in;

    font-family: 'Roboto Condensed', sans-serif;
}
html {
    scroll-behavior: smooth
}

.notransition
{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.msg-flash
{
    padding-left: 0;
    padding-right: 0;
}
.msg-flash .alert
{
    border-radius: 0;
}


/************/
/*CUSTOM CSS*/
/************/
hr
{
    margin-top: unset;
}
.wrap-nav
{
    text-transform: uppercase;
    font-weight: bold;
}
.navbar
{
    background-color: white;
    padding: 0;
}
.nav-link
{
    margin-left: 0.8em;
}
.permis_dropdown
{
    padding-top: 0.5em;
    padding-left: 0.7em;
}
.nav-tabs
{
    margin-right: 1rem;
    border-bottom: unset;
    min-width: 18rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.navbar-light .navbar-nav .nav-link
{
    padding-top: 2.5rem;
    height: 98px;
}
.nav-tabs li a
{
    margin-left: 1.4rem;
    color: #e47070;
}
.nav-tabs li.active
{
    color: white !important;
}
.nav-tabs li a.active
{
    color: white;
}
.nav-tabs li a:hover
{
    text-decoration: none;
    color: white;
}
.tabs_menu li
{
     color: #212529;
     font-weight: 400;
     list-style: none;
}
.dropdown-menu
{
    background-color: #d9534f;
    color: #d9534f;
    border-radius: unset;
    margin-top: -0.05rem;
}
.dropdown-item
{
    color: white;
}
.dropdown-item:active
{
    background-color: unset;
}
.fa-search
{
    color: #d9534f;
}
.dropdown-item:hover
{
    background-color: unset;
    color: #732a31;
}
.ml-auto, .mx-auto
{
    background-color: white;
}
.search_icon
{
    margin-top: 2.3rem;
    margin-left: 1.3rem;
}
.fb_logo:hover
{
    color: #4267B2;
}

@keyframes bounceIn {
    0% {
      transform: scale(0.1);
      opacity: 0;
    }
    96%{
         transform: scale(0.1);
         opacity: 0;
    }

    100% {
      transform: scale(1);
    }
  }
  .bounceIn {
    animation-duration: 0s;
    animation-name: bounceIn;
    padding-left: 5%;
    padding-top: 10%;
    color: white !important;
  }
@keyframes presentation_permis{
        0% {
      transform: scale(0.1);
      opacity: 0;
    }
    80%{
         transform: scale(0.1);
         opacity: 0;
    }

    100% {
      transform: scale(1);
    }
  }
  .presentation_permis {
    animation-duration: 1s;
    animation-name: presentation_permis;
    padding-left: 5%;
    padding-top: 10%;

  }
@keyframes image_permis{
        0% {
      transform: scale(0.1);
      opacity: 0;
    }
    80%{
         transform: scale(0.1);
         opacity: 0;
    }

    100% {
      transform: scale(1);
    }
  }
  .image_permis {
    animation-duration: 0.7s;
    animation-name: image_permis;

  }
h1
{
    font-size: 3.5rem;
}
.carousel-caption
{
    bottom: 175px;
    padding: 0%;
}
.carousel-caption h1
{
    text-transform: uppercase;
}
.image_banniere
{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.banniere_accueil
{
    margin: 0 !important;
    padding: 0 !important;
}
.scoot
{
    width: 85%;
}
.ninja 
{
    width: 100%;
}
.accueil_permis
{
    margin-top: 3em;
}
.presentation_permis
{
    padding-top: 3em;
}
.presentation_permis p
{
    color: #a7a9ac;
}
.les_permis
{
    margin-bottom: 7em;
}
.btn-danger
{
    border-radius: unset;
}
.btn-outline-danger
{
    border-radius: unset;
}
.btn-outline-light
{
    border-radius: unset;
}
.logo_vehicule
{
    color: #d9534f;
}
.contacter ::placeholder
{
    color: white !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
/*******************************************************************
PAGE NEWS
/****************************************************************/
.titre_page
{
    background-color: rgb(247, 250, 251);
    padding: 30px 0 20px 0;
}
h4
{
    line-height: 0.99;
}

.image_news
{
      width: 100%; /* width of container */
    height: 430px; /* height of container */
    object-fit: cover;
    margin-top: 7%;
}
.titre_news
{
    font-weight: bold;
    margin-top: 5%;
    text-transform: uppercase;
    font-size: 1.875rem;
    color: #3f444a;
}
.badge
{
    margin-right: 0.5rem;
    text-transform: uppercase;
    font-weight: unset;
}
.info_news
{
    justify-content: space-between;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    margin-left: 0rem;
    margin-right: 0rem;
    padding-top: 0.8rem;
    padding-left:0.5rem;
}
.date_news
{
    color:#5c6873 ;
}
.info_news p
{
    font-size: 14px;
}
.article_news
{
    padding: 0!important;
}
.lire_la_news
{
    margin-top: 2.5rem;
    color: #5c6873;
    margin-bottom: 3rem;
}
.categories
{
    text-transform: uppercase;
    font-weight: bold;
    color: #3f444a;
    font-size: 20px;
}
.ligne_separation
{
    border-bottom: 4px solid #d9534f ;
    width: 65px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}
.liste_categorie
{
    list-style: none;
    margin-top: 2rem;
    margin-left: 1rem;
}
.liste_categorie li
{
    margin-top: 0.5em;
    border-bottom: 1px solid #f2f2f2;
}
.fleche
{
      color: #32c5d2;
      margin-right: 0.5em;
}
.hover_cat
{
    color: #5c6873;
}
.hover_cat:hover
{
    color: #32c5d2;
    text-decoration: none;
}
.espace
{
    width: 120%;
}
.description_miniature h5
{
    font-size: 17px;
}
.description_miniature p
{
    font-size: 14px;
}
.autres_posts
{
    margin-left: 2.5rem;
    margin-top: 3rem;
}
.petit_post
{
    border: 1px solid #f2f2f2;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0.8rem;
}
.petit_post:hover
{
    background-color: #d9534f !important;
    color: white;
}
.post_recent
{
    border-bottom: 3px solid #32c5d2;
    width: 7.5em;
}
.liens_autres_posts:hover
{
    text-decoration: none;
}
.liens_autres_posts
{
    color: unset;
}
/**** 
LISTE DES NEWS
/*********/
.barbuttons
{
    margin-top: 7%;
    margin-bottom: 7%;
}
/***************************************
DESCRIPTION DU PERMIS
/***************************************/
.font_red
{
    color: #d9534f !important;
}
.font_red2
{
    color: #d9534f !important;
}
.photo_du_permis
{
    width: 100%;
}
.presentation_permis h4
{
    color: #d9534f;
}
.page_permis
{
     margin-top: 2%;
     padding-bottom: 5%;
}
.theorie_permis
{
    margin-top: 2%;
    padding-bottom: 3%;
}
.descri_pratique
{
    text-align: right;
}

.def_rubrique
{
    color: #a7a9ac;

}
.inscription
{
    color: #a7a9ac;
    font-weight: bold;
}
.theoria
{
    border: 0;
    background-color: #d9534f;
    width: 5rem;
    height: 0.3rem;
    text-align: left;
    margin-left: 2.1rem;
}
.pratika
{
    border: 0;
    background-color: #d9534f;
    width: 5.7rem;
    height: 0.3rem;
    margin-right: 0;
    
}
.sous_titre_permis_prat
{
    text-align: right;
}
.all_pratique_moto
{
    text-align: right;
}
.all_pratique_moto h4
{
    color: #d9534f;
}
.all_theori_moto h4
{
    color: #d9534f;
}
.table th
{
    color: #d9534f;
}
.table td
{
    color: #a7a9ac;
}

/*******************************************************************************
FOOTER
/************************************************************************/
footer
{
    background: url("../img/footer.jpg") ;
    background-size: cover;
}
.form-control
{
    background-color: transparent;
    border-radius: unset;

}
.white
{
    background-color: transparent;
    color: white;
    border-radius: unset;
    border: 1px solid white;
}
.descri_footer
{
    font-size: 15px;
    color: white;
    margin-top: 1rem;
}
.adresse_footer
{
    color:#a7a9ac;
    font-size: 15px;
}
.partie_gauche
{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.partie_droite
{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.prices
{
    margin-top: 2rem;
}
.partie_droite h3
{
    color: white;
}
.submit
{
    background-color: transparent;
    border: 2px solid #d9534f;
    border-radius: unset;
    color: #d9534f;
}
.submit:hover
{
    color: black;
    background-color: #d9534f;
    border: 2px solid #d9534f;
}
.btn-outline-light:hover
{
      color:#d9534f;
}
.contacter
{
    margin-left: 1rem;
}
.logo_fb
{
    color: black !important;
}
.logo_fb:hover
{
    color: #d9534f !important;
    color: unset;
}
.logo_fb:hover
{
    color: #d9534f;
}
/***********************************************************************
PAGE AGENCES
/****************************************************************/
.adresse_agence
{
    text-align: center;
    line-height: 0.7;
    padding-top: 5rem;
}
.notre_agence
{
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.adresse_agence
{
    background-color: #f7f7f7;
    padding: 4rem 0.5rem 4rem 0.5rem ;
}
.towncity
{
    color: #d9534f;
    font-weight: bold;
    text-transform: uppercase;
}
.framap
{
    padding: 0;
}
/***************************************************************************************
INSCRIPTIONS
/**************************************************************************************/
.inscrivez_vous
{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
/*************************************************************************************
CALENDRIER
/***************************************************************************************/
.calendrier_cours
{
    margin-top: 2rem;
}
.no_calendrier
{
    margin-top: 3rem;
    min-height: 38vh;
}
/*MEDIA QUERIES*/
/***************/
@media screen and (min-width: 768px) {
    .dropdown-toggle{
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
        margin-bottom: 0;
    }
    .google_cart
    {
        display: none;
    }
    .search_mobile
    {
        display: none;
    }
   
}
@media screen and (max-width: 790px){
    .carousel-caption h1
    {
        font-size: 2.4rem;
    }
    .mobile
    {
        flex-direction: column-reverse;
    }
    .house_button
    {
        margin-top: 0.3rem;
    }
    .contacter
    {
        margin-left: 0;
    }
    .navbar-light .navbar-nav .nav-link
    {
        height: 45px;
        padding: 0;
    }
    .license_button
    {
        margin-left: 0 !important;
    }
    .autres_posts
    {
        margin: 0;
    }
    .petit_post
    {
        border: unset;
        text-align: center;
    }
    .petit_post img
    {
        width: 60%;
    }
    .lefooter
    {
        flex-direction: column-reverse;
    }
    .ml-auto, .mx-auto
    {
        margin-top: 1.71rem;
    }
    .carousel_news
    {
        padding: 0;
        margin: 0;
    }
    iframe
    {
        display: none;
    }
    .adresse_agence
    {
        line-height: unset;
    }
    .fa-search
    {
        margin-left: 3rem;
    }
    .search_icon
    {
        display: none;
    }
    .notre_agence
    {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}