
#footer-copyright-content {
    max-width:100%;
	margin-top: -2px;
    height:70px;
	background:#313a3a;
	position: relative;
    bottom: -2px;
	overflow: hidden;
	font-family:times new romain;
	padding:0 10px;
	
	
	
	
}
#logo-footer {
    width:50px;
    height:50px;
    float:left;
    margin:6px 30px 0 0;
    
}

#text-address {
    float:left;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    margin:28px 10px 0 0;
	
}

#text-addresse {
    float:left;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    margin:28px 10px 0 0;
}
#nav-footer {
    float:left;
    margin:20px 0 0 0;
    list-style:none;
    font-size:12px;
    font-weight:normal;
	margin-bottom:10px;
	text-align:center;
}
#footer-copyright-content p{
		  line-height:0;
		  margin-left :40px;;
	  }

#nav-footer li {
    float:left;
    height:15px;
    border-left:1px solid #fff;
    padding:0 10px;
}
#nav-footer li a {
    color:#fff;
    text-decoration:none;
	cursor:pointer;
}
#nav-footer li a:hover {
    text-decoration:underline;
}
#text-copyright {
    float:right;
    font-size:12px;
    color:#fff;
    margin:28px 0 0 0;
}
	  
	  .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width:15%;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: white;
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: black;
}
.version{
	float:right;
	font-size:10px;
	color:#f2f2f2;
}
.slogan{
	text-align:center;
	color:#9e9e9e;
	font-weight:italic;
}

	  
	  @media (max-width: 1080px) {
#logo-footer {
    display:none;
		}
#text-addresse {
	text-align:center;
	font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 28px 10px 0 0;
	width:100%;
}
#text-address {
	
}
#nav-footer {
	width:100%;
}
#text-copyright {
    font-size:12px;
    color:#fff;
    margin:28px 0 0 0;
	display:none;
  		
	  }
	  #footer-copyright-content {
    max-width:100%;
	margin-top: -2px;
    height:130px;
	display :block;
	  }
	  #footer-copyright-content p{
		  line-height:1.8;
		  margin-left :0;
		  margin-top:0;
		  font-weight:normal;
	  }
	  .social-icons {
		  width:100%;
	  }
	  .version{
	float:right;
	font-size:6px;
	color:#f2f2f2;
	
}
.media{
	margin-top :6rem;;
}
	  }
	  
	  @media screen and (min-width: 728px) and (max-width: 1368px) {
  #nav-footer{
	  display:flex;
	  justify-content:center;
	  margin-left: -2rem;
  }
  
}

	  
	  