*, *:before, *:after{
    box-sizing:border-box;
}
html, body{
    max-width:100vw;
    overflow-x: hidden;
    font-size:16px;
    font-weight:400;
    font-family:'Lato', sans-serif !important;
}

a{
    color:#ff3d00;
}
a:hover, a:focus{
    color:#da2428;
    text-decoration:none;
}
.c-tonic{
    color:#ff3d00 !important;
}
.bg-tonic{
    background-color:#ff3d00 !important;
}

.fullsize{
    height:100vh;
}
.vertical-center{
  display: flex;
  align-items: center;
}
.horizontal-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

img{
    overflow:hidden;
    margin:0;
}
figure{
    margin:0;
}

.pt-6{
    padding-top:60px !important;
}
.pt-8{
    padding-top:80px !important;
}
.pb-6{
    padding-bottom:60px !important;
}
.pb-8{
    padding-bottom:80px !important;
}
.mt-6{
    margin-top:60px !important;
}
.mb-6{
    margin-bottom:60px !important;
}
.mt-8{
    margin-top:80px !important;
}
.mb-8{
    margin-bottom:80px !important;
}
.mt-9{
    margin-top:90px !important;
}
.mb-9{
    margin-bottom:90px !important;
}



.btn{
    border:none;
    font-weight:400;
    font-size:18px;
    padding:12px 16px;
    box-shadow:none !important;
    background:transparent;
    outline:none !important;
}
.btn:hover{
    cursor:pointer;
}
.btn-primary{
    background-color:#ff3d00;
}
.btn-primary:hover, .btn-primary:focus{
    background-color:#dadada;
    color:#ff3d00;
}


.form-control, select.form-control:not([size]):not([multiple]){
    border:none;
    font-family:'Lato', sans-serif;
    font-size:16px;
    font-weight:300;
    height:30px;
    padding:0 12px;
    line-height:30px;
}

.w100{
    font-weight:100;
}
.w300{
    font-weight:300;
}
.w400{
    font-weight:400;
}
.w700{
    font-weight:700;
}
.w900{
    font-weight:900;
}



.section-spacing{
    padding:80px 0;
}
.section-heading h3{
    text-transform:uppercase;
    font-size:30px;
    font-weight:400;
    color:#ff3d00;
}
.section-heading hr{
    width:150px;
    margin:30px auto;
    background-color:#000;
    height:4px;
}


#programme, #legals{
    background:#262b36;
    color:#fff;
}


/**
* BILLETTERIE
*/
#billetterie{
    background:#dddddd;
}
#billetterie aside{
    background-image:url('../img/billetterie.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50%;
    height:500px;
}
#billetterie .pastille-prix{
    border-radius:50%;
    background-color:#ff3d00;
    width:65px;
    height:65px;
    line-height:65px;
    text-align:center;
    color:#fff;
    font-size:25px;
    font-weight:300;
}
#billetterie .btn-primary{
    padding:0 12px;
    height:30px;
    line-height:30px;
    font-size:16px;
}
#billetterie .btn-primary:hover{
    background-color:#da2428;
    color:#fff;
}
#billetterie h5{
    font-size:22px;
    text-transform:uppercase;
}
.small-text{
    font-size:14px;
}
#billetterie .slim-gutter{padding-left:5px; padding-right:5px;}

/**
* CONFERENCIERS
*/
#conferenciers figure{
    position:relative;
}
#conferenciers figcaption{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}
#conferenciers p{
    width:70%;
    margin: 0 auto;
}
#conferenciers .customfigure{
    position:relative;
    margin-bottom:45px;
}
#conferenciers .customfigure-img{
    cursor:pointer;
    height:250px;
    overflow:hidden;
}
.conferencier{
    padding:0 !important;
}

@keyframes imgAnim{
    0% { filter:grayscale(0); }
    100% { filter:grayscale(100); }
}

#conferenciers .customfigure-img:hover{
    animation:imgAnim 2s;
}
#conferenciers .customfigure-caption{
    position:absolute;
    bottom:-45px;
    left:0;
    width:100%;
    text-align:center;
}
#conferenciers .customfigure-caption span{
    display:inline-block;
    line-height:25px;
    padding:10px 20px;
    text-transform:uppercase;
    color:#fff;
    font-weight:100;
    font-size:25px;
    background-color:#272b36;
}
#conferenciers .btn-primary{
    font-size:16px;
}


/**
* PROGRAMME
*/
#programme h4{
    text-transform:uppercase;
    font-weight:300;
    font-size:25px;
}
#programme p, #presentation p{
    font-weight:300;
    line-height:25px;
    font-size:16px;
}
#programme .section-heading h3{
    color:#fff;
}
#programme .section-heading hr{
    background-color:#ff3d00;
}


/**
* PRESENTATION
*/
#presentation aside img{
    width:100%;
    height:auto;
}
#presentation h3{
    font-size:25px;
    text-transform:uppercase;
}


/**
* CONTACT
*/
#contact h4{
    text-transform:uppercase;
}
#contact h5{
    font-size:18px;
}
#contact i{
    display:inline-block;
    margin-right:5px;
}

/**
* MAP
*/
#map{
    height:500px;
}


/**
* LEGALS
*/
#legals p{
    color:#dadada;
}


/**
* NAV
*/
#nav{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background-color:#fff;
}
#nav .navbar-toggler{
    position:absolute;
    top:10px;
    right:10px;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    padding:0;
    border:none;
}
#nav .navbar-brand{
    text-transform: uppercase;
    font-size:25px;
    color:#000;
}
#nav .nav-item{
    font-size:16px;
    position:relative;
    cursor:pointer;
}
#nav .nav-item.active .nav-link{
    color:#ff3d00;
}
#nav .nav-link{
    color:#000;
    padding:0.5em 30px;
}
#nav .nav-item:hover .nav-link{
    color:#757575;
}


/**
* ACCUEIL
*/
#accueil{
    background-image:url('../img/header_effet.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    color:#fff;
    position:relative;
}
#accueil h2{
    font-size:16px;
    text-transform:uppercase;
}
#accueil h1{
    font-size:42px;
    text-transform:uppercase;
}
#accueil .subtitle{
    width:100%;
    text-align:center;
    line-height:25px;
    padding:0 16px;
    font-size:14px;
    text-transform:uppercase;
}
#accueil .subtitle i{
    font-size:10px;
}
#accueil .accueil-wrapper{
    display:inline-block;
    width:auto;
    max-width:100%;
    margin:0 auto;
}

.btn-icon{
    background-color:transparent;
    border:none;
    outline:none;
    color:#fff;
    font-size:100px;
    display:block;
    width:180px;
    height:180px;
    text-align:center;
    position:absolute;
    bottom:0;
    left:calc((100% - 180px) / 2);
}
.btn-icon:hover, .btn-icon:focus{
    color:#c4c4c4;
}


/**
* SLIDER
*/

.slider-container{
    position:relative;
}
.slider-action{
    position:absolute;
    display:block;
    width:40px;
    height:60px;
    line-height:60px;
    text-align:center;
    z-index:100;
    top:calc(250px - 30px);
    font-size:60px;
    color:#ff3d00;
    cursor:pointer;
    padding:0;
    margin:0;
}
#slider-previous{
    left:16px;
}
#slider-next{
    right:16px;
}
