/* cmsms stylesheet: BS_Baniere_MOBILE modified: 08/11/2019 11:20:23 */
#slides {
    display: none;
}
header{
    margin-bottom:3px;
}

#banner{
    display:none;
}
#smallbanner{
    display: none;
}
/* cmsms stylesheet: BS_News_Mobile modified: 23/08/2019 08:12:37 */
/**     Bloc d'une news
	avec des petits marges exterieures et interieures
 **/
.NewsSummary {
    margin: 10px 10px 20px 10px;
}


/**  enlever les marges exterieures et interieures de la zone des news **/
.news{
	margin: 0px;
	padding:0px;
}
/* cmsms stylesheet: BS_structure_Mobile modified: 08/11/2019 11:19:35 */
body,html{
    padding: 0px;
}

header{
    height: 125px;
    position:absolute;
}

#content{
    margin-top:130px;
    padding-right: 15px;
    padding-left:10px;
    font-size: 20px;
}
#content h1{
    font-size: 26px;
}
#content h2{
    font-size: 22px;
}
#content h3{
    font-size: 21px;
}
/* cmsms stylesheet: BS_footer_Mobile modified: 12/11/2019 10:53:56 */
footer{
    max-width: 900px;
    height: 250px;
    font-size: 19px;
    margin-top : 0px
}

footer .social_network, footer .adresse, footer .contact{
    float:none;
    width:auto;
    font-size:13px;
}
 
footer .btn{
   width: 50px;
   height: 50px;
}

footer .copyright{
  font-size:14px;
  float:none;
}

footer .soutien{
float:none;
font-size:14px;
}

footer .social_network{
  margin-top: 10px;
  padding-top:10px;
  padding-bottom:10px;
  clear:both;
  border-top:solid 1px white;
}
footer .adresse{
  width:50%;
  float:left;
  font-size:8px;
}
footer .contact{
  font-size:8px;
  margin-top:0px;
  padding-top:1px;
 border-right:solid 0px #e1001a;
}
/* cmsms stylesheet: BS_Menu_Mobile modified: 08/11/2019 10:23:11 */
#burger_ico span{
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  background: #C70017;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  z-index:3;
}

/** Positionnement des éléments du burger **/
#burger_ico span:nth-child(1) {
  top: 0px;
}

#burger_ico span:nth-child(2),#burger_ico span:nth-child(3) {
  top: 20px;
}

#burger_ico span:nth-child(4) {
  top: 40px;
}

/** Positionnement des éléments du burger si buger_ico class=open**/
#burger_ico.open span{
background:white;
}
#burger_ico.open span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 50%;
}

#burger_ico.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#burger_ico.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#burger_ico.open span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
}

#menu{
  height: 0px;
  width: 100%;
  z-index: 2; 
  position:absolute;
  left: 0;
  top: 0;
  right:0;
  /*background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);*/
  background-color:#D40017;
  overflow:hidden;
  margin-left:0px;
}

#burger_btn{
    display:block;
}
#menu.open{
    display:block;
    transition: all .3s ease; 
    transform:scaleY(1);
}

#menu ul{
    float:none;
    padding-left:0px;
    padding-top:0px;
    margin:0px;
    width:100%;
    height:100%;
}

#menu ul li {
    width:100%;
}

#menu ul li label{
    padding-top:16px;
    padding-bottom:16px;
    border-top: 1px #FFF solid;
}

#menu ul li a{
    height:100%;
    width:100%;
    padding-top:0px;
    padding-bottom:0px;
    color:#FFF;

}

#menu ul li ul{
    transform:scaleY(0);
    overflow:hidden;
    transition: all 0.3s;
}

#menu ul li ul li{
    height:0px;
    overflow:hidden;
    transition: height 0.3s;
}

#maison{
    display: none;
}

.sous_menu{
    display:none;
}

#menu .sous_menu:checked ~ ul{
    transform:scaleY(1);
    transition: all 0.3s;
}

#menu .sous_menu:checked ~ ul li{
    height:70px;
    transition: height 0.3s;
}

#menu a,  #menu li, #menu .sectionheader{
    width: 100%;
    margin-top: 0px;
    font-size:16pt;
    text-align:center;
    color:white;
    text-decoration:none;
}

#menu .sectionheader:last-of-type label{
    border-bottom: 0px;
}

#menu .sectionheader{
   border-bottom:0px solid white;
}

#menu label{
   display:block;
padding-bottom:8px;
}

#menu a, #menu li{
    width: 100%;
    display:block;

    
}
#menu #maison{
display:none;
}

#menu label .fleche_menu_mobile{
    margin-left: 10px;
    width:10px;
    transform: rotate(0deg);
    transition: all .3s;
    margin-bottom:4px;
}

#menu .sous_menu:checked ~ label .fleche_menu_mobile {
    transform: rotate(180deg);
    transition: all .3s;
}


#titre{
font-size:28px;
text-align:left;
}


nav#menu ul li.sectionheader ul li span{
   display: block;
   margin-bottom: -1px;   
   line-height:70px;
   height:70px;

}

nav#menu ul li.sectionheader ul li span a{
   display:inline-block;
   background-color: inherit;
   vertical-align:middle;
   line-height:1.2em;
   height:auto;
   font-size:14pt;

}

nav#menu ul li.sectionheader ul li span a div#petiteBordure{
   width: 75%;
   margin-left: auto;
   margin-right: auto;
   border-bottom: 3px solid #C70017;
   /*height: 60px;*/
   padding-top: 18px;
   padding-bottom: 0px;
   
}

nav#menu ul li.sectionheader ul li:last-of-type span a div#petiteBordure{
   border-bottom: 0px;
}
#menu ul li:nth-child(1) span a{
padding-bottom:16px;
}
#menu ul li ul li:nth-child(1) span a{
border:none;
}
/* cmsms stylesheet: BS_Baniere_PC modified: 08/11/2019 09:19:09 */
#slides {
  width: 100%;
  height: 104px;
  display: block;
  overflow:hidden;
}
#slides img{
 width: 400px;
 left:0px;
}

#caption{
  display: none;
}
/* cmsms stylesheet: BS_Live_Mobile modified: 08/11/2019 09:48:39 */
#icone #heure, #icone #col_right, #icone #pistes, #icone #neige{
    display: none;
}
#icone #temps, #icone #temperature{
    display: inline-block;
}
#icone #col_left{
    margin-top: 5px;
    margin-bottom: 5px;
}

#icone{
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -28px;
    background: white;
    height: 53px;
    width: 100px;
    float: none;
}

#icone .dropbtn {
    font-weight: bold;
    margin-top: -20px;
    margin-left: -5px;
    height: 70px;
    width: 100px;
}

#icone .dropbtn p {
    display: inline;
    font-size: 12pt;
}

#icone .dropbtn #fleche_live {
    display: inline;
}

#icone .dropbtn #fleche_live img {
    height: 14px;
    transition: transform .5s;
}

.dropdown-content {   
    display : none;
    height:100%;
    width:100%;   
    position:relative;
    margin-top:128px;
    background: #C70017;
    opacity:0;
    z-index:1;
    padding-bottom:10px;
}

.dropdown-content #webcam{
    padding: 8px 8px 0px 8px;
    text-align: center;
}


/** Zone météo **/

.dropdown-content #meteo #col_left{     
    background: white;
    text-align: center;
    padding:10px;
    border: solid #C70017;
    border-width: 5px 8px 5px 8px;

}

.dropdown-content #meteo #col_right{   
    background:white;
    padding:10px;
    border: solid #C70017;
    border-width: 5px 8px 0px 8px; 

}


.dropdown-content #meteo #col_right #date{   
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.dropdown-content #meteo #col_right #neige, .dropdown-content #meteo #col_right #pistes{
    border: none;
}

.dropdown-content #meteo #col_left #heure{
    font-weight:bold;
}
.dropdown-content #meteo #col_left #temps{
display:inline;
}
.dropdown-content #meteo #col_left #temperature{
display:inline;
font-weight:bold;
}

.dropdown-content #meteo #neige, .dropdown-content #meteo #pistes{        
    padding: 10px;
    text-align: initial;
    background:white;
    border-left:solid 8px #C70017;
    border-right:solid 8px #C70017;
}

/** Zone installations **/

.dropdown-content #installations{
    background: white;
    padding: 20px;
    margin-top:5px;
    border: solid #C70017;
    border-width: 5px 8px 5px 8px;
}

.dropdown-content #installations #teleskis table{
   width:100%;
}

.dropdown-content #installations #teleskis table td{
   padding-left:0px;
}

.ico_tele{
   width:10px;
}

#cam {
   width: 100%;
}
@Keyframes fade-in{
from{opacity:0;}
to{opacity:1;}
}
/* cmsms stylesheet: BS_header_Mobile modified: 08/11/2019 10:21:41 */
#center{
    height: auto;
}

#titre{
    background: white;
    position: absolute;
    top:0px;
    padding-left: 0px;
    right: 0px;
    color:#e1001a;
    text-align:center;
    padding:-3px 0px;
    display: block;
    width: 100%;
    line-height: 40px;
    height: 40px;
}

/*HEADER */
#logo{
    position: absolute;
    top: 40px;
    height: 100px;
    float: none;
}

/*HEADER */
#logo img{
    height: 80px;
}

/*HEADER */

header #burger_switch #burger_ico{
    height:50px;
    width:50px;
}

#burger_switch{
    position: absolute;
    right: 20px;
    top: 50px;
    margin-left: -40px;
    background: white;
    height: 60px;
    width: 60px; 
}

#img_burger{
    display: block;
}
#headerCenter{
text-align:justify;
}
/* cmsms stylesheet: BS_pages_mobile modified: 03/12/2019 12:47:44 */
#content #teleskis{
padding-left:0px;
}
#content #teleskis td img{
margin-left:0px;
}
#content #restauration img{
width:auto;
}
#content #DDnuitid, #DDNuitidVideo{
width:100% ;
}
iframe{
height: 360px;
}
img{
max-width:100%;
height:auto;
}
/* cmsms stylesheet: BS_Calendar_mobile modified: 15/11/2019 08:18:22 */
#content #event_list.calendar-list .calendar-event{
padding:0px;
}
