#formDevis {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 80px 0 0 0;
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: bottom;
    background-image: linear-gradient(170deg, #22436a 0%,#040214 100%)!important;
    background-repeat: no-repeat;
   /* border: red solid 1px;*/
}

.form_left, .form_right{
    width: 500px;
    min-width: 300px;
    height: auto;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 100px;
    padding: 0;
    /*border: yellow solid 2px;*/
}

.form_left input{
    margin-bottom: 30px;
}

#formDevis input{
    font: 1em sans-serif;
    width: 100%;
    height: 50px;;
}

#formDevis input, #formDevis textarea{
    background: transparent;
    border: white solid 1px;
    color: white;
    padding-left: 10px;
}

#formDevis textarea {
    vertical-align: top;
    height: 190px;
    font: 1em sans-serif;
    width: 100%;
    padding-top: 15px;
    box-sizing: border-box;
    /* Pour permettre aux utilisateurs de redimensionner un champ textuel horizontalement
       Cela ne marche pas avec tous les navigateurs  */
    resize: vertical;
}

#formDevis input:focus, #formDevis textarea:focus {
    background: transparent;
    outline      : none;
}

#formDevis input[type=email]{
    font-weight: bold;

}

#formDevis #monBoutonFile input[type=file]{
    align-items: baseline;
    text-align: start !important;
    box-sizing: border-box;
    -webkit-appearance: initial;
    background-color: initial;
    cursor: default;
    padding: initial;
    border: initial;
    border-radius: initial; 
    height: content-box;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}



#monBoutonFile{
    position: relative;
    /* width: 150px; */
    height: 40px;
    color: white;
}

#monBoutonFile:hover{
    color: rgb(137, 202, 255);
}

#formDevis input[type=submit]{
    width: 200px;
    height: 50px;
    background-color: #0d0d0d;
    text-align: center;
    color: white;
    font-weight: bold;
}

#formDevis label{
    color: white;
    margin: 0 0 105px 0;
}

#choixLangues{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    /*border: violet solid 2px;*/
}

.choixLangues1, .choixLangues2{
    width: 50%;
}
#choixLangues h6{
    color: white;
}

#choix1, #choix2{
    width: 90%;
    margin-left: -10px;
    background: #0e1831;
    height: 50px;
    color: white;
    padding-left: 10px;
}


#envoyer{
    width: 100%;
    text-align: center;
    margin: 50px 0 80px 0;
}

/*------------------------------FORM CARRIERE--------------------------------------*/
.contenaire_carriere{
    background-color: #fafafa;
    margin-top: 0;
}

#carriere_slide {
    width: 100%;
    height: 300px;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("../select/logo/fond_carriere.png"),
    linear-gradient(170deg, #22436a 0%,#040214 100%)!important;
    -webkit-background-size: cover;
    background-size: cover;
}

#carriere_slide h1{
    font-style: normal;
    font-size: 40px;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: 3px;
    color: white;
    margin-right: auto;
    margin-left: auto;
}

.carriereIntro{
    width: 60%;
    height: auto;
    margin: 10vh auto 5vh auto;

}

#condition{
    width: 60%;
    height: auto;
    margin: 5vh auto 5vh auto;

}

#cv{
    width: 60%;
    height: auto;
    margin: 5vh auto 0 auto;

}

#formCarriere {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 350px;
     /*border: red solid 1px;*/
}

.formCar_left, .formCar_right{
    width: 500px;
    min-width: 300px;
    height: 400px;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 100px;
   /* border: yellow solid 2px;*/
}

.formCar_left input{
    margin-bottom: 20px;
}


#formCarriere input{
    font: 1em sans-serif;
    width: 100%;
    height: 50px;;
    box-sizing: border-box;

}

#formCarriere input, #formCarriere textarea{
    background: transparent;
    border: #abaeb1 solid 1px;
    color: #1a1a1a;
    padding-left: 10px;

}

#formCarriere textarea {
    vertical-align: top;
    height: 190px;
    font: 1em sans-serif;
    width: 100%;
    padding-top: 15px;
    -webkit-box-sizing: border-box; /* Pour les anciennes versions des navigateurs WebKit */
    -moz-box-sizing: border-box; /* Pour tous les navigateurs Gecko */
    box-sizing: border-box;
    resize: vertical;
    margin-bottom: 20px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1a1a1a;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #1a1a1a;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #1a1a1a;
}

#formCarriere input:focus, #formCarriere textarea:focus {
    background: transparent;
    outline      : none;
}

#formCarriere input[type=email]{
    font-weight: bold;

}


#formCarriere  .monBoutonFile2 input[type=file]{
    align-items: baseline;
    text-align: start !important;
    box-sizing: border-box;
    -webkit-appearance: initial;
    background-color: initial;
    cursor: default;
    padding: initial;
    border: initial;
    border-radius: initial; 
    height: content-box;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.monBoutonFile2{
    position: relative;
    /* width: 150px; */
    height: 40px;
    color: black;
}

.monBoutonFile2:hover{
    color: rgb(0, 68, 255);
}

#nomfichier2{
    color: black;
}

#formCarriere input[type=submit]{
    width: 200px;
    height: 50px;
    background-color: white;
    text-align: center;
    color: #1a1a1a;
    font-weight: bold;
    border: #abaeb1 solid 1px;

}

#envoyerCarriere{
    width: 100%;
    text-align: center;
    margin-bottom: 200px;
}

@media (max-width: 1500px){
    .formCar_left, .formCar_right{
        margin-top: 30px;
        padding-bottom: 15px;
        height: auto;
       /* border: yellow solid 2px;*/
    }
    
}

@media (max-width: 1000px){

    #carriere_slide h1{
        font-size: 30px;
        line-height: 1.5em;
        font-weight: 400;
        letter-spacing: 1px;
        width: 100%;
        text-align: center;
    }

    .formCar_left, .formCar_right{
        width: 90%;
        margin: 30px 0 0 0;
        padding-bottom: 15px;
        height: auto;
    }

    .carriereIntro{
        width: 90%;
        height: auto;
        margin: 5vh auto 5vh auto;
    
    }
    
    #condition{
        width: 90%;
        height: auto;
        margin: 5vh auto 5vh auto;
    
    }
    
    #cv{
        width: 90%;
        height: auto;
        margin: 5vh auto 0 auto;
    
    }
    
    
}		