@charset "UTF-8";
/* CSS Document */


/* Fontes */
@font-face {
    font-family: 'baikalexpanded_medium';
    src: url('font/baikal/baikal-expandedmedium-webfont.woff') format('woff2'),
         url('font/baikal/baikal-expandedmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'baikalmedium';
    src: url('font/baikal/baikal-medium-webfont.woff2') format('woff2'),
         url('font/baikal/baikal-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'baikalexpanded_semi_bold';
    src: url('font/baikal/baikal-expandedsemibold-webfont.woff2') format('woff2'),
         url('font/baikal/baikal-expandedsemibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'baikalexpanded_bold';
    src: url('font/baikal/baikal-expandedbold-webfont.woff2') format('woff2'),
         url('font/baikal/baikal-expandedbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





@font-face {
    font-family: 'baikalexpanded_semi_bold';
    src: url('font/baikal/baikal-expandedsemibold-webfont.woff2') format('woff2'),
         url('font/baikal/baikal-expandedsemibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'baikalexpanded_bold';
    src: url('font/baikal/baikal-expandedbold-webfont.woff2') format('woff2'),
         url('font/baikal/baikal-expandedbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




h1 {font-family: 'baikalexpanded_medium';
    text-transform: uppercase!important;}

h2 {font-family: 'baikalexpanded_medium';
    text-transform: uppercase!important;}

h3 {font-family: 'baikalexpanded_medium';
    text-transform: uppercase!important;}

h3.normal {font-family: 'baikalmedium';}

h4 {font-family: 'baikalexpanded_medium';
    text-transform: uppercase!important;}

h4.normal {font-family: 'baikalmedium';}

h5 {font-family: 'baikalexpanded_semi_bold';
    text-transform: uppercase!important;}

p {font-family: 'baikalexpanded_medium';}

p.normal   {font-family: 'baikalmedium';
   line-height: 1.3em;}

p.description {color:darkgray;}

.w {color:#fff!important;}
.b {color:#000000!important;}




/* Media queries */


@media (max-width: 576px) {
	h5 {font-size: 60px!important;}
	h1 {font-size: 30px!important;}
	h2 {font-size: 25px!important;}
	h3 {font-size: 20px!important;}
	h4 {font-size: 15px!important;}
	p {font-size: 12px!important;}
	p.description {font-size: 8px!important;}
	.nav-link {font-size: 12px!important;}
	.wrapper .items img {max-width: 200px;
                     height: auto;
	                 margin-right: 10px!important;
	                 line-height: 400px!important;
                 }
	.home {position: relative;
     height: 80vh;
     top: 0;
     left: 0;
     right: 0;
     overflow: hidden!important;
     display: flex;
     flex-direction: column;
     justify-content: center;}
	
	.video-back-1 {background-color: #fff;
        width: 100%;
        height: auto;
	    display: none;}
	
	.video-back-2 {background-color: #fff;
        width: 100%;
        height: auto;}
	
}


@media (min-width: 576px) {
	h5 {font-size: 60px!important;}
	h1 {font-size: 40px!important;}
	h2 {font-size: 35px!important;}
	h3 {font-size: 25px!important;}
	h4 {font-size: 20px!important;}
	p {font-size: 14px!important;}
	p.description {font-size: 10px!important;}
	.nav-link {font-size: 20px!important;}
    .wrapper .items img {max-width: 300px;
                     height: auto;
	                 margin-right: 10px!important;
	                 line-height: 500px!important;
                 }
	.home {position: relative;
    height: 80vh;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden!important;
    display: flex;
    flex-direction: column;
    justify-content: center;}
	
	.video-back-1 {background-color: #fff;
        width: 100%;
        height: auto;}
	
	.video-back-2 {background-color: #fff;
        width: 100%;
        height: auto;
	    display: none;}
	
}


@media (min-width: 768px) {
	h5 {font-size: 70px!important;}
	h1 {font-size: 50px!important;}
	h2 {font-size: 40px!important;}
	h3 {font-size: 35px!important;}
	h4 {font-size: 25px!important;}
	p {font-size: 16px!important;}
	p.description {font-size: 11px!important;}
	.nav-link {font-size: 20px!important;}
	.numero {display: flex;
	         justify-content:flex-start;}
	
	.home {position: relative;
    height: 50vh;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden!important;
    display: flex;
    flex-direction: column;
    justify-content: center;}
}


@media (min-width: 992px) {
	h5 {font-size: 80px!important;}
	h1 {font-size: 60px!important;}
	h2 {font-size: 50px!important;}
	h3 {font-size: 40px!important;}
	h4 {font-size: 30px!important;}
	p {font-size: 17px!important;}
	p.description {font-size: 12px!important;}
	.nav-link {font-size: 20px!important;}
	.wrapper .items img {max-width: 400px;
                     height: auto;
	                 margin-right: 10px!important;
	                 line-height: 600px!important;
                 }

	.numero {display: flex;
	         justify-content:flex-end;
	         align-content: flex-start;}
	
	.home {position: relative;
    height: 90vh;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden!important;
    display: flex;
    flex-direction: column;
    justify-content: center;}

}


@media (min-width: 1200px) {
	h5 {font-size: 90px!important;}
	h1 {font-size: 70px!important;}
	h2 {font-size: 60px!important;}
	h3 {font-size: 50px!important;}
	h4 {font-size: 40px!important;}
	p {font-size: 18px!important;}
	p.description {font-size: 13px!important;}
	.nav-link {font-size: 25px!important;}
}


@media (min-width: 1400px) {
	h5 {font-size: 100px!important;}
	h1 {font-size: 80px!important;}
	h2 {font-size: 70px!important;}
	h3 {font-size: 50px!important;}
	h4 {font-size: 40px!important;}
	p {font-size: 20px!important;}
	p.description {font-size: 14px!important;}
	.nav-link {font-size: 25px!important;}
	.wrapper .items img {max-width: 600px;
                     height: auto;
	                 margin-right: 10px!important;
	                 line-height: 800px!important;
                 }
	
	.home {position: relative;
    height: 90vh;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden!important;
    display: flex;
    flex-direction: column;
    justify-content: center;}
	
}






/*Body*/

body {
    margin: 0px!important;
    padding: 0px!important;
    overflow-x: hidden!important;
}




/*scroll horizontale*/
.wrapper {max-height: 800px;
	      display: flex;
          overflow-x: auto!important;  }


::-webkit-scrollbar {
    display: none;
	width: 0;
}


  /* Cacher scrollbar pour Firefox */
.wrapper {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
  }




/*Navigation*/

nav.navbar{
		position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
	    width: auto;
	    z-index: 3;
	}



.navbar:hover, .navbar:active, .navbar:link, .navbar:visited {
	position: fixed!important;
	background-color: #000!important;
}


.navbar.w {
    transition: top 0.3s;
	position: fixed;
	background-color: #fff!important;
}

button.navbar-toggler {border: none!important; }
button.navbar-toggler:hover, button.navbar-toggler:active {border: none!important; }




i.bi.bi-list {color: #fff !important;
              font-size: 40px;}
i.bi.bi-list.b {color: #000 !important;
              font-size: 40px;}

a.nav-link {font-family: 'baikalexpanded_medium'!important;}

a.nav-link:hover, a.nav-link:active {font-family: 'baikalexpanded_medium'!important;}



a.nav-link img  {opacity: 100%!important;
                 width: 5%!important;
                 height: auto!important;
                 flex-shrink: 0!important;}

a.nav-link:hover img {background-image: url("../images/diplome/pictogrammes/pictogramme_diplome_rond_menu_2.svg");
                      width: 5%;
                      height: auto ;} 

a.nav-link:hover img.fondN {background-image: url("../images/diplome/pictogrammes/pictogramme_diplome_arrivee.svg");
                      width: 5%;
                      height: auto ;} 


.linew {border: solid #fff 1px;
       width: 100%;}
.lineb {border: solid #000 1px;
       width: 100%;}



/*Footer*/

img.next {width: auto!important;
          height:20%!important;
       }
a.next {text-decoration: none!important;}
a.next:hover, a.next:active  {text-decoration: none!important;}

a.back {text-decoration: none;}
a.back:hover, a.back:active{text-decoration: none;}
a.back img  {width: 17%;
	         height: auto;
             flex-shrink: 0!important;}

a.logo  {
             width: 100%!important;
             height: auto!important;
}






/*Index vidéo*/

video {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

a.decouvrir {border: #fff solid 2px;
             text-decoration: none;
             color: #fff;
             padding: 7px 20px 7px 20px;}

a.decouvrir:hover {border: #fff solid 2px;
	         background-color: #fff;
             text-decoration: none;
             color: #000;}

/*Index carte*/

  .map-container {
    position: relative;
    max-width: 1920px; /* max width for map container */
    width: 100vw;
  }
  .map-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .map-button {
    position: absolute;
    border: none;
	color: #000;
    background-color: #fff;
	text-decoration: none;
    padding: 8px 14px;
    font-size: 12px;
    cursor: pointer;
    user-select: none; 
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .map-button:hover {
    background-color: #000;
	color: #fff;
  }

  a.numero {text-decoration: none;
            color:#000;
            font-family: 'baikalexpanded_medium';
            text-transform: uppercase!important;}

  a.numero:hover {text-decoration: none;
                  background-color: #000;
	              color: #fff;
                  font-family: 'baikalexpanded_medium';
                  text-transform: uppercase!important;}

  #button1 {
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
  }

  #button2 {
    top: 78%;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  #button3 {
    top: 63%;
    left: 37%;
    transform: translate(-50%, -50%);
  }

  #button4 {
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #button5 {
    top: 75%;
    left:35%;
    transform: translate(-50%, -50%);
  }

  #button6 {
    top: 80%;
    left: 38%;
    transform: translate(-50%, -50%);
  }

  #button7 {
    top: 83%;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  #button8 {
    top: 85%;
    left: 40%;
    transform: translate(-50%, -50%);
  }

  #button9 {
    top: 73%;
    left: 27%;
    transform: translate(-50%, -50%);
  }

  #button10 {
    top: 80%;
    left: 33%;
    transform: translate(-50%, -50%);
  }

	
	


  /* Smaller screen adjustments */
  @media (max-width: 400px) {
    .map-button {
      font-size: 12px;
      padding: 6px 10px;
    }
  }





/*Page Cabane N01*/

.bg-ascension-1 {background-image:url("../images/diplome/ascensions/2005_sustlihuthe_chemin_1.jpg");
	          background-repeat: no-repeat;
	          background-size: cover;
              width: 100%;
              height: 100%;
              position:absolute;
              top: 0;
              left: 0;
              background-position: center;
              z-index: -1;}

/*Page Cabane N02*/

.bg-ascension-2 {background-image:url("../images/diplome/ascensions/2006_cabane_mont_fort_chemin_1.8.jpg");
	          background-repeat: no-repeat;
	          background-size: cover;
              width: 100%;
              height: 100%;
              position:absolute;
              top: 0;
              left: 0;
              background-position: center;
              z-index: -1;}


/*Page Cabane N03*/

.bg-ascension-3 {background-image:url("../images/diplome/ascensions/2007_cabane_lammerenhute_hotel_schwarenbach_chemin_1.10.jpg");
	          background-repeat: no-repeat;
	          background-size: cover;
              width: 100%;
              height: 100%;
              position:absolute;
              top: 0;
              left: 0;
              background-position: center;
              z-index: -1;}


/*Page Cabane N04*/

.bg-ascension-4 {background-image:url("../images/diplome/ascensions/2010_bächlitalhütte_chemin_1.7.jpg");
	          background-repeat: no-repeat;
	          background-size: cover;
              width: 100%;
              height: 100%;
              position:absolute;
              top: 0;
              left: 0;
              background-position: center;
              z-index: -1;}


/*Page Cabane N05*/

.bg-ascension-5 {background-image:url("../images/diplome/ascensions/2012_grimentz_cabane_becs_bosson_chemin_1.6.jpg");
	          background-repeat: no-repeat;
	          background-size: cover;
              width: 100%;
              height: 100%;
              position:absolute;
              top: 0;
              left: 0;
              background-position: center;
              z-index: -1;}


/*Page Cabane N06*/

.bg-ascension-6 {background-image:url("../images/diplome/ascensions/2013_cabane_grand_mountet_chemin_2.6.jpg");
	          background-repeat: no-repeat;
	          background-size: cover;
              width: 100%;
              height: 100%;
              position:absolute;
              top: 0;
              left: 0;
              background-position: center;
              z-index: -1;}


/*Page Cabane N07*/

.bg-ascension-7 {background-image:url("../images/diplome/ascensions/2014_cabane_panossiere_chemin_2.2.jpg");
	          background-repeat: no-repeat;
	          background-size: cover;
              width: 100%;
              height: 100%;
              position:absolute;
              top: 0;
              left: 0;
              background-position: center;
              z-index: -1;}



/*Page Cabane N08*/

.bg-ascension-8 {background-image:url("../images/diplome/ascensions/2015_mont_rose_chemin_1.5.jpg");
	          background-repeat: no-repeat;
	          background-size: cover;
              width: 100%;
              height: 100%;
              position:absolute;
              top: 0;
              left: 0;
              background-position: center;
              z-index: -1;}



/*Page Cabane N09*/

.bg-ascension-9 {background-image:url("../images/diplome/ascensions/2016_fenestral_chemin_1.12.jpg");
	          background-repeat: no-repeat;
	          background-size: cover;
              width: 100%;
              height: 100%;
              position:absolute;
              top: 0;
              left: 0;
              background-position: center;
              z-index: -1;}



/*Page Cabane N10*/

.bg-ascension-10 {background-image:url("../images/diplome/ascensions/2019_louvie_chemin_1.jpg");
	          background-repeat: no-repeat;
	          background-size: cover;
              width: 100%;
              height: 100%;
              position:absolute;
              top: 0;
              left: 0;
              background-position: center;
              z-index: -1;}



/*image background - page détail*/
.ascension {position: relative;
  height: 70vh;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden!important;
  display: flex;
  flex-direction: column;
  justify-content: center;}



/*Page Préparation*/

.contain {
  position: relative;
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.contain:hover .overlay {
  opacity: 1;
}

.lineb {width: 100%;
           border-top: solid #000 2px;}
