footer {
  width: 100%;
  background: rgb(159 159 159 / 25%);
  border-top: 4px solid #233871;
  min-height: 200px;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.footer-container {
  max-width: 1170px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.c-items img {
    width: 150px;
    padding: 30px 0;
}

.bx-f {
  font-size: 30px;
  color: #233871;
  cursor: pointer;
  transition: 0.3s ease color;
}

.bx-f:hover {
  color: #ffff;
}

.c-items h3 {
  padding: 10px;
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #233871;
  font-size: 24px;
}

.bxl-facebook,
.bxl-instagram,
.bxl-youtube {
  text-align: center;
  padding-left: 10px;
}
.social-media {
  display: flex;
  align-items: center;
}
.contact-items li {
  padding-bottom: 10px;
  color: rgba(66, 66, 66, 0.6);
}

.contact-items li{
  list-style: none;
}

.contact-items li i{
  margin-right: 10px;
}

.social a {
  background: none repeat scroll 0 0 #B5B5B5;
  border: 2px solid #B5B5B5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  width: 36px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.social a:hover {
  transform: scale(1.15) rotate(360deg);
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
}

.social a i {
  font-size: 16px;
  margin: 0;
  color: #EDEFF1 !important;
}


.facebook{
	background: none repeat scroll 0 0 #1877F2 !important;
	border: 2px solid #1877F2 !important;
}

.web{
	background: none repeat scroll 0 0 #ED1D24 !important;
	border: 2px solid #ED1D24 !important;
}

.tiktok{
    background: none repeat scroll 0 0 #FF0D33 !important;
	border: 2px solid #FF0D33 !important;
}

.instagram{
    background: none repeat scroll 0 0 #FF6A13 !important;
	border: 2px solid #FF6A13 !important;
}

@media (max-width: 890px) {
  .footer-container {
    justify-content: left;
    padding: 10px;
  }
  .c-items:nth-child(2),
  .c-items:nth-child(3) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-items img {
    width: 120px;
  }
}

.pieds{
  background: #233871;
  width:100%;
}

.pieds-container{
  max-width: 1170px;
 
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}

.pieds-container a {
  color:#fff;
  text-decoration: none;
}