.century_tout {
    padding: 100px 160px;
}

.presentation {
    display: flex;
    flex-direction: column;
}

.prez{
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_prez{
    height: 350px;
}

.div_img{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.outils{
    padding: 20px 0px;
}

.galerie_projet{
    display: flex;
    gap: 20px;
    padding: 50px 0px;
}

.colonne-1{
    flex: 4;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.colonne-2{
    
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 20px;
}


.colonne-3{
    flex: 5;
}

.mockup_hoodie{
    height: 465px;
    width: 465px;
}

.cadre_mockup_div {
    width: 100%; /* Taille du carré */
    aspect-ratio: 1 / 1;
    overflow: hidden; /* Cache tout ce qui dépasse */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cadre_mockup_div img {
    width: 100%; /* Pour que l’image remplisse le carré */
    height: 100%;
    object-fit: cover; /* Coupe l'image pour qu'elle remplisse sans déformation */
}

.colonne-3 {
    width: 100%; /* Taille du carré */
    aspect-ratio: 1 / 1;
    overflow: hidden; /* Cache tout ce qui dépasse */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.colonne-3 img {
    width: 100%; /* Pour que l’image remplisse le carré */
    height: 100%;
    object-fit: cover; /* Coupe l'image pour qu'elle remplisse sans déformation */
}

.ligne{
    flex: 1;
}

.ligne.ligne-2{
    flex: 1;
    display: flex;
    gap: 20px;
}

.ligne-3{
    flex:1;
}

.ligne-4{
    flex:1;
}

.ligne-box-1{  
    flex: 1;
    background-color:#2266B0;
    aspect-ratio: 1 / 1; /* Force un carré */

}


.ligne-box-2{  
    flex: 1;
    background-color: #E1E3F4;
    aspect-ratio: 1 / 1; /* Force un carré */
    
}

.ligne-box-3{  
    flex: 1;
    background-color:#E65289; 
}


@media (min-width: 768px){
    .galerie_projet_tel{
        content-visibility: hidden;
    }
}

@media (max-width: 768px){
    .century_tout {
        padding: 100px 0px;
    }
    
    .presentation {
        display: flex;
        flex-direction: column;
    }

    .img_prez{
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

    .txt_prez{
        text-align: center;
        padding: 20px 0px;
    }
    
    .div_img{
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    
    .galerie_projet{
        content-visibility: hidden;
    }

    .galerie_projet_tel{
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        text-align: center;
    }

    .galerie_projet_tel img{
        width: 100%; /* Pour que l’image remplisse le carré */
        height: 100%;
        object-fit: cover; /* Coupe l'image pour qu'elle remplisse sans déformation */

    }

    .color_tel {
        display: flex;
        gap: 20px;
        width: 100%;
        justify-content: space-between;
    }
    
    .color_tel div {
        display: flex;
        gap: 20px;
        width: calc((100% - 40px) / 4); /* Ajuste la taille selon le nombre d'éléments */
        aspect-ratio: 1 / 1; /* Force un carré */
    }
    
    .ligne-box-1{  
        flex: 1;
    }
    
    
    .ligne-box-2{  
        flex: 1;
    }
    
    .ligne-box-3{  
        flex: 1;
    }
}