@charset "UTF-8";

/* TEAM GRID */

#pt-online #team-grid a {
	position: relative;
}

#pt-online #team-grid a > div {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	-webkit-box-shadow: -4px -5px 10px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: -4px -5px 10px 0px rgba(0,0,0,0.26);
	box-shadow: -4px -5px 10px 0px rgba(0,0,0,0.26);
	transition: all 250ms linear;
	height: 100%;
}

#pt-online #team-grid a:hover > div {
    transition: all 250ms linear;
}

#pt-online #team-grid a > div > div {
	position: absolute;
	top: 50%;
	width: 100%;
	right: -100%;
	transform: translateY(-50%);
	background-color: var(--theme-bg-color);
	text-transform: uppercase;
	color: var(--white);
	transition: all 250ms linear;
}

#pt-online #team-grid a > div > div > h4 {
	color: var(--white);
}

#pt-online #team-grid a:hover > div > div {
	transition: all 250ms linear;
	transform: translateY(calc(-50%+70px));
}

#pt-online #team-grid a h4 {
	font-size: 1rem;
}

/* Presentation */

#pt-online-presentation .apresentation-cover {
	cursor: pointer;
}

#pt-online #pt-online-presentation .apresentation-cover:not(.show)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition: all .2s ease-out;
}

#pt-online #pt-online-presentation .apresentation-cover:not(.show):hover::before {
    background-color: var(--theme-text-color);
    opacity: .7;
}

#pt-online #pt-online-presentation .apresentation-cover:not(.show)::after {
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	opacity: 0;
	transition: all .2s ease-out;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 10rem;
}

#pt-online #pt-online-presentation .apresentation-cover:not(.show):hover::after {
    opacity: 1;
}

#pt-online #pt-online-presentation #social-list a {
    color: var(--theme-text-color);
}

#pt-online #pt-online-presentation .cart-item .detail {
    line-height: 1.5;
}

/* XS */
@media only screen and (min-width : 0px) {

	#pt-online #team-grid a {
		height: 33vh;
	}

	#pt-online #team-grid a h4 {
		font-size: .8rem;
	}

	#pt-online #team-grid a p {
		line-height: 1;
	}

	#pt-online #team-grid a > div > div {
		padding: 12px;
	}

	#pt-online #team-grid a > div > div {
		padding: 12px;
		right: 0;
		top: 75%;
		width: 75%;
	}

	#pt-online #pt-online-presentation .item-price h3,
	#pt-online #pt-online-presentation .item-price h5 {
		font-weight: 700;
	}

	#pt-online #pt-online-presentation .item-price .content {
        padding: 0.5rem 0;
	}

}

/* SM (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* MD (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* LG (desktops, 992px and up) */
@media (min-width: 992px) {

	#pt-online #team-grid a {
		height: 50vh;
	}

	#pt-online #team-grid a h4 {
		font-size: 1rem;
	}

	#pt-online #team-grid a p {
		line-height: 24px;
	}

	#pt-online #team-grid a:hover > div {
		transform: translate3d(70px,70px,0);
	}

	#pt-online #team-grid a > div > div {
		right: -100%;
		top: 50%;
		width: 100%;
	}

	#pt-online #team-grid a:hover > div > div {
		right: -10%;
	}

	#pt-online #pt-online-presentation .item-price h3,
	#pt-online #pt-online-presentation .item-price h5 {
		font-weight: 800;
	}

	#pt-online #pt-online-presentation .item-price .content {
        padding: 0;
	}

}

/* XL (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	#pt-online #team-grid a > div > div {
		padding: 24px 24px 24px 50px;
	}
}