
/* COULEURS */

.name {
   color: #fff; 
}

.slogan {
    color: #999;
}

header {
    color: #fff ;
    background: #111;
}

a {
    color: #888;
}

a:hover, a:focus {
    color: #888;
}

/* BANNIERE */

.banner {
    background: url('../images/entreprise.jpg') center center;
}





/* CSS */ 

.name {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
}

.slogan {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 1100px;
    margin: auto;
    margin-top: 40px;
}

.banner {
    min-height: 40px;
    height: 35vh;
    max-height: 800px;
    
    background-repeat: no-repeat;
    background-size: cover;
}
footer {
    background: #eee;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 15px;
}

footer p {
    margin-bottom: 0;
    font-size: 90%;
}

.footer_logo {
    text-align: center;
    margin-top: 50px;
}

.footer_logo .item {
    display: inline-block;
    padding: 5px;
}

.footer_logo .item img {
    height: 60px;
    width: auto;
}

.gallery {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.gallery .col {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}


.logo {
    height: 75px;
    width: auto;
}

.coordonnees .item {
    display: inline-block;
    margin-right: 10px;
}
.coordonnees .item a {
    vertical-align: middle;
}
.picto {
    height: 20px;
    width: auto;
}

.h1, h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 560px){
    
    .name {
        font-size: 2.5rem;
    }
    .logo {
        height: 115px;
        width: auto;
    }
}



@media (min-width: 768px){
    
    .entete .bloc1, .entete .bloc2 {
        display: inline-block;
    }
    .entete .bloc1 {
        float: left;
    }
    
    .entete .bloc1 {
        padding-right: 15px;
    }
    
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        text-transform: uppercase;
        font-size: 95%;
        font-weight: 500;
        letter-spacing: 0.03em;
    }
}
