body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color:#ebd7d7;
}

header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    height: 150px;
}

h1 {
    margin: 0;
    font-size: 36px;
}

nav {
    background-color: #444;
    text-align: center;
    padding: 10px 0;
    font-family: montserrat ;
}

nav a {
    color:  #161515;
    text-decoration: none;
    margin: 0 10px;
    display: inline-block;
    text-transform: uppercase;
    padding: 7px 13px;
    border-radius: 3px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}
.cadre_blanc {
    max-width: 960px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
img{
    width: 4%;
}
a {
    font-size: large;
}
.social-icons{
    width: 1000px;
position: relative;
left: 15px;
bottom: 6px;
right: 10px;
top: 5px;
}
a.border,a{
    border: 2px solid ;
    border-color: #fff;
    border-radius: 10px;
   
}
a.bloc,a:hover{
    background: #fff;
    transition: .5s;
}
.bordermap{
    border: 3px solid #000; /* Adjust the border properties as needed */
    width: 40%; /* Adjust the width and height as needed to fit your map */
    height: "300";
    
}
