.navbar-brand {
    padding-top: 5px;
}

.contact {
    width: 225px;
    height: 225px;
    border: 7px solid rgba(0, 0, 0, .1);
    margin: auto;
    display: block;
}

#contact .contact-wrapper {
    background-color: rgba(255, 255, 255, 0.4);
}

#carousel-slider {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 15px;
}

#carousel-slider p {
    color: white;
}

.Auteur h4,
.contact-wrapper p {
    text-align: center;
}

.timeline-panel {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    /*min-height: 170px;*/
}

.timeline-panel .timeline-body p {
    min-height: 50px;
    margin-top: 10px;
}

.timeline-panel-voyage-en-cours {
    position: absolute;
    left: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    background-image: url('../img/VoyageEnCours.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 33px 30px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    border: 3px solid rgba(255, 255, 255, 0.5);
}

.timeline-panel-voyage-en-cours-inverted {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    background-image: url('../img/VoyageEnCours.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 33px 30px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    border: 3px solid rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
    .timeline-panel-voyage-en-cours {
        left: -50px;
        top: -50px;
        width: 100px;
        height: 100px;
        background-size: 63px 60px;
    }
    .timeline-panel-voyage-en-cours-inverted {
        right: -50px;
        top: -50px;
        width: 100px;
        height: 100px;
        background-size: 63px 60px;
    }
}

.text-muted {
    color: white;
    text-align: justify;
}

.team-wrapper {
    background-color: rgba(255, 255, 255, 0.253);
    border-radius: 10px 10px 0px 0px;
}

.team-wrapper .team-inner {
    line-height: 50%;
    text-align: center;
}

.team-wrapper>.team-inner>a {
    background-color: rgba(255, 255, 255, 0.692);
    border: 3px rgb(255, 255, 255) solid;
}

#home {
    padding-top: 150px;
    min-height: 600px;
}

#home #message-accueil p {
    margin: 50px 20px;
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-style: italic;
    text-align: justify;
    line-height: 3rem;
}

#home #message-accueil p:last-child {
    margin-top: 0px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    #home #message-accueil p {
        text-align: center;
    }
}

.details-voyage {
    background-image: url('../img/marqueurs/information.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    height: 40px;
    text-align: left;
    line-height: 30px;
    cursor: pointer;
}

.position {
    background-image: url('../img/marqueurs/hiking2.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    height: 40px;
    text-align: left;
    line-height: 30px;
    margin-top: 10px;
    cursor: pointer;
}

#carte-suivi {
    border-radius: 5px;
}

.carte-suivi-complete {
    margin: 30px 0px;
    height: 600px;
}

.carte-suivi-position {
    width: 300px;
    height: 300px;
}

.tag,
.nb-jour {
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    display: inline-block;
    margin: 3px;
}

.chargement {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 10000;
}

.chargement .icon-chargement {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.traduction {
    width: 90px;
    margin: auto;
}

.traduction img {
    width: 22px;
    cursor: pointer;
}

#section-progression {
    position: fixed;
    left: 0px;
    top: 50px;
    z-index: 1030;
    width: 0px;
    height: 5px;
}

#section-voyage-cours {
    position: fixed;
    left: -250px;
    top: 150px;
    z-index: 1000;
    width: 250px;
    height: 250px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0.8;
    background-image: url("../img/PanneauVoyageEnCours.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#section-voyage-cours>div {
    width: 200px;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
}


/*
       #################################################### VOYAGE POSTS #########################################
*/
.voyage-header {
    padding-top: 200px;
    text-align: center;
    color: white;
    font-size: 1.6rem;
}

.voyage-header .voyage-image-principale {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.voyage-carnet-voyage {
    font-size: 3rem;
}

.voyage-description {
    display: inline-block;
    text-align: justify;
    padding: 10px;
    margin-right: 50px;
    margin-top: 50px;
    width: 350px;
    min-height: 160px;
    vertical-align: top;
    background-color:rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    border: 1px solidrgba(255, 255, 255, 0.4);
}

.voyage-date, .voyage-tags,
.voyage-reseaux-sociaux {
    display: inline-block;
    margin: 5px 0px;
}

.voyage_posts{
    margin-top: 100px;
    background-repeat: repeat-y;
    background-position: left top;
}

.voyage-post {
    color:black;
    border-color: #eee;
    vertical-align: top;
}

@media screen and (max-width:543px){
    .voyage-post{width:28px}
}
@media screen and (max-width:767px){
    .voyage-post{display:none}
}

.voyage-post-emplacementdate {
    width:64px;
    height:64px;
    display: flex;
}

.voyage-post-emplacementheure {
    width:48px;
    height:48px;
    display: flex;
    line-height: 48px;
    margin-left: 9px;
}

.voyage-post-heure{
    border-radius:36px;
    font-weight:bold;
    font-size:1.2rem;
    align-items:center;
    justify-content:center;
    position:relative;
    border-width:3px;
    border-style: dotted;
    border-color: white;
    color:white;
    text-align: center;
    transition:background-color .5s;
}

.voyage-post-date{
    border-radius:36px;
    font-weight:bold;
    font-size:1.4rem;
    align-items:center;
    justify-content:center;
    position:relative;
    border-width:4px;
    border-style:solid;
    color:white;
    text-align: center;
    transition:background-color .5s;
}

@media screen and (max-width:543px)
{
    .voyage-post-emplacementdate{
        width:54px;
        height:54px;
    }
    .voyage-post-emplacementheure {
        width:42px;
        height:42px;
    }
    .voyage-post-date{        
        font-size:1rem;
        border-width:3px !important;
    }
    .voyage-post-heure{
        font-size:0.8rem;
        border-width:2px !important;
    }
}

.voyage-post-contenu{
    padding-left: 100px;
    margin-bottom: 50px;
}

.voyage-post-contenu p {
    text-align: justify;
    color: rgb(78, 78, 78);
}

figure {
    border: thin #c0c0c0 solid;
    display: inline-block;
    padding: 5px;
    margin: 5px;
}

figure img {
    max-width: 220px;
    max-height: 150px;
    overflow: hidden;
}

figure figcaption {
    display: block;
    background-color: #222;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 5px;
    text-align: center;
    max-width: 220px;
}


