/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/







/*------ PAGES ------*/
#header-outer #logo {
    display: none;
}

#header-outer #top>.container>.row nav {
    margin: 30px 0px;
}

#header-outer.transparent #top nav > ul > li > a, #header-outer.transparent #top nav > .sf-menu > li > a {
    opacity: 1;
}

.container-wrap {
	padding-bottom: 0px;
}

.footer-copyright p {
	font-size: 13px;
}

.footer-copyright p a {
	color: #000000;
}

.footer-copyright p a:hover {
	text-decoration: underline;
}

.txt-intro {
    font-size: 22px;
    line-height: 36px;
}

.formulaire-infolettre > .wpb_wrapper {
    max-width: 1150px;
    margin: 0 auto;
    background: #F37353;
    border-radius: 30px;
    padding: 40px;
}

.one-half,
.one-third {
    position: relative;
    margin-right: 2%;
    float: left;
    max-width: 100%;
    font-size: 17px;
 
}
 
.one-half { width: 49%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}

.formulaire-infolettre input::placeholder {
    color: #000000 !important;
    opacity: 1;
}

.formulaire-infolettre input[type="email"], input[type="text"], .formulaire-infolettre select {
    width: 100%;
    border: none !important;
    border-radius: 10px;
    color: #000000;
    padding: 14px 20px;
    font-family: 'Barlow';
    font-weight: 400;
    font-style: normal;
    font-size: 15px !important;
    background: #ffffff;
}

.formulaire-infolettre form > div {
    margin-bottom: 20px;
}

body[data-form-submit=regular] .container-wrap .formulaire-infolettre .fb-button button {
    font-family: 'Barlow' !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    background: #FDB535 !important;
    padding: 17px 40px !important;
    min-width: 210px !important;
    height: auto !important;
    color: #ffffff;
    border: none;
    transition: all .3s;
    display: block;
    margin-left: auto;
}

body[data-form-submit=regular] .container-wrap .formulaire-infolettre .fb-button button:hover {
    opacity: 1 !important;
    background: #91D1DB !important;

}

body[data-button-style=rounded] .container-wrap .formulaire-infolettre button[type=submit] {
    padding: 20px 40px !important;
    margin-left: auto;
}

body[data-button-style=rounded] .container-wrap .formulaire-infolettre button[type=submit]:hover {
    background: #91D1DB;
    color: #ffffff;
}
 
.formulaire-infolettre form > div.fb-button {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}







/*------ COUNTDOWN ------*/

.decompte-accueil .ycd-simple-countdown-number {
	background: #F37353;
    color: #ffffff;
    font-family: Anton;
    border-radius: 30px;
    letter-spacing: 4px;
}

.decompte-accueil.petit-decompte .ycd-simple-countdown-number {
    font-size: 62px;
    width: 120px;
    height: 120px;
    line-height: 120px;
}

.decompte-accueil .ycd-simple-countdown-label {
	font-family: Barlow;
    font-size: 16px !important;
    line-height: 30px;
    margin-top: 5px !important;
}

.decompte-accueil .ycd-simple-current-unite-wrapper {
	padding: 0px 12px;
}

.decompte-accueil.grand-decompte .ycd-simple-countdown-number {
    font-size: 100px;
    width: 220px;
    height: 220px;
    line-height: 220px;
}

.decompte-accueil .ycd-simple-container {
    transform: scale(1, 1) !important;
}

.decompte-accueil .ycd-simple-container .ycd-simple-mode-textUnderCountdown {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}






/*------ SPECTACLE ------*/

.spectacle-filtres {
	display: flex;
	background: #F37353;
    border-radius: 30px;
    padding: 35px 40px;
    gap: 40px;
    margin-bottom: 80px !important;
}

.spectacle-filtres h5 {
	width: 80px;
    color: #ffffff;
    margin: 0px !important;
}

.spectacle-filtres #spectacle-filters {
	width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
}

.spectacle-filtres .reset-btn-icon {
	min-width: 56px;
	width: 56px;
    height: 56px;
    background: #FDB535;
    border: none;
    padding: 15px;
    border-radius: 10px !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.spectacle-filtres #spectacle-filters select, .spectacle-filtres #spectacle-filters input {
	background: #ffffff;
    border-radius: 10px;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 16px !important;
    height: 56px;
    color: #000000;
}

.spectacle-filtres #spectacle-filters ::placeholder {
	color: #000000;
	opacity: 1;
}

body[data-button-style*="slightly_rounded"] .spectacle-filtres button[type=submit] {
    background-color: #FDB535 !important;
    height: 56px;
    border-radius: 10px !important;
    font-family: 'Barlow';
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 220px;
    transition: all 0.3s ease;
}

body[data-button-style*="slightly_rounded"] .spectacle-filtres button[type=submit]:hover, .spectacle-filtres .reset-btn-icon:hover {
    background-color: #91D1DB !important; 
    opacity: 1;
}

.spectacle-filtres .reset-btn-icon img {
	margin: 0 auto;
}

#spectacle-liste {
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;	
}

#spectacle-liste .spectacle-item {
    width: calc(25% - 15px);	
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

#spectacle-liste .spectacle-item:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#spectacle-liste .spectacle-item .spectacle-img {
    border-radius: 10px;
    overflow: hidden;
}

#spectacle-liste .spectacle-item .spectacle-content {
	padding: 20px 0px 20px 5px;
}

#spectacle-liste .spectacle-item .spectacle-content .nom-artiste {
	margin-bottom: 25px;
	transition: all 0.3s ease;
    font-size: 28px;
    line-height: 40px;

}

#spectacle-liste .spectacle-item:hover .spectacle-content .nom-artiste {
	color: #F37353;
}

#spectacle-liste .spectacle-item .spectacle-content p {
	color: #000000;
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 0px;
    position: relative;
    padding-left: 34px;
    margin-bottom: 12px;
}

#spectacle-liste .spectacle-item .spectacle-content p.spectacle-date {
    margin-bottom: 0px;
}

#spectacle-liste .spectacle-item .spectacle-content .spectacle-ville:before {
	position: absolute;
    content: "";
    background: url("http://drolederabais.agencezeldev.com/wp-content/uploads/2025/07/icon-city.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 23px;
    height: 22px;
    left: 0;
    top: 0;
}

#spectacle-liste .spectacle-item .spectacle-content .spectacle-date:before {
	position: absolute;
    content: "";
    background: url("http://drolederabais.agencezeldev.com/wp-content/uploads/2025/07/icon-date.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 23px;
    height: 23px;
    left: 0;
    top: 0;
}

#spectacle-liste .spectacle-item .spectacle-content .spectacle-lieu:before {
	position: absolute;
    content: "";
    background: url("http://drolederabais.agencezeldev.com/wp-content/uploads/2025/07/icon-seat.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 23px;
    height: 23px;
    left: 0;
    top: 0;
}

#spectacle-liste .spectacle-item .spectacle-content .nom-artiste a {
    color: #000000;
}

#spectacle-liste .spectacle-item .spectacle-content .nom-artiste a:hover {
    color: #f37353;
}

#spectacle-liste .spectacle-item .spectacle-content a.spectacle-btn {
    display: inline-block;
    background-color: #FDB535 !important;
    color: #ffffff;
    border-radius: 10px !important;
    font-family: 'Barlow';
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 10px 30px;
    text-align: center;
    margin-top: 35px;
    width: 100%;
}

#spectacle-liste .spectacle-item .spectacle-content a.spectacle-btn:hover {
    background-color: #91D1DB !important;
}

#load-more-container {
	width: 100%;
	text-align: center;
}

body[data-button-style*="slightly_rounded"] button#load-more-spectacles {
	background-color: #FDB535 !important;
    height: 56px;
    border-radius: 10px !important;
    font-family: 'Barlow';
    font-size: 18px;
    text-transform: uppercase;
    min-width: 220px;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    font-weight: 600;	
    cursor: pointer;
}

body[data-button-style*="slightly_rounded"] button#load-more-spectacles:hover {
	background-color: #91D1DB !important; 
}

.txt-legale p {
	font-size: 15px;
	line-height: 25px;
}

.infolettre-content .txt-legale p {
    font-size: 14px;
    line-height: 22px;
}

.home-no-promo > .row_col_wrap_12 {
    min-height: 100vh;
}

.small-newsletter.formulaire-infolettre > .wpb_wrapper {
    max-width: inherit;
}

.small-newsletter.formulaire-infolettre > .wpb_wrapper form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.small-newsletter .field-box {
    width: calc(16.5% - 10px);
    margin-bottom: 0px !important;
}

.small-newsletter .fb-hidden-attribute {
    display: none;
}

.small-newsletter.formulaire-infolettre input[type="email"], .small-newsletter.formulaire-infolettre input[type="text"], .small-newsletter.formulaire-infolettre select {
    min-height: 56px;
}

body[data-form-submit=regular] .container-wrap .formulaire-infolettre .fb-button button {
    width: 100%;
    min-width: inherit;
}















/*------ RESPONSIVE ------*/
/*------------------------*/


@media only screen and (max-width: 1570px) {
    body[data-form-submit=regular] .container-wrap .formulaire-infolettre .fb-button button {
        width: auto;
        margin: 0 auto;
    }
    
    .small-newsletter.formulaire-infolettre form > div.fb-button {
        width: 100%;
    }
    
    .small-newsletter.formulaire-infolettre > .wpb_wrapper form {
        gap: 10px;
    }
    
    .small-newsletter .field-box {
        width: calc(20% - 8px);
    }
}

@media only screen and (max-width: 1250px) {
    body[data-button-style*="slightly_rounded"] .spectacle-filtres button[type=submit] {
        min-width: 170px;
    }

    #spectacle-liste {
        gap: 30px;
    }

    #spectacle-liste .spectacle-item {
        width: calc(33.33% - 20px);
    }

    #spectacle-liste .spectacle-item .spectacle-content {
        padding: 20px 0px 20px 10px;
    }
}





@media only screen and (max-width: 1180px) {
    .spectacle-filtres {
        flex-wrap: wrap;
        gap: 20px;
        padding: 30px 30px;
    }

    .spectacle-filtres #spectacle-filters {
        gap: 12px;
    }

    .spectacle-filtres h5 {
        width: 100%;
    }
}




@media only screen and (max-width: 1160px) {
    .decompte-accueil.grand-decompte .ycd-simple-countdown-number {
        width: 100%;
    }    

    .decompte-accueil .ycd-simple-current-unite {
        width: 100%;
    }

    .decompte-accueil .ycd-simple-current-unite-wrapper {
        width: 25%;       
    }

    .decompte-accueil.petit-decompte .ycd-simple-container {
        max-width: 580px;
        margin: 0 auto;       
    }
}






@media only screen and (max-width: 1080px) {
    #spectacle-liste .spectacle-item {
        width: calc(50% - 15px);
    }
    
    .small-newsletter .field-box {
        width: 100%;
    }
}





@media only screen and (max-width: 800px) { 
    .decompte-accueil.grand-decompte .ycd-simple-countdown-number {
        font-size: 50px;
        height: 150px;
        line-height: 150px;
    }

    #spectacle-liste .spectacle-item {
        width: 100%;
    }
}




@media only screen and (max-width: 999px) {
    #header-outer #logo {
        display: none !important;
    }

    #header-outer #top .col.span_3 {
        min-height: 70px;       
    }

    .spectacle-filtres #spectacle-filters {
        flex-wrap: wrap;
    }
}







@media only screen and (max-width: 650px) {
    .decompte-accueil.petit-decompte .ycd-simple-countdown-number {
        font-size: 50px;
        width: 100%;
    }    
}






@media only screen and (max-width: 690px) {
    .row .col h3, body h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .col h2, body h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .spectacle-filtres {
        margin-bottom: 60px !important;
    }
}





@media only screen and (max-width: 500px) {
    .decompte-accueil .ycd-simple-current-unite-wrapper {
        padding: 0px 5px;
    }

    .decompte-accueil.grand-decompte .ycd-simple-countdown-number, .decompte-accueil.petit-decompte .ycd-simple-countdown-number {
        font-size: 40px;
        height: 90px;
        line-height: 90px;
    }
}




@media only screen and (max-width: 400px) {
    .decompte-accueil.grand-decompte .ycd-simple-countdown-number, .decompte-accueil.petit-decompte .ycd-simple-countdown-number  {
        font-size: 34px;
        height: 80px;
        line-height: 80px;
    }

    .decompte-accueil .ycd-simple-countdown-number {
        border-radius: 10px;
        letter-spacing: 2px;
    }

    .decompte-accueil .ycd-simple-countdown-label {
        font-size: 14px !important;
        line-height: 24px;
    }

    .formulaire-infolettre > .wpb_wrapper {
        padding: 40px 20px;       
    }
}








