footer {
	position: relative;
	height: 360px;
	background-color: #2A3162;
	display: flex!important;
	justify-content: space-between;
	align-items: flex-start;
    padding: 60px 40px;
}

img.footer-logo {
	width: 200px;
}

footer a, footer p, footer address, footer strong {
	color: #ffffff;
}


footer div.footer-left {
	margin-right: 20px;
}

footer div.footer-right {
	margin-left: 20px;
}

footer div.footer-center div.contacts {
	width: 25%;
}


footer div.footer-center div.menu-navigation-footer-container {
	width: 50%;
    padding: 30px 0 0 5%;
}


footer div.footer-center ul.contact-infos {
	padding: 0;
}

footer div.footer-center ul.contact-infos a, footer div.footer-center ul.contact-infos p, footer div.footer-center ul.contact-infos address, footer div.footer-center ul.contact-infos strong {
	font-family: "Poppins-Light";
    font-size: 10px;
    line-height: 20px;
    margin: 0;
    font-style: normal;
	text-decoration: unset;
}

footer div.footer-center ul.contact-infos {
	padding: 0;
    display: flex;
	list-style: none;
    flex-direction: column;
    align-items: flex-start;
}

footer div.footer-center ul.contact-infos li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	min-height: 45px;
}

footer div.footer-center ul:not(.contact-infos) > li {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

footer div.footer-center ul li.contact-address img {
	width: 25px;
    height: 30px;
	margin-right: 20px;
}

footer div.footer-center ul li.contact-phone img {
	width: 25px;
    height: 25px;
	margin-right: 20px;
}

footer div.footer-center ul li.contact-email img {
	width: 30px;
    height: 32px;
    margin-right: 20px;
    margin-left: -5px;
}

footer div.footer-left li a {
    text-decoration: none;
    font-family: "Poppins-Light";
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
    margin: 0;
}

footer div.footer-center {
	width: 1000px;
    max-width: 66%;
	margin: 0 10px;
}

footer div.footer-center > div {
	width: 100%;
}

footer div.footer-center > div:first-child {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 0.2px solid #ffffff;
}


footer div.menu-navigation-companie-container {
	width: 11%;
    padding-top: 30px;
}

footer ul#footer-company-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

footer ul#footer-company-nav > li.menu-item {
	margin-bottom: 23px;
}

footer ul#footer-company-nav > li.menu-item > a{
	font-family: "Poppins-Bold";
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

footer ul#footer-main-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
    margin: auto;
    padding: 0;

}

footer ul#footer-main-nav > li.menu-item > a  {
	font-family: "Poppins-Bold";
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

footer ul#footer-main-nav > li.menu-item > a:after  {
	content: "";
	display: block;
	margin: 20px 0;
	height: 0;
	width: 25px;
	border-bottom: solid 2px #12979E;
}


footer ul#footer-main-nav ul.sub-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul#footer-main-nav ul.sub-menu li.menu-item {
	margin: 5px 0;
}

footer ul#footer-main-nav ul.sub-menu li.menu-item a {
	font-family: "Poppins-Regular";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

footer ul#footer-main-nav > li.menu-item-has-children > a:not([href]), footer ul#footer-main-nav > li.menu-item-has-children > a[href="#"] {
	cursor: default;
	pointer-events: none;
}

footer ul#footer-legal-nav {
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

footer ul#footer-legal-nav > li.menu-item {
	width: auto;
    padding: 0 20px;
}

footer ul#footer-legal-nav > li.menu-item > a {
	font-family: "Poppins-Light";
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}


footer div.footer-right {
	display: flex;
	flex-direction: column;
}	


footer div.footer-right a.theoraise-link {
		width: 150px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		margin: 0 auto 15px;
		border: 0.25px solid #12979E;
}

div.footer-right a.login, div.footer-right a.signup {
	width: 150px;
	text-align: center;
	letter-spacing: 1px;
    line-height: 40px;
    vertical-align: middle;
	margin: 0 auto 15px;
    font-family: "Poppins-Bold";
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

footer div.footer-right a.theoraise-link img {
	width: 100px;
	display: block;
	margin: auto;
}


div.footer-right a.login {
	color: #2A3162;
	background-color: #ffffff;
}
div.footer-right a.signup {
	color: #ffffff;
	background-color: #2A3162;
	border: 2px solid #fff;
}


footer div.footer-center a.contact-link {
	display: block;
	width: 160px;
	height: 50px;
	font-family: "Poppins-Bold";
	text-decoration: none;
	font-size: 13px;	
	color: #2A3162;
	background-color: #ffffff;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
}

footer div.follow-us {
	margin-top: 35px;
}

footer div.follow-us strong {
	font-family: "Poppins-Bold";
	font-size: 13px;
	color: #ffffff;
}

footer div.follow-us > div {
	margin-top: 20px;
}

footer div.follow-us img {
	margin-right: 20px;
	width: 20px;
	height: auto;
}


@media screen and (max-width: 1100px) {
	body footer {
		padding: 40px 20px;
	}
	
	body footer div.menu-navigation-companie-container {
		margin-left: 30px;
	}

}


@media screen and (max-width: 1050px) {
	
	img.footer-logo {
		width: 150px;
	}

	body footer div.footer-right a.theoraise-link, footer div.footer-right a.login, footer div.footer-right a.signup {
		width: 120px;
	}
	
	body footer div.footer-center a.contact-link {
		width: 120px;
	}

}

@media screen and (max-width: 880px) {
	body footer {
		flex-direction: column;
		height: fit-content;
		align-items: center;
	}

	body footer div.footer-center ul li.contact-address img {
		height: 50px;
		width: 35px;
		margin: 10px auto 0;
	}

	body footer div.footer-center ul li.contact-phone img {
		height: 55px;
		width: 32px;
		margin: 10px auto 0;
	}

	body footer div.footer-center ul li.contact-email img {
		height: 32px;
		width: 55px;
		margin: 10px auto 0;
	}
	
	body footer div.footer-center > img {
		position: absolute;
		top: 0;
		left: 50%;
		width: 300px;
	}

	body footer div.footer-right {
		margin: 160px 0 50px;
		order: 1;
		width: 600px;
		max-width: 90%;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	body footer div.footer-left div.follow-us {
		width: 100%;
		margin-top: 45px;
		display: flex;
		text-align: center;
		flex-direction: row;
		align-items: center;
	}

	
	body footer div.footer-right a.theoraise-link, body footer div.footer-center a.contact-link, body footer div.footer-right a.login, body footer div.footer-right a.signup{
		margin: 10px;
		width: 280px;
		height: 90px;
		line-height: 90px;
		font-size: 20px;
	}
	
	body footer div.footer-center a.contact-link {
		font-size: 25px;
		margin: auto;
	}
	
	body footer div.footer-center ul.contact-infos {
		align-items: center;
	}
	
	body footer div.footer-right a.theoraise-link img {
		width: 200px;
	}

	body footer div.follow-us strong {
		font-family: "Poppins-Regular";
		font-size: 25px;
	}

	body footer div.follow-us {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	
	body footer div.follow-us > div {
		margin-top: 0;
		margin-left: 27px;
	}

	body footer div.follow-us img {
		margin: 0 22px;
		width: 40px;
		height: auto;
	}

	
	body footer div.footer-left {
		order: 2;
		width: 90%;
		margin: auto;
	}
	body footer div.footer-center ul.contact-infos ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
		padding: 0;
	}

	body footer div.footer-center ul.contact-infos li, body footer div.footer-center ul.contact-infos li a, body footer div.footer-center ul.contact-infos li p, body footer div.footer-center ul.contact-infos li address{
		max-width: 100%;
		font-size: 25px;
		line-height: 30px;
		flex-direction: column;
		padding: 0;
		margin: 20px auto;
	}
	
	
	body footer div.footer-left > a {
		display: block;
		margin: auto;
		text-align: center;
	}

	body footer div.footer-left > a > img {
		width: 300px;
		max-width: 90%;
		position: absolute;
		top: 60px;
		left: calc(50% - 150px);
	}
	
	body footer div.footer-center p, body footer div.footer-center li.contact-email p a, body footer div.footer-center a address {
		font-size: 25px;
		line-height: 40px;
		font-family: "Poppins-Regular";
		text-align: center;
	}
	
	body footer div.footer-center {
		order: 3;
		margin: 40px auto 0;
		max-width: 100%;
	}
	
	body footer div.footer-center > div:first-child {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	body footer div.footer-center li.menu-item-has-children {
		width: 90%;
		text-align: center;
		margin: 30px auto;
		align-items: center;
	}
	
	body footer div.footer-center ul:not(.contact-infos) > li {
		align-items: center;
	}
	
	body footer ul#footer-main-nav ul.sub-menu li.menu-item {
		margin: 10px 0;
	}
	
	body footer div.footer-center li#menu-item-29 {
		order: 2;
	}

	body footer div.footer-center li#menu-item-30 {
		order: 3;
		margin-top: 60px;
	}
	
	body footer ul#footer-main-nav {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	body footer ul#footer-company-nav {
		display: flex;
		justify-content: space-evenly;
	}
	
	body footer ul#footer-company-nav li {
		margin: 10px;
	}
	
	body footer div.footer-center div.menu-navigation-footer-container {
		margin: 20px auto;
		width: 90%;
		max-width: 95%;
		padding: 0;
	}
	
	body footer ul#footer-main-nav ul.sub-menu {
		align-items: center;
	}
	
	body footer ul#footer-main-nav > li.menu-item > a:after {
		margin: 10px auto;
	}
	
	body footer ul#footer-legal-nav {
		justify-content: space-evenly;
		width: 100%;
		align-items: center;
	}	
	
	body footer ul#footer-main-nav > li.menu-item > a {
		font-size: 35px;
	}
	body footer ul#footer-main-nav ul.sub-menu li.menu-item a {
		font-size: 25px;
	}
	
	html body footer div.menu-navigation-companie-container {
		margin: 20px auto;
		width: 100%;
		padding: 0;
	}
	
	body footer div.footer-center div.contacts {
		width: 100%;
	}
	
	body footer ul#footer-company-nav {
		float: none;
	}
	
	
}


@media screen and (max-width: 640px) {
	
	html body footer div.menu-navigation-footer-container {
		width: 95%;
	}
	
	html body footer ul#footer-main-nav > li.menu-item > a {
		font-size: 30px;
		line-height: 40px;
	}
	
	html body footer ul#footer-main-nav ul.sub-menu li.menu-item a {
		font-size: 22px;
		line-height: 28px;
	}
	
	body footer ul#footer-legal-nav > li.menu-item {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 560px) {
	html body footer ul#footer-company-nav, html body footer ul#footer-legal-nav {
		flex-direction: column;
		align-items: center;
	}
	
	html body footer div.footer-left ul.contact-infos {
		flex-direction: column;
		align-items: center;
	}
	
	html body footer div.follow-us > div {
		margin: 10px auto;
	}
	
	html body footer div.footer-center ul.contact-infos a, html body footer div.footer-center ul.contact-infos p, body footer div.footer-center ul.contact-infos li.contact-email p a, html body footer div.footer-center ul.contact-infos a address {
		font-size: 18px;
		line-height: 22px;
	}
	
	html body footer ul#footer-main-nav {
		flex-direction: column;
		align-items: center;
		padding: 0;
	}

    body footer ul#footer-company-nav > li.menu-item, body footer ul#footer-legal-nav > li.menu-item {
		max-width: 90%;
		margin: 15px auto;
	}
	body footer ul#footer-company-nav > li.menu-item > a, body footer ul#footer-legal-nav > li.menu-item > a {
		font-size: 22px;
		text-align: center;
		margin: auto;
		display: block;
	}
	
}

@media screen and (max-width: 460px) {
	
	
	html body footer div.footer-right a.theoraise-link img {
		width: 120px;
	}
	
	html body footer div.footer-right a.theoraise-link {
		width: 200px;
		max-width: 90%;
		height: 60px;
	}
	
	html body footer div.footer-right a.login, html body footer div.footer-right a.signup {
		width: 200px;
		max-width: 90%;
		font-size: 18px;
		height: 60px;
		line-height: 60px;
	}
	
	html body footer div.footer-center a.contact-link {
		width: 200px;
		max-width: 90%;
	}
	
	html body footer div.footer-center a.contact-link {
		font-size: 20px;
	}
	
	html body footer div.footer-left div.follow-us {
		flex-direction: column;
		align-items: center;
	}

	html body footer div.follow-us img {
		margin: 20px;
	}
}

@media screen and (max-width: 420px) {
	
	html body footer {
		padding: 100px 20px 10px;
	}
	
	body footer div.footer-right a.theoraise-link {
		width: 80%;
		margin: 5px;
	}
	
	body footer div.footer-center a.contact-link {
		width: 80%;
		margin: 5px auto;
	}
	
	html body footer div.footer-left > img {
		width: 200px;
		margin: 50px 0 50px -100px;
	}
	
	html body footer div.footer-right {
		margin: 20px 0;
	}

	html body footer div.footer-center li.menu-item-has-children {
		width: auto;
	}
	
	html body footer div.footer-center > div:first-child {
		padding-bottom: 0;
	}
	
	html body footer div.footer-left > a > img {
		width: 220px;
		left: calc(50% - 110px);
	}
	
}