@font-face {
    font-family: "Excalibur";
    src: url("/fonts/excalibur.ttf") format("truetype");
}

body {
    background-image: radial-gradient(closest-side ellipse at center, white,#619aae );
}

footer{
}


.bottom {
    margin-bottom: 0rem;
}

p.equipeEntiere{
    height: 8.4rem;
}

br{
    height: 1rem;
}

.main{
    margin-top: 232px;
}

.bandeau{
    background: #bd9707;
    padding: 0;
}

.annonce{
    height:50px;
}

.fondbody,footer {
    /*background-image: url("/images/Fonds/uscarl4.png");*/
    background-position: center;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: 10%;
    z-index: 1;
   height: max-content;
}

.menu {
}

.alert2{
    color: firebrick;
}

.titre{
    font-family: Excalibur;
    color: #5eb5e0;
    background-color: #d9d3bc;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: black;
    margin-bottom: 20px;
    border-radius: 10px;
}

div.titre h3{
    margin-left: 1rem;
    margin-top: 5px;
}


.banniere{
    background-image: radial-gradient(closest-side ellipse at center, #58add7,#000000 );
    z-index: 2;
}

.banniere img{
    height: 100px;
}

.navbar{
    /*position: center;*/
    /* height: 100px; */
    /* font-family: Excalibur; */
    font-size: large;
}

.bordered {
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    background-position: center;
}

.fig {
    background-image: url("/images/Fonds/fond5.jpg");
    background-position: center;
    width: 113px;
}

.equipe {
    border-width: 2px;
    border-color: #916319;
    border-style: solid;
    background-color: rgb(159 194 205);
    /*background-repeat:no-repeat;*/
    border-radius: 10px;
    /*text-align: justify;*/
}

.fantasy {
    background-image: url("/images/Fonds/fond6.jpg");
    border-radius: 10px;
    width: 113px;
}

.scifi {
    background-image: url("/images/Fonds/fond4.jpg");
    border-radius: 10px;
    width: 113px;
}

.imgEquipe{
    width: 226px;
}

nav {
    background-color: #bd9707;
}

section .dropdown {
    position: relative;
    display: block;
    padding-left: revert;
}

section .dropdown-content {
    position:absolute;
    display: none;
    /*background-color: #f9f9f9;*/
    /*min-width: 160px;*/
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    /*left:210px;*/
    top:0px;
    z-index:1;
}
section .dropdown-content:hover{
    display: none;
}

section .dropdown:hover .dropdown-content {
    display: block;
}

section .dropdown-content img{
    transform: scale(3,3) ;
}
