@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Outfit:wght@400;500;700&display=swap');

body{
	font-family: 'Asap', sans-serif;
	font-size:16px;
	font-weight:400;
	color: #0b1332;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Outfit', sans-serif;
	font-weight:700;
}

h1{
	font-size:36px;
	color: #0b1332;
}

.jumbotron, .purple{
	background: #4A47CC;	
	color:#E6E6EE;
}

.jumbotron *, .purple *{
	color:#fff;
}

label{
	font-size:16px;
	font-weight:bold;
}

.alert-dark{
	text-align: center;
    background: #0b1332;
    font-weight: 500;
    font-size: 14px;
	color:#fff;
	border-radius: 12px;
	padding:5px;
}

.alert-dark.big {
    font-size: 17px;
    padding: 30px 50px;
}

.introduction h1{
	color: #4A47CC;	
}

.introduction .alert.big{
	background: #4A47CC;	
}

.form-control, .input{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background:rgba(255,255,255,0.2);
	border:none;
    padding: 25px;
}

.btn, input#wp-submit{
	border:solid 2px #4A47CC;
	font-size:16px;
	font-weight:bold;
	padding:14px 35px;
	color: #4A47CC;
}

.drop-instructions{
	background: #0b1332;
}

.jumbotron .btn, .purple .btn, .modal-footer .btn, input#wp-submit{
	border:solid 2px #fff;
	color: #fff;
	margin: 0 auto;
}

input#wp-submit{
	background:transparent;
}

.jumbotron .right{
	background:#bebebe;
	background-size:cover;
}

.welcome{
	background: rgba(0, 0, 0, 0.3);
	border-radius:12px;
	font-size: 20px;
	font-weight:bold;
}

.welcome p{
	margin-bottom:0;
}

.back, .next-step{
	display:none;
}

.next-step{
	background: url(../images/next.svg) right center no-repeat;
    background-size: 20px 20px;
    background-position: right 20px center;
    padding-right: 60px;
}

.next-step.deactivated{
	opacity: 0.8;
    cursor: default !important;
	color:#777;
	border:solid 2px #777;
}

.btn-next{
	background: url(../images/next-white.svg) right center no-repeat;
    background-size: 20px 20px;
    background-position: right 20px center;
    padding-right: 60px;	
}

.step-1 .card-choice{
	cursor:pointer;
}

.card-choice, .rank .btn, .box { transition: all .2s ease-in-out; }

.step-1 .card-choice:hover,
.rank .btn:hover, 
.modal .card-choice:hover { transform: scale(1.2); z-index:9; 
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.box:hover { transform: scale(1.1); z-index:9; 
  box-shadow: 0 5px 10px rgba(0,0,0,0.4);
}

.card-step, .card-choice{
	border:none;
	font-weight: 400;
	font-size: 15px;
	background: #E6E6EE;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	padding:25px;
}

.card-choice{
	font-weight: 700;
	padding:25px 15px;
	position:relative;
	min-height: 200px;
}

.card-choice .dropdown{
	position:absolute;
	top:0;
	right:0;
}

.card-choice .dropdown button.btn{
	border:none;
    padding: 10px 15px;
}

.btn-grp{
	position:absolute;
	bottom:-70px;
	width:350px;
	left: -48px;
}

.btn-grp .btn{
    padding: 15px 25px;	
	background: #E6E6EE;
	border:none;
	color:#fff;
	border-radius:12px;
	border:solid 2px #fff;
}

.card-choice .dropdown .dropdown-item{
	font-size: 13px;
}

.step-2 .card-choice{
	opacity:0.3;
}

.nav-link .card-choice{
	opacity:0.4;
}

.card-moving.gu-mirror{
	text-align:center !important;
	background-color: #54febd !important;
	color:#fff !important;
}

.btn-edit{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
	display:none;
	width:20px;
	height:20px;
	background:url(../images/move.svg) center center no-repeat;
	background-size:15px 15px;
}

.box .btn-edit{
	width:10px;
	height:10px;
	display:block;
    padding: 10px 10px;
    background-size: 14px 14px;
    background-color: transparent;
    border: none;
}

.card-choice .rank{
	display:none;	
}

.card-choice.selected .rank,
.card-choice.selected .btn-edit{ 
	display:block;
}

.card-choice .rank .btn.selected{
	background:#54febd;	
}

.nav-link.active .card-choice,
.card-choice.selected{
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
	background: #4A47CC;
	color:#fff;
	opacity:1;
}

.tab-content{
	min-height: 550px;
}

.nav-tabs {
    border-bottom: 3px solid #4A47CC;
}

.nav-tabs .nav-link {
    margin-bottom: -4px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #4A47CC;
    border-color: #4A47CC #4A47CC #fff;
}

.nav-link .card-choice .card-body{
	padding:15px 5px;
}

.nav-tabs .nav-link.active {
	border-radius: 12px 12px 0px 0px;
}

.card-step .badge{
	background: #4A47CC;
	font-weight: 700;
	font-size: 26px;
	color:#fff;
	border-radius: 12px;
	padding:25px 50px;
	margin-top:-80px;
	margin-bottom:30px;
}

.card-step h4{
	font-weight: 700;
	font-size: 20px;
	color: #4A47CC;
}

.modal{
	background: #4A47CC;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 18px;
	color:#fff;
	padding:50px 110px;
}

.modal.instructions *{
	color:#fff;	
	font-family: 'Outfit', sans-serif;
}

.modal.instructions p strong, .modal.instructions p span, .modal.instructions p em{
	color: #54febd;
	font-weight: 600;
	font-style:normal;
}

.modal.instructions p span{
	font-size: 20px;
    margin-bottom: 20px;
    display: block;
}

.modal-content, .modal-header, .modal-body, .modal-footer{
	background:transparent !important;
	border:none;
}

.modal{
	background:rgba(28,47,117, 0.9);
}

.modal-body .card-body {
    min-height: 210px;
    padding: 12px;
}

.modal.instructions.instructions {
    background: #4A47CC;
}

.modal .modal-content .card{
    color: #4A47CC !important;	
}

.instructions.modal .modal-dialog {
    max-width: 100%;
}

.instructions.modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
}

.instructions.modal .modal-header {
    justify-content: flex-start;
}

.item{
	background: #4A47CC;
    border-radius: 12px;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    padding: 80px;
    display: flex;
    height: 200px;
    justify-content: center;
    align-items: center;
}

.item p{
	margin-bottom:0;
	min-height:70px;
}

.progress-area p{
	font-weight: 400;
	font-size: 20px;
	margin-top:10px;
	font-family: 'Outfit', sans-serif;
}

.progress-bar{
	background: #4A47CC;	
}

.progress-area .progress{
	height:8px;
}

a.btn-link{
	border:none;
	text-decoration:none !important;
}

a.btn-link.back{
	border:none;
	background:url(../images/back.svg) left center no-repeat;
	background-size:10px 20px;
}

.grid {
	display: grid;
	grid-template: 150px 150px 150px / 150px 150px 150px 150px;
	grid-gap: 10px;
	background-color: #ffffff;
	padding: 10px;
}
.draggable {
	background-color: #ff3946;
	box-shadow: 10px 10px 10px #7777;
}

.draggable, .droppable.draggable-dropzone--occupied{
	width: 100px; 
	height: 100px; 
}
.droppable{
	width: 100px; 
	height: 100px;
	border: solid;
	display: flex;
}

.board .card-choice{
	font-size:14px;
	padding:0;
	font-weight: 500;
	min-height: 0px;
    font-family: 'Outfit', sans-serif;
}


.row-grid {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 32px; /* So we can drag into rows that are empty*/
  width: 230px;
  display: flex; 
  flex-direction: column;
  flex-wrap: wrap;
  
}

.panel{
	color:#fff;
	font-weight:700;
}

.panel,
.box {
  width: 100%;
  padding:20px;
  height: auto;
  background: rgba(136, 136, 136, 0.25);
  border-radius:6px;
  margin: 15px 0;
  font-size:14px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
}

.box{
  padding:15px;
  position:relative;
}

.panel{
  margin-bottom: 0;	
}

.btn-grp .btn.rank-1, .panel-intensity-1{
	background: rgba(28,47,117, 0.3);
}
.btn-grp .btn.rank-2, .panel-intensity-2{
	background: rgba(28,47,117, 0.5);
}
.btn-grp .btn.rank-3, .panel-intensity-3{
	background: rgba(28,47,117, 0.7);
}
.btn-grp .btn.rank-4, .panel-intensity-4{
	background: rgba(28,47,117, 0.8);
}
.btn-grp .btn.rank-5, .panel-intensity-5{
	background: rgba(28,47,117, 1);
}

.token{
	width:25px;
	height:25px;
	display:block;
	background: #D90368;
	border-radius: 6px;
}

.token.yellow{
	background: #FFDD55;
}

.token.blue{
	background: #4A47CC;
}

.token.green{
	background: #00D8C2;
}

.token.orange{
	background: #ff7706; 
}

.token.black{
	background: #000;
}

.box-tokens{
	margin-top: 10px;
    padding: 2px;
    min-height: 32px;
    text-align: left;
	line-height: 1;
    border: dashed 2px #bebebe;
}

.box-tokens .token {
    display: inline-block;
    margin: 0 3px;
    border: solid 2px #fff;
}

.alert .label{
	background: #FFFFFF;
    border-radius: 6px;
    color: #0b1332;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    max-width: 120px;
    margin: 0 auto;
    margin: 6px auto;
}   

.alert{
	display:flex;
}	

.hidden{
	display:none;
}

.alert .token-box{
	margin-right:8px;
}

.alert p{
	margin: 4px 12px;
	min-height: 45px;
}

div.vh-100 {
    min-height: calc(100vh - 120px)!important;
	height:auto!important;
}

.container-fluid{
	padding-top:60px;
	padding-bottom:60px;
}

.drop-instructions{
	position:absolute; 
	z-index:10;
}

.introduction{
	background:#fff;
	z-index:11;	
	position:relative;
}

.modal-content .card-choice,
.nav-tabs .card-choice{
	cursor:pointer;
}

.box, .token{
	cursor: grab;
}

.step-4 .box{
	cursor:default;
}

.modal-header{
    justify-content: center;
}

.modal-full{
	border-radius:0 !important;
}

.help, .modal .close{
	position:absolute;
	width:48px;
	height:48px;
	top:25px;
	right:25px;
	background:url(../images/aide.svg) center center no-repeat;
	background-size:cover;
	display:block;
	cursor:pointer;
}

.modal .close{
	width:15px;
	height:15px;
	display:none;
	background:url(../images/close.svg) center center no-repeat;
	background-size:cover;
}

.tokens-container{
	background:rgba(255,255,255, 0.8);
	z-index:2;
}

.tokens-container .alert-dark{
	min-height:130px;
}
/*
.col{
	border:solid 2px #000;
}
*/

	.col-dd{
		min-height:480px;
	}
	.col-dr{
		min-height:90px;
	}
	
.reserve{
border:dashed 2px #bebebe;
}

.reserve .token{
    margin: 4px;
    float: left;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.step-3 .box{
	padding-top: 28px;
}

.modal .logo{
	max-height:90px;
}

.logo-main{
	max-height:180px;
	margin-top:15px;
	margin-bottom:25px;
}

.jumbotron .logo{
    max-height: 120px;
    margin-bottom: 25px;
    margin-left: 0;
}

#iccore-logo{
    height: 35px;
    position: absolute;
    right: 192px;
    top: 27px;
}

.help-main{
	right:135px;
}

#logout {
    background: #00D8C2;
    color: #1c2f75;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 15px;
    position: absolute;
    right: 10px;
	top:30px;
	border-radius:10px;
    z-index: 9;
	text-transform:none !important;
}


#inducteur{
	min-width: 950px;
    max-width: 100%;
	font-size:17px !important;
	font-weight:normal;
}

@media (min-width: 1150px){
.modal-dialog {
    max-width: 1050px;
    width: 100%;
}
}

@media (max-width: 1024px){
	
.container-fluid{
	margin-top:100px;
}

.drop-instructions{
	margin-top:0;
}

.item {
    padding: 30px;
    display: block;
    height: auto;
}

.card-choice{
    margin-bottom: 30px;
    min-height: 100px;	
}

#inducteur{
	min-width: 0;
	width:100%;
    max-width: 100%;

}

.btn-grp {
    left: 50%;
    margin-left: -175px;
}

.modal {
    padding: 25px;
}

}