@font-face {
    font-family: 'pixeboyregular';
    src: url('font/pixeboy-webfont.woff2') format('woff2'),
         url('font/pixeboy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'pixeboyregular';
    box-sizing: border-box;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 15px;
    background-color: #898eff;
    width: 100%;
    /*height: 100%;*/
}

.photo {
    width: 100px;
    height: 100px;
}

.transition {
    background: #8f8f96;
    width: 100%;
    height: 2px;
}

.navbar .nav-links ul {
    display: flex;
}

.navbar h3 {
    display: flex;

}

.navbar .nav-links ul li a{
    font-size: 30px;
}

.navbar .menu-hamburger {
    display: none;
    position: absolute;
    top: 100px;
    right: 80px;
    width: 80px;
}

.navbar .logo {
    font-size: 2em;
    font-weight: bold;
    color: white;
    padding-left: 50px;
}

@media only screen and (max-width: 980px){
    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    
    .main {
        font-family: 'pixeboyregular' !important;
    }
    
    .navbar {
        padding: 0;
        height: 200px;
    }
    
    .photo {
        position:absolute;
        left: 100px;
    }

    .navbar .logo {
        font-size: 3em;
        position: absolute;
        padding-top: 15px;
        padding-left: 350px;
    }

    .navbar .menu-hamburger {
        top: 60px;
        display: block;
        z-index: 100000;
    }

    .navbar .btn {
        position: absolute;
        margin-top: 5px;
        margin-left: 40% !important;
        font-size: 40px;
    }
    
    .navbar .btnn {
        display:none;
    }
    
    .navbar .btnECE {
        position: absolute;
        margin-top: 5px;
        margin-left: 75% !important;
        font-size: 40px;
    }
    
    .pixel .btn {
        background-color: white;
    }

    .nav-links {
        top: 0;
        left: 0;
        position: fixed;
        background-color: #A9A9A9;
        backdrop-filter: blur(8px);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -100%;
        transition: all 0.5s ease;
    }

    .nav-links.mobile-menu {
        margin-left: 0;
        z-index: 10;
    }

    .nav-links.mobile-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-links.mobile-menu ul li a {
        color: black;
        font-size: 100px;
        text-decoration: none;
        font-weight:normal;
    }

    .navbar .nav-links ul li {
        margin: 25px 0;
        font-size: 8.2em;
        font-style: oblique;
    }

    .container {
        visibility: hidden;
    }

    .container.active {
        visibility: hidden;
        display: none;
    }

    .navbarver {
        width: 100%;
        padding-left: 60px;
        background: white;
        position: relative;
        padding-left: 340px;
        left: -200px;
        position: relative;

    }

    .scroll_to_top {
        position: fixed;
        width: 35px;
        height: 35px;
        bottom: 40px;
        right: 40px;
        z-index: 10000;
      }
      .scroll_to_top img {
        width: 45px;
      }
      
      
      #list{
            font-size:  1.5em;
            color: white;
      }
  
        
        #searchbar{
         margin-left: 21.5% !important;
         width: 30% !important;
     }
     
     .equipe{
        min-height: 81vh !important;
    }
    
    .connexion {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #898eff;
        background-size: cover;
        background-position: center;
        height: 90vh !important;
        width: 100% !important;
    }
    
    .rejoindre{
        display: inline-block;
        padding: 15px 30px !important;
        background-color: white;
        color: #006400;
        border: 1px solid;
        border-radius: 10px;
        cursor: pointer;
        text-decoration: none;
        font-size: 20px;
    }
    
    .voir_equipe {
        display: block !important;
        background-color: #383e42;
    }
    
    .equipe_info {
        width: 100% !important;
        background-color: #383e42;
        min-height: 80vh;
    }
    
    .script_info {
        width: 100% !important;
        background-color: #383e42;
        margin: 0% !important;
    }
    
    .clan-list .clan-item{
        width: 150% !important;
    }
    
    .titreAccueil{
        font-size: 55px!important;
    }
    
    .custom-radios input[type=radio] + label span {
        width: 65px !important;
        height: 65px !important;
    }
    
    .placer {
        font-size: 45px !important;
    }
    
    .custom-radios input[type=radio]:checked + label span img {
      margin-top: 25px !important;
    }
    

}

.logo {
    color: white;
    font-size: 35px;
    letter-spacing: 1px;
    cursor: pointer;
}

span {
    color: #256c6c;
}

nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 10px 25px;
}

nav ul li a {
    color: white;
    font-size: 17px;
    text-decoration: none;
    font-weight:normal;
    text-transform: inherit;
}

nav ul li a:hover {
    color: #555;
    transition: .4s;
}

.btn {
    background-color: white;
    color: #898eff;
    text-decoration: none;
    border: 2px solid transparent;
    border-color: #898eff;
    padding: 10px 25px;
    border-radius: 30px;
    transition: transform .4s;
    font-size: 25px;
}

.lesequipes {
    background-color: white;
    color: #898eff;
    text-decoration: none;
    border: 2px solid transparent;
    border-color: #898eff;
    padding: 10px 25px;
    border-radius: 30px;
    transition: transform .4s;
    font-size: 25px;
}

.lesequipes:hover {
    transform: scale(1.07);
    background-color: white;
    border: 2px solid transparent;
    border-color: #898eff;
    cursor: pointer;
}

.btnn {
    background-color: white;
    color: #898eff;
    text-decoration: none;
    border: 2px solid transparent;
    border-color: #898eff;
    padding: 10px 25px;
    border-radius: 30px;
    transition: transform .4s;
    font-size: 25px;
}

.btnECE {
    background-color: white;
    color: #898eff;
    text-decoration: none;
    border: 2px solid transparent;
    border-color: #898eff;
    padding: 10px 25px;
    border-radius: 30px;
    transition: transform .4s;
    font-size: 25px;
}

.btn:hover {
    transform: scale(1.1);
}

.presentation {
    height: 93vh;
    width: 100%;
    background-color: #898eff;
    /*background-image: url(../img/white4.jpg);*/
    background-size: cover;
    background-position: center;
    display: flex;
}

.content {
    position: absolute;
    top: 40%;
    left: 8%;
}

h1 {
    color: black;
    margin: 20px 0px 20px;
    font-size: 75px;
}

h3 {
    color: black;
    font-size: 25px;
    margin-bottom: 50px;
}

h4 {
    color: black;
    letter-spacing: 2px;
    font-size: 20px;
}

.about {
    width: 100%;
    padding: 100px 0px;
    background-color: #898eff;
    /*background-image: url(../img/black.jpg);*/
}

.about img {
    height: auto;
    width: 430px;
}

.about-text {
    /*width: 550px;*/
    width: 40%;
}

.main {
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about-text h2 {
    color: white;
    font-size: 75px;
    margin-bottom: 20px;
}

.about-text h3 {
    color: white;
    font-size: 55px;
    margin-bottom: 20px;
}

.about-text h5 {
    color: white;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 25px;
}

.about-text p {
    color: white;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;
}

button {
    background-color: #256c6c;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 30px;
    transition: .4s;
}

button:hover {
    background-color: transparent;
    border: 2px solid #256c6c;
    cursor: pointer;
}

.service {
    background-color: whitesmoke;
    /*background-image: url(../img/white2.jpg);*/
    width: 100%;
    padding: 100px 0px;
}

.title h2 {
    color: black;
    font-size: 65px;
    width: 100%;
    margin: 5px auto;
    text-align: center;
}

.box {
    display:flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.card {
    height: 520px;
    width: 335px;
    padding: 20px 35px;
    background: #191919;
    border-radius: 20px;
    margin: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.card i {
    font-size: 50px;
    display: block;
    text-align: center;
    margin: 25px 0px;
    color: #256c6c;
}

h5 {
    color: white;
    font-size: 23px;
    margin-bottom: 15px;
}

.pra p {
    color: white;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
}

.card .button {
    background-color: #256c6c;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 9px 22px;
    border-radius: 30px;
    transition: .4s;
}

.card .button:hover {
    background-color: transparent;
    border: 2px solid #256c6c;
    cursor: pointer;
}

footer {
    position: relative;
    width: 100%;
    height: 140px;
    background: #898eff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer p:nth-child(1) {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
    font-weight: bold;
}

footer p:nth-child(2) {
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

.social {
    display: flex;
    font-family: 'pixeboyregular';
}

.social a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #555;;
    border-radius: 50%;
    margin: 22px 10px;
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.social a:hover {
    transform: scale(1.3);
    transition: .3s;
}

.end {
    position: flex;
    color: #256c6c;
    bottom: 75px;
    font-size: 30px;
}

.football {
    width: 100%;
    padding: 50px 0px;
    background-color: whitesmoke;
}

.football img {
    height: auto;
    width: 430px;
}

.football-text {
    width: 550px;
}

.main2 {
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.football-text h2 {
    color: black;
    font-size: 75px;
    margin-bottom: 20px;
}

.football-text h5 {
    color: black;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 25px;
}

.football-text p {
    color: black;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;
}

.container {
    top: 150px;
    left: 60px;
    height: 70px;
    width: 70px;
    background-color: #A9A9A9;
    border-radius: 50px;
    position: fixed;
    transition: 0.4s ease;
    z-index: 5;
    position :absolute;
}

.container.active {
    height: 360px;
}

.toggleBox {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 50px;
}

.icon {
    position: absolute;
    height: 4px;
    width: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #161d2c;
    border-radius: 50px;
}

.toggleBox.active .icon {
    width: 0;
}

.icon::before,
.icon::after {
    position: absolute;
    content: '';
    height: 4px;
    width: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #161d2c;
    border-radius: 50px;
    transition: 0.3s;
}

.icon::before {
    top: 12px;
}

.icon::after {
    bottom: 8px;
}

.toggleBox.active .icon::before {
    width: 40px;
    transform-origin: right;
    transform: translate(-25px, 4px) rotate(45deg);
}

.toggleBox.active .icon::after {
    width: 40px;
    transform-origin: right;
    transform: translate(-25px, -6px) rotate(-45deg);
}

.navItems {
    width: 100%;
    visibility: hidden;
}

.container.active .navItems {
    visibility: visible;
}

li {
    list-style: none;
}

li a {
    text-transform: uppercase;
    color: #161d2c;
}

li a i {
    position: relative;
    display: block;
    font-size: 18px;
    padding: 25px 0;
    width: 100%;
    text-align: center;
    transform: scale(0);
}

li a i::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 0px;
    height: 50%;
    transform: translateY(-50%);
    background-color: #256c6c;
    border-radius: 8px 0 0 8px;
}

li:hover a i::after {
    width: 8px;
    transition: 0.3s;
}

.container.active .navItems li a i {
    transform: scale(1);
    transition: 0.4s ease;
    transition-delay: calc(0.08s * var(--i));
}

.container.active .navItems li:hover a i {
    transition: 0.2s ease;
    color: #256c6c;
}

li a span {
    position: absolute;
    color: #fff;
    margin: 22px 0;
    font-weight: 500;
    letter-spacing: 2px;
}

.container.active .navItems li a span {
    transform: translateX(15px);
    transition: 0.4s ease;
    transition-delay: calc(0.08s * var(--g));
}

.container.active .navItems li:hover a span {
    transform: translateX(30px);
    transition: 0.2s ease;
    color: #256c6c;
}

.navbarver {
    top: 60px;
    padding-bottom: 60px;;
    width: 100%;
    padding-left: 70px;
    background: white;
    position: relative;
    padding-left: 340px;
}

.parcours {
    z-index: 2;
}

.parcours h2 {
    color: #256c6c;
    font-size: 40px;
}

.parcours p {
    text-decoration: underline;
    font-size: 19px;
}

.parcours ul li h4{
    color:cadetblue;
}

.xp {
    z-index: 2;
}

.xp h2 {
    color: #256c6c;
    font-size: 40px;
}

.xp p {
    text-decoration: underline;
    font-size: 19px;
}

.xp h4{
    color:cadetblue;
}

.langue {
    z-index: 2;
    margin-bottom: 50px;
}

.langue h2 {
    color: #256c6c;
    font-size: 40px;
}

.langue p {
    text-decoration: underline;
    font-size: 19px;
}

.langue h4{
    color:cadetblue;
}

.scroll_to_top {
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 40px;
    right: 40px;
    z-index: 10000;
  }
  .scroll_to_top img {
    width: 45px;
  }

  section {
    padding: 20px 15%;
  }

.contact {
    /*background-image: url(../img/white2.jpg);*/
    background-color: whitesmoke;
    height: 100%;
    width: 100%;
    min-height: 90vh;
    display: grid;
    /*grid-template-columns: repeat(2, 2fr);*/
    text-align: center;
    align-items: center;
    grid-gap: 6rem;
    padding-top: -15px;
}

.contact-form h2 {
    font-size: 50px;
    color: #256c6c;
    margin-bottom: 20px;
    text-align: center;
}

span {
    color: #256c6c;
}

.contact-form p {
    color: #256c6c;
    letter-spacing: 1px;
    line-height: 26px;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.contact-form form {
    position: relative;
    padding-left: 90px;
    padding-right: 90px;
}

.contact-form form input,
form textarea {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    background: #313132;
    color: #fff;
    font-size: 0.8rem;
    margin-bottom: 0.7rem;
    border-radius: 10px;
}

.contact-form textarea {
    resize: none;
    height: 100px;
}

.contact-form form .btn {
    display: inline-block;
    background: #256c6c;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 10px;
    width: 220px;
    transition: ease .20s;
    cursor: pointer;
    color: white;
}

.contact-form form .btn:hover {
    border: 2px solid #256c6c;
    background: 313132;
    transform: scale(1.1);
}

@media (max-width: 980px) {
    section {
        padding: 80px 3%;
        transition: .2s;
    }

    .contact-form h2 {
        font-size: 50px;
    }

    .contact-form p {
        margin-bottom: 3rem;
    }
    .contact {
        grid-template-columns: 1fr;
    }

    .contact-form {
        order: 2;
    }

    .contact-img img {
        max-width: 100%;
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 30px;
    }
}




@media only screen and (max-height: 500px) {
    * {
        padding: 0;
        margin: 0;
        font-family: Cambria,Georgia,serif;
        box-sizing: border-box;
    }

    .navbar {
        padding: 0;
        height: 200px;
    }

    .navbar .logo {
        position: absolute;
        top: 80px;
        left: 400px;
        color: white;
    }
    
    .photo {
        position:absolute;
        left: 100px;
    }

    .navbar .menu-hamburger {
        top: 60px;
        display: block;
        z-index: 10;
    }

    .navbar .btn {
        display: none;
    }

    .nav-links {
        top: 0;
        left: 0;
        position: fixed;
        background-color: #A9A9A9;
        backdrop-filter: blur(8px);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -100%;
        transition: all 0.5s ease;
    }

    .nav-links.mobile-menu {
        margin-left: 0;
        z-index: 10;
        display: flex;
    }

    .nav-links.mobile-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-links.mobile-menu ul li a {
        color: black;
        font-size: 58px;
        text-decoration: none;
        font-weight:normal;
        display:grid;
        margin-bottom: -30px;
    }

    .navbar .nav-links ul li {
        margin: 25px 0;
        font-size: 8.2em;
        font-style: oblique;
    }

    .container {
        visibility: hidden;
    }

    .container.active {
        visibility: hidden;
        display: none;
    }

    .navbarver {
        width: 100%;
        padding-left: 60px;
        background: white;
        position: relative;
        padding-left: 340px;
        left: -200px;
        position: relative;

    }

    .scroll_to_top {
        position: fixed;
        width: 35px;
        height: 35px;
        bottom: 50px;
        right: 40px;
        z-index: 10000;
      }
      .scroll_to_top img {
        width: 45px;
      }


}

.connexion {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #898eff;
  background-size: cover;
  background-position: center;
  min-height: 72vh;
  width: 100%;
}

.connexion form {
	width: 700px;
	border: 2px solid #ccc;
	padding: 20px;
	background: #fff;
	border-radius: 15px;
}

.connexion h1 {
	font-size: 1000px;
	text-align: center;
	color: #fff;
}

.connexion h2 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 40px;
	color: #555;
	font-weight: normal;
}

.connexion input {
	display: block;
	border: 3px solid #ccc;
	width: 97%;
	padding: 10px;
	margin: 15px auto;
	border-radius: 10px;
	font-size: 20px;
}
.connexion label {
	color: #888;
	font-size: 35px;
	padding: 10px;
}

.connexion button {
	float: left;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	border: none;
	font-size: 30px;
    font-weight: normal;
}

.connexion .inscription{
	float: right;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	border: none;
	font-size: 30px;
}

.connexion .changer{
	float: left;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	border: none;
	font-size: 30px;
}

.connexion .admin{
    margin-left: 10px;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	border: none;
	font-size: 30px;
}

.connexion .retour{
	float: left;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	border: none;
	font-size: 30px;
}

.connexion button:hover{
	opacity: .7;
}
.connexion .error {
   background: #F2DEDE;
   color: #A94442;
   padding: 10px;
   width: 95%;
   border-radius: 5px;
   margin-left: 12px
}

.connexion a {
	float: right;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	border: none;
	text-decoration: none;
	font-size: 25px;
}
.connexion a:hover{
	opacity: .7;
}

.creation {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #383e42;
  background-size: cover;
  background-position: center;
  height: 72vh;
  width: 100%;
}

.creation form {
	width: 650px;
	border: 2px solid #ccc;
	padding: 20px;
	background: #fff;
	border-radius: 15px;
}

.creation h1 {
	font-size: 1000px;
	text-align: center;
	color: #fff;
}

.creation h2 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 40px;
	color: #555;
	font-weight: normal;
}

.creation input {
	display: block;
	border: 3px solid #ccc;
	width: 97%;
	padding: 10px;
	margin: 15px auto;
	border-radius: 10px;
	font-size: 20px;
}
.creation label {
	color: #888;
	font-size: 35px;
	padding: 10px;
}

.creation button {
	float: left;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	border: none;
	font-size: 30px;
    font-weight: normal;
}

.creation .inscription{
	float: right;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	border: none;
	font-size: 30px;
}

.creation .changer{
	float: left;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	border: none;
	font-size: 30px;
}

.creation .retour{
	float: left;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	border: none;
	font-size: 30px;
}

.creation button:hover{
	opacity: .7;
}
.creation .error {
   background: #F2DEDE;
   color: #A94442;
   padding: 10px;
   width: 95%;
   border-radius: 5px;
   margin: 20px auto;
}

.creation a {
	float: right;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	border: none;
	text-decoration: none;
	font-size: 25px;
}
.creation a:hover{
	opacity: .7;
}

.pixel .canva {
  display: flex;
  justify-content:center;
  align-items: center;
}

.pixel .pos {
	display: block;
	border: 3px solid #ccc;
	width: 97%;
	padding: 10px;
	margin: 25px auto;
	border-radius: 10px;
	font-size: 20px;
	margin-right: 200px;
}

.pixel label {
	color: #888;
	font-size: 35px;
	padding: 10px;
}

.custom-radios div {
  display: inline-block;
}
.custom-radios input[type=radio] {
  display: none;
}
.custom-radios input[type=radio] + label {
  color: #333;
  font-size: 14px;
}
.custom-radios input[type=radio] + label span {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
}
.custom-radios input[type=radio] + label span img {
  opacity: 0;
  margin-top: 15px;
  transition: all 0.3s ease;
}
.custom-radios input[type=radio]#color-1 + label span {
  background-color: #006400;
}
.custom-radios input[type=radio]#color-2 + label span {
  background-color: #3498db;
}
.custom-radios input[type=radio]#color-3 + label span {
  background-color: #f1c40f;
}
.custom-radios input[type=radio]#color-4 + label span {
  background-color: #FFB6C1;
}
.custom-radios input[type=radio]#color-5 + label span {
  background-color: #ff7f00;
}
.custom-radios input[type=radio]#color-6 + label span {
  background-color: #252525;
}
.custom-radios input[type=radio]#color-7 + label span {
  background-color: #8B4513;
}
.custom-radios input[type=radio]#color-8 + label span {
  background-color: #ffffff;
}
.custom-radios input[type=radio]#color-9 + label span {
  background-color: #FF1E1E;
}
.custom-radios input[type=radio]#color-10 + label span {
  background-color: #0D0DCE;
}
.custom-radios input[type=radio]#color-11 + label span {
  background-color: #C0C0C0;
}
.custom-radios input[type=radio]#color-12 + label span {
  background-color: #75F94D;
}
.custom-radios input[type=radio]#color-13 + label span {
  background-color: #7E84F7;
}
.custom-radios input[type=radio]#color-14 + label span {
  background-color: #EA3FF7;
}
.custom-radios input[type=radio]#color-15 + label span {
  background-color: #6d071a;
}

.custom-radios input[type=radio]:checked + label span img {
  opacity: 1;
  margin-top: 15px;
}

.custom-radios input[type=radio]#color-8:checked + label span {
  box-shadow: inset 0px 0px 0px 6px black; /* couleur sélectionnée */
}



.equipe{
    background-color: #383e42;
    min-height: 80vh;
}


 #searchbar{
     margin-top: 3%;
     margin-bottom: 1%;
     margin-left: 28%;
     padding: 15px;
     border-radius: 10px;
     width: 25%;
     font-size: 28px;
 }
 
.search {
     width: 20%;
     -webkit-transition: width 0.15s ease-in-out;
     transition: width 0.15s ease-in-out;
}
 
#list{
    font-size:  1.5em;
    color: white;
    display: flex;
    flex-direction : column;
    align-items: center;
    justify-content: center;
}
 
.animals{
   display: list-item;    
} 

mark {
  background-color: yellow;
}

.clan-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clan-list .clan-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
}


.clan-list .clan-item img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.clan-list .clan-item .clan-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  width: 50%;
}

.clan-list .clan-item .clan-info h2 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin-bottom: -30px;
  margin-left: 20px;
}

.clan-list .clan-item .clan-info p {
  margin: 0;
  font-size: 20px;
  color: #555;
}

.clan-list .clan-item .clan-info .clan-stats {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 90%;
}

.clan-list .clan-item .clan-info .clan-stats .stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.clan-list .clan-item .clan-info .clan-stats .stat p {
  margin: 0;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.clan-list .clan-item .clan-info .clan-stats .stat h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #555;
}

.equipe_bouton{
    text-decoration: none;
    width: 55%;
}

.add-button{
    display: inline-block;
    padding: 18px 40px;
    background-color: white;
    color: #898eff;
    border: 1px solid;
    border-radius: 10px;
    cursor: pointer;
    font-size: 24px;
    text-decoration: none;
}

.add-button:hover {
    background-color: #898eff;
    color: white;
    border: 1px solid #fff;
    cursor: pointer;
}

.maintenance{
    background-color: #898eff;
    text-align: center;
    font-size: 50px;
    color: white;
    height: 87vh;
}

.maintenance .centrer{
    padding-top: 10%;
}

.maintenance .centrer2{
    padding-top: 3%;
}

.rejoindre{
    display: inline-block;
    padding: 18px 40px;
    background-color: white;
    color: #006400;
    border: 1px solid;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
}

.rejoindre:hover {
    background-color: #006400;
    color: white;
    border: 1px solid #fff;
    cursor: pointer;
}

.quitter{
    display: inline-block;
    padding: 18px 40px;
    background-color: white;
    color: #FF0000;
    border: 1px solid;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
}

.quitter:hover {
    background-color: #FF0000;
    color: white;
    border: 1px solid #fff;
    cursor: pointer;
}



.retourner{
    display: inline-block;
    padding: 18px 40px;
    background-color: white;
    color: #898eff;
    border: 1px solid;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
}

.retourner:hover {
    background-color: #898eff;
    color: white;
    border: 1px solid #fff;
    cursor: pointer;
    transform: scale(1.02);
}



.container4 {
  display: flex;
  border: solid 2px;
  border-radius: 10px;
  color: white;
  height: 105px;
}

.box2 {
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

.chef {
  width: 58%;
}

.pixels_poses {
  width: 8%;
}

.boutton_rejoindre_quitter {
  width: 33.33%;
}


.voir_equipe{
    display: flex;
     background-color : #383e42 ;
}

.parties {
  
  padding: 40px;
  text-align: center;
  box-sizing: border-box;
  background-color : #383e42 ;
}

#txts
{
    font-size: 40px;
    color : rgb(255,255,255);
}

.equipe_info{
    width: 65%;
    background-color: #383e42;
    min-height: 80vh;
}

.script_info{
    
    margin: 5%;
   
}

.container5 {
  display: flex;
}

.box3 {
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

.nb_membres_team{
  width: 40%;
}

.chief {
  width: 27%;
}

.pixel_poses {
  width: 35%;
}



#list2{
    font-size:  1.5em;
    color: white;
    display: flex;
    flex-direction : column;
    align-items: center;
    padding-top: 2%;
    max-height: 55vh;
    overflow-y: scroll;
}

#list2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#list2::-webkit-scrollbar
{
    border-radius: 10px;
	width: 12px;
	background-color: #F5F5F5;
}

#list2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

#list3{
    font-size:  1.5em;
    color: white;
    display: flex;
    flex-direction : column;
    align-items: center;
    padding-top: 2%;
    max-height: 75vh;
    overflow-y: scroll;
    width: 50%;
}

#list3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#list3::-webkit-scrollbar
{
    border-radius: 10px;
	width: 12px;
	background-color: #F5F5F5;
}

#list3::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}


.team-liste {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-liste .clan-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 150%;
  height: 80px;
  border-bottom: 2px solid #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.team-liste .clan-item:last-child {
  border-bottom: 0;
}

.team-liste .clan-item img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.team-liste .clan-item .clan-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  width: 60%;
}

.team-liste .clan-item .clan-info h2 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin-bottom: -45px;
  margin-left: 20px;
}

.team-liste .clan-item .clan-info p {
  margin: 0;
  font-size: 20px;
  color: #555;
}

.team-liste .clan-item .clan-info .clan-stats {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 90%;
}

.team-liste .clan-item .clan-info .clan-stats .stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 5px;
}

.team-liste .clan-item .clan-info .clan-stats .stat p {
  margin: 0;
  font-size: 24px;
  color: #333;
}

.team-liste .clan-item .clan-info .clan-stats .stat h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #555;
}

.placer {
    background-color: white;
    color: #303030;
    text-decoration: none;
    border: 4px solid;
    border-color: #303030;
    padding: 10px 25px;
    border-radius: 30px;
    transition: transform .3s;
    font-size: 25px;
}

.placer:hover {
    transform: scale(1.05);
    background-color: white;
    border: 4px solid black !important;
    cursor: pointer;
}

label {
  position: relative;
}


label .password-icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  color: #555;
  transition: all 0.2s;
}

label .password-icon:hover {
  cursor: pointer;
  color: black;
}

label .password-icon .feather-eye-off {
  display: none;
}

.password-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 25px;
}
.password-field {
    width: 80%;
}

.password-container2 {
    justify-content: space-between;
    position: relative;
    margin-top: -20px;
}

.password-container3 {
    justify-content: space-between;
    position: relative;
    margin-top: -40px;
}



.switch input
{
  display: none;
}

.switch 
{
  display: inline-block;
  width: 60px; /*=w*/
  height: 30px; /*=h*/
  margin: 4px;
  transform: translateY(50%);
  position: relative;
}

.slider
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #777, 0 0 4px #777;
  cursor: pointer;
  border: 2px solid transparent;
  overflow: hidden;
  transition: 0.2s;
}

.slider:before
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #777;
  border-radius: 30px;
  transform: translateX(-30px);
  transition: 0.25s;
}

input:checked + .slider:before
{
  transform: translateX(30px);
  background-color: #898eff;
}

input:checked + .slider
{
  box-shadow: 0 0 0 2px #898eff, 0 0 2px #898eff;
}



