.toutBlock{
    display: inline-block;
    position: relative;
    margin-top: 80px;
}
.det{
    padding: 7px 15px 0 10px;
    display: flex;
    justify-content: space-between;
    background-color:#252B6A;
    border-radius: 20px 20px 0 0 ;
    color: white;
    font-weight: bold;
}
.offreAction{
    color: white;
}


.discription{
    min-height: 220px;
    padding: 10px 10px ;
}
.btt{
    text-align: center;

}

.btt input{
    margin-top: 20px;
    padding: 5px 60px;
    border: none;
    background-color: #252B6A;
    border-radius: 5px;
    font-weight: bold;
}
.blockOffre{
    width: 80%;

    box-shadow:2px 2px 2px #C6C5C5;

    border-radius: 20px 20px 0 0 ;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;

}
footer{
    margin-top: 30px;
}
.postuler{
    text-decoration: none;
    background-color: #C6C5C5;
    padding: 5px 120px;
    border-radius: 10px;
    color: black;
    position: absolute;
    right: 40%;
    margin-top: 50px;

}
p i{
    color: white;
}
#disc
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 85%;
    margin-left: 3em;
}

h4 i,h2 i {
    color: #252B6A;
    font-size: 80%;
    margin-left: 1em;
    padding: 1em;
}
h4:not(.partenaireLogo) {
    color: #252B6A;
    font-weight: bold;
    text-shadow: 0 8px 12px #b9b9b9;

}
h2{
    margin-top: 20px;
    color: #252B6A;
    font-weight: bold;
    text-shadow: 0 8px 12px #b9b9b9;

}
@media (max-width: 470px) {
    .det{
        display: block;
        text-align: center;
    }
    .det p{
        width: 100%;
    }
    .discription h4{
        font-size: small;
    }

    .blockOffre{
        width: 95%;
    }
    .postuler{
        right: 50px;

    }

}
