/* GENERAL*/
body {
    font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

section {
    padding: 65px 0 80px 0;
}

section .heading{
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.divider{
    width: 100px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.904);
    margin: 0 auto 15px;
}
.divider.white{
    background-color: #000000;
}
/*permet de supprimer les point associes au type liste*/
ul,ol {
    list-style: none;
}

/************************/
/* NAVBAR */
.navbar {
    background-color: #ccc6c6cc;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.904);
}

.navbar-nav{
    margin: 0 auto;
    text-align: center;
}

.nav-link {
    color: #000000 !important;
    margin : 0 7px;
}

.nav-link.active,
.nav-link:hover {
    background-color: #0526e0;
    color: #000000 !important;
}

/************************/
/*HOME*/
#home .button1{
    margin-top: 18px;
}
/*background de la section #home*/
#home {
    background-color: #fff;
}

/*modelage du logo*/
#home .logo{
    text-align: center;
    margin: 30px auto 30px;
    float: none;
}

/*
#home .img-fluid{
    width: 500px;
    height: 400px;
}*/

#home .btn.btn-outline-light.btn-lg.button1 {
    color: #000000;
    border-color: #000000;
    margin-top: 18px;
}

#home .btn.btn-outline-light.btn-lg.button1:hover {
    background-color: #0526e0;
    color: #000;
}

/************************/
/*SERVICES*/
#services .heading h4{
    text-transform: uppercase;
    color: #0526e0;
}

/*background de la section #services*/
#services {
    background-color: #fff;
    text-align: center;
}

#services .heading h2{
    text-transform: uppercase;
    color: #0526e0;
}

#services .services_ {
    text-align: center;
}
#services .btn.btn-outline-light.btn-lg.button2 {
    color: #000000;
    border-color: #000000;
    margin-top: 18px;
}

#services .btn.btn-outline-light.btn-lg.button2:hover {
    background-color: #0526e0;
    color: #000;
}

/************************/
/* À PROPOS */
#about{
    background-color: #ccc6c6cc;
}
#about .heading h2{
    text-transform: uppercase;
    color: #0526e0;
}

#about .p{
    font-size :xx-large;
    font-weight: bold;
}


/************************/
/* WHO */
#who{
    background: #fff;
}
#who .heading h2{
    text-transform: uppercase;
    color: #0526e0;
}

#who .logo{
    margin: auto;
    float: none;
}

/************************/
/* CONTACT */
#contact{
    background: #ccc6c6cc;
    text-align: center;
}
#contact .heading h2{
    text-transform: uppercase;
    color: #0526e0;
}

#contact .p{
    font-weight: bold;
}

/************************/
/* FOOTER */ 

footer {
    background-color: #333;
    padding: 25px 0 40px;
}

footer span {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
}

footer span:hover {
    font-size: 28px;
}

footer h5 {
    color: #fff;
    font-weight: normal;
}