/* PORTAL CSS */

#be-portal{

    background: black;

    color: white;

}

#be-portal img {

	width: 100%;

}

#be-portal .logo{

	border-bottom: 5px solid white;

	background-color: rgb(37, 37, 48);

}

#be-portal .logo img{

	width: 200px  !important;

}



#be-portal h1 {

	font-size: 3em;

	text-transform: uppercase;

}



#be-portal h2 {

	font-size: 2.5em;

	padding: 20px 0;

	text-wrap: balance;

	text-transform: uppercase;

}



#be-portal h3 {

	font-size: 1.5em;

	text-transform: uppercase;

}



#be-portal .category{

    background-color: yellow;

    color: black;

}



#be-portal .productType{

    padding: 15px;

}



#be-portal .productType a {

    color: white;

}



#be-portal #portal-cats{

	background-color:#e7e6e9 ;

	color: black ;

}



#be-portal #portal-cats .bgImg{

    background-image: url('/download/b2c_be_nl/pic/corsair/2024/bg.png');

	color:black;

	background-color:#e7e6e9 ;

	background-repeat: no-repeat;

	background-position: 0 100%;

}



#be-portal .p15{

	padding: 0 15px;

}



@media screen and (min-width: 1200px) {

	#be-portal #portal-intro .col-12.p-5,

	#be-portal #portal-footer .col-12.p-5 {

		padding: 3rem 15rem!important;

	}

	#be-portal #portal-cats .col-12.px-5 {

		padding: 2.5rem 15rem 1rem!important;

	}

}



@media (max-width: 575px) {

	#be-portal #portal-cats img{

		width: 70%;

	}

}