.titreForm{
    color: #252B6A;
}
.pdf{
    display: flex;
    justify-content: space-between;
}
.dd {
    padding-bottom:0;
}
.pdf i{
    color: white;
    background-color: #252B6A;
    font-size: 25px ;
    padding: 10px 10px;
    border-radius: 5px;
    height: 45px;
}
.bt a input{
    font-weight: bold;
}
.titreT{
    z-index: 1;
    position: absolute;
    font-weight: bold;
    top: 20%;
    text-align: center;
    width: 100%;


}
.bt button{
    font-weight: bold;
}

.titreT h1:not(.titreForm){
    color: white;
    font-size: xxx-large;
    font-weight: lighter;
}
.partenaire{
    background-color:white ;
    border-radius: 20px;

}
#imageF{
    height: 1400px;
    width: 100%
}

.partenaire label{
    color: #252B6A;
    margin-top: 20px;
    font-weight: bold;
}
.partenaire input
{
    width: 100%;
    height: 30px;
    border: none;
    background-color: #e7e7e7;
    border-radius: 5px;
}
.partenaire textarea{
    width: 100%;
    height:150px ;
    border: none;
    border-radius: 5px;
    background-color: #e7e7e7;
}
.partenaire button{
    background-color: #252B6A;
    color: white;
    width: 200px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;

}
#imageOffre{
    height: 1400px;
    width: 100%
}
.offre{
    padding: 20px 30px;
}
.offre label:not(.input-file-trigger,.input-file-trigger2,.input-file-trigger3){
    color: #252B6A;
    margin-top: 20px;
    font-weight: bold;
}
.input-file-trigger3{
    color: #252B6A;
    font-weight: bold;
    margin-top: -47px;
}
.input-file-trigger,.input-file-trigger2{
    color: #252B6A;
    font-weight: bold;
}

.offre input:not(.offreAction),select
{
    width: 100%;
    height: 30px;
    border: none;
    background-color: #e7e7e7;
    border-radius: 5px;
}
.offre textarea{
    width: 100%;
    height:150px ;
    border: none;
    background-color: #e7e7e7;
    border-radius: 5px;

}
.offreAction{
    width: 100px;
    border: none;
    margin-top: 2px;
    border-radius: 5px;
}
.offre button{
    background-color: #252B6A;
    color: white;
    padding: 5px 80px;
    width: 200px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;

}
.robo{
    width: 100%;

}
.bt input{
    background-color: #252B6A;
    color: white;
}
.offre{
    position: absolute;
    top: 50%;
    left: 25%;
    background-color:white;
    width: 50%;
    height:auto;
    border-radius: 20px;

}
.titreForm{
    z-index: 1;
    position: absolute;
    max-width: 20em;
    right: 35%;
    top: 20%;
    color: #252B6A;
    text-align: center;
}
.titreFormN{
    z-index: 1;
    position: absolute;
    max-width: 20em;
    right: 50%;
    top: 20%;
    color: #252B6A;
    text-align: center;
}
#profile-mod-wrapper {
    text-align: left;
    grid-column: 2/ 4;
    grid-row: 1;
}
/*.action{
    text-decoration: none;
    background-color: #C6C5C5;
    padding: 5px 50px;
    border-radius: 7px;
    color: black;

}*/
dt{
    color: #252B6A;
}
#retour{
    background-color: #C6C5C5;
    padding: 5px 80px;
    border-radius: 10px;
    color: black;
}
.fichie{
    display: flex;
    justify-content:space-between;
    margin-bottom: 20px;
    width: 500px;
    position: relative;

}

#candidat_cv, #candidat_Lettre{

    top: 0; left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}
#article_image{
    top:5px; left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;

}

 .input-file-trigger, .input-file-trigger2,.input-file-trigger3 {
    display: block;
    padding: 10px 30px;
    background: #e7e7e7;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
     border-radius: 10px;
}
 .cvFile{
     width: 210px;
 }
 .articleFile{
     width: 210px;
 }
 .articleFile label{
     padding-bottom: 20px;
 }
.offre{
    top:28%;



}
.bt{
    text-align: center;
}
@media (max-width: 940px) {
    .titre{
        top: 15%;
        right: 30%;
        font-size: xx-large;
    }

    .offre{
        width: 100%;
    }
    #imageF{
        height: 1400px;
    }

    .titreForm{
        top: 20%;
        right: 30%;
    }
    .offre{
        top:28%;
        left: 5px;
        width: 95%;

    }

}
@media  (max-width: 1300px){
    .offre{
        width: 70%;
        left: 10%;
    }
    .fichie{
        display: block;
    }

}
@media  (max-width: 800px){
    .offre{
        width: 90%;

        left: 5%;

    }
    .titreForm{
        font-size: large;
    }



}
@media (max-width: 470px) {

.offreAction{
    width: 80%;
}
    .titre {
        top: 15%;
        right: 20%;
        font-size: xx-large;
    }


}