@font-face {
	font-family: "Franklin";
	src: url('/media/microsite/kangae/pagebuilder/assets/font/FRADM.TTF');
}
@font-face {
	font-family: "Franklin";
	font-style: bold;
	src: url('/media/microsite/kangae/pagebuilder/assets/font/FRADMCN.TTF');
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');


h1, h2, h3, h4, h5, h6, header {
	font-family: 'Roboto Condensed', sans-serif !important;
}

p {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #5E514D!important;
}

li {
	list-style:none;
}

.col-md-12 {
	width: 100%
}

.h1,
h1 {
	font-size: 4.5vmin;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    font-family: 'Franklin', sans-serif !important;
    line-height: 1.1;
    color: #5E514D!important;
	text-transform:uppercase;

}

.user {
	display: inline-block;
	margin-top: 25px;
	float: left;
}

#lang-content > img:hover {
	cursor: pointer;
}

#mainTitle1 {
    font-size: 40px;
	text-transform: none;
	margin-bottom: 0;
}

#mainTitle2 {
	font-weight: 500;
    font-size: 32px;
    text-transform: none;
    margin-top: 0;
}

.col-md-12 text-center {
	padding-top: 4%;
    padding-bottom: 4%;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

#containerTitleBand {
	padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

#nav_container_butns {
	position: absolute;
    top: 25px;
    margin-left: calc(100vw - 300px);
    width: 300px;
}

#titleBand {
	position: absolute;
    top: calc(100vh - 294px);
    right: 0px;
    background-color: rgba(255,255,255,0.4);
	padding: 20px;
	color: #554945;
}

.video_container {
	position: absolute;
    top: 183px;
    /* left: -50%; */
    width: 100%;
    height: calc(100vh - 183px);
    overflow: hidden;
}

#videoHeader{
	position: relative;
    right: 0;
    left: 0px;
    bottom: 0px;
    min-width: 115%;
    min-height: 115%;
    width: 100vw;
    overflow: hidden;
    background-size: cover;
    margin: 0 auto;
    z-index: -2;
}

#loginButn {
    padding: 2px 10px 2px 10px;
    font-weight: 100;
    font-size: 18px;
}

#subscribeButn, #subscribeButn2 {
    color: #5a6870;
    background: #ffcd00;
    padding: 2px 10px 2px 10px;
    font-weight: 100;
    font-size: 18px;
}

#subscribeButn2 {
    font-size: 35px;
}

#subscribeButn:hover, #subscribeButn2:hover {
	color: #ffcd00;
    background: #5a6870;
}

a:focus, a:hover {
    color: white;
    text-decoration: underline;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.row>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

.noflex{
	
		display: block !important;
	
}

.butn {
    font-family: 'Franklin' !important;
    font-size: 28px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    width: min-content;
    background-image: none;
    background-color: #ffcd00;
    color: #5d514d;
    text-transform: uppercase;
    text-shadow: none;
    margin: 2%;
    border-radius: 0px;
    border: none;
}

.butn:hover {
	background-color: #5d514d;
    color: #ffcd00;
	text-decoration: none;
}


.vertical-center {
	display: flex;
	align-items: flex-end;
	height: calc(100vh - 183px);
}

.white{color:white}
.yellowBurn{background-color: #ffbc00}

.sectionTitle {
	text-transform: inherit;
	text-align: left;
	font-size: 34px;
	color: #554945;
	position: relative;
    left: -45px;
}

.sectionTitle:before {
	content: url(/media/microsite/kangae/pagebuilder/assets/img/bpi_lines.png);
    position: relative;
    bottom: -3px;
}

.sectionSubTitle, .additionalText {
	text-transform: none;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 20px 0px;
    font-weight: 700;
}

#additionalElementsContainer {
	margin: auto;
}

#additionalElementsContainer > div {
	display: inline-block;
    background-color: #ffcd00;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    vertical-align: top;
    text-align: center;
    margin: 0 25px 0 25px;
    font-size: 12px;
    font-weight: 600;
}

.additionalElement > img {
    margin-top: 15px;
    height: 15px;
}

.separatorContainer{
	margin: auto;
	max-width: 70%;
}

.separatorContainer > img {
	padding-bottom: 20px;
	margin: 0px 25px 0px 25px;
	width: 50px;
}

.surligner {
	margin: 0px;
	position: relative;
	top: -20px;
	height: 40px;
	color:#5a6870 !important;
	font-weight: 100;
	font-family: "Helvetica Neue"!important;
}

.surligner.inline{
	display: inline-block;
    border-bottom: 1px solid #5a6870;
    width: 100%;
    max-width: 70vw;
}

.pad4 {
	padding: 4%
}



/* navigation */

#nav > div {
    height: 140px;
}

.pictoLang {
	height: 25px;
	margin: 25px 5px 0px 5px;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-brand>img {
	height: 100%;
	width: auto;
}

.navbar-right{
	font-weight: bold;
	
}

.navbar-default{
	background-color: #ffcd00;;
	border-color: transparent;
	border: transparent;
}

.navbar-default .navbar-nav>li>a{
	/* font-family: 'Roboto Condensed', sans-serif; */
	color: #0171a1 !important;
	font-size: 20px;
}

.navbar-default .navbar-nav>li>a:hover{
	color: black !important;
}

#logoBPI-container {
	position: absolute;
    top: 0;
    margin-left: calc(50vw - 139px) !important;
}

#registerLink2, #loginLink2 {
	font-size: 14px;
	margin-top: 13px;
}
.logoNav{
	height: 233% !important
}

.logo_entrNav{
	height: 233% !important
}

.jbo{
	font-weight:bold
	
}

.connexJumbo{
    color: #ffcd00;
    background: #5a6870;
    box-shadow: none;
    padding: 2px 10px 2px 10px;
    font-weight: 100;
    font-size: 18px;
}

.connexJumbo:hover{
    color: #5a6870;
    background: #ffcd00;
}

@media screen and (max-width: 1000px) {
	#nav > div {
		height: 210px;
	}
	#logoBPI-container {
		margin-top: 0px;
		position: absolute;
		top: 75px;
	}
	#nav_container_butns {
		top: 0;
		margin-left: calc(50vw - 150px);
	}
}

/* navigation */




/* section se1 */
.container {
	width: 100%;
}

.thumbnail {
	height: 280px;
}

@media screen and (min-width: 1800px) {
	.thumbnail {
		height: 350px;
	}
}

.thumbnail > p {
    color: #0f1736;
	margin: 30px 0 30px 0px;
    font-size: 26px;
}

.caption > .surligner {
	top: -35px;
    height: 15px;
}


#se1{
	background-image: url('/media/microsite/kangae/pagebuilder/assets/img/bg.jpg');
	background-position-y: 25%;
	color:white;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	text-transform: uppercase;
	height: calc(100vh - 183px);
}
	

.scrollCn{
	padding: 4%;
}


.scroll{
	font-weight:bold;
	position: absolute;
   top: 21%;
   margin: auto;
   transform: translate(-50%, -50%);
   left: 50%;
   cursor:pointer;
   text-transform: none;
	
}


.yellowSpan{
	
color:#ffbc00

}
.scroll::after {

    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}
.scroll::after {

    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    margin: auto;
    top: 85%;
    right: 0;
    left: 0;
    -webkit-animation: 3s arrow infinite ease;
    animation: 3s arrow infinite ease;

}


#introConnect {
	text-transform: full-width;
	font-size: 2.5vmin;
	margin: 5%;
	font-weight: bold;

}

@media screen and (max-width: 860px) {
	#titleBand > #mainTitle1 {
		font-size: 20px;
	}

	#titleBand > #mainTitle2 {
		font-size: 20px;
	}
}



/* section se1 ________________________________________________*/



/* section se2___________________________________________________________ */
.tableT {
	display: table;
}

#videoSr {
	max-width: 100%;
}

#vvTitle {
	text-transform: uppercase
}

#vvText1, #vvText3, #vvText4 {
	font-weight: bold;
}

.tableChild {
	display: table-cell;
	vertical-align: middle;
	padding: 4%;
	width: 100%;
	padding-right: 16%;
	font-size: 18px;
	/* font-family: 'Roboto Condensed', sans-serif !important; */
}

@media screen and (min-width: 768px) {
	.tableChild {
		padding-top: 20%;
	}
}

.embed-responsive {
	padding-bottom: 41%;
}

.colvid {
	height: auto;
	vertical-align: middle;
}

.colvidtext {
	justify-content: center;
}


/* section se2___________________________________________________________ */
#se2 {
	width: 70%;
    margin: auto;
}

/* section se3___________________________________________________________ */
#se3 {
	width: 70%;
    margin: auto;
}

#se3 > div > div {
	display: flex;
	margin-top: 25px;
}

#se3 > div > div > img {
	width: 190px;
	margin: auto;
}

#se3 > div > div > img:hover {
	cursor: pointer;
}

#markWeeks{
	background-color:rgba(255,255,255,0)
	
}

.overMars{
	background-color:white;margin-top:80px;height:auto;z-index:1;position:relative;
	margin-top: 0px;
}

.caption{
	text-align: left;
}

.pWeeksTitle,
.imgThumbIcon {
	color: #0f1736;
}

.pWeeksContent {
	/* font-family: 'Roboto Condensed', sans-serif !important; */
	color: #0f1736;
	/* font-weight: bold; */
    line-height: 1.1;
    font-size: 12px;
}

.thumbMg {
	width: 100%;
}

.thumbnailImg {
	text-align: center;
	background-color: #ffcd00;
}

thumbnailImg>h3 {
	/* font-family: 'Carrois Gothic', sans-serif; */
	color: #000;
	font-weight: bold;
	height: 97px;
}

thumbnailImg>img {
	width: 25%;
}

.weekSp {
	color: #ffbc00;
	font-weight: 600;
	margin-top: 10px;
}

.ChapEsc{
text-align:center;
/*float:none;*/
background-color:#ffcd00;	
	
	
}

/* section se3___________________________________________________________ */


/* section se4___________________________________________________________ */

#se4 {
	width: 70%;
    margin: auto;
}

.team-boxed{
	background-color:white;
	height:auto;
	z-index:1;
	position:relative;
	
}

.underSe4{
	background-color:white;
	margin-top:0px;
	text-align: center;	
}

#logoBPI {
    height: 120px;
}

.module {
    width: 190px;
    height: 190px;
    background-color: #ffcd1f;
    border-radius: 100px;
    padding: 45px 20px 20px 20px;
    font-size: 13px;
    text-align: center;
    color: #5E514D;
    display: inline-block;
	vertical-align: top;
	margin: 10px !important;
	transition-duration: 1s
}

.module:hover {
    background-color: #5E514D;
	color: #ffcd1f;
	cursor: pointer;
	transition-duration: 1s
}

.module > .module_title {
	font-size: 24px;
	font-weight: 700;
}

.module > .module_text {
	font-size: 14px;
}

/* section se4___________________________________________________________ */

/* section se5___________________________________________________________ */

#se5 {
	width: 70%;
    margin: auto;
}

#se5 > div > div {
	display: flex;
	margin-top: 25px;
}


#se5 > div > div > img {
	width: 190px;
}

.module_dark {
    width: 150px;
    height: 150px;
    background-color: #5E514D;
    border-radius: 90px;
    padding: 50px 20px 20px 20px;
	font-size: 17px;
	font-weight: 700;
    text-align: center;
    color: #ffcd1f;
    display: inline-block;
	vertical-align: top;
	margin: 10px !important;
}

/* section se5___________________________________________________________ */

/* section se6___________________________________________________________ */

#se6 {
	width: 70%;
    margin: auto;
}

#markMoock{
	/* font-family: 'Roboto Condensed', sans-serif !important; */
	margin-top:40px;
	padding-bottom:0px;
	padding-top:0px;
	display:flex;
	flex-wrap:wrap;
}
.moocIco {
	width: 40%;
}

.box {
	text-align: center;
	padding: 12%
}

.h3Thumb{
	/* font-family:'Carrois Gothic', sans-serif;color:#000;font-weight:bold;height:97px; */
	
}

.blocIntro{
	/* font-family: 'Roboto Condensed', sans-serif !important; */
	line-height: 1.1;
	position: relative;
	top: -30px;
	font-size: 18px;
}

.intro{
	padding-top: 0px;
	text-align: center;
	display: inline-flex;	
	/* margin-top: 40px; */
}

.titleoffour{
background: #ffbc00;
    width: max-content;

}	
	

/* section se6___________________________________________________________ */



/* section footer___________________________________________________________ */

footer {
	
}

.footerBottom {
	width: 70%;
    margin: 50px auto 0px auto !important;
}

.footerBottom > div {
	width: 100%;
}

.footerIcons {
	height: 80px;
}

#footerIcons {
	width: 100%;
}

.onRight {
	float: right;
}

#footerTitle{
	
	margin: 0% !important;margin-top: 2% !important;text-transform:uppercase;margin-bottom:50px;color:white;padding-top:0px;
}

.underW{
	
margin-bottom:0px;color:#ffbc00;padding-top:0px;color:#0171a1
}
/* section footer___________________________________________________________ */

#se2 > div, #se3 > div, #se4 > div > div, #se5 > div, #se6 > div {
	padding-left: 0;
}

@media screen and (min-width: 1300px) {
	.separatorContainer, #se2, #se3, #se4, #se5, #se6{
		max-width: 60%;
	}
}