html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.navbar {
    z-index: 1000;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
}

.nav-link:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
}

.panel {
    position: relative;
    z-index: 1;
    width: 100vw;
    max-width: 100%;
    height: 70vh;
    margin-top: -90px
}

.contenu{
    height:100%;
    background-color: white;
}

.imagebandeau {
    background-image: url('../img/photo/aeroclubthouars.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgba(0,0,0,0.5);
    min-width: 1200px;
}

.carousselimage{
    max-height: 500px;
    margin: auto;
}

.panelimage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.textpanel {
    padding: 0 1rem;
    color: white;
    font-family: var(--font-serif);
    font-size: 4vw;
    letter-spacing: -0.125rem;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    height: 70vh;
}

.container-article-home {
    margin-top: 3%;
}

.article {
    background-color: #e6e6e6;
    width: 100%;
    padding-bottom: 1px;
}

.imagecaroussel {
    background-color: white;
    width: 100%;
    height: 500px;
}

.localisation {
    background-color: #e6e6e6;
    width: 100%;
}

footer {
    z-index: 1000;
    position: absolute;
    bottom: 0px;
    background-color: white;
    width: 100%;
    height: 60px;
    background-color: #111111;
    color: white;
}

.textPresentaion{
    text-align: justify;
}

.titrePresentation {
    text-align: center;
    text-decoration-color: #f1c40f;
    text-decoration-line: underline;
    text-underline-offset: 8px;
}

.titreArticle {
    text-align: center;
    text-decoration-color: #f1c40f;
    text-decoration-line: underline;
    text-underline-offset: 8px;
    margin-top: 2%;
}

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

.position-card {
    margin-left: 2%;
    margin-right: 2%;
}

.position-title {
    margin-left: 2%;
}