@media only screen and (max-width: 1024px) {
.topMenu {
    order:2
}
header .headerInfos {
    order:1;
        padding-left: 0;
    margin-left: 0;
    border-left: 0;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #fff;
}
.hc-nav-trigger {
    position: relative;
    top: auto;
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
  
    background: #fff;
   border-radius: 2px;
   width: 36px;
}
.hc-nav-trigger span::before {
    width: 30px;
}
.hc-nav-trigger span::after {
    width: 26px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 50px;
}
.footerMenu {
    margin-top: 50px;
    justify-content: center;
    width: 100%;
}
.footerMenu ul li a {
    font-size: 18px;
}
footer .social-wrapper {
    width: 100%;;
}
footer .social-wrapper a{
    display: flex;
    justify-content: center;
    width: 100%;
}
footer .social-wrapper a + a {
    margin-left: 0 !important;
    margin-top: 20px;
}
.referenceGallery a {
        width: calc(100% / 3);
}
.footerMenu ul {
    flex-direction: column;
}
.footerMenu ul li + li {
    margin-left: 0;
    margin-top: 20px;
}
.copyRight {
    font-size: 14px;
    text-align: center;
}
}
@media only screen and (max-width: 768px) { 
    .referenceGallery a {
        width: calc(100% / 2);
}
	.main-title {
		font-size:18px
	}
	header .headerInfos {
   padding-right:10px;
		margin-right:10px
}
	.cards-wrapper {
		padding:0 20px
	}
}

@media only screen and (max-width: 768px) { 
    .referenceGallery a {
        width: calc(100% / 2);
}
}