/*****************************************
 * .chemin-
 ****************************************/

.chemin-Bloc {
    position: relative;
    padding-left: 60px;
}

.chemin-Border {
    border-color: #1f1945;
    border-style: solid;
    border-width: 3px;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.chemin-Container {
    position: relative;
    width: 650px;
    height: 635px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("../images/arbre-chemins.jpg");
    margin-top: 50px;
    margin-bottom: -40px;
}

.chemin-Description {
    margin-left: 5px;
    margin-right: 5px;
}

.chemin-Icon {
    width: 48px;
    height: 48px;
    position: absolute;
    top : 0;
    left: 0;
}

.chemin-InactiveIcon {
    background-image: url("../images/pictos-rouges.png");
}

.chemin-ActiveIcon {
   background-image: url("../images/pictos-blancs.png");
}

.chemin-Sentiers {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.chemin-Title {
    margin-left: 50px;
    min-height: 50px;
}

.chemin-Icon_1 {
 background-position: 0 0;   
}

.chemin-Icon_2 {
 background-position: -48px 0;   
}

.chemin-Icon_3 {
 background-position: -96px 0;   
}

.chemin-Icon_4 {
 background-position: -144px 0;   
}

.chemin-Icon_5 {
 background-position: -192px 0;   
}

.chemin-Icon_6 {
 background-position: 0 -48px;   
}

.chemin-Icon_7 {
 background-position: -48px -48px;   
}

.chemin-Icon_8 {
 background-position: -96px -48px;   
}

.chemin-Icon_9 {
 background-position: -144px -48px;   
}

.chemin-Icon_10 {
 background-position: -192px -48px;   
}

.chemin-Icon_11 {
 background-position: 0 -96px;   
}

.chemin-Icon_12 {
 background-position: -48px -96px;   
}

.chemin-Icon_13 {
 background-position: -96px -96px;   
}

.chemin-Icon_14 {
 background-position: -144px -96px;   
}

.chemin-Icon_15 {
 background-position: -192px -96px;   
}

.chemin-Icon_16 {
 background-position: -48px 144px; 
}

.chemin-Icon_17 {
 background-position: 0 -144px; 
}

.chemin-Icon_18 {
 background-position: -96px 144px;   
}

.chemin-Icon_19 {
 background-position: -144px 144px;   
}

.chemin-Icon_20 {
 background-position: -192px 144px;   
}

.chemin-Icon_21 {
 background-position: 0 -192px;   
}

.chemin-Icon_22 {
 background-position: -48px -192px;   
}

.chemin-Icon_23 {
 background-position: -96px -192px;   
}

.chemin-Icon_24 {
 background-position: -144px -192px;   
}

.chemin-Icon_25 {
 background-position: -192px -192px;   
}

.chemin-Icon_26 {
 background-position: 0 -240px;   
}

@media (max-width: 767px) {
    .chemin-Box {
        position: relative;
        margin-bottom: 10px;
    }

    .chemin-Box .chemin-InactiveIcon {
        background-image: url("../images/pictos-blancs.png");
    }

    .chemin-Box .chemin-ActiveIcon {
        background-image: url("../images/pictos-rouges.png");
    }
    
    .chemin-Container {
        height: auto;
        background: none;
        width: auto;
    }
}

@media (min-width: 768px) {
    .chemin-Box {
        position: absolute;
    }
    
    .chemin-InactiveBox {
        width: 48px;
        height: 48px;
        z-index: 20;
    }
    
    .chemin-ActiveBox {
        width: 380px;
        min-height: 48px;
        z-index: 50;
    }
    
    
    
    .chemin-InactiveText {
        display: none;   
    }
    
    .chemin-ActiveText {
        display: block;   
    }
    
    .chemin-Box_1 {
        left: 85px;
        top: 75px;
    }
    
    .chemin-Box_2 {
        left: 520px;
        top: 200px;
    }
    
    .chemin-Box_3 {
        left: 150px;
        top: 50px;
    }
    
    .chemin-Box_4 {
        left: 135px;
        top: 325px;
    }
    
    .chemin-Box_5 {
        left: 420px;
        top: 210px;
    }
    
    .chemin-Box_6 {
        left: 140px;
        top: 240px;
    }
    
    .chemin-Box_7 {
        left: 350px;
        top: 360px;
    }
    
    .chemin-Box_8 {
        left: 420px;
        top: 310px;
    }
    
    .chemin-Box_9 {
        left: 485px;
        top: 250px;
    }
    
    .chemin-Box_10 {
        left: 340px;
        top: 70px;
    }
    
    .chemin-Box_11 {
        left: 255px;
        top: 130px;
    }

    .chemin-Box_12 {
        left: 110px;
        top: 140px;
    }
    
    .chemin-Box_13 {
        left: 250px;
        top: 45px;
    }
    
    .chemin-Box_14 {
        left: 365px;
        top: 175px;
    }
    
    .chemin-Box_15 {
        left: 200px;
        top: 90px;
    }
    
    .chemin-Box_16 {
        left: 405px;
        top: 50px;
    }
    
    .chemin-Box_17 {
        left: 475px;
        top: 65px;
    }
    
    .chemin-Box_18 {
        left: 190px;
        top: 170px;
    }
    
    .chemin-Box_19 {
        left: 500px;
        top: 135px;
    }
    
    .chemin-Box_20 {
        left: 420px;
        top: 130px;
    }
    
    .chemin-Box_21 {
        left: 230px;
        top: 230px;
    }
    
     .chemin-Box_22 {
        left: 210px;
        top: 285px;
    }
    
    .chemin-Box_23 {
        left: 75px;
        top: 200px;
    }
    
    .chemin-Box_24 {
        left: 360px;
        top: 260px;
    }
    
    .chemin-Box_25 {
        left: 235px;
        top: 350px;
    }
    
    .chemin-Box_26 {
        left: 85px;
        top: 260px;
    }
}

@media (max-width: 991px) {
    
    .chemin-Container {
        margin-bottom: 10px;
    }
}

