/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ============= Les bases ============== */

.bbox { box-sizing: border-box; }

.center {
	clear: both;
	margin: 0 auto;
}

.left {
	float: left;
}

body {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	margin: 0;
	padding: 10px;
}

/* 
--------------------
	Colones 
--------------------
*/

.col1 { width: 160px; }

.col2 { width: 320px; }

.col2min { width: 305px; }

.col3 { width: 480px; }

.col5 { width: 800px; }

.col6 { width: 960px; }

/* 
-------------------- 
	Lignes 
--------------------
*/

.row1 { height: 160px; }

.row2 { height: 320px; }

/*
--------------------
	Couleurs 
--------------------
*/

.bg_rose { background-color: #198fbd; }

.bg_fushia { background-color: #d61316; }

.bg_violine { background-color: #49a7cc; }

.bg_white { background-color: #FFFFFF; }

.bg_gris { background-color: #a5ddef; }

.txt_rose { color: #ee2224; }

.txt_blue { color: #198fbd; }

.txt_noir { color: #000000; }

.txt_gris { color: #969696; }

.txt_rosepale { color : #ffcbda; }

.txt_white { color: #FFFFFF; }

.txt_center { font-size: 0.9em; text-align: center }

.txt {
	font-size: 0.9em;
}

.txt strong {
	font-size: 0.9em;
}

::-webkit-input-placeholder {
    color:    #CCC;
}
:-moz-placeholder {
    color:    #CCC;
}
::-moz-placeholder {
    color:    #CCC;
}
:-ms-input-placeholder {
    color:    #CCC;
}

.bouton {
	display: block;
	margin: 20px auto;
	background: #FE3C73;
	color: #FFF;
	font-size: 1.4em;
	text-decoration: none;
	text-align: center;
	transition: all 1s;
}

.bouton:hover {
	background: #a80d0f;
}

.fl_left {
	display: block;
	width: 30%;
	float: left;
	padding-left: 110px;
}

.fl_right {
	border-left: 1px solid #DDD;
	display: block;
	width: 40%;
	float: right;
	padding-left: 110px;
}

/* ============= Canvas ============== */

#travaux {
	position: fixed;
	left: 20px;
	top: 200px;
	width: 250px;
	height: auto;
	padding: 5px 10px;
	font-size: 0.9em;
	border: 5px solid white;
	box-shadow: 5px 5px 5px grey;
	z-index: 1000;
}

#logo {
	float: left;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}

header {
	position: relative;
}

#logo img {
	margin-top: 6px;
	margin-left:-75px;
}

#menu {
	float: left;
}

#topline {
	height: 58px;
}

#topline h1 {
	float: left;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}

#topline #userpanel {
	position: relative;
	height: 40px;
	float: right;
	z-index: 100;
}

#topline #userpanel img {
	width: 40px;
	height: 40px;
	float: left;
}

#topline #userpanel #useraction {
	display: block;
	width: 280px;
	height: 40px;
	float: right;
	padding: 0;
	padding-top: 10px;
	font-size: 0.9em;
	text-align: center;
	cursor: pointer;
}

#topline #userpanel #depliant {
	overflow: hidden;
	transition: all 2s ;
	z-index: -1;
	padding: 0;
	max-height: 0em;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#topline #userpanel:hover #depliant {
	overflow: auto;
	max-height: 460px;
	overflow-y: hidden;
	top:0;
}

#depliant a {
	display: block;
	text-align: center;
	transition: all 1s;
	font-size: 0.8em;
	border: 1px solid #a80d0f;
	text-decoration: none;
	padding: 3px 0;
	margin: 10px;
}

#depliant a:hover {
	background: #a80d0f;
}

#depliant .devis_little {
	margin: 5px 10px;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	height: auto;
	overflow: auto;
}

#depliant .devis_little p {
	font-size: 0.8em;
	padding: 5px;
}

nav {
	clear: both;
	height: 40px;
	border-top: 1px solid white;
}

nav ul {
	padding: 0;
	margin: 0;
	box-sizing: border-box; 
}

nav ul li {
	position: relative;
	width: 156px;
	height: 40px;
	display: inline-block;
	transition: all 1s;
	padding: 0;
	margin: 0;
}

nav ul li ul{
	position: absolute;
	width: 156px;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.5s;
	background: #45b0d1;
	z-index: 10;
}

nav ul li:hover {
	background: #198fbd;
}

nav ul li:hover ul{
	max-height: 260px;
	oveflow: auto;
}

nav ul li ul li{
	width: 156px;
	border-bottom: 1px solid #FFF;
}

nav ul li a {
	height: 28px;
	display: block;
	color: white;
	text-decoration: none;
	padding-top: 12px;
	font-size: 1em;
	text-align: center;
}

nav ul li ul li a {
	font-size: 0.8em;
}

.search {
	position: absolute;
	width: 480px;
	height: auto;
	top: 110px;
	left: 160px;
	background: white;
	padding: 5px;
}

.search input {
	width: 410px;
	height: 25px;
	padding-left: 10px;
	border: 1px solid #CCC;
}

.search input[type="submit"]{
	width: 50px;
	height: 29px;
	padding: 0;
	color: white;
	background: #ee2224;
	border: 1px solid #ee2224;
	transition: all 1s;
}

.search input[type="submit"]:hover{
	width: 50px;
	height: 29px;
	padding: 0;
	background: #981a1b;
}

#devisgratuit {
	position: absolute;
	width: 200px;
	height: 100px;
	right: 45px;
	top: 120px;
	z-index: 5;
	transform: rotate(7deg);
	border-radius: 20px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	border: 3px solid white;
	padding: 5px;
}

#devisgratuit #bloc {
	width: 200px;
	height: 100px;
	border-radius: 15px;
}

#devisgratuit #bloc p {
	text-align: center;
	line-height: 1.5em;
}

#devisgratuit #bloc p strong{
	font-size: 1.2em;
}

#devisgratuit #bloc p em {
	display: block;
	font-style: normal;
	margin-top: 5px;
	border-top: 1px solid grey;
}

#ban {
	position: relative;
	border-top: 5px solid #198fbd;
	overflow: hidden;
}

#ban #banslider {
	position: relative;
	width: 3840px;
	transition: all 1s;
}

#ban #banslider .banitem {
	display: block;
	overflow: hidden;
	float: left;
}

#ban #control {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 50;
	top: 140px;
} 

#ban #control.prev {
	left: 0;
}

#ban #control.next {
	right: 0;
}

#ban #control a {
	display: block;
}

.banitem img.mini {
	display: block;
	float: left;
	margin-top: -50px;
	margin-left: -50px;
}

.banitem img.big {
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}

.banitem .message {
	display: block;
	float: left;
	width: 420px;
	margin-top: 120px;
	margin-left: 35px;
}

.banitem .message strong{
	font-size: 2.5em;
	text-transform: uppercase;
}

.banitem .message em{
	font-size: 1.5em;
	font-style: normal;
	line-height: 0.5em;
}

.banitem a {
	clear: both;
	display: block;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	transition: all 1s;
}

.banitem a:hover {
	background-color: #006b97;
}

.bloc {
	float:left;
}

.arrow-white {
	float: left;
	width: 0; 
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
	border-left: 18px solid white;
}

.arrow-rose {
	float: left;
	width: 0; 
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
	border-left: 18px solid #198fbd;
}

.arrow-violine {
	float: left;
	width: 0; 
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;	
	border-left: 18px solid #198fbd;
}

.arrow-grey {
	float: left;
	width: 0; 
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
	border-left: 18px solid #a5ddef;
}

.bloc h2 {
	font-size: 1.5em;
	line-height: 0.8em;
}

.bloc p {
	padding: 10px 30px;
	font-size: 0.9em;
	line-height: 1.2em;
}

#rubriques {
	margin-top: 10px;
	margin-bottom: 20px;
}

.rub {
	text-align: center;
	font-size: 1.3em;
	padding-top: 20px;
}

.rub img {
	transition: all 1s;
}

.rub:hover img {
	transform: scale(1.2,1.2);
}

#catalogue {
	display: block;
	overflow: auto;
	margin-bottom: 10px;
}

#catalogue h2 a {
	font-size: 0.6em;
	margin: 2px;
}

.produit {
	float: left;
	border: 1px solid white;
	transition: all 1s;
	margin-top: 2px;
}

.produit .picture {
	overflow: hidden;
	height: 230px;
}


.produit .picture img {
	display: block;
	margin: 0 auto;
	transition: all 1s;
}

.produit:hover .picture img {
	display: block;
	margin: 0 auto;
	transform: scale(1.2,1.2);
}

.produit h3 {
	display: block;
	text-align: center;
	margin: 0;
	padding: 8px 0;
	border-top: 1px solid red;
	font-size: 1.0em;
	transition: all 1s;
	color: #999;
}

.produit:hover h3 {
	color: #999;
	background: #EEE;
}

.produit .infos {
	height: 16px;
	display: block;
	width: 100%;
}

.produit .infos .impression{
	text-align: center;
	font-size: 1.2em;
}

.produit .infos .prix{
	float: right;
	padding: 12px 15px 0 0;
	font-size: 0.9em;
}

footer {
	clear: both;
	display: block;
	width: 100%;
	background: #303030;
	height: 250px;
}

footer p {
	display: block;
	margin: 0;
	padding: 15px;
	font-size: 0.8em;
	color: #FFF;
	float: left;
}

footer p em{
	display: block;
	padding: 3px 5px;
	font-style: normal;
	background: rgba(255,255,255,0.1);
	width: 300px;
	border-left: 5px solid red;
}

footer p a {
	display: block;
	color : #fff;
	background: rgba(255,255,255,0.1);
	padding: 2px 5px;
	margin: 1px;
	text-decoration: none;
	transition: all 1s;
	width: 300px;
	border-left: 5px solid #fff;
}

footer p a:hover {
	color : #000;
	background: rgba(255,255,255,0.3);
}

footer p span {
	display: block;
	color : #fff;
	border-bottom: 1px solid white;
	padding: 2px 5px;
	margin: 1px;
	text-decoration: none;
	width: 300px;
}

footer p.f_left {
	width: 300px;
	height: 200px;
	display: block;
	float: left;
	margin-right: 15px;
}

footer p.f_right {
	width: 300px;
	height: 200px;
	display: block;
	float: left;
}

footer p.copyright {
	width: 100%;
	text-align: center;
}

/* Login Mot de passe */

#login {
	height: auto;
	padding: 5px;
}

#login p {
	height: 15px;
	padding: 5px;
	margin: 5px;
	line-height: 25px;
}

#login p.error {
	font-size: 0.8em;
	height: 15px;
	padding: 0;
}

#login p label {
	float: left;
	font-size: 0.8em;
}

#login p input {
	float: right;
	width: 150px;
	height: 15px;
	font-size: 0.8em;
}

#login p input[type="submit"] {
	float: right;
	width: 154px;
	height: 20px;
	border: 0;
	transition: all 1s;
}

#login p input[type="submit"]:hover {
	background: #a80d0f ;
}

#inscription, .cadre {
	border: 1px solid #DDD;
	border-top: 5px solid #FE3C73;
	min-height: 600px;
	height: auto;
	padding: 20px;
	margin-bottom: 50px;
}

#inscription h2, .cadre h2 {
	padding: 0;
	margin: 0;
}

#inscription h2 a, .cadre h2 a{
	float: right;
	font-size: 0.7em;
	text-decoration: none;
	padding: 2px 10px;
	margin: 5px;
	transition: all 1s;
}

#inscription h2 a:hover, .cadre h2 a:hover{
	background: #DE0271;
}

#inscription .right {
	float: right;
	margin-left: 140px;
}

#inscription em {
	font-size: 0.8em;
	font-weight: 400;
	font-style: normal;
}

#inscription p {
	padding: 0;
	margin: 0;
}

#inscription > img {
	margin: 0 0 50px 50px;
}

#inscription div.big {
	margin: 0;
	width: 600px;
	float: left;
	height: 800px;
}

#inscription div.big .imgbox{
	position: relative;
	margin: 0;
	border: 1px dashed #CCC;
	width: 600px;
	height: 600px;
	overflow: hidden;
}

#inscription div.big .imgbox #slider {
	position: absolute;
	width: 10000px;
	left: 0px;
	transition: all 1s;
}

#inscription div.big .imgbox #slider .slideimg{
	float: left;
	width: 600px;
	height: 600px;
}

#inscription div.big .thumbs img {
	float: left;
	width: 75px;
	height: 75px;
	border: 1px solid #DDD;
	cursor: pointer;
	margin: 5px;
}

#inscription #descprod {
	float: right;
	width: 295px;
	margin: 10px 0;
}

#descprod .square {
	width: 140px;
	height: 70px;
	float: left;
	margin: 0 0 5px 5px;
}

#descprod .print {
	width: 70px;
	height: 70px;
	float: left;
	margin-left: 3px;
}

#descprod .print img {
	
}

#descprod .square .title{
	font-size: 1em;
	text-align: center;
	background: rgba(0,0,0,0.6);
	padding: 2px;
}

#descprod .square .txt{
	font-size: 0.8em;
	padding-top: 5px;
	text-align: center;
}

#descprod p {
	font-size: 0.9em;
}

#descprod p .decli {
	padding: 2px 3px;
	margin-right: 3px;
	border: 1px solid grey;
	font-weight: 700;
}

#descprod p.big {
	font-size: 1.3em;
}

#descprod p.big_exp  {
	display: block;
	border-radius: 5px;
	border: 2px solid #FE3C73;
	margin: 0 5px;
	text-align: center;
	font-size: 1.3em;
}

#inscription form {
	border: 1px solid #BBB;
	padding: 20px 50px;
	margin: 50px auto;
	width: 600px;
	height: auto;
	overflow: auto;
}

#inscription form#add_devis {
	position: relative;
	width: 820px;
	margin: 20px auto;
}

#inscription form#add_devis .middle{
	line-height: 2.5em;
}

#inscription form#add_devis input[type="submit"] {
	position: absolute;
	width: 200px;
	height: 110px;
	right: 20px;
	top: 20px;
	border: 1px solid white;
	transition: all 1s;
	font-size: 1.4em;
}

#inscription form#add_devis input[type="submit"]:hover {
	background: #DE0271;
}

#inscription form p {
	min-height: 40px;
}

#inscription p strong{
	font-size: 1.4em;
}

#inscription form p label {
	float: left;
	width: 160px;
	height: 25px;
	line-height: 32px;
}

#inscription form p input {
	float: left;
	border: 1px solid #DDD;
	height: 25px;
	padding: 2px 5px;
	width: 420px;
}

#inscription form p textarea {
	float: left;
	border: 1px solid #DDD;
	height: 25px;
	padding: 2px 5px;
	width: 420px;
	height: 120px;
}

#inscription form p select {
	float: left;
	border: 1px solid #DDD;
	height: 30px;
	padding: 2px 5px;
	width: 432px;
}

#inscription form p input[type="submit"] {
	width: 432px;
	height: 35px;
	transition: all 1s;
	margin-top: 20px;
}

#inscription form p input[type="submit"]:hover {
	background: #DE0271 ;
}

#inscription > em {
	display: block;
	width: 700px;
	font-size: 0.8em;
	text-align: justify;
}

#devis_table{
	width : 100%;
	font-size: 0.9em;
}

#devis_table th{
	font-size: 1.2em;
}

#devis_table tr{
	border-bottom: 1px solid #DDD;
}

#devis_table td a {
	text-decoration: none;
}

#devis_table td a:hover {
	text-decoration: underline;
}

#devis_table .tleft {
	text-align: left;
}

#devis_table .tcenter {
	text-align: center;
}



img.trans {
	opacity: 0.5;
	transition: all 0.5s;
}

img.trans:hover {
	opacity: 1;
}

tr.zoom {
	transition: all 0.5s;
	cursor: pointer;
}

tr.zoom:hover {
	height: 40px;
}

tr.zoom img.prod {
	height: 45px;
	transition: all 0.5s;
}

tr.zoom:hover img.prod {
	height: 80px;
}

a.backoff {
	border: 1px solid #CCC;
	padding: 10px;
	text-decoration: none;
	color: white;
	background: #FE3C73;
	transition: all 1s;
}

a.backoff:hover {
	background: #DE0271;
}

.backoffimg {
	position: relative;
	float: left;
	margin: 20px;
}

.bloc_del {
	position: absolute;
	display:block;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	border: 1px solid red;
	background: red;
}

.bloc_del a {
	text-decoration: none;
	text-align: center;
	width: 20px;
	display: block;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}