@media only screen  and (max-width:450px){
    /**************nav bar***************/

    .btnc{
        padding: 20px;
        display: flex;
        z-index: 100;
    }
    header{    
        justify-content: space-between;
        width: 375PX;
    }
    .nav{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        background: #737373;
        transform: translateY(-110%);
        transition: all .4s;
    }
    input:checked ~ .nav{
        transform: translateY(0%);
    }
    input:checked::before{
        content: url(delete_50px.png);
    }
    .sub-menus ul {
        position: static;
    }
    .sub-menus ul::before {
        display: none;
    }
    .nav ul{
        flex-direction: column;
        text-align: center;
    }
    #myVideo{
        width:100%;
    }
    .text h1 {
        font-size: 20px;
    }
    .text  h2{
        font-size: 20px;
    }
    .row{
        display: inline;
        margin: 10px;
    }
    .imgC{
        background-color: rgb(233, 91, 39);
        display: grid;
        grid-template-columns: repeat(1,1fr);
        text-align: center;
        padding: 50px;
        align-items: center;
        justify-content: center;
    }
    .imgC img{
        width: 300px;
    }
 .Nassimbox{
     display: grid;
     grid-template-columns: 1fr;
     width: 250px;
 }  
 .Coaches{
     text-align: center;
 }
 .nassim{
     color: white;
     margin-top: -80px;
     width: 100%;
     height: 100%;
     margin-left: -10px;
 }
 .footer_top {
    display: block;
    
}
.content{
    margin: 10px;
}
.white .titleText{
    font-size: 30px;
    margin-bottom: 15px;
}
 .cc{
     margin-left: -10px;
     width: 90%;
    display: grid;
    grid-template-columns:repeat(1,1fr);
    margin-top: 50px;
    margin-left: 17px;

} 
.box-contact{
    height: auto;
    margin:20px 10px;
}
.titleText{
    font-size: 10vmin;
}
.tit p{
    font-size: 15px;
}
.tit img{
    size: 30px;
}
.box-contact .title{
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}
.title p{
    font-size: 15px;
}
.map {
    padding-right: 10px;
}

 .imgBX:hover img{
    filter: blur(2PX);
    transform:scale(1.1);
}
}


@media only screen and (max-width: 767px), (hover: none) and (pointer: coarse) {
    .fimg {
      display: none;
    }
  }