/* font-family: 'Pacifico', cursive; */
/* font-family: 'Merriweather', serif; */

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Segoe UI Regular'), url('../fonts/Segoe UI.woff') format('woff');
}
    

@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Segoe UI Italic'), url('../fonts/Segoe UI Italic.woff') format('woff');
}
    

@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Segoe UI Bold'), url('../fonts/Segoe UI Bold.woff') format('woff');
}
    

@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Segoe UI Bold Italic'), url('../fonts/Segoe UI Bold Italic.woff') format('woff');
}

body{
	font-size: .875rem;
    font-weight: 400;
    line-height: 1.4285714;
}
h1{
	font-size: 1.65rem;
    color: #ff9770;
}
h2{
	font-size: 1.25rem;
    /* color: #ff9770; */
    color: #1A1348;
}
h4{
	font-size: 1.15rem;
    color: #222222;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.page-login .bg-content{
  background: #f3f5f7;
}
.bg-menu{
	background: #191919;
}
.bg-content{
	background: #f9f9fa;
}
.page-settings{
	background: #f3f2ef;
}
.pacifico{
	font-family: 'Segoe UI Bold';
}

.container{
	margin-top: 35px;
	max-width: 1140px;
}
.btn-primary{ 
	background: #ff9770;
	border-color: #ff9770;
}
.btn-primary:hover{
	background: #ff7643;
	border-color: #ff7643;
} 
.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    background: #ced4da no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.active a{
	/* color: #FFFFFF; */
}

/*editor ace*/
#editor { 
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 300px;
    border-radius: 0.25rem;
}

.error{
	color: #b71234;
}
.card{
	/* box-shadow: 2px 3px 9px 1px rgb(226 226 226); */
    /* padding: 20px; */
    /* border-radius: 13px; */
	/* border: none; */
	min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 1px 0 6px 0 rgba(0,0,0,.2);
	border: 1px solid rgba(101,109,119,.16);
    border-radius: 8px;
}
.card.options{
	width: 180px;
}
.card-header, .card-footer{
	background: #FFFFFF;
}
.post .nav-pills .nav-link.active{
	color: #ff7744;
    background-color: #e9ecef;
} 
#textbox{
	text-align: center;
}
#textbox .modal-content{
    background: #f4f4f4;
}
/* #textbox textarea,#textbox  input{ */
    /* border-radius: 5px!important; */
	/* border: none!important; */
/* } */


.post .message{
	padding: 15px 10px 10px 10px;
	text-align: left;	
}
.post .image{
	text-align: center;
}
/* .post:nth-child(even) { */
	/* margin-left:33%; */
/* } */
/* .post:nth-child(odd){ */
	/* margin-right: 33%; */
/* } */
.post .author{
	font-family: 'Pacifico';
    text-align: right;
    padding-right: 20px;
    padding-bottom: 15px;
    font-size: 20px;
}
.editor{
	display: flex;
}
.editor .textarea{
	flex: auto;
}
.toclose{
	/* position: absolute; */
    /* text-align: right; */
    cursor: pointer;
    font-size: 20px;
    /* width: 20px; */
    /* right: 32px; */
    /* top: 5px; */
}
.add-media{
	cursor: pointer;
	font-size: 20px;
    padding-left: 0;
}
#load_options{
    display: none;
	position: relative;
}
#load_options .tab-pane{
	overflow-y: auto;
	height: 200px;
}
#load_options .nav{
	padding-top: 5px;
    padding-left: 5px;
}
#preview .post{
	margin-bottom: 0;
}
.bg_post{
	background: #e9ecef;
}
.my_post{
	margin-left: -16px;
	margin-right: -16px;
}
#load_options .nav-link{
	padding: 5px 7px;
    margin: 0px 11px 10px 9px;
}
.add{
	cursor: pointer;
	padding: 0 5px 0 5px;
}
.add-emoji{
	cursor: pointer;
	font-size: 30px;
}
#result-gif div{
	display: inline-block;
	cursor: pointer;
	padding: 3px;
	
}
#preview-image{
	display: none;
	text-align: center;
    margin-bottom: 15px;
    background: #ffffff;
    padding: 10px;
	position: relative;
}
.remove-gif{
	cursor: pointer;
    padding-top: 10px
}
.asset.image{
	height: 95px;
    width: 95px;
	cursor: pointer;
	display: inline-block;
	margin: 6px;
}
.asset.gradient{
	height: 95px;
    width: 95px;
	cursor: pointer;
	display: inline-block;
	margin: 6px;
}
.asset.active{
	border: 4px solid #000000;
}
/* https://webgradients.com/ et bgimage*/
.warm_flame{
	background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}
.night_fade{
	background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}
.spring_warmth{
	background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
}
.juicy_peach{
	background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}
/* fin gradient et bgimage */
.alert-dark{
	background-color: #212529;
    color: #FFF;
    font-size: 18px;
}
.text-yellow{
	color: #ffeb3b;
}
.bs-none{
	box-shadow: none;
}
.sharer{
	font-size: 50px;
    padding: 10px;
}
.fb{
	color: #385898;
}
.sharer.fb a{
	color: #385898;
}
.wa{
	color: #00e676;
}
.sharer.wa a{
	color: #00e676;
}
.sharer.em a{
	color: #222222;
}
#switch_explain{
	padding-left: 40px;
}

.accordion-header{
	box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(101,109,119,.16);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff7744;
}
.bg-success {
    background-color: #15d27a!important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #efeae9;
    opacity: 1;
}
.page-admin .bg-content{
	background: #f5f5f5;
}
.page-carte .bg-content{
	background: none!important;
}
.page-board .bg-content{
	background: none!important;
	/* margin-bottom: 200px; */
}
.page-view{
	overflow-x: hidden;
}
.page-view .bg-content{
	background: none!important;
}
/* @media only screen  */
/* and (min-device-width : 768px)  */
/* and (max-device-width : 1024px) { */
    /* .tooltip { */
        /* display: none !important; */
    /* } */
 /* } */
.page-login .g-recaptcha{
display: flex;
justify-content: center;
padding: 6px 0 5px 0;
/* background: #f9f9f9; */
/* border: 1px solid #ebebeb; */
margin-bottom: 10px;
border-radius: 3px;
/* box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%); */
/* -webkit-box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%); */
/* -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.08); */
}

#claimFormSecret input[name=code]{
	letter-spacing: 0.2em;
    text-align: center;
}
/* page switch */
.list-group-radio .form-check-input {
	z-index: 2;
	top: 25px!important;
}
.form-check-input::checked {
    background-color: #ff7744;
    border-color: #ff7744;
}

.list-group-radio .form-check-input:checked + .list-group-item {
    background-color: #;
    border-color: #ff7744;
    box-shadow: 0 0 0 2px #ff7744;
}
.list-group-radio .list-group-item {
    cursor: pointer;
    border-radius: 0.5rem;
}
.form-check-input:checked {
    background-color: #ff7744;
    border-color: #ff7744;
}

/*Gumroad style*/

/* .card, .modal-content{ */
	/* border: 2px solid #000000; */
	/* box-shadow: none; */
/* } */
/* .card-header, .modal-header{ */
	/* border-bottom: 2px solid #000000; */
/* } */
/* .card-footer, .modal-footer{ */
	/* border-top: 2px solid #000000; */
/* } */
.form-control, .form-select, .list-group-item, .form-check-input{
	border: 1px solid rgba(63,95,127,.35);
}
.page-post .bg-content{
	/* background-color: #ff9770; */
	background: inherit;
}
.page-login .nav-tabs{
	border-bottom: none;
}

.page-login .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.page-carte .card, .page-board .card, .page-view .card{
	min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
	/* box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23); */
	border: 1px solid rgba(101,109,119,.16);
    border-radius: 10px;
}
.page-board .card, .page-view .card{
	backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
}
.img-responsive{
	width: 100%;
}


.card-header.image{
	background: none;
	border: none;
	padding: 0;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.card-header.image img{
	width: 100%;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card-body.message{
	/* max-height: 170px; */
	/* overflow-y: auto; */
	font-size: 20px;
	background: #fff;
}
.card-footer.author{
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	text-align: right;
    font-weight: bold;
	background-color: unset;
	font-size: 16px;
    
}
.asset.image{
	background-attachment: unset;
}
#start{
	margin: -16px 0 -16px -4px;
}
.btn-message{
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
	border-radius: 24px;
	background: #4CAF50;
    border-color: #4CAF50;
}
.btn-message:hover{
	background: #ff9770;
	border-color: #ff9770;
}
/*board editor v2*/
.page-post{
	background-color: #ff9770;
}
.page-post #card{
	
	backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	margin: 50px 0;
    
}
@media (max-width: 767.98px) {
  .page-post #card{
	width: 100%;
	margin-top: 25px;	 
  }
}
.navbar-editor .btn-secondary{
	background-color: #111;
    border: none;
    color: #ffffff;
    font-weight: 400;
}
.textarea{
	position: relative;
}
.page-post .form-control, .page-post .form-select, .page-post .list-group-item, .page-post .form-check-input{
	border: 1px solid #c2c2c2;
    border-radius: 4px;
}
#text{
	width: 100%;
    display: block;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    height: 200px;
    padding: 15px;
    background: #fff;
}
@media (max-width: 720px) {
	#text{
		height: 100px;
	}
}
.emoticons{
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #555;
}
.emoticons button{
	background: none;
    border: none;
    color: #555;
    font-size: 25px;
}
.emoticons button:hover{
	background: none;
    border: none;
    color: #555;
}
.emoticons .dropup .dropdown-toggle::after{
	display: none;
}
.show-emoticons{
	
}
.one-emoticon{
	cursor: pointer;
	font-size: 30px;
}
#preview-media{
	display: none;
	position: relative;
	margin-bottom: 15px;
}
#remove{
	position: absolute;
	top: 20px;
	right: 10px;
}
#remove span{
	background: #000;
    padding: 10px 14px;
    border-radius: 25px;
    color: #FFF;
    font-size: 20px;
}
.powerup{/*select-gif, select-youtube, ...*/
	display: none;
}

#canvas{
	display: none;
}
/*page view*/
#view{
	position: relative;
}
#claimer{
	position: absolute;
    top: 10px;
    left: 10px;
}
#claimer .dropdown .btn{
	border-radius: 20px;
	color: #000000;
	background:#ffffff;
	border-color: rgba(101,109,119,.16);
	box-shadow: 0 4px 20px rgba(0,0,0,.25);
}
#controls{
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff;
	color: #000;
	padding: 5px 20px;
	border-radius: 20px;
	display: inline-block;
	box-shadow: 0 4px 20px rgba(0,0,0,.25);
}
.reveal{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
}
.reveal-card{
	max-width: 600px;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff7744!important;
	transform: translatey(0px);
	animation: float 2s ease-in-out infinite;
}
@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-30px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}
.reveal{
	cursor: pointer;
}
.reveal-card h1{
	color: #FFFFFF;
	font-size: 30px;
}
.btn-reveal{
	margin-top:20px;
	background: #ffffff;
	border-radius: 20px;
	color: #ff7744;
	font-weight: 600;
}
.btn-reveal:hover{
	margin-top:20px;
	background: #ffffff;
	border-radius: 20px;
	color: #ff7744;
	font-weight: 600;
}

.btn-outline-primary{
	color: #ff7744;
	border-color: #ff7744;
}
.btn-outline-primary:hover{
	color: #ffffff;
	border-color: #ff7744;
	background-color: #ff7744;
}
.page-dashboard, .page-dashboard .bg-content{
	/* overflow: hidden; */
	background: #ffffff;
}
.result-container{
	max-height: 300px;
	overflow-y: auto;
}
.add-img:hover{
	cursor: pointer;
}
.add-img:hover img{
	filter: drop-shadow(1px 1px 3px black);
}
.smooth{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}
.smooth.active{
  transform: translateY(0);
  opacity: 1;
}
.displaying{
	padding: 0 10px;
}
.displaying:hover{
	cursor: pointer;
	padding: 0px 10px;
}
.displaying.active{
	color: #f44336;
}
.item{
	max-width: 600px;
	margin: 0 auto;
}
#view, .owl-carousel{
	position: relative;
	padding-top: 50px;
}

.owl-prev, .owl-next {
	position: absolute;
	height: 100px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}
#footer{
    background: #fff;
}
.btn-group .dropdown .btn{
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.card-img-header{
	height: 160px;
	width: 160px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.cover-name{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	word-break: break-word;
	z-index: 1;
}
.cover-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00000033;
    border-radius: 4px;
}
.card-img-header h2{
	text-shadow: 1px 1px 2px #fff;
	font-size: 32px;
}
.cadeau{
	background-image: url(../img/undraw_new_entries.svg)!important;
	background-repeat: no-repeat;
    background-size: cover;
}
.card .list-group-item{
	border: none;
	border-bottom: 1px solid rgb(232,234,237);
	padding-bottom: 15px;
}
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  background: #fff;
  /* border-right: 4px solid #ffd670; */
}

@media (max-width: 767.98px) {
  .sidebar {
    /* top: 5rem; */
  }
}

.sidebar-sticky {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  background-color: #fff;
  box-shadow: 4px 0 15px #3a488f42;
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
}
/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: #fff;
  /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); */
  color: #000000!important;
  font-size: 26px!important;
  font-weight: bold;
  /* border-right: 5px solid #faff70; */
}

.navbar img{
	width: 55px;
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
  border-color: #000
}

.navbar .form-control {
  padding: .75rem 1rem;
}

#editorMobile{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	z-index: 2;
	height: 79px;
    padding-top: 9px;
	box-shadow: 0 -.5rem 1rem rgba(0,0,0,.15)!important;
}
#editorMobile .btn-group{ 
}
#editorMobile .btn-group .btn-primary{ 
    border-radius: 0;
    background: #ff9770;
    border: none;
    color: #fff;
    font-size: 31px;
}
.blocked{
	filter: brightness(0.2);
}
.card.blocked-msg::before{
	content: "Message non valid\0000E9";
    color: #E91E63;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 1;
	text-align: center;
	cursor: pointer;
}
.page-board .navbar-brand{
	background: #fff;
	border-right: none;

}
/*home*/
.page-home .bg-content{
	background: #FFFFFF;
}
.page-home .navbar{
	background: #ffe4da;
	border: none;
	box-shadow: none!important;
}
.page-home .navbar-brand{
	background: #ffe4da;
	border-right: none;
}
.row.hero{
	background: #ffe4da;
	border-bottom-right-radius: 127px;
}
.row.hero h2{
	color: #ff9770;
	font-size: 5rem;
}
.page-home h2{
	font-size: 48px;
}
@media (max-width: 778px) {
	.row.hero h2{
		font-size: 3rem;
	}	
}
.page-home .btn-outline-primary{
	background: #ffffff;
}
.page-home .btn-outline-primary:hover{
	background-color: #ff9770;
}
.page-home .btn-dark{
	background: #000;
}
.page-home .btn-dark:hover{
	background: #ff9770;
	border-color: #000;
	color: #000;
}
.page-home .btn-outline-dark{
	background: #fff;
}
.page-home .btn-outline-dark:hover{
	background: #000;
}
.page-home .img-first{
	position: absolute;
	top: -40px;
}
.img-first img{
	border: 3px solid #fff;
	border-radius: 20px;
}
.page-home .img-second{
	position: absolute;
	left: 242px;
	bottom: -46px;	
}
.img-second img{
	border: 3px solid #ff7744;
	border-radius: 20px;
	width: 360px;
}
@media (max-width: 778px) {
	.page-home .img-first{
		display: none;
	}
	.page-home .img-second{
		position: relative;
		left: initial;
		bottom: initial;
	}
	.page-home .img-second img{
		width: 100%;
	}
}
.border-bottom-right-radius{
	border-bottom-right-radius: 127px;
}
.border-bottom-left-radius{
	border-bottom-left-radius: 127px;
}
.border-top-left-radius{
	border-top-left-radius: 127px;
}
.border-top-right-radius{
	border-top-right-radius: 127px;
}
.page-home .rounded{
	border-radius: 20px!important;
}
.div_asset{
	min-height: 268px;
	max-height: 336px;
    overflow-y: auto;
}
.btn-board{
	border-radius: 20px;
    border: 1px solid #cfcfcf;
    color: #333;
    padding: 4px 9px;
    display: inline-block;
    font-size: 23px;
    margin: 5px 5px;
	box-shadow: 0 4px 8px -2px rgba(28,28,28,.14),0 2px 4px -2px rgba(28,28,28,.1);
}
.btn-board:hover{
	background-color: #cfcfcf;
}
.btn-orange{
	border-radius: 20px;
    background-color: #ff7744;
    color: #fff;
    padding: 9px 12px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 5px;
}
.btn-orange:hover{
	background-color: #fb6026;
	color: #ffffff;
}
.a-circle{
	color: #000000;
    border-radius: 50px;
    border: 1px solid #000;
    font-size: 20px;
    padding: 5px 9px;
}
.a-circle:hover{
	background-color: #000000;
	color: #ffffff;
}
.slider-card{
	display: flex;
	align-items: center;
	justify-content:  center;
	padding: 20px;
}
header .container{
	margin-top: 0;
    max-width: inherit;
}
.relative{
	position: relative;
}
.abs-link{
	text-decoration: none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.abs-link:hover{
	background: #ebebeb45;
}
/*stacking cards effect*/
:root{
	--card-height: 40vw;
    --card-margin: 4vw;
    --card-top-offset: 1em;
    --outline-width: 0px;
}
.stacked-content {
	transform-origin: 50% 0%;
	will-change: transform;
}
#cards-stacked .card {
	position: sticky;
    top: 0;
	padding-top: calc(var(--index) * var(--card-top-offset));
	--index0: calc(var(--index) - 1); /* 0-based index */
	--reverse-index: calc(var(--numcards) - var(--index0)); /* reverse index */
	--reverse-index0: calc(var(--reverse-index) - 1); /* 0-based reverse index */
	background: none;
    border: none;
    backdrop-filter: unset;
	box-shadow: none;
	
}

@keyframes scale {
	to {
		transform:
			scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
	}
}
#cards-stacked {
	margin-top: 20px;
	view-timeline-name: --cards-element-scrolls-in-body;
	padding-bottom: calc(var(--numcards) * var(--card-top-offset));
    margin-bottom: var(--card-margin);
}
.stacked-content {
	--start-range: calc(var(--index0) / var(--numcards) * 100%);
	/* --end-range: calc((var(--index)) / var(--numcards) * 100%); */
	animation: linear scale forwards;
	animation-timeline: --cards-element-scrolls-in-body;
	animation-range: exit-crossing var(--start-range) exit-crossing var(--end-range);
	display: flex;
	background: #ffffff;
	/* border: 1px solid #000000; */
	min-height: 500px;
	box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
	border-radius: 12px;
}

.stacked-content .image{
	flex-basis: 50%;
	flex-grow: 1;
	display: flex;
	align-items: center;
    justify-content: center;
	background-repeat: no-repeat;
}
.stacked-content .image img{
	width: 100%;
}
.stacked-content .video{
	flex-basis: 50%;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #000;
}
.stacked-content .message{
	flex-basis: 50%;
	flex-grow: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	font-size: 24px;
}