/* cmsms stylesheet: BS_Live modified: 08/10/2020 09:19:15 */
#icone #heure, #icone #col_right, #icone #pistes, #icone #neige{
    display: none;
}
#icone #temps, #icone #temperature{
    display: inline-block;
}
#icone #col_left{
    line-height: 100px;
    margin-bottom: 5px;
}
#icone{
    height: 100px;
    width: 150px;
    float: right;
    background: white;
    text-align: center;
/*    margin-right:5%;*/
}

#icone .dropbtn {
    height: 100px;
    display: block;
    font-size: 22px;
    margin-top: -18px;
    line-height: 30px;
    font-weight:bold;
    padding-top: 20px;
}

#icone .dropbtn p {
    line-height: 20px;
    font-size: 12pt;
    margin: 5px;
    display: inline;
}

#fleche_live {
    display: inline;
}

#fleche_live img {
    height: 17px;
    transition: transform .5s;
}

#icone #meteo, #icone #meteo #col_left {
    line-height: 20px;
}

#icone #meteo #col_left {
    margin-top: 18px;
}
header .dropdown-content {
    opacity: 0;
    position: absolute;
    background-color: #e1001a;    
    width: 1000px;    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
    padding-top: 5px;
    padding-bottom:1px;
    height:260px;
    float:right;
    right:350px;
    top:100px;
    text-align: justify
}
.dropdown-content #webcam{
    background: white;
    height:255px;
    width: 345px;
    float: left;
    margin: 0px 0px 0px 5px;

}

.dropdown-content #test{
    float: left;
    display: block;
    width: 40px;
    margin-top: 40px;
    margin-left: 40px;
}

/** Zone météo **/
.dropdown-content #meteo{
    margin: -10px 5px 5px 355px;
    background-color: white;
    height: 115px;
    font-family: Arial, sans-serif;  
    font-weight:bold;   
}

.dropdown-content #meteo #col_left #temps{
    float:left;
    width:50px;
    margin-top:15px;
margin-left:15px;
}
.dropdown-content #meteo #col_left #temperature{
    margin-top:20px;
    width:50%;
    margin-left:55px;
    font-size:34px;
}
 
.dropdown-content #meteo #heure{
    margin-top: 10px;
    font-weight: bold;
}
.dropdown-content #meteo #date{
    text-align: left;
    font-size:18px;
    font-weight: bold;
margin-top:10px;
padding-top:10px;
}
.dropdown-content #meteo #col_left{
    float:left;
    width: 170px;
    padding-left:20px;
    
   
}

.dropdown-content #meteo #neige, .dropdown-content #meteo #pistes{
    margin-left:180px;
    padding:3px 0px;
    font-weight: bold;
}

.clear{
    clear: both;
}

/** Zone installations **/
#img_tele{
    padding-left:20px;
    height:100%;    
}

#img_tele b.titre{
    padding: 10px 0px 20px 0px;
    text-align: center;
    display:block;
    width:100%
    
}
.dropdown-content #installations{
    margin:0px 5px 0px 355px;
    background-color: white;
    height: 135px;
    font-family: Arial, sans-serif;     
}
.dropdown-content #installations #img_tele{
    float:left;
    width:120px;
}
.dropdown-content #installations #img_tele img{
margin-left:35px;
margin-top:10px;
}
.dropdown-content #installations #teleskis table td{
    text-align: left;
    padding-left:20px;
    line-height:20px;
    font-weight: bold
}
.dropdown-content #installations #teleskis table{
padding-left:25px;
}
#teleskis{
height: 200px;
padding-top:10px;
}
.ico_tele{
    height: 16px;
    margin-right: 5px;
}

@Keyframes fade-in{
from{opacity:0;}
to{opacity:1;}
}

#cam {
  width: 100%;
  height:255px;
}

#texte{
font-weight:normal;
}
/* cmsms stylesheet: BS_webcams modified: 12/11/2019 07:45:30 */
#webcams img#cam{
width:auto;
margin-left: 0px;
position: relative;
transition : box-shadow 0.5s, margin 0.5s;
}
#webcams h1{
margin-top: 50px;
text-align:left;
font-size:20px;
text-align:center;
}
#webcams img#cam:hover{
box-shadow : -25px 10px 25px 5px #CCC;
margin-left: 25px;
}
.webcam{
float:left;
width : 50%;
text-align:center;
}
.galleryclear {
        position: relative;
        width: 90%;
	clear: both;
}
