.footer {
    background: var(--secondary);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    color: white;
    justify-content: space-evenly;
    padding: 40px 20px;
    position: relative;
    padding-bottom: 100px;
}

::selection {
    background: rgba(23, 116, 170, 0.39);
}

.footer h1 {
    font-size: 230%;
    padding: 20px 0px;
}

.map {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text a {
    padding-left: 20px;
    margin-bottom: 6px;
}

.text a:hover {
    color: var(--SecondColor);
}

.dateContact {
    display: flex;
    justify-content: center;

    flex-direction: column;
}


.copyRight {
    background: var(--MainColor);
    border-top: 1px solid rgb(51,70,94);
    width: 100%;
    color: rgba(255, 255, 255, 0.719);
    text-align: center;
    padding: 20px 0px;
}

.logoFooter {
    width: 100px;
    height: 100px;
    background: white;
    display: flex;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
}


@media screen and (max-width: 1800px) {
    .footer {
        padding: 10px;
        justify-content: space-around;
    }


}


@media screen and (max-width: 1450px) {
    .footer {
        padding: 10px;
        justify-content: space-around;
    }

    #map {
        width: 400px;
        height: 300px;
    }
        
}

@media screen and (max-width: 1450px) {
    .footer {
        padding: 10px;
        justify-content: space-around;
    }

    #map {
        width: 400px;
        height: 300px;
    }
        
}


@media screen and (max-width: 1190px) {
    .footer {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    #map {
        width: 450px;
        height: 350px;
    }

    .text, .dateContact {
        display: flex;
        justify-content: center;
       text-align: center;
       padding: 0px;
       margin: 20px 0px;
    }

    .text h1, .dateContact h1 {
        padding-left: 30px;
    }

    .map {
        padding: 0px;
    }
        

}


@media screen and (max-width: 850px) {
    .copyRight {
        padding-left:  100px;
        padding-right: 100px; 
    }

}

@media screen and (max-width: 650px) {
    #map {
        width: 350px;
        height: 250px;
    }

    .footer h1 {
        font-size: 230%;
    }

    .copyRight {
        padding-left:  50px;
        padding-right: 50px; 
    }
}


@media screen and (max-width: 650px) {
    #map {
        width: 350px;
        height: 250px;
    }

    .footer h1 {
        font-size: 230%;
    }

    .copyRight {
        padding-left:  50px;
        padding-right: 50px; 
    }
}


@media screen and (max-width: 550px) {

    #map {
        width: 100%;
        height: 250px;
    } 
}


/* seo bar */

.tickerwrapper {
    /* the outer div */
    
    position: relative;
    top:0px;
    padding: 1px;
    left:0%;
    background: var(--MainColor);
    color: white;
    width: 99.9%;
    overflow: hidden;
    cursor: pointer;
    z-index: 100;
    font-size: 20px;
    height: 30px;
   
  }
  
  ul.list {
    position: relative;
    display: inline-block;
    list-style: none;
    padding:0;
    margin:0;
  }
  
  ul.list.cloned {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  
  ul.list li {
    float: left;
    padding-left: 20px;
  }



  @media screen and (max-width: 850px) {
    .tickerwrapper {

        padding: 3px;

    }
}




