body { 
    margin:0 auto;
    padding:0;
    background-color: #f1f1f1;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 800; 
    width: 100%;
    overflow-x:hidden;
    letter-spacing: 1px;
    overflow-y: visible;
}

a { color:black;
    text-decoration: none;
    font-size: 15px;
}

a:hover {
    color: rgb(41, 33, 33);
    text-decoration: none;
}
h1 {
    margin: 0 auto;
    font-family: 'Arvo', serif;
    font-size:23px;
    color:#ad0808;
    font-weight: 500;
    padding:2% 2%;
    max-width: 900px;
}
h2, .reseaux {
    margin: 3% auto;
    font-family: 'Arvo', serif;
    font-weight:600;
    font-size:20px;
    text-align: center;
}

h3 {color:#ad0808; 
    font-weight: 500;
    font-size:18px;
    margin: 3% auto;
    text-align: center;
}
h4 {color:#ad0808; 
    font-size:16px;
    font-weight: 600;
}

.liencontact{  
    background-color:  rgb(195, 41, 41);
    border-radius: 8px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin: 2%;
    padding: 10px 16px;
    text-align: center;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

/*header*/
.conteneur_header{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.conteneur_header h2{
    margin:0 4%;
}
.nav-link { 
    display:block;
    margin-right :50px;
    color:#f1f1f1;
    font-size: calc(1vmin + 10px);
    font-weight: 400;
    text-decoration: none;
    width:100%;
 }
.navbar { 
    display: flex;
    flex-direction:row ;
    list-style : none;
    padding-top: 1.5%;
    margin-block-start: 0em;
}
.barrenavigation { 
    background-color: #ad0808;
}
.panorama {  /*panorama haut*/
    width:100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

.panoramafooter { 
    background-image: url(/images/panorama-chine.webp);
    min-height: 250px;
    width:100%;
    background-size: cover;
    color:black;
    font-size: calc(1.5vmin + 10px);  
    display:flex;
    justify-content:center;
}


