@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
}

html {
	height: 100%;
}

a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { color: inherit;text-decoration:none; }
a:active { text-decoration: none; }

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

input:not(input[type="checkbox"]) {
    -webkit-appearance: none !important;
    -webkit-border-radius:0 !important; 
    border-radius:0 !important;
}

.bg_gris {
	background-color: #f9f9fa;
}

h1 {
	color: #576671;
	font-size: 60px;
	font-weight: 100;
	line-height: 1em;
}

h1 strong {
	font-weight: 700;
}

.bandeautop h1 {
	color: #FFF;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

h2, h3 {
	color: #576671;
	font-size: 40px;
	font-weight: 200;
	line-height: 1em;
}

p {
	color: #87949e;
	font-size: 18px;
	padding-top: 30px;
}

header img {
	margin: 30px 0;
}

header ul {
	list-style: none;
}

header li {
	display: inline-block;
	vertical-align: bottom;
}

header li a {
	text-transform: uppercase;
}

header li {
	margin-left: 20px;
}

header li:first-child,
header .menumain li:nth-child(2) {
	margin-left: 0;
}

header .menutop a {
	color: #ff7800;
	font-size: 14px;
	line-height: normal;
}

header .menutop a.active {
	text-decoration: underline;
}

header .menutop a[href^=tel] {
	color: #000;
	font-size: 18px;
}

header .menutop li.lang {
	background: #ff7800;
}

header .menutop li.lang a {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	padding: 10px;
}

header .menumain {
	padding-top: 30px;
}

header .menumain a {
	color: #000;
	font-size: 14px;
	font-weight: 700;
}

header .menumain a:hover,
header .menumain a.active {
	color: #ff7800;
}

.button_menu {
	background: none;
	border: 0;
    cursor: pointer;
	display: none;
	margin-top: 35px;
	padding: 0;
}

.button_menu .bar1, 
.button_menu .bar2, 
.button_menu .bar3 {
    width: 35px;
    height: 5px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
}

.button_menu.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.button_menu.change .bar2 {opacity: 0;}

.button_menu.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

footer,
footer a {
	color: #FFF;
}

footer iframe {
	height: 430px;
	width: 100%;
}

footer .coord {
	background-color: #ff800f;
	padding-bottom: 40px;
	padding-top: 80px;
}

footer .adresse {
	padding-bottom: 40px;
}

footer h6 {
	font-size: 40px;
	font-weight: 700;
}

footer h6 span {
	display: block;
	font-size: 24px;
	font-weight: 300;
}

footer p {
	color: #FFF;
	font-size: 18px;
	padding-top: 12px;
}

footer ul {
	list-style: none;
}

.tel_email ul {
	margin-left: -30px;
}

.tel_email li {
	background-position: left;
	background-repeat: no-repeat;
	margin-top: 25px;
	padding-left: 60px;
}

.tel_email a {
	font-size: 28px;
}

.tel_email li.phone {
	background-image: url(../images/telephone.png);
}

.tel_email li.email {
	background-image: url(../images/courriel.png);
}

.territoires {
	padding-bottom: 40px;
	text-transform: uppercase;
}

.territoires p {
	font-size: 20px;
	font-weight: 700;
	padding: 0;
}

.territoires li {
	font-size: 14px;
	margin-top: 10px;
}

footer .copy {
	background-color: #cb680f;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#carouselAccueil {
	width: 100%;
}

#carouselAccueil .carousel-item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}

#carouselAccueil .carousel-item.bobine {
	background-image: url(../images/bobine-de-bois_bg.jpg);
}

#carouselAccueil .carousel-item.pieces {
	background-image: url(../images/../images/emballage-en-bois_bg.jpg);
}

#carouselAccueil .carousel-item.decoupe {
	background-image: url(../images/../images/decoupe-numerique_bg.jpg);
}

#carouselAccueil .carousel-item a {
	display: inline-block;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-top: 40px;
	padding: 12px 40px;
}

.services {
	padding-bottom: 120px;
	padding-top: 120px;
}

.services .service {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#carouselAccueil .carousel-item > div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 10%;
	text-align: center;
}

#carouselAccueil .carousel-item p {
	color: #FFF;
	font-size: 24px;
	padding: 0;
}

#carouselAccueil .carousel-item p.service {
	font-size: 60px;
	font-weight: 100;
	line-height: 1em;
	padding-bottom: 25px;
}

#carouselAccueil .carousel-item p.service strong {
	display: block;
	font-weight: 700;
}

.carousel-indicators {
	bottom: 40px;
}

.carousel-indicators li {
	background: transparent;
	border: 1px solid #fff;
    border-radius: 10px;
	height: 10px;
	width: 10px;
}

.services .bobines {
	background-image: url(../images/bobines-de-bois-sur-mesure.jpg);
}

.services .decoupe {
	background-image: url(../images/decoupe-numerique-cnc.jpg);
	height: 323px;
}

.services .pieces {
	background-image: url(../images/pieces-specifiques-de-bois.jpg);
	height: 323px;
	margin-top: 15px;
}

.services a {
	color: #FFF;
	font-size: 30px;
	font-weight: 300;
	line-height: 1em;
	display: block;
	height: 100%;
	padding: 150px 50px 0 20px;
	text-transform: uppercase;
}

.services a strong {
	font-size: 36px;
	font-weight: 700;
}

.services a u {
	font-size: 18px;
	text-decoration: underline;
}
.services .service2 {
	padding-left: 15px;
}

.partenaire {
	padding-bottom: 70px;
	padding-top: 100px;
}

.partenaire h1,
.evolution h2 {
	font-size: 50px;
}

.partenaire h2 {
	font-size: 20px;
	font-weight: 700;
	padding-top: 30px;
}

.partenaire p,
.evolution p {
	color: #87949e;
	font-size: 20px;
}

.btncontact {
	display: inline-block;
	background-color: #ff7800;
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	line-height: normal;
	margin-top: 30px;
	padding: 10px 30px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

a.btncontact:hover {
	color: #FFF;
}

.evolution {
	padding-bottom: 100px;
	padding-top: 100px;
}

.call_to_contact {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 675px;
}

.call_to_contact.accueil {
	background-image: url(../images/bobine-de-bois-fil-electrique-noir.jpg);
}

.call_to_contact.bobines {
	background-image: url(../images/bobine-de-bois-fil-electrique.jpg);
}

.call_to_contact.piecesdebois {
	background-image: url(../images/../images/composantes-de-bois.jpg);
}

.call_to_contact.decoupe {
	background-image: url(../images/../images/../images/decoupe-numerique-lettrage.jpg);
}

.call_to_contact > div {
	color: #FFF;
	font-size: 45px;
	font-weight: 200;
	line-height: 1em;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.call_to_contact > div strong {
	font-size: 55px;
	font-weight: 700;
}

.bandeautop {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 375px;
}

.bandeautop.bobinesdebois {
	background-image: url(../images/bandeau-bobines-de-bois.jpg);
}

.bandeautop.piecesdebois {
	background-image: url(../images/bandeau-pieces-de-bois.jpg);
}

.bandeautop.decoupe {
	background-image: url(../images/bandeau-decoupe-numerique.jpg);
}

.bandeautop.galerie {
	border-top: 7px solid #ff7800;
	height: inherit;
}

.produits,
.specs,
.caract {
	padding-bottom: 100px;
	padding-top: 100px;
}

.produits img {
	margin-bottom: 40px;
}

.specs p {
	font-size: 30px;
}

.specs ul {
	list-style: none;
}

.specs li {
	color: #576671;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-left: 1.3em;
	word-break: break-word;
}

.specs li:before {
	color: #ff7800;
    content: ">";
    display: inline-block;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-left: -1.3em;
    width: 1.3em;
}

.specs.decoupe {
	padding-bottom: 0;
	padding-top: 0;
}

.specs.decoupe ul {
	margin-top: 20px;
}

.specs .details p {
	font-size: 20px;
}

.specs .details hr {
	border-top: 13px solid #ff7800;
	margin-left: 0;
	width: 240px;
}

.specs .details,
.specs .prod {
	padding-bottom: 100px;
    padding-top: 100px;
}

.bandeau_galerie > div {
	border-bottom: 2px;
	border-right: 2px;
	border-top: 2px;
	border-color: #FFF;
	border-style: solid;
	width: 20%;
}

.bandeau_galerie > div:last-child {
	background-color: #ff7800;
	border-right: 0;
	padding: 0 2%;
}

.bandeau_galerie a {
	color: #FFF;
	font-size: 18px;
}

.bandeau_galerie a strong {
	display: block;
	font-weight: 900;
}

.bandeau_galerie a strong span {
	font-size: 22px;
	text-transform: uppercase;
}

.bandeau_galerie > div:last-child a {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.caract h3 {
	color: #576671;
	font-size: 48px;
	font-weight: 200;
}

.caract p {
	font-size: 24px;
	padding: 0;
}

.caract ul {
	list-style: none;
	font-size: 0;
	margin: 0 0 0 45px;
	padding-top: 30px;
	text-align: left;
	box-sizing: border-box;
	width: 1020px;
}

.caract li {
	color: #576671;
	display: inline-block;
	font-size: 22px;
	line-height: 1em;
	margin-top: 60px;
	vertical-align: top;
}

.w380 {
	width: 380px;
}

.w340 {
	width: 340px;
}

.w300 {
	width: 300px;
}

.caract li img,
.caract li span {
	display: inline-block;
	vertical-align: middle;
}

.caract li img {
	margin-right: 20px;
}

.galerie h1 {
	font-size: 50px;
	margin-top: 100px;
}

.galerie p {
	font-size: 24px;
	padding: 0;
}

.photos {
	font-size: 0;
}

.photos > div {
	margin: 0 auto;
	padding-bottom: 100px;
	padding-top: 80px;
	width: 1540px;
}

.photos img {
	margin: 2px;
}

hr {
	border-top: 2px solid #ff7800;
	margin-top: 30px;
	width: 30px;
}

/* Placeholder */
::-webkit-input-placeholder { /* WebKit browsers */
    color:#FFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#FFF;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#FFF;
    opacity:  1;
}

/*
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
*/

@media (max-width: 1560px) {
	.photos > div {
		width: 1155px;
	}
}

@media (max-width: 1500px) {
	.bandeau_galerie > div {
		width: 25%;
	}

	.bandeau_galerie > div:nth-child(1) {
		order: 2;
	}

	.bandeau_galerie > div:nth-child(2) {
		order: 3;
	}

	.bandeau_galerie > div:nth-child(3) {
		order: 4;
	}

	.bandeau_galerie > div:nth-child(4) {
		border-right: 0;
		order: 5;
	}

	.bandeau_galerie > div:last-child {
		border-bottom: 0;
		order: 1;
		padding: 25px 15px;
		width: 100%;
	}
	
	.bandeau_galerie > div:last-child a {
		top: inherit;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
	}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	header li {
		margin-left: 12px;
	}
	
	footer h6 {
    	font-size: 32px;
	}
	footer h6 span {
		font-size: 20px;
	}
	.tel_email li {
    	background-size: 25px;
		padding-left: 40px;
	}
	.tel_email a {
		font-size: 20px;
	}
	
	.caract h3 br {
		display: none;
	}
	.caract ul {
		margin: 0 0 0 140px;
		width: 680px;
	}
	.caract li {
		width: 340px !important;
	}
	
	.photos > div {
		width: 770px;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	h1 {
		font-size: 48px;
		line-height: 1em;
	}
	.button_menu {
		display: inline-block;
	}
	.menutop {
		display: none;
	}
	header .menumain {
		background-color: #FFF;
		display: none;
		position: absolute;
		margin: 0;
		padding: 23px 15px 0 0;
		right: 0;
		width: 350px;
		z-index: 1;
	}
	header .menumain li {
		display: block;
		margin: 7px 0;
	}
	header .menumain a {
		font-size: 18px;
	}

	footer {
		text-align: center;
	}
	
	.tel_email {
		padding-bottom: 40px;
	}
	.tel_email ul {
		margin: 0;
	}
	.tel_email li {
		background: none !important;
		margin-top: 12px;
		padding-left: 0px;
	}
	
	footer .text-right {
		text-align: center !important;
	}
	
	#carouselAccueil .carousel-item {
		height: 450px;
	}
	#carouselAccueil .carousel-item.bobine {
		background-image: url(../images/bobine-de-bois_bg_md.jpg);
	}

	#carouselAccueil .carousel-item.pieces {
		background-image: url(../images/../images/emballage-en-bois_bg_md.jpg);
	}

	#carouselAccueil .carousel-item.decoupe {
		background-image: url(../images/../images/decoupe-numerique_bg_md.jpg);
	}
	#carouselAccueil .carousel-item p.service {
		font-size: 48px;
	}
	#carouselAccueil .carousel-item p {
		font-size: 18px;
	}
	#carouselAccueil .carousel-item a {
		margin-top: 30px;
		padding: 8px 25px;
	}
	.carousel-indicators {
		bottom: 10px;
	}
	
	.services .bobines {
		height: 323px;
		margin-bottom: 15px;
	}
	.services .service2 {
		padding: 0;
	}
	
	.partenaire,
	.evolution {
		text-align: center;
	}
	
	.evolution img {
		margin-top: 40px;
	}
	
	.call_to_contact {
		height: 400px;
	}
	.call_to_contact > div {
		font-size: 32px;
	}
	.call_to_contact > div strong {
		font-size: 48px;
	}
	
	.call_to_contact.accueil {
		background-image: url(../images/bobine-de-bois-fil-electrique-noir_md.jpg);
	}
	
	.call_to_contact.bobines {
		background-image: url(../images/bobine-de-bois-fil-electrique_md.jpg);
	}
	.call_to_contact.piecesdebois {
		background-image: url(../images/../images/composantes-de-bois_md.jpg);
	}
	.call_to_contact.decoupe {
		background-image: url(../images/../images/../images/decoupe-numerique-lettrage_md.jpg);
	}
	
	.produits,
	.specs {
		text-align: center;
	}
	
	.specs > div:nth-child(1) {
		margin-bottom: 40px;
	}
	
	.specs li br {
		display: none;
	}
	
	.caract ul {
		margin: 0 0 0 20px;
	}
	
	.bandeautop {
		height: 200px;
	}
	
	.bandeautop.bobinesdebois {
		background-image: url(../images/bandeau-bobines-de-bois_md.jpg);
	}
	
	.bandeautop.piecesdebois {
		background-image: url(../images/../images/bandeau-pieces-de-bois_md.jpg);
	}
	
	.bandeautop.decoupe {
		background-image: url(../images/../images/bandeau-decoupe-numerique_md.jpg);
	}
	
	.specs .details hr {
		margin-left: auto;
	}
	
	.photos > div {
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	.photos img {
		margin: 2px 0;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	#carouselAccueil .carousel-item p.service {
		font-size: 32px;
	}
	
	.bandeau_galerie > div {
		width: 50%;
	}
	
	.caract ul {
    	margin: 0 0 0 80px;
		width: 460px;
	}
	.caract li {
		width: 380px !important;
	}
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.caract ul {
		margin: 0;
		width: 100%;
	}
	.caract li {
		width: 100% !important;
     	white-space: nowrap;
	}
}