.footer {
    padding: 20px 0;
    background: #0d4285;
}
.copyright {
    text-align: center;
    color: #f4f4f4;
    font-weight: 300;
    font-size: 13px;
}
.copyright a{
    color: #f4f4f4;
    text-decoration:underline;
}
.copyright-container {
    margin-top: 5px;
}
.logo-footer {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}
.logo-footer img{
    max-width:100%;
}
.horizontal-footer {
    display: flex;
    padding: 25px 0;
    flex-wrap: wrap;
}
.titres-footer {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.line-cord {
    margin-top: 10px;
    color: #fff;
    border-bottom: 1px solid #1f589f;
    padding-bottom: 3px;
}
.line-cord:last-child {
    border-bottom:0;
}

.intitule-cord {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.txt-cord {
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 22px;
    margin-top: 5px;
}
.txt-cord a{
    color:#fff !important;
}
.footer .FrameMenu {
    height: auto !important;
    width: auto !important;
    margin-top: 20px;
    z-index: 0 !important;
}
.footer .FrameMenu li{
    margin: 0;
    display: flex !important;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #1f589f;
    margin-bottom: 10px;
}
.footer .item-menu {
    padding: 0 !important;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff !important;
    font-size: 14px;
    font-family: 'Proxima Nova' !important;
    text-decoration:none !important;
}
.footer .item-menu.active,.footer .item-menu:hover{
    color: #dadada !important;
}
.footer .item-menu span{
    padding:0 !important;
}
.footer .item-menu .rmToggle{
display:none;
}
.footer .FrameMenu li:nth-child(4),.footer .FrameMenu li:last-child{
    border-bottom: 0;
}
.footer .FrameMenu li:nth-child(5),.footer .FrameMenu li:nth-child(6),.footer .FrameMenu li:last-child{
margin-left:50px;
}
.footer .FrameMenu ul {
    max-height: 185px;
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
}
.footer .rmSlide{
    display:none !important;
}
@media screen and (max-width: 1600px) {
.footer .item-menu {
    font-size: 12px;
}
.txt-cord {
    font-size: 12px;
}
}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1366px) {
.footer .item-menu {
    font-size: 11px;
}
.txt-cord {
}
.right-footer {
    padding: 0;
}
.footer .FrameMenu ul {
    max-height: 155px;
   
}
}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {
.footer .item-menu {
    font-size: 13px;
}
.txt-cord {
    font-size: 12px;
}
.copyright-container {
    margin-top: 0;
}
.right-footer {
    padding: 0 15px;
}
.footer .FrameMenu ul {
    max-height: none;
   
}
.footer .FrameMenu li:nth-child(4){
    border-bottom: 0;
    border-bottom: 1px solid #1f589f;
}
.footer .FrameMenu li:nth-child(5),.footer .FrameMenu li:nth-child(6),.footer .FrameMenu li:last-child{
margin-left:0px;
}
.logo-footer {
    position:relative;
    left: -35px;
}
}
@media screen and (max-width: 991px) {
.horizontal-footer {text-align: center;}
.logo-footer {
    margin-bottom: 50px;
    height: auto;
}
.logo-footer img{
    width:250px;
}
.logo-footer {
    position:relative;
    left:auto;
}
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 500px) {

}