body{
    margin: 0 10% 3% 10%;
}
.hero{
    background: url("../img/banniere.jpg") center;
    border-radius: 0 0 7px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}
nav{
    border: 2px solid black;
    border-radius: 7px;
    background: rgb(185, 185, 185);
    margin: 3px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
    a{
        color: black;
        padding: 0 1px;
        transition: 0.3s ;
    }
 
    a:hover{
        background: rgb(242, 75, 75);
        transition: 0.8s ;
        color: white;
        padding: 0 10px;
    }
}
main{
    background: rgb(185, 185, 185);
    border-radius: 7px;
    overflow: hidden;
}

h1{
    background: rgba(239, 239, 239, 0.5);
    border-radius: 20px;
    padding: 20px;
}

h2{
    margin: 0;
}
.band{
    background: rgb(225, 73, 73);
    text-align: center;
    margin: 0px;
}
.symbole{
    padding: 20px;
    display:flex;
    justify-content: center;
}
p, h3{
    margin: 20px;

}
.text{
    text-align: center;
    text-decoration: none;
}
.textR{
    text-align: center;
    color: rgb(196, 65, 65);
    text-decoration: none;
    line-height: 150%;
}

.blockform{
    display: flex;
    justify-content: center;
}

label{
    text-transform: uppercase;
    width: 150px;
}
.form{
    display: flex;
    align-items: start;
    margin: 5px;

}

input, textarea{
    width: 180px;
}

.capitale{
    display: flex;
    justify-content: center;
    align-items: center;
    li{
        list-style: none;
    }
    a{
        text-decoration: none;
    }
}
.table{
    padding: 20px;
    display: flex;
    justify-content: center;
    
    div{
        display: flex;
        justify-content: center;
    }
    img{
        width: 45%;
        border-radius: 10px;
    }
    p{
        text-align: center;
    }
}

#stop{
    display: none;
    padding: 10px;
    background: rgb(225, 73, 73);
    border-radius: 20px;
    border: 2px solid rgb(137, 46, 46);
    text-decoration: none;
    color: white;
}