/*** RESET ***/
html {
    box-sizing: border-box;
    font-size: 16px;
    height: 100%;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
  body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
  }
  ol, ul {
    list-style: none;
  }
  body {
    height: 100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }


.bold {
    font-weight: bold;
}
.mt-10 {
    margin-top: 10%;
}
.mt-20 {
    margin-top: 20%;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2%;
}

.container_circuit {
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 2% 2% 0 2%;
}

.form_upload {
    width: 60%;
    margin-top: 5%;
}

button {
    margin-top: 5%;
}
.fa-download {
    font-size: 22px;
    color: #17a2b8;
}
.fa-download:hover {
    /* color: rgb(255, 145, 0); */
    color: #138496;
    cursor: pointer;
}
.btn-orange {
    background-color: orange;
}
.btn-orange:hover {
    background-color: orangered;
    color: white;
}
.carte {
    display: flex;
    align-items: center;
    height: 80vh;
    padding-top: 10px;
}
.map {
    width: 70%;
    height: 100%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.infos {
    width: 20%;
    height: 100%;
    /* margin-left: 3%; */
    padding: 1%;
    display: flex;
    flex-direction: column;
}
.btn_back {
    display: flex;
}
.btn_circuit {
    display: flex;
    width: 100%;
    justify-content: center;
}
.btn-dl {
    align-self: flex-end;
    margin-top: auto;
    margin-bottom: 10px;
}
.plus_infos {
    align-self: center;
    margin: auto 0;
}
.italic {
    font-style: italic;
}
.encard {
    /* height: 500px; */
}
.encard:hover {
    /* box-shadow: 0px 0px 10px 2px orange; */
    /* transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s; */
    background-color: rgba(255, 166, 0, 0.096);
}
.card-title {
    height: 60px;
}
.btn_info {
    justify-content: flex-end;
    margin-left: auto;
    align-items: center;
}
.btn_back a {
    display: flex;
    align-items: center;
}
.thumb {
    width: 100%;
    height: auto;
    /* width: 150%;
    height:200px; */
    margin-top: 0px;
    /* margin-left: -60px; */
}
.image {
    /* margin-top: 30px;
    height: 180px; */
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
}
p:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
    cursor: context-menu;
}
.btn-dl-details {
    justify-self: flex-end;
    margin-top: auto;
}
.info_circuit {
    height: 45%;
}

.pagination {
    margin-bottom: 20px;
}

@media screen and (max-width: 915px) {
    .perso-ul {
        margin-left: 25%;
    }
}

