body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
}
/**************HEADER********************/
#logo{
    max-height: 100%;
    grid-area: logo;
    align-self: center;
}

header{
    background-color: rgba(255,205,0,1);
    width: 100vw;
    height: 80px;
    top: 0;
    /*display: grid;
    grid-template-columns: 25% 1% 73% 1%;
    grid-template-rows: 100%;
    grid-template-areas: 
    "logo . input .";*/
    position: fixed;
    z-index: 10;
    transition: 1s;
}

.aHeader{
    top: -80px;
    transition: 1s;
}

input{
    border: none;
    height: 30px;
    border-radius: 120px;
    padding-left: 13px;
    color: grey;
    outline: none;
    grid-area: input;
    align-self: center;
    margin-top: 7px;
}

/***********Lignes de BUS************/

main{
    position: absolute;
    top: 80px;
    overflow-x: hidden;
    width: 100vw;
    height: 300vh;
    z-index: 0;
    transition: 1s;
}
.groupe{
    position: absolute;
    transition: 1s;
    left: 0;
}

.dGroupe{
    display: none;
}

.aMain{
    top: 0px;
}
.ligne{
    box-sizing: border-box;
    height: 110px;
    width: 100vw;
    border-bottom: 1px solid black;
    display: grid;
    grid-template-columns: 110px 1fr ;
    grid-template-rows: 12px 1fr 12px 1fr 12px;
    grid-template-areas: 
    "numero ."
    "numero depart"
    "numero tiret"
    "numero arriver"
    "numero .";
    transition: 1s;
    position: relative;
}

.fleche2{
    grid-area: fleche;
    width: 40px;
    position: absolute;
    top: 42px;
    right: 20px;
    display: none;
}

.fleche2ouv{
    display: initial;
}
.numero{        
    display: flex;
    width: 110px;
    height: 110px;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: bold;
    grid-area: numero;

}

.depart{
    grid-area: depart;
}

.arriver{
    grid-area: arriver;
}

.depart, .arriver{
    align-self: center;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    /*margin-left: 16px;*/
    text-align: center;
}



/******PANNEAU DES LIGNES**********/

.panneau{
    background-color: white;
    position: absolute;
    height: 0vh;
    width: 100vw;
    transition: 0s;
    transform-origin: left;
    overflow: hidden;
}

.aPanneau{
    height: auto;
    transition: 1s;
}

.fullscreen{
    width: 100%;
    height: 55px;
    color: white;
    border:none;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    padding: 0;
    display: none;
}
iframe{
    margin: 0;
    padding: 0;
    height: 250px;
}

.aiframe{
    display: initial;
}

/*****Dessin de l'itinéraire********/

.itineraire{
    display: none;
}

/*.itineraire{
    width: 80%;
    margin-left: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.itineraire p{
    max-width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.trait{
    display: inline-block;
    height: 100%;
    width: 5px;
    background-color: white;
}

.traitH{
    display: inline-block;
    height: 5px;
    width: 7.5px;
    background-color: white;
}


.traitFin{
    display: inline-block;
    height: 50%;
    width: 25px;
    box-sizing: border-box;
    border-left: white 5px solid;
    border-bottom: white 5px solid;
    top: 0px;
    position: absolute;
}

.traitDebut{
    display: inline-block;
    height: 50%;
    width: 25px;
    box-sizing: border-box;
    border-left: white 5px solid;
    border-top: white 5px solid;
    bottom: 0px;
    position: absolute;
}


.arret,
.arretFin,
.arretDebut{
    width: 95%;
    height: 50px;
    margin-left: 0%;
    display: flex;
    align-items: center;
}

.arretFin,
.arretDebut{
    position: relative;
}

.arretFinp{
    position: absolute;
    left: 25px;
    top: 3px;
    margin-left: 5px;
    display: flex;
    align-items: center;
}
.arretDebutp{
    position: absolute;
    left: 25px;
    bottom: 3px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    width: 100%;
}

.arret p{
    margin-left: 5px;
}
*/
/**********Bouton d'ouverture de vidéo**********/

.bHLP{
    width: 100%;
    height: 55px;
    color: white;
    border:none;
    font-weight: bold;
    font-size: 19px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videohlp,
.videourl,
.videovraihlp,
.video1,
.video2,
.video3,
.video4,
.video5,
.video6,
.video7,
.video8,
.video9,
.video10,
.video11,
.video12,
.video13,
.video14,
.video15,
.video16,
.video17,
.video18,
.video19,
.video20{
    width: 100vw;
    display: none;
}

.ovHLP{
    display: initial;
}

/****Correspondance****/

.correspondance{
    width: 20px;
    height: 20px;
    color: white;
    font-size: 14px;
    margin-left: 2px;
    margin-right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#telecharge{
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: rgb(183,14,41);
    color: white;
    border: none;
    font-weight: bold;
    padding: 5px;
}

.tiret{
    grid-area: tiret;
    margin: 0;
    /*margin-left: 16px;*/
    text-align: center;
    align-self: center;
    /*font-weight: bolder;*/
    font-size: 30px;
}