footer > div {
    width: 100%;
    position: relative;
    float: left;
}

footer > div#footer-newsletter{
    height: 110px;
}
footer > #bandeau_energie{
    height:    175px;
    line-height:  175px;
    font-size: 38px;
    font-family: "Oswald";
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
footer > #bandeau_energie > div.background{
    position: absolute;
    height: 175px;
    width: 100%;
    top: 0px;
    z-index: -1;

}
footer > #bandeau_energie > div.background > div{
    background-repeat: no-repeat;
    position: relative;
    width: 50%;
    height: 175px;
    background-color: #d8e0e2;
}

footer > #bandeau_energie > div.background > div.home{
    background-image: url('/bundles/sicaeoisecoretheme/images/home.png');
    background-size: auto 175px;
    float: left;
    background-position: left bottom; 
}
footer > #bandeau_energie > div.background > div.car{
    background-image: url('/bundles/sicaeoisecoretheme/images/car.jpg');
    float: right;
    background-size: auto 175px;
    background-position: right bottom; 
}






footer > div#footer-newsletter > div.row > span{
    line-height: 104px;
    margin-top: 36px;
    margin-bottom: 31px;
    -ms-flex: 0 0 74%;
    flex: 0 0 74%;
    -ms-flex-order: 1;
    order: 1;
    font-size: 36px;
    font-family: "Oswald";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}

footer > div#footer-newsletter > div.row > a{
    margin-top: 32px;
    float: right;
}
footer > div#footer-newsletter > div.row > a > button{
    height: 50px;
    width: 290px;
}


footer > div#footer-contact > div{
    height: 194px;
}

footer > div#footer-contact .logo > img{
    max-height: 150px;
}
footer > div#footer-contact > div.row > div {
    float: left;
    /*width: 50%;*/
    position: relative;
    font-size: 18px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 1;
}
footer > div#footer-contact > div.row > div.contact > div{
    width: 50%;
    float: left;
    position: relative;
}

footer > div#footer-contact > div.row > div:only-child {
    margin: 0 auto;
}
footer > div#footer-contact > div.row > div.contact > div.logo {
    text-align: center;
}
footer > div#footer-contact > div.row > div.contact > div.adresse {
    text-align: left;
}


footer > div#footer-contact > div.row > div.contact{
    margin-top: 28px !important;

}
footer > div#footer-contact > div.row > div.contact > div.adresse > span{
    width: 100%;
    float: left;
    position: relative;
}
footer > div#footer-contact > div.row > div.contact > div.adresse > span.name{
    font-weight: bold;
    text-transform: uppercase;

}
footer > div#footer-contact > div.row > div.contact > div.adresse > span:nth-child(2),
footer > div#footer-contact > div.row > div.contact > div.adresse > span.tel{
    margin-top: 20px;

}

footer > div#footer-contact > div.row > div#recrutement{

    /*margin-left: 11%;*/
    width: 39%;
    float: right;
}
footer > div#footer-contact > div.row > div#recrutement > div{
    width: 50%;
    float: left;
    position: relative;
    height: 194px;
}

footer > div#footer-contact > div.row > div#recrutement > div:nth-child(1) > span,
footer > div#footer-contact > div.row > div#recrutement > div:nth-child(1) > a > button{
    width: 80%;
    margin-left: 14px;
    float: left;
    position: relative;
}
footer > div#footer-contact > div.row > div#recrutement > div:nth-child(1) > span:nth-child(1){
    margin-top: 36px;
    font-size: 18px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.778;
    text-transform: uppercase;
}

footer > div#footer-contact > div.row > div#recrutement > div:nth-child(1) > span:nth-child(2){
    margin-top: 35px;
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
}
footer > div#footer-contact > div.row > div#recrutement > div:nth-child(1) > a > button{
    margin-top: 20px;
    padding-left: 5px;
    font-size: 14px;
    color: white;
}


/* footer > div#footer-contact > div.row > div#recrutement:nth-child(2){
    width: 40%;
    text-align: center;
} */


footer > div#footer-menu{
    float: left;
}

footer > div#footer-menu > div.row{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
footer > div#footer-menu > div.row > nav  {

    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}
footer > div#footer-menu > div.row > nav > ul{

    margin: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    text-align: center;
}
footer > div#footer-menu > div.row > nav > ul > li{
    /*     float: left;
        position: relative; */
    margin: 22px 6px;
    padding: 0px;
    display: inline-block;
    list-style-type: none;

}
footer > div#footer-menu > div.row > nav > ul > li > a {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.286;
}

footer > div#footer-copyright{

    background-color: #e5e5e5;
    float: left;
    position: relative;
}

footer > div#footer-copyright > div.row > div.left > span{
    margin: 22px 10px;
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(87, 87, 87);
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}
footer > div#footer-copyright > div.row > div.left > span > a {
    color: rgb(87, 87, 87);
    font-size: 14px;

}
footer > div#footer-copyright > div.row > a.right{
    float: right;
    position: relative;
    text-align: right;

}
footer > div#footer-copyright > div.row > a.right > span:nth-child(2){
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(115, 99, 87);
    line-height: 50px;
    text-align: right;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
footer > div#footer-copyright > div.row > a.right > span.arrow{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
}
footer > div#footer-copyright > div.row > a.right > span.arrow > svg{
    margin-top: 10px;
    text-align: center;
    margin-left: 12px;
    width: 26px;
    height: 30px;
}




