img {
    background: black;
    display: inline-block;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

}

h1 {
    background: black;
    color: white;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 50px;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    gap: 50px;
}

p {
    background: black;
    color: white;
    margin-bottom: 50px;
    font-size: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

input {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    border: 1px solid;
    border-radius: 20px;
    padding: 10px;
}

.btn {
    padding: 10px;
    background-color: aqua;
    border-radius: 5px;
    color: white;

    display: inline-block;
    margin-top: 10px;
    text-decoration: solid;
    border: 1px solid skyblue;
}

/*h3 {
    display: flex;
    font-size: 50px;
    background: rgb(41, 190, 249);
    color: white;
    justify-content: center;
    align-items: center;
}*/

main{
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .barre_de_recherche button{
      border-radius: 30px;
      padding: 15px 30px;
      margin: 0px;
  }
  .petite_image{
  width: 10%;
  height: 100px;
  }
  .grande_image{
    width: 15%;
    height: 100px;
  }
  #ligne{
    display: flex;
    gap:5px
  }
  #liste_image{
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .content{
  display: flex;
  border-radius: 25px;
  margin-left: 65px;
  margin-right: 65px;
  background-color: white;
  color: black;
  }
  #texte{
    display: flex;
    flex-direction: column;
    gap:15px
  }
  .content img{
    width: 50%;
  }
  

.publicite{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* Center items vertically */
    background-color: skyblue;
}

.publicite .pub_ligne1{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pub_ligne1, .pub_ligne2, .pub_ligne3{  
    margin-bottom: 35px;
}

.pub_ligne1 .sentence{
    font-size: 40px;
    color: white;
    font-weight: bold;
}

.sentence2{
    font-size: 20px;
    color: white;
}

.sentence3{
    font-size: 15px;
    color: white;
}

/*.sentence2 .part2{
    text-align: center;
}*/

.publicite .pub_ligne3{
    
}

.stars{
    background-image: url(https://cwa.roocdn.com/_next/static/media/merch-sparkleright@2x.75af3f8c.svg);
    background-size: contain;
    width: 72px;
    height: 84px;
}
.formules{
    background-image: url(https://cwa.roocdn.com/_next/static/media/merch-itemrow@2x.09d506d7.svg);
    background-size: cover;
    background-color: skyblue;
    width: 100%;
    height: 84px;
}

/*.pub .formules{
    display: flex;
    flex-direction: col;
}*/

.image_collaborez{
    background-image: url(https://a.storyblok.com/f/62776/1154x756/32f5d94b05/restaurant.png);
    background-size: cover;
    height: 480px;
    width: 710px;
    border-radius: 5px;
    opacity: 0.7;
}

.image_roulez{
    background-image: url(https://a.storyblok.com/f/62776/1958x1292/d9a732387f/rider.png);
    background-size: cover;
    height: 480px;
    width: 710px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2); /* Couleur noire avec une transparence de 0.5 */
    pointer-events: none; /* Pour permettre aux événements de passer à l'image en dessous */
    opacity: 0.7;
      
}

.demarrer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.texte_collaborez{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    bottom: 90px;
    margin-left: 20px;
    color: white;
}

.texte_collaborez h2{
    font-weight: bold;
    font-size: 25px;
}

.texte_collaborez2{
    font-size: 20px;
}

.texte_collaborez a{
    display: inline-block;
    text-decoration: none;
    background-color: white;
    color: black;
    font-size: 18px;
    padding: 10px;
    max-width: 120px;
    text-align: center;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



/**/

.texte_roulez{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    bottom: 90px;
    margin-left: 20px;
    color: black;
}

.texte_roulez h2{
    font-weight: bold;
    font-size: 25px;
}

.texte_roulez2{
    font-size: 20px;
}

.texte_roulez a{
    display: inline-block;
    text-decoration: none;
    background-color: white;
    color: black;
    font-size: 18px;
    padding: 10px;
    max-width: 120px;
    text-align: center;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}




footer {
    padding: 15px 20px;
    background-color: rgb(46, 51, 51)
}

footer p {
    color: rgb(88, 92, 92);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

footer .badge ul {
    height: 40px;
    display: inline-block;

}

.search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 600px;
    height: 40px;
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(232, 235, 235);
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 16px;
    box-sizing: border-box;
    margin-inline-start: 0px;




}

.search-bar {
    width: 100%;
    max-width: 700px;

    display: flex;
    align-items: center;
    padding: 5px 10px;
    padding-block: 1px;
    padding-inline: 2px
}

.search-bar input {
    background: transparent;
    flex: 1;
    border: 0;
    outline: none;
    padding: 24px 20px;
    font-size: 20px;
}

.search-bar ::placeholder {
    color: rgb(171 173 173);
    font-size: 20px;

}

.search-bar img {
    width: 24px;
    border: 0;
    height: 24px;
    background: transparent;


}

h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    color: white;

}

.blocs {
    display: flex;
    flex-direction: row;
    color: white;
    align-items: stretch;
    gap: 10px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 24px;
}

.blocs div {
    width: 50%;
    border: 1px solid rgb(67, 72, 72);
    border-radius: 4px;
    margin-inline-start: 12 px;
    line-height: 30px;
    background-color: rgb(67, 72, 72);
    padding: 24px;

}

.blocs div a {
    color: white;
    text-decoration: none;
    height: 5px;

}

footer .socials ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    color: white;

}

footer .socials {
    display: flex;
    justify-content: space-between;
    margin-inline-start: 40px;
}

.socials ul a {
    color: white;
}

footer p {
    display: flex;
    justify-content: flex-end;
    margin-inline-end: 40px;
}

.socials ul svg {
    fill: white;
}

/* responsive*/

@media (max-width: 720px) {
    footer {
        flex-direction: column;
        display: flex;
        width: 100%;
    }

    .blocs {
        flex-direction: column;
        justify-content: center;
        padding: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 35px;

    }

    .blocs div {
        flex-direction: column;
        width: 100%;

    }

    .search {
        display: none;
    }

    .inscription {
        display: none;

    }

    footer .socials {
        display: flex;
        margin-inline-start: 0px;
        margin-bottom: 24px;
        align-items: center;

    }

    footer p {
        display: flex;
        margin-inline-end: 0px;
    }


}

/* hover*/
footer .socials .facebook svg:hover {
    fill: rgb(1, 101, 225);
}

footer .socials .twitter svg:hover {
    fill: rgb(29, 155, 240);
}

footer .socials .instagram svg:hover {
    fill: rgb(225, 48, 108);
}

footer .blocs a:hover {
    color: rgb(0, 204, 188);
}