
/* __________________________ Override framework Size __________________________ */


 body{  }

            

               h2{ font-size: 30px; border-bottom:1px solid rgba(0,0,0,0.2) }

               /*
              h2.air{
                  margin-bottom: 35px;
              }

              h2.air span{
                  background: #fff;
                  transform: translateY(-20px);
                  position: absolute;
                  line-height: 40px;
                  display: inline-block;
                  padding-right: 15px;

              }*/

               h3{ font-size: 17px }

               

               .valeurs .c{
                   text-align: center;
               }

              .valeurs .c i{
                 font-size: 40px;
                  color: #999;
                  display: block;
                  margin-bottom: 10px;
              }

              .color-light-grey{
                  color: #ccc;
              }
.color-orange{color:#ef8d30}
.bg-orange{background-color:#ef8d30}
.btn-orange{background-color: #ef8d30;}

.color-blue{
    color: #2764ae;
}
.bg-blue{
    background-color: #2764ae;
}

p, li{ font-size:16px}

.fluid, .fluid-x{max-width: 1320px;}

#logo a { width: 260px; display: block  }
#logo a img{ width: 100%; display: block  }

main{min-height: 500px;}
footer{min-height: 150px; background: #2b2f32;}

input, textarea, select {
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 15px;
}
 
/* __________________________ Custom Bio ___________________________________ */


html{
    /*background:url(./../../../../../images/banniere/background.jpg);*/

}



body{
    font-family: "Raleway", arial;
    background: #f5f5f5;
}

header{
    background: #2b2f32;
    /*background-image: linear-gradient(0deg, rgba(0,0,0,1) 0% , rgba(0,0,0,0) 25%  )*/;
}

#slider-home strong{
    font-size: 70px;
}

nav{
background: none; 
display: flex; 
align-items:center;
    padding: 18px 0px;
}

nav.open > .flex-between{
    display: block;
}

#logo a img{ height : inherit}

header .fluid{
 
}

#nav-hamburger span { background:#333; }

#nav #menu-main {

}

#nav #mobile-menu-links{
    width: auto;


}

#nav #mobile-menu-links li{
    margin:0;
    margin: 0px 0px 0px 18px;
    
}

#nav #mobile-menu-links a{

    font-size:18px;
    padding: 14px 22px;
    color:#eee;
    background: #222;
    font-weight: 600;
    border-radius:12px;
}
#nav #mobile-menu-links a:hover{
    color:#fff;
    background: #111;
}
#nav #mobile-menu-links .current_page_item a,
#nav #mobile-menu-links .current-menu-item a,
#nav #mobile-menu-links .current-menu-parent a,
#nav #mobile-menu-links .current-page-ancestor a{
    color:#333;
    background: #f7db23;

}


#main{
background: #fff;
}

#main h1{
padding: 20px 0px;
display:inline-block;
font-size: 52px;
font-weight: bold;
    color: #444;
}

.subtitle{
    display: block;
    font-size: 30px;
    color: #888;
}


h1 .lieu{
    font-size: 20px;
}

a{
    color: #1472bb;
    text-decoration: underline;
}

a:hover{
    color: #1264a4;
    text-decoration: none;
}

#main a img{
    transition: ease all 0.2s;
}

#main a:hover img{
    filter: brightness(90%);
}


#main img{
    background: #fff;
    border-radius: 12px;
    width: 100%;
    height: auto;
    display: block;
}




#cover-realisation img{
    width: 100%;
}

#main article{

}

#main p:first-child{
margin-top: 0;
}

h2{
font-size: 36px;
margin:20px 0px 10px 0px;
color:#333333;
    border: none;
}

h3{
    font-size: 25px;
    margin:20px 0px 10px 0px;
    color:#333333;
    border: none;
}

.btn-big{
    font-weight: 800;
    font-size: 18px;
    border-radius: 12px;
    border: none;
    padding: 12px 24px;
    background: #f7db23;
    color: #333;
    text-decoration: none;
}

#projets-sorts{
    margin-bottom: 40px;
}

#projets-sorts .btn-filter{
    background: #333;
    color: #fff;
    opacity: 0.5;
    padding: 10px;
    border-radius: 12px;
    margin-right: 10px;
    cursor: pointer;
}
#projets-sorts .btn-filter.active{
    background: #333;
    color: #fff;
    opacity: 1;
}


.realisation-item{
    float: left;
    width: 30%;
    margin: 10px 3% 10px 0%;
}


#main .border-radius-big{
    border-radius: 40px;
}


#link-services a{
text-decoration: none;
font-size: 36px;
}


#link-services a strong{
    padding: 20px 20px 0px 20px;
    display: block;
}

#link-services a img{

}



#loop-realisations{
    flex-wrap: wrap;
}

#loop-realisations a{
    display: block;
    font-size: 18px;
    width: 100%;
    text-decoration: none;
    margin-bottom: 30px;
}
#loop-realisations a strong{
    display: block;
    width: 100%;
}
#loop-realisations a span{
    font-size: 14px;
}

#loop-realisations img{
    display: block;
    width: 100%;
}

img.profils{ border-radius: 50%; max-width:100%; filter:grayscale(1) }


 a.my-sort{
  font-size: 18px;
  padding:8px 16px;
  margin-right:10px;
}
 a.my-sort.active{
  background: #f78011;
  color:#fff;
}

#clients-items{
display: flex;
flex-wrap:wrap;
}

#clients-items .c{
padding:40px;
width:16.66%;
}

#projets-last a{
    text-decoration: none;
}

.projet-year{
font-size: 12px;
font-weight: bold;
color: #999;
}


#clients-last .c {
padding: 30px; margin:11px 0px
}  

/* __________________________ Mobile Earthclim ___________________________________ */

@media screen and (max-width: 1080px)
{



    body{
        background: #1c84c2;
    }
    nav{
        display: block;
        padding: 10px 0px;
    }

    #logo a img{ padding: 0px; max-width: 200px; height: auto }

    #nav-hamburger span {
        background: #fff;
    }

    #nav #mobile-menu-links li {
        margin: 0;
        margin: 0px 0px 0px 0px;
    }
    #nav #mobile-menu-links a{
        display: block;
        width: 100%;
        margin: 10px 0px;
    }

    #nav #mobile-menu-links .current_page_item a, #nav #mobile-menu-links .current-menu-item a, #nav #mobile-menu-links .current-menu-parent a, #nav #mobile-menu-links .current-page-ancestor a{
        border-radius: 8px;
    }

    header .fluid{
        display: block; 
    }

    #main h1{
        font-size: 32px;
    }
    .subtitle {
        font-size: 26px;
    }
    #main h2{
        font-size: 26px;
    }
    #main h3{
        font-size: 22px;
    }

    #main #link-services a{
        font-size: 24px;
    }

    .realisation-item {
        float: none;
        width: 80%;
        margin: 10px auto;
    }

    #projets-sorts span{
        display: inline-block; margin-bottom: 10px;
    }
    
} 