
.selectparcours{
    overflow: auto;
    
    z-index: 1;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 30px auto 0;
    
    
    padding: 10px;
    text-align: center;
    
    
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

}

.selectparcours.main{
    height: auto;
}
.selectparcours.intro{
    margin-top: 10vh;
}

.parcoursTitle {
    font-size: 35px;
    text-align: left;
    text-align: center;
}

.parcoursSubTitle {
    font-size: 24px;
    margin-top: 2px;
}

.popupText {
    text-align: left;
}

.logoLoire {
    height: 8vh;
    width:auto;
}

.logoUE {
    height: 20vh;
    width:auto;
}

.clickableText:hover {
    cursor:  pointer;
}

.clickableText {
    font-size: 16px;
    color: black;
    background: #ccc;
    padding: 2px;
    margin: 2px;
}

.newsFrame {
    width:80vw;
    max-width:330px;
}
.newsFrameResponsive {
    width:80vw !important;;
    max-width:330px;
}
.logoText {
    color: #166cb6;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: auto;
}


.paddingRight {
    padding-right: 4vw;
}

.marginbot {
    margin-bottom: 2vh;
}

.inner{
    position: relative;
    padding:14px;
}

.itemleft, .itemright{
    padding:10px 15px;
    display:inline-block;
    background-color:white;
    font-weight: bolder;
    border-radius: 3px;
    width:400px;
    font-size:24px;
    transition: 0.3s all;
    border:1px solid white;
    margin-top: 1px;
    color: black;
}

.frame-container.open{
    background-color: transparent !important;
}
.itemleft:hover, .itemright:hover{
    cursor: pointer;
    background-color: black;
    
    color:white;
}
.hidewindow img{
    width:20px;
    height: 20px;
}
.hidewindow{
    cursor: pointer;
    position: absolute;
    top:13px;
    right:13px;
    font-weight: bold;
}
.super-header {
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:55px;
    background-color:black;
    color:white;
    text-align: center;
    font-size:20px;
    z-index:1;
}
.selectparcours.main {
    line-height: 140%;
}
.super-header a {
    color:white;
    left:0px;
    position: absolute;
    width: 100%;
    top: 15px;
    text-decoration: none;
}
.super-header .verybig {
    font-size:26px;
}
.sub-header{
    position: absolute;
    top:55px;
    height: 40px;
    width:100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 8090;
    color:white;
    text-align: right;
    padding-right: 15px;
    box-shadow: -10px 2px 2px rgba(0, 0, 0, 0.4);
}
.parcours-icon, .news-icon, .equipe-icon, .don-icon{
    color: white;
    cursor: pointer;
}
.subitem-container{
    padding-right: 15px;
    display: block;
}
.sub-item a{
    text-decoration: none;
    color: white;
}
.sub-item{
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom:13px;
    padding-top:12px;
    transition:0.3s all;
    line-height: 40px;
    margin: 0 5px;
}
.sub-item.selected, .sub-item:hover, .sub-item.selected a, .sub-item:hover a{
    background-color: white;
    color: black !important;
}
.sub-item.parcours-icon, .sub-item.news-icon{
    position: relative;
}
.sub-item.parcours-icon iframe, .sub-item.news-icon iframe{
    
    border: none;
    background: none;
    outline: none;
    height: 100%;
    width: 100%;
    overflow: scroll;
    
}

.sub-item.parcours-icon div, .sub-item.news-icon div{
    position: absolute;
    transition: 0.3s all;
    top: 40px;
    height: 250px;
    left: -55px;
    width: 330px;
    display: inline-block;
    background-color: white;
    display: none;

}
.sub-item.parcours-icon div.open, .sub-item.news-icon div.open{
    display: block;
}


.mainmenu{
    position: absolute;
    top: 40px;
    background-color: rgba(255,255,255,0.6);
    color: black;
    width: 268px;
    text-align: left;
    height: auto;
    left: -288px;
    transition:0.3s all;
    overflow: auto;
    z-index: 8080;
    
}
.fancyFiche{
    visibility: hidden;
    transition: 0.1s all;

}

.mainmenu ul{
    list-style: none;
    text-indent: 0;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.addpad{
    margin: 10px;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.mainmenu ul li{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    text-align: left;
    line-height: 1.2;
    font-size: 13px;
}
.mainmenu ul li:last-child{
    border: none;
}
.mainmenu ul li span{
    margin-right: 10px;
    padding-left: 10px;
    font-weight: bold;
    display: block;
}
.mainmenu ul li.lastSeen{
    background-color: rgba(59, 59, 61, 0.9);
    color: white;
    transition:0.1s all;
}
.mainmenu ul li.lastSeenSection{
    background-color: rgba(59, 59, 61, 0.46);
    color: white;
    transition:0.1s all;
    
}
.mainmenu ul li.chapter{
    text-decoration: underline;
    font-weight: bold;
}
.mainmenu ul.sublist li span{
    padding-left: 15px;
    font-size: 11px;
    font-weight: normal;
}
.mainmenu ul li.seeplan a{
    text-decoration: none;
    color:black;
    text-transform: uppercase;
}
.mainmenu ul.clickable li:hover a{
    color: white;
}
.mainmenu ul.clickable li:hover{
    
    cursor: pointer;
    background-color: rgba(59, 59, 61, 0.7);
    color: white;
    transition:0.1s all;
}
.mainmenu ul.clickable ul.sublist li{
    border-bottom: none;
}
.mainmenu ul.clickable ul.sublist li:last-child{
    border-bottom: 1px solid white;
}
.mainmenu.open{
    display: block;
    left:0px;
}

.bottomParcoursStepsContainer, .topParcoursProgress{
    display: none;
    z-index: 1;  
}
.bottomParcoursStepsContainer{
    position: absolute;
    left:0px;
    bottom:28px;
    width:100%;
    z-index: 8040;
}
.topParcoursProgress{
    position: absolute;
    left: -2px;
    z-index: 8090;
    top: 63px;
    height: 50px;
}
.bottomParcoursStepsContainer iframe{
    height: 55px;
    width:100%;
    border: none;
    background: none;
    outline: none;
}

.topParcoursProgress iframe{
    border: none;
    background: none;
    outline: none;
    height: 40px;
    margin-top: -8px;
}



.rightmenu.open{
    display: block;
}

.fancybox-skin{
    background-color: rgba(0,0,0,0.75) !important;
    color: white;
}
    
.scrollable {
    max-height: 40vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.subitem-container-responsive, .menu-responsive, .frame-container.Responsive.open, .responsive{
    display: none;
}
.menu-responsive {
    display:none;   
}


.sub-header.landscape{
    top: 0px;
}
.topParcoursProgress.landscape{
    top: 6px;
}

@media screen and (max-width: 1630px) {
    .fancyFiche.mainmenuopen{
        left: 300px !important;
    }

}
@media screen and (max-width: 1000px) {

    .parcoursTitle {
        font-size : 35px;
    }

    .itemright, .itemleft {
        padding: 15px;
        font-size: 14px;
    }

    .selectparcours {
        width: 80%;
        left: 10%;
        top: 5%;
    }

    .bottom-popup {
        
    }
}

@media screen and (max-height: 820px) {

    .bottom-popup {
        
    }
}