

.cercle .j-carte-container-1 {
    margin-left: 50%; 
}

.cercle .j-results-wrapper.box.tirage {
        padding-top: 690px;    
}

@media (max-width: 576px){
    .cercle  .j-results-wrapper.box.tirage {
        padding-top: 350px;
    }
}

.clip-path-none{
    clip-path: none !important;
}

.card-holder.cercle .j-carte-container .j-card {
	margin-left: 0px !important;
	margin-right: 0px !important;
	position:absolute;
	padding-bottom:100px;
}

.card-holder.cercle .j-carte-container .j-card:last-child {
	clip-path:polygon(0 0, 100% 0, 100% 7%, 82% 7%, 2% 100%, 0 100%);
}    
.card-holder.cercle .j-carte-container .j-card:nth-last-child(2) {
	clip-path:polygon(100% 1%, 100% 20%, 10% 100%, 0 100%, 0 0);
}    

.j-carte-container-back {
    position:relative;
}
.j-carte-container {
    z-index:10;
}


.div-formulaire {
    position:relative;
    padding:10px;
}

.tirage-pyramide .j-results-wrapper-cartes {
        margin-top: 25px !important;
        margin: auto;
        display: inline-block;
        position:relative !important;
}
.tirage-pyramide .j-results-wrapper.box.tirage {
    width: 100%;
    padding-left:0px;
    padding-right:0px;
}
.tirage-pyramide .j-results-wrapper-cartes .j-card-holder {
	position: absolute !important;
}


@media (max-width: 576px) {
	:root {
	  --largeurTirageSaison: 380px !important;
	  --largeurCarteTxt: 70px !important;
	  --hauteurCarteTxt: 130px !important;
	}	
}

@media (max-width: 390px) {
    :root {
        --largeurTirageSaison: 360px !important;
        --largeurCarteTxt: 77px !important;
        --hauteurCarteTxt: 143px !important;
    }
    .tirage-pyramide .j-results-wrapper-cartes {
        min-height: 450px;
    }
}


@media (min-width: 576px) {
    :root {
      --largeurTirageSaison: 554px !important;
      --largeurCarteTxt: 124px !important;
      --hauteurCarteTxt: 231px !important;
    }	
    .tirage-pyramide .j-results-wrapper-cartes {
        min-height: 750px;
    }
}

.tirage-pyramide .j-results-wrapper-cartes {
    width:var(--largeurTirageSaison);
    max-width: 100%;
}

.tirage-pyramide .j-results-wrapper.box.tirage .j-card {
	width: var(--largeurCarteTxt);
}	
.tirage-pyramide .j-results-wrapper-cartes .j-card-holder {
	margin-left:2px;
	margin-right:2px;
        max-width:calc(calc(100% / 5) - 10px) !important;
}
.tirage-pyramide .j-results-wrapper-cartes .j-card-holder:nth-child(1) {
    top: calc(var(--hauteurCarteTxt)*2 + var(--hauteurCarteTxt)/4);
    left:0px;	
}
.tirage-pyramide .j-results-wrapper-cartes .j-card-holder:nth-child(2) {
    top: var(--hauteurCarteTxt);
    left:calc(var(--largeurCarteTxt) - (var(--largeurCarteTxt)*1/3 )) !important;
}
.tirage-pyramide .j-results-wrapper-cartes .j-card-holder:nth-child(3) {
    top: 0px;
}

.tirage-pyramide .j-results-wrapper-cartes .j-card-holder:nth-child(3) ,
.tirage-pyramide .j-results-wrapper.box.tirage .j-card-holder:nth-child(6) {
    left:calc( var(--largeurCarteTxt) + (var(--largeurCarteTxt) *2/3) + 10px ) !important;
}


.tirage-pyramide .j-results-wrapper-cartes .j-card-holder:nth-child(4) {
    top: var(--hauteurCarteTxt);
    left:calc( var(--largeurCarteTxt)*2 + (var(--largeurCarteTxt)*2/3) + 20px ) !important;
}
.tirage-pyramide .j-results-wrapper-cartes .j-card-holder:nth-child(5) {
    top: calc(var(--hauteurCarteTxt)*2 + var(--hauteurCarteTxt)/4);
    left:calc( var(--largeurCarteTxt)*3 + (var(--largeurCarteTxt)*2/3) + 20px - (var(--largeurCarteTxt)*1/3) ) !important
}	
.tirage-pyramide .j-results-wrapper.box.tirage .j-card-holder:nth-child(6) {
    top:  calc(var(--hauteurCarteTxt) + var(--hauteurCarteTxt)*2/3);
}




.card-holder.arcDeCercle .j-results-wrapper {
    margin-top:50px;
}

.j-card-holder div {
    background: rgba(0,0,0,0.4);
}

.j-card-holder div span {
    position: absolute;
    top: calc(50% - 20px);
    left: 0px;
    font-style: italic;
    font-size: 11px;
}
.j-card {
    border-radius:4px;
}

.j-card-holder  {
    position:relative;
    display:inline-block;
    margin:10px 15px 15px !important;
    float: initial !important;
    vertical-align: top;
}
.j-card-holder div {
    width:100%;
    height:100%;
    border:4px solid #fff;
    border-radius:8px;	
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.j-card-holder .img-format {
    max-width: 100%;
    width: 100%;
    visibility: hidden;
}

.j-card-holder div img {
    left: 0px !important;
    top: -5px !important;
    position: relative !important;
    display: inline-block;
    width: calc(100% + 8px) !important;
    height: calc(100% + 8px) !important;
    max-width: initial !important;
}


.j-card.j-card-back {
    border-radius: 8px;
    position: relative;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}


.j-result {
    -webkit-transition: -webkit-transform .5s ease-out !important;
    -moz-transition: -moz-transform .5s ease-out !important;
    -o-transition: -o-transform .5s ease-out !important;
    -ms-transition: -ms-transform .5s ease-out !important;
    transition: transform .5s ease-out !important;
}

.j-cards-result-view .j-card {
    margin-left:5px;
    margin-right:5px;
}

.j-result-name {
    margin: 10px auto;
    padding: 10px 0;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    border-radius: 4px
}

@media only screen and (min-width:320px) {
    .j-result-name {
        font-size: 8px
    }
}

@media only screen and (min-width:768px) {
    .j-result-name {
        font-size: 12px
    }
}

@media only screen and (min-width:992px) {
    .j-result-name {
        font-size: 14px
    }
}

.j-card.j-card-back:hover {
    cursor: pointer
}

a.btna:visited {
    color:initial !important;
}



.j-card-holder {
    margin: 0 5px 5px !important;
    position: relative !important;
}

.j-card-holder:first-child {
    margin: 0 5px 5px 0 !important;;
}


.j-results-wrapper {
    width:fit-content;
    max-width:800px !important;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding:5px 20px 5px 20px;
}

.j-carte-container-1{
    max-width:800px !important;
    margin: auto;    
}



.card-holder {
    text-align:center;
}

.j-carte-container{
 /*   display: inline-block;*/
}


.j-cards-result-view-5 .j-card {
    max-width:calc(100% / 5 - 15px);
    
}
.j-cards-result-view-4 .j-card {
        max-width:calc(100% / 4 - 15px);

    
}
.j-cards-result-view-3 .j-card {
    max-width:calc(100% / 3 - 15px);

    
}
.j-cards-result-view-2 .j-card {
    
    
}


/****************************************************
        RESPONSIVE
****************************************************/



@media (min-width: 1400px) {
    .j-card {
        width: 130px;
        margin-left: -50px;
        margin-right: -50px;
    }  
}
@media (max-width: 1399px) {
    .j-card {
        width: 115px;
        margin-left: -45px;
        margin-right: -45px;
    }    
}
@media (max-width: 1199px) {
    .j-card {
        width: 102px;
        margin-left: -40px;
        margin-right: -40px;
    }
}

@media (max-width: 991px) {
    .j-card {
        width: 97px;
        margin-left: -38px;
        margin-right: -38px;
    }

}

@media (max-width: 767px) {
    .j-card {
        width: 95px;
        margin-left: -38px;
        margin-right: -38px;
    }

}

@media (max-width: 576px) {
    
    
    
    .card-holder.arcDeCercle .j-results-wrapper {
        margin-top:35px;
    }

    .j-card {
        width: 90px;
        margin-left: -37px;
        margin-right: -37px;
    }

    .carte-select img.arcane,
    .carte-select {
        width:120px;
    }
    .carte-select {
        margin:10px 5px;
    }

}

@media (max-width: 479px) {
    .j-card {
        width: 90px;
        margin-left: -35px;
        margin-right: -35px;
    }
    
}


@media (max-width:399px) {
    .carte-select img.arcane,
    .carte-select {
        width:105px;
    }
}

@media (max-width:320px) {

    .carte-select img.arcane,
    .carte-select {
        width:80px;
    }
    .carte-select .no-card .intro_count {
        font-size:50px;
        line-height: 50px;
    }

}


.tirage-Cross.j-cards-result {
    text-align: center;
}


.tirage-Cross .j-results-wrapper-cartes .j-card-holder,
.tirage-celtique .j-results-wrapper-cartes .j-card-holder,
.tirage-feracheval .j-results-wrapper-cartes .j-card-holder,
.tirage-roueastrologique .j-results-wrapper-cartes .j-card-holder {
	max-width: initial !important;
	position:absolute !important;
}



.tirage-Cross .j-cards-result.j-card {
	position:relative;
}

.tirage-Cross .j-cards-result.j-card div {
    background:url('/images/tarot/dos/dos-31.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;	
}




.tirage-feracheval .j-results-wrapper-cartes {
    margin-top: 25px !important;
    margin: auto;
    display: inline-block;
    position:relative !important;
}


@media (min-width: 768px) {
	
	.tirage-Cross .j-results-wrapper-cartes {
            margin-top: 25px !important;
            min-height:640px;
            width:340px;
            margin: auto;
            display: inline-block;
            position:relative !important;
	}

	.tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(1) {
		left:0px;	
		top: 219px !important;
	}
	.tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(2) {
		left:231px;
		top: 219px !important;
	}
	.tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(3) {
		left:113px;
		top: 0px !important;
	}
	.tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(4) {
		top: 438px !important;
		left:113px;
	}
	.tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(5) {
		top: 219px !important;
		left:113px;
	}
        
}

.tirage-Cross .j-results-wrapper,
.tirage-feracheval .j-results-wrapper {
    padding-left:0px;
    padding-right:0px;
}




@media (max-width: 576px) {
     
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder {
        width:60px !important;
    }
    
    .tirage-feracheval .j-results-wrapper-cartes {
            min-height:420px;
            width:315px;
    }

    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(1) {
            top: 0px !important;
            left:40px;	
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(2) {
            top: 125px !important;
            left:0px;            
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(3) {
            top: 245px !important;
            left:60px;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(4) {
            top: 300px !important;
            left:125px;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(5) {
            top: 245px !important;
            left:190px;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(6) {
            top: 125px !important;
            left:245px;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(7) {
            top: 0px !important;
            left:220px;
    }
}






@media (min-width: 576px) {
     
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder {
        width:80px !important;
    }
    
    .tirage-feracheval .j-results-wrapper-cartes {
            min-height:580px;
            width:437px;
    }

    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(1) {
            top: 0px !important;
            left:45px;	
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(2) {
            top: 165px !important;
            left:0px;            
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(3) {
            top: 330px !important;
            left:85px;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(4) {
            top: 380px !important;
            left:175px;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(5) {
            top: 330px !important;
            left:265px;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(6) {
            top: 165px !important;
            left:345px;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(7) {
            top: 0px !important;
            left:310px;
    }
}







@media (min-width: 768px) {
        
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder {
        width:88px !important;
    }
    
    .tirage-feracheval .j-results-wrapper-cartes {
            min-height:595px;
            width:470px;
    }

    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(1) {
            top: 0px !important;
            left:45px;	
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(2) {
            top: 180px !important;
            left:0px;            
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(3) {
            top: 360px !important;
            left:95px;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(4) {
            top: 420px !important;
            left:190px;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(5) {
            top: 360px !important;
            left:285px;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(6) {
            top: 180px !important;
            left:370px;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(7) {
            top: 0px !important;
            left:350px;
    }
}



@media (min-width: 992px) {
        
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder {
        width:105px !important;
    }
    
    .tirage-feracheval .j-results-wrapper-cartes {
            min-height:710px;
            width:585px;
    }

    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(1) {
            left:50px;	
            top: 0px !important;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(2) {
            left:0px;
            top: 215px !important;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(3) {
            left:105px;
            top: 425px !important;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(4) {
            left:230px;
            top: 480px !important;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(5) {
            top: 425px !important;
            left:355px;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(6) {
            top: 215px !important;
            left:465px;
    }
    .tirage-feracheval .j-results-wrapper.box.tirage .j-card-holder:nth-child(7) {
            top: 0px !important;
            left:420px;
    }
}










@media (min-width: 1200px) {
	
	.tirage-Cross .j-results-wrapper-cartes {
		margin-top: 25px !important;
		margin-bottom: 25px;
		min-height:830px;
		width:425px;
		margin: auto;
		display: inline-block;
		position:relative !important;

	}

	.tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(1) {
		left:0px;	
		top: 277px !important;
	}
	.tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(2) {
		left:300px;
		top: 277px !important;
	}
	.tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(3) {
		left:150px;
		top: 0px !important;
	}
	.tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(4) {
		top: 554px !important;
		left:150px;
	}
	.tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(5) {
		top: 277px !important;
		left:150px;
	}
        
        

}




@media (max-width: 768px) {
	
    .tirage-Cross .j-results-wrapper-cartes {
        margin-top: 25px !important;
        margin-bottom: 25px;
        min-height:670px;
        width:344px;
        margin: auto;
        display: inline-block;
        position:relative !important;
    }

    .tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(1) {
            left:0px;	
            top: 218px !important;
    }
    .tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(2) {
            left:225px;
            top: 218px !important;
    }
    .tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(3) {
            left:110px;
            top: 0px !important;
    }
    .tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(4) {
            top: 436px !important;
            left:110px;
    }
    .tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(5) {
            top: 218px !important;
            left:110px;
    }


}




@media (max-width: 576px){

    .tirage-Cross .j-results-wrapper-cartes {
            margin-top: 25px !important;
            margin-bottom: 20px;
            min-height:600px;
            width:300px;
            margin: auto;
            display: inline-block;
            position:relative !important;

    }

    .tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(1) {
            left:0px;	
            top: 200px !important;
    }
    .tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(2) {
            left:205px;
            top: 200px !important;
    }
    .tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(3) {
            left:100px;
            top: 0px !important;
    }
    .tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(4) {
            top: 402px !important;
            left:100px;
    }
    .tirage-Cross .j-results-wrapper.box.tirage .j-card-holder:nth-child(5) {
            top: 200px !important;
            left:100px;
    }


    
    


}


.div-tirage-vertical {
    
    
}
.div-tirage-vertical .div-tirage-carte {
    
    
}

.div-tirage-vertical {
    display:inline-block;
    
}

.div-tirage-vertical .div-tirage-carte {
    display:inline-block;
    margin-top:10px;
    margin-bottom:10px;
    text-align: left;
}

.div-tirage-vertical .img-carte-tirage {
    max-width:110px;
    
}

.div-tirage-vertical .div-tirage-carte img {
    float: left;
    margin-right:15px;
    margin-left:0px;
    max-width: 110px;
}
.div-tirage-vertical .div-tirage-carte .span-nom-carte {
    display:block;
    margin-bottom:5px;
}
.div-tirage-vertical .div-tirage-carte .span-texte {
    
    
}


.div-tirage-vertical .div-tirage-carte .span-texte {
    
    
}



.div-tirage-horizontal {
    text-align:center;
}

.div-tirage-horizontal .img-carte-tirage.j-card {
    margin-left: 5px;
    margin-right: 5px;
}

.div-tirage-horizontal.div-tirage-3 .img-carte-tirage.j-card {
    max-width: calc(100% / 3 - 15px);
}

.div-tirage-horizontal.div-tirage-4 .img-carte-tirage.j-card {
    max-width: calc(100% / 4 - 15px);
}

.div-tirage-horizontal.div-tirage-5 .img-carte-tirage.j-card {
    max-width: calc(100% / 5 - 15px);
}
