.containerLigneArtistique1{
    position: relative;
    height: 0px;
    width: 100%;
}
.tailImageArtistique{
    position: absolute;
    top: -130px;
    right: 0px;
    width: 1000px;
    height: 1000px;
}
.tailImageArtistiqueBleu1{
    position: absolute;
    top: -130px;
    right: 0px;
    width: 1500px;
    height: 1000px;
}
.ligneArtistique1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tailImageArtistique2{
    position: absolute;
    top: -180px;
    right: 0px;
    width: 700px;
    height: 700px;
}
.ligneArtistique2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
   
    object-fit: contain; /* ici on ne coupe pas l'image et il n'est pas déformer */
}
.cercleDegraderNoire{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: radial-gradient(circle, transparent, transparent , black 100%);
}
.cercleDegraderNoire2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: radial-gradient(circle, transparent,  black 100%);
}


.degraderNoir{
    position: absolute;
    top: 0px;
    height: 210px;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(to bottom, #252627 , #000000);
}
.cacheNoirePourRendre3D{
    width: 250px;
    height: 50px;
    background-color: #000000;

    transform: rotate(-30deg) translateY(-30px) translateX(-180px);
}
.couleurDessusDuDiv{
    background-image: linear-gradient(to top, #2c2d2e,  #171819  );
    width: 100%; padding:30px; 
}
.supportTele{

    position: absolute;
    top: -82px;
    left: 50%;
    width: 185px;
    transform: translateX(-50%);
    z-index: 3;
}
.position0{
    position: relative;
    height: 1px;
}




.resp{
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: white;
    padding: 10px;
        visibility: hidden; /* Initialement caché */
        opacity: 0; /* Rendre l'élément complètement transparent */
        z-index: 11; /* Assurez-vous qu'il est au-dessus des autres éléments */
        transition: visibility 0.5s, opacity 0.7s linear; /* Transition pour l'opacité */
    
}

.sectionImageTaille{         /* image 1er Monde */
    position: relative;
    width: 700px;
    border: 1px solid #2a2a2a;
}
.gris-noire-transparent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-image: radial-gradient(circle, #00000000, #00000000, #00000000, #000000, #111111, #191919, #191919);
}
.imgMoitierDuDiv{
    position: relative;
    width: 70%;
    height: 70%;
    z-index: 3;
}                         /* image 1er Monde              */


.contienImage{   /* image normal */

    max-height: 700px; 
  
    width: 100%;
    height: 100%;
    margin: 15px;
    display: flex;
    flex-wrap: wrap;
}
                            /* image normal */


.couleurFond{                /* Lampe */

    position: relative;
    background-color: #191919;
    z-index: 2;
  
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5);
   
}
.containerDivService{
    width: 90vw;
    border-radius: 20px;
}
.limiteporterlampe{

    position: absolute;
   top: 2px;
  left: 2px;
  right: 2px;   /* au lieu de width:100% */
  bottom: 2px; 
        overflow: hidden;
}
.lampebloquer{
    position: relative;
    width: 100%;
    height: 100%;
        overflow: hidden;
        border-radius: 20px;
}
.couleurDessus{
    position: relative;
    background-color: #000000de;
     border-radius: 20px;
  backdrop-filter: blur(10px); /* flou arrière */
  -webkit-backdrop-filter: blur(10px); /* pour Safari */
    /* background-image: linear-gradient(to right, #212121de, #191919de, #191919de , #191919de,   rgba(13, 13, 14, 0.889) ); */
    color: white;
    
   
    border: 1px solid #181818d5;
    z-index: 4;
    width: 100%;
    height: 100%;
}

.cachePresqueNoirePourRendre3D{
    position: relative;
    width: 100px;
    height: 80px;
    background-color: #000000;
    border-bottom: 1px solid #2c2c2c;
    /* background-color: #2c2d2e; */
    z-index: 6;
    transform: rotate(-30deg) translateY(-85px) translateX(-50px);
}
.couleurFond3D{
    
    border-top: 1px solid #2c2c2c;
    background-image: linear-gradient(to top, #1c1c1c,  #0a0a0a  );
    width: 100%; height: 15px;
    
}
.idCouleurFond{
    position: relative;
    overflow: hidden;
}
.couleurDessus3D{
    position: relative;
    background-image: linear-gradient(to top, #1c1c1cec,rgba(10, 10, 10, 0.924) );
    
    width: 100%; height: 100%; 
    z-index: 4;
    overflow: hidden;
}


.sectionDetailPadding{
    padding: 10px;
    padding-bottom: 30px;
    flex-grow: 1;
}   
.lampe {
    position: absolute;
    width: 1200px;
    height: 1200px;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
}  
.lampe3{
    color: white;
    border-radius: 10px;
    flex-grow: 1;
    padding: 55px;
}
.lampe4{
    color: white;
    border-radius: 10px;
    flex-grow: 1;
    padding: 5px;
}
.lampeBleuClaire{
    background-image: radial-gradient(circle, #2990b9, #227a9d, #195770, #142f39, #12252f, #191919,#191919, #191919); 
}
.lampeCouleurJaune{
    background-image: radial-gradient(circle, #d1bb16, #af9e19, #83771f, #5e5723, #302d16, #191919,#191919, #191919);
    
}
.lampeCouleurRouge{
    background-image: radial-gradient(circle, #ffffff, #d3d3d3, #959595, #646464, #3f3f3f, #272727,#111111, #070707);
    
}
.lampeCouleurBleu{
    background-image: radial-gradient(circle, #172cc7, #1425ab, #101c74, #191f48, #1e2139, #191919,#191919, #191919);
    
}
.lampeCouleurVert{
    background-image: radial-gradient(circle, #26c717, #24ab18, #217819, #1a4f15, #173615, #191919,#191919, #191919);
}
.lampeCouleurBlanc{
    background-image: radial-gradient(circle, #ffffff, #b0b0b0, #858585, #525252, #313131, #191919,#191919, #191919);
}
.lampeCouleurNoir{
    background-image: radial-gradient(circle, #000000, #000000, #121212, #191919,#191919);
}
.lampeCouleurPlusClaire{
    background-image: radial-gradient(circle, #444444, #2f2f2f, #1d1d1d, #191919,#191919);
}

.hautdepage{              /* Titre H1 */
    margin:15px;
    border-radius: 10px;
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5);
}

.titreSouligner8{              
   
    width: 330px;
    border-radius: 10px;
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5);
}
.titreSouligner{              
   
    width: 300px;
    border-radius: 10px;
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5);
}
.titreSouligner2{              
   
    width: 450px;
    border-radius: 10px;
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5);
}
.titreSouligner4{              
   
    width: 500px;
    border-radius: 10px;
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5);
}
.titreSouligner3{              
   
    width: 50%;
    border-radius: 10px;
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5);
}

                  /* Lampe */


.imgResponsive{      /*   image pub  */
    position: static;
    width: 100%;
    z-index: 5;
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5);  /*   image pub  */
    margin: 20px;
   
        border-radius: 20px;
}



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

    .imgResponsive{
        width: 1280px;
        height: 320px;
    }
}

@media screen and (max-width: 1300px) {

    .couleurDessus{
        
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1150px) {
    .lampe3{
        padding: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .contienImage{   /* image normal */

        margin: 10px;
    }
    .pp45{
        height: 30px;
        width: 100%;
    }
}
@media screen and (max-width: 950px) {
    .contienImage{   /* image normal */

        max-width: 600px;
    }
}
@media screen and (max-width: 800px) {

    .lampe3{

        padding: 15px;
    }

    .hautdepage{              /* Titre H1 */
        margin:10px;
    }

    .titreSouligner4{              
   
        width: 390px;
    }
    .titreSouligner2{              
   
        width: 350px;
    }
    .titreSouligner{              
   
        width: 260px;
    }
    .titreSouligner8{              
   
        width: 260px;
    }
}
@media screen and (max-width: 650px) {
    .pp45{
        height: 20px;
    }
}
@media screen and (max-width: 500px) {

    .titreSouligner4{              
   
        width: 300px;
    }
    .titreSouligner2{              
   
        width: 260px;
    }
    .titreSouligner{              
   
        width: 200px;
    }
    .titreSouligner8{              
   
        width: 200px;
    }
}

