::selection{
    background-color:black;
    color:white;
    text-shadow:0px 0px 2px red;
}

html{ height:100%; scroll-behavior: smooth; }

body{
    background-image:url('../images/bodybg.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    min-height:100%;
}
.shadow{
    text-shadow:0px 1px 1px black; 
}
.bg-white-opacity{
    background-color:rgba(217, 219, 215,0.4);
}
a.nav-link:hover,a.nav-link:focus{
    color:rgb(111, 235, 240)!important; 
    border-top:1px solid white; 
    border-bottom:1px solid white;
}

a.active{
    color:rgb(0, 247, 255)!important; 
    border-top:1px solid white; 
    border-bottom:1px solid white;  
}

section.section2{
    border-top:1px solid #cfcfcf; 
    border-bottom:1px solid #cfcfcf; 
}
div.arrowtop{
    position:sticky;
    top:20%;
    left:10%;
    z-index:99999999;
}
footer{ background-color:#1c2c77;   }
/*  pour galerie.html */

div.galerie{box-shadow:1px 1px 8px 1px black; }

/* contact .html */ 
textarea{resize:none; }