.form-label{
    width: 25%;
    margin: auto;
}
.form-control{
    width: 40%;
    margin: auto;
}

.TitreP{
    margin: auto;
    text-align: center;
}

.KARATE_BABY{
    margin: auto;
    text-align: center;
}

form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.KARATE_ENFANT{
    margin: auto;
    text-align: center;
}

.KARATE_ADULTE{
    margin: auto;
    text-align: center;
}

.BODY_KFITNESS{
    margin: auto;
    text-align: center;
}

.MIX_CONTACT{
    margin: auto;
    text-align: center;
}

.tab td, .tab th{
    border: 1px solid black;
}
.tab{
    margin: auto;
}

.FinP{
    margin: auto;
    text-align: center;
}
::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    size: auto;
    -webkit-text-size-adjust: 100%;
    display:block;
}
body {
    font-family: Arial, sans-serif;
    background-color: black;
    size: auto;
    display: flex;
    flex-direction:column;
    margin: 0px;
}

header{
    display: flex;
    justify-content: center;
}

.logoK{
    
    max-width: 75%;
    margin: auto;
    margin-left: 8%;
    margin-top: 14%;
    padding-top: 2%;
}

.logoC{
    max-width: 75%;
    margin-left:1%;
    padding-top: 2%;
}

.login{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 25%;
    max-height: 25%;
    border-style: solid;
    border-color: #414243;

}

.mb-3{
    max-width: 75%;
    max-height: 25%;
}

.form-label{
    color: #fff;
    max-width: 75%;
    max-height: 25%;
    margin: auto;
    
}
.form-control{
    max-width: 75%;
    max-height: 25%;
    margin: auto;
    
}

.Login:hover{
    border-width: 5px;
    border-color: #000;
}

.register-button {

    margin-bottom: 20px;  

  
    background: rgba(0,0,0,0);
    color: white;
    font-size: 1.2em;
    padding: 2px 10px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    margin: auto;
    display: grid;
    place-items: center;
    text-align: center;
}
/* \"/ */
.register-button:hover {
    background-color: rgba(0,0,0,0);
    color: red;
    border-image-slice: 2;
}
.basdepage {
background-image: linear-gradient(#363839, black);
color: #FFF;
font-size: 11px;
display: flex;
flex-direction: column;
justify-content: center;
}
.maps{
height: 50%;
width: 50%;
}
.credits{
    text-align: center;

}
.logos{
display:flex;
justify-content: space-around;
width:100%;
}
.img_insta{
height: 60%;
width: 4%;

}
.img_facebook{
height: 70%;
width: 10%;

}
.Instagram{
    background-color: rgba(0,0,0,0);
    border-radius: 7px;
    width: auto;
    height: auto;
}
.Facebook{
    background-color: rgba(0,0,0,0);
}
.contact{
    text-align: center;
}
.prix_baby{
    margin: auto;
    text-align: center;
    justify-content: space-evenly;
    border-style: inset;
    border-color: #020202;
    border-radius: 5px;
    border-width: 1px;
    background-color:#FFF;
    height: 20%;
    width: 85%;
    margin-right: 13%;
}
.ens_prix_baby{
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    width: 100%;
}
.img_prix_baby{
    width: 30%;
    height: 50%;
    margin-bottom: 5%;
}
.prix_enfant{
    margin: auto;
    text-align: center;
    justify-content: space-evenly;
    border-style: inset;
    border-color: #020202;
    border-radius: 5px;
    border-width: 1px;
    background-color:#FFF;
    height: 20%;
    width: 85%;
    margin-left: 13%;
}
.ens_prix_enfant{
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    width: 100%;
}
.img_prix_enfant{
    width: 25%;
    height: 45%;
    margin-bottom: 5%;
}
.prix_body{
    margin: auto;
    text-align: center;
    justify-content: space-evenly;
    border-style: inset;
    border-color: #020202;
    border-radius: 5px;
    border-width: 1px;
    background-color:#FFF;
    height: 20%;
    width: 85%;
    margin-right: 13%;
}
.ens_prix_body{
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    width: 100%;
}
.img_prix_body{
    width: 20%;
    height: 40%;
    margin-bottom: 5%;
}
.prix_mma{
    margin: auto;
    text-align: center;
    justify-content: space-evenly;
    border-style: inset;
    border-color: #020202;
    border-radius: 5px;
    border-width: 1px;
    background-color:#FFF;
    height: 20%;
    width: 85%;
    margin-left: 13%;
}
.ens_prix_mma{
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    width: 100%;
}
.img_prix_mma{
    width: 30%;
    height: 50%;
    margin-bottom: 5%;
}
.txt_prix{
    font-size: 50%;
}

.nav_back{
    background-color: #000;
    margin: 0;
    padding: 1%;
}

nav{
    display: flex;
    background-color:black;
    
}

nav>a{
    display:block;
    width:400px;
    background-image:linear-gradient( #363839, black);
    text-align:center;
    box-sizing:border-box;
    padding:20px;
    margin:1px;
    color: #FFF;
    text-decoration:none;
    transition: all 0.3s ease;
}

nav>a:hover{
    color: red;
    transition: all 1s ease;
}

#ch{
    display: none;
}

#lab{
    width: 30px;
    height: 30px;
    background:linear-gradient(grey 0%, grey 20%, transparent 21%, transparent 40%, grey 41%, grey 60%, transparent 61%, transparent 80%, grey 81%, grey 100%);
    margin: 4px;
    display: none;
}

@media screen and (max-width:960px){
    nav{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        transform: translate(-1000px,0);
        transition: all 0.5s ease;
        background-color: rgba(255, 0, 0, 0);
    }
    nav>a{
        width: auto;
        background-image: linear-gradient(rgba(62, 59, 59, 0.534),rgba(62, 59, 59, 0.53));
        background-color: rgba(62, 59, 59, 0.096);
        font-size: 1em;

    }
    #ch:checked+nav{
        transform: translate(0,0);
        transition: all 0.5s ease;
    }
    #lab{
        display: block;
    }
}


.register-button2 {

    margin-bottom: 20px;  
    background: rgba(0,0,0,0);
    color: black;
    font-size: 1.2em;
    padding: 2px 10px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    margin: auto;
    display: grid;
    text-align: center;
}

.register-button2:hover {
    color: #414243;
    border-image-slice: 2;
    transition: all 1s ease;
}