ul.d-flex.condition {
    list-style: none;
    justify-content: center;
    gap: 43px;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
}

ul.d-flex.condition li {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 120.833% */
}
ul.d-flex.condition li img{
    width: auto;
}
.main-temp-lp .main-agence-strategie #section-2 .bg-yellow.bg-blue {
    margin-top: 80px;
}
.main-temp-lp.etude .main-agence-strategie #section-2 .bg-yellow .texte-1 {
    max-width: 790px;
}
.main-agence-strategie #section-2.stm .bg-yellow.first {
    padding: 50px 0;
}
.main-temp-lp.etude .main-agence-strategie #section-2.stm .bg-yellow::after {
    background: url(../img/recrutement/img1.png) no-repeat;
    bottom: -50px;
    width: 620px;
    height: 660px;
    right: -30%;
    background-size: contain;
    background-position: bottom;
}
.main-temp-lp.etude .main-agence-strategie #section-2.stm .bg-yellow.bg-2::after {
    background: url(../img/recrutement/img2.png) no-repeat;
    bottom: -25px;
    width: 525px;
    height: 760px;
    left: -23%;
    top: inherit;
    background-size: contain;
}
.main-temp-lp.etude .main-agence-strategie #section-2.stm .bg-yellow.bg-3::after {
    background: url(../img/recrutement/img3.png) no-repeat;
    bottom: -30px;
    width: 731px;
    height: 697px;
    right: -37%;
    background-size: contain;
}
.main-temp-lp.etude .main-agence-strategie #section-2 h2.section-title {
    margin-bottom: 0;
}
.main-temp-lp .main-agence-strategie #section-2 .bg-white {
    width: 100%;
}
.main-temp-lp.etude .main-agence-strategie #section-2 .bg-yellow .texte-1 .bg-white ul li {
    margin-bottom: 5px;
    font-weight: 400 !important;
}
.file-container {
    display: flex;
    gap: 15px;
    margin: 25px 0 30px;
}

.file-container .btn-file-offre {
    width: fit-content;
    border-radius: 25.5px;
    border: none;
    background: #000;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}
span.ind-abs {
    display: block;
    position: relative;
    text-align: center;
    top: 22px;
}
span#lm-filename, span#cv-filename {
    text-transform: lowercase;
    display: block;
    line-height: 1;
    position: relative;
    top: -22px;
}
.btn-file-offre input {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    top: -12px;
    opacity: 0;
}
.file-container .btn-file-offre:nth-child(2) {
    width: fit-content;
    padding: 0 20px;
}
.file-container .btn-file-offre p{
    color: #FFF;
    text-align: center;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.no-chk li{
    list-style: disc !important;
}
.no-chk li::before{
    background: #fff !important;
    border-radius: 100%;
    width: 5px !important;
    height: 5px !important;
    top: 0 !important;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    display: block;
    text-transform: none;
}
input.hidden {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .bg-white {
        clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%) !important;
    }
    .main-agence-strategie section#section-6 input[type="submit"]{
     margin-top: 25px;
    }
}
@media only screen and (max-width: 767px) {
    section#bloquote {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 440px) {
.file-container .btn-file-offre{
    width: fit-content;
}
}
@media screen and (min-width: 1280px){
    .main-temp-lp.etude .main-agence-strategie #section-2 .bg-yellow .texte-1 {
        width: 790px;
    }
    .main-agence-strategie #section-2.stm .bg-yellow.bg-blue .bg-white{
        padding-top: 70px;
    }
    .send-recap {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .file-container {
        gap: 15px;
    }
    .main-temp-lp.etude .main-agence-strategie #section-2.stm .bg-yellow.bg-3 .bg-white {
        padding-top: 90px;
    }
}


