body, ul.timeline_items, .icon_box a .desc, .icon_box a:hover .desc, .feature_list ul li a, .list_item a, .list_item a:hover, .widget_recent_entries ul li a, .flat_box a, .flat_box a:hover, .story_box .desc, .content_slider.carouselul li a .title, .content_slider.flat.description ul li .desc, .content_slider.flat.description ul li a .desc, .post-nav.minimal a i {
	color: #373636;
}
/*  ********** SOCIALS ********* */
.colorFacebook{
    color: #3b5998 !important;
}
.colorTwitter{
    color: #00acee !important;
}
.colorLinkedin{
    color: #007BB5 !important;
}
/* ************************ */


/* ************* BLOG ************ */
.totale {
	width: 98.33% !important;
}
.colonneDroite{
    background-color:rgb(136, 181, 191); 
    background-repeat:no-repeat; 
    background-position:center top; 
    padding:50px 20% 40px; 
    max-width: 420px; 
    margin: 0 auto; 
    box-sizing: 
    border-box; 
    margin-bottom: 20px;
}
/* ******************************* */

/* ************* PAGE CONTACT ************ */
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
    color: #353534;
}
.margeContact{
    padding-top:140px; padding-bottom:80px;
}
@media only screen and (max-width: 767px){   
    .margeContact{
        padding-top:40px; padding-bottom:20px;
    }
}
/* ******************************* */
/* ******** PAGE CONTACT ********* */ 
.styleContact{
    background-color:#688e8a; 
    padding:60px 20% 45px; 
    border-width: 3px 3px 0; 
    border-style: solid; 
    border-color: #fff;
}
.styleFormulaireContact{
    background-color:#688e8a; 
    padding:60px 20px 20px; 
    box-shadow: 0px 2px 0px 0px #d9e4ef;
}
.boutonContact{
    background-color: #fff !important;
    color: #688e8a !important;
    border-radius: 5px !important;
}
.boutonContact:hover{
    background-color: #688e8a !important;
    color: #fff !important;
    border-radius: 5px !important;
    border-color: #fff !important;
    border-top-color: #fff !important;
    border-right-color: #fff !important;
    border-bottom-color: #fff !important;
    border-left-color: #fff !important;	
}
/* ******************************* */


/* ********************************* */
/* ************ PopUp **************  */
.img-modal{
  width:100%;
  height:100%;
}
.modal-content {
    top: 100px;
    position: relative;
    background-color: #304137;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-title{
    color: #fff !important;
}
.btn-close{
    color: #fff;
}
.modalFontTitre{
    color: #ffffff;
    font-size: 30px;
}
.modalFontContenu{
    color: #ffffff;
    font-size: 20px;
}

/* *********************************** */

/* ===================================
   ALIGNEMENT
   =================================== */
.centre{
    text-align: center;
}




/* ===================================
   FONTS COLOR
   =================================== */
.couleurVert{
    color: #d2e154;
}
.couleurBlanc{
    color: #fff;
}
.text-red    { color: #dc3545 !important; } /* danger */
.text-blue   { color: #0d6efd !important; } /* primary */
.text-grey   { color: #6c757d !important; } /* secondary */
.text-green  { color: #198754 !important; } /* success */
.text-yellow { color: #ffc107 !important; } /* warning */
.text-cyan   { color: #0dcaf0 !important; } /* info */
.text-black  { color: #212529 !important; } /* dark */
.text-white  { color: #ffffff !important; }





.sectionArt1{
    padding-top:140px; padding-bottom:0px; 
    background-image:url(../../../../img/articles/home_architect3_sectionbg2.png); 
    background-repeat:no-repeat; 
    background-position: center top;
}
.art1NoLine{
    margin:0 auto 70px;
}
.art1Img{
    display: none;
}
.art2{
    padding:100px 8% 85px 45%; 
    border: 20px solid #d2e154; 
    border-radius: 6px;
}
.art2Img{
    display: none;
}

@media only screen and (max-width: 767px){
    .fs-25Resp{
        font-size: 45px;
        line-height: 42px; 
    }
    .sectionArt1{
        padding-top:50px; padding-bottom:0px;
        background-image: unset; 
   
        background-position: unset;
    } 
    .art1NoLine {       
	margin: 0 auto 37px;
    }
    .art1Img{
        display: flex;
    }
    .art2{
        padding:50px 8% 30px 10%; 
        border: 20px solid #d2e154; 
        border-radius: 6px;
    }
    .art2Img{
        display: flex;
    }
    .art2Img2{
        display: none;
    }
    .mt-20Resp{
        margin-top: 20px !important;
    }
    
    
   

}

/* ************************************************** */
/*  ********* Galery photo article de base ********** */
.thumbnail-shop {
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s;
    margin-top: 5px;
}
.thumbnail-shop:hover {
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .section_wrapper .custom-width {
        margin: 0;
        width: 25% !important;
        clear: inherit;
    } 
}

/* ************************************** */
/*  ********* SLIDER principal ********** */
.hero {
    position: relative;
    width: 100%;
    height: 860px; /* hauteur du slider original */
    background-image: url('../img/slider/slider.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 220px; /* texte encore plus à droite */
}
.hero-bat {
    position: relative;
    width: 100%;
    height: 200px; /* hauteur du slider original */
    background-image: url('../img/slider/ampoule.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 75px; /* texte encore plus à droite */
}
.btnMargeHero{
    margin-top: 20px;
}
.hero-text {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    opacity: 0;
    animation: fadeIn 0.8s forwards;
    animation-delay: 0.2s;text
}

/* Titre principal */
.hero-text h1 {
    font-size: 90px;
    line-height: 90px;
    font-weight: 600;
    margin: 0;
}
.hero-text p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin: 10px 0 20px 0;
    color: #b7b6b6;
}
.hero-text a {
    display: inline-block;
    padding: 12px 25px;
    background-color: #d2e154;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}
.hero-text a:hover {
    background-color: #b5cc44;
}
/* Animation fade-in */
@keyframes fadeIn {
    to { opacity: 1; }
}
#Top_bar #logo img {
    max-height: 250%;
}
/* Tablette */
@media (max-width: 1024px) {
    .hero {
        padding-left: 60px;
        height: 650px; /* hauteur réduite */
    }
    .hero-text h1 {
        font-size: 60px;
        line-height: 65px;
    }
    .hero-text p {
        font-size: 20px;
        line-height: 24px;
    }
    #Top_bar #logo img {
        max-height: 100% !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hero {
        padding-left: 60px;
        padding-top: 20px;
        height: 200px; /* image moins grande */
        align-items: flex-start;
    }
    .hero-text h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .hero-text p {
        font-size: 14px;
        line-height: 18px;
    }
    .hero-text a {
        padding: 8px 16px;
        font-size: 12px;
    }
    #Top_bar #logo img {
        max-height: 100%;
    }
}

/* **************************************** */
/* ************** AGENDA ****************** */

.ui-tabs .ui-tabs-nav li.ui-state-active a::after, body:not(.woocommerce-page) table tr:hover td, body:not(.woocommerce-page) table tr:hover td a {
	color: #d2e154;
}

/* ************************************** */
/*  ********* MARGIN PADDING ************ */

.mt100{
    margin-top: 100px;
}
.mt150{
    margin-top: 150px;
}
.mt30{
    margin-top: 30px !important;
}
.pt10{
    padding-top: 10px;
}
.pb10{
    padding-bottom: 10px;
}
.alignCenterImg{
    display: block;
    margin: 0 auto;
}
.textaligncenter{
    text-align: center;
}
@media (max-width: 768px) {
    .mt100{
        margin-top: 50px;
    }
    .mt20{
        margin-top: 20px;
    }
}

/* ===================================
   BACKGROUND
   =================================== */
.bgBlanc{
    background-color: #fff;
}
.bgNoir{
    background-color: #333231;
}














.reponse{
    display: none !important;
}
.block-27 ul {
  padding: 0;
  margin: 0; 
}
.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; 
}
.block-27 ul li a, .block-27 ul li span {
      border: 1px solid rgb(38, 37, 71);
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px !important;
      line-height: 40px;
      border-radius: 5%; 
}
.block-27 ul li.active a, .block-27 ul li.active span {
      background: rgb(38, 37, 71);
      color: #fff;
      border: 1px solid transparent; 
}
.pager .pages {
	display: inline-block;
	margin: 0 30px;
	padding: 4px 3px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	background-image: url(../../../images/stripes/stripes_3_b.png);
}   
.pager .pages a, .pager .pages span.page-numbers {
	display: inline-block;
	margin: 0 1px;
	width: 35px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* ************************************** */
/*  ********* ARTICLES ****************** */




/* **************************************** */
/* **************************************** */

/* ===================================
   TEXT SIZE UTILITIES (Bootstrap 3 compatible)
   =================================== */

/* Petites tailles */
.fs-10 { font-size: 10px !important; }
.fs-11 { font-size: 11px !important; }
.fs-12 { font-size: 12px !important; }
.fs-13 { font-size: 13px !important; }
.fs-14 { font-size: 14px !important; }

/* Taille standard / lisible */
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.fs-17 { font-size: 17px !important; }
.fs-18 { font-size: 18px !important; }
.fs-20 { font-size: 20px !important; }

/* Grandes tailles */
.fs-22 { font-size: 22px !important; }
.fs-24 { font-size: 24px !important; }
.fs-26 { font-size: 26px !important; }
.fs-28 { font-size: 28px !important; }
.fs-30 { font-size: 30px !important; }

/* Titres & accentués */
.fs-32 { font-size: 32px !important; }
.fs-36 { font-size: 36px !important; }
.fs-40 { font-size: 40px !important; }
.fs-48 { font-size: 48px !important; }
.fs-56 { font-size: 56px !important; }
.fs-64 { font-size: 64px !important; }

/* ===================================
   FONT WEIGHT UTILITIES
   =================================== */
.fw-100 { font-weight: 100 !important; }
.fw-200 { font-weight: 200 !important; }
.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; } /* normal */
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; } /* bold */
.fw-800 { font-weight: 800 !important; }
.fw-900 { font-weight: 900 !important; }

/* ===================================
   LINE HEIGHT UTILITIES
   =================================== */
.lh-1 { line-height: 1 !important; }
.lh-12 { line-height: 1.2 !important; }
.lh-14 { line-height: 1.4 !important; }
.lh-16 { line-height: 1.6 !important; }
.lh-18 { line-height: 1.8 !important; }
.lh-2 { line-height: 2 !important; }

/* ===================================
   TEXT TRANSFORM UTILITIES
   =================================== */
.text-uppercase { text-transform: uppercase !important; }
.text-lowercase { text-transform: lowercase !important; }
.text-capitalize { text-transform: capitalize !important; }



/* ===================================
   AVIS CLIENTS
   =================================== */
.testimonials_slider .testimonials_slider_ul li .bq_wrapper {
    background: unset;
}