.search{
    margin: 0 auto;
    width:65%;
    max-width: 680px;
    outline: 7px solid #b4c1ff;
    background-color: white;
    padding: 6px;
    margin-top:20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 3px black;
    border-radius: 1rem;
  
    }   
    .search form{
        display: flex;
        flex-direction: row;
    }
    .search input{
        width: 100%;
        height: 35px;
        font-size: 1rem;
        border:none; 
    
    }
    .search input:focus{
        outline:none;
    }
    .search button{
        border:none;
        background-color: white;
        margin-right: 10px;
    }
    .search button i{
     font-size: 25px;
     color: #707070;
    }
    .contents{
    position: relative;
    width:85%;
    margin: 0 auto;
    }

    .contenair{
        background-color:white;
        height: 270px;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        position: relative;
         margin: 0 auto;
        border-radius: 0.4rem;
        margin-top: 20px;
        display: flex;
        overflow-y: hidden;
        overflow-x: auto;
        margin-bottom: 20px;
        box-shadow: 0px 0px 1px black;
    }
    .contenair::-webkit-scrollbar {
      height:0px;
    }
    .contenair figure{
        position: relative;
        text-align: center;
        display: flex;
        margin-right: 20px;
        width: 175px;
        min-width:175px;
        height: 250px;
        margin-bottom: 20px;
        align-items: center;
        flex-direction: column;
        background-color: white;
        box-shadow: 0 0 1px black;
        
    }
    
    .contenair figure img{
         width: 100%;
         height: 150px;
    }
    .contenair figure figcaption{
    font-size: large;
    font-weight: bolder;
    }
  .button-cours{
    
    width: 100%;
    display: flex;
    flex-direction: row;
    position: absolute;
    justify-content: space-between;
    bottom: 2px;
    padding: 3px;
  }
  .view{
    border:none;
    color: yellowgreen;
    background: none;
    font-size:medium;
    margin-left: 5px;
  }
  .price{
    margin-right: 5px;
  }
  @media screen and (max-width:750px){

.search{
    width:90%;
    }   
    .contents{
      
        width:90%;
      
        }
   
}
 