#contenuFondMainPremièreBande {
    width: 100%;
    min-height: 300px;
    height: 100px;
    position: relative;
    background-color: #EDFFEC;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    overflow: hidden;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

#contenuFondMainPremièreBande::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 120px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 91 1920 209' preserveAspectRatio='none'%3E%3Cpath fill='%23555555' fill-rule='evenodd' d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z M0,90 h1920 v210 h-1920 Z'/%3E%3C/svg%3E");

    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

#contenuFondMainPremièreBande::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 120px;
    transform: rotate(180deg);

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 91 1920 209' preserveAspectRatio='none'%3E%3Cpath fill='%23555555' fill-rule='evenodd' d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z M0,90 h1920 v210 h-1920 Z'/%3E%3C/svg%3E");

    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}


#contenuFondMainPremièreBande img{
    transition: 0.2s;
    position: absolute;
    left:10%;
    top:27%;
    width: 140px;
    transform:rotateY(180deg);
    /* animation: emerick_sotille 0.5s; */
    /* animation-play-state: paused; */
}

#contenuFondMainPremièreBande img:hover {
    transition: 0.2s;
    /* animation-play-state: running; */
    /* content: url("../image/moi/émerick/5.png"); */
    animation: emerick_sotille 0.7s;
}

@keyframes emerick_sotille{
    0%{
        transform: scale(1) rotateY(180deg);
    }
    50%{
        transform: scale(1.05) rotateY(180deg);
    }
    100%{
        transform: scale(1) rotateY(180deg);
    }
}

#contenuFondMainPremièreBande h3{
    position: absolute;
    top:10%;
    color:#3F7652;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-family: 'Raleway ExtraBold';
}

#contenuFondMainPremièreBande ul{
    color:#3F7652;
    font-family: 'Raleway Semi Bold';
    font-size: 20px;
    position: absolute;
    top: 25%;
    margin-left:35%;
    margin-right: 10%;
}

#contenuFondMainPremièreBande p {
    position: absolute;
    bottom:7%;
    font-size: 15px;
    margin-right: 20%;
    margin-left: 20%;
    text-align-last: center;
}

@media (max-width:600px){
    #contenuFondMainPremièreBande p{
        display: none;
    }
}

@media (max-width:535px) {
    #contenuFondMainPremièreBande h3 {
        margin-top: 2%;
        margin-left: 15%;
        width: 70%;
    }
    #contenuFondMainPremièreBande img {
        width: 100px;
    }
}


@media (min-width:1000px) {
    #contenuFondMainPremièreBande h3 {
        top: 3%;
        width: 100%;
        text-align: center;
        font-size: 32px;
    }
    
    #contenuFondMainPremièreBande ul {
        font-size: 25px;
        top: 25%;
        margin-left: 30%;
        margin-right: 10%;
    }
    
    #contenuFondMainPremièreBande p {
        bottom: 2%;
        font-size: 20px;
        margin-right: 20%;
        margin-left: 20%;
        text-align-last: center;
    }
}