*{
    padding: 0;
    margin: 0;

}
ul{
    padding: 0;
    margin: 0;
}

ul{
    display: flex;
    justify-content:space-around;
    align-items: baseline;
    list-style-type: none;

}
a img{
    height: 40px;
    width: auto;
}
#logo img{
    height: 80px;
    width: auto;


}
#logo img:hover{
    background-color: #239429;
    transition: 0.5s;
    color: antiquewhite;
}

a{
    text-decoration: none;
    color: black;
    font-size: 1.2em;
    align-self: center;
}
h1{

    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: xx-large;
    text-align: center;
    margin: 20px 20px;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.42);


}
h1::after{
    content: "";
    height: 3px;
    text-align: center;
    width: 65%;
    margin: auto;
    transform: scale(0);
    transition: transform 0.5s ease-in-out;
    background: rgb(3, 3, 3);
    display: block;
}
h1:hover::after{

    transform: scale(1);
}
.texte-parrainage{
    padding: 20px;
}
.texte-parrainage p{
    line-height: 2;
    margin-right: 20px;
    margin-left: 90px;
    text-align: justify;
    color: black;
}
.abeille_photo img{
    height: 450px;
    width: 450px;
    object-fit: cover;
    border-radius: 50%;
    float: left;
    margin-top: 5px;
    margin-left:35px;
    shape-outside: border-box;
    box-shadow: 1px 2px 4px 6px rgba(45, 9, 9, 0.24);
    padding: 10px;


}
.trait{
    background-color: black;
    height: 2px;
    width: 200px;
    margin: auto;
    margin-top: 50px;
}
h2{
    text-align: center;
    margin: 20px;
    padding: 15px;
    font-size: 2em;
}
.choisir_sa_ruche{
    display: flex;
    justify-content: center;
}
.choisir_sa_ruche img{
    height: 500px;
    width: 400px;
    margin: 15px;
}
.choisir_sa_ruche button{
    height: 100px;
    width: 180px;
    margin: auto;

}
.choisir_sa_ruche button:hover{
    -mz-transform :scale(1.2);
}
.ruche_3{
    display: flex;
    flex-direction: column;
}
.ruche_2{
    display: flex;
    flex-direction: column;
}
.ruche_1{
    display: flex;
    flex-direction: column;
}
button{
    background-color: bisque;
    cursor: pointer;
    transition: all 0.5s;
    box-shadow: 6px 7px 6px black;
}
button:hover{
    background: rgb(255, 216, 1);
    transition: all 0.5s;
    -moz-transform: scale(1.25);
}
footer{
    background: -webkit-radial-gradient(rgb(38, 179, 43) 31%,rgb(252, 224, 41) 100%);
    padding: 20px 0 10px 0;
    text-align: center;
    margin-top: 20px;

}
form{
    margin: 0 auto;
    max-width: 900px;
}
input, textarea, button{
    border-radius: 8px;
    display: grid;
    border: 1px solid black;
    padding: 15px 10px;
    margin: 1px 0;
    font-size: 1em;
    text-align: center;
    font-family: dancing script, sans serif;
    color: rgb(6, 0, 0);
}
input{
    margin: 2px auto 5px auto;

}
input #email{
    margin: auto;
    margin-top: 5px;
    background-color: rgba(2, 7, 13, 0.598);
    text-align: center;
}
input #email:hover{
    background-color: bisque;
    color: rgb(20, 19, 16);
    cursor: grab;
    transition: 0.3s ease-in-out;
}
textarea{
    margin: auto;
    resize: none;
}
@media (max-width:470px){
    .choisir_sa_ruche{
        display: flex;
        flex-direction: column;
    }
    .abeille_photo img{
        height: 200px;
        width: 200px;
        object-fit: cover;
    }
    .choisir_sa_ruche img{
        height: 300px;
        width: 250px;
        margin: auto;
        margin-top: 15px;
    }
    .choisir_sa_ruche button{
        height: 80px;
        width: 130px;
        font-size: 0.7em;
        margin:auto;
        margin-top: 10px;
    }
    #logo img{
        height: 35px;
    }
    a img{
        height: 25px;
    }
    a{
        align-content: flex-start;
    }
    h1{
        font-size: 1.2em;
    }
}

