* { margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    background-repeat: no-repeat;
    object-fit: cover;
}
@font-face {
  font-family: "sofia";
  src: url(sofia/Sofia-Regular.ttf);
}
body {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url(images/fondlanpadaire.jpg);
    background-size: cover;
    object-fit: cover;
} 
.lettre{
    color: rgb(216, 109, 67);
    font-size: 30px;
    letter-spacing: 1px;
    animation: monter 1.3s ease-in-out infinite alternate, flash 1.3s linear infinite;
}
.espace {
    width: 10px; 
}
.navbar #logo {
    position: relative;
    top: 65px;
    left: 60px;
    width: 350px;
    display: inline-flex;
    justify-content: center;
    justify-items: center;
    font-family: "sofia";
    src: url(sofia/Sofia-Regular.ttf);
  
}
@keyframes monter {
    0% {
        transform: translateY(0);
    }
   
    100%{
        transform: translateY(-15px);
    }}
@keyframes flash {
    0% {
        color: rgb(190, 97, 21) ;
        text-shadow: 0 0 7px rgb(190, 97, 21);
    }
    90%{
        color: #484848;
        text-shadow: none;
    }
    100%{
        color: rgb(190, 97, 21);
        text-shadow: 0 0p 7px rgb(190, 97, 21);
    }
}
.lettre:nth-child(1){
    animation-delay: 0.1s;
}
.lettre:nth-child(2){
    animation-delay: 0.2s;
}
.lettre:nth-child(3){
    animation-delay: 0.3s;
}
.lettre:nth-child(4){
    animation-delay: 0.4s;
}
.lettre:nth-child(5){
    animation-delay: 0.5s;
}
.lettre:nth-child(6){
    animation-delay: 0.6s;
}
.lettre:nth-child(7){
    animation-delay: 0.7s;
}
.lettre:nth-child(8){
    animation-delay: 0.8s;
}
.lettre:nth-child(9){
    animation-delay: 0.8s;
}
.lettre:nth-child(10){
    animation-delay: 0.9s;
}
.lettre:nth-child(11){
    animation-delay: 1s;
}
.lettre:nth-child(12){
    animation-delay: 1.1s;
}
.lettre:nth-child(13){
    animation-delay: 1.2s;
}
.lettre:nth-child(14){
    animation-delay: 1.3s;
}
.lettre:nth-child(15){
    animation-delay: 1.4s;
}
.lettre:nth-child(16){
    animation-delay: 1.5s;
}
.lettre:nth-child(17){
    animation-delay: 1.6s;
}
.lettre:nth-child(18){
    animation-delay: 1.7s;
}
.lettre:nth-child(19){
    animation-delay: 1.8s;
}
.lettre:nth-child(20){
    animation-delay: 1.9s;
}
.lettre:nth-child(21){
    animation-delay: 2s;
}
.lettre:nth-child(22){
    animation-delay: 2.1s;
}
.lettre:nth-child(23){
    animation-delay: 2.2s;
}
.lettre:nth-child(24){
    animation-delay: 2.3s;
}
.navbar{
   width: 98vw;
   height: 150px; 
   margin-left: 10px;
   margin-right: 10px;
   background-color: rgba(11, 12, 12, 0.2);
   opacity: 1;
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
   border-radius: 20px;
}
.nav-links{
    width: 48vw;
    height: 100px;
    position: absolute;
    left: 50%;
}
.nav-links ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
}
.nav-links ul li { 
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.instag{
    position: absolute;
    width: 70px;
    top: 10px;
}
.contact{
    position: absolute;
    top: 30px;
    left: 15vw;
    color: beige;
    font-size: 21px;
    text-shadow: #484848;
}
.albums{
position: absolute;
top: 30px;
right: 3vw;
color: beige;
font-size: 21px;
text-shadow: #484848;
}

.albums:hover{
    scale: 1.4;
    transition: 1.5s ease;
}
.instag:hover{
    scale: 1.4;
    transition: 1.5s ease;
}a.albums::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
            0deg,
            transparent,
            transparent 30%,
            rgba(0, 255, 255, 0.3)
    );
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
}
a.albums:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}
a.albums:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}
a.contact::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
            0deg,
            transparent,
            transparent 30%,
            rgba(0, 255, 255, 0.3)
    );
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
}
a.contact:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}
a.contact:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}
.contact:hover{
    scale: 1.4;
    transition: 1.5s ease;
}
a.albums{
    overflow: hidden;
    padding: 5px;
    border-radius: 10px;
}
a.contact{
    overflow: hidden;
    padding: 5px;
    border-radius: 10px;
}
a.albums span{
    position: absolute;
    display: block;
}
a.albums span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,aqua);
    animation: animate1 4s linear infinite;
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
a.albums span:nth-child(2){
    top: -100%; 
    right: 0;
    width: 2px; 
    height: 100%;
    background: linear-gradient(180deg,transparent,aqua);
    animation: animate2 4s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2{
    0%{ top: -100%; }
    50%,100%{ top: 100%; }
}
a.albums span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,aqua);
    animation: animate3 4s linear infinite;
    animation-delay: 2s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}
a.albums span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,aqua);
    animation: animate4 4s linear infinite;
    animation-delay: 3s;
}

@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}
a.contact span{
    position: absolute;
    display: block;
}
a.contact span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,aqua);
    animation: animate1 4s linear infinite;
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
a.contact span:nth-child(2){
    top: -100%; 
    right: 0;
    width: 2px; 
    height: 100%;
    background: linear-gradient(180deg,transparent,aqua);
    animation: animate2 4s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2{
    0%{ top: -100%; }
    50%,100%{ top: 100%; }
}
a.contact span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,aqua);
    animation: animate3 4s linear infinite;
    animation-delay: 2s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}
a.contact span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,aqua);
    animation: animate4 4s linear infinite;
    animation-delay: 3s;
}

@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}

div.bandit {
    position: relative;
    width: 425px;
    height: 545px;
    border-radius: 10px;
    overflow: hidden;
    left: 30px;
    top: 50px;
    border-radius: 20px;
}

.bandit img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.bandit span {
    position: absolute;
    display: block;
}

.bandit span:nth-child(2) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent,purple,rgb(2, 2, 141), aqua,rgb(6, 180, 6),yellow,orange,red);
    animation: animate1 4s linear infinite;
}

.bandit span:nth-child(3) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent,purple,rgb(2, 2, 141), aqua,rgb(6, 180, 6),yellow,orange,red);
    animation: animate2 4s linear infinite;
    animation-delay: 1s;
}

.bandit span:nth-child(4) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent,purple,rgb(2, 2, 141), aqua,rgb(6, 180, 6),yellow,orange,red);
    animation: animate3 4s linear infinite;
    animation-delay: 2s;
}

.bandit span:nth-child(5) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent,purple,rgb(2, 2, 141), aqua,rgb(6, 180, 6),yellow,orange,red);
    animation: animate4 4s linear infinite;
    animation-delay: 3s;
}

@keyframes animate1 {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

@keyframes animate2 {
    0% { top: -100%; }
    50%, 100% { top: 100%; }
}

@keyframes animate3 {
    0% { right: -100%; }
    50%, 100% { right: 100%; }
}

@keyframes animate4 {
    0% { bottom: -100%; }
    50%, 100% { bottom: 100%; }
}
div.lampadaire {
    position: absolute;
    width: 420px;
    height: 550px;
    border-radius: 10px;
    overflow: hidden;
    right: 13%;
    top: -25px;
    border-radius: 20px;
}

.lampadaire img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.lampadaire span {
    position: absolute;
    display: block;
}

.lampadaire span:nth-child(2) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent,purple,rgb(2, 2, 141), aqua,rgb(6, 180, 6),yellow,orange,red);
    animation: animate1 4s linear infinite;
}

.lampadaire span:nth-child(3) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent,purple,rgb(2, 2, 141), aqua,rgb(6, 180, 6),yellow,orange,red);
    animation: animate2 4s linear infinite;
    animation-delay: 1s;
}

.lampadaire span:nth-child(4) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent,purple,rgb(2, 2, 141), aqua,rgb(6, 180, 6),yellow,orange,red);
    animation: animate3 4s linear infinite;
    animation-delay: 2s;
}

.lampadaire span:nth-child(5) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent,purple,rgb(2, 2, 141), aqua,rgb(6, 180, 6),yellow,orange,red);
    animation: animate4 4s linear infinite;
    animation-delay: 3s;
}

@keyframes animate1 {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

@keyframes animate2 {
    0% { top: -100%; }
    50%, 100% { top: 100%; }
}

@keyframes animate3 {
    0% { right: -100%; }
    50%, 100% { right: 100%; }
}

@keyframes animate4 {
    0% { bottom: -100%; }
    50%, 100% { bottom: 100%; }
}
div.fleur {
    position: absolute;
    width: 450px;
    height: 300px;
    overflow: hidden;
    left: 500px;
    top: 600px;
    border-radius: 20px;
}

.fleur img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.fleur span {
    position: absolute;
    display: block;
}

.fleur span:nth-child(2) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent,purple,rgb(2, 2, 141), aqua,rgb(6, 180, 6),yellow,orange,red);
    animation: animate1 4s linear infinite;
}

.fleur span:nth-child(3) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent,purple,rgb(2, 2, 141), aqua,rgb(6, 180, 6),yellow,orange,red);
    animation: animate2 4s linear infinite;
    animation-delay: 1s;
}

.fleur span:nth-child(4) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent,purple,rgb(2, 2, 141), aqua,rgb(6, 180, 6),yellow,orange,red);
    animation: animate3 4s linear infinite;
    animation-delay: 2s;
}

.fleur span:nth-child(5) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent,purple,rgb(2, 2, 141), aqua,rgb(6, 180, 6),yellow,orange,red);
    animation: animate4 4s linear infinite;
    animation-delay: 3s;
}

@keyframes animate1 {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

@keyframes animate2 {
    0% { top: -100%; }
    50%, 100% { top: 100%; }
}

@keyframes animate3 {
    0% { right: -100%; }
    50%, 100% { right: 100%; }
}

@keyframes animate4 {
    0% { bottom: -100%; }
    50%, 100% { bottom: 100%; }
}
.article {
  background-color: beige;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  position: absolute;
  left: 10px;
  top: 150px;
  max-width: 550px;
  margin: 10px auto;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}
.article ::after {
  content: "";
  display: block;
  clear: both;
}
.article h1 {
background-color: beige;
height: 20px;
margin-bottom: 20px;
}
.article p {
  width: 100%;
  height: 100%;
  line-height: 1.4;
  background-color: beige;
}
p{
    font-size: 16px;
}
.article .emie {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  float: left;
  shape-outside: margin-box;
  margin: 0 20px 5px 0px;
  
}
.gallery{
    position: relative;
    top: 350px;
    left: 0%;
    width: 90vw;
    height: 70vh;
}
.link-gallery{
    display: block;
    min-width: 400px;
    max-width: 650px;
    margin: 2px;
    min-height: 100px;
    max-height: 900px;
    
    }

.link-gallery img {
    width: 100%;  
    
}
.bandit:hover{
    scale: 1.2;
  transition: 2s ease; 
}
.lampadaire:hover{
    scale: 1.2;
  transition: 2s ease; 
}

#lightbox{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
#lightbox img{
    width: 35%;
    object-fit: cover;
    position: relative;
    left: 0%;
    top: 0%;
}

#lightbox.active{
    display: flex;
}
.exit {
    text-decoration: none;
    color: aliceblue;
    position: absolute;
    top: 8%;
    right: 15%;
    
}
.exit .material-icons{
    font-size: 70px;
}
.exit .material-icons:hover{
     scale: 1.5;
  transition: 1s ease;
}
#precedent, #suivant {
    position: absolute;
    font-size: 100px;
    color: rgb(255, 255, 255);
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#precedent{
left: 50px;
}
#suivant{
right: 50px;
}
#lightbox:hover #precedent, #lightbox:hover #suivant {
    opacity: 1;
}
#suivant:hover{
    scale: 1.3;
    transition: 0.5s ease;
}
#light2box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
#light2box img{
    width: 33%;
    object-fit: cover;
    position: relative;
    left: 0%;
    top: 0%;
}

#light2box.active2{
    display: flex;
}
.exit2 {
    text-decoration: none;
    color: aliceblue;
    position: absolute;
    top: 8%;
    right: 10%;
    
}
.exit2 .material-icons{
    font-size: 60px;
}
.exit2 .material-icons:hover{
     scale: 1.5;
  transition: 1s ease;
}
#prev, #next {
    position: fixed;
    font-size: 100px;
    color: rgb(0, 0, 0);
    top: 50%;
    background-color: rgb(255, 255, 255, 0.2);
    cursor: pointer;
    opacity: 0;
}
#prev{
left: 20px;
}
#next{
right: 20px;
}
#light2box:hover #prev, #light2box:hover #next {
    opacity: 1;
}
#avant, #prochain {
    position: absolute;
    font-size: 100px;
    color: rgb(0, 0, 0);
    top: 60px;
    background-color: rgb(255, 255, 255, 0.1);
    cursor: pointer;
    opacity: 0.6;
}
.container {
    position: absolute;
    left: 10vw;
    top: 1500px;
    width: 80vw;
    height: 200px;
    display: flex;
    overflow: hidden;
}


.container .gallerie {
    position: absolute;
    top: 20%;
    display: flex;
    transition: transform 0.5s ease-in-out;
   margin-left: 50px;
  
}

#prec, #suiv {
    top: 90px;
    width: 50px;
    cursor: pointer;
}

#prec {
    position: absolute;
    left: -0;
    opacity: 0.3;
}

#suiv {
    position: absolute;
    right: -0;
    opacity: 0.3;
}
#suiv:hover {
    opacity: 1;
}
#prec:hover {
opacity: 1;
}


.carte{
    width: 200px;
    height: 150px;
    border-radius: 30px;
    margin-right: 10px;
}

.carte:hover{
  scale: 1.2;
  transition: 1s;
}


@media screen and (max-width: 1300px){
#lightbox img{
    width: 50%;
}
#light2box img{
    width: 50%;
}
    .container{
        top: 1100px;
    }
    .link-gallery{
        min-width: 50px;
    }
    div.lampadaire{
        position: absolute;
        top: 0px;
        width: 270px;
        height: 350px;
        right: 13%;}
  
    div.bandit {
    width: 240px;
    height: 300px;
}
  

    div.fleur{
        position: absolute;
        top: 400px;
        width: 280px;
        height: 200px;
    }

}
@media screen and (max-width: 961px){
#lightbox img{
    width: 60%;
}
#light2box img{
    width: 60%;
}   
div.lampadaire{
        position: absolute;
        top: -25px;
        width: 230px;
        height: 300px;
        right: 13%;}   
div.bandit {
    width: 200px;
    height: 250px;
}
div.fleur {
        position: absolute;
        top: 300px;
        width: 280px;
        height: 200px;
        left: 250px;
    }
.container{
        top: 1080px;
        height: 150px;
    }    
.carte{
        width: 150px;
        height: 120px;
    }
body{
        height: 1350px;
    }
#prec, #suiv{
    top: 70px;
}
.lampadaire span:nth-child(2) {
    height: 2px;
}

.lampadaire span:nth-child(3) {
    width: 2px;
}

.lampadaire span:nth-child(4) {
    height: 2px;
}

.lampadaire span:nth-child(5) {
    width: 2px;
}
.bandit span:nth-child(2) {
    height: 2px;
}

.bandit span:nth-child(3) {
    width: 2px;
}

.bandit span:nth-child(4) {
    height: 2px;
}

.bandit span:nth-child(5) {
    width: 2px;
}
.fleur span:nth-child(2) {
    height: 2px;
}

.fleur span:nth-child(3) {
    width: 2px;
}

.fleur span:nth-child(4) {
    height: 2px;
}

.fleur span:nth-child(5) {
    width: 2px;
}
}
@media screen and (max-width: 815px){
    .nav-links ul {
        height: 40px;
    }
    .nav-links{
        display: flex;
        flex-wrap: wrap;
    }
    a.albums{
    width: 120px;
}
.instag {
    position: absolute;
    width: 40px;
    top: 0;
    left: 170px;
}
.contact {
    position: absolute;
    top: 43px;
    left: 122px;
    color: beige;
    font-size: 21px;
    text-shadow: #484848;
}
.albums {
    position: absolute;
    top: 80px;
    left: 135px;
    color: beige;
    font-size: 21px;
    text-shadow: #484848;
}
.navbar #logo{
width: 250px;
    }
    .lettre{
        font-size: 20px;
    }
}
@media screen and (max-width: 620px){
.article{
    max-width: 95vw;
    height: 300px;
}
.article h2{
    font-size: 16px;
}
.article p{
    line-height: 1.1;
    height: 90px;
}
p{
    font-size: 13px;
}
       div.bandit {
    left: 10px;
}
div.lampadaire {
left: 230px;
width: 175px;
height: 230px;
    }
    div.fleur  {
        top: 350px;
        width: 280px;
        height: 200px;
        left: 100px;
    }
.instag {
    position: absolute;
    width: 40px;
    top: 0;
    left: 119px;
}
.contact {
    position: absolute;
    top: 45px;
    left: 90px;
    color: beige;
    font-size: 14px;
    text-shadow: #484848;
}
.albums {
    position: absolute;
    top: 80px;
    left: 97px;
    color: beige;
    font-size: 14px;
    text-shadow: #484848;
}
a.albums{
    width: 86px;
}
.navbar #logo{
width: 250px;
left: 10px;
    }
    .lettre{
        font-size: 17px;
    }
    .container{
        width: 85vw;
        left: 40px;
    }
        .carte {
        width: 90px;
        height: 70px;
    }
    

#prec, #suiv{
    top: 50px;
    width: 30px;
}
#lightbox img{
    width: 70%;
}
#light2box img{
    width: 70%;
}
#precedent, #suivant {
    position: absolute;
    font-size: 50px;
    color: rgb(255, 255, 255);
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#prev, #next {
    position: absolute;
    font-size: 50px;
    color: rgb(255, 255, 255);
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#prev{
    left: 0;
}
#precedent{
    left: 0;
}
#next{
    right: 0;
}

#suivant{
    right: 0;
}
}
@media screen and (max-width: 400px){
    body {
        height: 1150px;
    }
#lightbox img{
    width: 80%;
}
#light2box img{
    width: 80%;
}
    .article{
    max-width: 95vw;
    height: 220px;
}
.article h2{
    font-size: 14px;
}
.article p{
    line-height: 1.2;
    height: 90px;
}
p{
    font-size: 12px;
}
.article .emie {
        width: 80px;
        height: 80px;
    }
       div.bandit {
        left: 10px;
        width: 100px;
        height: 131px;
}
div.lampadaire {
left: 170px;
width: 135px;
height: 180px;
top: -50px;
    }
    div.fleur  {
        top: 200px;
        width: 150px;
        height: 110px;
        left: 50px;
    }
.instag {
    position: absolute;
    width: 40px;
    top: 0;
    left: 87px;
}
.contact {
    position: absolute;
    top: 45px;
    left: 68px;
    color: beige;
    font-size: 11px;
    text-shadow: #484848;
}
.albums {
    position: absolute;
    top: 80px;
    left: 75px;
    font-size: 11px;
}
a.albums{
    width: 72px;
}
.navbar #logo {
    width: 170px;
}
    .lettre{
        font-size: 14px;
    }
   
        .carte {
        width: 90px;
        height: 70px;
    }
    .container{
        top: 900px ;
        width: 87vw;
        left: 25px;
    } 
#precedent, #suivant {
    position: absolute;
    font-size: 50px;
    color: rgb(255, 255, 255);
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#prev, #next {
    position: absolute;
    font-size: 50px;
    color: rgb(255, 255, 255);
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#prev{
    left: 0;
}
#precedent{
    left: 0;
}
#next{
    right: 0;
}

#suivant{
    right: 0;
}}
@media screen and (max-width: 310px){

.contact {
    font-size: 10px;
    left: 76px;

}
.albums {
    font-size: 10px;
left: 80px;
top: 85px;
}
    .article {
        height: 230px;
    }
    .carte{
        margin-right: 5px;
        width: 95px;
    }
    div.lampadaire{
        left: 145px;
    }
    a.albums{
    width: 63px;
    left: 75px;
}
.contact{
    left: 72px;
}
}


