header{
    height: 100vh;
    background-image: url(/img/fond/fond_apropos.webp);
    background-size: cover;
    background-position: top;
}

header div{
    width: 100%;
    height: 100%;
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    color: rgb(255, 255, 255);
    background: linear-gradient(0deg,rgba(37, 33, 30, 1) 0%, rgba(255, 255, 255, 0.04) 100%);
}

header span{
    margin: 20px;
}

header h1{
    font-size: 8vw;
}

header h4{
    font-size: 1.2vw;
}

header a{
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

@media screen and (max-width:800px) {
    header h1{
    font-size: 12vw;
}

header h4{
    font-size: 1.8vw;
}
}

@media screen and (max-width:425px) {
        header h1{
    font-size: 15vw;
    text-align: center;
}

header h4{
    font-size: 4vw;
    padding: 20px;
}
}

.banner{
    text-align: center;
    padding: 10px;
    margin: 30px;
}

#section1{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section1 h2{
        color: rgb(0, 0, 0);
    font-size: 1.7em;
    text-align: center;
    margin-top: 50px;
}

#section1 div{
    width: 1215px;
    background-color: #D9D9D9;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px;
}

#section1 h3{
    width: 50%;
    font-weight: 500;
    font-size: 1.1em;
}

#section1 img{
    width: 30%;
    border-radius: 25px;
}

#section1 div span{
    width: 364.5px;
    height: 546.883px;
    background-image: url(/img/encoremagrosse\ tête.jpg);
    background-size: contain;
    border-radius: 25px;
}

@media screen and (max-width: 1346px){
    #section1 div{
    width: 90%;
    background-color: #D9D9D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
    padding: 20px;

}

}

@media screen and (max-width:879px) {
        #section1 div{
    width: 90%;
    background-color: #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    margin-top: 50px;
        margin-bottom: 50px;
    border-radius: 20px;
    padding: 10px;
}

#section1 h3{
    width: 90%;
    margin: 20px;
    font-weight: 500;
    font-size: 1.1em;
}
}

@media screen and (max-width: 425px) {
    #section1 div span{
    width: 90%;
    height: auto;
aspect-ratio: 2 / 3;
}
}

#section2{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section2 div{
    margin-top: 50px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#section2 div span{
    width: 250px;
    padding: 20px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
}

#section2 div span img{
    height: 80px;
    width: auto;
}

#section2 div span h3{
    margin-top: 20px;
    width: 80%;
    font-size: 1em;
    color: white;
    text-align: center;
    user-select: none;
}

.b1{
    background-color: #47B3F3;
    transition: all ease-in-out 0.2s;
}

.b2{
    background-color: black;
    transition: all ease-in-out 0.2s;
}


.b3{
    background-color: #98941B;
    transition: all ease-in-out 0.2s;
}


.b4{
    background-color: #E40017;
    transition: all ease-in-out 0.2s;
}


.b5{
    background-color: #65CBF3;
    transition: all ease-in-out 0.2s;
}


.b6{
    background-color: #A5AEFF;
    transition: all ease-in-out 0.2s;
}

.b1:hover{
    box-shadow: 2px 3px 25px 0px #47b4f3af;
-webkit-box-shadow: 2px 3px 25px 0px #47b4f3af;
-moz-box-shadow: 2px 3px 25px 0px r#47b4f3af;
transition: all ease-in-out 0.2s;
}
.b2:hover{
    box-shadow: 2px 3px 25px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 2px 3px 25px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 3px 25px 0px rgba(0,0,0,0.75);
transition: all ease-in-out 0.2s;
}
.b3:hover{
    box-shadow: 2px 3px 25px 0px #98941bb3;
-webkit-box-shadow: 2px 3px 25px 0px #98941bb3;
-moz-box-shadow: 2px 3px 25px 0px #98941bb3;
transition: all ease-in-out 0.2s;
}
.b4:hover{
    box-shadow: 2px 3px 25px 0px #e40017b1;
-webkit-box-shadow: 2px 3px 25px 0px #e40017b1;
-moz-box-shadow: 2px 3px 25px 0px #e40017b1;
transition: all ease-in-out 0.2s;
}
.b5:hover{
    box-shadow: 2px 3px 25px 0px #65cbf3a3;
-webkit-box-shadow: 2px 3px 25px 0px #65cbf3a3;
-moz-box-shadow: 2px 3px 25px 0px #65cbf3a3;
transition: all ease-in-out 0.2s;
}
.b6:hover{
    box-shadow: 2px 3px 25px 0px #a5aeffb0;
-webkit-box-shadow: 2px 3px 25px 0px #a5aeffb0;
-moz-box-shadow: 2px 3px 25px 0px #a5aeffb0;
transition: all ease-in-out 0.2s;
}

#section3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section3 h2{
        color: rgb(0, 0, 0);
    font-size: 1.7em;
    text-align: center;
    margin-top: 50px;
}

#section3 button{
    margin: 30px;
    width: 200px;
    height: 50px;
    border-radius: 30px;
    border: none;
    background-color: rgb(0, 82, 76);
    color: white;
    font-size: 1.2em;
    font-weight: 600;
}

