/*
Theme Name: abc
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: authentic blockchain
Author URI: https://authentic-blockchain.com
Version: 1.1651075119
Updated: 2022-04-27 15:58:39

*/

a.custom_dragAndDrop{
    display:flex;
	flex-direction: column;
    padding: 0.5rem 1.2rem;
    border-radius: 4px;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height:1;
	max-width: 416px;
    margin: auto;
	
	background: rgba(54,76,236,1);
    background: linear-gradient(120deg, rgba(96,209,199,1) 8%, rgba(91,174,219,1) 24%, rgba(86,145,232,1) 40%, rgba(54,76,236,1) 80%);
	-webkit-box-shadow: -2px 9px 38px -15px rgba(34,99,179,0.7);
	-moz-box-shadow: -2px 9px 38px -15px rgba(34,99,179,0.7);
	background: linear-gradient(120deg, var( --e-global-color-accent ) 20%, rgba(54,76,236,1) 100%);
	box-shadow: -2px 9px 38px -15px rgba(34,99,179,0.7);
	transform:scale(1,1);
	transition:all .3s ease;
}

a.custom_dragAndDrop:hover{
	transform:scale(.98,.98);
}

@media (min-width: 1025px){
	a.custom_dragAndDrop{
		width: 270px;
		margin-left: auto!important;
		margin-right:inherit;
	}
}
a.custom_dragAndDrop strong{
	display: inline-block;
    background: red;
    border-radius: 3rem;
    padding: 0.2rem 0.7rem;
    margin-left: 0.2rem;
}

a.custom_dragAndDrop div{
    display: flex;
    flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align:center;
}
a.custom_dragAndDrop .custom_icon:before{
    content: ""!important;
    background: url("Infini_blanc.svg")!important;
    background-repeat:no-repeat!important;
    background-size:contain!important;
    width: 1.8rem!important;
    height: 1rem!important;
    display: inline-block!important;
margin-right:8px;
}


a.custom_dragAndDrop {
    text-align:left!important;
}
a.custom_dragAndDrop .main-line{
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    color:#fff;
	font-size:20px;
    margin-bottom:4px;
}
a.custom_dragAndDrop .sub-line{
    font-family: var( --e-global-typography-text-font-family ), Sans-serif!important;
    font-size: 12px!important;
    color:#fff;
    line-height:1.3!important;
}


.msg-ancrage{
	position: absolute;
    border-radius: .24rem;
    left: 50%;
    transform: translateX(-50%);
	box-shadow: 0 8px 42px -10px rgba(50, 50, 105, .3);
	
	animation-name:showmessage;
	animation-duration:.3s;
	
	top: 20vh;
    z-index: 1000;
	
    background: #fff;
}
.msg-ancrage a{
	padding: 1rem 3rem 1rem 2rem;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    align-items: center;
}
.msg-ancrage .ancrage{
	width: 70px!important;
    font-size: 10px!important;
    height: 70px!important;
    margin-right: 1rem!important;
}
.msg-ancrage p{
	padding: 0;
	margin:0;
}
.msg-ancrage.is-ok{
    background: #fff;
}
.msg-ancrage.is-ok a{
    color: #000!important;
    background: #fff;
}
.msg-ancrage.is-ko a{
}
.msg-ancrage.is-ko a{
    color: #fff!important;	
    background: #d3635f;
}
.msg-ancrage .close{
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
	width: 24px;
    height: 24px;
    background-repeat: no-repeat;
	background-size:contain;
    background-image: url("icon-x_dark.svg")!important;
}
.msg-ancrage.is-ko .close{
    background-image: url("icon-x_dark.svg")!important;
}
.msg-ancrage.is-ko .close{
    background-image: url("icon-x_white.svg")!important;
}

@keyframes showmessage {
  from {opacity: 0; transform:translate(-50%,20px);}
  to {opacity: 1; transform:translate(-50%,0px);}
}
.hide{ display:none!important;}