.color3 {
    background-color: #a47b5b;
}
body {
    margin: 0;
}
.banniere {
    padding-top: 0%;
    text-align: center;
    font-size: 26px;
    position: fixed;
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 98px;
}
span {
    border: 1px solid black;
    align-items: center;
    background-color: #7f421f;
    color: white;
    width: 100%;
    &:hover {
        cursor: pointer;
    }
}
a {
    text-decoration: none;
    color: white;
    font-size: 40px;
}
.page3 {
    background-color: #a47b5b;
}
.page3_texte {
    float: right;
    font-size: 35px;
    padding-left: 8%;
    padding-right: 8%;
    line-height: 48px;
    padding-top: 0%;
}
h2 {
    color: white;
    text-align: center;
    font-size: 38px;
    color: #dceebc;
}
h1 {
    text-align: center;
    font-size: 41px;
    margin-top: 0%;
    color: white;
    padding-top: 14%;
}
p {
    padding-left: 8%;
    padding-right: 8%;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
}
img {
    height: 40px;
    width: 40px;
}
.page11 {
    text-align: center;
}
footer {
    text-align: center;
    float: inline-end;
    line-height: 48px;
    text-align: center;
    background-color: white;
    color: black;
    li {
        list-style-type: none;
        display: table-cell;
        font-size: 92%;
        width: 9%;
        a {
            color: black;
            font-size: 92%;
        }
    }
}
ul {
    font-size: 25px;
    max-width: 100%;
}
li {
    line-height: 27px;
}
.insta {
    height: 3%;
    width: 5%;
}
.fb {
    height: 3%;
    width: 3%;
    padding-left: 1%;
}
.linkedin {
    height: 3%;
    width: 3%;
    padding-left: 2%;
}
.exterieur {
    width: 42%;
    padding-bottom: 3%;
}
@media (min-width: 320px) and (max-width: 425px) {
    h1 {
        padding-top: 83%;
    }
    footer {
        display: flex;
        flex-direction: column;
        li {
            display: contents;
        }
    }
    ul {
        padding-left: 0;
    }
     .linkedin, .fb {
        width: 45%;
    }
    .insta{
        width: 74%;
    }
    .interieur,
    .exterieur {
        width: 100%;
        padding-left: 26%;
    }
}

@media screen and (min-width: 466px) and (max-width: 768px) {
    .banniere {
        display: flex;
    }
     a{
        font-size: 35px;
    }
    .fb, .linkedin{
        width: 15%;
        height: 20%;
        padding-left: 0;
        padding-right: 5%;
    }
    .insta{
        width: 26%;
        height: 12%;
    }
    ul{
        padding-left: 0px;
    }
}
.interieur,
.exterieur {
    height: 16%;
    width: 42%;
    justify-content: space-between;
    padding-left: 30%;
}
@media (max-width: 465px) {
    .banniere {
        display: grid;
    }
    .photo {
        padding-left: 0%;
    }
}
@media screen and (min-width: 1025px) {
    h2{
        margin-top: 5%;
    }
    .page3_texte{
        float: none;
    }
}