/*******************/
/***** General *****/
/*******************/

body{
    font-family: 'Montserrat', sans-serif;
    padding-top: 6rem;
    color: #444;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Caladea', serif;
}

.btn{
    border-radius: .6rem;
}
.btn-primary, .btn-primary:focus{
    border-color: #99120F;
    color: black;
    background-color: #f8e3a1;
    box-shadow: .1rem .1rem .1rem rgba(0,0,0,.5);

}
.btn-primary:hover{
    color: black;
    background-color: #F8C100;
    box-shadow: 0 0 .1rem rgba(0,0,0,.5);
}
.btn-primary:active{
    color: black!important;
    background-color: #F8C100!important;
    transform: scale(.95);
}

/*.modal-header{
    background-color: rgb(50, 18, 15);
    color: #fff;
}

.modal-header .close{
    color: #fff;
}*/
/*.modal-header{
    background-color:#64c2a3
}

.modal-footer{
    background-color: #3d7080;
}*/

/**********************/
/***** Navigation *****/
/**********************/

.topnav{
    z-index: 1041;
}

.navbar{
    background-color: #99120F;
}
.logo{
    font-family: 'Yesteryear', cursive;
    font-size: 1.5em;
    text-shadow: 1px 1px 2px black;
    color: #F8C100;
}
.logo a{
    text-decoration: none;
    color: #F8C100;
}
.brand-infos{
    font-size: 0.8em;
}
.lang-btn img{
    height: 20px;
}

@media screen and (max-width: 575px) { 
    .logo {
        font-size:1em; 
    }
    .brand-infos{
        font-size: 0.6em;
    }
    body{
        padding-top: 5rem;
    }
} 

/******************/
/***** Header *****/
/******************/

header{
    height: 6em;
    color: #fff;
    text-shadow: 1px 1px 2px black;
    background-size: cover;
    background-position: center;
}

header h2{
    font-size: 2.5em;
}


/****** ************/
/***** Partage *****/
/******** **********/

.share{
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1.5em;
    position: fixed;
    top:5.5em;
    left: -.5em;
    overflow: visible;
    width: 3em;
    z-index: 1040;
}

.share-list{
   margin:0;
   padding: 0;
   list-style: none;
}

.share-list li{
    display: list-item;
    margin: 0;
    padding: 0;
    line-height: 1em;
}

.share h4{
    display: none;
    font-size: 1.4em;
}

.share a{
    padding: 0;
    margin: 0;
    font-size: 2em;
    text-shadow: 1px 1px 2px black;
    color: #f8e3a1;
}


.fa-facebook-square{
    color: #3C589A;
}
.fa-twitter-square{
    color: #55ACEE;
}
.fa-instagram-square{
    color: #444;
}
.fa-envelope-square{
    color: #649A3F;
}

@media screen and (max-width: 991px) { 
    .share {
        z-index: 1;
        position: relative;
        width: 100%;
        left:0;
        top:0;
        /*background-color: #99120F ;
        color: #fff;*/ 
    }
    .share a{
        font-size: 3em;
    }

    .share-list li{
        display: inline;
        float: none;
    }

    .share h4{
        display: block;
        padding-bottom: 1em;
    }
} 

/******************/
/***** Footer *****/
/******************/

footer{
    font-size: .8em;
    background-color: #3d7080;
    color: #dddddd;
    padding-top: 1em;;
}

footer a{
    text-shadow: 1px 1px 2px black;
    color: #f8e3a1;
    font-weight: 700;
}

footer a:hover{
    text-decoration: none;
    color: #F8C100;
    font-weight: 700;
}
footer .social{

    font-size: 3em;
}
.newsletter .form-check-label{
    font-size: 0.9em;
}
.footer-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}

/***************/
/*** Contact ***/
/***************/

.contact-infos{
    margin-bottom: 1em;
    background-color: #3d7080;
    padding: 1em;
    color: #eee;
}

/*******************/
/***** Accueil *****/
/*******************/

.carousel-playpause {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators{
    margin-bottom: 2rem;
}

.carousel-caption .logo{
    font-size: 3em;
}
.carousel-caption{
    text-shadow: 1px 1px 2px black;
    right: 0; 
    left: 0;
    bottom: 0;
    padding-bottom: 55px!important;
    background-color: rgba(65, 65, 65, 0.5);
}
.carousel-caption a{
    text-shadow: none;
}

@media screen and (max-width: 767px) { 
    .carousel-caption{
        height: 100%;
    }
    .carousel-caption h2{
        font-size: 1em;
    }
    .carousel-caption .logo{
        font-size: 1.5em;
    }
}

@media screen and (max-width: 399px) {
    .hide-mobile{
        display: none;
    }
}

#toggleCarousel{
    background: white;
    border-radius: 100%;
    border: none;
    margin-bottom: 5px;
    font-size: 1.2em;
    width: 2em;
    opacity:.7;
}

#toggleCarousel:hover{
    background-color: #f8e3a1;
}

#toggleCarousel:active{
    outline-style: none;
    background-color: #F8C100;
    border-radius: 100%;
    border: none;
    margin-bottom: 5px;
    font-size: 1.2em;
    width: 1.8em;
    opacity:.7;
}

#toggleCarousel:focus{
    outline-style: none;
}

.festival h2{
    text-align: center;
}

.map{
    text-align: center;
}

.map h3{
    font-size: 1.5em;
}

.map p{
    font-size: 1.2em;
    text-align: center;
}

#map{
    width:100%;
    height: 450px;
    background-color: grey;
}

.homeNavBtn{
    padding: .5em;
}

.homeNavBtn a{
    /*height: 8rem;*/
    border-radius: .25rem;
    padding: 1em;
    /*background-color: #99120F ;*/
    color: #fff;
    text-shadow: 1px 1px 2px black;
    box-shadow: .2rem .2rem .25rem rgba(0,0,0,.5);
    transition: all .2s;
    width: 100%;
}

.homeNavBtn a:hover{
    color: #fff;
    transform: translateY(3px);
    box-shadow: .1rem .1rem .2rem rgba(0,0,0,.5)
}

.homeNavBtn a:active{
    transform: translateY(4px);
    box-shadow: 0 0 0 rgba(0,0,0,.5)
}

.progBtn{
    background-image: linear-gradient(
        to right bottom,
        rgba(153, 18, 15, 0.8),
        rgba(40, 180, 133, 0.8)
        ),
        url(../img/progbtn.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.actuBtn{
    background-image: linear-gradient(
        to right bottom,
        rgba(153, 18, 15, 0.8),
        rgba(40, 180, 133, 0.8)
        ),
        url(../img/actubtn.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.assoBtn{
    background-image: linear-gradient(
        to right bottom,
        rgba(153, 18, 15, 0.8),
        rgba(40, 180, 133, 0.8)
        ),
        url(../img/assobtn.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}


/*********************/
/***** Programme *****/
/*********************/


.programme .nav-pills a{
    color: #99120F;
}

.programme .nav-pills .active{
    background-color: #99120F;
}



.progHeader{
    background-image: linear-gradient(
        to right bottom,
        rgba(153, 18, 15, 0.8),
        rgba(40, 180, 133, 0.8)
        ),
        url(../img/progbtn.jpg);
}

.programme aside{
    margin:-1px 0;
    padding:3em 3% ;
    background-color: black;
    background-image: url(../img/pelliculebg.jpg);
    background-size: 100% 100%;
    background-position: center;
}

.progDayHeader aside{
    padding:2% 3% ;
    background-image: url(../img/pelliculebg.jpg);
    background-size: 100% 800%;
    background-position: center;
}
.programItem{
    padding: 2em;
    background: rgba(40, 180, 133, 0.25);
    border-radius: 0 3% 3% 0;
    box-shadow: .1rem .1rem .1rem rgba(0,0,0,.3);
    height: 100%;
}
.programItem h3{
    text-align: center;
}
.programItem .list-group-item:first-child {
    border-top: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

@media screen and (max-width: 575px){
    .programme .nav-pills h3{
        font-size: 1.1rem;
    }
    .programme .nav-pills>a{
        font-size: .9rem;
    }
}

@media screen and (max-width: 767px) { 
    .progDayHeader aside{
        display: none;
    }
    
    .programItem{
        border-radius: 0 0 3% 3%;
    }
}

.anchor{
    display: block;
    height: 6rem;
    margin-top: -6rem;
    visibility: hidden;
}

/******** Resa Modale *********/*
.resaInfos{
    padding: 1em;
    background-color: #F8C100;
}


/**********************/
/***** Actualites *****/
/**********************/

.newsletter h3{
    font-size: 1.4em;
}

#actualites article{
    padding: .5em;
}
.actuItem{
    padding: 0 0 .5em 0;
    background: rgba(40, 180, 133, 0.302);
    border-radius: 3%;
    box-shadow: .1rem .1rem .1rem rgba(0,0,0,.3);
}
.actuItem img{
    border-radius: 3% 3% 0 0;
}
.actuItem .actuDate{
    padding: 0 0.5em;
    font-size: 0.8em;
    color: #555;
    text-align: left;
}
.actuItem p{
    padding: 0 0.5em;
    text-align: left;
}

.actusHeader{
    background-image: linear-gradient(
        to right bottom,
        rgba(153, 18, 15, 0.8),
        rgba(40, 180, 133, 0.8)
        ),
        url(../img/actubtn.jpg);
}

.page-link:hover {
    color: #99120F;
    background-color: #f8e3a1;
}
.page-link{
    color: #99120F;
}
.page-item.active .page-link {
    z-index: 3;
    color: #99120F;
    background-color: #F8C100;
    border-color: #F8C100;
}


/***********************/
/***** Actu Single *****/
/***********************/
.actu1Header{
    background-image: linear-gradient(
        to right bottom,
        rgba(153, 18, 15, 0.8),
        rgba(40, 180, 133, 0.8)
        ),
        url(../img/actus/popcorn.jpg);
}
.actuSection .pubDate{
    font-size: 1em;
}

/***********************/
/***** Association *****/
/***********************/

.assoHeader{
    background-image: linear-gradient(
        to right bottom,
        rgba(153, 18, 15, 0.8),
        rgba(40, 180, 133, 0.8)
        ),
        url(../img/assobtn.jpg);
}


/***************/
/***** CGU *****/
/***************/

.cguSection h3{
    margin-top: 2em;
}

.cguHeader{
    background-image: linear-gradient(
        to right bottom,
        rgba(153, 18, 15, 0.8),
        rgba(40, 180, 133, 0.8)
        ),
        url(../img/CGU.jpg);
}