/*
 Theme Name:   PRIORISE
 Theme URI:    https://priorise.com
 Description:  Thème PRIORISE
 Author:       STUDIO WBM
 Author URI:   https://priorise.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light
 Text Domain:  priorise_theme
*/

/**************************
          FOOTER
***************************/

footer.site-footer{
    position: relative;
    overflow: hidden;
    background: var(--radial-gradient-dark, radial-gradient(119.70% 66.66% at 68.26% 46.63%, #6335F1 0%, #370583 100%));
}
#shape-footer{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}
#row-footer{
    position: relative;
    z-index: 1;
    justify-content: space-between;
    padding: 160px 0;
    gap: 50px;
}
#row-footer h3{
    color: var(--white);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 40px;
}
.footer-logo{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.footer-logo img{
    max-width: 250px;
}
.footer-logo .footer-content{
    color: var(--white);
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}
.footer-store-links{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}
.footer-app-store-link,
.footer-play-store-link {
    display: inline-block;
    transition: opacity 0.3s ease;
}
.footer-app-store-link:hover,
.footer-play-store-link:hover {
    opacity: 0.8;
}
.footer-app-store-link img,
.footer-play-store-link img {
    max-height: 50px;
    width: auto;
    display: block;
}

.footer-searchform form.search-form .input-row label {
    display: none;
}
.footer-searchform form.search-form{
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    gap: 15px;
}
.footer-searchform form.search-form .input-row input, .footer-searchform form.search-form .input-row select, .footer-searchform form.search-form .input-row input::placeholder{
    color: #FFFFFF;
    padding: 12px 5px 12px 10px;
    font-size: 14px;
}


.footer-terms-menu ul {
    padding: 0;
    margin: 0;
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
    column-gap: 0px;
}
.footer-terms-menu ul li{
    list-style-type: none;
    max-width: 250px;
}
.footer-terms-menu ul li a, .footer-menu nav ul li a{
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    display: flex;
    padding: 8px 0;
}
.footer-menu nav ul{
    padding: 0;
    margin: 0;
}
.footer-menu nav ul li{
    list-style-type: none;

}

#menu-menu-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/* media query mobile */
@media (max-width: 768px) {
    #menu-menu-footer {
        grid-template-columns: repeat(1, 1fr);
    }
}



/* Subfooter */

#subfooter .row-sub-footer{
    position: relative;
    z-index: 1;
    padding: 40px 0;
    border-top: solid 0.5px rgba(255, 255, 255, 0.20);
    justify-content: space-between;
}
#subfooter .row-sub-footer .menu-subfooter ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}
#subfooter .row-sub-footer .menu-subfooter ul li{
    list-style-type: none;
}
#subfooter .row-sub-footer .menu-subfooter ul li a{
    color: #FFF;
    font-family: 'Lexend';
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}
.col-auto.webmaster-signature{
    display: flex;
    gap: 10px;
    align-items: center;
}
.col-auto.webmaster-signature span, .col-auto.webmaster-signature a{
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}
ul#footer-menu-social{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 30px;
}
ul#footer-menu-social img{
    height: 20px;
    object-fit: contain;
}



@media only screen and (max-width: 1024px) {
    #footer{
        z-index: 1;
    }
    #shape-footer{
        z-index: 0;
    }
    #row-footer {
        padding: 120px 0 100px;
    }
    .footer-logo img {
        max-width: 220px;
    }
    #row-footer h3 {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 992px) {
    #row-footer {
        gap: 60px;
    }
    .footer-terms-menu ul {
        columns: 3;
        -webkit-columns: 3;
        column-gap: 60px;
    }
    #shape-footer {
        position: absolute;
        right: -20vw;
        height: auto;
    }
        
}

@media only screen and (max-width: 575px) {

    #subfooter .row-sub-footer{
        padding: 30px 0 100px;
        gap: 10px;
    }
    #row-footer h3 {
        margin-bottom: 15px;
    }
    #row-footer {
        gap: 30px;
        padding: 50px 0 40px;
    }
    .footer-store-links {
        margin-top: 15px;
        gap: 10px;
    }
    .footer-app-store-link img,
    .footer-play-store-link img {
        max-height: 40px;
    }
}
@media only screen and (max-width: 425px) {
    .footer-logo img {
        max-width: 180px;
    }
    .footer-terms-menu ul li a, .footer-menu nav ul li a{
        padding: 8px 0;
        font-size: 15px;
    }
    #row-footer h3 {
        margin-bottom: 10px;
    }
    .footer-app-store-link img,
    .footer-play-store-link img {
        max-height: 35px;
    }
    #shape-footer {
        position: absolute;
        right: -30vw;
        top: -20vh;
    }
    .footer-terms-menu ul {
        columns: 2;
        -webkit-columns: 2;
        column-gap: 40px;
    }
    #subfooter .row-sub-footer .menu-subfooter ul li a {
        white-space: nowrap;
    }
    ul#footer-menu-social {
        justify-content: space-between;
    }
    #subfooter .row-sub-footer {
        gap: 20px;
    }
    .footer-searchform form.search-form .input-row input{
        max-width: 150px;
    }
}
