@import 'navi.css';
@import 'typo.css';
@import 'layout_mediaqueries.css';

/* I. PreLoad */

#black {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #000;
    z-index: 1000;
}

.arrow{
    width: 100%;
    position: absolute;
    bottom: 5%;
    text-align: center;
}

/* II. Structure */

#fullpage > .container {
    width: 100%;
    padding: 0;
    margin:  0;
}

#section1 .fp-tableCell {
    vertical-align: top;
}

.title {
    margin-top: 80px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 15% 0 15%;
}

#title_start {
    position: relative;
    margin-top: 100px;
    text-align: center;
}

.content {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 15% 0 15%;
    line-height: 26px;
}

.info_box{
    height: 160px;
    margin-bottom: 30px;
    background-color: rgba(0,0,0,0.65);
    border: 1px solid;
    border-color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px;
}

/* III. Visibility */

    /* A - Body */
body{
    background-color: #000;
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: 0!important;
}

    /* B - Button */
.button {
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    border: 1px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
    
    text-align: left;
}

.btn_transparent {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    height: auto;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
}

.btn_mobile{
    text-align: center;
}

.btn_inline {
    padding: 0;
}

.btn_demoplay {
    padding: 0;
}

.pause_btn, .m_pause_btn{
    display: none;
}

.input{
    margin-bottom: 5px;
    border: none;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 3px;
}

.order{
    text-align: center;
}


    /* C - Images */
.CDcover {
    border-radius: 5px;
}

.img_news{
    max-height: 330px;
    border-radius: 5px;
}

.img_gallery{
    border: 1px solid;
    border-color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.img_center{
    text-align: center;
}

.img-responsive{
    display: inline-block;
}

.gallery a {
    float: left;
    padding: 0px 10px 10px 10px;
}


    /* D - Modale */
.modal{
    background-color: black;
    padding: 0!important;
}

.modal-dialog{
    width: 100%;
    margin: auto;
}

.modal-content{
    background-color: rgb(0,0,0);
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    height: 100%;
}

.close, .close:focus, .close:hover{
    color: #FFF;
    opacity: 1;
}