body {
    font-family: renner, sans-serif;
    background-position: top;
    margin: 0px; 
    background-image: url(images/fond1.jpg);  
    color: white;
    position: relative;
    background-attachment: fixed;
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center; */
}
h1{
    font-family: "khand", sans-serif;
}

header{
    width: 100%;
}

.bg-light{
    background-color: black;
}
.div1{
    padding-top: 100px;
    width: 100%;
    /* background-color: blueviolet; */
    display: flex;
    justify-content: center;
}
.titre1{
    display: flex;
    height: 500px;
    justify-content: center;
    width: 80%;
    /* background-color: rgb(75, 0, 94); */
}
.titre1 h1{
    display: flex;
    text-align: center;
    align-items: center;
    font-family: "khand", sans-serif;
}
.titre{
    text-align: center;
    padding-top: 50px;
}
#carrou{
    width: 75%;
    /* height: 100px; */
    text-align: center;
    padding-top: 50px;
}
#carrou{
    margin: auto;
    /* width: 100%; */

}
#new{
    padding-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
}
.im{
    padding: 0 30px;
    transition: 0.2s;
}
.im:hover{
    transform:scale(1.05);
}
#bol{
    padding: 30px 98px;
}
#contact{
    display: flex;
    justify-content: center;
    align-items: center;
}
#cont{
    text-align: center;
    padding: 15px;
    padding-top: 30px;
}
.contform{
    width: 340px;
    padding: 30px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.082);
    font-size: 1rem;
    border-radius: 7px;
    margin-bottom: 250px;
    background-color: rgba(0, 0, 0, 0.24);
    color: white;
}
#en-tête{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}
#email{
    width: 100%;
    margin: 3px 0 3px 0;
    box-sizing: border-box;
    border-radius: 7px;
}
#prenom{
    width:135px;
    margin-right: 10px;
    border-radius: 7px;
}
#nom{
    width: 135px;
    border-radius: 7px;
}
#message{
    width: 100%;
    box-sizing: border-box;
    margin: 3px 0 3px 0;
    border-radius: 7px;
    border-width: 2px;
}

#bouton{
    display: flex;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    margin-top: 3px;
    border-radius: 7px;
    transition: 0.2s;
}
#bouton:hover{
    background-color: rgb(212, 212, 212);
    transform:scale(1.02);
}
.donn{
    width: 1300px;
    margin: auto;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
    color: black;
    margin-bottom: 30px;
}
#matable{
    margin: auto;
    padding: 30px;    
}
#galeriform{
    padding: 30px;
    display: flex;
    justify-content: center;
}
#mesImages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 30px;
}
#mesImages img {
    height: 200px;
    margin: 8px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 6px;
    transition: 00.3s;
}
#mesImages img:hover{
    transform:scale(1.05);
}

footer {
    
    bottom: 0;
    left: 0;
    width: 100%;	
    font-size: 80%;
    padding: 7px 0px 0px 20px;
    /* background-color: white; */
}