.footer-top {
    background: #104c98;
    position: relative;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}
.footer-left h2, .footer-right h2 {
    color: #fff;
    font-size: 34px;
    font-family: Segoe UI;
    font-weight: 100;
    margin: 0;
}
.footer-left h5, .footer-right h5 {
    color: #fff;
    font-size: 16px;
    font-family: Segoe UI;
    font-weight: 100;
    margin: 20px 0 0 0;
}
.footer-left address {
    margin: 40px 0 0 0;
}
.adr em {
    color: #18a0db;
    font-size: 50px;
}
.adr {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
       white-space: normal;
}
.adr:last-child {align-items: flex-start;margin-bottom: 0;}
span.color {
    color: #18a0db;
    font-size: 30px;
    font-family: Segoe UI;
    font-weight: 100;
}

.flexfooter {
    margin-left: 25px;
}

.flexfooter p {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.flexfooter p a {
    color: #fff;
       white-space: normal;
display: block;
}
.flexfooter h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
.adresse {
    font-size: 24px;
    color: #fff;
    font-family: Segoe UI;
    display: block;
    font-weight: 300;
    margin-bottom: 30px;
}
.flexfooter:first-child h2 {
margin-top: 10px;
}
.contenu-premiasoft {
margin-top: 40px;
}
.contenu-premiasoft h2 {
margin-bottom: 20px;
}
.contenu-premiasoft p {
font-size: 16px;
color: #ffff;
text-align: justify;
font-family: 'Open Sans', sans-serif;
}
.footer-middle {
    background: #0b4792;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 60px 0 45px 0;
}
.footer-bottom {
    background: #104c98;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
}
.footer-left {
    padding-left: 0;
}
.footer-right {
    padding-right: 0;
}
p.copyright {
    font-size: 14px;
    color: #fff;
    font-family: Segoe UI;
    display: block;
    font-weight: 100;
}
.form {
margin-top: 30px;
}
.flex-premia { display :flex;align-items: flex-end;}



@media screen and (max-width:991px) {
.footer-left h2, .footer-right h2 {
font-size: 30px;
}
.flexfooter p {
font-size: 25px;
}
span.color {
    font-size: 25px;
}
.adresse {
    font-size: 18px;
}
.adr em {
    font-size: 40px;
}
.contenu-premiasoft p {
    font-size: 14px;
}
}

@media screen and (max-width:991px) {
.flex-premia { display: block;}
.middle-left, .middle-right, .footer-left, .footer-right { padding: 0;}
}


@media screen and (max-width:767px) {
.footer-left h2, .footer-right h2 {font-size: 23px;}
.flexfooter p {font-size: 18px;}
span.color {
    font-size: 20px;
}
.adresse {
    font-size: 18px;
}
.adr em {
    font-size: 40px;
}
.contenu-premiasoft p {
    font-size: 14px;
}
}




