 /* slider single realisation */
 #last_ctn input[type=radio],#single_web input[type=radio],#single_graphisme input[type=radio] {
    position: absolute;
    left:-9999px
}
input[type=radio] {
    display: none;
}
#pied_pc{
    width: 44%;
}
#pied_pc::after{
    content: "";
    position: absolute;
    /* width: 88%; */
    width: 700px;
    background: url(../img/pied.webp) no-repeat center;
    top: 70%;
    z-index: 1;
    height: 100%;
    left: 0%;
    margin-left: -146px;
    background-size: 100%;
    /* background-color: #c385331f; */
}
.cadre-slider{ 
    width:100%;
    max-width: 600px;
    overflow: hidden;
    aspect-ratio:3/2;
    position: relative;
    border-radius: .75rem;	
}	
@supports not (aspect-ratio:3/2){	
    .slider-ar {
        padding-top: 66.67%;      
    }
}	
.cadre-slide {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    will-change: transform;
    transition: transform .6s;
}
.slide{
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.slide img{
margin: 0 auto;
}

/* Spécifique aux images en portrait */
.slide.portrait img {
    height: 100%;
    width: auto;
    object-fit: contain; /* Empêche le rognage */
}


.slide:nth-of-type(1){transform:translate3d(0,0,0)}
.slide:nth-of-type(2){transform:translate3d(100%,0,0)}
.slide:nth-of-type(3){transform:translate3d(200%,0,0)}	
.slide:nth-of-type(4){transform:translate3d(300%,0,0)}	
.slide:nth-of-type(5){transform:translate3d(400%,0,0)}
.slide:nth-of-type(6){transform:translate3d(500%,0,0)}

.slider:nth-of-type(2):checked ~ .cadre-slide{transform:translate3d(-100%,0,0);}
.slider:nth-of-type(3):checked ~ .cadre-slide{transform:translate3d(-200%,0,0);}
.slider:nth-of-type(4):checked ~ .cadre-slide{transform:translate3d(-300%,0,0);}
.slider:nth-of-type(5):checked ~ .cadre-slide{transform:translate3d(-400%,0,0);}
.slider:nth-of-type(6):checked ~ .cadre-slide{
    transform:translate3d(-500%,0,0);
}

.slider:nth-of-type(1):checked ~ .cadre-slide .slide:nth-of-type(1) .figcaption,
.slider:nth-of-type(2):checked ~ .cadre-slide .slide:nth-of-type(2) .figcaption,	
.slider:nth-of-type(3):checked ~ .cadre-slide .slide:nth-of-type(3) .figcaption,	
.slider:nth-of-type(4):checked ~ .cadre-slide .slide:nth-of-type(4) .figcaption,
.slider:nth-of-type(5):checked ~ .cadre-slide .slide:nth-of-type(5) .figcaption,
.slider:nth-of-type(6):checked ~ .cadre-slide .slide:nth-of-type(6) .figcaption{
    
    transform: translate3d(0,0%,0)
}

.slider:nth-of-type(1):checked ~  .cadre-miniatures label:nth-of-type(1),
.slider:nth-of-type(2):checked ~  .cadre-miniatures label:nth-of-type(2),
.slider:nth-of-type(3):checked ~  .cadre-miniatures label:nth-of-type(3),
.slider:nth-of-type(4):checked ~  .cadre-miniatures label:nth-of-type(4),
.slider:nth-of-type(5):checked ~  .cadre-miniatures label:nth-of-type(5),
.slider:nth-of-type(6):checked ~  .cadre-miniatures label:nth-of-type(6){   
    box-shadow: 0 0 0 3px var(--color3);
    transform: scale(1);
}
.cadre-miniatures{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 1rem;
    left: 0; 
    right: 0;
}
.miniatures {
    transition: transform .25s;
    transform: scale(.9);
    aspect-ratio: 1;
    width: 40px;
    border-radius:50%;
    z-index: 0;
    cursor: pointer;
    margin: 0 .5rem 0;
}
.miniatures img{
    background-color: #fafafa;
    object-fit: cover;
    display:block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 2px solid white	
}
@supports not (aspect-ratio:1)	{	
    .miniatures {height:30px}		
}
.miniatures:hover {
    transform: scale(1);
}

/* fin slider single realisation */



/*  les boutons */
.right-arrow,.left-arrow{
    width: 80px;
    height: 80px;
    /* background-color: blueviolet; */
    color: white;
    position: relative;
    z-index: 1;
}




/* la popup fullscreen */

#popup_slide{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background-color: black;
}
#popup_slide>.cadre-slider{
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
}

.slide_popup{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px  0;
    height: 100%;
}
img{
    max-width: 100%;
    display: block;
    object-fit: cover;
    margin: 0 auto;
}
/* .bloc{
    display:flex ;
} */
.none{
    display: none;
}

/* Spécifique aux images en portrait */
.slide_popup.portrait img {
    height: 100%;
    width: auto;
    object-fit: contain; /* Empêche le rognage */
}

.arrow-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.arrow-container .arrow{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctn_btn_slide:hover,#img:hover,#close_popup_slide:hover{
    cursor: pointer;
    
}
.ctn_btn_slide{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../img/next_fleche.png) no-repeat center;
}
.left-arrow >.ctn_btn_slide{
    transform: rotate(180deg);
}
#clsoe_popue_slide{
    position: fixed;
    right: 5%;
    top: 25px;
    width: 35px;
}
#close_popup_slide{
    position: absolute;
    right: 5%;
    top:25px;
    width: 35px;
    z-index: 2;
}
.landscape>img{
    width: 70%;
}   
@media screen and (max-width:980px) {
    #popup_slide .landscape>img{
        width: 100%; 
    }  
}