#idt-footer-container {
	background-color: #f6f6f6;
}

#idt-footer {
	position: relative;
	padding-top: 13rem;
}

#idt-footer-menu .hs-menu-wrapper > ul {
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

#idt-footer-menu .hs-menu-wrapper > ul > li:first-child {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / 3;
}

#idt-footer-menu .hs-menu-wrapper > ul > li:first-child > ul {
	display: flex;
	flex-flow: column;
}

#idt-footer-menu a {
	max-width: 150px;
	letter-spacing: 0.5px;
	color: #28568b;
}

#idt-footer-menu li.hs-menu-depth-1 > a {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1.6rem;
  cursor: default;
}

#idt-footer-menu li.hs-menu-depth-2 > a {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

#idt-footer-menu li.hs-menu-depth-2 > a:hover {
	color: #00AcE5;
}

/*#idt-footer .idt-roll {
	content: '';
	position: absolute;
	width: 18rem;
	height: 18rem;
	top: 0;
	left: 3.5rem;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-image: url("https://f.hubspotusercontent30.net/hubfs/6548689/INT20001-icon-boussole-cadre-footer.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	--rotate: 0deg;
}

#idt-footer .idt-roll::after {
	content: '';
	position: absolute;
	width: 6.5rem;
	height: 6.5rem;
	top: 5.75rem;
	left: 5.75rem;
	-webkit-transform: rotate(var(--rotate));
	    -ms-transform: rotate(var(--rotate));
	        transform: rotate(var(--rotate));
	background-image: url("https://f.hubspotusercontent30.net/hubfs/6548689/INT20001-icon-boussole-fleche-footer.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}*/

#idt-footer-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-top: 6.5rem;
}

#idt-footer-contact > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-bottom: 4rem;
}

#idt-footer-contact p {
	margin-right: 3rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.5px;
	color: #28568b;
	text-transform: uppercase;
}

#idt-footer-contact .default-cta {
	margin-right: 8.5rem;
}

#idt-footer-contact > div:nth-child(2) > a {
	display: block;
	width: 3.5rem;
	height: 3rem;
	-webkit-mask-size: contain;
	        mask-size: contain;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	background-color: #00AcE5;
	margin-right: 3rem;
}

#idt-footer-contact > div:nth-child(2) > a:hover {
	background-color: #28568b;
}

#idt-footer-contact > div:nth-child(2) > a[href*='twitter'] { -webkit-mask-image: url('https://cdn2.hubspot.net/hubfs/6548689/INT20001-icon-Twitter.svg'); mask-image: url('https://cdn2.hubspot.net/hubfs/6548689/INT20001-icon-Twitter.svg'); }
#idt-footer-contact > div:nth-child(2) > a[href*='linkedin'] { -webkit-mask-image: url('https://cdn2.hubspot.net/hubfs/6548689/INT20001-icon-LinkedIn.svg'); mask-image: url('https://cdn2.hubspot.net/hubfs/6548689/INT20001-icon-LinkedIn.svg'); }
#idt-footer-contact > div:nth-child(2) > a[href*='youtube'] { -webkit-mask-image: url('https://f.hubspotusercontent30.net/hubfs/6548689/INT20001-icon-youtube(1).svg'); mask-image: url('https://f.hubspotusercontent30.net/hubfs/6548689/INT20001-icon-youtube(1).svg'); }

#idt-footer-contact .default-cta a::before {
	content: '';
	background-image: url('https://www.interdata.fr/hubfs/Interdata%20website/Icons/blue-INT20001-icon-Phone.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 2rem;
	width: 2rem;
	margin-right: 0.7rem;
	vertical-align: sub;
}

@media (min-width: 1441px) { #idt-footer-container .wrapper { max-width: 194rem; } }

@media (max-width: 768px) {
	#idt-footer{
		padding-top: 5rem;
	}
	#idt-footer-menu .hs-menu-wrapper > ul > li:first-child {
		grid-row: initial;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / 3;
	}
	#idt-footer-menu .hs-menu-wrapper > ul {
		display: flex;
		flex-flow: column;
		justify-content: center;
		text-align: center;
	}
	#idt-footer-contact > div { margin-bottom: 1.5rem; }
	#idt-footer-contact .default-cta { margin-right: 0; }
	#idt-footer-contact > div:nth-child(2) > a {
		width: 2.5rem;
		height: 2rem;
		margin: 1rem 1.5rem;
	}
	#idt-footer-menu a{
		max-width: unset;
	}
}

@media (max-width: 480px) {
	#idt-footer-contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#idt-footer-contact > div { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
	#idt-footer-contact > div > :not(a) {
		width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		margin: 0 0 2rem;
		text-align: center;
	}
}
{# ---------------------------------------- REBRAND ---------------------------------------- #}
.idt-footer-container--rebrand#idt-footer-container {
	padding-top: 8rem;
	padding-bottom: 2.4rem;
	background-color: #F2F6F8;
}

.idt-footer-container--rebrand > .wrapper {
	justify-content: space-between;
}
@media (max-width: 768px) {
	.idt-footer-container--rebrand > .wrapper {
		flex-wrap: wrap;
		gap: 32px;
	}
}

.idt-footer-container__col {
	flex-direction: column;
}

.idt-footer-container__col--toolbox {
	width: calc((100% / 12) * 3);
	max-width: 28rem;
}
@media (max-width: 768px) {
	.idt-footer-container__col--toolbox {
		width: 100%;
		max-width: 100%;
	}
}

.idt-footer-container__logo-link,
.idt-footer-container__caption {
	margin-bottom: 1.6rem;
}

.idt-footer-container__logo {
	display: block;
}

.idt-footer-container__caption {
	color: #252E5A;
	opacity: 0.7;
	font-size: 1.6rem;
	line-height: 1.4;
}

.idt-footer-container__socials-list {
	gap: 2rem;
	margin-bottom: 2.8rem;
}
.idt-footer-container__socials-link {
	display: flex;
	width: 4rem;
	height: 4rem;
	color: #28568B;
}
.idt-footer-container__socials-link svg {
	display: block;
	height: 2.7rem;
	margin: auto;
	width: auto;
	fill: currentColor;
}

.idt-footer-container__col--menu {
	width: calc((100% / 12) * 8);
}

@media (max-width: 768px) {
	.idt-footer-container__col--menu {
		width: 100%;
	}
}

.idt-footer-container__contact-title {
	font-size: 2rem;
	line-height: 1.3;
	color: #27568B;
	margin-bottom: 1rem;
	font-weight: 700;
}

.idt-footer-container__contact-address,
.idt-footer-container__contact-address > *{
	font-size: 1.6rem;
	line-height: 1.4;
	color: #252E5A;
	opacity: 0.7;
}
.idt-footer-container__contact-address {
	margin-bottom: 2rem;
}

.idt-footer-container__menu-listing {
	flex-wrap: wrap;
	gap: 2rem;
}

.idt-footer-container__menu-item--1 {
	width: calc((100% / 4) - (2rem / (4/3)));
}
@media (max-width: 768px) {
	.idt-footer-container__menu-item--1 {
		width: 100%;
	}
}

.idt-footer-container__menu-sublisting {
	flex-direction: column;
	gap: 1.6rem;
}

.idt-footer-container__menu-item--custom > .idt-footer-container__menu-sublisting {
	gap: 3.2rem;
}

.idt-footer-container__menu-item--1 > .idt-footer-container__menu-label,
.idt-footer-container__menu-item--custom .idt-footer-container__menu-item--2 > .idt-footer-container__menu-link,
.idt-footer-container__menu-item--custom .idt-footer-container__menu-item--2 > .idt-footer-container__menu-label {
	display: block;
	color: #27568B;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 1.6rem;
	opacity: 1;
}

.idt-footer-container__menu-link,
.idt-footer-container__menu-item--2 > .idt-footer-container__menu-label {
	font-size: 1.6rem;
	line-height: 1.4;
	color: #27568B;
	opacity: 0.7;
	transition: opacity 0.2s ease;
}

.idt-footer-container__menu-item:not(.idt-footer-container__menu-item--custom) .idt-footer-container__menu-item--2 > .idt-footer-container__menu-label,
.idt-footer-container__menu-item:not(.idt-footer-container__menu-item--custom) .idt-footer-container__menu-item--3 > .idt-footer-container__menu-label{
	font-size: 1.6rem;
	line-height: 1.4;
	color: #27568B;
	opacity: 0.7;
	transition: opacity 0.2s ease;
}

.idt-footer-container__menu-item--custom .idt-footer-container__menu-item--2 > .idt-footer-container__menu-link {
	margin-bottom: 0;
	transition: color 0.2s ease;
}
.idt-footer-container__menu-item--custom .idt-footer-container__menu-item--2 > .idt-footer-container__menu-link:hover {
	color: #04abe5;
}

.idt-footer-container__menu-link:hover {
	opacity: 1;
}