/* -------------- DEBUG -----------*/
nav{
    /* display: none; */
}
.debug-div{
    display: none;
    /* display: block;
    position: fixed;
    right: 20px;
    bottom: 0px;
    width: 200px;
    padding: 16px;
    text-align: center;
    z-index: 80;
    color: black;
    background-color: white; */
}

.debug-div h3{
    /* font-weight: bold; */
}

.wrapper{
    border: none !important;
    /* border-top: 1px dashed white;
    border-left: 1px dashed white;
    border-right: 1px dashed white; */
}

.grid-container * {
    /* border: 1px dashed blue; */
}

.flex-centered *{
    /* border: 1px solid blue;   */
}

/* -------------- DEBUG -----------*/


/*
    For Mobile Devices          – 320px     — 480px.
    iPads and Tablets           – 481px     — 768px.
    Laptops and small screen    – 769px     — 1024px.
    Large screens and Desktops  – 1025px    — 1200px.
    TV and Extra Large Screens  – 1201px    > ...
*/


/* MOBILE DEVICES */
@media (min-width:320px) and (max-width: 480px){
    .debug-div{
        color: white;
        background-color: orange;
    }
    .wrapper{
        border-top: 1px dashed orange;
        border-left: 1px dashed orange;
        border-right: 1px dashed orange;
        width: 100%;
    }

    .wrapper-padding{
        margin-left: 10%;
    }

    .grid-container{
        grid-template-columns: 5% 90% 5%;
    }

    .grid-container-wide{
        grid-template-columns: 5% 90% 5%;
    }

    .festival {
        width: 100% !important;
    }
    .spacer-festivales{
        margin : 0px auto 0px auto !important;
    }
    .bottom{
        margin-bottom: 50px;
    }
    .flex {
        flex-direction: column;
    }

    .form-field{
        margin-bottom:5px;
    }

    .form-container{
        width: 100vw;
    }
    .double-section{
        height: 200vh !important;
    }

    .quarter-section{
        height: 150vh !important;
    }

    .container-padding{
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .afiche{
        width: 70%;
    }
	
	.diclaimer-footer h4{
		/* color: red; */
	}

    h4 {
        font-size: calc(10px + 0.390625vw);
    }

    .ronic-faq{
        width: 100% !important;
    }
    .ronic-faq-canvas-modal{
        width: 90% !important;
    }

    .ronic-faq-canvas{
        padding: 0px !important;
    }

    .letter-spacer{
        letter-spacing: unset;
    }

    .spacer{
        margin: 40px auto 10px auto;
    }

    .horizontal-right{
        right: 20%;
     }


     .title {
         flex-direction: column;
     }

     .spacer-20{
        height: 150px;
     }

     .spacer-30{
        height: 230px;
     }

     .title-box-frame{
        width: 100%;
        height: auto;
    }

    .title-box-title {
        text-align: center;
        width: 200px;
        top: -90px;
    }

    .title-box-subtitle{
        line-height: 60px;
    }

    .title-box-subtitle span{
        display: block;
    }

    .center{
        top:60%
    }

    .swipe{
        flex-direction: column-reverse;
    }

    section.half{
        height: 80vh !important;
    }

    section.section-mobile{
        height: 50vh !important;
    }
}

/* IPADS */
@media (min-width:481px) and (max-width: 768px){
    .debug-div{
        color: white;
        background-color: blue;
    }
    .wrapper{
        border-top: 1px dashed blue;
        border-left: 1px dashed blue;
        border-right: 1px dashed blue;
        width: 100%;
    }
    .grid-container{
        /* grid-template-columns: 20% 60% 20%; */
    }
}

/* LAPTOPS */
@media (min-width:481px) and (max-width: 1024px){
    .debug-div{
        color: black;
        background-color: yellow;
    }
    .wrapper{
        border-top: 1px dashed yellow;
        border-left: 1px dashed yellow;
        border-right: 1px dashed yellow;
        width: 100%;
    }

    .wrapper-padding{
        margin-left: 10%;
    }

    .grid-container{
        grid-template-columns: 5% 90% 5%;
    }

    .grid-container-wide{
        grid-template-columns: 5% 90% 5%;
    }

    .festival {
        /* width: 100% !important; */
        height: 300px;
        overflow: hidden;
    }
    .spacer-festivales{
        margin : 0px auto 0px auto !important;
    }
    .bottom{
        margin-bottom: 60px;
    }
    .flex {
        flex-direction: column;
    }
    .form-container{
        width: 100vw;
    }

    .double-section{
        height: 160vh;
    }

    .container-padding{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ronic-faq-canvas-modal{
        width: 90% !important;
    }

    .ronic-faq-canvas{
        padding: 0px;
    }
    
    .ticket-option{
        width: 250px;
        margin: 10px auto;
    }
    .horizontal-right{
       right: 50%;
    }

   
    .title-box-frame{
        width: 85vw;
    }

    .swipe{
        flex-direction: column-reverse;
    }
}

/* COMPUTERS */
@media (min-width:1025px) and (max-width: 1400px){
    .debug-div{
        color: white;
        background-color: pink;
    }
    .wrapper{
        border-top: 1px dashed pink;
        border-left: 1px dashed pink;
        border-right: 1px dashed pink;
        width: 100%;
    }

    .wrapper-padding{
        margin-left: 10%;
    }

    .grid-container{
        grid-template-columns: 30% 40% 30%;
    }

    .grid-container-wide{
        grid-template-columns: 20% 60% 20%;
    }

    .festival {
        min-width: 300px;
    }

    .form-container{
        width: 50vw;
    }

    .form-field{
        margin-bottom:10px;
    }

    .ronic-faq-canvas-modal{
        width: 80% !important;
    }
    .quarter-section{
        height: 120vh;
    }

    .double-section{
        height: 130vh;
    }

    .title-box-frame{
        width: 60vw;
    }
    
    .title-box-frame{
        width: 70vw;
    }
}

/* LAP ALTEA */
@media (min-width:1401px) and (max-width: 1500px){
    .debug-div{
        color: white;
        background-color:  rgb(152, 27, 48);;
    }
    .wrapper{
        border-top: 1px dashed rgb(152, 27, 48);
        border-left: 1px dashed  rgb(152, 27, 48);;
        border-right: 1px dashed  rgb(152, 27, 48);;
        width: 90%;
    }

    .wrapper-padding{
        margin-left: 10%;
    }

    .grid-container{
        grid-template-columns: 35% 30% 35%;
    }

    .grid-container-wide{
        grid-template-columns: 20% 60% 20%;
    }

    .festival {
        min-width: 300px;
    }

    .form-container{
        width: 50vw;
    }

    .form-field{
        margin-bottom:10px;
    }

    .ronic-faq-canvas-modal{
        width: 80% !important;
    }

    .quarter-section{
        height: 120vh;
    }

    .double-section{
        height: 130vh;
    }

    .title-box-frame{
        width: 60vw;
    }
    
}
