/*EXTRA RENDERER*/
/*colors*/
.activitiesBodyContainer {
	background-color: #fff;
}

.backgroudCorporate,
.helpTabLeftSection,
.shapeWindowTitle {
	background-color: #006ab3;
}

.textNameCorporateHome>.textShape,
.textTitleAbout>.textShape {
	font-size: 50px;
	font-weight: bold;
	margin-top: 14px;
	padding: 10px;
	padding-left: 50px;
}

.textNameCorporateHome>.textShape {
	padding: 0px;
}

.textDescriptionCorporateHome>.textShape {
	font-size: 25px;
}

.textDescription1About>.textShape,
.textDescription2About>.textShape {
	font-size: 20px;
	padding: 10px;
	padding-left: 50px;
}

ul {
	padding-left: none;
	width: auto;
	padding-left: 50px
}

li {
	padding: 10px;
	display: list-item;
	list-style: disc;
	width: auto;
}

.htmlDescription3About {
	padding-left: 50px;
}

.shapeImageImageMedium {
	max-width: 200px;
	max-height: 200px;
	display: inline-block;
	width: auto;
}

.colorCorporate,
.textShapeSupportTitle,
.textShapeSupportPhoneNumber,
.languageSelectInlineOptionSelected,
.languageSelectInlineOption:hover,
.activityLink:hover,
.textNameCorporate div,
.textTitleAbout div,
a:focus {
	color: #006ab3;
}

.backArrowBefore:hover:before {
	border-color: transparent #006ab3 transparent transparent;
}

.borderColorCorporate,
.topMenuActivityLinkSelected {
	border-color: #006ab3;
	color: #006ab3;
}

.shapeFormButton,
.forgotPassButtonActivityLink>a,
a.contactSupportButtonActivityLink,
a.accessPlatformButtonActivityLink,
.linkContactButtonHome>.LinkContainer>a,
.linkContactButtonHome>.contactusLinkContainer>a,
.callBackButtonContactButton>a,
.buttonShapedActivityLink>a,
.callBackButtonContactButtonSupport>a,
.forgotPassButtonLinkContainer>a,
#buttonPost {
	background-color: #006ab3;
}

.shapeFormButton:hover,
.forgotPassButtonActivityLink>a:hover,
a.contactSupportButtonActivityLink:hover,
a.accessPlatformButtonActivityLink:hover,
.linkContactButtonHome>.LinkContainer>a:hover,
.linkContactButtonHome>.contactusLinkContainer>a:hover,
.callBackButtonContactButton>a:hover,
.buttonShapedActivityLink>a:hover,
.callBackButtonContactButtonSupport>a:hover,
.forgotPassButtonLinkContainer>a:hover,
#buttonPost {
	background-color: #006ab3;
}

.shapeFormButton {
	color: #fff;
	background-color: #006ab3;
	border: 0px;
}

.contactsupportLinkContainer>a:hover {
	background-color: #006ab3 !important;
	transform: scale(1.1);
}

.topMenuActivityLink:active {
	color: #0099ff;
}

.titleContainer {
	border-bottom: 2px solid #006ab3;
}

.cardInfosViews {
	color: #0000dd;
}

/*specific*/
.activityBodyHome,
.activityBodyAbout {

	min-height: 100vh;
	background-color: white;
	padding-bottom: 100px;

}

/*MEDIA*/
@media only screen and (max-width: 1250px) {}

@media only screen and (max-width: 970px) {}

@media only screen and (max-width: 750px) {}

@media only screen and (max-width: 600px) {}