@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');



@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');

@font-face {

  font-family: 'Open Sans', sans-serif, cursive;

}

:root {

	--radiusgen: 10px;

    	--radiusgen: 10px;

    

	--font-family: 'ANTON', sans-serif, cursive;





/*    hsl(212, 46%, 15%)

    #142436

    hsl(212, 45%, 32%)

     #2D4F76

    hsl(212, 45%, 52%)

    #4D81BC

    hsl(212, 45%, 72%)

    #97B5D8

    hsl(0, 2%, 99%)

    #FCFCFC

    

    */

    

    --color2: #f4f4f4;

	--color1:  #0f5ea3;

    

    

    	--color1:   #0f5ea3;

    	--color2: #f4f4f4;

        --color3:   #0f5ea3;

         --color4:   #116cbb;

         --color5:   #f4f4f4;

        

	--font-size-big: 2.5em;

	--font-size-medium: 1.2em;

	--font-size: 1em;

	--font-size-small: 0.7em;

	--font-size-very-small: 0.5em;

}









.color1{color: var(--color1);}

.color2{color: var(--color2);}

.color3{color: var(--color3);}

.color4{color: var(--color4);}

.color5{color: var(--color5);}







.font-standard {

	font-family: var(--font-family);

}

.bold {

	font-weight: 700;

}

.lite {

	font-weight: 300;

}

.standard {

	font-weight: 400;

}







.w90{	min-width: 90%;	width: 90%;}





.w95{	min-width: 95%;	width: 95%;}



.w100{	min-width: 100%;	width: 100%;}



.w70{	min-width: 70%;	width: 70%;}



.h5em{	height:5em;}



.h12em{	height:12em;}











.big {

	font-size: 2.5rem;

	line-height: 2.8rem;

}



.medium-big {

	font-size: 1.2rem;

	line-height: 1.2rem;

}





.medium {

	font-size: 1.1rem;

	line-height: 1.1rem;

}

.normal {

	font-size: 0.9rem;

	line-height: 0.9rem;

}

.small {

	font-size: 0.8rem;

	line-height: 0.8rem;

}





.left{

	text-align: left;

}







.right{

	text-align: right;

}



.center{

	text-align: center;

}





















.very-small {

	font-size: 0.5rem;

	line-height: 0.7rem;

}

.overflow-hidden {

	overflow: hidden;

}

.overflow-scroll {

	overflow: scroll;

}

















@media screen and (min-width: 800px) {

    #zone-art {

        min-height: 20em;

        display: flex

;

        /* height: 50vh; */

        max-width: 1020;

        /* overflow: hidden; */

        justify-content: center;

        display: flex

;

        flex-wrap: wrap;

    }

}

    

    

    

    .art-cadre {  

    

        flex: 1 1 0;

        position: relative;

        background: var(--color5);

        border-radius: var(--radiusgen);

        min-width: 25%;

        width: 50vw;

        max-width: em;

        height: 30vh;

        padding: 0.4em;

        margin: 0.5rem 0.5rem 0.5rem 0.5rem;

        overflow: hidden;

        box-shadow: 0px 0px 20px black;

    }

    

    

    .art-cadre .image {

    width: 100%;

        height: 30em;

        background: rgba(255, 255, 255, 1);

        border-radius: var(--radiusgen);

        overflow: hidden;

    }

    .art-cadre .image img {

        width: auto;

        height: 100%;

        overflow: hidden;

    }

    .art-cadre .titre {

        width: 100%;

        height: 3em;

        display: -webkit-box;

        -webkit-line-clamp: 2;

        -webkit-box-orient: vertical;

        padding-bottom: 0.3rem;

        padding-top: 0.3rem;

        border-radius: 0em;

        overflow: hidden;

    }

    .art-cadre .text {

    

        width: 100%;	max-width: 100%;

        height: 0;auto;

        padding-bottom: 0rem;

        border-radius: 0em;

        overflow: hidden;

    }

    .art-cadre .prix {

    

        width: 30%;

        height:0;auto; 

        padding-bottom: 0.3rem;

        border-radius: 0em;

        overflow: hidden;

    

    }

    .art-cadre .description {

    height:0em;

        flex: auto;

        width: 100%;

        display: -webkit-box;

        -webkit-line-clamp: 4;

        -webkit-box-orient: vertical;

        padding-top: 0.3rem;

        overflow: hidden;

    }

    .art-cadre .action {

        display: flex;

        width: 100%;

        height: auto;

    }

    .masque {

        width: 100%;

        height: 100%;

        position: absolute;

        top: 100%;

        left: 0;

        background: var(--color2);

        transition: 0.3s;

    }

    .active:hover ~ .masque {

        position: absolute;

        top: -0%;

        left: 0;

    }

    .masque:hover {

        position: absolute;

        top: -0%;

        left: 0;

    }

    .flex {

        display: flex;

    }

    


















    #zone-art{

min-height: 20em;

        display: flex

;

        /* height: 50vh; */

        max-width: 1020;

        /* overflow: hidden; */

        justify-content: center;

        display: flex

;

        flex-wrap: wrap;

        }

        

        

        

        

        .art-cadre {  flex: 1 1 0;

        

            position: relative;

         

            background: var(--color5);

            border-radius: var(--radiusgen);

            min-width: 25%;

            width: 12em;

            max-width: 20em;

            height: auto;

            padding: 0.4em;

            margin: 0.5rem 0.5rem 0.5rem 0.5rem;

            overflow: hidden;

            box-shadow: 0px 0px 20px black;

        }

        .art-cadre .image {

            width: 100%;

            height: 12em;

            background: rgba(255, 255, 255, 1);

            border-radius: var(--radiusgen);

            overflow: hidden;

        }

        .art-cadre .image img {

            width: auto;

            height: 100%;

            overflow: hidden;

        }

        .art-cadre .titre {

            width: 100%;

            height: 3em;

            display: -webkit-box;

            -webkit-line-clamp: 2;

            -webkit-box-orient: vertical;

            padding-bottom: 0.3rem;

            padding-top: 0.3rem;

            border-radius: 0em;

            overflow: hidden;

        }

        .art-cadre .text {

        

            width: 100%;	max-width: 100%;

            height: 0;auto;

            padding-bottom: 0rem;

            border-radius: 0em;

            overflow: hidden;

        }

        .art-cadre .prix {

        

            width: 30%;

            height:0;auto; 

            padding-bottom: 0.3rem;

            border-radius: 0em;

            overflow: hidden;

        

        }

        .art-cadre .description {

        height:0em;

            flex: auto;

            width: 100%;

            display: -webkit-box;

            -webkit-line-clamp: 4;

            -webkit-box-orient: vertical;

            padding-top: 0.3rem;

            overflow: hidden;

        }

        .art-cadre .action {

            display: flex;

            width: 100%;

            height: auto;

        }

        .masque {

            width: 100%;

            height: 100%;

            position: absolute;

            top: 100%;

            left: 0;

            background: var(--color2);

            transition: 0.3s;

        }

        .active:hover ~ .masque {

            position: absolute;

            top: -0%;

            left: 0;

        }

        .masque:hover {

            position: absolute;

            top: -0%;

            left: 0;

        }

        .flex {

            display: flex;

        }







/*// cart article cadi  ////////////////////////////////////////////////////////////////*/

















.grid-text{ grid-area: text;}

.grid-titre{ grid-area: titre;}

.grid-prix{ grid-area:prix;}

.grid-description{ grid-area: description;}

.grid-action{ grid-area: action;}

.grid-image{ grid-area: image;}



.grid-quantite{ grid-area: quantite;}



















.card-art-cadre {  flex: 1 1 0;



	position: relative;

 

	background:rgba(245, 245, 255, 1);

	border-radius:var(--radiusgen);

	min-width: 20em;

	width: 20em;

	max-width: 100%;

	height: 4.5em;

	padding: 0.4em;

	margin: 0.1rem 0.1rem 0.1rem 0.1rem;

	overflow: hidden;

    

    

     display: grid;

  grid-template-columns: repeat(3, 1fr);

  grid-auto-rows: 2em 2.5em;

  grid-auto-columns:5em auto 5em;

  grid-template-areas:

    "image titre prix"

    "image quantite  remise";

    



    

    

    

    

}

.card-art-cadre .image {

	width: 4.5rem;

	height: 4.5rem;

	background: rgba(255, 255, 255, 1);

	border-radius: var(--radiusgen);

	overflow: hidden;

}

.card-art-cadre .image img {

	width: auto;

	height: 100%;

	overflow: hidden;

}

.card-art-cadre .titre {

	width: 100%;

	height: auto;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;



	overflow: hidden;

}

.card-art-cadre .text {





	height: auto;

	padding-bottom: 0rem;

	border-radius: 0em;

	overflow: hidden;

}



.card-art-cadre .prix {	

	

	height: auto;

	padding-bottom: 0.3rem;





}



.card-art-cadre .remise{

	width: auto;

	padding-bottom: 0.3rem;

	border-radius: 0em;

	overflow: hidden;



}

.card-art-cadre .quantite {



	width: 10rem;





	padding-top: 0.0rem;

	overflow: hidden;

}



.card-art-cadre .description {

	flex: auto;

	width: 100%;

	display: -webkit-box;

	-webkit-line-clamp: 4;

	-webkit-box-orient: vertical;

	padding-top: 0.3rem;

	overflow: hidden;

}

.card-art-cadre .action {

	display: flex;

	width: 100%;

	height: auto;

}

.masque {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 120%;

	left: 0;

	background: var(--color2);

	transition: 0.3s;

}

.active:hover ~ .masque {

	position: absolute;

	top: -0%;

	left: 0;

}

.masque:hover {

	position: absolute;

	top: -0%;

	left: 0;

}







































/*// bouton  ////////////////////////////////////////////////////////////////*/







.bouton {

	height: 2em;

	width: auto;

	min-width: 10em;

	border-radius: var(--radiusgen);

	margin-top: 0.3em;

	line-height: 2em;

	vertical-align: middle;

	text-align: center;

	cursor: pointer;

	overflow: hidden;

	transition: 0.3s;

}











.bouton-sombre:hover, .bouton-claire {

	background: var(--color2);

	color: var(--color1);

	border: solid 0.05rem var(--color1);

}

.bouton-sombre, .bouton-claire:hover {

	color: var(--color2);

	background: var(--color1);

	border: solid 0.05rem var(--color2);

}

















input[type=number]::-webkit-inner-spin-button, 

input[type=number]::-webkit-outer-spin-button { 

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    margin: 0; 

}







input[type=number] 

{ text-align:center;

 border: none;

}







fieldset {  

border-radius:var(--radiusgen); 



}









 .input {  background:  var(--color2) ;

padding-left:2em;

border:solid 1px  var(--color1);

color: rgba(0,0,0,1);

vertical-align:middle;

border-radius:var(--radiusgen); 

overflow: hidden;

height:2em;

transition:0.2s;

font-weight:700;

width:10rem;

font-size:1rem;

padding-right:0.3em;  

margin:0.2em;

}





 .input:focus { outline: none;

border:solid 0.0em  var(--color1);

box-shadow: 0px 0px 0.0em 0.1em var(--color1),0px 0px 0.0em 0.2em var(--color2);;

transition:0.2s;

padding-left:0.6em;

text-overflow: ellipsis;

 background-position: -100%;



}





 .input::placeholder  { 

 font-weight:700;line-height: 1.5em; color: rgba(0,0,0,0.35);

}









 .recherche {  

 background: url(/3.0/boutique/skin/icon/shear.jpg) 0% 0% no-repeat, rgba(250,250,250,1) ;

 background-size: auto 100%,cover;

 

}

/*// bouton icon ////////////////////////////////////////////////////////////////*/



.Pseudo{

background: url(../skin/icon/PSEUDO.jpg)0% 0% no-repeat, rgba(250,250,250,1) ;

 background-size: auto 100%,cover;



min-width:10em;

}





.Mdp{width:75%;min-width:10em;

background: url(../skin/icon/mdp.jpg)0% 0% no-repeat, rgba(250,250,250,1) ;

 background-size: auto 100%,cover;

transition:0.2s;

}





.Cp{width:75%;min-width:10em;

background: url(../skin/icon/cp.jpg)0% 0% no-repeat, rgba(250,250,250,1) ;

 background-size: auto 100%,cover;height:2.5em;

transition:0.2s;

}







.Ville{width:75%;min-width:10em;

background: url(../skin/icon/ville.jpg)0% 0% no-repeat, rgba(250,250,250,1) ;

 background-size: auto 100%,cover;

transition:0.2s;

}









.Cloche{width:75%;min-width:10em;

background: url(../skin/icon/cloche.jpg)0% 0% no-repeat, rgba(250,250,250,1) ;

 background-size: auto 100%,cover;

transition:0.2s;

}









.Mail{width:75%;min-width:10em;

background: url(../skin/icon/mail.jpg)0% 0% no-repeat, rgba(250,250,250,1) ;

 background-size: auto 100%,cover;

transition:0.2s;

}



.Ref{width:75%;min-width:10em;

background: url(../skin/icon/ref.jpg)0% 0% no-repeat, rgba(250,250,250,1) ;

 background-size: auto 100%,cover;

transition:0.2s;

}





.Trait{width:75%;min-width:10em;

background: url(../skin/icon/trait.png)0% 0% no-repeat, rgba(250,250,250,1) ;

 background-size: auto 100%,cover;

transition:0.2s;

}







.Eur{width:75%;min-width:10em;

background: url(../skin/icon/eur.jpg)0% 0% no-repeat, rgba(250,250,250,1) ;

 background-size: auto 100%,cover;

transition:0.2s;

}



























#card-title{

	color: #f4f4f4;

font-weight: 700;

min-width:10em;

font-size:1.8em;

Padding:0em 0.5em ;

margin:0.0em;

margin-bottom:0em;

width:20rem;

height: auto;

text-align:left;

border-bottom:0.1em  solid rgba(0,0,0,1);

padding:0.3em 0 0.5em 0;text-weight:700

border-bottom:0.1em  solid rgba(0,0,0,1);

padding:0.3em 0 0.5em 0;



}









#art-view{

display:flex;

flex-direction: column;

width:30em;

text-align:center;

justify-content: center top;

max-width:100%;

align-items: center;

padding-top:1em;overflow-y:scroll;overflow-x:hidden;

height:auto;

max-height:calc(100% - 17.5em);transistion:0.5s;

min-height:calc(100% - 25.5em);

}









#card-viewlien{  justify-content: center;

font-weight: bold;

line-height: 1.4em;

font-size:1.4em;

flex:1;

 vertical-align: middle;

 color:var(--color2);

text-align:center;

position:fixed;top:0.2em;right:0.2em;

border-radius:var(--radiusgen) var(--radiusgen) var(--radiusgen) calc( var(--radiusgen) /4);

font-family: 'segoe';

background: var(--color1);



Padding:0;

margin-top:5vh;

width: 2.3em;

height:2.3em;



user-select: none;

max-width:95%;

box-shadow:0.0em 0.0em 0.2em rgba(0,0,0,0.5);

transition:0.5s ease-out;



z-index:10;



}



.card-viewnum{ 



font-weight: bold;

line-height: 1.5em;

font-size:0.7em;

 vertical-align: middle;

 color:var(--color1);

text-align:center;



position:absolute;

top:-0em;

right:-0em;



font-family: 'segoe';

background: var(--color2); 

Padding:0.0em;margin:0.0em;

width: 1.5em;

height:1.5em;

border-radius:var(--radiusgen) ;

max-width:1.5em;max-height:1.5em; user-select: none;

box-shadow:0.0em 0.0em 0.2em rgba(0,0,0,0.5);



transition:0.5s ease-out;

}









.card-viewlien img{  transition:0.5s ease-out;top:-0em;right:-0em;

content: url(../skin/icon/cad.png);  width:100%;height:100%}

#card-viewcheck:checked ~ * .card-viewlien img{content: url(../skin/icon/croix.png); }



#card-viewcheck:checked ~ * .card-viewnum{ display:none}



 .bg2 img{ opacity:0 ; transition:0.5s ease-out ;position:absolute;top:-2em;right:-0em;}

.bg1 img{opacity:0 ; content:url(../skin/icon/cad.png); transition:0.5s ease-out }





.bg1  .card-viewnum{ transition:0.2s ease-out;

font-weight: bold;

line-height: 1.5em;

font-size:1.5em;

color: var(--color2);

background: rgba(255,255,255,0.0); 

box-shadow:0.0em 0.0em 0.2em rgba(0,0,0,0.0);





}

card-view{ 

 z-index:20;

}



card{ 

position:fixed;top:0;right:0;

    background:var(--panier);

   Padding:2em 0em ;margin:0.0em;

   width: 0;

   height: 0; 

    overflow:hidden;

    transition: width 0.5s, height 0s 1s;

    max-width:25em; 

    box-shadow:-0.1em 0.0em 0.2em rgba(0,0,0,0.5);  

background: linear-gradient(to top,rgba(0,0,0,0.7) 100% , #ffffff00 ), url(../../img/bg21.webp) center top repeat-y;

    background-size:auto, auto 90%,100% 100%  ;

    text-align:center;

font-family: 'segoe' ; z-index:20;

}



#card-viewcheck:checked ~ * card{ 

position:fixed;top:0;right:0;

Padding:2em 0em ;margin:0.0em;

width: 100%;

height: 100%;max-height: 100vh;

transition: width 0.5s,height 0s;

  

}











.bg1{background: rgba(0,180,0,1);

content: "+1"; 

box-shadow:-0.1em 0.0em 1em rgba(255,255,255,1);



 transition:0.5s ease-out}











.bg2{background: rgba(180,0,0,1);

content: ":,("; 

box-shadow:-0.1em 0.0em 1em rgba(255,255,255,1);





 transition:0.5s ease-out}



#card-viewcheck{ display:none}





#payer{ 

position:absolute;top:0;right:-100%; 

    background:var(--panier);

   Padding:2em 0em ;margin:0.0em;

   width: 100%;

   height: 100%; 

    overflow:hidden;

    transition:  0.5s;

    max-width:25em; 

    box-shadow:-0.1em 0.0em 0.2em rgba(0,0,0,0.5);  

        background:  url(../../img/bg21.webp) center top no-repeat;

    background-size:auto, auto 90%,100% 100%  ;

    text-align:center;

font-family: 'segoe' ;

}









#card-payer:checked  ~ *  #payer{ 

position:absolute;top:0;right:0;

Padding:2em 0em ;margin:0.0em;

width: 100%;

height: 100%;

transition:0.5s;

}





#icon img{

width:100%;

height:100%;

transition:1s;

position: relative;

top: 0%;

}



#icon { 

border-radius:50%;

position: relative;



width:10em;

height:10em;

overflow:hidden;

box-shadow: inset 0em 0em 0.5em rgba(0,0,0,0.5);

}













.connect{top:0;transition: top  0.2s;

background:url(../Skin/connect2.png) ,linear-gradient(to bottom, #2d3e52, #dcc4a0) ; 

background-size:100%,100% ;

}



.lost{top:0;transition: top  0.2s;

background:url(../Skin/lost.png),linear-gradient(to bottom, #2d3e52, #dcc4a0) ; 

background-size:100%,100% ;

}



.inscription{top:0;transition: top 0.2s;

background:url(../Skin/ins2.png) ,linear-gradient(to bottom, #2d3e52, #dcc4a0) ; 

background-size:100%,100% ;



}















.scaleani{transform:scale(0.0);

animation:  0.25s  ease-in 0s   scalean;

animation-delay: 0.25s;

animation-fill-mode:  forwards;

}



  @keyframes scalean { from { transform:scale(0.0); } to {transform:scale(1);}  }



 @-webkit-keyframes scalean { from { transform:scale(0.0); } to {transform:scale(1);}  }

.payment-actions {
	display: grid;
	gap: 0.55rem;
	width: min(88%, 22rem);
	margin: 1rem auto;
}

.checkout-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
	min-height: 3.2rem;
	padding: 0.7rem 0.9rem;
	border: 0;
	border-radius: 0.5rem;
	background: #151719;
	color: #fff;
	font-family: var(--font-family);
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 0.4rem 1.2rem rgba(0,0,0,0.18);
}

.checkout-btn small {
	color: rgba(255,255,255,0.72);
	font-size: 0.72rem;
	font-weight: 600;
	text-align: right;
}

.checkout-stripe {
	background: #635bff;
}

.checkout-paypal {
	background: #17365d;
}

.checkout-muted {
	padding: 0.75rem;
	border-radius: 0.5rem;
	background: rgba(255,255,255,0.82);
	color: rgba(0,0,0,0.72);
	font-weight: 700;
}

/* Modern boutique layout */
html {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

html.shop-cart-open,
html.shop-cart-open body {
	overflow: hidden;
}

body {
	width: 100%;
	min-height: 100dvh;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background: transparent;
	color: #f7fbff;
	font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

center {
	display: contents;
}

.shop-shell {
	width: min(1160px, 94vw);
	margin: 0 auto;
	padding: clamp(116px, 15vh, 150px) 0 54px;
}

shop-view,
card-view,
art-cart,
art-card {
	display: block;
}

#rechercheform {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: min(520px, 100%);
	margin: 0 auto 1.65rem;
	padding: 0;
}

#rechercheform .input.recherche,
.input.recherche {
	width: min(320px, 64vw) !important;
	height: 2.45rem;
	min-width: 0;
	padding: 0 0.9rem 0 2.35rem;
	border: 1px solid rgba(255,255,255,0.36);
	border-radius: 0.5rem;
	background-color: rgba(255,255,255,0.95);
	background-position: 0.55rem 50%;
	background-size: 1.25rem auto;
	color: #14202b;
	font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif;
	font-size: 0.95rem;
	box-shadow: 0 12px 28px rgba(0,0,0,0.22);
}

#rechercheform .bouton {
	height: 2.45rem !important;
	min-width: 8.2rem;
	margin: 0 !important;
	border-radius: 0.5rem;
	border: 1px solid rgba(255,255,255,0.34);
	background: #1269af;
	color: #fff;
	box-shadow: 0 12px 28px rgba(0,0,0,0.22);
}

#zone-art {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 1.15rem;
	width: 100%;
	min-height: 0 !important;
	padding: 0;
	margin: 0 auto;
	justify-content: center;
	align-items: stretch;
	overflow: visible !important;
}

#zone-art art-cart {
	min-width: 0;
}

.art-cadre {
	display: grid !important;
	grid-template-rows: 190px auto auto minmax(2.4rem, auto);
	gap: 0.55rem;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	min-height: 318px;
	height: auto !important;
	margin: 0 !important;
	padding: 0.48rem !important;
	position: relative;
	overflow: hidden;
	border-radius: 0.65rem;
	border: 1px solid rgba(255,255,255,0.24);
	background: rgba(6, 22, 34, 0.86);
	box-shadow: 0 18px 38px rgba(0,0,0,0.36);
	backdrop-filter: blur(12px);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.art-cadre:hover {
	transform: translateY(-4px);
	border-color: rgba(255,255,255,0.42);
	box-shadow: 0 24px 50px rgba(0,0,0,0.46);
}

.art-cadre .image {
	width: 100% !important;
	height: 190px !important;
	padding: 0.25rem;
	border-radius: 0.5rem;
	background: rgba(255,255,255,0.96);
	overflow: hidden;
}

.art-cadre .image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}

.art-cadre .titre,
.art-cadre .text,
.art-cadre .description {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 0.2rem !important;
	text-align: left;
	font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif !important;
	text-shadow: none !important;
}

.art-cadre .titre {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	font-size: 0.92rem !important;
	line-height: 1.08rem !important;
	font-weight: 800;
}

.art-cadre .text {
	color: #f0a500 !important;
	font-size: 0.9rem !important;
	line-height: 1.2rem;
}

.art-cadre .description {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(255,255,255,0.72) !important;
	font-size: 0.78rem !important;
	line-height: 1.08rem !important;
}

.art-cadre .action {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 3.1rem;
	gap: 0.45rem;
	width: 100% !important;
	margin: 0 !important;
	align-items: stretch;
}

.bouton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.15rem;
	border-radius: 0.48rem;
	border: 1px solid rgba(255,255,255,0.22);
	font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif !important;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.bouton:hover {
	transform: translateY(-1px);
}

.bouton-sombre {
	background: #1269af !important;
	color: #fff !important;
}

.bouton-claire {
	background: rgba(255,255,255,0.96) !important;
	color: #0d4f88 !important;
}

.art-cadre .masque {
	inset: auto 0 0 0 !important;
	top: auto !important;
	height: auto !important;
	min-height: 55%;
	padding: 1rem;
	border-radius: 0.65rem 0.65rem 0 0;
	background: rgba(4, 14, 22, 0.96);
	box-shadow: 0 -18px 34px rgba(0,0,0,0.35);
	backdrop-filter: blur(16px);
	transform: translateY(105%);
	transition: transform 0.22s ease;
	overflow-y: auto;
}

.art-cadre .active:hover ~ .masque,
.art-cadre .masque:hover {
	position: absolute;
	transform: translateY(0);
}

.art-cadre .masque .bouton {
	width: 100%;
	min-height: 2.3rem;
	margin: 0.35rem 0;
}

.shop-pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 1.55rem 0 0;
}

.shop-pagination > .bouton {
	gap: 0.35rem;
	width: auto !important;
	min-width: 12rem;
	height: auto !important;
	padding: 0.7rem 0.9rem;
	border-radius: 0.65rem;
	background: rgba(6, 20, 32, 0.78) !important;
	color: #fff !important;
	box-shadow: 0 16px 36px rgba(0,0,0,0.32);
	backdrop-filter: blur(12px);
}

.shop-pagination button.bouton {
	width: 2.2rem !important;
	min-width: 2.2rem !important;
	height: 2.2rem !important;
	margin: 0 0.25rem !important;
	border-radius: 0.48rem;
}

.shop-pagination #page {
	width: 3rem !important;
	height: 2.2rem;
	border: 1px solid rgba(255,255,255,0.22);
	border-radius: 0.45rem;
	background: rgba(255,255,255,0.96);
	color: #112;
	text-align: center;
	appearance: textfield;
}

#card-viewcheck {
	display: none !important;
}

.shop-cart-trigger {
	position: fixed;
	top: clamp(5.5rem, 12vh, 7rem);
	right: clamp(1rem, 3vw, 2.1rem);
	z-index: 120;
	display: block;
	cursor: pointer;
}

#card-viewlien.card-viewlien,
.shop-cart-trigger .card-viewlien {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.45rem !important;
	height: 3.45rem !important;
	margin: 0 !important;
	padding: 0.55rem !important;
	border-radius: 1rem !important;
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(13, 39, 58, 0.9) !important;
	box-shadow: 0 18px 34px rgba(0,0,0,0.35);
	backdrop-filter: blur(12px);
}

#card-viewlien.card-viewlien img,
.shop-cart-trigger .card-viewlien img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	content: url(../skin/icon/cad.png);
}

#card-viewcheck:checked + .shop-cart-trigger {
	opacity: 0;
	pointer-events: none;
}

.card-viewnum {
	position: absolute !important;
	top: -0.45rem !important;
	right: -0.45rem !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.55rem !important;
	height: 1.55rem !important;
	border-radius: 999px !important;
	background: #c01845 !important;
	color: #fff !important;
	font-size: 0.75rem !important;
	line-height: 1 !important;
	box-shadow: 0 0 0 0.18rem rgba(5,16,25,0.88), 0 8px 18px rgba(0,0,0,0.35);
}

card-view {
	position: relative;
	z-index: 200;
}

card {
	position: fixed !important;
	inset: 0 0 0 auto !important;
	display: block;
	width: min(430px, 100vw) !important;
	height: 100dvh !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	transform: translateX(106%);
	transition: transform 0.28s ease !important;
	background: linear-gradient(180deg, rgba(4,14,22,0.98), rgba(9,18,22,0.95)) !important;
	border-left: 1px solid rgba(255,255,255,0.16);
	box-shadow: -26px 0 54px rgba(0,0,0,0.48);
	backdrop-filter: blur(16px);
	text-align: left;
	z-index: 210;
}

#card-viewcheck:checked ~ * card {
	width: min(430px, 100vw) !important;
	height: 100dvh !important;
	padding: 0 !important;
	transform: translateX(0);
	transition: transform 0.28s ease !important;
}

card > center {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	padding: 1.45rem;
}

.cart-close-label {
	position: sticky;
	top: 0.75rem;
	z-index: 3;
	align-self: flex-end;
	display: flex;
	justify-content: flex-end;
	height: 0;
	cursor: pointer;
}

.cart-close-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 0.9rem;
	border: 1px solid rgba(255,255,255,0.22);
	background: #1269af;
	color: #fff;
	font-size: 1.45rem;
	font-weight: 900;
	box-shadow: 0 14px 28px rgba(0,0,0,0.35);
}

#card-title {
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 3.4rem 0.85rem 0 !important;
	border-bottom: 1px solid rgba(255,255,255,0.18) !important;
	color: #fff;
	font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif;
	font-size: 1.55rem !important;
	line-height: 1.1;
	text-align: left;
}

#art-view {
	display: flex !important;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: stretch !important;
	justify-content: flex-start !important;
	gap: 0.75rem;
	width: 100% !important;
	max-width: none !important;
	min-height: 0 !important;
	max-height: none !important;
	height: auto !important;
	padding: 0 !important;
	overflow: visible !important;
	text-align: left;
}

.card-art-cadre {
	display: grid !important;
	grid-template-columns: 4.7rem minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	grid-template-areas:
		"image title price"
		"image qty qty";
	gap: 0.45rem 0.75rem;
	align-items: center;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0.62rem !important;
	border-radius: 0.7rem;
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.08);
	box-shadow: 0 14px 26px rgba(0,0,0,0.24);
}

.card-art-cadre .image {
	grid-area: image;
	width: 4.7rem !important;
	height: 4.7rem !important;
	border-radius: 0.55rem;
	background: rgba(255,255,255,0.94);
	overflow: hidden;
}

.card-art-cadre .image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}

.card-art-cadre .titre {
	grid-area: title;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	color: #fff;
	font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif !important;
	font-size: 0.82rem !important;
	line-height: 0.98rem !important;
	text-align: left;
	text-shadow: none !important;
}

.card-art-cadre .prix {
	grid-area: price;
	color: #fff !important;
	font-size: 1rem !important;
	line-height: 1;
	text-align: right;
}

.card-art-cadre .remise,
.card-art-cadre .description {
	display: none !important;
}

.card-art-cadre .quantite {
	grid-area: qty;
	width: 100% !important;
	margin: 0 !important;
	text-align: right;
}

.card-art-cadre .quantite center {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.4rem;
}

.card-art-cadre .quantite .bouton,
.card-art-cadre .quantity {
	width: 2.25rem !important;
	min-width: 2.25rem !important;
	height: 2.25rem !important;
	min-height: 2.25rem !important;
	margin: 0 !important;
	border-radius: 0.55rem;
}

.card-art-cadre .quantity {
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.96);
	color: #152332;
	text-align: center;
}

#promo-section {
	width: 100%;
	margin: 0 !important;
	padding: 0.85rem;
	border-radius: 0.75rem;
	border: 1px solid rgba(255,255,255,0.14);
	background: rgba(255,255,255,0.07);
	text-align: left !important;
}

#promo-section input {
	width: 100% !important;
	height: 2.45rem;
	margin: 0 0 0.55rem !important;
	border: 1px solid rgba(255,255,255,0.24) !important;
	border-radius: 0.5rem !important;
	background: rgba(255,255,255,0.96);
	color: #14202b;
}

#apply-promo-btn {
	width: 100%;
	min-height: 2.35rem;
	margin: 0 !important;
	border-radius: 0.5rem !important;
	background: #1269af !important;
	color: #fff !important;
}

#promo-message {
	min-height: 1.1rem;
	color: #ffcf6b !important;
	font-size: 0.86rem;
}

#card-total {
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0.85rem 0 !important;
	border-top: 1px solid rgba(255,255,255,0.18) !important;
	border-bottom: 1px solid rgba(255,255,255,0.18) !important;
	font-size: 1rem !important;
	color: #fff;
}

.cart-total-lines {
	display: grid;
	gap: 0.3rem;
}

.cart-total-lines > div,
.cart-total-main {
	display: flex;
	justify-content: space-between;
	gap: 0.8rem;
}

.cart-total-main {
	margin-top: 0.4rem;
	padding-top: 0.55rem;
	border-top: 1px solid rgba(255,255,255,0.14);
	font-size: 1.15rem;
}

.payment-actions {
	width: 100%;
	margin: 0;
}

.checkout-btn {
	min-height: 3.1rem;
	border-radius: 0.7rem;
	box-shadow: 0 14px 28px rgba(0,0,0,0.28);
}

#payer {
	display: none !important;
}

@media (max-width: 900px) {
	.shop-shell {
		width: min(94vw, 620px);
		padding-top: 0.75rem;
		padding-bottom: 5rem;
	}

	#zone-art {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
		gap: 0.85rem;
	}

	.art-cadre {
		grid-template-rows: 150px auto auto minmax(2.2rem, auto);
		min-height: 282px;
	}

	.art-cadre .image {
		height: 150px !important;
	}

	.art-cadre .action {
		grid-template-columns: minmax(0, 1fr) 2.7rem;
	}

	.shop-cart-trigger {
		top: calc(env(safe-area-inset-top, 0px) + 0.85rem);
		right: 1rem;
		bottom: auto;
	}
}

@media (max-width: 520px) {
	#rechercheform {
		flex-direction: column;
		align-items: stretch;
	}

	#rechercheform .input.recherche,
	#rechercheform .bouton {
		width: 100% !important;
		min-width: 0;
	}

	#zone-art {
		grid-template-columns: minmax(0, 1fr);
	}

	card > center {
		padding: 1.1rem;
	}
}

/* Boutique refresh - coherent avec les cadres du site */
:root {
	--shop-surface: rgba(3, 15, 24, .62);
	--shop-border: rgba(255,255,255,.16);
	--shop-muted: rgba(255,255,255,.72);
	--shop-gold: #f0a500;
	--shop-blue: #1269af;
}

html,
body {
	background: transparent !important;
}

body {
	overflow-x: hidden;
	color: #f7fbff;
}

.shop-shell {
	width: min(1280px, 100%);
	padding: clamp(.75rem, 2vh, 1.6rem) 0 clamp(2.2rem, 5vh, 4rem);
}

shop-view {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: clamp(1rem, 2.2vw, 1.8rem);
	overflow: hidden;
	border: 1px solid var(--shop-border);
	border-radius: 28px;
	background:
		radial-gradient(circle at 16% 12%, rgba(224,146,14,.14), transparent 34%),
		radial-gradient(circle at 86% 76%, rgba(105,198,216,.13), transparent 32%),
		linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035)),
		var(--shop-surface);
	box-shadow: 0 26px 62px rgba(0,0,0,.34);
	backdrop-filter: blur(16px) saturate(140%);
	-webkit-backdrop-filter: blur(16px) saturate(140%);
}

#rechercheform {
	width: min(660px, 100%);
	margin: 0 auto clamp(1.4rem, 2.7vw, 2.2rem);
	padding: .42rem;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 999px;
	background: rgba(0, 11, 20, .34);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 12px 28px rgba(0,0,0,.20);
	backdrop-filter: blur(12px) saturate(130%);
	-webkit-backdrop-filter: blur(12px) saturate(130%);
}

#rechercheform .input.recherche,
.input.recherche {
	flex: 1 1 auto;
	width: auto !important;
	height: 2.8rem;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 999px;
	background-color: rgba(255,255,255,.94);
	box-shadow: none;
	font-weight: 700;
}

#rechercheform .bouton {
	height: 2.8rem !important;
	min-width: 8.8rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #1269af, #1682d6) !important;
	box-shadow: 0 12px 26px rgba(18,105,175,.28);
}

#zone-art {
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: clamp(1rem, 1.8vw, 1.45rem);
}

.art-cadre {
	grid-template-rows: 205px auto auto minmax(2.65rem, auto);
	gap: .72rem;
	min-height: 390px;
	padding: .72rem !important;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 24px;
	background:
		radial-gradient(circle at 14% 12%, rgba(224,146,14,.16), transparent 34%),
		radial-gradient(circle at 92% 84%, rgba(105,198,216,.12), transparent 32%),
		linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035)),
		rgba(3,15,24,.68);
	box-shadow: 0 24px 58px rgba(0,0,0,.32);
	backdrop-filter: blur(16px) saturate(140%);
	-webkit-backdrop-filter: blur(16px) saturate(140%);
}

.art-cadre::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	pointer-events: none;
	background: linear-gradient(180deg, transparent, rgba(0,7,12,.36));
}

.art-cadre > * {
	position: relative;
	z-index: 1;
}

.art-cadre:hover {
	border-color: rgba(255,255,255,.24);
	box-shadow: 0 30px 68px rgba(0,0,0,.38);
}

.art-cadre .image {
	height: 205px !important;
	padding: .45rem;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 18px;
	background:
		linear-gradient(145deg, rgba(255,255,255,.98), rgba(236,242,244,.92));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 12px 24px rgba(0,0,0,.18);
}

.art-cadre .image img {
	border-radius: 13px;
}

.art-cadre .titre {
	min-height: 2.35rem;
	color: #fff;
	font-size: 1rem !important;
	line-height: 1.18rem !important;
	letter-spacing: 0;
}

.art-cadre .text {
	display: inline-flex;
	width: fit-content !important;
	max-width: 100%;
	min-height: 1.9rem;
	align-items: center;
	padding: 0 .72rem !important;
	border: 1px solid rgba(240,165,0,.24);
	border-radius: 999px;
	background: rgba(240,165,0,.10);
	color: var(--shop-gold) !important;
	font-size: .92rem !important;
	font-weight: 900;
}

.art-cadre .description,
.art-cadre .description * {
	background: transparent !important;
	color: var(--shop-muted) !important;
	font-family: 'Open Sans', 'Segoe UI', Arial, sans-serif !important;
	font-size: .82rem !important;
	line-height: 1.16rem !important;
	font-weight: 700 !important;
}

.art-cadre .action {
	grid-template-columns: minmax(0, 1fr) 3rem;
	gap: .55rem;
	align-self: end;
}

.bouton {
	min-height: 2.45rem;
	border-radius: .72rem;
}

.bouton-sombre {
	background: linear-gradient(135deg, #1269af, #1682d6) !important;
	box-shadow: 0 12px 24px rgba(18,105,175,.24);
}

.bouton-claire {
	background: rgba(255,255,255,.94) !important;
	box-shadow: 0 10px 20px rgba(0,0,0,.18);
}

.art-cadre .masque {
	min-height: 64%;
	padding: 1.15rem;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 22px 22px 0 0;
	background:
		radial-gradient(circle at 15% 10%, rgba(224,146,14,.12), transparent 36%),
		linear-gradient(145deg, rgba(6,21,32,.98), rgba(3,12,20,.98));
	box-shadow: 0 -22px 44px rgba(0,0,0,.38);
}

.art-cadre .masque .bouton {
	justify-content: space-between;
	padding: 0 .8rem;
	color: #fff !important;
	background: rgba(255,255,255,.08) !important;
}

.shop-pagination > .bouton {
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 999px;
	background:
		linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)),
		rgba(3,15,24,.62) !important;
}

.shop-cart-trigger {
	top: clamp(1rem, 7vh, 4.2rem);
	right: clamp(.8rem, 2.4vw, 1.8rem);
}

#card-viewlien.card-viewlien,
.shop-cart-trigger .card-viewlien {
	width: 3.85rem !important;
	height: 3.85rem !important;
	border-radius: 1.15rem !important;
	border-color: rgba(255,255,255,.18);
	background:
		radial-gradient(circle at 30% 20%, rgba(224,146,14,.15), transparent 34%),
		linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035)),
		rgba(3,15,24,.78) !important;
	box-shadow: 0 20px 42px rgba(0,0,0,.38);
}

.card-viewnum {
	background: #c01845 !important;
	box-shadow: 0 0 0 .2rem rgba(5,16,25,.88), 0 10px 20px rgba(0,0,0,.36);
}

card {
	width: min(460px, 100vw) !important;
	background:
		radial-gradient(circle at 20% 8%, rgba(224,146,14,.13), transparent 34%),
		linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)),
		rgba(3,15,24,.94) !important;
	border-left: 1px solid rgba(255,255,255,.16);
	box-shadow: -30px 0 70px rgba(0,0,0,.54);
}

#card-viewcheck:checked ~ * card {
	width: min(460px, 100vw) !important;
}

card > center {
	padding: clamp(1rem, 3vw, 1.55rem);
}

.cart-close-button {
	border-radius: 999px;
	background: linear-gradient(135deg, #c01845, #e0920e);
}

#card-title {
	font-size: 1.7rem !important;
	letter-spacing: .02em;
}

.card-art-cadre,
#promo-section {
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 18px;
	background:
		linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)),
		rgba(0,10,18,.38);
	box-shadow: 0 16px 34px rgba(0,0,0,.24);
}

.checkout-btn,
#apply-promo-btn {
	border-radius: 999px !important;
}

@media (max-width: 900px) {
	.shop-shell {
		width: min(96vw, 680px);
		padding: .35rem 0 6.5rem;
	}

	shop-view {
		padding: .82rem;
		border-radius: 22px;
	}

	#zone-art {
		grid-template-columns: repeat(auto-fit, minmax(162px, 1fr));
		gap: .85rem;
	}

	.art-cadre {
		grid-template-rows: 150px auto auto minmax(2.4rem, auto);
		min-height: 320px;
		padding: .55rem !important;
		border-radius: 20px;
	}

	.art-cadre .image {
		height: 150px !important;
		border-radius: 15px;
	}

	.art-cadre .titre {
		font-size: .86rem !important;
		line-height: 1.02rem !important;
	}

	.art-cadre .description {
		-webkit-line-clamp: 1;
	}

	.shop-cart-trigger {
		top: calc(env(safe-area-inset-top, 0px) + .8rem);
		right: .85rem;
	}
}

@media (max-width: 520px) {
	#rechercheform {
		flex-direction: row;
		gap: .4rem;
		border-radius: 20px;
	}

	#rechercheform .input.recherche {
		width: 100% !important;
		height: 2.6rem;
	}

	#rechercheform .bouton {
		width: auto !important;
		min-width: 5.6rem;
		height: 2.6rem !important;
		padding: 0 .65rem;
		font-size: .78rem;
	}

	#zone-art {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.art-cadre {
		grid-template-rows: 128px auto auto minmax(2.35rem, auto);
		min-height: 292px;
	}

	.art-cadre .image {
		height: 128px !important;
	}

	.art-cadre .text {
		padding: 0 .55rem !important;
		font-size: .78rem !important;
	}

	.art-cadre .action {
		grid-template-columns: minmax(0, 1fr) 2.55rem;
	}

	.bouton {
		min-height: 2.35rem;
	}

	card > center {
		padding: 1rem;
	}
}

@media (max-width: 370px) {
	#zone-art {
		grid-template-columns: 1fr;
	}
}

