/* SECTION HEAD */
.home-container {
    margin: 4rem 6rem;
}
.entete {
    position: relative;
    height: 500px;
    padding: 6rem;
    color: #fff;
    background-image: url("/src/public/image/travel.jpg");
    background-position: center;
    background-size: cover;
}
.entete::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
}
.entete .overlay {
    position: relative;
}
.search-container {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 8px 6px rgba(0, 0, 0, 0.25) ;
    padding: 2rem;
    border-radius: 10px;
    color: #000;
}
.search-historique{
    font-size: 28px;
}
.search-trajet{
    font-size: 32px;
    font-weight: bold;
}
.search-date{
    font-size: 22px;
}
.search-available{
    font-size: 16px;
    color: #454545
}
.entete .titre-content {
    font-family: 'Roboto';
    text-align: center;
    margin-top: 14rem;
}
.entete .titre-content .titre {
    font-size: 36px;
}
.entete .titre-content .titre .billetteliman {
    font-size: 48px;
    font-weight: bold;
}
.entete .titre-content .description {
    font-size: 28px;
}
.search-button {
    width: 100%;
}

/* SECTION FONCTIONNEMENT */
#fonctionnement {
    margin: 8rem;
    background-color: #EBEBEB;
}
.fonctionnement-item {
    padding: 4rem;
}
.fonctionnement-image {
    background-color: gray;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top center
}
.fonctionnement-titre {
    font-family: 'Roboto';
}

/* SECTION PARTENAIRE */
#partenaire {
    background-color: #09CC1C;
    padding: 6rem 8rem;
}
#partenaire #titre {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}
.partenaire-item {
    background-color: #D9D9D9;
    padding: 1rem 2rem;    
}
.partenaire-image {
    background-color: gray;
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.partenaire-titre {
    font-size: 24px;
    font-weight: bold;
}
.partenaire-adresse {
    font-size: 18px;
}

/* FOOTER */
.footer-container {
    background-color: #D9D9D9;
    padding: 2rem 4rem;
    display: flex;
    justify-content: space-between;
}
.address-container {
    
}
.address-title {
    font-size: 36px;
    font-weight: bold;
}
.address-slogan {
    font-size: 16px;
    margin-top: -5px;
}
.address-item {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.link-container {
    text-align: right;
}
.subscribe {
    display: flex;
}
.link-subtile {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
}
.link-available-item {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100px;
    margin-top: 10px;
    margin-left: auto;
    padding: 5px 10px;
    border: 1px solid #979797;
    border-radius: 50px;
}
.socialmedia-link-container {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
}
.socialmedia-link-title {
    font-weight: bold;
    font-size: 22px;
}
.copyright-container {
    padding: 1rem 4rem;
    background-color: #22812B;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

/* RECHERCHE PAGE */
.filter-container {
    margin: 1rem 0rem;
    padding: 4rem 2rem;
    background-color: #D9D9D9;
}

.trajet-title {
    font-size: 32px;
    font-weight: bold;
}

.trajet-date {
    font-size: 22px;
    font-weight: 400;
}

.trajet-available {
    font-size: 16px;
    color: #454545;
}

.trajet-item {
    padding: 1rem;
    background-color: #F3F3F3;
    box-shadow: 0px 0px 1px 2px #D9D9D9;
}
.trajet-item .title {
    font-weight: bold;
    font-size: 26px;
}

/* TRAJET DU TICKET */
.trajet-item-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.trajet-item-section .title {
    font-size: 26px;
    font-weight: bold;
}
.trajet-item-section .city-title {
    font-size: 22px;
    font-weight: bold;
}
.trajet-item-section .price {
    color: #22812B
}
.datetime {
    font-weight: bold;
    align-self: flex-end;
}
.trajet-item-section .trait-container {
    width: 100%;
    text-align: center;
}
.trajet-item-section .trait {
    position: relative;
    border-top: 1px solid #000;
    margin-left: 10px;
    margin-right: 10px;
}
.trajet-item-section .trait::before,
.trajet-item-section .trait::after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0px;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
.trajet-item-section .trait::before {
  left: 0px;
}

/* BUY PAGE */
.ticket-details-header {
    height: 362px;
    background-image: url("../image/ticket-details.jpg");
    background-size: cover;
}
.ticket-details-content {
    margin: 2rem 8rem;
}
.ticket-details-content-title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.ticket-details-item {
    width: 50% !important;
    margin-bottom: 2rem;
}
.ticket-details-item.second {
    text-align: end;
}
.property {
    font-size: 20px;
    color: #979797;
}
.value {
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.ticket-details-form {
    margin: 2rem 8rem;
}
.ticket-details-form-title {
    font-size: 32px;
    color: #22812B;
    font-weight: bold;
}

/* GARES */
.gare-item {
    padding: 1rem;
    background-color: #F3F3F3;
    box-shadow: 0px 0px 1px 2px #D9D9D9;
}
#gares-titre {
    font-weight: bold;
}
.gare-image {
    background-color: #D9D9D9;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* `sm` applies to x-small devices (portrait phones, less than 992px) */
@media (max-width: 991.98px) {

    .entete {
        height: 60vh;
        padding-left: 4rem;
    }

    #fonctionnement {
        margin: 3rem 4rem;
    }

    .fonctionnement-image {
        height: 240px;
    }

    .fonctionnement-item {
        padding: 2rem 0rem;
    }

    #partenaire {
        padding: 3rem 4rem;
    }

    .partenaire-image {
        height: 200px;
    }
    .partenaire-item {
        padding: .5rem 1rem;
    }

    /* FOOTER */
    .footer-container {
        padding: 1rem 2rem;
    }
    .copyright-container {
        padding: 1rem 2rem;
    }
    
    /* RECHERCHE PAGE */
    .filter-container {
        padding: 2rem 1rem;
    }
    .home-container {
        margin: 4rem 1rem;
    }
    
    /* BUY PAGE */
    .ticket-details-header {
        height: 250px;
    }
    .ticket-details-content {
        margin: 4rem 2rem;
    }
    .ticket-details-form {
        margin: 4rem 2rem;
    }
    .ticket-details-content-title {
        font-size: 28px;
    }    
    .ticket-details-form-title {
        font-size: 24px;
    }
    .property {
        font-size: 18px;
    }
    .value {
        font-size: 24px;
    }

}
 
 /* `md` applies to small devices (landscape phones, less than 768px) */
 @media (max-width: 767.98px) { 
    
    .entete {
        height: 100vh;
        padding: 0rem 1rem;
    }
    #search-button {
        margin-top: 10px;
    }
    .buy-container {
        height: auto;
    }

    .entete #titre {
        width: 100%;
        font-size: 32px;
    }
    .entete .titre-content {
        margin-top: 0rem;
        padding-top: 6rem;
    }

    #fonctionnement {
        margin: 2rem 1rem;
    }

    #partenaire {
        padding: 2rem 1rem;
    }

    #partenaire #titre {
        font-size: 28px;
    }

    .partenaire-titre {
        font-size: 22px;
    }

    .search-historique{
        font-size: 18px;
    }
    .search-trajet {
        font-size: 18px;
    }
    .search-date {
        font-size: 16px;
    }
    .search-available {
        font-size: 14px;
    }
    
    /* FOOTER */
    .footer-container {
        padding: 1rem .5rem;
        display: block;
    }
    .address-title {
        font-size: 28px;
    }
    .subscribe {
        margin-top: 10px;
    }
    .link-container {
        text-align: left;
    }
    .socialmedia-link-container {
        justify-content: flex-start;
    }
    .link-subtile {
        font-size: 20px;
    }
    .available-item-container {
        display: flex;
    }
    .link-available-item {
        margin-left: 0px;
        flex-direction: row-reverse;
        justify-content: start;
        margin-right: 10px;
    }
    .socialmedia-link-title {
        font-size: 16px;
    }
    .copyright-container {
        padding: 1rem .5rem;
        display: block;
    }
     
    /* BUY PAGE */
    .ticket-details-header {
        height: 190px;
        margin-top: 40px;
    }
    .ticket-details-item {
        width: 60% !important;
        margin-bottom: 1rem;

    }
    .ticket-details-item.second {
        width: 40% !important;
    }
    .ticket-details-content {
        margin: 1rem;
    }
    .ticket-details-content-title {
        font-size: 22px;
        margin-bottom: .5rem;
    }
    .property {
        font-size: 16px;
    }
    .value {
        font-size: 18px;
    }
    .ticket-details-form {
        margin: 1rem;
    }
    
    /* RECHERCHE PAGE */
    .home-container {
        margin: 4rem .5rem;
    }
}