.Site {
    height: auto;
    margin-top: 30px;
}

.Site-liste1 {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.Site-1 {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-template-rows: repeat(20, 1fr);
    width: 550px;
    height: 500px;
    margin-left: 55px;
    box-shadow: 0px 0px 3px rgb(42, 42, 42);
    border-top: 10px solid black; 
    box-sizing: border-box; 
    border-radius: 2px;
}

#Site-1-img {
    width: 300px;
    height: auto;
    grid-column: 1 / 13;
    grid-row: 1 / 10;
}

#Site-1-img2 {
    width: 200px;
    height: auto;
    grid-column: 13 / 21;
    grid-row: 2 / 10;
    margin-left: -12px;
    margin-top: -9px;
}

#Site-1-img3 {
    width: 200px;
    height: auto;
    grid-column: 13 / 21;
    grid-row: 6 / 16;
    margin-top: -13px;
    margin-left: -12px;
}

#Site-1-titre {
    color: black;
    grid-row: 9;
    grid-column: 2 / 18;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Helvetica Black';
    font-size: 20px;
    margin-left: 10px;
}

#Site-1-info {
    color: rgb(66, 66, 66);
    grid-row: 10 / 18;
    grid-column: 13 / 21;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 12px;
    line-height: 30px;
}

#Site-1-desc {
    color: rgb(66, 66, 66);
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    grid-column: 2 / 12;
    grid-row: 11 / 18;
    margin-top: -7px;
}

#Site-1-button {
    grid-column: 3 / 10 ;
    grid-row: 18 / 20;
    background-color: black;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

@media screen and (min-width : 1910px) and (max-width : 2549px) {
    .Site {
        height: auto;
        margin-top: 45px; /* 30 * 1920 / 1270 */
    }
    
    .Site-liste1 {
        display: flex;
        flex-direction: row;
        margin-bottom: 45px; /* 30 * 1920 / 1270 */
    }
    
    .Site-1 {
        display: grid;
        grid-template-columns: repeat(20, 1fr);
        grid-template-rows: repeat(20, 1fr);
        width: 832px; /* 550 * 1920 / 1270 */
        height: 756px; /* 500 * 1920 / 1270 */
        margin-left: 83px; /* 55 * 1920 / 1270 */
        box-shadow: 0px 0px 5px rgb(42, 42, 42);
        border-top: 15px solid black; /* 10 * 1920 / 1270 */
        box-sizing: border-box;
        border-radius: 3px; /* 2 * 1920 / 1270 */
    }
    
    #Site-1-img {
        width: 453px; /* 300 * 1920 / 1270 */
        height: auto;
        grid-column: 1 / 13;
        grid-row: 1 / 10;
    }
    
    #Site-1-img2 {
        width: 302px; /* 200 * 1920 / 1270 */
        height: auto;
        grid-column: 13 / 21;
        grid-row: 2 / 10;
        margin-left: -18px; /* -12 * 1920 / 1270 */
        margin-top: -14px; /* -9 * 1920 / 1270 */
    }
    
    #Site-1-img3 {
        width: 302px; /* 200 * 1920 / 1270 */
        height: auto;
        grid-column: 13 / 21;
        grid-row: 6 / 16;
        margin-top: -20px; /* -13 * 1920 / 1270 */
        margin-left: -18px; /* -12 * 1920 / 1270 */
    }
    
    #Site-1-titre {
        color: black;
        grid-row: 9;
        grid-column: 2 / 18;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: 'Helvetica Black';
        font-size: 30px; /* 20 * 1920 / 1270 */
        margin-left: 15px; /* 10 * 1920 / 1270 */
    }
    
    #Site-1-info {
        color: rgb(66, 66, 66);
        grid-row: 10 / 18;
        grid-column: 13 / 21;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 18px; /* 12 * 1920 / 1270 */
        line-height: 45px; /* 30 * 1920 / 1270 */
    }
    
    #Site-1-desc {
        color: rgb(66, 66, 66);
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 15px; /* 10 * 1920 / 1270 */
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        grid-column: 2 / 12;
        grid-row: 11 / 18;
        margin-top: -11px; /* -7 * 1920 / 1270 */
    }
    
    #Site-1-button {
        grid-column: 3 / 10;
        grid-row: 18 / 20;
        background-color: black;
        color: white;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    
}

@media screen and (min-width: 2550px) and (max-width : 2700px) {
    .Site-1 {
        width: 1100px;
        height: 1000px;
        margin-left: 100px;
    }

    #Site-1-img {
        width: 500px;
    }

    #Site-1-img2 {
        width: 400px;
    }

    #Site-1-img3 {
        width: 400px;
    }

    #Site-1-titre {
        font-size: 45px;
    }

    #Site-1-info {
        font-size: 20px;
        line-height: 36px;
    }

    #Site-1-desc {
        font-size: 20px;
    }

    #Site-1-button {
        font-size: 20px;
    }
}

@media screen and (min-width: 1526px) and (max-width: 1909px) {
    .Site-1 {
        width: 700px;
        height: 650px;
        margin-left: 45px;
    }

    #Site-1-img {
        width: 350px;
    }

    #Site-1-img2 {
        width: 250px;
    }

    #Site-1-img3 {
        width: 250px;
    }

    #Site-1-titre {
        font-size: 24px;
    }

    #Site-1-info {
        font-size: 14px;
        line-height: 32px;
    }

    #Site-1-desc {
        font-size: 12px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1525px) {
    .Site-1 {
        width: 650px;
        height: 600px;
        margin-left: 50px;
    }

    #Site-1-img {
        width: 320px;
    }

    #Site-1-img2 {
        width: 230px;
    }

    #Site-1-img3 {
        width: 230px;
    }

    #Site-1-titre {
        font-size: 22px;
    }

    #Site-1-info {
        font-size: 13px;
        line-height: 30px;
    }

    #Site-1-desc {
        font-size: 11px;
    }
}

@media screen and (min-width: 1356px) and (max-width: 1439px) {
    .Site-1 {
        width: 600px;
        height: 550px;
        margin-left: 60px;
    }

    #Site-1-img {
        width: 280px;
    }

    #Site-1-img2 {
        width: 210px;
    }

    #Site-1-img3 {
        width: 210px;
    }

    #Site-1-titre {
        font-size: 20px;
    }

    #Site-1-info {
        font-size: 12px;
        line-height: 28px;
    }

    #Site-1-desc {
        font-size: 11px;
    }
}

@media screen and (min-width: 1014px) and (max-width: 1100px) {
    .Site-1 {
        width: 500px;
        height: 450px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #Site-1-img {
        width: 250px;
    }

    #Site-1-img2 {
        width: 180px;
    }

    #Site-1-img3 {
        width: 180px;
    }

    #Site-1-titre {
        font-size: 18px;
    }

    #Site-1-info {
        font-size: 11px;
        line-height: 25px;
    }

    #Site-1-desc {
        font-size: 9px;
    }
}

@media screen and (min-width : 758px ) and (max-width: 1013px) {
    .Site-1 {
        width: 400px;
        height: 350px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #Site-1-img {
        width: 200px;
    }

    #Site-1-img2 {
        width: 150px;
    }

    #Site-1-img3 {
        width: 150px;
    }

    #Site-1-titre {
        font-size: 16px;
    }

    #Site-1-info {
        font-size: 9px;
        line-height: 22px;
    }

    #Site-1-desc {
        font-size: 7px;
    }

    #Site-1-button {
        font-size: 8px;
    }
}