main h2{
    color:#1f1f1e;
    margin-bottom: 40px;
    font-size: 2em;
}

.recom{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap:50px;
    margin-left: 250px;
    margin-right: 250px;
}

.recom-one{
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.recom-two{
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.recom-three{
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    margin-bottom: 50px;
}

.ref{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap:20px;
    margin-left:145px;
}

.logo-one img{
    width: 70%;
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.logo-two img{
    width: 70%;
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.logo-three img{
    width: 70%;
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.logo-four img{
    width: 70%;
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.logo-five img{
    width: 70%;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

body{
    background-image: url(../images/photo/JABB-Dorota-HD-2-grand.jpg);
}

@media screen and (min-width: 430px) and (max-width: 480px) {

    nav{
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: none;
      margin: 0px;
      height: 220px;
      font-size: 0.75em;
      line-height: 1.25;
  
    }
  
    .lien-page{
      display: flex;
      flex-direction: column;
  
    }
  
    h1{
      font-size: 3em;
      margin: 0px;
      font-weight: 600;
      text-align: center;
    }

    nav a{
        margin-left: 0px
    }
    
    nav img{
        width: 20%;
    }

    .ref{
        display: grid;
        grid-template-columns: 200px 200px;
        margin: 20px;
    }

    .recom{
        display: none;
    }

    .titre-caché{
        display: none;
    }

    .ref img{
        width: 200px;
    }

    main{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }


    }

    @media screen and (min-width: 320px) and (max-width: 430px){

        nav{
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: none;
            margin: 0px;
            height: 220px;
            font-size: 0.75em;
            line-height: 1.25;
        
          }
        
          .lien-page{
            display: flex;
            flex-direction: column;
        
          }
        
          h1{
            font-size: 3em;
            margin: 0px;
            font-weight: 600;
            text-align: center;
          }
      
          nav a{
              margin-left: 0px
          }
          
          nav img{
              width: 20%;
          }

        main h2{
            font-size: 1.5em;
            display: flex;
            justify-content: center;
            text-align: center;
        }

        .recom{
            display: none;
        }
    
        .titre-caché{
            display: none;
        }

        .ref{
            display: grid;
            grid-template-columns: 120px 120px;
            margin: auto;
        }

        .ref img{
            width: 120px;
        }

        main{
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

    }

    @media screen and (min-width: 400px) and (max-width: 450px){
        nav{
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: none;
            margin: 0px;
            height: 220px;
            font-size: 0.75em;
            line-height: 1.25;
        
          }
        
          .lien-page{
            display: flex;
            flex-direction: column;
        
          }
        
          h1{
            font-size: 3em;
            margin: 0px;
            font-weight: 600;
            text-align: center;
          }
      
          nav a{
              margin-left: 0px
          }
          
          nav img{
              width: 20%;
          }

        main h2{
            font-size: 1.5em;
            display: flex;
            justify-content: center;
            text-align: center;
        }

        .recom{
            display: none;
        }
    
        .titre-caché{
            display: none;
        }

        .ref{
            display: grid;
            grid-template-columns: 120px 120px;
            margin: auto;
        }

        .ref img{
            width: 120px;
        }

        main{
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

    }

    
