.menu-mb{
    display: flex;
    display: none;
    width: 35px;
    gap: 6.6px;
    flex-direction: column;
}
.menu-mb span{
    transition: all 0.2s ease-in-out;
    height: 2.5px;
    background: #3C3C3B;
    width: 35px;
    display: block;
    border-radius: 2px;
}
.menu-mb.active span:nth-child(1){
    transform: rotate(-45deg) translate(-10px, 10px);
}
.menu-mb.active span:nth-child(2){
    visibility: hidden;
    opacity: 0;
    
}
.menu-mb.active span:nth-child(3){
    transform: rotate(45deg) translate(-2px, -3px);
}
@media screen and (min-width: 1440px) {
    .thumb-actualites{
        min-height: 276px;
		aspect-ratio: 1 / 1;
    }
}
@media screen and (max-width: 1440px) {
    .thumb-pr{
        max-height: 260px;
    }
}
@media screen and (max-width: 1280px){
	.ct-decs{ margin-right: 40px;}
	.actualites-wrap{
        padding: 35px;
		padding-bottom: 75px;
    }
}
@media screen and (max-width: 1024px) {
    .actualites-wrap{
        padding: 30px;
        padding-bottom: 90px;
        height: 100%;
		gap: 0;
    }
	.contact-page-innner {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
    .content-actualites{
        padding-left: 30px;
		width: calc(100% - 285px);
    }
    .ct-decs{
        margin-right: 40px;
        width: 515px;
    }
	.ct-decs .ct-decs-content{
		max-width: 100%;
	}
    .contact-page-innner{
        padding-left: 0;
    }
    .project-box{
        gap: 30px;
    }
    .project-item{
        width: calc((100% - 60px) / 3);
    }
    .box-nav{
        right: calc(calc(calc(100vw - 100%) / 2) + 30px);
    }
    .title-banner{
        right: calc(98px + calc(calc(calc(100vw - 100%) / 2) + 30px));
    }
    .box-info{
    	left: calc(calc(calc(100vw - 100%) / 2) + 30px);
    }
}
@media screen and (max-width: 1023px) {
    .header-right{
        align-items: flex-start;
    }
    .menu-mb{
        display: flex;
    }
    .menu-mb.active{
        height: 23px;
    }
    .site-header-inner{
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .nav-wrap{
        position: absolute;
    }
    .nav-wrap.openning{
        opacity: 1;
        pointer-events: all;
        transform: scaleY(1);
    }
    .nav-wrap {
        position: absolute;
        top: calc(100% - 50px);
        left: 0;
        right: 0;
        background-color: #FFFFFF;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.4) 100%);
        z-index: 2;
        padding: 0;
        opacity: 0;
        pointer-events: none;
        transform: scaleY(0);
        transition: all .3s ease-in-out;
        transform-origin: top center;
    }
    .site-nav ul{
        flex-direction: column;
    }
    .site-nav{
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .site-nav ul li a{
        display: inline-block;
    }
/* 	slider post */
	
}
@media screen and (max-width: 900px) {
    .ct-decs {
        margin-right: 0;
        width: 100%;
    }
	.ct-decs .ct-decs-content{
		max-width: 515px;
	}
    .ct-info{
        width: 100%;
    }
    .contact-page-innner{
        flex-wrap: wrap;
    }
    .project-box{
        gap: 30px;
    }
    .project-item{
        width: calc((100% - 30px) / 2);
    }
    .copyright{
        padding-top: 17px;
    }
    .banner-slider{
        height: calc(100vh - 76.3px);
    }
	.thumb-actualites{
		width: 220px;
	}
	.content-actualites{
		width: calc(100% - 220px);
	}
    
}
@media screen and (max-width: 767px){
    .copyright{
        padding-top: 17px;
    }
    .site-footer{
        padding-top: 70px;
    }
    
    .title-banner{
        padding: 6px 20px;
    }
    .box-nav {
        right: calc(calc(calc(100vw - 100%) / 2) + 20px);
    }
    .title-banner {
        width: calc(100vw - calc(98px + calc(calc(calc(100vw - 100%) / 2) + 20px)));
        right: calc(98px + calc(calc(calc(100vw - 100%) / 2) + 20px));
    }
    .slider-actualites{
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner-slider {
        height: calc(100vh - 64.3px);
		max-height: 714px;
    }
    .title-banner{
        display: flex;
        align-items: center;
    }
		.box-info.open{
		bottom: 40px;
	}
	.actualites-wrap {
/* 		gap: 30px; */
	}
	.thumb-actualites {
		max-width: unset;
	}
}
@media screen and (max-width: 600px) {

	.box-info.open{
        bottom: 60px;
    }
	.box-info {
    	left: 0;
	}
     .sct-actualites {
    	padding-top: 70px;
	}
    .banner-contact{
        min-height: 600px;
    }
    .copyright a, .copyright p{
        text-align: left;
    }
    .title-box{
        max-width: 370px;
        margin-left: -20px;
        padding: 20px;
    }
    .ct-info{
        padding: 20px;
/*         padding-left: 0; */
        gap: 25px;
    }
    .ct-decs{
/*         padding: 20px; */
    }
    .contact-page{
        padding-top: 70px;
        padding-bottom: 0;
    }
    .project-item{
        width: 100%;
    }
    .thumb-pr{
        height: 260px;
    }
    .sct-project {
        padding-top: 70px;
        padding-bottom: 185px;
    }
    .copyright p{
        font-size: 0.778rem;
    }
    .title-home-project{
        margin-bottom: 20px;
    }
    .copyright{
        padding-top: 17px;
    }
    .actualites-wrap{
        flex-wrap: wrap;
    }
	.txt-title{
		margin-top: 30px;
	}
    .thumb-actualites{
        width: 100%;
        aspect-ratio: 1 / 1;
    }
    .content-actualites{
        width: 100%;
        padding-left: 0;
    }
    .title-actualites{
        margin-bottom: 20px;
    }
    .actualites-wrap{
        padding: 20px;
        padding-bottom: 85px;
    }
    .content-actualites p{
        line-height: 1.22rem;
        letter-spacing: -0.2px;
    }
    .home-project{
        padding-top: 68px;
    }
    .meta-pr{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .project-box {
        gap: 20px;
    }
    .cat-pr{
        padding: 6px 8px;
    }
    .slider-actualites .meta-slider{
        bottom: 0 !important;
    }
    .home-project{
        padding-bottom: 185px;
    }
}

@media screen and (max-width: 390px) {
    .thumb-actualites img{
        height: 100%;
        object-fit: cover;
    }
}