/* style S2H */


::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;

}

::-webkit-scrollbar-thumb {
  background-color: #f90a23;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 300;
  color: black;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(0 0 0 / 32%);
}
/*
a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*/

.site-section-cover-2 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.site-section-cover-lite-2, .site-section-cover-lite-2 .container>.row {
    /* height: calc(100vh - 196px); */
    min-height: 277px;
}

.dropdown-menu {
    color: #212529;
    background-color: #ece7e7;;
}

.nav-item a {
    color: #67000a;
    text-decoration: none;
    background-color: transparent;
}

.nav-item li:hover{
  background-color: rgba(255, 97, 97, 0.82);
  cursor: pointer;
}


.golden {
    color: #F0CC00 !important;
    font-size: 30px !important;
}

.silver {
    color: #c0c0c0 !important;
    font-size: 30px !important;
}

.bronze {
    color: #cd7f32 !important;
    font-size: 30px !important;
}

.iconwhite {
    color: #FFFF !important;
    /*    font-size: 30px !important;*/
}


.form-control {
    height: 40px;
    background: #fff !important;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.icon-airplane {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon1 {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.bg-white {
    background-color: #ffffff !important;
}


.input-login {
   /* background-color: rgba(255, 255, 255, 0.2) !important;*/
    color: black !important;

}

.input-black {
   /* background-color: rgba(255, 255, 255, 0.2) !important;*/
    color: black !important;

}

.fa-user {
    --fa: "\f007";
}

.site-section-cover-lite, .site-section-cover-lite .container>.row {
    /* height: calc(100vh - 196px); */
    min-height: 477px;
}

.btn-discord {
    color: #fff;
    background-color: #0044cc;
    border-color: #0044cc;
}

.btn-discord:hover {
    color: #fff;
    background-color: #0038a8;
    border-color: #0038a8;
}

.btn-youtube {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-youtube:hover {
    color: #fff;
    background-color: rgb(218, 0, 0);
    border-color:  rgb(218, 0, 0);
}

.flightlog {
    max-height: 250px;
    overflow-y: scroll;
}

/* icon aeronef sous les titres */

@media (max-width: 991.98px) {
  .plane {
    font-size: 2rem;
  }
}

.plane.primary-color-icon:after {
  color: #dc3545;
}

.plane {
    /*
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 2rem;
  */
  color: #dc3545;
}
  
/*
.plane:after {
  bottom: 0;
  left: 0;
  font-size: 22px;
  content: "\f072";
  font-family: 'icomoon';
  position: absolute;
  color: #ccc;
}
*/
.plane.text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.plane3 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 3rem;
    color: #dc3545;
}
/*
.plane3:after {
  bottom: 0;
  left: 0;
  font-size: 22px;
  content: "\f072";
  font-family: 'icomoon';
  position: absolute;
  color: #ccc;
}
*/
.plane3.text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


/* cookies */

.cookie-banner {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-top: 10px;
    height: 57px;
    /*   display: flex;*/
    color: white;
    background-color: #000;
    z-index: 1000;
}

.text-center {
    text-align: center;
}

.cookie-banner button {
    margin-left: 10px;
}

.btn-cookie {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

a.btn-cta-primary,
.btn-cta-primary {
    background: #0D89B3;
    border: 1px solid #0D89B3;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

/* footer */

.site-footer i {
    color: #ff7575;
    font-size: 28px;
    margin-left: 10px;
}

.sie-footer {
    padding: 1em 0;
    background: #000;
}

.site-footer a {
    color: rgb(225 235 247);
}

/* activity */

input {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffff !important;

}

.cards2h-img img {
    width: 100%;
    top: 50%;
    left: 50%;
}

.cards2h-img,
.cards2h-img-bottom,
.cards2h-img-top {
    width: 100%;

}

@media (min-width: 1441px) and (max-width: 1680px) {
    .cards2h-body {
        /*  height: 15vh;*/
    }

    .cards2h-body {
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color);
    }


}

.tbody .btn {
    border-radius: 30px;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    padding: 3px 15px;
    */ text-decoration: none;
}

i.profile-small {
    font-size: 30px;
}

.table i {
    color: #0FA2D2;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img.pilot-profile-image-small {
    width: 30px;
    height: 30px;
}

.img-circle {
    border-radius: 50%;
}

img {
    border: 0;
}

.btn-2 {
    border-radius: 30px;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    padding: 3px 20px;
    text-decoration: none;
}

.btn-3 {
    border-radius: 30px;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    padding: 1px 20px;
    text-decoration: none;
}

.btn-success-2:hover {
    color: #fff;
    background-color: #60a038;
    border-color: #5a9635;
}

.btn-success-2 {
    color: #212529;
    background-color: #71bc42;
    border-color: #71bc42;
}

.btn-info-sel {
    color: #fff;
    background-color: #ff6464;
    border-color: #ff6464;
}

/* flight info */



.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/* flight search */

.jumbotron-s2h {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    /*   background-color: #e9ecef;*/
    border-radius: 0.3rem;
}

.jumbotron-s2h-transparent {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef91;
    border-radius: 0.3rem;
}

/* route map */

#map {
    height: 600px;
    margin-bottom: 20px;
}

.find-msg {
    color: red;
    display: block;
    font-size: 12px;
}

.icao {
    width: 120px;
    height: 38px;
    display: inline;
    text-transform: uppercase;
}

.jumbotron-s2h {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    /*   background-color: #e9ecef;*/
    border-radius: 0.3rem;
}


.label_content {
    position: relative;
    border-radius: 10px;
    padding: 4px;
    color: #ffffff;
    background-color: #5680ec;
    ;
    width: 50px;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
}