/*
	Theme Name: MACONNERIE BPL
	Theme URI: http://html5blank.com
	Description: Theme MaconnerieBPL basé sur le HTML5 Blank WordPress Theme
	Version: 1.0
	Author: NAO.MY - 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 {
    font-family: 'Archivo Narrow', sans-serif;
    font-size:16px;
	color:#000000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	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;
}

/*------------------------------------*\
    TEXTES
\*------------------------------------*/
.btn-rouge{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e64e19+0,b53406+100 */
    background: #b92426; /* Old browsers */
    background: -moz-linear-gradient(top, #b92426 0%, #9b1113 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b92426 0%,#9b1113 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b92426 0%,#9b1113 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='b92426', endColorstr='#9b1113',GradientType=0 ); /* IE6-9 */
    color:white;
    font-size:20px;
    margin-top:25px;   
    text-transform:uppercase;
}
.btn-rouge:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#646464+0,353535+100 */
  background: #646464; /* Old browsers */
  background: -moz-linear-gradient(top, #646464 0%, #353535 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #646464 0%,#353535 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #646464 0%,#353535 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#353535',GradientType=0 ); /* IE6-9 */
  color:white;
}
h1{
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight:bold;
    text-transform: uppercase;
}
h3{
    font-family: 'Oswald', sans-serif;
    font-size:24px;
    font-weight:bold;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* body */
body {
    background:#000000;
    color:#000000;
}

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


/* header */
header.header {
    background:#1d1a19;
}

/* logo */
#logo {
    position:relative;  
}
#logo .logo-img{
    position:absolute;
    left:0px;
    top:45px;
}

/* nav */
#menu {
    font-family: 'Oswald', sans-serif;
    position:relative;      
}
#menu nav.nav{
    position:absolute;
    left:25px;
    top:93px;    
}
#menu nav.nav ul{
	margin:0;
    padding:0;
}
#menu nav.nav ul li{
    float:left;
    list-style: none;
}
#menu nav.nav ul li a {
    color: #ffffff;
    font-size:21px;
    font-weight:500;
    text-transform: uppercase;
    padding:10px 25px 15px 25px;
}
#menu nav.nav ul li a:hover {
    color: #b92426;
    background:#2b2827;
    border-bottom:#b92426 solid 10px; 
}
#menu nav.nav ul li#menu-item-21{
    display:none;
}

/* contact */
#contact {
    font-family: 'Oswald', sans-serif;
    color: #ffffff; 
    position:relative;  
    text-align: right;
    padding:65px 0px 10px 25px;
}
#contact p {
    font-size:16px;     
}
#contact p span {
    font-size:30px;     
}
#contact p a {
    color: #ffffff;   
}

/* main */
main {
    padding:50px 25px;
}
.home main {
    padding:0px;
}

/* pre-footer */
section#prefooter {
    background:#b92426;
    padding:50px 0px;  
    color: #ffffff;    
}
section#prefooter h1, section#prefooter h3, section#prefooter a {
    color: #ffffff; 
}

/* footer */
footer.footer {
    text-align: center;
    padding:10px 0;
    background:#ffffff;
    color:#000000; 
}

/*------------------------------------*\
    PAGE : ACCUEIL
\*------------------------------------*/
section#bienvenue {
    text-align:center;   
    padding:100px 0;
}
section#bienvenue {
    text-align:center;    
}

section#services {
    background:#252525;
    color: #ffffff;
}
section#services h1 {
    color: #ffffff;     
}
section#services #description {
    padding:100px 19% 100px 50px;
}
section#services #les-services{
    background:url('img/bg-services.jpg')  
}
section#services #les-services .box{
    background: rgba(255, 255, 255, 0.9);
    padding:50px;
    color:#252525;
    margin-left:-250px;
    margin-top:150px;
    margin-bottom:150px;
    margin-right:50px;
}

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

@media only screen and (max-width: 479px) {
    #wrapper, .wrap { 
        width:100%;
    } 
    #logo .logo-img{
        top:10px;
        left:10px;
    }   
    #contact {
        padding:10px;
    }
    #contact p {
        font-size:14px;     
    }    
    #contact p span {
        font-size:18px;     
    } 
    section#bienvenue {
        padding:50px 0;
    }
    section#bienvenue p {
        margin:0 15px
    } 
    section#services #description {
        padding:50px;
        text-align: center;
    }
    section#services #les-services .box{
        padding:25px;
        margin:0 20px;
        text-align: center;        
    }    
    section#services #les-services .box h3{
        font-size:20px;
        text-align: center;        
    }   
    section#prefooter, #nous-joindre, #soumission{
        text-align: center;        
    }    
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #wrapper, .wrap { 
        width:100%;
    } 
    #logo .logo-img{
        top:10px;
        left:10px;
    }   
    #contact {
        padding:10px
    } 
    #contact p span {
        font-size:26px;     
    } 
    section#bienvenue {
        padding:50px 0;
    }  
    section#bienvenue p {
        margin:0 15px
    }   
    section#services #description {
        padding:50px;
        text-align: center;
    }
    section#services #les-services .box{
        padding:40px;
        margin:0 50px;
        text-align: center;        
    }    
    section#services #les-services .box h3{
        font-size:20px;
        text-align: center;        
    }   
    section#prefooter, #nous-joindre, #soumission{
        text-align: center;        
    }    
}    

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #wrapper, .wrap { 
        width:100%;
    } 
    #logo .logo-img{
        top:10px;
        left:10px;
    }   
    #contact {
        padding:25px 10px 10px 25px;
    } 
    #contact p span {
        font-size:26px;     
    } 
    section#bienvenue {
        padding:50px 0;
    }  
    section#bienvenue p {
        margin:0 15px
    } 
    section#services #description {
        padding:50px;
        text-align: center;
    }
    section#services #les-services .box{
        padding:40px;
        margin:0 50px;
        text-align: center;        
    }    
    section#services #les-services .box h3{
        font-size:20px;
        text-align: center;        
    }   
    section#prefooter, #nous-joindre, #soumission{
        text-align: center;        
    }   	    
 }   

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    #wrapper, .wrap { 
        width:100%;
    }      
    #logo .logo-img{
        top:40px;
        left:10px;
    }
    #menu nav.nav{
        top:53px;    
    }
    #menu nav.nav ul li a {
        font-size:18px;
        padding:10px 25px 15px 25px;
    }   
    #contact {
        padding:25px 10px 10px 25px;
    } 
    #contact p span {
        font-size:26px;     
    }  
    section#bienvenue {
        padding:50px 0;
    }  
    section#bienvenue p {
        margin:0 15px
    }   
    section#services #description {
        padding:50px 20% 0px 50px;
    }
    section#services #les-services .box{
        padding:40px;
        margin-left:-150px;
        margin-top:100px;
        margin-bottom:100px;
        margin-right:50px;
    }    
    section#services #les-services .box h3{
        font-size:20px;
    }       
}

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

@media only screen and (min-width: 1600px) {
    }
}

/*------------------------------------*\
    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;
}


/* New CSS 2024 */
