/*
Theme Name: kinra
Author: kinra
*/

@import url("css/app.css");
@import url("css/footer.css");
@import url("css/header.css");
@import url("css/univers-kinra.css");
@import url("css/contact.css");
@import url("css/form.css");
@import url("css/cookies-kinra.css");
@import url("css/bonus.css");
@import url("css/home-kinra.css");

h1, h2, h3, h4, h5, h6 {font-family: Merriweather; font-style: italic;}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #000;
  text-decoration: none;
}

p{
    font-family: Gotham;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
}

h1.big-title {
    font-family: Merriweather;
    font-style: italic;
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
    color: #994060;
}

h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}

.page-wrapper .container-fluid, .page-wrapper .container-sm, .page-wrapper .container-md, .page-wrapper .container-lg, .page-wrapper .container-xl {
    max-width: 1360px !important;
}

.section-padding {
    padding-top: 45px;
    padding-bottom: 25px;
}

.white-button {
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
}

button.btn.btn-light.white-button {
    border-radius: 8px;
    padding: 10px 40px;
    font-size: 16px;
}

.picker__box, .picker__header, .picker__footer {
    background: #994060 !important;
}

.picker--focused .picker__day--highlighted {
    background: #FFE0E3 !important;
    color: black !important;
}

.picker__button--close {
    border: none !important;
    /* border-radius: 5px; */
    background: red;
    background: #FFE0E3 !important;
    color: black !important;
    width:97%;
}

.filters-group-wrap {
    background: #FFE0E3 !important;
    padding: 10px 0;
}
/** custom page 404 **/

.error-404 .subtitle {
    font-family: Merriweather;
    font-size: 40px;
    font-style: italic;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
    color: #4E2A54;
}

.error-404 p {
    font-family: 'Gotham Book';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

.error-404 .btn, .btn-voir-plus {
    font-family: 'Gotham Book';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    min-height: 50px;
    /* padding: 20px 24px; */
}

.btn-violet {
    background: #4E2A54 !important;
    color:white !important;
    border-radius: 8px;
    /* border: none !important; */
}

.btn-violet-outline {
    color: #4E2A54 !important;
    border: solid #4E2A54 !important;
    border-radius: 8px;
}

 
.slick-list {
    /* overflow: visible !important; */
    min-height: 64px;
} 

#myProgress {
  width: 100%;
  border-radius:50px;
  background-color: #ddd;
  max-width: 408px;
}

#myBar {
  width: 1%;
  height: 10px;
  background-color: #994060;
  border-radius:50px;
}


.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #994060; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



@media only screen and (max-width: 480px) {
    .error-404 .subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .img-mobile {
        width:138px;
        max-height:auto;
    }
}

@media only screen and (max-width: 900px) {
    #error-404-wrapper {
        background-image: none !important;
    }
}




