*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Fira Sans', sans-serif;
}

body{
    background-color: #c8c8c8;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
/*HEADER*/
/*TOP BAR */
#topbar{
    min-height: 36px;
}
#connect{
    text-align : right;
}

#connect a{
    font-family: 'Fira Sans', sans-serif;
    color: #292828;
}

/*MIDDLE BAR */
#middlebar, .paracreation, #equipe, #position, #pied, #listemotos, #aff_moto, #moto_product
{
    background-color: #292828;
}

#logotextehaut{
    width: 60% !important;
}

#garamondblanclogo
{
    font-family: 'EB Garamond', serif !important;
    font-size: 3em !important;
    color: white;
}

#garamondrougelogo
{
    font-family: 'EB Garamond', serif !important;
    display: block;
    color: red;
    margin-top: -20px;
}

.search-box-wrapper {
    padding-top: 30px;
    margin: auto;
    display: inline-flex;
    font-size: 22px;
}

.search-box-input {
    font-size: inherit;
    border: none;
    border-radius: 0.5em 0 0 0.5em;
    padding: 0.2em 0.5em;
}

.search-box-button {
    font-size: inherit;
    border: 0.2em solid red;
    border-radius: 0 0.5em 0.5em 0;
    background-color: red;
    border-left: 0;
    padding: 0 0.75em;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.search-box-button:hover,
.search-box-button:focus {
    border-color: rgb(182, 0, 0);
    background-color: rgb(182, 0, 0);
}

@media(max-width: 760px){ 
    .search-box-wrapper {
        padding-top: 0px;
        margin-bottom: 15px;
    }
}

.fa-search{
    color:red;
}

.active:hover{
    background-color: rgb(182, 0, 0);
}

.navbar-nav{
    display: flex;
    width: 100%;
}


#menu {
    padding-top:0px;
    padding-bottom:0px;
    min-height: 60px;
}

nav#menu .active{
    background-color:red!important;
}

/*292828 */

#menu a:hover{ 
    background-color:red;
    transition: all 0.5s ease-in;
}

#garamondblanclogo
{
    font-family: 'EB Garamond', serif !important;
    font-size: 3em !important;
    color: white;
}

#garamondrougelogo
{
    font-family: 'EB Garamond', serif !important;
    display: block;
    color: red;
    margin-top: -20px;
}

/*FIN HEADER*/

#zone_flot{
    background-image: url(../images/oldtriumph4.jpg);
    background-size: cover;
    height: 700px;
    background-repeat: no-repeat;
    
}

#oldtriumph h1{
    color: white;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.5em;
    padding-top: 320px;
}

@media(max-width:1200px){
    #oldtriumph h1{
        padding-top: 100px;
    }
}


/*GESTION TITRES DE SECTION*/
.redtitle{
    color: red;
}

.whitetitle, .paracreation{
    color:white;
}

.blacktitle{
    color:black;
}


/*SECTION NOUVEAUTE*/
#new{
    margin-top: -100px;
    background-color: transparent;
}
#new .row {
    background-color: #292828;
}

#new h2{
    font-family: 'EB Garamond', serif;
    font-size: 1.75em;
    text-align: center;
}

#new h3{
    font-family: 'EB Garamond', serif;
    font-size: 1.75em;
    text-align: center;
}

#newimg{
    padding-bottom: 20px;
}

#newdescription{
    padding-left: 30px;
    padding-top: 25px;
    color: white;
    font-family: 'Fira Sans', sans-serif;
    font-size: 0.9em;
}


/*SECTION PHILO*/
#philo h2, #crea h2, #equi h2{
    font-family: 'EB Garamond', serif;
    padding-top: 10px;
    font-size: 1.75em;
    text-align: center;
}

#philosophie{
    color: white;
    font-family: 'Fira Sans', sans-serif;
    margin-top: 30px;
    background-color: #292828;
}

#philoimg{
    width: 500px;
    padding-left: 40px;
    padding-top: 25px;
    margin-bottom: 40px;
}

#proverbe {
    color: white;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
    font-size: 0.8em;
    padding-top: 5px;
    padding-bottom: 10px;
}

.paraequipe, .border-grey{
    background-color:#c8c8c8;
}
/*SECTION CREATION*/

/**/
@media(min-width:1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 960px !important;
    }
}

@media(max-width: 1200px){ 
    #oldtriumph h1{
        top: 510px; left: 30px;
    }
    
    #newimg{
        width : 300px;
    }

    #newimg img{
        width: 100%;
    }

    #philoimg{
        width : 300px;
    }

    #philoimg img{
        width: 100%;

    }

}

.card-list{
    border-radius: 20px;
}

#maCarte{
    height: 400px;
  }

.pagination .page-link {
    background: darkgray!important;
    color: white!important;
}

.page-item.active .page-link {
    background: rgb(182, 0, 0)!important;
    color: #fff!important;
}

