/** footer2 of index.html */
div.FOOTER2 {
    padding: 10px 10px 0 10px;
    text-align: center;
    background: black;
    color: white;
    font-family: sans-serif;

}

}
.all-logos {
    padding: 10px 0;
}

.all-logos div {
    display: inline-block;
    width: 30%;
    text-align: center;
}
.all-logos div img {
    width: 25%;
    border-radius: 50%;
    padding: 12px;
    HEIGHT: 80px;
    background: white;
}

/****/ 
.footer-contact {
    background: #ccc;
    color: black;
    padding: 28px 0;
    font-weight: bold;
    border-radius: 10px;
}
.footer-contact div {
    display: inline-block;
    width: 30%;
    border-left: 5px solid red;
}



/*  end */
/* menu formation.hml */
    a.formation-navbar {
    padding: 10px 29px;
    margin: 10px;
    font-family: sans-serif;
    font-weight: bold;
    background: #80808094;
    border-radius: 5px;
    color: white;
}
    a.formation-navbar:hover{
        color: white;
        background: black;
    } 
    /** formation.html header */
     *  
  .header {
    margin: 0;
    height: 180px;
    padding: 0;
    margin-bottom: 10px;
    border: 2px solid red;

}
.logo {
    width: 25%;
    float: left;
    height: 100%;
}
.header-text {
    height: 100%;
    width: 50%;
    float: left;
    text-align: center;
    color: red;
    font-family: sans-serif;
}
.header-text h1{
    position: relative;
    top: 50%;
    transform: translateY(-100%);
}
.second-logo {
    width: 25%;
    height: 90%;
    float: left;
    text-align: end;

}


.logo img{  
    width: 250px;
    height: 100%;
  }

.second-logo img {
    width: 250px;
    height: 70%;
    position: relative;
    top: 67px;
}

div.navbar-fomation {
    background: #8080802e;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

/*landing page*/
.p-nous-sommes{
    width: 70%;
    text-align: center;
    font-family: sans-serif;
}
.p-nous-sommes span{
    color: red;
    font-weight: bold;
}
.p-nous-sommes a{
    color: #FFEB3B;
    font-weight: bold;
    text-decoration: none;
    
}
.Expertise{
    width: 900px;
    height: 500px;
}