body{
    height: 100vh;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url(images/ba705tel.png);
    background-size: cover;
    background-attachment: fixed;
}

header{
    font-family: 'Black Ops One';
    font-size: 35px;   
    color: antiquewhite;
    background-color: rgb(59, 69, 105);
    display: flex;
    justify-content: left;
}

footer{
    font-family: 'Black Ops One';
    color: antiquewhite;
    background-color: rgb(59, 69, 105);
    margin-top: auto;
} 

footer li{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Menu hamburger*/

.nav-link{
    color: antiquewhite;
}

.nav-link:hover{
    color: #1c1c1c;
}

.navbar-toggler{
    color: antiquewhite;
}

.navbar-toggler-icon{
    width: 60px;
    height: 60px;
}

/*Formulaire*/

h1{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    color: antiquewhite;
    font-family: 'Keania One';
    font-size: 160px;
}

form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#formulaire{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

#search{
    font-family: 'Keania One';
}

#rechercher{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Keania One';
}

.wrapper {
    background-color: whitesmoke;
    list-style-type: none;
    padding: 0;
    border-radius: 3px;
}
.form-row {
    display: flex;
    justify-content: flex-end;
    padding: .5em;
}
.form-row > label {
    padding: .5em 1em .5em 0;
    flex: 1;
}
.form-row > input {
    flex: 2;
}
.form-row > input,
.form-row > button {
    padding: .5em;
}
.form-row > button {
    background: gray;
    color: white;
    border: 0;
}

input#search{
    border-radius: 6px;
    margin-top: 20px;
    font-size: 45px;
}

input{
    font-size: 50px;
    border-radius: 6px;
}

label{
    color: #1c1c1c;
    font-size: 80px;
    padding-right: 15px;
}

#recherche{
    display: flex;
    justify-content: center;
    align-items: center;
}

h2{
    font-size: 50px;
}

span{
    display: flex;
    justify-content: center;
    font-family: 'Keania One';
    font-size: 60px;
    color: #1c1c1c;
}

#demande{
    font-family: 'Keania One';
    color: #1c1c1c;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

/*admin*/
    
#haut{
    background-color: rgb(59, 69, 105);
}

#haut2{
    background-color: rgb(59, 69, 105);
    width: 93.5vh;
}

#haut2 h1{
    font-size: 30px;
}

#haut h1{
    font-size: 30px;
}

#ad{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 15px;
    font-size: 15px;
    font-family: 'Keania One';
}

#ad2{
    color: black;
}

thead{
    background-color: rgb(59, 69, 105);
    color: antiquewhite;
    font-size: 20px;
    font-family: 'Keania One';
}

tbody{
    font-family: 'Keania One';
    background-color: white;
}

#admin{
    font-family: 'Keania One';
    display: flex;
    padding-top: 30px; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#admin2{
    font-family: 'Keania One';
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
}

.modifier{
     font-family: 'Keania One';
     background-color: white;
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100vh;
}

.modifier input{
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uploads{
    width: 150px;
    height: 100px;
}

/*carteavion*/

.avions{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
    gap: 30px;
    margin-bottom: 30px;
}

.avions2{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
}

.liste{
    font-family: 'Keania One';
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    background-color: antiquewhite;
    border-radius: 6px;
    width: 260px;
    height: 420px;
}

.liste h3{
    font-family: 'Black Ops One';
    font-size: 15px;   
}

.liste img{
    width: 240px;
    height: 140px;
    border-radius: 6px;
    margin-top: 15px;
}

/*Carrousel*/

#manege{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

#carrousel{
    width: 400px;
    height: 200px;
    border: solid 4px antiquewhite;
    box-shadow: 0 0 14px #2a2a29;
    position: relative;
    overflow: hidden;
}

#container{
    height: 200px;
    width: 400px;
}

.bouton{
    position: absolute;
    width: 40px;
    cursor: pointer;
    top: 60px;
}

#g{
    left: 0;
    opacity: 0.8;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

#d{
    right: 0;
    opacity: 0.8;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

#g:hover {
    transform: rotate(0deg) scale(1.02);
    opacity: 1;
    transition: all 0.3s ease;
}

#d:hover {
    transform: rotate(180deg) scale(1.02);
    opacity: 1;
    transition: all 0.3s ease;
}

.photo{
    width: 400px;
    height: 200px;
    margin: 0;
    display: inline-block;
    background-size: cover;
}

#demande{
    font-family: 'Keania One';
    font-size: 50px;
    color: #1c1c1c;
    padding-top: 15px;
    margin-bottom: 15px;
}

footer ul{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

header img{
    width: 60px;
}

ul{
    width: 87%;
    display: flex;
    justify-content: left;
    padding-left: 15px;
}

li{
    list-style-type: none;
    width: fit-content;
    margin-left: 30px;
    display: flex;
    align-items: center;
}

a{
    text-decoration: none;
    color: antiquewhite;
    display: flex;
    align-items: center;
}

@media all and (min-width: 1080px){

    body{
        height: 100vh;
        margin: 0 auto;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        background-image: url(images/ba705.png);
        background-size: cover;
        background-attachment: fixed;
    }

    header{
        font-family: 'Black Ops One';
        font-size: 48px;   
        color: antiquewhite;
        background-color: rgb(59, 69, 105);
        display: flex;
        justify-content: left;
        height: 15vh;
    }
    
    footer{
        font-family: 'Black Ops One';
        font-size: 38px;
        color: antiquewhite;
        background-color: rgb(59, 69, 105);
        margin-top: auto;
        min-height: 10vh;
    } 
    
    footer li{
        padding-top: 25px;
    }
    
    /*Formulaire*/
    
    h1{
        display: flex;
        justify-content: center;
        padding-top: 30px;
        color: antiquewhite;
        font-family: 'Keania One';
        font-size: 150px;
    }
    
    form{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    #formulaire{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
    }
    
    #search{
        font-family: 'Keania One';
    }
    
    #rechercher{
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Keania One';
    }
    .wrapper {
        background-color: whitesmoke;
        list-style-type: none;
        padding: 0;
        border-radius: 3px;
    }
    .form-row {
        display: flex;
        justify-content: flex-end;
        padding: .5em;
    }
    .form-row > label {
        padding: .5em 1em .5em 0;
        flex: 1;
    }
    .form-row > input {
        flex: 2;
    }
    .form-row > input,
    .form-row > button {
        padding: .5em;
    }
    .form-row > button {
        background: gray;
        color: white;
        border: 0;
    }
    
    input{
        border-radius: 6px;
        font-size: 50px;
    }

    input#search{
        border-radius: 6px;
        font-size: 60px;
    }

    #recherche{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /*admin*/
    
    #haut{
        background-color: rgb(59, 69, 105);
    }

    #haut2{
        background-color: rgb(59, 69, 105);
        width: 100%;
    }
    
    #haut2 h1{
        font-size: 100px;
    }

    #haut h1{
        font-size: 100px;
    }

    #ad{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding: 15px;
        font-size: 30px;
        font-family: 'Keania One';
    }

    #ad2{
        color: black;
    }

    thead{
        background-color: rgb(59, 69, 105);
        color: antiquewhite;
        font-size: 20px;
        font-family: 'Keania One';
    }
    
    tbody{
        font-family: 'Keania One';
        background-color: white;
    }

    #admin{
        font-family: 'Keania One';
        display: flex;
        padding-top: 200px;
        flex-direction: row;
        gap: 30px;
    }

    #admin2{
        font-family: 'Keania One';
        display: flex;
        flex-direction: row;
        gap: 30px;
        margin-bottom: 15px;
    }

    .uploads{
        width: 200px;
        height: 150px;
    }

    h2{
        font-family: 'Keania One';
        display: flex;
        justify-content: center;
    }

    /*carteavion*/
    

    .avions{
        display: flex;
        flex-direction: row;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    .avions2{
        display: flex;
        flex-direction: row;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    .liste{
        font-family: 'Keania One';
        font-size: 15px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .liste h3{
        font-family: 'Black Ops One';
        font-size: 15px;  
    }
    
    .liste img{
        width: 240px;
        height: 140px;
        border-radius: 6px;
        margin-top: 15px;
    }

    /*Carrousel*/

    #carrousel{
        width: 800px;
        height: 400px;
        border: solid 4px antiquewhite;
        box-shadow: 0 0 14px #2a2a29;
        position: relative;
        overflow: hidden;
    }

    #container{
        height: 400px;
        width: 800px;
    }

    .bouton{
        position: absolute;
        width: 80px;
        cursor: pointer;
        top: 120px;
    }

    #g{
        left: 0;
        opacity: 0.8;
        transform: rotate(0deg);
        transition: all 0.3s ease;
    }

    #d{
        right: 0;
        opacity: 0.8;
        transform: rotate(180deg);
        transition: all 0.3s ease;
    }

    #g:hover {
        transform: rotate(0deg) scale(1.02);
        opacity: 1;
        transition: all 0.3s ease;
    }

    #d:hover {
        transform: rotate(180deg) scale(1.02);
        opacity: 1;
        transition: all 0.3s ease;
    }

    .photo{
        width: 800px;
        height: 400px;
        margin: 0;
        display: inline-block;
        background-size: cover;
    }
    
    /*Menu hamburger*/

    .nav-link{
        color: antiquewhite;
    }

    .nav-link:hover{
        color: #1c1c1c;
    }

    .navbar-toggler{
        color: antiquewhite;
    }

    h2{
        font-size: 100px;
    }

    #demande{
        font-family: 'Keania One';
        color: #1c1c1c;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    span{
        display: flex;
        justify-content: center;
        font-family: 'Keania One';
        font-size: 80px;
        color: #1c1c1c;
    }

    footer ul{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    
    header img{
        width: 80px;
    }
    
    ul{
        width: 87%;
        display: flex;
        justify-content: left;
        padding-left: 15px;
    }
    
    li{
        list-style-type: none;
        width: fit-content;
        margin-left: 30px;
        display: flex;
        align-items: center;
    }
    
    a{
        text-decoration: none;
        color: antiquewhite;
        display: flex;
        align-items: center;
    }

}