:root{
    --main-blue: #3f34c8;
    --dark-blue: #2e2694;
    --hight-blue: #3333ff;
    --white: #fff;
    --dark-white: #eeeeee;
    --text: #181818;
    --raduis: 10px;
    --text-footer :  #8d8d8d;
    --hight-blue-flat: #dde9ff;
}

nav .top{
    font-weight: 900;
    font-size: 2rem;
    margin-left: 180px;
    margin-right: 800px;
}
.page{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
}
.arch-sec{
    margin: 2rem 180px;
}

.archive-carte-dev{
    width: 600px;
}

.archive-texte p{
    margin-top: 1rem;
    text-align: justify;
}
.archive-page-cartes{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.colonne-droite{
    width: 400px;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    border : 1px solid var(--main-blue)

}
.archive-liste{
    width: 100%;
    height: 100%;
    margin-top: 1rem;
}
.archive-bloc{
    display: flex;
    flex-direction: row;
}
.archive-bloc{
    height: 80px;
    width: 100%;
    background: var(--main-blue);
    margin: 0 0 .5rem 0;
}
.archive-bloc-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 80px;
    background: green;
    position: relative;  
    overflow: hidden;
}
.archive-bloc-texte{
    color: var(--white);
    margin: 2px;
    overflow: hidden;
}

.archive-bloc-texte h5:hover{
    text-decoration: underline;
}
/* Images */
.archive-image-1 img{
    width: 600px;
}
.archive-bloc-img img{
    width: 100%;
    
}
.archive-bloc-img-1 img{
   height: 100%;
   width: 130%;
}



@media screen and (max-width:1800px) {
    nav .top{
        display: grid;
        margin-right: 500px;
        gap: 2rem;
    }
}
@media screen and (max-width:1560px) {
    .arch-sec{
        margin: 2rem 100px;
    }
    .archive-page-cartes{
        grid-template-columns: repeat(auto-fit, minmax(600px, auto));
    }
    nav .top{
        margin-left: 80px;
        margin-right: 400px;
    }
    .archive-carte-dev{
        width: 600px;
    }  
    nav .faire-un-don a{
        margin-left: -100px;
    }  
}
@media screen and (max-width:1100px){
    .navigation{
        margin-left: -15rem;
    }
    .page{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .arch-sec{
        margin: 0;
    }
    .capsule{
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .colonne-droite{
        position: relative;
        width: 600px;
        margin: 0 5rem;
        display: flex;
        flex-direction: column;
    }
    .archive-liste{
        width: 100%;
        height: 100%;
    }
    .archive-bloc-texte h3{
        width: 450px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .archive-texte{
        margin-bottom: 5rem;
    }
}
@media screen and (max-width:750px) {
    .archive-carte-dev{
        width: 600px;
    }    
    nav .top{
        font-weight: 900;
        font-size: 1.5rem;
        margin-left: .5rem;
    }
    nav .faire-un-don a{
        margin-left: -200px;
    }
    .footer-details{
        margin-top: 5rem;
    }
    .colonne-droite{
        width: 100%; 
        margin-bottom: 5rem;      
    }
    .capsule{
        width: 100%;
        margin: 0;
    }
    .archive-bloc-texte{
        width: 80%;
    }
    .archive-image{
        width: 120%;
    }
}
@media screen and (max-width:670px) {
    .archive-carte-dev{
        width: 100%;
    }    
    nav .top{
        font-weight: 900;
        font-size: 1.5rem;
        margin-left: .5rem;
    }
    nav .faire-un-don a{
        margin-left: -300px;
    }
    nav #burger-menu{
        position: relative;
        right: 5rem;
    }
    .archive-page-cartes{
        display: flex;
        flex-direction: column;
    }
    .arch-sec{
        margin: 0;
    }
    .archive-carte-dev img{
        width: 100%;
    }

}
@media screen and (max-width:560px){
    nav #burger-menu{
        position: relative;
        right: 5rem;
    }
}
@media screen and (max-width:530px){
    nav #burger-menu{
        position: relative;
        right: 6rem;
    }
}
@media screen and (max-width:500px){
    nav #burger-menu{
        position: relative;
        right: 10rem;
    }
    nav .faire-un-don a{
        margin-left: -380px;
        margin-right: 0;
    }
    .capsule{
        margin: 0 0 5rem 0;
    }
}
@media screen and (max-width:450px){
    nav #burger-menu{
        position: relative;
        right: 13rem;
    }
    .capsule{
        margin: 0 0 5rem 0;
    }
}
@media screen and (max-width:400px){
    nav #burger-menu{
        position: relative;
        right: 15rem;
    }
        .capsule{
        margin: 0;
    }
}