  @import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@200&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Merriweather&family=Ubuntu&display=swap');

header{
    background-color: #E5C4AE;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    padding: 8px;
    text-align: center
}

button{
    color: white;
    background-color: #E5C4AE;
    border: none;
    border-radius: 5px;
    height: 30px;
    width: 140px;
}
h1{
    font-family: 'Smooch Sans', sans-serif;
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
}
h2{
    font-family: 'Smooch Sans', sans-serif;
    font-weight: 100;
    text-align: center;
    font-size: 35px;
}

body{
    max-width: 960px;
    margin: auto;
    margin-bottom: 60px;
    font-family: 'Ubuntu', sans-serif;
    background-color: #f8feff;
}
a{
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none;
    color: #E5C4AE;
    margin: 20px;
}

i.fas.fa-shopping-cart{
    color: #E5C4AE;
}

.fa-shopping-cart:before{
    margin: 30px;
}

img{
    width: 100%;
}
#chiens{
    display: grid;
    
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}
#chiens h1, h2{
    grid-column: 1 / span 3;
}
article{
    border: 1px solid #ccc;
    padding: 18px;
    border-radius: 10px;
}
.bouton-etendre {
    border-radius: 10px;
    padding: 5px;
    background-color: #E5C4AE;
    color: white;
    text-align: center;
    cursor: pointer;
 
}

.cachee{
    height: 0;
    overflow: hidden;
}
img{
    height: 320px;
}
i{
    font-family: 'Ubuntu', sans-serif;
 
}

.align{
    text-align: center;
}
p#texteChiot2{
    margin-top: -30px;
}
