@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Regular.ttf");
    font-weight: normal;
  }
  
  @font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: bold;
  }

.fragment_204 {      
	background-color:#F7F2EF;
.logoub
	{
		width: 100%;
	}
.footer {
		
	  font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #F7F2EF;
    color: #d3d3d3;
    font-size: 80%;
    padding: 5px 0;
	margin:0 auto;
    }
    .footer .ft-item {
    font-size: 1rem;
		padding-left:10px;
			padding-right:10px;
    color: #535758;
    /*margin-top: 30px;*/
    width: 250px;
			flex:1;
    line-height: 1.8rem;
    text-align: left;
			display:flex;
				justify-content:center;
    }
    .footer .ft-item img {
    max-width: 100%;
			display: inline-block;
    }
	.footer .ft-item p{margin-top:revert;}
    
    .footer .ft-item ul,
    .footer .ft-item li {
    margin: 0;
    padding: 0;

    }
    .footer .ft-item li
    {
    display:inline-block;
		list-style-type: none;
    line-height: 25px;
    }
    
    
    
    .footer .ft-item a:hover {
    
    text-decoration: none;
    }
    
    a{
        text-decoration: none;
        color : #535758
    }


    .footerList {
    font-size: 0.8rem;
			
    color: #535758;
    display:flex;
    justify-content:center;
    background: #F7F2EF;
    /*padding: 5px 0;*/
    }
    .footerListOnMobile-item
    {
    font-size: 16px;
    color: #fff;
    justify-content:center;
    align-items:center;
    display:none;
    }
    
    @media (max-width: 420px) {
    .footerList {
    margin-left: 10px;
    display:none;

    }
    .footerListOnMobile-item{
    display:flex;
    }
    }
    
    
    .footer .ft-item-socials img{
    opacity:0.6;
    transition:all 0.2s linear;
    }
    .footer .ft-item-socials img:hover{
    opacity:1;
    }
	.ft-item-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto; /* Make the div take the full screen height */
    width: auto; /* Make the div take the full screen width */
    text-align: center;
    padding:10px;
    color: #ffffff;
    font-family: 'AlongSanss2', sans-serif; /* Use the custom font */
    font-weight: bold; /* Ensure it uses the bold version */
    font-size:1rem;
}
	.ft-item-socials ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* Adjust space between items */
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ft-images{
	display:flex;
		flex:2 !important;
	}
	.ft-img{
    max-width:50%;
    display:flex;
    align-items:center;
}
	
@media (min-width:576px) {
  .footer {
    max-width:540px
  }
}
@media (min-width:768px) {
  .footer {
    max-width:650px
  }
}
@media (min-width:992px) {
  .footer {
    max-width:800px
  }
}
@media (min-width:1200px) {
  .footer {
    max-width:960px
  }
}
@media (min-width:1400px) {
  .footer {
    max-width:1320px
  }
}	

	.ft-item-socials a img:hover{
    transform: scale(1.1); /* Slightly zoom the image */
    filter: brightness(0.8); /* Make the image brighter */
}
.ft-item-title{
    font-weight: bold; /* Ensure it uses the bold version */
}
	.ft-item p{
		font-weight:400 !important;
	}
	@media (max-width: 768px) {
  .footer {
    flex-direction: column;
  }
  .ft-item{
      text-align:center !important;
  }
}
}






html {
    font-size:16px !important;
}

.footer {
    margin-bottom:20px !important;
}

.fragment_204 {
    & .ft-item-socials {
    padding:14px;
}}