/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */
h1 {font-size:2.4rem;}
.gallery-isotope .thumb:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(./images/loader.gif) no-repeat center center;
    background-size:contain;
    width: 20px;
    height: 20px;
}
body{
    color: #313131;
}
.portfolio-filter {
    text-align: center;
}
.metis .tp-bullet-image {
    background: none !important;
    border: 7px solid white;
}
.metis .tp-bullet.selected, .metis .tp-bullet:hover{
    background: white !important;
}
.widget.dark p {
    color: white;
}
.menuzord-menu > li{margin:0 5px;}
.bg-c-b {background-position: center bottom !important;}
.icon-box svg {
    width: 130px;
    fill: white;
}
.iconbox-container {
    max-width: 640px;
    margin: auto;
    padding-top: 40px;
}
.iconbox-container h4{
    color: white;
    text-transform: uppercase;
    font-size: 25px;
}
.section-amenagement .row {
    display: flex;
    flex-direction: row;
}
.section-amenagement:nth-child(even) .row {
    display: flex;
    flex-direction: row-reverse;
}
.section-amenagement img {
    height: 450px;
    object-fit: cover;
    object-position: center;
}
.section-content.zones-services .icon-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.section-services .icon-box .icon {
    height: auto !important;
    margin-bottom: 0 !important;
}
.section-services .icon-box .icon i {
    line-height: 40px;
}
.section-services .icon-box {
        display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.header-nav .header-nav-wrapper .menuzord {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top > .container > .row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.title-pattern > span {
    background: #fff;
    padding-right: 15px;
    line-height: 1.4;
}
.partenaires {
    display: flex;
    padding: 25px 30px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
}

.gallery-isotope .gallery-item .thumb {
    height: 250px;
}
.gallery-isotope .gallery-item .thumb img.img-fullwidth {
    height: 100%;
    object-fit: cover;
}
.zones-services .icon-box .icon i {
    line-height: 35px;
}
.zones-services .icon-box .icon {
    height:auto;
    margin-bottom:0;
}
.contact-info h6.text-gray {
    font-size: 1rem;
}
#deneigment-intro .row.multi-row-clearfix {
    display: flex;
    justify-content: center;
}
section#deneigment-about .row .col-md-8 {
    align-self: stretch;
}
section#deneigment-about .row {
    display: flex;
    align-items: center;
}
section#deneigment-about .row img.img-fullwidth {
    width: 100%;
    height: auto;
    object-fit: cover;
}
section#deneigment-about .row .col-md-4 {
    padding: 0 15px 10%;
}
body .metis .tp-bullet-title {
    display: none;
    visibility: hidden;
}
body .metis .tp-bullet {
    transform: scale(.35);
}
body h1, body .h1 {
    font-size: 2.4rem;
}
#spinner {
    display: flex;
    position: static;
    height: 70px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}
.gallery-isotope .gallery-item .thumb .loader {
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
}
.gallery-isotope .gallery-item .thumb .img-fullwidth {
    position: relative;
    z-index: 2;
}
.portfolio-filter a {
    margin: 5px 5px 5px 0;
}
p.introGallerie {
    text-align: center;
    margin: 0 0 2rem;
}
@media screen and (max-width: 1199px) {
    .header-nav .header-nav-wrapper .menuzord {
        flex-direction: column;
    }
}
@media screen and (max-width: 900px) {
    section#deneigment-about .row .col-md-4 {
        width: 100%;
    }
    .header-nav .header-nav-wrapper .menuzord {
        display: block;
    }
    .header-top p {
        font-size: 11px;
        text-align: left;
    }
    .partenaires {
        flex-direction: column;
        gap: 30px;
    }
    section > .container, section > .container-fluid {
        padding-top: 40px;
    }
    .icon-box svg {
        width: 67px;
    }
    .iconbox-container h4 {
        font-size: 16px;
    }

}

@media screen and (max-width: 767px) {
     .section-amenagement .row {
        flex-direction: column !important;
    }
}
