html{
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: Arial
}
body{
    padding: 0;
    margin: 0;
    background-color: white;
}
a{
   color: #10ABAE; 
}
a:hover{
   color: #21CCCF; 
}
p{
    text-align: justify;
}
h1{
    text-align: center;
    color: #10ABAE;
    border-radius: 25px;
    
}
.btn{
    display: inline-block;
    color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 15px -7px #000000;
    background-color: #10ABAE;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
}
.btn:hover{
    background-color: #1CA2A5;
}

footer{
    background-color: #10ABAE;
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
}

/* ------------------- */
#baniere {
    background-image: url('../images/bellephoto.jpg');
    background-position-x: center;
    background-position-y: -35%;
    height: 160px;
    display: flex;
}
#baniere-titre{
    width: fit-content;
    background-color: #ffffff66;
    border-radius: 8px;
    padding: 15px 100px;
    margin: auto;
    font-size: 16pt;
    color: #1a1c19;
    font-style: italic;
}
#main-menu {
    background-color: #10ABAE;
    display: flex;
    flex-direction: row;
    padding: 0 10%;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    
}
.main-menu-item {
    font-size: 14pt;
    color: #FFFFFF;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 10px;
    text-align: center;
}
.main-menu-item:hover {
    color: #DDDDDD;
}
#main-container{
    padding-bottom:60px;
}
.content-section{
    padding: 30px 10%;
}


.paragraphe-home{
    text-align: justify; 
}
.vignettes{
    display: flex;;
    flex-direction: row;
    justify-content: space-around;
    background-color: #F3F3F3;  
    padding-top: 60px;
    padding-bottom: 60px;
}
.pastille{
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 400px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 0px 15px -7px #000000;

    
}
.pastille:hover{
    background-color: #F7F7F7;
}
.icone{
    height: 50%;
    width: 50%;
    object-fit: cover;
    border-radius: 250px
    
}
.title-icon{
    color: #10ABAE;
    font-size: 16pt;
    font-weight: 500;
}
.text-icon{
    text-align: center;
}
.invisible{
    visibility: hidden;
}
.creations{
    display: flex;
    flex-direction: column;
    width: 270px;
    
}
.types-tricot{
    display:flex;
    flex-direction: column;
    width: 290px
}

