/**********************************************************************************************************************************/
/* TITLE PAGE
/**********************************************************************************************************************************/
.page-title h1{
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
	.page-title h1{
		font-size: 50px;
		line-height: 50px;
		margin-top: 30px;
		margin-bottom: 80px;
	}
}

.page-title h1 span{
	display: block;
	color: #77bee4;
	font-size: 25px;
	line-height: 30px;
	margin-top: 10px;
}

#content .frame:nth-child(3) ul{
	margin: 20px;
}

#content .frame:nth-child(3) ul li{
	padding-left: 40px;
	background: url(../../images/pics/indice.png) no-repeat left center / 24px transparent;
}

#content .frame:nth-child(3) ul li + li{
	margin-top: 20px;
}

#content .frame ul + p{
	margin-top: 20px;
}

#content .frame a{
	color: #77bee4;
	font-family: "RationalText-SemiBold";
}

#content .frame a:hover{
	text-decoration: underline;
}

/**********************************************************************************************************************************/
/* CORPORATE
/**********************************************************************************************************************************/
#page-corporate{
  display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 800px) {
	#page-corporate{
		flex-direction: row;
		padding: 0 20px;
	}
}

@media only screen and (min-width: 1200px) {
	#page-corporate{
		padding: 0 80px;
	}
}

@media only screen and (min-width: 1600px) {
	#page-corporate{
		padding: 0;
	}
}

/**********************************************************************************************************************************/
/* CORPORATE
/**********************************************************************************************************************************/
#corporate-logo{
  background: #201547;
  padding: 20px 5vw;
  display: flex;
	margin: 0 20px;
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
	#corporate-logo{
  	padding: 50px 5vw;
		margin: 0 40px;
	}
}

@media only screen and (min-width: 1600px) {
	#corporate-logo{
		margin: 0 10vw;
	}
}

#corporate-logo img{
	max-width: 160px;
	height: auto;
}

@media only screen and (min-width: 1200px) {
	#corporate-logo img{
		max-width: unset;
	}
}



/**********************************************************************************************************************************/
/* SIDEBAR
/**********************************************************************************************************************************/
#sidebar{
	background: #FFFFFF;
	z-index: 9;
}

@media only screen and (min-width: 800px) {
	#sidebar{
	  margin-right: 20px;
	  min-width: 20%;
		margin-top: 50px;
	}
}

@media only screen and (min-width: 1200px) {
	#sidebar{
	  margin-right: 80px;
		margin-top: -20px;
	}
}

#sidebar .frame-type-menu_section a{
  padding: 15px 20px;
  border: 1px solid #F1F1F1;
  margin: -1px 0;
  color: inherit;
	font-family: 'RationalText-Medium';
  font-size: 14px;
	display: none;
	position: relative;
	overflow: hidden;

	/* TRANSITION */
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

@media only screen and (min-width: 800px) {
	#sidebar .frame-type-menu_section a{
	  padding: 20px 30px;
	}
}

#sidebar .frame-type-menu_section a::before{
	content: '';
	display: block;
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: #F1F1F1;

	/* TRANSITION */
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#sidebar .frame-type-menu_section a span{
	position: relative;
	z-index: 3;
}

#sidebar .frame-type-menu_section a:hover::before{
	width: 100%;
}


#sidebar .frame-type-menu_section ul ul a{
	display: block;
}

/*
#sidebar .frame-type-menu_section a{
  background: #77bee4;
  color: #FFFFFF;
}
*/


/**********************************************************************************************************************************/
/* SIDEBAR FIXED
/**********************************************************************************************************************************/
#sidebar.fixed{
	position: fixed;
	top: 110px;
	min-width: 160px;
}

@media only screen and (min-width: 1200px) {
	#sidebar.fixed{
		top: 150px;
		min-width: 240px;
	}
}

#sidebar.fixed a{
	font-weight: normal;
	padding: 10px 20px;
}

/**********************************************************************************************************************************/
/* CONTENT
/**********************************************************************************************************************************/
#content{
	padding: 50px 20px;
}

@media only screen and (min-width: 800px) {
	#content{
		padding: 50px 80px 50px 20px;
	}
}

@media only screen and (min-width: 1200px) {
	#content{
		padding: 0;
		margin-top: 50px;
	}
}

#content .frame{
  line-height: 1.8em;
	font-size: 14px;
}

@media only screen and (min-width: 1200px) {
	#content .frame{
		font-size: inherit;
	}
}

#content .frame + .frame{
  margin-top: 50px;
	padding-top: 50px;
	border-top: 2px solid #F1F1F1;
}

@media only screen and (min-width: 800px) {
	#content .frame + .frame{
	  margin-top: 80px;
		padding-top: 80px;
	}
}

@media only screen and (min-width: 1200px) {
	#content .frame + .frame{
	  margin-top: 100px;
		padding-top: 100px;
	}
}

#content .frame p + p{
  margin-top: 20px;
}

#content .frame .ce-gallery{
	margin-top: 40px;
}
#content .frame img{
	max-width: 100%;
	height: auto;
}

/**********************************************************************************************************************************/
/* PARTS PHASE
/**********************************************************************************************************************************/
#content h3{
	font-size: 20px;
	font-family: "RationalText-SemiBold";
	margin: 20px 0;
}


@media only screen and (min-width: 1200px) {
	#content h2{
		font-size: 40px;
		line-height: 45px;
	}
}

.phase{
	position: relative;
	padding-left: 30px;
	margin-top: 30px;
}

@media only screen and (min-width: 1200px) {
	.phase{
		padding-left: 60px;
	}
}

.phase h4{
	text-transform: uppercase;
	font-family: "RationalText-SemiBold";
	color: #77bee4;
	position: relative;
}

.phase h4::before{
	width: 12px;
	height: 12px;
	border-radius: 320px;
	border: 2px solid  #77bee4;
	background: #FFFFFF;
	content: '';
	display: inline-block;
	position: absolute;
	left: -37px;
	top: 5px;
}

@media only screen and (min-width: 1200px) {
	.phase h4::before{
		left: -47px;

	}
}

.phase p{
	margin: 10px 20px 40px 20px;
}

@media only screen and (min-width: 1200px) {
	.phase p{
		margin: 20px 40px 40px 40px;
	}
}

.phase::before{
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background: #77bee4;
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (min-width: 1200px) {
	.phase::before{
		left: 20px;
	}
}

#content .dl-link{
	margin-bottom: 40px;
	background-color: #F1F1F1;
	padding: 10px 30px 10px 50px;
	border-radius: 320px;
	color: inherit;
	font-family: 'RationalText-Medium' !important;
	background-position: 25px center;

	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#content .dl-link:hover{
	background-position: 40px center;
	background-color: #77bee4;
	color: #FFFFFF;
	padding: 10px 50px 10px 80px;
}
