*, ::before, ::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body::-webkit-scrollbar{
    width: 15px;
}

body::-webkit-scrollbar-track{
    background-color: rgb(211, 207, 207);
}

body::-webkit-scrollbar-thumb{
    background-color: rgb(255, 70, 70);
    border-radius: 4.5px;
}

body::-webkit-scrollbar-thumb:hover{
    background-color: rgb(248, 196, 24);
}

body {
    background-color: #8BA1BB;
    font-family: Arial;
    margin: 0px;
    position: relative;
}
div.head{
    text-align: center;
    margin-bottom: -18px;
    margin-top: 40px; 
}
p.head{                 
    background-color: black;
    color: white;
    display: inline-block;
    text-align: center;
    padding: 8px 18px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
}
p.début{
text-align: center;
max-width: 400px;
display: inline-block;
font-size: 14;
}
div.début{
    text-align: center;
}
div.contenue{
    box-shadow: 0 0 50px;
     background-color: white;
     margin: 0px 10% 80px 10%;
     padding: 30px;
     min-width: 350px;
}
div.séparateur{
    background-color: black;
    width: 100px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
}
h1{
text-align: center;
margin-bottom: 12px;
margin-top: 12px;
}
div.info{
    position: relative;
}
table.table{
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: white;
    background-color: #6C829DC0;


}
table.table td{
    text-align: center;
    font-size: 17px;
}
table.table th{
    font-size: 18px;
    vertical-align:bottom;
}
/* commentaire en CSS*/

.img-shadow{
    box-shadow: 15px 25px 10px rgb(114, 108, 108);
    height: auto;
}

.grossissement{
    display: inline-block;
    position: absolute;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    background-color: red;
    left: 50%;
    transition: transform cubic-bezier(0.43,-0.21, 0.38, 1.15) 2s;
    cursor: pointer;
}

p.p-accueil{
    margin-top: 30%;
    font-size: 5px;
    color: red;
}

.grossissement:hover{
    background-color: midnightblue;
    transform: rotate(360deg) scale(8);
    transition: 2s;
    text-align: center;
}

ul.néon{
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    position: absolute;
    word-spacing: 15px;
}

ul.néon li{
    display: inline-block;
    list-style-type: none;
    font-size: 50px;
    color: rgba(92, 81, 81, 0.493);
    animation: néon 1.5s linear infinite;
}

@keyframes néon{
    0%{
        color: rgba(92, 81, 81, 0.493);
        text-shadow: none;
    }
    90%{
        color: rgba(92, 81, 81, 0.493);
        text-shadow: none;
    }
    100%{
        color: #021cff;
        text-shadow: 0 0 7px #021cff, 0 0 50px #7582fc;
    }
}

ul.néon li:nth-child(1){
    animation-delay: 0.1s;
}

ul.néon li:nth-child(2){
    animation-delay: 0.2s;
}

ul.néon li:nth-child(3){
    animation-delay: 0.3s;
}

ul.néon li:nth-child(4){
    animation-delay: 0.4s;
}

ul.néon li:nth-child(5){
    animation-delay: 0.5s;
}

.rond{
    cursor: pointer;
    display: inline-block;
    position: absolute;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    background-color: purple;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(0.43, -0.21, 0.38, 1.15) ease-in-out;
}

.rond:hover{
    transition-delay: 0.5s;
    border-radius: 999px;
    background-color: lightblue;
}

ul.néon1 li{
    font-size: 30px;
    text-align: center;
    color: red;
    list-style-type: none;
    color: rgba(92, 81, 81, 0.493);
    animation: néon1 1.5s linear infinite;
}



@keyframes néon1{
    0%{
        color: rgba(92, 81, 81, 0.493);
        text-shadow: none;
    }
    90%{
        color: rgba(92, 81, 81, 0.493);
        text-shadow: none;
    }
    100%{
        color: red;
        text-shadow: 0 0 7px red, 0 0 50px rgb(248, 102, 102);
    }
}

ul.néon1 li:nth-child(1){
    animation-delay: 0.1s;
}

ul.néon1 li:nth-child(2){
    animation-delay: 0.2s;
}

ul.néon1 li:nth-child(3){
    animation-delay: 0.3s;
}

ul.néon1 li:nth-child(4){
    animation-delay: 0.4s;
}

ul.néon1 li:nth-child(5){
    animation-delay: 0.5s;
}

ul.néon1 li:nth-child(6){
    animation-delay: 0.6s;
}

a.citation{
    text-decoration: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 600;
    color: red;
    cursor: pointer;
}

a.citation::after{
    content: '';
    display: block;
    width: 0px;
    margin: 5px auto 0 auto;
    height: 2px;
    border-radius: 2px;
    background-color: red;
    transition: width 0.2s ease-out;
}

a.citation:hover::after{
    width: 100%;
}

img.étoiles{
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 350px;
    height: 350px;
    opacity: 1;
    transition: 1s;
}

img.coeurs{
    display: inline-block;
    width: 350px;
    height: 350px;
}

img.étoiles:hover{
    transition: 1s ease-in-out;
    transition-delay: 0.1s;
    opacity: 0;
}