/*
 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
*/


/**************************
          TOP PAGE
***************************/
.block-top-page {
    padding: 100px 0;
}

.block-top-page .content h1 {
    font-size: 48px;
    line-height: 125%;
    font-weight: 700;
    color: #000053;
    margin-bottom: 40px;
}

.block-top-page .content h1 strong {
    color: #6427C9;
}

.block-top-page .content p {
    max-width: 730px;
    font-size: 18px;
    font-weight: 400;
    color: #000053;
}

.block-top-page button {
    margin-top: 40px;
}

.block-top-page .row [class*="col-"] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.block-top-page .row [class*="col-"].col-image {
    justify-content: flex-start;
    align-items: center;
}

.container-custom.padding {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

/**************************
          RESPONSIVE
***************************/

@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1280px) {
    .block-top-page .content h1 {
        font-size: 42px;
        line-height: 125%;
        font-weight: 400;
        margin-bottom: 30px;
    }
    .block-top-page .content p {
        font-size: 18px;
        line-height: 125%;
    }
    .block-top-page .row [class*="col-"].col-image {
        justify-content: flex-start;
        align-items: center;
    }
    .block-top-page button {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 992px) {
    .block-top-page .row [class*="col-"].col-image img {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .block-top-page .content h1 {
        font-size: 40px;
        line-height: 125%;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .block-top-page .content p {
        font-size: 18px;
        line-height: 125%;
    }
    .block-top-page button {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 575px) {
    .block-top-page .content h1 {
        font-size: 30px;
        line-height: 44px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .block-top-page button {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 420px) {
   
}

