

::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;
    background-color: rgba (0,0,0,0);



}
.HautP{
    height: 140px;
    width:100%;
    display: flex; 
    background-color: #020202;
    margin: 0 auto;
}


.RetourH{
    margin: auto;
   display: grid;
   place-items: center;
}
.TexteH{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: auto;
    text-align: center;
}

.histoire_part{

    width: 40%;
    height: 100%;
    text-align: justify;
    overflow: auto;
    align-self: center;
    padding: 1%;
    border-width: 5px;
    border-color: rgba(0,0,0,0.7);
    background-color: white;
    display:flex;
    font-size: 80%;
}


.img1{
    height:40%;
    width: 40%;
    align-self: self-end;
    margin-right:15%;
    border-color: #000000;
    border-style:inset ;
}
.img2{
    height: 10%;
    width: 25%;
    margin-left:15%;
    border-color: #000000;
    border-style:inset ;
}
.img3{
    height:40%;
    width: 40%;
    align-self: self-end;
    margin-right:15%;
    border-color: #000000;
    border-style:inset ;
}
.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;

}
.contact{
    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{
    width: auto;
    height: auto;
    margin-right:50%;
}
.Facebook{
    margin-left: 50%;
}
.credits{
    text-align: center;
}

.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: #ffffff;
    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;
    }
}
form{
    display: flex;
    flex-direction: column;
    align-items: center;
}




.news{
    top:1500%;
    height: 80%;
    width: 100%;
    margin-top: 1%;
    margin-right: 5%;
    border-width: 5px;
    border-radius: 4px;
    border-color: rgba(0,0,0,0.7);
    background-color: white;
    text-overflow: '';
    padding-left: 1%;
    padding-right: 1%;
}

.parts_of_body{
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    background-color: black;
}