/* ALL */
.contact-form input[type="tel"]{
    display:block;
    width:100%;
    height:52px;
    font-size:15px;
    color:#333333;
    line-height:26px;
    padding:12px 15px;
    font-weight:400;
    border-radius:3px;
    background-color:#f6f6f6;
    border:1px solid transparent;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Hind', sans-serif;
}
.column-break-inside-avoid {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.sec-title h2 {
    color: #39a9dc;
}
.sec-title h2::after {
    background-color: currentColor;
}
.sec-title .title {
    line-height: 1.25;
}

.theme-btn.btn-style-one.light {
    color: #39a9dc;
    background-color: white;
}
.theme-btn.btn-style-one.light:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border-color: white;
}
.btn-link-look {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.btn-link-look:hover {
    color: white !important;
}
.btn-link-look.light:hover {
    color: #39a9dc !important;
}

.bg-img-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.inner-box {
    border-radius: 10px;
}
.inner-box .image img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* PRELOADER */
.preloader {
    background-image: none;
    background: #39a9dc;
    background: -webkit-linear-gradient(to left bottom, #E7F5FB, #39a9dc, #177EC5) !important;
    background: linear-gradient(to left bottom, #E7F5FB, #39a9dc, #177EC5) !important;
}
.preloader-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width: 300px;
    background: white;
    border-radius: 20px;
}
#preloader {   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 150px;
}

/* HEADER */
.main-header .main-box .logo-box {
    padding: 20px 0;
}
.main-header .main-box .logo-box .logo a {
    display: inline-block;
    /*max-width: 94px;*/
    /*max-width: 121px;*/
    max-width: 155px;
}
.fixed-header .main-box .logo-box {
    padding: 0;
}

.main-menu .navigation > li.active > a,
.hidden-bar .side-menu ul > li.active > a,
.hidden-bar .side-menu ul > li > ul > li.active > a {
    color: #39a9dc;
}

/* MENU */
@media (min-width: 768px) {
    .main-header .main-box .outer-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .main-header .main-box .outer-container:before,
    .main-header .main-box .outer-container:after {
        display: none;
        content: "";
    }
    .main-menu {
        height: 100%;
    }
    .main-menu .navbar-collapse {
        height: 100% !important;
    }
    .main-menu .navigation {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100%;
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .main-menu .navigation > li > a > br {
        display: none;
    }
}
@media (min-width: 992px) {
    .main-menu .navigation > li > a > br {
        display: none;
    }
}
.main-menu .navigation > li {
    margin-left: 0;
    /*padding: 28px 15px;*/
    /*padding: 30px 15px;*/
    padding: 0 15px;
}
.main-menu .navigation > li.active {
    background-color: #eeeeee;
}
.main-menu .navigation > li > a {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
}
.fixed-header .main-menu .navigation > li {
    /*padding: 5px 15px;
    padding: 10px 15px;
    padding: 23px 15px;*/
    padding: 0 15px;
}

/* SLIDER */
.events-section .owl-nav .owl-prev, .events-section .owl-nav .owl-next {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0);
}

/* ACCUEIL */
#v1-1 .main-slider .tp-dottedoverlay {
    background: #39a9dc;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left bottom, #E7F5FB, #39a9dc, #177EC5) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left bottom, #E7F5FB, #39a9dc, #177EC5) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.75;
}

#v1-2 .main-slider .tp-dottedoverlay {
    background: rgba(0,0,0,0.25) !important;
}
/* PARLONS QAI */
.services-block-six .inner-box {
    height: 100%;
}

.services-block-six .inner-box .icon-box {
    background-color: #39a9dc;
}

.services-block-six .inner-box .icon-box .icon.svg-as-background:before,
.services-block-six .inner-box .icon-box .icon.svg-as-background:after {
    position: absolute;
    content: "";
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    transition: opacity 500ms ease-in-out;
}
.services-block-six .inner-box .icon-box .icon.svg-as-background:before { opacity: 0; }
.services-block-six .inner-box .icon-box .icon.svg-as-background:after { opacity: 1; }
.services-block-six .inner-box .icon-box .icon.svg-as-background.svg-01:after { background-image: url(../images/parlons-qai/white/svg-01.svg); }
.services-block-six .inner-box .icon-box .icon.svg-as-background.svg-02:after { background-image: url(../images/parlons-qai/white/svg-02.svg); }
.services-block-six .inner-box .icon-box .icon.svg-as-background.svg-03:after { background-image: url(../images/parlons-qai/white/svg-03.svg); }
/*
.services-block-six .inner-box:hover .icon-box .icon.svg-as-background:before { opacity: 1; }
.services-block-six .inner-box:hover .icon-box .icon.svg-as-background:after { opacity: 0; }
.services-block-six .inner-box .icon-box .icon.svg-as-background.svg-01:before { background-image: url(../images/parlons-qai/white/svg-01.svg); }
.services-block-six .inner-box .icon-box .icon.svg-as-background.svg-02:before { background-image: url(../images/parlons-qai/white/svg-02.svg); }
.services-block-six .inner-box .icon-box .icon.svg-as-background.svg-03:before { background-image: url(../images/parlons-qai/white/svg-03.svg); }
*/

@media only screen and (max-width: 767.98px) {
    .services-block-two .inner-box {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .services-block-two .inner-box {
        border-bottom-width: 0px;
        padding-bottom: 0px;
    }
    .services-section-pollutants {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
    }
}

@media only screen and (min-width: 992px) {
    .services-block-two {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        /*margin-bottom: 0;*/
    }
    .services-block-two .inner-box {
        width: 100%;
    }
}

/* AIR SAIN */
.services-section:after {
    width: 0;
    height: 0;
    background: none;
}
.services-section .services-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
@media only screen and (min-width: 1023px) {
    .services-section .services-block .inner-box {
        max-width: 300px;
    }
}

.services-section .services-block .inner-box .text {
    min-height: 80px;
}

.services-section .services-block .inner-box .icon-box .icon {
    display: inline-block;
    /*width: 85px;
    height: 70px;*/
    width: 150px;
    height: 85px;
}

.services-section .bulb-box {
    margin: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    bottom: auto;
    justify-content: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
.services-section .bulb-box .image-column img {
    margin-bottom: 17px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.services-section .bulb-box .text {
    color: #444444;
    font-size: 15px;
}
@media only screen and (max-width: 1023px){
    .services-section .bulb-box {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-top: 30px;
    }
}

/* CMI ENGAGES */
.volunter-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.volunter-member .inner-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.volunter-member .inner-box .image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
@media only screen and (min-width: 768px) {
    .volunter-member .inner-box .image {
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
    }
}
.volunter-member .inner-box .image img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

/* NEWS */
.events-section:before {
    content: none;
}
.events-carousel {
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
@media only screen and (max-width: 1023px){
    /*.volunter-member .inner-box .content-column .inner-column,*/
    .event-block .inner-box .content-column .inner {
        padding-top: 15px;
        /*padding-bottom: 15px;*/
    }
}
.event-block .inner-box .image-column .image img {
    position: absolute;
    object-fit: contain;
    height: 100%;
}

/* CONTACT */
/*.contact-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(19,20,16,0.85);
}*/

.list-style-one li .text-info p {
    margin: 0;
}

/* NEWSLETTER */
.subscribe-section {
    padding: 0;
}

.subscribe-section .row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.subscribe-section h2 {
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1;
}
@media only screen and (min-width: 768px) {
    .subscribe-section h2 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .subscribe-section h2 {
        font-size: 30px;
    }
}



/* FOOTER */
.footer-bottom .auto-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}


/*#air-sain, #partenaires, #news {
    background-color: #fafafa;
}*/

/* SLIDER */
.forcefullwidth_wrapper_tp_banner,
.x-slider-container .rev_slider_wrapper,
.fullwidthbanner-container .fullwidthabanner {
    min-height: 100vh !important;
}