
.container-header{
    padding-bottom: 7%;
    padding-top: 7%;
}

.container-search{
    display: inline-flex;
    width: 100%;
}

.redirect-1{
    margin: auto;
    text-align: left;
    width: 100%;
}

.redirect-2{
    margin: auto;
    text-align: right;
    width: 100%;
}


.container-title-search{
    width: 100%;
    text-align: center;
}

.search-redirect{
    width: 100%;
    margin: auto;
    font-family: "Roboto", sans-serif;
    color: #E1E1E1;
    font-size: 1rem;
}

.search-redirect .fleche-gauche{
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.search-redirect .fleche-droite{
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.search-redirect:hover .fleche-gauche{
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}

.search-redirect:hover .fleche-droite{
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}

.title-search{
    font-family: 'Roboto', sans-serif;
    font-size: 5vw;
    color: #E1E1E1;
}

.search-redirect:hover{
    color: #c8c8c8;
}


.container-form-search{
    width: 100%;
    padding-left: 20%;
    background: #0e1113;
}

.form-search{
    width: 100%;
    background: #0e1113;
    position: relative;
    height: 60px;
    overflow: hidden;
}

.form-search input {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    background: #0e1113;
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #E1E1E1;
}

.form-search label{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    color: #e1e1e1;
    font-size: 1rem;

}

.form-search label::after{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #ff5800;
    left: 0px;
    top: 1px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.content-name{
    position: absolute;
    bottom: 13px;
    left: 0px;
    transition: all 0.3s ease;
}

.form-search input:focus + .label-name .content-name,
.form-search input:valid + .label-name .content-name{
    transform: translateY(-120%);
    font-size: 0.8rem;
    color: #ff5800;
}

.form-search input:focus + .label-name::after,
form-search input:valid + .label-name::after{
    transform: translateX(0%);
}

.container-first-part{
    display: inline-flex;
    width: 100%;
    background: #0e1113;
    margin-top: 6%;
    border-top: 1px solid #ff8400;
}

.img-player{
    width: 30%;
}

.detail-player{
    display: inline-flex;
    padding-top: 2%;
    padding-left: 5%;
    width: 80%;
    padding-bottom: 2%;
}

.container-player-name{
    margin-right: 10%;
    width: 14%;
}

.player-name{
    font-family: 'Raleway Medium', sans-serif;
    font-weight: bold;
    color: #E1E1E1;
    font-size: 2rem;
}

.text-player{
    display: inline-flex;
    width: 26%;
}

.caracteristique{
    margin-right: 30%;
}

.detail{
    font-family: 'Raleway medium';
    color: #a5a5a5;
    font-size: 1.2rem;
    line-height: 50px;
}

.caracteristique-detail{
    margin-right: 5%;
}

.age,
.nationality,
.weight,
.size,
.coach{
    font-family: 'Raleway SemiBold';
    color: #e1e1e1;
    font-size: 1.2rem;
    line-height: 50px;
}

.rank-player{
    width: 40%;
    position:relative;
}

.rank{
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Raleway ExtraBold";
    font-weight: bold;
    color: #ffcc00;
    font-size: 2.5vw;
}

.rank-nb{
    font-size: 4rem;
}


@media only screen and (max-width: 900px) {
    .img-player{
        display: none;
    }
    .detail-player{
        width: 100%;
    }
}




.container-second-part{
    width: 100%;
    margin-top: 5%;
}

.statistics{
    font-family: 'Raleway SemiBold';
    color: #ff5800;
    font-size: 5vw;
}

.stat-first-part{
    background: #0e1113;
    width: 100%;
    margin-top: 1%;
    padding-top: 2%;
    padding-left: 5%;
    padding-bottom: 3%;
    display: inline-flex;
}

.container-avg{
    margin-right: 15%;
    width: 30%;
}

.container-atp{
    width: 30%;
}

.avg-win{
    font-family: 'Raleway medium';
    color: #a5a5a5;
    font-size: 1.2rem;
}

.avg-1{
    margin-bottom: 5%;
}

.avg-pourcent{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #E1E1E1;
    font-size: 1.8rem;
}

.avg-2{
    margin-bottom: 10%;
}

.avg-evolve{
    font-family: 'Roboto';
    color: #ac0607;
    font-size: 1.2rem;
    margin-left: 5%;
}

.avg-duration{
    font-family: 'Raleway medium';
    color: #a5a5a5;
    font-size: 1.2rem;
    margin-left: 5%;
}


.atp-ptn{
    font-family: 'Raleway medium';
    color: #a5a5a5;
    font-size: 1.2rem;
}

.atp-1{
    margin-bottom: 5%;
}

.atp-pourcent{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #E1E1E1;
    font-size: 1.8rem;
}

.atp-2{
    margin-bottom: 10%;
}

.atp-evolve{
    font-family: 'Roboto';
    color: #05a605;
    font-size: 1.2rem;
    margin-left: 5%;
}

.atp-duration{
    font-family: 'Raleway medium';
    color: #a5a5a5;
    font-size: 1.2rem;
    margin-left: 5%;
}



@media only screen and (max-width: 700px){

    .age,
    .nationality,
    .weight,
    .size,
    .coach{
        font-size: 0.8rem;
        line-height: 30px;
    }

    .detail{
        font-size: 0.8rem;
        line-height: 30px;
    }

    .player-name{
        font-size: 1.5rem;
    }

    .arrow-atp,
    .arrow-avg{
        display: none;
    }

    .avg-evolve,
    .atp-evolve{
        width: 100%;
    }
}

@media only screen and (max-width: 600px){
    .atp-evolve,
    .avg-evolve,
    .atp-duration,
    .avg-duration{
        font-size: 0.9rem;
    }

    .avg-pourcent,
    .atp-pourcent{
        font-size: 1.5rem;
    }
}



.stat-second-part{
    background: #0e1113;
    width: 100%;
    margin-top: 4%;
    padding-top: 2%;
    padding-left: 5%;
    padding-bottom: 3%;
}

.title-second-part{
    width: 100%;
    padding-left: 5%;
}

.title-2nd{
    font-family: 'Raleway medium';
    color: #a5a5a5;
    font-size: 1.2rem;
}

.table-second-part{
    width: 100%;
    margin-top: 2%;
}

.table-header{
    display: inline-flex;
    margin-left: 20%;
    margin-bottom: 2%;
    width: 100%;
}

.opponent{
    width: 28%;
    color: #ff5800;
    font-family: 'Raleway SemiBold', sans-serif;
    font-size: 1.3rem;
}

.environment{
    width: 28%;
    color: #ff8400;
    font-family: 'Raleway SemiBold', sans-serif;
    font-size: 1.3rem;
}

.score{
    width: 28%;
    color: #ffcc00;
    font-family: 'Raleway SemiBold', sans-serif;
    font-size: 1.3rem;
}

.table-table{
    width: 100%;
    padding-bottom: 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
}

.table-row{
    position: relative;
    width: 100%;
    color: #E1E1E1;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
}

.table-first-col{
    position: absolute;
    width: 20%;
    font-family: 'Raleway ExtraBold', sans-serif;
 }

.table-col{
    display: inline-flex;
    margin-left: 20%;
    width: 100%;
}

.opp-name{
    width: 28%;
}

.envi-name{
    width: 28%;
}

.score-name{
    display: inline-flex;
}

.score-lose{
    color: #ac0607;
}

.score-win{
    color: #05a605;
}

@media only screen and (max-width: 1200px){
    .table-table{
        padding-bottom: 3%;
    }
}

@media only screen and (max-width: 1000px){
    .table-table{
        padding-bottom: 4%;
    }
}

@media only screen and (max-width: 750px){
    .table-row{
        font-size: 0.8rem;
    }

    .opponent,
    .environment,
    .score{
        font-size: 1rem;
    }
}

@media only screen and (max-width: 550px){
    .table-row{
        font-size: 0.7rem;
    }

    .opponent,
    .environment,
    .score{
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 470px){
    .container-second-part{
        padding-left: 0%;
    }

    .title-second-part{
        padding-left: 5%;
    }

    .stat-first-part,
    .stat-second-part,
    .stat-third-part{
        -webkit-border-bottom-left-radius: 0px;
        -webkit-border-top-left-radius: 0px;
    }
}


.stat-third-part{
    background: #0e1113;
    width: 100%;
    margin-top: 1%;
    padding-top: 2%;
    padding-left: 5%;
    padding-bottom: 3%;
    margin-top: 4%;
}


@media only screen and (max-width: 800px) {
    .title-redirect{
        font-size: 2vw;
    }
}















