
#footer {
	padding-top: 50px;
	z-index: 101;
}

/*
	FOOTER : BLOG
*/
#footer .container_blog {
	padding-top: 50px;
	padding-bottom: 0px;
}
#footer .container_blog .content50prc:first-child {
	text-align: left;
}
#footer .container_blog .content50prc:last-child {
	text-align: right;
}
.item_blog {
	position: relative;
	display: inline-block;
	width: calc(100% - 15px);
	height: 270px;
	background-color: #fff;
	/*transform: translateY(-270px);*/
	text-align: left;
	/*margin-bottom: -200px;*/
	z-index: 150;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 20px 50px 20px 50px;
	box-shadow: 0 15px 35px rgba(23, 28, 33, 0.1), 0 5px 15px rgba(23, 28, 33, 0.06);
	transform-origin: bottom;
	overflow: hidden;

	margin-top: -270px;
	margin-bottom: 40px;
}
.item_blog .title {}

.item_blog .text {}

.item_blog .date {
	position: relative;
	top: 0px;
	right: 0px;
	font-size: .9em;
	opacity: .5;
}
.item_blog .link {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
/* HOVER */
.item_blog:hover {
	transform: scale(1.02);
	/*transform: translateY(-270px) scale(1.02);*/
}
.patch_padding_blog {
	padding-top: 200px;
}


@media (max-width: 900px) {
	.item_blog {
		display: block;
		height: auto;
		width: 100%;
	}
	#footer .container {
		display: block;
	}
	#footer .container .content50prc {
		width: 100%;
		display: block;
	}
	#footer .container .content50prc:first-child .item_blog {
		margin-bottom: 40px;
		margin-bottom: 300px;
	}
}
@media (max-width: 550px) {

}


/*
	FOOTER : OTHER FEATURES
*/
#footer .container_other_features {
	padding-top: 50px;
	padding-bottom: 0px;
}
#footer .container_other_features .content50prc:first-child {
	text-align: left;
}
#footer .container_other_features .content50prc:last-child {
	text-align: right;
}
.item_other_features {
	position: relative;
	display: inline-block;
	width: calc(100% - 15px);
	height: 250px;
	background-color: #fff;
	/*transform: translateY(-250px);*/
	text-align: left;
	/*margin-bottom: -200px;*/
	z-index: 150;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 30px 8% 30px 8%;
	box-shadow: 0 15px 35px rgba(23, 28, 33, 0.1), 0 5px 15px rgba(23, 28, 33, 0.06);
	overflow: hidden;
	transition: .1s;
	padding-bottom: 50px;

	margin-top: -250px;
	margin-bottom: 40px;
}
.item_other_features .title {
	padding-top: 0px;
	margin-top: 0px;
}
.item_other_features .text {
	margin-bottom: 10px;
}
.item_other_features .icons_content {
	display: flex;
	justify-content: space-between;
	justify-content: space-around;
}
.item_other_features .icons_content .icon_ctn {
	position: relative;
	width: 0px;
	height: 0px;
	padding: 6%;
}
.item_other_features .icons_content .icon_ctn .icon {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.item_other_features .icons_content .icon_ctn .icon svg {
	height: 100%;
	width: 100%;
	fill: #27c469;
}
.item_other_features .icons_content .icon_ctn .icon_title {
	position: absolute;
	height: auto;
	width: 200%;
	left: -50%;
	top: 100%;
	text-align: center;
}
.item_other_features .link {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
/* HOVER */
.item_other_features:hover {
	/*transform: translateY(-250px) scale(1.02);*/
	transform: scale(1.02);
}
.item_other_features:hover .title {
	transform: scale(1.01);
}
.item_other_features:hover .icons_content .icon_ctn:nth-child(1) {
	transform: translateX(-2px);
}
.item_other_features:hover .icons_content .icon_ctn:nth-child(2) {
	transform: translateY(2px);
}
.item_other_features:hover .icons_content .icon_ctn:nth-child(3) {
	transform: translateX(2px);
}

.patch_padding_other_features {
	padding-top: 200px;
}

@media (max-width: 900px) {
	.item_other_features {
		display: block;
		height: auto;
		width: 100%;
		padding-bottom: 80px;
	}
	#footer .container {
		display: block;
	}
	#footer .container .content50prc {
		width: 100%;
		display: block;
	}
	#footer .container .content50prc:first-child .item_other_features {
		margin-bottom: 40px;
	}
	#footer .container .content50prc:first-child .item_other_features {
		margin-bottom: 40px;
		margin-bottom: 300px;
	}
}

@media (max-width: 576px) {
	.item_other_features {
		padding-bottom: 40px;
	}
	.item_other_features .icons_content {
		display: block;
		text-align: left;
	}
	.item_other_features .align_center {
		text-align: left;
	}
	.item_other_features .icons_content .icon_ctn {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding: 0px;
	}
	.item_other_features .icons_content .icon_ctn .icon {
		position: absolute;
		height: 20px;
		width: 30px;
		left: 0px;
		top: 0px;
	}
	.item_other_features .icons_content .icon_ctn .icon_title {
		position: relative;
		height: auto;
		width: calc(100% - 40px);
		left: 35px;
		top: 0px;
		text-align: left;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ' [...]';
	}
	/* HOVER */
	.item_other_features:hover { transform: scale(1.02); }
	.item_other_features:hover .title { transform: scale(1); }
	.item_other_features:hover .icons_content .icon_ctn:nth-child(1) { transform: translateX(0px); }
	.item_other_features:hover .icons_content .icon_ctn:nth-child(2) { transform: translateY(0px); }
	.item_other_features:hover .icons_content .icon_ctn:nth-child(3) { transform: translateX(0px); }
}





/*
	FOOTER : COLUMN
*/
#footer .container_column {
	padding-top: 0px;
	padding-bottom: 20px;
}
.content_column_4x {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content_column_4x .column_footer {
	width: 25%;
}
.content_column_4x .column_footer .title {
	font-size: 1em;
	line-height: 1.6em;
	color: #333;
}
.content_column_4x .column_footer .text {
	margin-bottom: 10px;
}
.content_column_4x .column_footer a.text {
	display: block;
	font-size: 1em;
	color: #333;
}
.content_column_4x .column_footer a.text:hover {
	text-decoration: underline;
}
@media (max-width: 720px) {
	.content_column_4x .column_footer {
		width: 50%;
		margin-bottom: 30px;
	}
}


/*
	APPS STORES
*/
#footer .container_apps_stores {
	/*margin-top: 30px;
	margin-bottom: 30px;*/
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#footer .container_apps_stores .content100prc {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
#footer .container_apps_stores h3.content100prc {
	color: #fff !important;
	font-weight: bold;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores {
	position: relative;
	display: inline-block;
	padding: 15px;
	width: auto;
	cursor: pointer;
	text-align: center;
	border-radius: 50%;
	transition: .1s;
	background-color: transparent;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores:hover {
	background-color: #ffffff;
	text-decoration: none !important;
	border-radius: 10px;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores:hover .name {
	color: #333 !important;
}
#footer .container_apps_stores .content100prc div.buttons_apps_stores {
	cursor: default;
}
/*#footer .container_apps_stores .content100prc .buttons_apps_stores[data-tooltip]:after {
	position: absolute;
	display: inline-block;
	content: attr(data-tooltip);
	height: auto;
	width: auto;
	left: 50%;
	bottom: 100%;
	margin-bottom: 5px;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	background-color: rgba(0,0,0,.9);
	pointer-events: none;
	transform: translateX(-50%) translateY(5px);
	transition: .2s;
	min-width: 165px;
	opacity: 0;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores[data-tooltip]:hover:after {
	opacity: 1;
	transform: translateX(-50%) translateY(0px);
}*/
#footer .container_apps_stores .content100prc .stores_separateurs {
	position: relative;
	display: inline-block;
	width: 1px;
	height: 64px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #7F8FA455;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores .logo {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 8px;
	transition: .1s;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores .logo svg {
	height: 100%;
	width: 100%;
	fill: #fff;
	transition: .1s;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores .name {
	position: relative;
	display: block;
	width: 100%;
	left: 0px;
	margin: 0px;
	color: #333;
	color: #fff;
	text-decoration: none !important;
	transition: .1s;
}
/**/
#footer .container_apps_stores .content100prc .buttons_apps_stores:hover .logo.web svg { fill: #2db8ee; }
#footer .container_apps_stores .content100prc .buttons_apps_stores:hover .logo.macos svg { fill: #2e7de3; }
#footer .container_apps_stores .content100prc .buttons_apps_stores:hover .logo.windows svg { fill: #2e7de3; }
#footer .container_apps_stores .content100prc .buttons_apps_stores:hover .logo.android svg { fill: #55bb3e; }
#footer .container_apps_stores .content100prc .buttons_apps_stores:hover .logo.iphone svg { fill: #000000; }



/* BUTTONS APPS RESPONSIVE */
@media (max-width: 720px) {
    .buttons_apps_stores {
        padding: 10px !important;
    }
    .buttons_apps_stores .logo {
        display: inline-block !important;
        width: 25px !important;
        height: 25px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .buttons_apps_stores .name {
        font-size: .8em !important;
        width: 140% !important;
        left: -20% !important;
    }
    .stores_separateurs { display: none !important; }
}




/*
	APPS STORES
*/
/*#footer .container_apps_stores {
	margin-top: 30px;
	margin-bottom: 30px;
}
#footer .container_apps_stores .content100prc {
	text-align: center;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores {
	position: relative;
	display: inline-block;
	min-width: 9.6875rem;
	width: auto;
	text-align: left;
	font-weight: 400;
	font-size: 0.6875rem;
	padding: 0.4375rem 0.9375rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	text-transform: none;
	cursor: pointer;
	box-sizing: border-box;
	transition: .1s;
	margin-left: 2px;
	margin-right: 2px;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores:hover {
	text-decoration: none;
	transform: translateY(-3px);
	box-shadow: 0 4px 17px rgba(30, 32, 34, 0.35);
}
#footer .container_apps_stores .content100prc .buttons_apps_stores.black {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores.black .logo svg { fill: #fff; }
#footer .container_apps_stores .content100prc .buttons_apps_stores.white {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores.white .logo svg { fill: #000; }
#footer .container_apps_stores .content100prc .buttons_apps_stores .logo {
	position: relative;
	display: inline-block;
	height: 26px;
	width: 26px;
	fill: #fff;
	margin-right: .8rem;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores .logo img,
#footer .container_apps_stores .content100prc .buttons_apps_stores .logo svg {
	width: auto;
	height: 100%;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores .logo svg {
	width: 100%;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores .content_text {
	display: inline-block;
	line-height: 1.5;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores .content_text div:first-child {
	font-size: 0.6875rem;
	font-weight: 400;
}
#footer .container_apps_stores .content100prc .buttons_apps_stores .content_text div:last-child {
	font-size: 0.875rem;
	font-weight: bolder;
}
*/


/*
	FOOTER : SOCIAL
*/
#footer .container_social {
	display: flex;
	padding-top: 40px;
	padding-bottom: 70px;
	justify-content: space-between;
	flex-wrap: wrap;
}

#footer .container_social .content_marketo {
	width: 100%;
}
#footer .container_social .content_marketo .logo_marketo {
	text-align: left;
}
#footer .container_social .content_marketo .logo_marketo svg {
	width: 135px;
	height: 45px;
}
#footer .container_social .content_marketo .logo_marketo svg.flag {
	fill: #fff;
	height: 24px;
	margin-top: 10px;
	width: 24px;
	vertical-align: top;
	margin-left: 10px;
}
#footer .container_social .content_marketo .logo_marketo svg.flag:hover {
	fill: #333;
}
#footer .container_social .content_marketo .logo_marketo .container_panel_flag {
	position: relative;
}
#footer .container_social .content_marketo .logo_marketo .container_panel_flag .panel_flag {
	position: absolute;
	width: auto;
	height: auto;
	padding: 10px 10px;
	background-color: rgba(255,255,255,.5);
	backdrop-filter: blur(10px);
	border-radius: 10px;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 25px;
	display: none;
}
#footer .container_social .content_marketo .logo_marketo .container_panel_flag .panel_flag:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	padding: 30px;
	margin: -30px;
}
#footer .container_social .content_marketo .logo_marketo .container_panel_flag .panel_flag .item_panel_flag {
	position: relative;
	display: flex;
	flex-direction: row;
	z-index: 100;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	color: inherit;
}
#footer .container_social .content_marketo .logo_marketo .container_panel_flag .panel_flag .item_panel_flag .icon {
	position: relative;
	height: 18px;
	width: 18px;
	min-height: 18px;
	min-width: 18px;
	margin-right: 8px;
}
#footer .container_social .content_marketo .logo_marketo .container_panel_flag .panel_flag .item_panel_flag .icon img {
	position: absolute;
	height: 100%;
	width: 100%;
}
#footer .container_social .content_marketo .logo_marketo .container_panel_flag .panel_flag .item_panel_flag .icon span {
	color: inherit;
}
#footer .container_social .content_marketo .logo_marketo .container_panel_flag .panel_flag .item_panel_flag.current {
	font-weight: bold;
}
#footer .container_social .content_marketo .logo_marketo .container_panel_flag .panel_flag .item_panel_flag:hover {
	background-color: rgba(255,255,255,.5);
}	
#footer .container_social .content_marketo .logo_marketo .container_panel_flag:hover .panel_flag {
	display: block;
}	
.content_item_social {}

@media (max-width: 768px) {
	.content_item_social {
		display: flex;
		justify-content: space-around;
		margin-bottom: 34px;
	}
	.content_item_social .social_icons {
		margin-right: 0px;
	}
}

.social_icons {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	/*margin-right: 42px;*/
	margin-right: 34px;
}
.social_icons svg {
	width: 100%;
	height: 100%;
	fill: #333;
	transition: .1s;
}
.social_icons:hover svg { fill: #666; }

.content_right { text-align: right; }

.content_right {
	color: #333;
	font-size: .9em;
}
.content_right a,
.content_right .copyright {
	position: relative;
	display: inline-block;
	/*margin-left: 20px;*/
	margin-left: 10px;
	color: inherit;
	text-decoration: none;
	margin-right: 10px;
	/*margin-left: 12px;*/
}
.content_right a:last-child,
.content_right .copyright:last-child {
	margin-right: 0px;
}
.content_right a:hover {
	text-decoration: underline;
	opacity:.9;
}
@media (max-width: 720px) {
	#footer .container_social {
		display: block;
	}
	.content_right {
		text-align: left;
		margin-top: 20px;
	}
	.content_right .copyright {
		margin-left: 0px;
	}
}




/* COLOR #FFF */
.content_right,
#marketo_logo_footer,
.content_column_4x .column_footer a.text,
.content_column_4x .column_footer .title { color: #fff; }
.social_icons svg { fill: #fff; }
.social_icons:hover svg { fill: #333; }


/**/
.icon_copyright {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 13px;
	width: 13px;
	margin-left: 0px;
	margin-top: -2px;
}
.icon_copyright svg {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	fill: #fff;
}



/*.link_phone_icon {
	padding-left: 20px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 0px center;
  background-image: url('../img/phone-rotary-solid.svg');
}*/




