/*
	Theme Name: : Lefebvre et McCaffrey
	Theme URI: http://html5blank.com
	Description: Lefebvre et McCaffrey Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
    clear:both;    
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
    color:#69bd45;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.row{
	margin:0;
    padding:0;
}

/*------------------------------------*\
    TEXTE
\*------------------------------------*/
h1{
    color:#69bd45;
    font-size:34px;
    font-weight:800;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body {
	color:#404041;
    font-family:'Raleway', sans-serif;
    font-size:16px;
}

/* wrapper */
#wrapper {
}
.wrap {
    width:1170px;
	margin:0 auto;
	position:relative;
}

/* header */
header.header {
    height:195px;
    background:url('http://lefebvremccaffrey.com/wp-content/uploads/2025/02/header-bg.png');
}

/* logo */
#logo {
    position:absolute;
    top:20px;
    left:20px;
}
#gestion {
    font-size:24px;
    font-family: verdana;
    color:#69bd45;	
    font-weight:bold;
	padding-left:100px;
}
/* telephone et menu */
#tel-menu {
    position:absolute;
    top:20px;
    right:20px;
    font-weight:bold;
    text-align: right;
}
#tel-menu .tel{
    font-size:24px;
    font-family: verdana;
}
#tel-menu a.courriel{
    color:#69bd45;
}
#tel-menu .top-menu{
    margin-top:20px;  
}
#tel-menu .top-menu a{
    margin-left:20px;
	color:#404041;    
}
#tel-menu p.fb{
    margin-top:15px;    
}

/* nav */
nav.nav {
    background:#404041;
}
nav.nav ul, 
nav.nav ul li {
    margin:0;
    padding:0;
    list-style:none;
}
nav.nav ul li {
    float:left;
    margin:15px 20px 15px 0px;
}
nav.nav ul li#menu-item-44{
    display: none;
}
nav.nav ul li a {
    color:#69bd45;
    padding:15px 10px;    
    font-size:16px;
    font-weight:bold;
    text-transform: uppercase;
    font-family:'Raleway', sans-serif;    
}
nav.nav ul li a:hover { 
    background:#69bd45;     
    text-decoration:none;
    color:#ffffff;    
}

/* footer */
footer.footer {
    background:url('img/footer-bg.png') repeat-x top;
    color:#ffffff;
    padding:50px 0;      
}
footer.footer article {
    padding:0 20px;   
}
footer.footer img.bouclier {
    height:300px;
}
footer.footer a{
    color:#69bd45;  
}

/* copyrights */
p.copyright{
    background:#ffffff;
	color:#404041;
    text-align: center;
    margin:0;
    padding:10px;
    font-size:12px;
}

/*------------------------------------*\
    ACCUEIL
\*------------------------------------*/
/* logos-cies */
section#logos-cies {
    padding:75px 20px;
    text-align:center;
}

section#logos-cies img {
    margin:10px 20px;
    width:140px; 
    vertical-align: middle;    
}

/* nos-services */
section#nos-services {
    background:url('img/footer-bg.png') repeat-x top;
    padding:75px 0;     
    text-align: center;
}
section#nos-services img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

/* presentation */
section#presentation {
    background:url('img/presentation-bg.jpg') 0% 50% fixed;   
    background-size:cover;        
    padding:75px 0; 
    width:100%;
    height:300px;  
    text-align: center;    
}
section#presentation article {
    padding:0 100px;   
}

/* logos-ga */
section#logos-ga {
    padding:75px 0; 
    min-height:300px;   
    text-align: center;     
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

section.slider-int {
    z-index:1;
	height:100px;
}
section.slider-int .wrap {
    z-index:1;
    position:relative;    
}
section.slider-int .wrap h1 {
    position:absolute;
    z-index:100;
    top:30px;
    left:20px;
    color:#69bd45;  
    font-size:54px;
    font-weight:900;    
}

section#page-int article {
    padding:50px 20px;   
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 479px) { 
    #wrapper, .wrap {
        width:100%;
    } 
    header.header {
        height:125px;
    }
    #logo img {
        width: 225px;
    }    
    #tel-menu {
        display:none;
    } 
    #gestion {
      font-size:16px;
	  padding-left:0px;
    }	
    section#presentation {
        height: 400px;
        padding:35px 0;
    }
    section#presentation article {
        padding:0 25px;   
    }    
    section#nos-services {
        height:auto; 
        padding:35px 0;
        background:url('img/footer-bg.png') repeat;        
    }
    section#nos-services .unservice {
        margin-bottom:10px;
    }    
    footer.footer {
        text-align:center;
        padding:35px 0;      
    } 
    footer.footer .bouclier {
        display:none;    
    }  
    footer.footer .signature{
        margin-bottom:25px;   
    } 
	section.slider-int {
		height:0px;
	}	
    section.slider-int #rev_slider_2_1_forcefullwidth {
        display:none;    
    }    
    section.slider-int .wrap h1 {
        top:10px;
        font-size:24px;
        font-weight:700;
    }  
    #page-int article {
        margin-top: 50px;
    }      
}

@media only screen and (min-width: 480px) and (max-width: 767px) {   
    #wrapper, .wrap {
        width:100%;
    } 
    #tel-menu {
        display:none;
    } 
   #gestion {
      font-size:18px;
	  padding-left:0px;
   }	
	section.slider-int {
		height:0px;
	}	
    section#presentation {
        height: 400px;
        padding:50px 0;
    }
    section#nos-services {
        height:auto; 
        padding:35px 0;
        background:url('img/footer-bg.png') repeat;        
    }
    section#nos-services .unservice {
        margin-bottom:10px;
    }    
    footer.footer {
        text-align:center;
        padding:35px 0;      
    } 
    footer.footer .bouclier {
        display:none;    
    }  
    footer.footer .signature{
        margin-bottom:25px;   
    } 
    section.slider-int #rev_slider_2_1_forcefullwidth {
        display:none;    
    }    
    section.slider-int .wrap h1 {
        top:10px;
        font-size:34px;
        font-weight:700;
    }  
    #page-int article {
        margin-top: 75px;
    }        
}   

@media only screen and (min-width: 768px) and (max-width: 992px) {   
    #wrapper, .wrap {
        width:100%;
    } 
    #tel-menu {
        right:95px;
        top: 15px;
    } 	
    section#presentation {
        height: 350px;
    }
    section#nos-services {
        height:auto; 
        padding:35px 0;
    }
    section#nos-services .unservice {
        margin-bottom:10px;
    }    
    footer.footer {
        text-align:center;
        padding:35px 0;      
    } 
    footer.footer .bouclier {
        display:none;    
    }  
    footer.footer .signature{
        margin-bottom:25px;   
    } 
    section.slider-int .wrap h1 {
        top:10px;
        font-size:34px;
        font-weight:700;    
    }     
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    #wrapper, .wrap {
        width:100%;
    }
    nav.nav ul li {
        margin:10px;
    }
    nav.nav ul li a {
        padding:10px;
        font-size:12px;      
    }
    section#nos-services {
        height:auto; 
    }   
    section.slider-int .wrap h1 {
        top:20px;
        font-size:38px;
        font-weight:700;    
    }    
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    #wrapper {
        width:100%;
    }   
}

@media only screen and (min-width: 1600px){
    .mobileonly{display:none; }    
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}