:root {
    --mainfont: 'Asap', sans-serif;;
    --globalfont: 'Asap', sans-serif;;
    --main-color: #181B22;
    --second-color: #CCA539;
}

html{
    scroll-behavior: smooth;
}

body {
    font-family: var(--globalfont);
    background-color: #fbfaff;
}

a {
    text-decoration: none;
}

input,
textarea {
    outline: 0 !important;
    box-shadow: unset !important;
}

.home-slider {
    position: relative;
    background-image: url(/assets/img/Verriere-interieur-banner-v2.jpg);
    padding: 300px 0 250px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.logo-holder {
    font-family: var(--mainfont);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 2px;
    color: var(--main-color) !important;
    line-height: normal;
}
.logo-holder span {
    color: var(--second-color);
    display: block;
    font-size: 22px;
    font-weight: 400;
}
.home-slider .brand {
    text-transform: uppercase;
    letter-spacing: 8px;
    position: relative;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    opacity: .9;
}

.home-slider h1 {
    color: #FFF;
    font-family: var(--mainfont);
    font-size: 50px;
    width: 900px;
    line-height: 1.1;
    letter-spacing: 1px;
    margin: 20px 0 25px;
    text-transform: capitalize;
    font-weight: 600;
}

.home-slider h1 span {
    color: var(--second-color);
    display: block;
}

.home-slider .summary {
    font-weight: 500;
    color: var(--main-color);
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    opacity: .9;
}

.home-slider p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 1;
    width: 800px;
}


.home-slider a {
    line-height: normal;
    background-color: var(--second-color);
    color: #FFF !important;
    padding: 8px 10px 8px 30px;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 25px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: .4s;
}

.home-slider a i {
    margin-left: 20px;
    width: 38px;
    height: 38px;
    background-color: #FFF;
    color: var(--second-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-top: 3px;
    font-size: 20px;
    transition: .4s;
}

.home-slider a:hover {
    border-color: rgb(255 255 255 / 100%);
}

.home-slider a:hover i {
    margin-left: 35px;
}

.accroche {
    margin-bottom: 80px;
}

.accroche .titre {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #001D73;
    margin-bottom: 60px;
}

.accroche .titre span {
    position: relative;
}

.accroche .titre span:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70%;
    height: 5px;
    background-color: var(--second-color);
    border-radius: 10px;
}

.accroche .banner {
    width: 720px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background-color: var(--main-color);
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px 0;
}

.accroche .column:first-child {
    padding: 10px 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.accroche .column:last-child {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-weight: 500;
}

.accroche .column:last-child i {
    color: var(--second-color);
    font-size: 72px;
    position: absolute;
    top: 10px;
    left: -10px;
    opacity: .4;
}

.accroche p {
    margin-bottom: 0;
    color: #FFF;
    z-index: 9;
}

.devis {
    margin-bottom: 100px;
    z-index: 1;
    position: relative;
}

.devis .columns {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-between;
}

.devis .left-form {
    margin-right: 80px;
    padding-top: 50px;
}

.devis .left-form .title {
    font-size: 24px;
}

.devis .left-form .title span {
    color: var(--second-color);
}

.devis .form {
    padding: 50px 30px 40px;
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 0 8px 40px 0 rgba(0,0,0,.15);
}

.devis .form .col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.devis .form .form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 600;
    color: var(--main-color);
    letter-spacing: .6px;
    opacity: .8;
}

.devis .form .form-group input {
    border: 1px solid #e7e7e7;
    height: 45px;
    background-color: #fbfaff;
}

.devis .form .form-group select {
    border: 1px solid #e7e7e7;
    height: 45px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 1rem;
    outline: 0 !important;
    background-color: #fbfaff;
}

.devis .form .form-group {
    margin-bottom: 15px;
}

.devis .form textarea {
    background-color: #fbfaff;
    outline: 0;
}

.devis .form .btn {
    position: relative;
    background-color: var(--main-color);
    width: 100%;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 15px 8px;
    transition: .4s;
    border-radius: 50px;
}

.devis .form .btn:hover {
    background-color: var(--second-color);
}

.devis .form .upload_file {
    position: relative;
    min-height: 80px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fbfaff;
}

.devis .form input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
}

.devis .form .upload_file .fa-folder-plus {
    font-size: 34px;
    opacity: .3;
    color: #272839;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .4s;
    z-index: 9999;
    cursor: pointer;
}

.supp_images {
    display: none;
    color: rgb(252, 0, 0);
    font-family: var(--second-color);
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    cursor: pointer;
}

.devis .form .form-group label span {
    color: #ec0404;
    font-size: 13px;
    position: relative;
    top: -5px;
}

.horaires .columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    align-items: center;
}

.horaires .content .titre {
    position: relative;
    font-size: 45px;
    font-family: var(--mainfont);
    color: var(--main-color);
    font-weight: 700;
    text-transform: capitalize;
    margin: 5px auto 25px;
    line-height: 1.2em;
}

.horaires .content .brand {
    letter-spacing: 8px;
    color: var(--second-color);
    text-transform: uppercase;
    font-size: 14px;
}

.horaires .content p {
    color: #647689;
    line-height: 30px;
    letter-spacing: .6px;
    text-align: justify;
}

.horaires {
    margin-bottom: 100px;
}

.footer-bg {
    background-color: var(--main-color);
    padding: 190px 0 80px;
}

.footer-bg .columns {
    display: grid;
    grid-template-columns: 28% 38% 20%;
    justify-content: space-between;
}

.footer-bg .column:nth-child(2),
.footer-bg .column:nth-child(3) {
    margin-top: 10px;
}

.footer-bg .brand span{
    color: var(--second-color);
    font-size: 32px;
    display: block;
    font-weight: 400;
}
.footer-bg .brand {
    text-transform: uppercase;
    font-size: 50px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: normal;
    display: inline-block;
}

.footer-bg .titre {
    position: relative;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
    opacity: .9;
    letter-spacing: 2px;
    font-size: 18px;
}

.footer-bg .titre:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 34px;
    height: 3px;
    background-color: var(--second-color);
    border-radius: 10px;
}

.footer-bg .column ul {
    padding-left: 13px;
}

.footer-bg .column:nth-child(2) ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 15px;
}

.footer-bg ul li {
    color: #FFF;
    opacity: .8;
    font-size: 16px;
    font-weight: 300;
}

.footer-bg .btn_ {
    background-color: var(--second-color);
    color: #FFF;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 25px;
    display: inline-block;
    font-size: 18px;
    box-shadow: 0px 6px 30px 0px rgb(196 158 53 / 20%);
}

.footer-bottom {
    text-align: center;
    background-color: var(--main-color);
}

.footer-bottom p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    padding: 30px 0;
    border-top: 1px solid #0f2d8f;
    opacity: .8;
}

.footer-bottom a {
    color: #FFF;
}

.footer-bg ul li a {
    color: #FFF;
    text-decoration: none;
}

.horaires .info {
    border-radius: 0;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    margin-right: 80px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #FFF;
}

.horaires .m6 {
    padding: 40px 30px 40px 30px;
    background-color: var(--main-color);
    font-size: 24px;
    font-weight: 500;
    color: var(--second-color);
    text-align: center;
    font-family: var(--mainfont);
    margin-bottom: 0;
}

.horaires .content-left {
    padding: 30px 30px 40px 30px;
}

.horaires .btn {
    color: #FFF;
    width: 100%;
    background-color: var(--second-color);
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 8px;
    transition: .4s;
    margin-top: 25px;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 0px 6px 30px 0px rgb(196 158 53 / 25%);
}

.horaires .btn:hover {
    background-color: var(--main-color);
    color: #FFF;
}

.horaires table {
    width: 100%;
}

.horaires table tr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    padding: 10px 0;
    font-size: 15px;
    color: var(--main-color);
    opacity: .85;
}

.horaires table tr:last-child {
    border-bottom: 0;
}

.navbar {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 9;
}

.navbar .navbar-content {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    background-color: rgb(255 255 255 / 92%);
    padding: 15px 50px;
    border-radius: 200px;
    box-shadow: 0px 8px 48px 0px rgba(58,58,58,0.12);
}

.navbar .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    z-index: 9;
}

.navbar .menu a {
    color: #636363;
    padding: 10px 20px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .4s;
    min-height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.navbar .menu a:hover {
    color: var(--second-color);
}

.navbar .menu li.active a {
    color: var(--second-color);
}

.navbar .link {
    text-align: right;
}

.navbar .link a {
    font-weight: 600;
    background-color: transparent;
    background-image: linear-gradient(90deg,#e0b848,#cca539);
    padding: 15px 40px;
    border-radius: 50px;
    box-shadow: 0px 6px 30px 0px rgb(196 158 53 / 25%);
    color: #FFF;
    display: inline-block;
    letter-spacing: .6px;
    transition: .4s;
}

.navbar .link a:hover {
    box-shadow: 0px 6px 30px 0px rgb(196 158 53 / 35%);
}

.mention {
    margin-bottom: 100px;
}

.upload_file .preview .cancel_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    cursor: pointer;
    font-size: 16px;
    transition: .4s;
}

.upload_file .preview {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    width: 100%;
    z-index: 99;
}

.upload_file .preview img {
    width: 100%;
    height: 80px !important;
    margin: 0 !important;
    object-fit: cover;
    border-radius: 6px;
    opacity: .8;
}

.upload_file .preview .file-bloc {
    position: relative;
    background-color: #000;
    border-radius: 6px;
}

.form .upload_file .fa-folder-plus:hover {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: .5;
}

@media (max-width: 992px) {

    .mention {
        margin-bottom: 50px;
    }

    .gallery .columns {
        width: 100%;
    }

    

    .gallery .titre {
        text-align: left;
    }

    .home-slider {
        padding: 140px 0 150px;
        margin-bottom: 50px;
    }

    .accroche .titre {
        font-size: 22px;
        margin-bottom: 50px;
    }

    .accroche .titre span:after {
        height: 4px;
    }

    .accroche {
        margin-bottom: 50px;
    }

    .devis {
        margin-bottom: 50px;
    }

    .devis .columns {
        grid-template-columns: repeat(1, 1fr);
    }

    .gallery .titre {
        font-size: 22px;
        margin-bottom: 50px;
    }

    .horaires {
        margin-bottom: 50px;
    }

    .horaires .columns {
        grid-template-columns: repeat(1, 1fr);
    }

    .horaires .info {
        margin-left: 0;
    }

    .horaires .content .titre {
        font-size: 22px;
    }

    .horaires .content .titre span:after {
        height: 4px;
    }

    .footer-bg .columns {
        grid-template-columns: 100%;
        grid-gap: 30px;
    }

    .footer-bg .brand br {
        display: none;
    }

    .footer-bg .column:nth-child(2) ul {
        margin-bottom: 0;
    }

}

@media (max-width: 767px) {

    .accroche .banner {
        width: 100%;
        grid-template-columns: repeat(1,1fr);
    }

    .home-slider {
        padding: 100px 0;
    }

    .home-slider h1 {
        font-size: 22px;
        width: 100%;
        line-height: 38px;
        margin: 20px 0 25px;
    }

    .home-slider .brand {
        letter-spacing: 5px;
    }

    .home-slider .summary {
        font-size: 18px;
    }

    .accroche .titre span {
        display: block;
    }

    .accroche .titre span:after {
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
    }

    .accroche p {
        text-align: center;
    }

    .accroche .column:last-child {
        justify-content: center;
    }

    .accroche .column:last-child i {
        top: -90px;
        left: 0;
        font-size: 7rem;
    }

    .devis .content .brand {
        letter-spacing: 0;
    }

    .devis .content .titre {
        font-size: 22px;
        line-height: 32px;
    }

    .devis .form {
        padding: 40px 20px;
    }

    

    .gallery .columns {
        grid-gap: 15px;
    }

    .gallery .columns .column:last-child {
        margin-top: 50px;
    }

    .horaires .m6 {
        text-align: center;
    }

    .footer-bg .column:nth-child(2) ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

}

.success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    margin-top: 1rem;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.danger {
    margin-top: 1rem;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

/*.home-slider .content {
    max-width: 100%;
    border: 3px solid var(--second-color);
    padding: 40px 20px;
    padding-left: 50px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.424);
    box-sizing: border-box;
    width: 100%;
}*/

@media (max-width: 767px) {

    .home-slider .content {
        /*padding-left: 20px;*/
        text-align: center;
    }

    .home-slider .brand:before {
        content: unset;
    }

    .home-slider .brand {
        padding-left: 0;
    }

}

.services {
    margin-bottom: 100px;
    margin-top: -150px;
    z-index: 1;
    position: relative;
}

.services .brand {
    text-align: center;
    letter-spacing: 5px;
    color: var(--second-color);
}

.services .title {
    text-align: center;
    font-size: 45px;
    font-family: var(--mainfont);
    color: var(--main-color);
    font-weight: 700;
    text-transform: capitalize;
    width: 900px;
    margin: 24px auto 0;
    line-height: 1.2em;
}

.services .columns {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}

.services ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.services .column {
    position: relative;
    overflow: hidden;
    padding: 25px 35px;
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 0 8px 40px 0 rgba(0,0,0,.15);
    transition: .4s;
    border: 1px solid transparent;
}

.services .column:hover {
    border-color: var(--second-color);
    transform: translateY(-25px);
}

.services .column.unique {
    background-color: transparent;
    background-image: linear-gradient(90deg,#cca539,#e0b848);
    display: flex;
    justify-content: center;
    flex-direction: column;
    transform: translateY(0) !important;
}

.services .column.unique .fit {
    letter-spacing: 7px;
    color: #FFF;
    font-weight: 300;
}

.services .column.unique p {
    font-size: 34px;
    font-weight: 700;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 0;
}

.services ul li {
    display: flex;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 6px;
    letter-spacing: .6px;
    color: #74726e;
}

.services ul li:last-child {
    margin-bottom: 0;
}

.services ul li i {
    min-width: 20px;
    margin-top: 7px;
    opacity: .8;
    font-size: 10px;
}

.services .column .hd {
    display: flex;
    font-family: var(--mainfont);
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 18px;
    min-height: 60px;
    flex-direction: column;
    transition: .4s;
}

.services .column:hover .hd {
    color: var(--second-color);
}

.services .column .hd i {
    font-size: 20px;
    min-width: 55px;
    opacity: .8;
    margin-bottom: 15px;
    background-color: #55c48b;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFF;
    padding-top: 4px;
    font-weight: 900;
    transition: .4s;
}

.services .column:hover .hd i {
    background-color: var(--second-color);
}

.call_action .columns {
    background-position: center center;
    background-size: cover;
    background-color: #fff;
    padding: 80px 120px;
    margin-bottom: -75px;
    border-width: 1px;
    border-color: #fff;
    border-radius: 150px;
    box-shadow: 0 8px 40px 0 rgba(0,0,0,.15);
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.call_action .brand {
    letter-spacing: 5px;
    color: var(--second-color);
    text-transform: uppercase;
}

.call_action .title {
    font-size: 36px;
    font-family: var(--mainfont);
    color: var(--main-color);
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 auto 8px;
    line-height: 1.2em;
}

.call_action .title span {
    color: var(--second-color);
}

.call_action p {
    color: #aaaaaa;
    font-size: 22px;
    letter-spacing: .6px;
    font-weight: 300;
    margin-bottom: 0;
}

.call_action .info p {
    color: #647689;
    font-size: 18px;
    letter-spacing: .6px;
}

.call_action .info a {
    font-weight: 600;
    background-color: transparent;
    background-image: linear-gradient(90deg,#e0b848,#cca539);
    padding: 20px 45px;
    border-radius: 50px;
    box-shadow: 0px 6px 30px 0px rgb(196 158 53 / 25%);
    color: #FFF;
    display: inline-block;
    letter-spacing: 1px;
    transition: .4s;
    font-size: 18px;
}

.call_action .info a:hover {
    box-shadow: 0px 6px 30px 0px rgb(196 158 53 / 50%);
}

.call_action .info a i {
    margin-left: 10px;
}

.sc_gallery {
    background-color: var(--main-color);
    padding: 100px 0 100px;
    margin-bottom: 100px;
}

.sc_gallery .brand {
    letter-spacing: 8px;
    color: var(--second-color);
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
}

.sc_gallery .title {
    text-align: center;
    font-size: 45px;
    font-family: var(--mainfont);
    color: #FFF;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px auto 50px;
    line-height: 1.2em;
}

.sc_gallery .gallery img {
    width: 100%;
    object-fit: cover;
    max-height: 250px;
    border-radius: 5px;
}

.sc_gallery .gallery a:nth-child(10n + 1) img,
.sc_gallery .gallery a:nth-child(10n + 10) img{
    max-height: 520px!important;
}

.devis .form .brand {
    letter-spacing: 8px;
    color: var(--second-color);
    text-transform: uppercase;
    font-size: 14px;
}

.devis .form .title {
    font-size: 45px;
    font-family: var(--mainfont);
    color: var(--main-color);
    font-weight: 700;
    text-transform: capitalize;
    margin: 5px auto 30px;
    line-height: 1.2em;
}

body.prevent-scroll {
    overflow: hidden;
}

.btn-menu {
    display: none !important;
}

.mention {
    padding: 50px;
}

@media (max-width: 992px) {

    .home-slider p {
        width: 100%;
    }

    .home-slider h1 {
        font-size: 36px;
    }

    .home-slider a {
        margin-top: 0;
    }

    .services .title {
        width: 100%;
        font-size: 36px;
    }

    .services .columns {
        grid-template-columns: repeat(1,1fr);
    }

    .sc_gallery .title {
        font-size: 36px;
    }

    .devis .form {
        margin-left: 0;
        margin-right: 0;
    }

    .horaires .info {
        margin-right: 0;
        margin-bottom: 80px;
    }

    .services {
        margin-bottom: 80px;
    }

}

@media (max-width: 767px) {

    .home-slider:after {
        background: linear-gradient(99deg, rgb(255 255 255) 0%, rgb(255 255 255) 38%, rgb(146 221 255 / 44%) 95%);
    }

    .services .column {
        padding: 25px;
    }

    .sc_gallery {
        padding: 80px 0;
        margin-bottom: 80px;
    }

    .devis .form .col_2 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }

}

.devis .form .post_devis.envoie .btn:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 8px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #02207f;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

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




@media (max-width: 767px) {

    .home-slider {
        background-position-x: 67%;
    }

}



.sc_gallery .gallery {
    padding: 20px;
    display: grid;
    grid-gap: 20px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow:dense;
    counter-reset: albumList;
  }
  
.sc_gallery .gallery a {
    display: flex;
  }

  
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .sc_gallery .gallery img {
        max-height: 250px!important;
    }
    .sc_gallery .gallery a:nth-child(6n + 1) img,
  .sc_gallery .gallery a:nth-child(6n + 6) img{
      max-height: 520px!important;
    }
    /* 640 ~ 1023 */
    .sc_gallery .gallery {
      grid-template-columns: repeat(3, 1fr);
    }
  .sc_gallery .gallery a:nth-child(6n + 1),
  .sc_gallery .gallery a:nth-child(6n + 6){
      grid-area: span 2/span 2;
    }
  .sc_gallery .gallery a:nth-child(6n + 5) {
      grid-column: 1;
    }
    .sc_gallery .gallery a:last-child{
        display: none;
    }
  
  }
  
  @media print, screen and (min-width: 64em) {
    /* 1024+ */
    .sc_gallery .gallery {
      grid-template-columns: repeat(4, 1fr);
    }
  .sc_gallery .gallery a:nth-child(10n + 1),
  .sc_gallery .gallery a:nth-child(10n + 10){
      grid-area: span 2/span 2;
    }
  .sc_gallery .gallery a:nth-child(10n + 8) {
      grid-column: 1;
    }
  .sc_gallery .gallery a:nth-child(10n + 9) {
      grid-column: 2;
    }
  }

@media (max-width: 992px) {

    .home-slider {
        display: flex;
        align-items: center;
    }

    .navbar .navbar-content {
        padding: 10px 20px 10px 40px;
        display: flex;
    }

    .navbar .link a {
        padding: 15px 20px;
    }

    .logo-holder {
        font-size: 26px;
    }

    .logo-holder span {
        font-size: 16px;
    }

    .navbar .menu a {
        padding: 10px;
        font-size: 16px;
    }

    .devis .left-form {
        padding-top: 0;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .call_action .columns {
        padding: 40px 50px;
    }

    .call_action .columns {
        flex-direction: column;
        text-align: center;
    }

    .call_action .info a {
        margin-top: 25px;
    }

    .footer-bg .brand {
        display: block;
    }

}

@media (max-width: 767px) {

    .navbar .menu {
        display: none;
    }

    .navbar .link {
        display: none;
    }

    .btn-menu {
        display: block !important;
    }

    .navbar .navbar-content {
        padding: 10px 30px 10px 30px;
    }

    .navbar .menu {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #FFF;
        height: 100%;
        width: 250px;
        flex-direction: column;
        z-index: 9999;
    }

    .navbar .menu a {
        min-height: 55px;
    }

    .call_action .columns {
        padding: 60px 25px 40px;
    }

    .services .column.unique p {
        margin-top: 10px;
    }

    .devis .left-form .title {
        font-size: 16px;
    }

    .devis .form .title {
        font-size: 36px;
    }

    .devis .form .form-group label {
        font-size: 14px;
    }

    .call_action p {
        font-size: 20px;
    }

}
