body {
    font-family: Arial, sans-serif;
    background-color: #fbf5e9;
    margin: 0;
    padding: 0;
    background-image: url('../Assets/Background.png');
    background-repeat: no-repeat;
    background-size: 100% auto;

}

.texte {
    margin-top: 50px;
    margin-bottom: 20px;
}

.texte1 {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    text-align: left;
    color:rgba(10, 10, 129, 0.877)
}

.BGA {
    text-align: left;
    width: 70%;
}

section {
    text-align: center;
    margin-top: 20px;
}

.corps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*display: flex;*/
    justify-content: center;
}

.column-left {
    grid-column: 1/2;
    justify-self: end;
    max-width: 600px;
}

.column-right {
    grid-column: 2/3;
    justify-self: start;
    max-width: 600px;
}

.element-right {
    text-align: left;
    margin-left: 20px;
}

.facebook, .X, .instagram, .youtube {
    height:30px;
    margin:0.5rem;
}

a {
    text-decoration: none;
}

.boite {
    margin-right: 50px;
    width: 100%;
}

p {
    font-family: "Roboto", sans-serif;
    font-size: small;
    margin-top:50px;
}

.LogoSM {
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 768px) {
    body {
        align-items: center;
    }

    .logo-container {
        margin-left: 10%;
    }

    .corps {
        display: inline-block;
        width: 100%;
    }

    .logo-container img {
        width: 50%;
        height: auto;
    }

    .column-left, .column-right {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 800px;
        justify-self: center;
    }

    .boite {
        position: relative;
        right: 40px;
    }

    .texte1 {
        font-size: 20px;
        text-align: center;
        margin: 40px 60px;
    }

    section {
        width: 80%;
    }

    .boite {
        width: 100%;
    }

    .BGA, .texte {
        width: 80%;
        margin: 0 10%;
    }

    .reseaux {
        width: 80%;
        margin-left: 10%;
    }

    .footer {
        margin-left: 10%;
    }

    .copyright {
        margin-left: 10%;
    }
    
}