/* ----------  base.html -------------- */
html {
    height: 100%;
} 
html, body {
    padding: 0;
    margin: 0;
}
body {
    font: 100% 'Comic Sans MS', Arial, Helvetica, sans-serif;
    background: linear-gradient(rgb(145, 205, 249), rgb(72, 146, 250));
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-color: rgb(123, 188, 235); */
    height: auto;
    /* border: 1px solid #f80303; */
}
@media screen and (max-width: 750px) {
    html {
        height: 834px;
        background: linear-gradient(rgb(145, 205, 249), rgb(72, 146, 250));
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
}
.div-space-height {
    width: 100%;
    height: 950px;
    border: 1px solid #daedf5;
}
/* ----------  login.html -------------- */
.form-login {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgb(49, 49, 49) 0.5em 0.5em 0.3em;
    background-color: #063f85;
    margin-top: 30px;
}
.input-login {
    display: block;
    margin-bottom: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 31px;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    box-shadow: inset 0px 1px 1px rgba(143, 141, 141, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(143, 141, 141, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(143, 141, 141, 0.33);
    background-color: rgb(252, 244, 209);
    font: 100% 'Comic Sans MS', Arial, Helvetica, sans-serif;
  }
.message-login {
    margin-top: 10%;
    text-align: center;
    font-size: 1.7em;
}
.boutton-login {
    text-align: center;
    background-color: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font: 100%  'Comic Sans MS', Helvetica, Arial,  sans-serif;
    cursor: pointer;
  }
.text-login {
    text-align: center;
}

/* ------------- Menu -------------- */
.grid-menu {
    margin: 15px 20% 5% 20%;
    display: grid;
    grid-template-columns: 200px 200px;
    grid-column-gap: 18px;
    grid-row-gap: 50px;
    justify-content: space-evenly;
    align-content: center;
    /* border: 1px solid #daedf5; */
}
@media screen and (max-width: 750px) {
    .grid-menu {
        display: grid;
        grid-template-columns: 200px;
        grid-column-gap: 18px;
        grid-row-gap: 50px;
        justify-content: space-evenly;
        align-content: center;
        margin-bottom: 15px;
    }
}
.bt-menu {
    width: 200px;
    text-decoration: none;
    /* haut | droit | bas | gauche */
    padding: 10px 10px 12px 10px;
    color: white;
    text-align: center;
    border-radius: 10px;
    font-size: 1.5em;
    font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #daedf5;
    background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
    cursor: pointer;
}
.newspaper {
    display: none;
    width: 200px;
    text-decoration: none;
    /* haut | droit | bas | gauche */
    padding: 10px 10px 12px 10px;
    color: white;
    text-align: center;
    border-radius: 10px;
    font-size: 1.5em;
    font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #daedf5;
    background: linear-gradient(rgb(156, 233, 170), rgb(31, 123, 47));
    cursor: pointer;
}

.bt-menu-a {
    text-decoration: none;
    text-align: center;
}

.bt-menu-submit {
    min-width: 220px;
    text-decoration: none;
    /* haut | droit | bas | gauche */
    padding: 10px 10px 12px 30px;
    color: white;
    text-align: center;
    border-radius: 10px;
    font-size: 1.5em;
    font-family: 'Comic Sans MS', Arial, sans-serif;
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #daedf5;
    background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
    cursor: pointer;
}

/* -=-=-=-=-=-=-=-=-=- Accueil -=-=-=-=-=-=-=-=-=- */
.container-accueil {
    text-align: center;
    /* height: 950px; */
    /* border: 1px solid #c70202; */

}
.accueil-logo {
    text-align: center;
    margin-top: 20px;
    height: 200px;
    /* border: 1px solid #c70202; */
}
/* -=-=-=-=-=-=-=-=-=- Chec-list avant vol -=-=-=-=-=-=-=-=-=- */
.check-vol-titre {
    text-align: center;

}
.check-vol-liste {
    margin-left: auto;
    margin-right: auto;
    /* text-align: center; */
    margin-bottom: 20px;
    width: 40%;
    max-height: 80vh;
    overflow: auto;
    border: 8px solid rgb(217, 221, 228);
}
@media screen and (max-width: 750px) {
    .check-vol-liste {
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        margin-bottom: 20px;
        width: 90%;
        max-height: none;
        overflow: hidden;
        border: none;
    }
}

.row1-check {
    margin: 0.1px;
    padding: 0.5vw;
    font-size: 1.5rem;
    background-color: #e6e9fa;
    border: 0.1vw solid rgb(180, 180, 182);
}
.row2-check {
    margin: 0.1px;
    padding: 0.5vw;
    font-size: 1.5rem;
    background-color: #e3e3e6;
    border: 0.1vw solid rgb(180, 180, 182);
}

@media screen and (max-width: 750px) {
    .row1-check {
        padding: 10px;
        margin-top: 20px;
    }
    .row2-check {
        margin-top: 20px;
    }
}


/* --------- aéronef choix ------------ */
.content-list-choix {
    margin-left: auto;
    margin-right: auto;
    /* haut | droit | bas | gauche */
    padding: 20px 20px 35px 20px;
    margin-top: 40px;
    width: 310px;
    display: flex;
    display: grid;
    grid-template-columns: 200px 100px ;
    justify-items: start;
    row-gap: 15px;
    overflow: auto;
    border: 1px solid rgb(217, 221, 228);
}

.row1-aeronef {
    margin: 0.1px;
    padding: 0.7vw;
    background-color: #c6cdf5;
    border: 0.1vw solid rgb(180, 180, 182);
}
.row2-aeronef {
    margin: 0.1px;
    padding: 0.7vw;
    background-color: #dfdfe2;
    border: 0.1vw solid rgb(180, 180, 182);
    
}
.row1-aeronef > a, .row2-aeronef > a {
    text-decoration: none;
    color:rgb(53, 52, 52)
}
.bt-close {
    margin-top: 8px;
    margin-left: 350px;
    width: 20px;
    padding-left: 5px;
    color: white;
    /* background-color: red; */
    background-color: rgb(16, 130, 62);
    cursor: pointer;
    border: none;
}
/*  -=-=-=-=-=-=-=-=-=-  HeuresVol  -=-=-=-=-=-=-=-=-=- */
.heures-vol-container {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    text-align: center;
    padding-bottom: 10%;
}
 
.heures-vol-retour {
    /* margin-left: auto;
    margin-right: auto;
    width: 100%; */
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
}

.heures-vol-bt-retour {
    text-decoration: none;
    /* haut | droit | bas | gauche */
    padding: 10px 20% 10px 20%;
    color: white;
    border: 1px solid #daedf5;
    background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
    cursor: pointer;
}

.heures-vol-liste {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 40%;
    max-height: 70vh;
    overflow: auto;
    border: 8px solid rgb(217, 221, 228);
}
@media screen and (max-width: 750px) {
    .heures-vol-liste {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 90%;
        border: none;
        max-height: none;
        /* max-height: 70vh; */
        /* overflow: auto; */
    }
}
/* 
.heures-vol-bt {
    margin-top: 10px;
} 
*/

.row1 {
    margin: 0.1px;
    padding: 0.5vw;
    background-color: #e6e9fa;
    border: 0.1vw solid rgb(180, 180, 182);
}
.row2 {
    margin: 0.1px;
    padding: 0.5vw;
    background-color: #e3e3e6;
    border: 0.1vw solid rgb(180, 180, 182);
    
}
.row1 > a, .row2 > a {
    text-decoration: none;
    color:rgb(53, 52, 52)
}
.heures-vol-comment {
    text-align: left;
    color : rgb(6, 8, 117);
    /* border: 0.1vw dashed rgb(180, 180, 182); */
}
.heures-vol-nb-att {
    margin-top: 10px;
    text-align: left;
    margin-left: 10%;
}
.heures-vol-ecole {
    text-align: left;
    margin-left: 10%;
}
.heures-vol-pied {
    /* text-align: left; */
    margin-top: 2vw;
    font-size: 1.2em;
    color: #063f85;
}
.heures-vol-tot {
    padding: 0.5vw 0.5vw 0.5vw 0.5vw;
    background-color: #dbd9d9;
    border-top: 0.2vw solid rgb(116, 114, 114);
    border-right: 0.1vw solid rgb(248, 246, 247);
    border-bottom: 0.1vw solid rgb(247, 243, 244);
    border-left : 0.2vw solid rgb(116, 114, 114);
}
.heures-vol-att {
    color: #edf0f3;
}
.content-heures-vol-bt {
    margin-top: 10px;
}
.heures-vol-bt {
    text-decoration: none;
    width: 120px;
    padding: 12px 24px 12px 24px;
    color: white;
    border-radius: 10px;
    font: normal 1.0em Helvetica, Arial,  sans-serif;
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #daedf5;
    background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
    cursor: pointer;
}
.heures-vol-pilot {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #05128a;
}
.heures-vol-pilot > span {
    color: rgb(248, 250, 120);
    font-weight: bold;
    font-size: 1.2rem;
    margin-left: 5px;
    /* text-decoration: underline solid rgb(14, 0, 0); */
    border-bottom: 2px solid rgb(3, 2, 104);
}

/* ----------- Heures de vol ajouter --------------- */
.content-ajout-vol {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    min-width: 450px;
    padding: 5px;
    border: 1px solid #daedf5;
}
@media screen and (max-width: 750px) {
    .content-ajout-vol {
        height: 800px;
        margin-top: 5px;
        max-width: 360px;
        min-width: 0;
    }
}
/* ----------- Heures de vol modif --------------- */
.content-modif-vol {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    /* width: 40vw; */
    max-width: 450px;
    min-width: 450px;
    padding: 5px;
    border: 1px solid #daedf5;
}
@media screen and (max-width: 750px) {
    .content-modif-vol {
        height: 800px;
        margin-top: 5px;
        max-width: 360px;
        min-width: 0;
        border: none;
    }
}
.grid-modif-vol {
    margin-top: 20px;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 150px 120px 70px 100px;
    /* grid-template-columns: 2fr 1fr 1fr 1fr; */
    grid-column-gap: 8px;
    grid-row-gap: 6px;
    /* text-align: left; */
}
.vol-hiden {
    display: none;
}
@media screen and (max-width: 750px) {
    .grid-modif-vol {
        grid-template-columns: 150px 120px;
        grid-row-gap: 20px;
        
    }
    .vol-hiden {
        display: block;
        height: 5px;
    }
}

textarea, input {
    text-align: left;
    font: normal 0.9em Helvetica, Arial,  sans-serif;
    /* padding: 10px; */
    max-width: 100%;
    line-height: 1.5;
    border-radius: 5px;
    /* border: 1px solid #ccc; */
    /* box-shadow: 1px 1px 1px #999; */
    background-color: #dbd9d9;
    border-top: 0.15vw solid rgb(116, 114, 114);
    border-right: 0.1vw solid rgb(248, 246, 247);
    border-bottom: 0.1vw solid rgb(247, 243, 244);
    border-left : 0.15vw solid rgb(116, 114, 114);

    -moz-text-align-last: left;
    text-align-last: left;
}
.content-bt {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 450px;
    margin-top: 20px;
    /* margin-left: 20%; */
    padding: 10px 0px 10px 0px;
    display: flex;
    /* flex-wrap: nowrap; */
    justify-content: space-around;
    align-items: center;
    /* background-color:#3cadda; */
}
@media screen and (max-width: 750px) {
    .content-bt {
        margin-left: 0;
        width: 380px;
    }
}
.bt-supr {
    text-decoration: none;
    /* haut | droit | bas | gauche */
    padding: 8px 14px 10px 14px;
    color: white;
    /* width: 250px; */
    /* height: 55px; */
    border-radius: 10px;
    color: white;
    font-size: 1.0em;
    font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #daedf5;
    background: linear-gradient(rgb(241, 34, 6), rgb(248, 54, 47));
    cursor: pointer;

}
.bt-valid {
    /* text-decoration: none; */
    /* haut | droit | bas | gauche */
    padding: 8px 24px 10px 24px;
    color: white;
    border-radius: 10px;
    color: white;
    font-size: 1.1em;
    font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #daedf5;
    background: linear-gradient(rgb(2, 122, 32), rgb(3, 146, 10));
    cursor: pointer;

}
/* ---------------- Test les boutons -------------- */
.bt-test {
    width: 200px;
    text-decoration: none;
    /* haut | droit | bas | gauche */
    padding: 10px 10px 12px 10px;
    color: white;
    /* width: 200px; */
    /* height: 55px; */
    border-radius: 10px;
    color: white;
    font-size: 1.5em;
    font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #daedf5;
    background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
    cursor: pointer;
}
.bt-test-a {
    text-decoration: none;
}

.bt-test > a {
    text-decoration: none;
    /* haut | droit | bas | gauche */
    padding: 10px 10px 12px 10px;
    color: white;
    /* width: 200px; */
    /* height: 55px; */
    border-radius: 10px;
    color: white;
    font-size: 1.5em;
    font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #daedf5;
    background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
    cursor: pointer;

}
.bt-test > a:hover {
    background: linear-gradient(rgb(5, 61, 243), rgb(61, 119, 245));
    /* background: red; */
}
.bt-test > a:active {
    background: linear-gradient(rgb(177, 209, 247), rgb(3, 80, 247));
}

/* -------------- Fin du vol ----------------*/
.content-endvol {
    margin-top: 5%;
    text-align: center;
}
.form-endvol {
    margin-left: auto;
    margin-right: auto;
    width: 460px;
}
@media screen and (max-width: 750px) {
    .form-endvol {
        width: 360px;
        height: 600px;
        /* min-height: 100vh; */
        /* border: 1px solid rgb(23, 4, 192); */
    }
  }

.input-content00 {
    padding: 5px;
    width: 450px;
    height: 250px;
	background: #dbd9d9;
	border-radius: 6px;
	margin-bottom: 15px;
}
.input-01 {
	display: block;
    /* width: 448px; */
    height: 248px;
    background: #daedf5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* width: 100%; */
	padding: 8px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border: 2px solid #fff;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
}
.nb-endvol {
    margin-top: 20px;
    text-align: left;
}
.bt-02 {
    text-decoration: none;
    /* haut | droit | bas | gauche */
    padding: 10px 10px 12px 10px;
    color: white;
    border-radius: 10px;
    color: white;
    font-size: 1.5em;
    font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #daedf5;
    background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
    cursor: pointer;
}

/* -------------- Liste fréquences radio -------------- */

.radio-liste {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding:10px;
    /* width: 30%; */
    width: 400px;
    max-height: 75vh;
    overflow: auto;
    border: 1px solid rgb(217, 221, 228);
}
.radio-grid {
    display: grid;
    grid-template-columns: 270px 110px;
    /* align-content: space-evenly; */
    justify-content: space-between;
    text-align: left;
}
.row1-radio {
    margin: 0.1px;
    padding: 0.5vw;
    font-size: 1.0rem;
    background-color: #e6e9fa;
    border: 0.1vw solid rgb(180, 180, 182);
}
.row2-radio {
    margin: 0.1px;
    padding: 0.5vw;
    font-size: 1.0rem;
    background-color: #e3e3e6;
    border: 0.1vw solid rgb(180, 180, 182);
}
.radio-bt {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 222px;
    text-align: center;
}
/* --------- règle semi-circulaire ----------- */
.circulaire-content {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    font-size: 1.3rem;
    /* border: 1px solid goldenrod; */
}
.circulaire-titre {
    color: #040b4b;
    text-decoration: underline rgb(39, 38, 38);
    margin-bottom: 40px;
}
.circulaire-text-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    margin-top: 30px;
    padding: 15px;
    border: 1px solid red;
}
.circulaire-text-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    margin-top: 30px;
}
.circulaire-text-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    margin-top: 20px;
    padding: 15px;
    background-color: #bdc1cc;
    box-shadow: rgb(82, 80, 80) 0.5em 0.5em 0.3em
}


/* -------------------- Parametres ---------------------- */
.content-param {
    /* width: 100%; */
    text-align: center;
}
@media screen and (max-width: 750px) {
    .content-param {
        height: 1200px;
        background: linear-gradient(rgb(145, 205, 249), rgb(72, 146, 250));
    }
}

.titre-param {
    width: 250px;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;

    color: rgb(102, 100, 100);
    background-color: #ccd3fc;
    border-top: 0.15vw solid rgb(116, 114, 114);
    border-right: 0.1vw solid rgb(248, 246, 247);
    border-bottom: 0.1vw solid rgb(247, 243, 244);
    border-left : 0.15vw solid rgb(116, 114, 114);
}

/* ----------- Profil Pilote ----------------- */
.titre-form {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.content-form-pilote {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    height: 400px;
    background-color: #bdc1cc;
    border-radius: 10px;
    /* border: 1px solid #03aff8; */
    box-shadow: 3px 3px 3px rgb(118, 118, 121);
}
@media screen and (max-width: 750px) {
    .content-form-pilote {
        max-width: 380px;
        text-align: center;
    }
}

.content-input-pilote {
    margin-top: 20px;
    height: 200px;
    display: grid;
    grid-template-columns: 120px 350px;
    align-content: space-evenly;
    text-align: left;
    /* haut | droit | bas | gauche */
    padding: 10px 10px 10px 35px;
    /* border: 1px solid #f80303; */
}
@media screen and (max-width: 750px) {
    .content-input-pilote {
        margin-top: 5px;
        height: 200px;
        display: grid;
        grid-template-columns: 65px 210px;
        /* align-content: space-evenly; */
        text-align: left;
        /* haut | droit | bas | gauche */
        padding: 10px 0px 10px 0px;
    }
}
.pilote-modif-pass {
    margin-top: 5px;
    display: grid;
    grid-template-columns: 140px 350px;
    /* text-align: left; */
    margin-bottom: 30px;
}
.pilote-modif-pass2 {
    text-align: right;
}
.pilote-modif-pass3 {
    /* text-align: right; */
    text-align: left;
    margin-left: 10px;
}
@media screen and (max-width: 750px) {
    .pilote-modif-pass {
        margin-top: 5px;
        display: grid;
        grid-template-columns: 80px 350px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 750px) {
    .content-form-pilote {
        margin-left: auto;
        margin-right: auto;
        max-width: 355px;
        /* margin-left: 5px; */
        grid-template-columns: 1fr;
        padding: 30px 1px 30px 15px;
        border: none;
        box-shadow: none;
    }
}
.content-form-pilote-psw {
    /* margin-top: 5%; */
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    height: 250px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-around;
    align-content: space-evenly;
    /* haut | droit | bas | gauche */
    padding: 10px 10px 10px 35px;
    background-color: #bdc1cc;
    border-radius: 10px;
    /* border: 1px solid #03aff8; */
    box-shadow: 3px 3px 3px rgb(118, 118, 121);
}
/* gestion de la visualisation des mots de passe */
input[type="checkbox"].checkbox {
    display: none;
}
input[type="checkbox"].checkbox + label {
  /* border: 1px solid transparent; */
  vertical-align: bottom;
  cursor: pointer;
}
input[type="checkbox"].checkbox:checked + label {
  padding: 5px;
  border-radius: 10px;
  border: 1px solid rgb(23, 4, 192);
  /* background-color: #f5f78e21; */
}

.pilote-input {
    min-width: 250px;
    margin-left: 20px;
    font: normal 0.9em Helvetica, Arial,  sans-serif;
    max-width: 100%;
    line-height: 1.5;
    border-radius: 5px;
    background-color: #dbd9d9;
    border-top: 0.15vw solid rgb(116, 114, 114);
    border-right: 0.1vw solid rgb(248, 246, 247);
    border-bottom: 0.1vw solid rgb(247, 243, 244);
    border-left : 0.15vw solid rgb(116, 114, 114);
    -moz-text-align-last: left;
    text-align-last: left;
}
.content-bt-form-flex {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    /* width: 450px; */
    min-width: 400px;
    max-width: 450px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    justify-content: center;
    align-items: center;
    background-color: #bdc1cc;
    border: 1px solid #0310c4;
}
@media screen and (max-width: 750px) {
    .content-bt-form-flex {
        margin-bottom: 0px;
        display: grid;
        /* grid-template-rows: 100px 90px; */
        grid-template-columns: 150px 200px;
        /* justify-items: center; */
        justify-content: space-between;
        background-color: #bdc1cc;
        border: 1px solid #0310c4;
    }
}

.pilote-heures {
    text-align: left;
    padding-left: 10px;
    color: #05128a;
    font-weight: bold;
    /* border: 1px solid #fd0b03; */

}

@media screen and (max-width: 750px) {
    .content-bt-form-flex {
        padding: 10px;
        grid-template-columns: 150px 230px;
        width: 350px;
        min-width: 350px;
        column-gap: 30px;
        /* justify-content: left; */

        margin-bottom: 0;
    }
  }

  .bt-pilote-form {
    /* width: 140px; */
    text-decoration: none;
    text-align: center;
    background-color: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font: 100%  'Comic Sans MS', Helvetica, Arial,  sans-serif;
    cursor: pointer;
}
.bt-pilote-retour {
    /* width: 140px; */
    text-decoration: none;
    text-align: center;
    background-color: #2A88AD;
    padding: 8px 39px 8px 39px; /* haut | droit | bas | gauche */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font: 100%  'Comic Sans MS', Helvetica, Arial,  sans-serif;
    cursor: pointer;
}
.pilote-message-01 {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    padding: 10px;
    color: rgb(21, 63, 23);
    font-size: 24px;
    background-color: #c6cdf5;
    border: 1px solid #daedf5;
}
.pilote-message-01 > a {
    color: rgb(49, 47, 47);
    margin-left: 30px;
}
.pilote-message {
    color: rgb(207, 2, 2);
    font-size: large;
}

/* ----------- Aèronef --------- */
.aeronef-liste {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding:10px;
    width: 40%;
    max-height: 75vh;
    overflow: auto;
    border: 1px solid rgb(217, 221, 228);
}
.aeronef-liste > a {
    text-decoration: none;
}
.aeronef-modif-content {
    margin-left: auto;
    margin-right: auto;
    /* haut | droit | bas | gauche */
    padding: 25px 0px 25px 50px;
    max-width: 480px;
    box-shadow: 0 0 8px;
}
@media screen and (max-width: 750px) {
    .aeronef-modif-content {
        max-width: 350px;
        padding: 1px 0px 1px 5px;
    }
}
.aeronef-modif-form {
    display: grid;
    grid-template-columns: 200px 230px;
    row-gap: 15px;
    justify-items: start;
    align-items: end;
}
@media screen and (max-width: 750px) {
    .aeronef-modif-form {
        grid-template-columns: 1fr;
        /* haut | droit | bas | gauche */
        padding: 10px 0px 25px 20px;
        /* border: 1px solid rgb(249, 8, 4); */
    }
}
.aeronef-modif-form-text {
    margin-top: 20px;
    color: rgb(6, 68, 6);
}
.aeronef-modif-heures {
    margin-top: 20px;
    margin-bottom: 10px;
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    grid-template-columns: 140px 70px 140px 70px;
    /*  */
    /* row-gap: 15px; */
    /* justify-items: start; */
    /* align-items: end; */
}

.aeronef-modif-input {
    width: 230px;
}
.aeronef-modif-input-heure {
    width: 70px;
}

/* -------------- Parametre check-list ---------------------- */
.check-choix-content {
    margin-top: -1px;
    padding: 10px 0px 10px 5px;
    margin-left: auto;
    margin-right: auto;
    width: 510px;
    display: grid;
    grid-template-columns: 20px 25px 25px 320px 70px 30px;
    border: 1px solid rgba(217, 221, 228, 0.712);

}
.check-choix-content > hr {
    color: rgb(182, 189, 206);
    width: 300px;
    width: 550px;
    /* margin-left: 80px; */
    margin-top: 20px;
}
.check-choix-action {
    text-align: left;
    margin-left: 13px;
}
.check-choix-fleche {
    margin-left: 5px;
    font-size: large;
    font-size: 1.2rem;
}
.check-choix-fleche > a {
    text-decoration: none;
    color: wheat;
}
.check-choix-suprim {
    text-align: right;
}
.check-choix-suprim > a {
    text-decoration: none;
    color: rgb(190, 25, 3);
}
.marge-top {
    margin-top: 40px;
}
.check-input {
    margin-top: 15px;
    width: 370px;
    margin-bottom: 15px;
}
.check-confirm {
    margin-left: auto;
    margin-right: auto;
    /* haut | droit | bas | gauche */
    padding: 20px 20px 35px 20px;
    margin-top: 40px;
    width: 360px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #bdc1cc;
    border: 1px solid rgba(217, 221, 228, 0.712);
    box-shadow: 5px 5px 5px rgb(143, 141, 141);
}
.check-confirm > div > span {
    color: rgb(6, 8, 161);
}

.bt-confirm-supr {
    text-decoration: none;
    text-align: center;
    background-color: #e40f08;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #e40f08;
    font: 100%  'Comic Sans MS', Helvetica, Arial,  sans-serif;
    cursor: pointer;
}
.bt-check-form {
    width: 140px;
    text-decoration: none;
    text-align: center;
    background-color: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font: 100%  'Comic Sans MS', Helvetica, Arial,  sans-serif;
    cursor: pointer;
}
.bt-check-retour {
    text-decoration: none;
    text-align: center;
    background-color: #2A88AD;
    padding: 8px 45px 8px 45px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font: 100%  'Comic Sans MS', Helvetica, Arial,  sans-serif;
    cursor: pointer;
}

.param-frequence-liste {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding:10px;
    width: 40%;
    max-height: 75vh;
    overflow: auto;
    border: 1px solid rgb(217, 221, 228);
}
@media screen and (max-width: 400px){
    .param-frequence-liste {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding:10px;
        width: 95%;
        max-height: 75vh;
        overflow: auto;
        border: 1px solid rgb(217, 221, 228);
    }
}

.param-cherch-hdv-input {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 125px 130px;    
    grid-row-gap: 30px;
    justify-items: start;    
    /* border: solid 1px red; */
}
.param-cherch-choix-aero {
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    text-align: left;
    margin-top: 30px;
}
.select-style {
    width: 140px;
    font-size: 16px;
    padding: 5px 5px;
    background-color: #e0e3e4;
    border: none;
}

/* ------------------ CSS fenetre modal ------------------------- */

.modalDialog {
    position: fixed;
    text-align: center;
    /* font-family: Arial, Helvetica, sans-serif; */
    font: 100% 'Comic Sans MS', Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.336);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    }
.bt-modal {
    padding-left: 150px;
    text-align: center;
    background-color: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font: 100% 'Comic Sans MS', Arial, Helvetica, sans-serif;
    cursor: pointer;
    text-decoration: none;
    }
    /* 
    .bt-modal > a {
        text-decoration: none;
        color: rgb(40, 182, 4);
    }
     */
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
    }
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 20% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background-color: rgb(175, 173, 173);
    /* background: -moz-linear-gradient(#2edbe8, #01a6b2);
    background: -webkit-linear-gradient(#2edbe8, #01a6b2);
    background: -o-linear-gradient(#2edbe8, #01a6b2); */
    box-shadow: rgb(49, 49, 49) 0.5em 0.5em 0.3em;
    }
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    }
    .close:hover { background: #6ed1d8; }
