You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

315 lines
5.9 KiB

.topnav {
background: #01364F!important;
border-bottom: 1px solid rgba(252, 252, 253, 0.15);
}
.topnav.scrolled {
background: #01364F!important;
}
.topnav .logo,
.topnav .mc-login-btn img {
filter: invert(1) brightness(200%);
}
.topnav .dropdown button {
color: #fff;
}
.topnav .mc-login-btn span {
color: #fff;
}
.topnav.scrolled .mc-login-btn span {
color: #fff;
}
.topnav button.navbar-toggler{
color: #fff;
display: none;
}
.main-container {
background: #01364F;
min-height: 95vh;
}
.header-section {
background: #01364F!important;
}
.backtohome {
background: #01364F;
}
a.return-action {
color: #FCFCFD;
opacity: 0.7;
}
.banner-links{
padding: 24px 20px!important;
}
.banner-links a {
color: #fff!important;
font-family: "Marr Sans";
font-size: 15px;
}
.current-page {
font-weight: 500;
}
.banner-links a.return-action img{
vertical-align: -1px!important;
margin-right: 4px;
}
.livestream-container {
background: #01364F;
}
.livestream-video-container{
text-align: center;
padding: 50px;
background: rgba(255,255,255,0.2);
border-radius: 8px;
/* max-width: 850px;
width: 100%; */
width: 80%;
margin: auto
}
.video-container.soon-available {
padding-bottom: 24px;
}
.video-container.soon-available .mc-block-title {
padding-bottom: 0;
}
.soon-detail {
text-align: center;
margin-top: 8px;
}
.soir-course-video {
background: #01364F;
color: #fff;
}
.video-achat-container {
width: 80%;
margin: auto;
padding-top: 24px;
}
.video-container {
margin-top: 50px;
padding: 0 48px 48px 48px;
background: rgba(255,255,255, 0.05);
border-radius: 8px;
}
.mc-block-title {
font-family: Marr Sans;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;
text-align: center;
color: #fff;
padding: 24px 0;
}
#video-player {
background:black;
}
.mc-event-speaker {
font-family: 'Marr Sans Cond';
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 52px;
text-align: center;
}
.mc-event-title {
font-family: Marr Sans;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
text-align: center;
}
.video-header {
/* display: flex; */
/* justify-content: center; */
/* align-items: center; */
margin-top: 30px;
margin-bottom: 24px;
text-align: center;
}
.replay {
font-family: Marr Sans;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 28px;
}
.video-controls {
position: absolute;
bottom: 12px;
left: 0;
right: 0;
text-align: center;
}
.video-controls img {
width: 90%;
}
.mobile-overlay-video {
display: none;
}
.mc-block-subtitle {
text-align: center;
font-family: 'Marr Sans';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-align: center;
margin-top: 8px;
}
#pause-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
padding: 20px;
display: none;
}
.replay-container {
background: rgba(255,255,255, 0.05);
border-radius: 8px;
margin-top: 50px;
padding: 0 48px 48px 48px;
}
.replay-lists {
margin-top: 24px;
width: 75%;
margin: auto;
margin-top: 24px;
}
.replay-item {
border-bottom: 1px solid rgb(252, 252, 253, 0.2);
margin-bottom: 24px;
}
.replay-item:last-child {
margin-bottom: 0;
}
.replay-header {
display: flex;
margin-top: 24px;
}
.video-title {
font-family: 'Marr Sans';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 24px;
color: #FCFCFD;
}
.video-duration {
font-family: 'Marr Sans Cond';
font-style: normal;
font-size: 15px;
line-height: 23px;
color: #FCFCFD;
}
.v-separator {
color: #FCFCFD;
margin: 0 8px;
}
p.video-details {
margin-bottom: 0;
font-family: 'Marr Sans';
font-size: 15px;
line-height: 24px;
margin-top: 8px;
margin-bottom: 16px;
color: #FCFCFD;
}
@media screen and (max-width: 769px) {
.video-achat-container {
width: 100%;
}
.video-container {
padding: 0 24px 24px 24px;
margin-top: 30px;
}
.mc-block-title {
font-size: 18px;
line-height: 22px;
padding: 15px 0;
}
.mc-event-speaker {
font-size: 35px;
line-height: 40px;
}
.mc-event-title {
font-size: 18px;
line-height: 30px;
}
.video-header {
justify-content: center;
margin-bottom: 16px;
}
.video-header .replay {
font-size: 18px;
line-height: 28px;
}
.video-header button{
display: none;
}
#pause-btn {
display: block;
}
.video-controls {
display: none;
}
.overlay-video {
position: absolute;
width: 95.5%;
height: 100%;
top: 0;
/* background-color: rgba(0,0,0,0.1); */
border-radius: 8px
}
.overlay-content {
position: absolute;
top: 50%;
left: 50%;
color: white;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
text-align: center;
}
.overlay-content img {
height: 30px!important;
width: 30px!important;
margin-bottom: 8px;
}
.replay-container {
padding: 0 24px 24px 24px;
margin-top: 30px;
}
.replay-lists {
width: 100%;
}
.replay-container .mc-block-subtitle {
font-size: 15px;
line-height: 18px;
}
.replay-header {
flex-direction: column;
}
.v-separator {
display: none;
}
.replay-item {
padding: 0 ;
margin-bottom: 24px;
}
.video-duration {
font-size: 13px;
line-height: 18px;
margin-top: 4px;
}
}