.bold {
    font-weight: bold;
}
.mt-10 {
    margin-top: 10%;
}
.mt-20 {
    margin-top: 20%;
}

.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;
	font-size:16px;
	font-weight: bold;
}
.btn_info {
    justify-content: flex-end;
    margin-left: auto;
    align-items: center;
	font-size:14px;
}
.btn_back a {
    display: flex;
    align-items: center;
}
.thumb {
    width: 100%;
   /* height: auto; 
     width: 150%;*/
    height:300px;
    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%;
    }
}

