/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500');*/
/*--------------------------------------------------------------------------------------------------*/
/*                                      ELEMENTS FORMULAIRES                                        */
/*--------------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder { color: #333; font-family: 'Raleway', sans-serif; font-size:13px; font-weight: 300; }
:-moz-placeholder { color: #333; font-family: 'Raleway', sans-serif; font-size:13px; font-weight: 300; }
::-moz-placeholder { color: #333; font-family: 'Raleway', sans-serif; font-size:13px; font-weight: 300; }
:-ms-input-placeholder { color: #333; font-family: 'Raleway', sans-serif; font-size:13px; font-weight: 300; }


 header{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    height:auto;
}

/* CSS RESET */
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,
article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, hgroup, menu, nav, section {
}
html,body {
	height:100%; /* needed for container min-height */
}
body {
	font-family: 'Raleway', sans-serif;
        letter-spacing: 0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: 600;
}
div:after {
	content: "";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

div{ box-sizing: border-box; }

.loader {	
    position : fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: url('img/ajax-loader.gif') no-repeat center center;
	z-index: 9999999;
}

/* LOGIN */
#coordonnees {
	position: fixed;
	height: auto;
	width: auto;
	left: 30px;
	bottom: 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	line-height: 16px;
	text-shadow: 0px 1px 1px #000;
}

#wrapper-login {	position: relative;
	float: right;
	min-height: 100vh;
	height: 100%;
	width: 30%;
	min-width: 420px;
	background: #000;
	box-shadow: 0px 0px 21px #373737;
	padding: 50px;
	box-sizing: border-box;
}

#wrapper-login h1 {
	position: relative;
	height: auto;
	width: auto;
	padding-bottom: 30px;
	border-bottom: #dedede solid 1px;
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 30px
}

#form-login {	position: relative;
	height: auto;
	width: auto;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 16px;
}

#form-login:after {	display: block;
	height: 0;
	content: "";
	visibility: hidden;
	clear: both;
}

input[type="button"] , #form-login input[type="button"]{
    text-decoration:none;
    border-radius: 5px;
    cursor:pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
}
input[type=text].login, input[type=email].login, input[type=password].login {
    position: relative;
	height: auto;
	width: 100%;
	padding: 12.5px 10px;
	border: none;
	background: #3a3a3a;
	color: #FFF;
	box-sizing: border-box;
}

input[type=submit] {	
	position: relative;
	/*float: right;*/
	min-width: 135px;
	padding: 13px 16px;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	border: none;
	font-weight: 500;
	cursor: pointer;
        border-radius: 5px;
}

#form-login input[type=submit] {
	float: right;
}


input[type="submit"].compte { position: relative; float: none; min-width: 150px; padding: 12.5px 20px; font-family: 'Raleway', sans-serif; font-size: 13px; border: none; font-weight: 500; cursor: pointer; margin: 20px auto; text-decoration:none; border-radius: 5px;}

input[type="button"].del { position: relative; float: none; min-width: 150px; padding: 12.5px 20px; font-family: 'Raleway', sans-serif; font-size: 13px; border: none; font-weight: 500; cursor: pointer; margin: 20px auto; text-decoration:none; border-radius: 5px;}

#form-login input[type="button"] { position: relative; float: left; height: auto; width: auto; min-width: 150px; box-sizing: border-box; padding: 12.5px 20px; font-family: 'Raleway', sans-serif; font-size: 13px; border: none; font-weight: 500; cursor: pointer; text-decoration:none; border-radius: 5px;}

#form-login .mdp {
    float: right;
    font-size: 12px;
}
#form-login .mdp a {
    color: inherit;
}
#form-login h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 100;
    margin: 30px 0px;
}
body {	
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #2a2a2a
}


#page > h1, h1 { font-size: 28px; }
h2 { font-size: 24px; }
#page > h1, h1, h2 {
	position: relative;
	width: auto;
	height: auto;
	/*margin: 30px 0px 3px 0px;*/
        margin-top:30px;
	padding-bottom: 5px;
	font-weight: 700;
}
h2 .archive {
    font-size:13px;
        float:right;
	color: #fff;
        text-decoration:none;
        background-color:#ff9900;
        border:1px solid #aaaaaa;
        padding:5px;
        font-weight: bold;
}
h2 .archive:hover {
        background-color:#333;
	color: #fff;
        text-decoration:none;
}
#produitMenuLeft{
    position: relative;
    display: -webkit-flex;  
    display: -ms-flexbox;  
    display: flex; 
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;
    width:100%;
    height: 100%;
    padding: 0px 0px 20px 0px;
}

.clearFloat{ clear:both; }

#page, #pageHome {	
	position: relative;
	height: 100%;
	min-height: 600px;
	width: 100%;
	/*box-sizing: border-box;*/
	min-width: 320px;
        margin:0px auto;
        flex:1;
	position:relative;
	vertical-align:top;
        padding:0px 0px 200px 0px;
}

.pageDefault {
        max-width:1300px;
	/*padding: 135px 10px 10px 10px;*/
	padding: 0px 10px 200px 10px;
        margin:0px auto;
        text-align:center;
        margin-top:15px !important;
}
.pageDefaultV2 {
        max-width:1300px;
	/*padding: 135px 10px 10px 10px;*/
	padding: 0px 10px 10px 10px;
	padding-bottom:0px !important;
        margin:0px auto;
        text-align:center;
        margin-top:15px !important;
}
.pageDefaultFull {
        width:100%;
        max-width:100%;
	/*padding: 135px 10px 10px 10px;*/
	padding: 0px 10px 200px 10px;
        margin-top:15px !important;
}
.pageDefaultV2Full {
        width:100%;
        max-width:100%;
	/*padding: 135px 10px 10px 10px;*/
	padding: 0px 10px 10px 10px;
        margin-top:15px !important;
        margin:0px auto;
        text-align:center;
}
.pageHome {	
	max-width:1300px; /* 1102 */
        /*padding:112px 0px 10px 0px;*/
        padding:0px 0px 60px 0px;
}
@media only screen and (max-width:910px) {
    .pageHome {	
	/*padding: 35px 10px 10px 10px;*/
	padding: 0px 10px 10px 10px;
    }
}

#page #bandeau-top {
    display: -webkit-flex;  
    display: -ms-flexbox;  
    display: flex; 
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
    height: auto;
    width: auto;
    justify-content:space-around;
    margin-bottom: 2px; margin: 0px auto; text-align: center;
}

#page #bandeau-top ul { position: relative; height: auto; width: auto; }
#page #bandeau-top ul li { position:relative; float: left; height: auto; width: auto; padding: 20px 0px; box-sizing: border-box; font-family: 'Raleway', sans-serif; font-size: 12px; color: #2a2a2a; /*color: #f55753;*/ font-weight: 500; /*background: url('img/picto-check.png') no-repeat left center; margin-right: 20px;*/ }
#page #bandeau-top ul li a { text-decoration: none; color: inherit; }
#page #bandeau-top ul li.active { color: #f55753; }
#page #bandeau-top ul li.active:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-top-color: #fff; border-width: 15px; margin-left: -15px; }
#page #bandeau-top #retour-accueil { position: relative; float: right; height: auto; width: auto; background: #2a2a2a; color: #fff; padding: 10px 15px; text-align: center; font-size: 13px; margin: 10px 0px; border-radius: 2px; }
#page #bandeau-top>div { min-width:320px; width:50%; font-family: 'Raleway', sans-serif; font-size: 12px; color: #888; padding: 3px; text-align: center; margin:2px auto;}

#page #content {	
	position: relative;
	/*height: 100%;
        min-height: 400px;*/
	width: 100%;
	box-sizing: border-box;
	/*background: #fff;*/
	padding: 5px 0px;
        margin:0px auto;
}
/*
#page #content:after {	
	content: "";
	height: 0px;
	visibility: hidden;
	display: block;
	clear: left;
}
*/
#containerGlobalHome , #containerGlobal {
    width:100%;
    overflow:hidden;
}
.contSection{
    display:table !important;
    border-radius: 5px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
    padding: 10px 30px;
    margin:5px auto;
    max-width:1100px;
}

.contSectionFocus{
    position:relative;
    display:table !important;
    margin:5px auto;
    margin-top:30px;
    max-width:1200px;
    width:100%;
}
.contSectionFocus2{
    position:relative;
    margin:5px auto;
    margin-top:30px;
    max-width:1200px;
    width:100%;
    display: -webkit-flex;  
    display: -ms-flexbox;  
    display: flex; 
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
    justify-content:space-around;
}
.contSectionFocus > div{
    display:inline-block;
}
.contSectionFocus > div > img{
    width:100%;
    min-width:300px !important;
}

.titreSection, #page .titreSection, #page #content .titreSection{
    margin:0px auto;
    margin-top:2px;
    margin-bottom:5px;
    max-width:1200px;
    text-align:center;
}





.left-col {
	position: relative;
	float: left;
	height: auto;
	min-height: 100%;
	width: 49%;
	padding: 0px 10px 0px 20px;
	box-sizing: border-box;
        
        font-size: 15px;
	color: #555;
	text-align: left;
        letter-spacing: 1px;
        font-weight: 500;

}

.right-col {
	position: relative;
	float: left;
	height: auto;
	min-height: 100%;
	width: 49%;
	padding: 0px 10px;
	box-sizing: border-box;
}
@media only screen and (max-width:510px) {
.left-col, .right-col {
    width: 100%;
    padding: 0px 10px;
    float: none;
    margin:0px auto;
    width: 98%;
    text-align: center;
}
}
.form-line {
	position: relative;
	height: auto;
	width: auto;
	padding: 2.5px 0px;
	text-align: left;
}

.form-line input[type='text'] {
	position: relative;
	height: auto;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	border: #dedede solid 1px;
	color: #666;
}

.form-line input[type='email'] {
	position: relative;
	height: auto;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	border: #dedede solid 1px;
	color: #666;
}

.form-line select {
	position: relative;
	height: auto;
	width: 100%;
	padding: 9px;
	box-sizing: border-box;
	background: #fff;
	color: #666;
	border: #dedede solid 1px;
}

.form-line textarea {
	position: relative;
	height: 150px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	border: #dedede solid 1px;
}

#row {	position: relative;
	height: auto;
	width: auto;
	box-sizing: border-box;
	padding: 5px 0px;
	font-size: 13px;
}

#row textarea { position: relative; height: 250px; width: 100%; font-family: 'Raleway', sans-serif; font-size: 12px; color: #2a2a2a; box-sizing: border-box; border: #ccc solid 1px; padding: 10px; }

#row input[type=text] {
    padding: 12.5px 10px;
	background: #fff;
	width: 100%;
	color: #333333;
	box-sizing: border-box;
        border:1px solid #ccc;
}

#row input[type=email] {
    padding: 12.5px 10px;
	background: #fff;
	width: 100%;
	color: #333333;
	box-sizing: border-box;
        border:1px solid #ccc;
}

#row input[type=password] {
    padding: 12.5px 10px;
	background: #fff;
	width: 100%;
	color: #333333;
	box-sizing: border-box;
        border:1px solid #ccc;
}

#row select { padding: 9.5px 50px 9.5px 10px; background: #fff;	border: #ccc solid 1px; width: auto; color: #333333;	box-sizing: border-box; appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; background: url('img/arrow-bottom.png') no-repeat center right; }

#row .input-file {
	/*display: none;*/
}

#row .name-file {
	float: left;
	height: auto;
	width: auto;
	padding: 5px 15px;
}
#row .name-file input[type=text] {
    padding: 2px;
	background: #fff;
	width: 200px;
	color: #333333;
	box-sizing: border-box;
        border:1px solid #ccc;
}

#page #content #row>a, #page #content .row>a {
	text-decoration: none;
}
/*
input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

input[type="checkbox"] + label {
	padding: 2px 0 2px 24px;
	font-size: 13px;
	font-weight: 500;
	background: transparent url(img/checkbox-off.png) no-repeat center left;
	cursor: pointer;
	margin-right: 15px;
}

input[type="checkbox"] + label:before {
  content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
  position: absolute;
	top: 0;
	left: 0;
}

input[type="checkbox"]:checked + label {
	background: transparent url(img/checkbox-on.png) no-repeat center left;
}
*/
#line {	position: relative;
	height: auto;
	width: auto;
}

#line:after {	content: "";
	height: 0px;
	visibility: hidden;
	display: block;
	clear: left;
}

#line a { text-decoration: none; color: inherit; }

#content #titre {	position: relative;
	height: auto;
	width: auto;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: 500;
	margin-bottom: 30px;
}

#content hr {	position: relative;
	border-color: #efefef;
	height: 1px;
	padding: 0px;
	border-width: 1px 0 0 0;
	margin: 20px 0px;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.form-group { position: relative; height: auto; width: auto; box-sizing: border-box; border-top: 1px solid #eee; padding: 6px; margin: 3px 0px; text-align:left; }
/*
.form-group input[type="radio"] { visibility: hidden; position: absolute; top: 0; left: 0; }
.form-group input[type="radio"] + label { padding: 2px 0 2px 24px; font-size: 13px; background: transparent url(img/bt-radio.png) no-repeat center left; cursor: pointer; margin-right: 15px; }
.form-group input[type="radio"] + label:before { content: " "; display: inline-block; width: 20px; height: 20px; position: absolute; top: 0; left: 0; }
.form-group input[type="radio"]:checked + label { background: transparent url(img/bt-radio-on.png) no-repeat center left; }
*/
.form-group .titre { font-size: 13px; font-weight: 500; text-align:left; }

.form-group input[type=text], .form-group input[type=select] { position: relative; height: auto; width: 100%; background: #FFF; border: 1px solid #ddd !important; padding: 6px 3px !important; font-family: 'Raleway', sans-serif; font-size: 12px !important; color: #2a2a2a; }

.form-group textarea { position: relative; height: 100px; width: 100%; background: #FFF; border: 1px solid #ddd; padding: 6px 3px !important; font-family: 'Raleway', sans-serif; font-size: 12px; color: #2a2a2a; }
.form-group input[type=email] { position: relative; height: auto; width: 100%; background: #FFF; border: 1px solid #ddd; padding: 6px 3px !important; font-family: 'Raleway', sans-serif; font-size: 12px; color: #2a2a2a; }


#content .form-group select { position: relative; height: auto; width: auto; padding: 6px 3px !important; border: 1px solid #ddd !important; font-weight: 500; font-family: 'Raleway', sans-serif;
                    color: #2a2a2a; font-size: 13px; background: url('img/arrow-bottom.png') no-repeat center right; -moz-appearance: none; -webkit-appearance: none; cursor: pointer; }
#content .form-group select option { padding: 3px 5px !important; }

#content .form-group input[type="button"] { position: relative; float: right; height: auto; width: auto; min-width: 150px; box-sizing: border-box; padding: 11px 20px !important; background-color: #cc0000; font-family: 'Raleway', sans-serif; font-size: 13px; color: #fff; border: none; font-weight: 500; cursor: pointer; border-radius: 5px;}

.form-group.submit .commandeFromCoord, .commandeFromCoord  { position: relative; float: left; height: auto; width: auto; box-sizing: border-box; font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 700; color: #fff; background: #ff0000; border: none; padding: 12px; margin: 0px; border-radius: 5px;}
.form-group.submit .commandeFromCoord:hover, .commandeFromCoord:hover { background-color: #ff9900; text-decoration:none; color: #fff;}


#listeDevis,
.listeDevis { position: relative; height: auto; width: auto; margin-top: 10px; }
#listeDevis a,
.listeDevis a { text-decoration: none; color: inherit; }

#listeDevis #rowDevis, 
#listeDevis .rowDevis,
.listeDevis .rowDevis { position: relative; height: auto; width: auto; font-family: 'Raleway', sans-serif; font-size: 12px; padding: 5px 0px; box-sizing: border-box; border-bottom: #ccc solid 1px; }

/*#listeDevis #rowDevis:hover { cursor: pointer; /*-webkit-animation: flash 0.5s; animation: flash 0.5s; background: #ededed; }*/
#listeDevis #rowDevis.titre, 
#listeDevis .rowDevis.titre,
.listeDevis .rowDevis.titre { background: #2a2a2a; color: #fff; }

.listeDevis .rowDevisTitre { background: #2a2a2a; color: #fff; position: relative; height: auto; width: auto; font-family: 'Raleway', sans-serif; font-size: 13px; padding: 5px 0px; box-sizing: border-box; border-bottom: #ccc solid 1px; }

#listeDevis #rowDevis.titre:hover, 
#listeDevis .rowDevis.titre:hover,
.listeDevis .rowDevisTitre:hover { cursor: default; -webkit-animation: none; animation: none; }

#listeDevis #rowDevis #colDevis, 
#listeDevis #rowDevis .colDevis, 
#listeDevis .rowDevis #colDevis, 
#listeDevis .rowDevis .colDevis, 
.listeDevis .rowDevis .colDevis, 
.listeDevis .rowDevisTitre .colDevis { position: relative; float: left; min-height: 25px; line-height:26px; vertical-align:middle; width: auto; text-align: center; padding: 2px 0px; box-sizing: border-box; }

.listeDevis .rowDevis .colDevis .typedevis{ color:#fff; font-size:9px; width:70px !important; padding:1px !important; text-align:center;}

#listeDevis #rowDevis input[type="button"], 
#listeDevis .rowDevis input[type="button"], 
.listeDevis .rowDevis input[type="button"] { position: relative; height: auto; width: auto; min-width: 150px; box-sizing: border-box; padding: 11px 20px; background-color: #3166ff; font-family: 'Raleway', sans-serif; font-size: 13px; color: #fff; border: none; font-weight: 500; cursor: pointer; border-radius: 5px;}

.listeDevis .rowDevis input[type=submit] { position: relative; height: auto; width: 50px; min-width: 40px; padding:0px; margin:0px; background-color: #3166ff; font-family: 'Raleway', sans-serif; font-size: 12px; color: #fff; border: none; font-weight: 500; cursor: pointer; border-radius: 5px;}
.listeDevis .rowDevis input[type=submit]:hover { background-color: #339933; }

#listeDevis #rowDevis select, 
#listeDevis .rowDevis select, 
.listeDevis .rowDevis select { height: auto; cursor: pointer; padding:4px 2px; }

#listeDevis .line-shdescr,
.listeDevis .line-shdescr { background: #ddd; display:block; height: auto; width: 100%; font-family: 'Raleway', sans-serif; font-size: 11px; padding: 9px 0px; border-bottom: #aaa solid 1px; transition:all 1s;
}
#listeDevis .line-shdescr .rowDevisVar,
.listeDevis .line-shdescr .rowDevisVar { position: relative; height: auto; width: auto; font-family: 'Raleway', sans-serif; font-size: 11px; padding: 9px 0px; box-sizing: border-box; border-bottom: #eee solid 1px; }

#listeDevis .line-shdescr .rowDevisVar .colDevis,
.listeDevis .line-shdescr .rowDevisVar .colDevis { position: relative; float: left; height: auto; min-height: 1px; width: auto; text-align: center; padding: 4.5px 0px; box-sizing: border-box; }

#right-coordonnees { position: relative; width: 100%; box-sizing: border-box; padding: 0px; max-width:1000px; margin:0px auto;}
#right-coordonneesfull { position: relative; width: 100%; box-sizing: border-box; padding: 0px; margin:0px auto;}
#right-coordonnees #col, #right-coordonnees .col, #right-coordonnees .col100 { position: relative; float: left; height: auto; padding: 5px 10px; box-sizing: border-box; }
#right-coordonnees #col, #right-coordonnees .col { width: 100%; max-width:1200px; }
#right-coordonnees .col100 { width: 100%; }
#right-coordonnees .colv2 { position: relative; height: auto; width: 100%; padding: 0px; }
#right-coordonnees #col #titre-infos, #right-coordonnees .col .titre-infos, #right-coordonnees .titre-infos { position:relative; height: auto; width: auto; font-size: 20px; text-align: left; font-weight: 300; margin-bottom: 10px; font-weight: 300 }
#right-coordonnees #row { position: relative; height: auto; width: auto; padding: 5px 0px; text-align: left; }
#right-coordonnees .form-group { position: relative; height: auto; width: auto; box-sizing: border-box; border-top: 1px solid #eee; padding: 2px 10px; margin: 4px 0px; }
#right-coordonnees .form-group select {
    border: 1px solid #ddd; width: 100%; padding-right: 10px;
    position: relative; height: auto; min-width:100px; max-width:400px; padding: 3px 4px; font-weight: 500; font-family: 'Raleway', sans-serif; color: #2a2a2a; font-size: 12px;
    background: url('img/arrow-bottom.png') no-repeat center right; -moz-appearance: none; -webkit-appearance: none; cursor: pointer; background-color: #fff;
}
#right-coordonnees .form-group select option { padding: 3px 4px; }

.connexion { position: relative;  padding: 5px 5px 25px 5px; box-sizing: border-box; height: auto; width: 400px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #2a2a2a;
    text-align:left;
    margin: 0px auto;
    text-align:center;
}                 
.connexion .titre { position:relative; height: auto; width: 100%; font-size: 20px; text-align: center; font-weight: 300; margin-bottom: 10px; font-weight: 300; text-align:center; text-transform: uppercase; }
.connexion .txt { position:relative; height: auto; width: 100%; color:#000; font-size: 13px; text-align: center; font-weight: 500; margin-bottom: 10px; font-weight: 300; text-align:center; }
.connexion .alerte { position:relative; height: auto; width: 100%; font-size: 14px; color:#f00; text-align: center; font-weight: 300; margin-bottom: 10px; font-weight: 300; text-align:center; }
.connexion input[type=text] { position: relative; height: auto; width: 320px; background: #FFF; border: 1px solid #ddd; padding: 3px; font-family: 'Raleway', sans-serif; font-size: 12px; color: #2a2a2a; margin:2px; }
.connexion input[type=password] { position: relative; height: auto; width: 320px; background: #FFF; border: 1px solid #ddd; padding: 3px; font-family: 'Raleway', sans-serif; font-size: 12px; color: #2a2a2a; margin:2px; }
.connexion .selectMax  select  { font-size: 15px;
padding: 9.5px 50px 9.5px 10px; background: #eee; border: #bbb solid 1px; width: 300px; color: #333333;	box-sizing: border-box; appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; background: url('img/arrow-bottom.png') no-repeat center right;
}
.connexion .petitselect select  { font-size: 12px; padding: 2px; border: #bbb solid 1px; color: #777; background: #FFF;}

.signatureNum input[type=submit]  { font-family: 'Raleway', sans-serif; font-size: 15px; font-weight: 700; color: #fff; background: #3166ff; border: none; padding: 10px 3px; border-radius: 5px; float:left; cursor:pointer; }
.signatureNum input[type=submit]:hover  { background: #339933; }
.signatureNum input[type="button"]  { font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 500; color: #fff; background: #f00; border: none; padding: 4px; border-radius: 5px; float:right; cursor:pointer; }
.signatureNum input[type="button"]:hover  { background: #eee; color: #000; }

.titreCreerCompte {
background-color:#2a2a2a;
color:#fff;
position:relative; height: auto; width: 100%; font-size: 24px; font-weight: 300; margin-bottom: 10px; font-weight: 300;
text-align:center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}


/*
#right-coordonnees .form-group input[type="radio"] { visibility: hidden; position: absolute; top: 0; left: 0; }
#right-coordonnees .form-group input[type="radio"] + label { padding: 2px 0 2px 24px; font-size: 13px; background: transparent url(img/bt-radio.png) no-repeat center left; cursor: pointer; margin-right: 15px; }
#right-coordonnees .form-group input[type="radio"] + label:before { content: " "; display: inline-block; width: 20px; height: 20px; position: absolute; top: 0; left: 0; }
#right-coordonnees .form-group input[type="radio"]:checked + label { background: transparent url(img/bt-radio-on.png) no-repeat center left; }
*/
#right-coordonnees .form-group .titre { font-size: 13px; font-weight: 500; color: #333; }
#right-coordonnees .form-group input[type=text], #right-coordonnees .form-group input[type=password] { position: relative; height: auto; width: 100%; background: #FFF; border: 1px solid #ddd; padding: 3px 0px; font-family: 'Raleway', sans-serif; font-size: 12px; color: #2a2a2a; }
#right-coordonnees .form-group input[type=email] { position: relative; height: auto; width: 100%; background: #FFF; border: 1px solid #ddd; padding: 3px 0px; font-family: 'Raleway', sans-serif; font-size: 12px; color: #2a2a2a; }
#right-coordonnees .form-group.submit { padding: 0px; border: none; margin: 20px 0; text-align:center;}


.left-custom { position: relative; float: left; width: 24%; min-width:150px; box-sizing: border-box; border-right: #ccc dashed 1px; padding: 10px 10px;}
#page #content .left-custom h1, #left-custom h1, .left-custom h1 { position: relative; width: auto; font-size: 30px !important; color: #2a2a2a; text-align: left; font-weight: 500; margin-top:0px; font-variant: common-ligatures small-caps; letter-spacing: 1px; }
.left-custom .listeFac { position: relative; width: auto; font-family: 'Raleway', sans-serif; font-size: 12px; color: #2a2a2a; text-align: left; border-bottom: #eee solid 1px; }
.left-custom .listeFac #item { position: relative; float: left; height: auto; width: 100%; margin: 10px 0px; }
.left-custom .listeFac #prix { position: relative; float: left; height: auto; width: 88%; margin: 10px 0px; text-align: right; padding-right: 10px; box-sizing: border-box; }
.left-custom .listeFac #action { position: relative; float: left; height: auto; width: 10%; margin: 10px 0px; text-align: center; }
.left-custom .vignette { position: relative; height: 250px; width: auto; background-position: center center; }

.left-custom .linkAddDecoupe{
    position: relative; float: left; height: auto;	box-sizing: border-box;	    padding: 10.5px 10px;	background-color: #282828; font-family: 'Raleway', sans-serif; font-size: 13px; color: #fff; border: none; font-weight: 500; cursor: pointer; margin: 10px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.left-custom .linkAddDecoupe:hover{
	background-color: #f90;
}


#right-custom {
    position: relative; float: left; width: 76%; box-sizing: border-box; padding: 10px 10px;
}

.bannieres0 {
    display: -webkit-flex;  
    display: -ms-flexbox;  
    display: flex; 
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
    justify-content:space-between;
    text-align: center;
    position: relative;
    height: auto;
    width:100%;
    margin-top:30px;
}

.bannieres0 .blocBanniere {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    height: auto;
    border: 1px solid #ddd;
/*    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);*/
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 500;
    text-align:left;
    /*min-width:200px;*/
    margin:0px auto;
}
/*
#content .bannieres0 .blocBanniere:first-child, #content .bannieres0 .blocBanniere:last-child {
    margin:0px;
}
*/
.bannieres0 .blocBanniere>div { 
    padding:4px;
}
.bannieres0 .blocBanniere>img, .bannieres0 .blocBanniere>a>img { 
    width: 100%;
    border:none;
}


.logoMarqueAcc{
    border:0;
    width:120px;
    float:right;
    margin:0px 2px;
}
@media only screen and (max-width:700px) {
    .logoMarqueAcc{ width:100px; }
    .bannieres0 .blocBanniere {
        width: 33%; /*33.33%*/
        margin:0px auto;
        margin-bottom:10px;
        padding:0px;
    }
}
@media only screen and (max-width:550px) {
    .logoMarqueAcc{ width:80px; }
    .bannieres0 {
        margin-top:5px;
    }
}
/*@media only screen and (max-width:450px) {
    .bannieres0 .blocBanniere {
        width: 100%;
    }
}*/











#content #infosListe-produits {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 500; 
    display: -webkit-flex;  
    display: -ms-flexbox;  
    display: flex; 
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
    height: auto;
    width: auto;
    justify-content:space-around;
    margin-bottom: 2px; margin: 0px auto; text-align: center;
    width:100%;
}
#content #infosListe-produits>div {
    margin: 0px auto;
}

#content #divsortbar {
    padding:0px !important;
    display:block;
    border-top:1px solid #bbb;
    border-bottom:1px solid #ddd;
    height:auto;
    box-sizing: border-box;
    margin:30px 0px;
}
#content #sortbar, #content #right-custom #sortbar {
    position: relative;
    display: -webkit-flex;  
    display: -ms-flexbox;  
    display: flex; 
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
    justify-content:space-between;
    text-align:center;
width: auto;
padding: 0px !important;
}

#content #right-custom #sortbar>div, #content #sortbar>div { margin:2px auto;}
@media only screen and (max-width:910px) {
    #content #right-custom #sortbar>div, #content #sortbar>div { margin:0px auto;}
    #content #searchbar, #content #searchbar>div { margin:0px; padding: 0px;}
}


@media only screen and (max-width:910px) {
#content #right-custom #sortbar>div>div input[type="button"], #content #sortbar>div>div input[type="button"] { padding: 2px; margin: 1px 0px;border-radius: 5px;}
}
.alerteDispoExclu{
    background-color:#ff9900; font-size:14px; color:#000; border:1px solid #000; border-radius: 5px; box-shadow: 0 1px 4px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5); padding:6px; margin:0 px auto; text-align:center;
}
.alerteDim{
    width:98%;
    color:#fff;
    padding: 4px;
    font-size: 11px;
    letter-spacing: 1px;
    background-color: #f00;
    border: 3px double #f00;
    margin: 1px auto;
    text-align:center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}

.alerteAction{
    position: relative;
    width:100%;
    color:#ff0000;
    padding: 4px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: #eee;
    border: 3px double #ff0000;
    margin: 5px auto;
    text-align:center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
   
}

#content #liste-produits { position: relative; height: auto; width: auto; text-align:center;}
#content #liste-produits a { text-decoration: none; color: inherit; }

#content #liste-produits .produit { position: relative; display: inline-block; vertical-align: top; height: auto; margin: 10px ; }
#content #liste-produits .produit .cadre{ 
    margin: 10px ; 
    box-sizing: border-box; 
    border: 1px solid rgba(0, 0, 0, 0.07); 
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}
#content #liste-produits .produit .cadreV2{ 
    margin: 10px !important; 
    box-sizing: border-box; 
    border: 1px solid #f4f4f4; 
}

#content #liste-produits .produitLigne { width:100%; max-width:1200px; position: relative;  display: block; box-sizing: border-box; border-bottom: 1px solid #ddd; margin:2px auto; }
#content #liste-produits .produitLigne .contentLigne { float:left; width:70%; display: inline-block; margin:2px auto; text-align:left;}
#content #liste-produits .produitLigne .content2Ligne { float:left; width:25%; display: inline-block; margin:2px auto; }

#content #liste-produits .produitWidth {
    width: 250px;
}
#content #liste-produits .produitWidthPopup, #content #liste-produits .produitWidthPopupWF {
    width: 97%;
    max-width:306px;
}
#content #liste-produits .produitWidthPopup2 {
    width: 97%;
    max-width:606px;
}
#content #liste-produits .produit .espacePicto { position: relative; background-color:#f4f4f4; height: 25px; width: 100%; border-radius: 5px;}

#content #liste-produits .produit .reference { position: relative; width: auto;}
#content #liste-produits .produit .referenceHeight { height: 150px; }
#content #liste-produits .produit .referenceHeightPopup, #content #liste-produits .produit .referenceHeightPopupWF { height: 300px;}
#content #liste-produits .produit .referenceHeightPopup2 { height: 300px;}

#content #liste-produits .produit .reference .fichePopup { position: absolute; height: 20px; width: 20px; top: 0px; right: 10px; text-align: center; }

#content #liste-produits .produit .reference .box-detail { position: absolute; display:block; top: 0px; left: 0px; height: auto; width:100%; height:100%; z-index:100;}
#content #liste-produits .produit .reference .box-flash { position: absolute; top: 0px; left: 0px; z-index:10000;}
#content #liste-produits .produit .reference .box-affaire { position: absolute; top: 0px; left: 0px; z-index:10;}
#content #liste-produits .produit .reference .box-news { position: absolute; top: 0px; right: 0px; z-index:10;}
#content #liste-produits .produit .reference .box-pictos { position: absolute; bottom: 5px; right: 5px; height: auto; z-index:10000;}
#content #liste-produits .produit .reference .box-pictos .promo { position: relative; float:left; height: 24px; width: auto; background: red; color: #fff; font-size: 10px; border-radius: 15px; text-align: center; font-weight: 700; padding: 5px 10px; box-sizing: border-box; }
#content #liste-produits .produit .reference .box-pictos .linkImg { float:right; border:1px solid #000; margin:1px; background-color:#444;}
#content #liste-produits .produit .reference .box-pictos .linkImg:hover { border:1px solid #f00; }

#content #liste-produits .produit .content, #content #liste-produits .produit .contentv2, #content #liste-produits .produit .contentcharge { position: relative; width: auto; margin-bottom: 10px; box-sizing: border-box; padding: 5px 10px; }
#content #liste-produits .produit .content {height: 180px;}

#content #liste-produits .produit .contentPopup {height: 100px;}
#content #liste-produits .produit .contentv2 {height: 120px;}
#content #liste-produits .produit .contentv3 {height: 60px;}

#content #liste-produits .produit .contentPopupWP {height: 100px;}
#content #liste-produits .produit .contentv2WP {height: 120px;}
#content #liste-produits .produit .contentv3WP {height: 60px;}

#content #liste-produits .produit .contentcharge {height: 30px;}

#content #liste-produits .produit select, #content #liste-produits .produit select option {
    padding: 1px; background: #fff;
    border: #ccc solid 1px;
    width: 220px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    box-sizing: border-box; appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; background: url('img/arrow-bottom.png') no-repeat center right;
}

#content #liste-produits .produit .box_tarif { position: relative; height: 20px; width: auto; padding: 0px; margin-bottom: 3px; text-align:center; }
#content #liste-produits .produit .tarif { display:block; position: relative; width: 100%; font-family: 'Raleway', sans-serif; font-size: 13px;  margin-bottom: 0px; text-align:center; }
#content #liste-produits .produit .promotion { padding-left:0px; }


#content #liste-produits .produit .boxSubmitWidth { width: 220px; }
#content #liste-produits .produit .boxSubmitWidthPopup, #content #liste-produits .produit .boxSubmitWidthPopup2 { width: 100% !important;}
#content #liste-produits .produit .boxSubmit { position: absolute; bottom:0; height: auto; font-family: 'Raleway', sans-serif; font-size: 13px; color: #2a2a2a; text-align: center; box-sizing: border-box;}
.boxSubmit .choix { display:table; position: relative; height: auto; width: auto; margin:0px auto; text-align: left; box-sizing: border-box;}

@media only screen and (max-width:580px) {
    
    #content #liste-produits .produit .tarif, #content #liste-produits .produit .tarif span {
        font-size: 11px !important;
    }

    #content #liste-produits .produitWidth, #content #liste-produits .produitWidthPopup {
        width: 450px;
    }
    /*#content #liste-produits .produitWidthPopup {
        max-width:154px;
    }*/
    #content #liste-produits .produit .cadre{ 
    margin: 1px ; 
    }
    #content #liste-produits .produit .referenceHeightPopup { height: 210px;} /*160px*/
    #content #liste-produits .produit .referenceHeightPopupWF { height: 210px;}
    
    #content #liste-produits .produit .contentPopupWP {height: 50px;}
    
    #content #liste-produits .produit .boxSubmitWidth { width: 94% !important; }
}
@media only screen and (max-width:480px) {
    #content #liste-produits .produitWidth {
        width: 90%;
    }
}

#text-alertes { font-size: 13px; color: #cc3333; line-height: 16px; }

.divBlocCouleur, .divBlocCouleurClair{
    display: inline-block;
    border:1px solid #000;
    cursor: pointer;
    width:60px;
    height:30px;
    font-family: 'Raleway', sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 5px 1px 0px 1px;
    text-align:center;
    margin:6px 3px 0px 3px;
    border-radius: 5px; 

}
.divRoundCouleur{
    display: inline-block;
    float:left;
    border:1px solid #bbb;
    cursor: pointer;
    width:24px;
    height:24px;
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;

}
.divTxtCouleur{
    display: inline-block;
    float:left;
    cursor: pointer;
    height:24px;
    line-height:24px;
    margin-left:3px;
    vertical-align: middle;
}
.divSquareCouleur{
    display: inline-block;
    float:left;
    border:1px solid #bbb;
    cursor: pointer;
    width:120px;
    height:120px;

}
.divTxtCouleurSquare{
    display: block;
    cursor: pointer;
    vertical-align: middle;
    font-size:15px;
    text-align:center;
    font-weight:bold;
}
.divBlocFiltre, .divBlocFiltreLigne{
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    text-align:center;
    color: #444;
    vertical-align: middle;
}
.divBlocFiltre3{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align:center;
    color: #444;
    vertical-align: middle;
}
.divBlocFiltre, .divBlocFiltreLigne{
    padding: 0px 3px;
    margin:2px auto;
    line-height:20px;
}
.divBlocFiltre2{
    width:auto;
    position:relative;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    /*overflow: hidden;*/
    padding: 0px;
    text-align:center;
    color: #444;
    margin:2px auto;
    /*line-height:20px;*/
    vertical-align: middle;
    clear:both;
}
.divBlocFiltre2.couleurs {
    padding:10px 0px 0px 0px ;
}
.divBlocFiltre2>a.divBlocCouleurs, .divBlocFiltre2 a.divBlocImage{
     -webkit-transition: all 0.7s ease 0s;-moz-transition: all 0.7s ease 0s;-o-transition: all 0.7s ease 0s;transition: all 0.7s ease 0s;
    padding:5px 10px;
    border-radius: 1px;
    width:100%;
    margin:2px;
    max-width:300px;
color:#000;
}
.divBlocFiltre2>a.divBlocCouleurs:hover, .divBlocFiltre2 a.divBlocImage:hover{
color:#ff6f61;
}

.spacerheightFiltre{
    margin-bottom : 1px !important;
}



.titreDevis{
    font-size:18px;
    margin:0px auto;
    font-weight:bold;
    text-align:center;
    padding:0px;
}
.scrollBlank{
    width:100%;
    height:1px;
}
.divBlocCouleur>a{
    color:#fff;
    text-decoration:none;
}
.divBlocCouleur>a:hover{
    color:#bbb;
    text-decoration:none;
}
.divBlocCouleurClair>a{
    color:#444;
    text-decoration:none;
}
.divBlocCouleurClair>a:hover{
    color:#000;
    text-decoration:none;
}



.noteOrange { color: orange; }

.boutonFacPiece{
    display:inline-block;
    margin:1px auto;
    text-align:center;
    flex-grow: 1;
}


.eltFiltreOnlyDesktop{ visibility: visible; display:block;}
.eltFiltreOnlyMobile{ visibility: hidden; display:none; height:0px; width:0px !important;}

.eltFPOnlyDesktop{ visibility: visible;}
.eltFPOnlyMobile{ visibility: hidden; height:0px !important;}

@media only screen and (max-width:910px) {
    
    .eltFPOnlyDesktop{ visibility: hidden; display:none; height:0px !important; margin: 0px !important; padding: 0px !important; }
    .eltFPOnlyMobile{ visibility: visible; height:auto !important;}
     
    .eltFiltreOnlyDesktop{ visibility: hidden; height:0px; width:0px !important; display:none;}
    .eltFiltreOnlyMobile{ visibility: visible; display:block; height:auto; width:auto !important;}
    
    .divBlocFiltre2{
        font-size: 10px;
        padding: 1px;
        margin:1px auto;
        /*width:80px;*/
    }
    .divBlocFiltre2>a.divBlocCouleurs{
        max-width:90px;
    }
    .divBlocFiltre2 a.divBlocImage{
        max-width:120px;
    }
    .divSquareCouleur{
        width:80px;
        height:80px;
    }
    
    #page > h1, h1, h2, #page #content h1 {
            margin-top:2px;
            padding-bottom: 2px;
    }

    .divRoundCouleur{
        width:18px;
        height:18px;
    }
    .scrollBlank{
        height:500px;
    }
    .spacerheightFiltre{
        margin-bottom : 15px !important;
    }
    .titreDevis{
        font-size:12px;
    }
    .divBlocCouleur>a, .divBlocCouleurClair>a{
        width:100%;
        font-size:10px;
    }
    
}

.eltAddPieceOnlyDesktop{ display: inline-block; visibility: visible;}
.eltAddPieceOnlyMobile{ display: none; visibility: hidden; height:0px !important;}

@media only screen and (max-width:910px) {
    .eltAddPieceOnlyDesktop{ display: none; visibility: hidden; height:0px !important;}
    .eltAddPieceOnlyMobile{ display: inline-block;  visibility: visible; height:auto !important;}
    
    .ligne-pieces .colonne .col-pieces input[type='text'].defwidth, .ligne-pieces .colonne .col-pieces input[type='tel'].defwidth, .ligne-pieces .colonne .col-pieces select.defwidth {
        width: 85px;
    }
    .ligne-pieces .colonne .col-pieces .intoCol100 .intoColDimL {
        display: block;
        clear:both;
        float:none;
        margin:0px auto;
    }
    .ligne-pieces .colonne .col-pieces .intoCol100 .intoColDimR {
        width:0px;
    }

}


#colorbox #cboxClose{
    top: 0;
    right: 0;
}
/*#cboxTitle{position:relative; top:10px; margin:1px auto; text-align:center; width:100%; height:30px; color:#444; font-weight:bold;text-decoration:none;}*/


#searchBox {
	position:  relative;
	height: auto;
	width: auto;
	padding: 30px 0px;
}

#searchBox #searchLine {
	position: relative;
	height: auto;
	width: auto;
	font-size: 13px;
}

#searchBox #searchLine input[type='text'] {
	height: auto;
	width: 500px;
	padding: 6.5px 10px; 
	box-sizing: border-box;
	border: #2a2a2a solid 1px;
}







.ligne-pieces .colonne, .entete-pieces .colonne {
	padding: 0px;
	text-align: center;
        margin:0px auto;
        display: flex;
        justify-content: space-around;
}
.ligne-pieces .colonneNumero, .entete-pieces .colonneNumero { width:3%; }
.ligne-pieces .colonnePiece, .entete-pieces .colonnePiece { width:58%; }
.ligne-pieces .colonneFacon, .entete-pieces .colonneFacon { width:20%; }
.ligne-pieces .colonnePrix, .entete-pieces .colonnePrix  { width:19%; }
.ligne-pieces .colonnePrixSimple, .entete-pieces .colonnePrixSimple  { width:5%; }
.ligne-pieces .colonnePieceSimple, .entete-pieces .colonnePieceSimple { width:92%; }

.ligne-pieces .colonneNumero1, .entete-pieces .colonneNumero1 { width:3%; }
.ligne-pieces .colonnePiece1, .entete-pieces .colonnePiece1 { width:50%; }
.ligne-pieces .colonneFacon1, .entete-pieces .colonneFacon1 { width:19%; }
.ligne-pieces .colonnePrix1, .entete-pieces .colonnePrix1  { width:28%; }
.ligne-pieces .colonnePrixSimple1, .entete-pieces .colonnePrixSimple1  { width:5%; }
.ligne-pieces .colonnePieceSimple1, .entete-pieces .colonnePieceSimple1 { width:92%; }

.ligne-pieces .colonneNumero2, .entete-pieces .colonneNumero2 { width:3%; }
.ligne-pieces .colonnePiece2, .entete-pieces .colonnePiece2 { width:44%; }
.ligne-pieces .colonneFacon2, .entete-pieces .colonneFacon2 { width:25%; }
.ligne-pieces .colonnePrix2, .entete-pieces .colonnePrix2  { width:28%; }
.ligne-pieces .colonnePrixSimple2, .entete-pieces .colonnePrixSimple2  { width:5% !important; }
.ligne-pieces .colonnePieceSimple2, .entete-pieces .colonnePieceSimple2 { width:92% !important; }

.ligne-pieces .colonneNumero3, .entete-pieces .colonneNumero3 { width:3%; }
.ligne-pieces .colonnePiece3, .entete-pieces .colonnePiece3 { width:59%; }
.ligne-pieces .colonnePrix3, .entete-pieces .colonnePrix3  { width:38%; }
.ligne-pieces .colonnePrixSimple3, .entete-pieces .colonnePrixSimple3  { width:5% !important; }
.ligne-pieces .colonnePieceSimple3, .entete-pieces .colonnePieceSimple3 { width:92% !important; }

.ligne-pieces .colonneDPclient, .piece .colonneDPclient { width:30%; float:left; font-size:10px;}
.ligne-pieces .colonneDPnote, .piece .colonneDPnote   { width:30%; float:left; font-size:10px; }
.ligne-pieces .colonneDPprix, .piece .colonneDPprix   { width:40%; float:left; font-size:10px; }

.ligne-pieces .buttonValidPiece{
    width: 30%;
    min-width:65px;
    text-align: center;
}

.divDevisPdf{
    display:block;
    border:1px solid #000;
    margin:0px auto;
    width:100%;
    max-width:990px;
    height:1450px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;
}
.divDevisPdfv2{
    display:block;
    border:1px solid #000;
    margin:0px auto;
    width:100%;
    max-width:420px;
    height:600px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;
}
.devisPdfDesktop{ display: inline-block; visibility: visible;}
.devisPdfMobile{ display: none; visibility: hidden;}

.eltOnlyDesktop{ display: inline-block; visibility: visible;}
.eltOnlyMobile{ display: none; visibility: hidden; height:0px;}

.typePieceOnlyDesktop{ display: inline-block; visibility: visible;}
.typePieceOnlyMobile{ display: none; visibility: hidden;}

@media only screen and (max-width:620px) {
    .typePieceOnlyDesktop{ display: none; visibility: hidden; height:0px;}
    .typePieceOnlyMobile{ display: inline-block;  visibility: visible;}
}
@media only screen and (max-width:820px) {
    .devisPdfDesktop{ display: none; visibility: hidden; height:0px;}
    .devisPdfMobile{ display: inline-block;  visibility: visible;}
}
@media only screen and (max-width:940px) {
    .eltOnlyDesktop{ display: none; visibility: hidden; height:0px;}
    .eltOnlyMobile{ display: inline-block;  visibility: visible; height:auto;}

    .ligne-pieces .buttonValidPiece{
        width: 90%;
        min-width:65px;
    }
    .ligne-pieces .buttonValidPiece1, .ligne-pieces .buttonValidPiece2{
        width: 95%;
        min-width:85px;
    }
    .ligne-pieces, .entete-pieces {
        display: block;
    }
    .ligne-pieces {
	/*border-bottom: #222 double 3px;*/
    }
    .ligne-pieces .colonne, .entete-pieces .colonne {
        width:100%;
    }
    .ligne-pieces .colonnePiece, .ligne-pieces .colonneFacon, .ligne-pieces .colonnePrix,
    .entete-pieces .colonnePiece, .entete-pieces .colonneFacon, .entete-pieces .colonnePrix,
    
    .ligne-pieces .colonnePiece1, .ligne-pieces .colonneFacon1, .ligne-pieces .colonnePrix1,
    .entete-pieces .colonnePiece1, .entete-pieces .colonneFacon1, .entete-pieces .colonnePrix1,

    .ligne-pieces .colonnePiece2, .ligne-pieces .colonneFacon2, .ligne-pieces .colonnePrix2,
    .entete-pieces .colonnePiece2, .entete-pieces .colonneFacon2, .entete-pieces .colonnePrix2,

    .ligne-pieces .colonnePiece3, .ligne-pieces .colonneFacon3, .ligne-pieces .colonnePrix3,
    .entete-pieces .colonnePiece3, .entete-pieces .colonneFacon3, .entete-pieces .colonnePrix3

    { width:100%;}
    .ligne-pieces .colonneNumero, .entete-pieces .colonneNumero,
    .ligne-pieces .colonneNumero1, .entete-pieces .colonneNumero1,
    .ligne-pieces .colonneNumero2, .entete-pieces .colonneNumero2,
    .ligne-pieces .colonneNumero3, .entete-pieces .colonneNumero3
    { width:0px;}
    
    .entete-pieces .colonne .col-pieces
    {
	font-size: 11px;
	padding: 2px 0px;
	border-bottom: #fff solid 1px;
    }

}


.infoMatPiece {
        display:flex;
        flex-wrap: wrap;
	position: relative;
	float: left;
        width:59%;
        margin:0px auto !important;
        margin-left:0px auto !important;
        margin-right:0px auto !important;
}
.image-reference {
	position: relative;
	float: left;
	height: 150px; 
        width:40% !important;
        min-width:150px;
        max-width:400px;
        overflow: hidden;
        border:1px solid #000;
}
.image-reference1 {
	position: relative;
        width:100%;
        max-width:600px;
        height:250px;
        font-size:16px;
	font-family: 'Raleway', sans-serif;
	color: #001000;
	font-weight: 300;
        text-align:center;
        overflow: hidden;
        margin:0px auto;
	background-repeat: no-repeat;
	background-size: cover;
        border:1px solid #000;
}
.image-reference-p0 {
	position: relative;
	float: left;
	height: 150px; 
        width:40% !important;
        min-width:150px;
        max-width:400px;
        overflow: hidden;
        border:1px solid #000;
}
.image-reference-p1 {
	position: relative;
	float: left;
	height: 50px; 
        width:10% !important;
        min-width:50px;
        max-width:80px;
        overflow: hidden;
        border:1px solid #000;
}
.image-reference-p {
    	position: relative;
	float: right;
        display:inline-block;
	height: 150px; 
        width:98% !important;
        min-width:150px;
        max-width:400px;
        overflow: hidden;
        border:1px solid #000;
        text-align:right;
        margin-left:15px;
}
.box-types-pieces .matiere-button-fac{
float:right;
display:block;
text-align:right;
min-width:300px;
}
.box-types-pieces .matiere-p{
float:right;
font-size:16px;
visibility: visible;
display:block;
width:200px;
text-align:right;
}
.box-types-pieces .matiere-pmob{
font-size:16px;
visibility: hidden;
display:none;
}

@media only screen and (max-width:1200px) {
    .infoMatPiece {
        width:58%;
    }
}
@media only screen and (max-width:1130px) {
    .box-types-pieces .matiere-p{
        visibility: hidden;
        display:none;
    }
    .box-types-pieces .matiere-pmob{
    font-size:16px;
    visibility: visible;
    display:block;
    }
    .infoMatPiece {
        width:57%;
    }
    .image-reference-p0, .image-reference-p {
        float:none;
        display:inline-block;
        margin:1px auto;
        height:150px;
        min-width:100px;
        max-width:600px;
        width:100% !important;
    }
    .image-reference-p img{
        object-fit: cover;
        height:150px;
    }
}
@media only screen and (max-width:768px) {
    .infoMatPiece {
        width:100%;
            display:table;
            position: relative;
            float: none;
            min-width:380px;
            margin:0px auto;
    }
    .image-reference {
        width:100% !important;
        height:150px;
        min-width:100px;
        max-width:600px;
        object-fit : contain;
    }
    .image-reference1 {
        height:200px;
    }

    .infoMatPiece {
        width:55%;
    }
}
@media only screen and (max-width:568px) {
    .details-reference, #prix-reference {
        display:inline-block;
        margin: 0px auto;
    }
    .image-reference1 {
        height:150px;
    }
}

@media only screen and (max-width:520px) {
    .infoMatPiece {
        width:100%;
            display:table;
            position: relative;
            float: none;
            min-width:380px;
            margin:0px auto;
    }
    .image-reference {
        width:100% !important;
        height:150px;
        min-width:100px;
        max-width:600px;
        object-fit : contain;
    }
}
.image-reference>a>img, .image-reference1>a>img, .image-reference>img, .image-reference1>img {
        width:100%;
        border:0px;
        max-width:600px;
}
.infos-reference-mob {
	position: relative;
	/*float: left;*/
        display:inline-block;
        margin:0px auto;
	font-family: 'Raleway', sans-serif;
	color: #001000;
	font-weight: 300;
	box-sizing: border-box;
	line-height: 1.2;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
        font-weight: 700;
        width:200px;
}

.infos-reference {
	position: relative;
	float: left;
	font-family: 'Raleway', sans-serif;
	color: #001000;
	font-weight: 300;
	box-sizing: border-box;
	line-height: 1.2;
	padding: 0px 10px;
	font-size: 16px;
}

#alerte-reference {
	position: relative;
	float: left;
	width: 25%;
	min-width: 250px;
	box-sizing: border-box;
	padding: 0px 20px;
}
.details-reference {
    display:inline-block;
    margin:0px auto;
	float: left;
	position: relative;
	width: 45%;
	/*min-width: 180px;
	max-width: 280px;*/
	box-sizing: border-box;
	padding: 0px 10px;
}
.details-reference > div {
    width:100%;
	font-family: 'Raleway', sans-serif;
	color: #001000;
	font-weight: 400;
	box-sizing: border-box;
	margin: 1px;
	padding: 1px;
	font-size: 12px;
        /*border:1px solid #eee;*/
        text-align:center;
}
.details-reference > div > div {
    width:100%;
	font-family: 'Raleway', sans-serif;
	color: #888;
	font-weight: 300;
        font-style: italic;
	box-sizing: border-box;
	padding: 2px;
	font-size: 10px;
        text-align:left;
        border-radius: 5px;
        border-bottom:1px dotted #bbb;
}

.prix-reference-details {
    display:inline-block;
    margin:0px auto;
	float: left;
	position: relative;
	width: 90%;
	/*min-width: 100px;
	max-width: 180px;*/
	box-sizing: border-box;
	padding: 0px 10px;
}
.prix-reference-details img{
    width:100%;
    max-width:250px;
    max-height:130px;
}

#prix-reference {
    display:inline-block;
    margin:0px auto;
	float: left;
	position: relative;
	width: 55%;
	/*min-width: 100px;
	max-width: 180px;*/
	box-sizing: border-box;
	padding: 0px 10px;

}

#prix-reference .titre_tarifs {
	position: relative;
	height: auto;
	width: auto;
	font-size: 10px;
        font-style: italic;
	color: #888;
	padding: 2px; 
	text-align: center;
        border-radius: 5px;
        border-bottom:1px dotted #bbb;
}

#prix-reference .ep_contTarifs {
	position: relative;
	float: left;
	height: auto;
	width: 50%;
	padding: 0px 2px; 
	text-align: center;
}
#prix-reference .ep_contTarifs:last-child {
    border-left:1px solid #ddd;
}

#prix-reference .ep_tarifs, #prix-reference .ep_contTarifs .ep_tarifs {
	position: relative;
	float: left;
	height: auto;
	width: 50%;
	font-size: 13px;
	padding: 5px 2px; 
	text-align: center;
	font-weight: 400;
}

.col-pieces .box-demande-particuliere {
	position: relative;
	float: left;
	width: 80%;
}

.col-pieces .titre-demande-particuliere {
	position: relative;
	font-weight: 600;
	margin-bottom: 2px;
}

.col-pieces .texte-demande-particuliere {
	position: relative;
}

.col-pieces .files-demande-particuliere {
	position: relative;
	float: left;
	height: auto;
	width: auto;
	margin-right: 15px;
}


.col-pieces input[type="submit"].valid_demande {
	box-sizing: border-box;
	padding: 15px 5px !important;
	margin-left: 0px !important;
        border-radius: 5px;
    color:#ff6f61; background-color:#fffffe; border:2px solid #ff6f61; -webkit-transition: all 0.7s ease 0s;-moz-transition: all 0.7s ease 0s;-o-transition: all 0.7s ease 0s;transition: all 0.7s ease 0s;
}
.col-pieces input[type="submit"].valid_demande:hover {
    color:#fffffe; background-color:#ff6f61; border:2px solid #ff6f61;
}

#comparateur {
	position: relative;
	width: auto;
	top: 0;
	left: 0;
}

#comparateur h1 {
	position: relative;
	height: auto;
	width: auto;
	background: #001000;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 13px;
	font-weight: 700;
}

#comparateur h2 {
	position: relative;
	height: auto;
	width: auto;
	color: #001000;
	text-align: center;
	padding: 10px;
	font-size: 13px;
	margin: 20px 0px;
	border: none;
	font-weight: 700;
}


#comparateur #table {
	position: relative;
	height: auto;
	width: auto;
	border: #001000 solid 1px;
}

#comparateur #table .ligne {
	position: relative;
	height: auto; 
	width: auto;
	border-bottom: #001000 solid 1px;
}

#comparateur #table .ligne:last-child {
	border-bottom: none;
}

#comparateur #table .ligne .col {
	position: relative;
	float: left;
	height: auto;
	font-size: 13px;
	color: #001000;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

#comparateur #table .ligne .col input[type="text"] {
	position: relative;
	height: auto;
	width: 80px;
	min-width: 0;
	border: #ccc solid 1px;
	padding: 5px 20px 5px 0px;
	box-sizing: border-box;
	/*background: url('./img/picto_euros.png') no-repeat 95% 10px;*/
	text-align: right;
        font-weight: 700;
	font-size: 13px;
}

#comparateur #table .ligne .col input[type="text"].hidden {
	position: relative;
	height: auto;
	width: 80px;
	min-width: 0;
	border: none;
	padding: 5px 20px 5px 0px;
	box-sizing: border-box;
	/*background: url('./img/picto_euros.png') no-repeat 95% 10px;*/
	text-align: right;
        font-weight: 700;
	font-size: 13px;
}

#comparateur #table .ligne .col input[type="text"] .pourcent {
	/*background: url('./img/picto_pourcent.png') no-repeat 95% 10px;*/
}

#comparateur #table .ligne .col input[type="text"].hidden.pourcent {
	/*background: url('./img/picto_pourcent.png') no-repeat 95% 10px;*/
}

#comparateur #table .ligne select {
	position: relative;
	height: auto;
	width: auto;
	box-sizing: border-box;
	padding: 5px;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
        font-weight: 700;
	text-align: center;
}

#comparateur #table .ligne .col input[type="submit"]{
	position: relative;
	height: auto;
	background: #001000;
	color: #fff;
	width: 100%;
	padding: 9px;
	margin: 0px auto;
	border: none;
	box-sizing: border-box;
        border-radius: 5px;
}

#comparateur #table .ligne .col input[type="button"]{
	position: relative;
	height: auto;
	background: #001000;
	color: #fff;
	width: 100%;
	padding: 8.5px;
	margin: 0px auto;
	border: none;
	box-sizing: border-box;
        border-radius: 5px;
}


.contentWithLeftMenu{
    	margin-left: 250px;
}

.protoColonnes3{
    position: relative;
    display: -webkit-flex;  
    display: -ms-flexbox;  
    display: flex; 
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
    justify-content: space-between;
}
.protoColonnes3R{
    display: -webkit-flex;  
    display: -ms-flexbox;  
    display: flex; 
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
    justify-content: flex-end;
    display:table;
    float:right;
}
.protoColonnes3R .eltPC{
    text-align: center;
    min-width:43px;
    padding:2px !important;
}
.protoColonnes3 .eltPC, .protoColonnes3 .eltPC2, .protoColonnes3 .eltPC3, .protoColonnes3 .eltPC4, .protoColonnes3 .eltPanier{
    margin: 3px auto;
    display: inline-block;
}
.protoColonnes3 .eltPC{
    text-align: left;
}
.protoColonnes3 .eltPC1, .protoColonnes3 .eltPC2, .protoColonnes3 .eltPC3, .protoColonnes3 .eltPC4{
    text-align: center;
}
.protoColonnes3 .eltPC3:nth-child(1){
    width:600px;
}
.protoColonnes3 .eltPC3:nth-child(2){
    width:600px;
}
.protoColonnes3 .eltPC4:nth-child(1){
    width:100%;
}
/*.protoColonnes3 .eltPC4:nth-child(1){
    width:80%;
}
.protoColonnes3 .eltPC4:nth-child(2){
    width:20%;
}*/
@media only screen and (max-width:1200px) {
.protoColonnes3 .eltPC3:nth-child(1){
    width:50%;
}
.protoColonnes3 .eltPC3:nth-child(2){
    width:49%;
}
}
@media only screen and (max-width:1000px) {
.protoColonnes3 .eltPC3:nth-child(1){
    width:55%;
}
.protoColonnes3 .eltPC3:nth-child(2){
    width:44%;
}
/*.protoColonnes3 .eltPC4:nth-child(1){
    width:75%;
}
.protoColonnes3 .eltPC4:nth-child(2){
    width:25%;
}*/
}
@media only screen and (max-width:860px) {
.protoColonnes3 .eltPC3:nth-child(1), .protoColonnes3 .eltPC3:nth-child(2){
    width:100%;
}
/*.protoColonnes3 .eltPC4:nth-child(1){
    width:70%;
}
.protoColonnes3 .eltPC4:nth-child(2){
    width:30%;
}*/
}


#content #protoColonnes2{
    position: relative;
    display: -webkit-flex;  
    display: -ms-flexbox;  
    display: flex; 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
    justify-content: space-between;
}
#content #protoColonnes2 .eltPC, #content #protoColonnes2 .eltPC2, #content #protoColonnes2 .eltPC2100{
    margin: 3px auto;
    display: inline-block;
    text-align: left;
}
#content #protoColonnes2 .eltPC2100{
    width:100%;
}
#content #protoColonnes2 .eltPC:nth-child(1){
    width:60%;
}
#content #protoColonnes2 .eltPC:nth-child(2){
    width:40%;
}
#content #protoColonnes2 .eltPC2:nth-child(1){
    width:60%;
}
#content #protoColonnes2 .eltPC2:nth-child(2){
    width:40%;
}


@media only screen and (max-width:860px) {
#content #protoColonnes2 .eltPC, #content #protoColonnes2 .eltPC:nth-child(1), #content #protoColonnes2 .eltPC:nth-child(2),
#content #protoColonnes2 .eltPC2, #content #protoColonnes2 .eltPC2:nth-child(1), #content #protoColonnes2 .eltPC2:nth-child(2){
    width:100%;
    }
}


@media only screen and (max-width:500px) {
.protoColonnes3 .eltPC2{
    width:100%;
    }
}










.protoColonnes{
    display: -webkit-flex;  
    display: -ms-flexbox;  
    display: flex; 
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
    justify-content:space-between;
    text-align:center;
    margin: 0px auto;
}
.protoColonnes .eltPC:nth-child(1){
    width:60%;
}
.protoColonnes .eltPC2{
    margin: 1px auto;
    display: inline-block;
    text-align: center;
    width:120px;
    cursor:pointer;
}
.protoColonnes .icone{
    width:94px;
    font-size:10px;
    color:#777;
    text-transform: uppercase;
    padding:2px;
    font-weight:700;
    display:inline-block;
    margin:1px auto
}
.protoColonnes .icone>a{
    width:90px;
    font-size:10px;
    color:#777;
    text-transform: uppercase;
    padding:2px;
    text-decoration:none;
    font-weight:700;
}

.buttonDialog {
width:46%;
max-width: 300px;
height:55px;
line-height:55px;
text-align:center; /* centrage horizontal */
margin:0px;
padding:0px;
}


.cadreObservComment { 
background: #fff;
width:100%; /* largeur de la zone de texte */
padding:4px; /* aération interne de la zone de texte */
text-align:left;
border-radius: 5px;
border:1px solid #f00;
margin-top:5px !important;
margin:5px 0px 0px 0px !important;
}
.cadreObservComment > span { 
color:#f00;
font-size: 13px;
font-weight:700;
}
.cadreObservComment > p { 
color:#666;
font-size: 11px;
}


.protoColonnesSB{
    display: -webkit-flex;  
    display: -ms-flexbox;  
    display: flex; 
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
    justify-content:space-between;
    text-align: center;
    position: relative;
    height: auto;
    width:100%;
}
.protoColonnesSB .eltPCSB, .protoColonnesSB .eltPCSB2{
    position: relative;
    display: inline-block;
    height: auto;
    text-align:left;
    margin:0px;
}
.protoColonnesSB .eltPCSB2{
    width:49%;
    padding: 0px 10px;
}
.protoColonnesSB .eltPCSB:nth-child(1){
    width:100%;
    text-align:left;
    min-width: 90px;
}
.protoColonnesSB .eltPCSB:nth-child(2){
    font-size:10px;
    color:#777;
    float:right;
    right:0px;
    width:100%;
    text-align:right;
    vertical-align: bottom;
    min-width: 70px;
}
@media only screen and (max-width:910px) {
.protoColonnesSB .eltPCSB:nth-child(1){
    width:75%;
}
.protoColonnesSB .eltPCSB:nth-child(2){
    width:25%;
}
}
@media only screen and (max-width:768px) {
.protoColonnesSB .eltPCSB, .protoColonnesSB .eltPCSB:nth-child(1), .protoColonnesSB .eltPCSB:nth-child(2){
    width:100%;
}
}
@media only screen and (max-width:440px) {
.protoColonnesSB .eltPCSB2{
    width:100%;
    margin:2px auto;
    text-align:center;
}
.buttonFiche {
    width:100%;
    margin:4px auto;
    text-align:center;
    float:none;
}

}
@media only screen and (max-width:700px) {
    #right-coordonnees #col, #right-coordonnees .col, #right-coordonnees .colv2 { position: relative; float: none; height: auto; width: 100%; padding: 4px; box-sizing: border-box; }
}


.infos-materiaux {
	position: relative;
	height: auto;
	width: auto;
	padding: 10px;
	line-height: 1.5;
        color:#000;
}

.titre-infos-materiaux {
	font-size: 16px;
	font-weight: 700;
}


@media only screen and (max-width:910px) {
#page {	
    box-sizing: border-box;
    padding: 0px;
}
.left-custom , #right-custom { width: 100%;  padding: 1px 10px;}
#right-custom .row { padding: 1px 0px; }
.listeEviers .evier .formEvier .selectBox { font-size: 10px; }
#page #bandeau-top {display: none; visibility: hidden; margin:0px; padding: 0px;}
}
@media only screen and (max-width:1000px) {
    #left-sidebarv2 {
        display:none;
        width:0px;
    }
}

.lire_suite {
display:block; text-align:center; border-bottom: 1px dotted #eee;
}

#bas_lire {
background-image: url(img/bas_lire.png);
position:absolute;
top:120px;
left:0px;
height:30px;
width:100%;
}

@media only screen and (max-width:910px) {
 .divDevisPdf{ height:1270px; }
 .image-reference { height: 130px; }
}
@media only screen and (max-width:820px) {
 /*.divDevisPdf{ height:1130px; }*/
 .image-reference { height: 125px; }
 .divDevisPdf{ display: none; visibility: hidden; height:0px; }
}
@media only screen and (max-width:760px) {
 /*.divDevisPdf{ height:1060px; }*/
 .image-reference { height: 120px; }
 .divDevisPdf{ display: none; visibility: hidden; height:0px; }
}
@media only screen and (max-width:730px) {
 /*.divDevisPdf{ height:1018px; }*/
 .image-reference { height: 115px; }
 .divDevisPdf{ display: none; visibility: hidden; height:0px; }
}
@media only screen and (max-width:650px) {
 /*.divDevisPdf{ height:905px; }*/
 .image-reference { height: 110px; }
}
/*@media only screen and (max-width:550px) {
 .divDevisPdf{ height:763px; }
}
@media only screen and (max-width:490px) {
 .divDevisPdf{ height:678px; }
}
@media only screen and (max-width:430px) {
 .divDevisPdf{ height:594px; }
}
@media only screen and (max-width:390px) {
 .divDevisPdf{ height:537px; }
}
@media only screen and (max-width:360px) {
 .divDevisPdf{ height:495px; }
}
@media only screen and (max-width:330px) {
 .divDevisPdf{ height:452px; }
}*/











/*-----------Slider----------------*/
.contentDiaporamaSlider, .contentDiaporamaSliderDecale, .contentDiaporamaSliderDecale1000{
	padding-left: 0px;
	padding-right: 0px;
        display:block;
        overflow:hidden;
}
@media (min-width: 1200px){
    .contentDiaporamaSlider {width:100%; max-width: 1900px; margin:0px auto; }
}
@media (max-width: 900px){
    .contentDiaporamaSliderDecale {width:1200px !important; min-width: 1200px !important; margin:0px auto;}
    .contentDiaporamaSliderDecale1000 {width:1000px !important; min-width: 1000px !important; margin:0px auto; margin-left:-20px;}
}
.diaporamaSlider{
	position: relative;
	margin-bottom: 10px
}
.owl-theme .owl-nav {
    margin-top: 0;
}
/*.diaporamaSlider.owl-theme .owl-item.active .item::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.3);
}*/
.contentDiaporamaSlider .diaporamaNav, .contentDiaporamaSliderDecale .diaporamaNav, .contentDiaporamaSliderDecale1000 .diaporamaNav {position: relative}
.contentDiaporamaSlider .diaporamaNav.owl-theme .owl-nav [class*=owl-], .contentDiaporamaSliderDecale .diaporamaNav.owl-theme .owl-nav, .contentDiaporamaSliderDecale1000 .diaporamaNav.owl-theme .owl-nav [class*=owl-]{
	position: absolute;
	opacity: 0.7;
	/*background-color: #444;*/
	/*border:3px double #666;*/
	padding: 12px;
	color: #333333;
	width: 40px;
	height: 40px;
        line-height: 1;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	top: 50%;
	transform: translateY(-50%);
	outline: none
}
.contentDiaporamaSlider .diaporamaNav.owl-theme .owl-nav [class*=owl-] span, .contentDiaporamaSliderDecale .diaporamaNav.owl-theme .owl-nav [class*=owl-] span, .contentDiaporamaSliderDecale1000 .diaporamaNav.owl-theme .owl-nav [class*=owl-] span{
	font-size: 45px;
    line-height: 18px;
}
.contentDiaporamaSlider .diaporamaNav.owl-theme .owl-nav .owl-next, .contentDiaporamaSliderDecale .diaporamaNav.owl-theme .owl-nav .owl-next, .contentDiaporamaSliderDecale1000 .diaporamaNav.owl-theme .owl-nav .owl-next {
	right: 16px;
}
.contentDiaporamaSlider .diaporamaNav.owl-theme .owl-nav .owl-prev, .contentDiaporamaSliderDecale .diaporamaNav.owl-theme .owl-nav .owl-prev, .contentDiaporamaSliderDecale1000 .diaporamaNav.owl-theme .owl-nav .owl-prev {
	left: 16px;
}
.diaporamaSlider.owl-theme .owl-dots .owl-dot {
	outline: none;
}
.diaporamaSlider.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 2px;
    margin: 5px;
    background: #cdcdcd;
}
.diaporamaSlider.owl-theme .owl-dots .owl-dot.active span, .diaporamaSlider.owl-theme .owl-dots .owl-dot:hover span {
    background: #f6c647;
}
.diaporamaSlider.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
/*.diaporamaSlider .owl-item item{
	position: relative;
        overflow:hidden;
}
.diaporamaSlider .owl-item item img{
	min-width: 600px;
}*/
.diaporamaSlider .owl-item .item .mytitre{
	position: relative;
        margin:10px auto;
        font-size:30px;
        text-align:center;
}
.diaporamaSlider .owl-item .item .mytitreBGBlanc{
        /*background-color:#fff;*/
}
.diaporamaSlider .owl-item .item .mytitre2{
	position: relative;
        margin:10px auto;
        font-size: 24px;
        font-weight: 600;
        text-align:center;
        color:#000;
}
.diaporamaSlider .owl-item .item .mytitre3{
	position: relative;
        margin:10px auto;
        font-size: 18px;
        font-weight: 600;
        text-align:center;
        color:#000;
}
.diaporamaSlider .owl-item .item .mysoustitre2{
	position: relative;
        margin:2px auto;
        font-size: 18px;
        font-weight: 400;
        text-align:center;
}
.diaporamaSlider .diaporamaZoneText{
    position: absolute;
    bottom: 40px;
    left: 0;
    /*transform: translateX(-50%);*/
    width: auto;
    min-width:150px;
    padding: 15px;
    /*background-color: rgba(250, 250, 250, 0.3);*/
    /*background-color: rgba(40, 40, 40, 0.3);*/
    transition: all .5s ease-out;
    text-align: left;
        /*border:1px solid #fff;*/
}
.diaporamaSlider .owl-item.active .diaporamaZoneText{
	bottom: 40px;
            text-align: left;

	/*transform: translate(-50%,100%);*/
}
.diaporamaSlider .owl-item.active .diaporamaZoneText p{
	transform: scale(1);
}
@media (max-width: 767px){
    .diaporamaSlider .diaporamaZoneText{
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
    }
    .diaporamaSlider .owl-item.active .diaporamaZoneText{
            bottom: 100%;
            transform: translate(-50%,100%);
            text-align: center;
    }
    

    .diaporamaSlider.owl-theme .owl-nav .owl-prev {left: 0;}
    .diaporamaSlider.owl-theme .owl-nav .owl-next {right: 0;}
    
    .diaporamaSlider.owl-carousel .owl-item {position: relative; overflow: hidden; max-height: 390px;}
    
    .diaporamaSlider.owl-carousel .owl-item .panoramique01 { height: 350px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique02 { height: 690px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique03 { height: 390px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique04 { height: 390px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique05 { height: 390px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique06 { height: 390px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique07 { height: 340px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique08 { height: 240px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique09 { height: 310px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique10 { height: 370px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique01 img { width:950px; height: 350px; position:absolute; margin:auto; right:-2000px; left:-2000px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique02 img { width:355px; height: 650px; position:absolute; margin:auto; right:-2000px; left:-2000px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique03 img { width:300px; height: 380px; position:absolute; margin:auto; right:-2000px; left:-2000px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique04 img { width:380px; height: 380px; position:absolute; margin:auto; right:-2000px; left:-2000px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique05 img { width:485px; height: 316px; position:absolute; margin:auto; right:-2000px; left:-2000px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique06 img { width:310px; height: 350px; position:absolute; margin:auto; right:-2000px; left:-2000px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique07 img { width:300px; height: 300px; position:absolute; margin:auto; right:-2000px; left:-2000px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique08 img { width:300px; height: 190px; position:absolute; margin:auto; right:-2000px; left:-2000px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique09 img { width:300px; height: 260px; position:absolute; margin:auto; right:-2000px; left:-2000px;}
    .diaporamaSlider.owl-carousel .owl-item .panoramique10 img { width:300px; height: 300px; position:absolute; margin:auto; right:-2000px; left:-2000px;}
    .diaporamaSlider .diaporamaZoneText { padding: 0 20px; }
    .diaporamaSlider .owl-item.active .diaporamaZoneText{ bottom: 70%; }
    .diaporamaSlider .owl-item.active .diaporamaZoneText h2 { font-size: 28px;}
    .diaporamaSlider .owl-item.active .diaporamaZoneText p { font-size: 16px; }
    .diaporamaSlider .owl-item.active .diaporamaZoneText a{ font-size: 16px; }
    .diaporamaSlider .owl-item .item .mytitreBGBlanc{
            background-color:#fff;
    }
    .diaporamaSlider .owl-item .item .mytitre,.diaporamaSlider .owl-item .item .mytitre2,.diaporamaSlider .owl-item .item .mytitre3{
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
        display:block;
        width:101%;
        margin:0px auto;
        color:#000;
        font-weight:600;
        padding:5px 0px;
    }
    .diaporamaSlider .owl-item .item .mytitre,.diaporamaSlider .owl-item .item .mytitre2{
        font-size:20px;
        /*background-color:#fff;*/
    }
    .diaporamaSlider .owl-item .item .mytitre3{
        font-size:14px;
        bottom: 0px;
    }
    .diaporamaSlider .owl-item .item .mysoustitre2{
            font-size:18px;
        font-weight:400;
    }
}
@media (max-width: 576px){
    .diaporamaSlider .owl-item .diaporamaZoneText { width: 95%;}
    .diaporamaSlider .owl-item.active .diaporamaZoneText{ bottom: 15%; transform: translate(-50%,50%);width: 95%;}
    .diaporamaSlider .owl-item.active .diaporamaZoneText h2 { font-size: 24px;}
    .diaporamaSlider .owl-item.active .diaporamaZoneText p { font-size: 15px; }
    .diaporamaSlider .owl-item.active .diaporamaZoneText a{ font-size: 15px; }
}
/*@media (max-width: 991px){
	.diaporamaSlider.owl-carousel .owl-item {overflow: hidden}
	.diaporamaSlider.owl-carousel .owl-item img {width: auto;max-width: none;height: 360px;position: relative;left: 50%;transform: translateX(-50%);overflow: hidden;}
}
@media (max-width: 767px){
	.diaporamaSlider.owl-theme .owl-nav .owl-prev {left: 0;}
	.diaporamaSlider.owl-theme .owl-nav .owl-next {right: 0;}
        
	.diaporamaSlider.owl-carousel .owl-item img {height: 280px;}
	.diaporamaSlider .diaporamaZoneText { padding: 0 20px; }
        .diaporamaSlider .owl-item.active .diaporamaZoneText{ bottom: 70%; }
        .diaporamaZoneText h2 { font-size: 24px; }
        .diaporamaZoneText p { font-size: 16px; }
        .diaporamaZoneText a{ font-size: 13px; }
}
@media (max-width: 576px){
	.diaporamaSlider.owl-carousel .owl-item img {height: 200px;}
        
	.diaporamaSlider .owl-item .diaporamaZoneText { width: 90%; }
        .diaporamaSlider .owl-item.active .diaporamaZoneText{ bottom: 60%; transform: translate(-50%,50%);width: 90% }
        .diaporamaZoneText h2 { font-size: 20px; }
        .diaporamaZoneText p { font-size: 13px; }
        .diaporamaZoneText a{ font-size: 12px; }
}*/
/*-----------Slider Home----------------*/


.validationPiece{
    border:1px solid #fff;
    padding: 2px;
    margin:0px auto;
    background: #d4d4d4;
    width:100%;
}
.validationPiece td{
    font-size: 14px;
    padding: 3px;
    margin: 1px;
    text-align:left;
    vertical-align: middle;
    line-height:15px;
}
.validationPiece td:nth-child(2n+1){
    text-align:right;
    max-width: 30px;
}
.validationPiece td>input{
    vertical-align: middle;
    line-height:14px;
  display: inline;
}
.validationPiece td>label{
    cursor:pointer;
    line-height:14px;
    vertical-align: middle;
    display: inline;
    font-weight:400;
    font-style: normal;
}
.validationPiece .checkVerif__isNotValid>input[type=submit]{ background-color: #f90 !important; }
.validationPiece .checkVerif__isNotValid>input[type=submit]:hover{ background-color: #0f0 !important; }

.validationPiece .checkVerif__isValid>input[type=submit]{ background-color: #0f0 !important; }
.validationPiece .checkVerif__isValid>input[type=submit]:hover{ background-color: #f90 !important; }

.itemisvalid, .checkOptIsValid{
    color: #090;
    padding: 0px;
    font-weight:400;
    font-style: normal;
}
.itemisvalid:hover, .checkOptIsValid:hover{
    color: #000;
    background-color:#fff;
}
.itemisnotvalid, .checkOptIsNotValid{
    color: #f00;
    padding: 0px;
    font-weight:400;
    font-style: normal;
}
.itemisnotvalid:hover, .checkOptIsNotValid:hover{
    color: #000;
    background-color:#fff;
}




.tabRap{
    border:1px solid #666;
    padding: 2px;
    margin:0px auto;
    width:99%;
}
.tabRap .titreRap{
    border:1px solid #666;
    padding: 2px;
    margin:0px auto;
    background: #d4d4d4;
    color:#000;
    font-weight:700;
    font-size:10px;
}
.tabRap td{
    border:1px solid #666;
    font-size: 9px;
    padding: 2px;
    text-align:center;
    vertical-align: middle;
}



#coordonnees2 {
	position: relative; 
	height: auto;
	width: auto;
	font-family: 'Raleway', sans-serif;
}

#coordonnees2 #col-titre-coo {
	position: relative;
	height: auto;
	width: 42%;
	font-size: 10px;
	color: #000;
	text-align: left;
	padding: 5px 0px;
	box-sizing: border-box;
}

#coordonnees2 #col-coordonnees {
	position: relative;
	height: 155px;
	width: 48%;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	text-align: left;
	padding: 5px;
        margin: 5px;
        
        box-sizing: border-box;
	background: #eee;
	padding: 4px;
        border:1px solid #bbb;
        color: #000;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);

}
#coordonnees2 #col-coordonnees2 {
	position: relative;
	height: 155px;
	width: 31%;
	font-size: 10px;
	color: #000;
	text-align: left;
	padding: 5px;
        margin: 5px;
        
        box-sizing: border-box;
	background: #eee;
	padding: 4px;
        border:1px solid #bbb;
        color: #000;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);

}
@media only screen and (max-width:750px) {
#coordonnees2 #col-coordonnees2 {
    	width: 49%;
        margin: 5px auto;
}
}
@media only screen and (max-width:550px) {
#coordonnees2 #col-coordonnees {
    	width: 100%;
        margin: 5px auto;
}
}





.txtFlash {
    font-weight: 700;
    letter-spacing: 1px;
    color: #f00; 
    text-shadow: 1px 1px #888;
    font-family: Arial;
    font-style: italic;
}

.txtBasics {
    font-weight: bold;
    letter-spacing: 1px;
    color: #31708f; 
    text-shadow: 1px 1px #ddd;
    font-family: 'Oooh Baby', cursive;
    font-style: italic;
}

.txtAllIn {
    font-weight: bold;
    letter-spacing: 1px;
    color: #f00; 
    text-shadow: 1px 1px #ddd;
    font-family: 'Oooh Baby', cursive;
    font-style: italic;
}

.txtPremium {
    font-weight: bold;
    letter-spacing: 1px;
    color: #00AA44; 
    text-shadow: 1px 1px #ddd;
    font-family: 'Oooh Baby', cursive;
    font-style: italic;
}









.contSectionSR{
    margin:5px auto;
    margin-top:30px;
    max-width:1200px;
    display: -webkit-flex;  
    display: -ms-flexbox;  
    display: flex; 
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
    justify-content:center;
}

.contSectionSR > div{
    display:inline-block;
    width:32%;
    /*border:1px solid #999;*/
    text-align:center;
    padding: 3px;
    font-size:14px;
}

.contSectionSR > div.cadre{
    margin:30px auto !important;
    border:1px solid #ccc;
    border-radius: 5px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5) !important;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5) !important;
    padding: 5px !important;
}
.contSectionSR > div > a > img{
    width:100%;
}
.contSectionSR  a.ouvrir{
    float:right;
    color:#000;
    font-weight:900;
    font-size:15px;
    text-decoration: none;
}
.contSectionSR  a.ouvrir:hover{
    color:#ff6f61;
}
.contSectionSR  span.picto{
    color:#aaa;
    font-weight:300;
    font-size:65px;
    text-decoration: none;
}
.contSectionSR  a{
    color:#000;
    text-decoration: none;
}
.contSectionSR  a:hover{
    color:#ff6f61;
}
.contSectionSR  a.titre, .contSectionSR  .titre{
    color:#000;
    font-weight:900;
    font-size:20px;
    text-decoration: none;
}
.contSectionSR  a.titre:hover{
    color:#ff6f61;
}
.leftimg {
	position: relative;
	float: left;
	height: auto;
	min-height: 100%;
	width: 49%;
	padding: 0px 10px 0px 20px;
	box-sizing: border-box;
        
        font-size: 15px;
	color: #555;
	text-align: left;
        letter-spacing: 1px;
        font-weight: 500;

}
.rightimg {
	position: relative;
	float: left;
	height: auto;
	min-height: 300px !important;
	width: 49%;
	padding: 0px 10px;
	box-sizing: border-box;
}
.rightimg img{
        width: 100%;
}

.rectifWidth{
    width:auto;
}
.divRoundCouleurSR{
    display: inline-block;
    float:left;
    border:1px solid #bbb;
    cursor: pointer;
    width:50px;
    height:50px;
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;

}
.divTxtCouleurSR{
    display: inline-block;
    float:left;
    cursor: pointer;
    height:50px;
    line-height:50px;
    margin-left:3px;
    vertical-align: middle;
    font-size:25px;
}

@media only screen and (max-width:510px) {
.contSectionSR > div.cadre{
    width:95%;
}
.contSectionSR  span.picto{
    font-size:40px;
}
.rectifWidth{
    width:150px;
    text-align:left;
}
.divRoundCouleurSR{
    width:30px;
    height:30px;
}
.divTxtCouleurSR{
    height:30px;
    line-height:30px;
    margin-left:3px;
    font-size:20px;
}

}


@media only screen and (max-width:910px) {
    
    .leftimg , .rightimg{
        padding: 0px 10px;
        float: none;
        margin:0px auto;
        width: 98%;
        text-align: center;
    }
    .contSectionSR > div{
        width:50%;
    }

}


.bt-refusOptionSdB {
    text-align:center; margin-top:10px;
}
.bt-refusOptionSdB input[type="checkbox"], .bt-refusOptionSdB input[type="radio"] {
display:none;
}
.bt-refusOptionSdB input[type="checkbox"] + label, .bt-refusOptionSdB input[type="radio"] + label{
        margin: 3px auto;
        box-sizing: border-box;
        cursor: pointer;
	text-align: center;
        text-decoration: none;
        max-width:350px;
        text-transform: uppercase;
        cursor:pointer;
        border-radius: 5px;
         -webkit-transition: all 0.7s ease 0s;-moz-transition: all 0.7s ease 0s;-o-transition: all 0.7s ease 0s;transition: all 0.7s ease 0s;
	font-size: 16px;
        padding: 5px 4px;
        font-weight:700;
        color: #aaa;
	background: #fff;
        /*float:right;*/
        border:2px double #ddd;
    border-radius: 10px;
}
.bt-refusOptionSdB input[type="checkbox"] + label:hover, .bt-refusOptionSdB input[type="radio"] + label:hover, .bt-refusOptionSdB input[type="radio"]:checked + label:hover{
        color: ff6f61;
	background: #f4f4f4;
    border:2px solid ff6f61;
}


.contenair-page-presentation{
    width:100%;
    margin-top:30px;
}

.headerProduit, .headerProduitCentrer {
	position: relative;
        width:100%;
        margin:0px auto;
	/*background-repeat: no-repeat;
	background-size: cover;*/
        background-color:#333;
        min-height:250px;
    display: -webkit-flex;  
    display: -ms-flexbox;  
    display: flex; 
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
    justify-content:center;
    align-items:center;
    padding:0px !important;
}
.headerProduit {
        min-height:250px;
}
.headerProduitCentrer {
        min-height:180px;
}
.version__header1_meuble {
    height:544px;
}
.version__header1 .contheaderProduit, .version__header2 .contheaderProduit {
	position: absolute;
        margin:0px auto;
    display: -webkit-flex;  
    display: -ms-flexbox;  
    display: flex; 
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
    justify-content:space-between;
    padding:0px !important;
}
.version__header1 .contheaderProduit {
	position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        width:100%;
}
.version__header2 .contheaderProduit {
	position: absolute;
        bottom: 40px;
        left: 0;
}
.headerProduit img, .headerProduitCentrer img{
    width: 100%;
    border:0;
}
.version__header1 .titre, .version__header2 .titre{
    text-align:left !important;
    padding:0px !important;
}
.version__header1 .titre{
    width:35%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-right:1px solid #fff;
    padding-right:10px;
    margin:0px auto;
}
.version__header2 .titre{
    display: table;
}
.version__header1 .descr, .version__header2 .descr{
    text-align:left !important;
    padding:0px !important;
}
.version__header1 .descr{
    display: flex;
    flex-direction: row;
    align-items: center;
    width:65%;
    padding-left:10px;
}
.version__header2 .descr{
    width:100%;
}
.version__header1 .titre div, .version__header1 .descr div, .version__header2 .titre div, .version__header2 .descr div{
    display:table;
    padding:0px !important;
}
.version__header1 .titre div, .version__header1 .descr div{
    margin:0px auto;
}
.version__header1 .titre h1, .version__header2 .titre h1{
    font-family: 'Raleway', sans-serif;
    color: #fff !important;
    text-align:left !important;
    margin:0px !important;
    text-transform: uppercase;
}
.version__header1 .titre h1{
    font-size:38px !important;
    font-weight: 700 !important;
    padding:10px !important;
}
.version__header1 .titre h1 .soustitre{
    font-size:32px !important;
    font-weight: 500 !important;
    text-transform: lowercase !important;
}
.version__header2 .titre h1{
    font-size:70px !important;
    font-weight: 700 !important;
    padding:20px !important;
}
.version__header1 .descr h2, .version__header2 .descr h2{
    font-family: 'Raleway', sans-serif;
    text-align:left !important;
    margin:0px !important;
    font-variant: normal !important;
}
.version__header1 .descr h2{
    font-size:28px !important;
    color: #fff !important;
    font-weight: 500 !important;
    padding:40px !important;
}
.version__header2 .descr h2{
    font-size:40px !important;
    color: #fff !important;
    font-weight: 500 !important;
    padding:20px !important;
}
.version__header3{
    display:block;
    margin:0px auto;
    padding:20px;
    margin-top:50px;
    margin-bottom:60px;
}
.version__header_LIGHT{
    color:#fff;
}
.version__header_DARK{
    color:#000;
}
.version__header3 .sousTitreBig, .version__header3 .titreBig, .version__header3 .sousTitreBig2, .version__header3 .titreBig2, .version__header3 .descrBig, .version__header3 .trait{
    display: block;
    margin:0px auto;
    text-align:center;
}
.version__header3 .sousTitreBig, .version__header3 .sousTitreBig2{
    font-style: italic;
    font-weight:400;
    padding:10px;
}
.version__header3 .titreBig, .version__header3 .titreBig2{
    font-style: italic;
    font-weight:600;
    padding:10px;
    text-transform: uppercase;
}
.version__header3 .sousTitreBig{
    font-size:40px;
}
.version__header3 .titreBig{
    font-size:50px;
}
.version__header3 .sousTitreBig2{
    font-size:30px;
}
.version__header3 .titreBig2{
    font-size:40px;
}
.version__header3 .titre{
    font-size:30px;
    font-style: italic;
    font-weight:600;
    padding:10px;
    text-transform: uppercase;
}
.version__header3 .descrBig{
    font-size:26px;
    padding:10px;
}
.version__header3 .descrBig2{
    font-size:20px;
    padding:10px;
    text-align:center;
}
.version__header3 .trait{
    border-bottom:1px solid #fff;
    width:100px;
    height:30px;
}
@media only screen and (max-width:1200px) {
    .version__header1 .titre h1{
        font-size:36px !important;
    }
    .version__header1 .titre h1 .soustitre{
        font-size:24px !important;
    }
    .version__header1 .descr h2{
        font-size:24px !important;
    }
    .version__header2 .titre h1{
        font-size:50px !important;
    }
    .version__header2 .descr h2{
        font-size:35px !important;
    }
.version__header1_meuble {
    height:500px;
}
.version__header3 .sousTitreBig{
    font-size:30px;
}
.version__header3 .titreBig{
    font-size:40px;
}
.version__header3 .titre{
    font-size:26px;
}
.version__header3 .descrBig{
    font-size:17px;
}
.version__header3 .sousTitreBig2{
    font-size:20px;
}
.version__header3 .titreBig2{
    font-size:30px;
}
.version__header3 .descrBig2{
    font-size:16px;
}
}
@media only screen and (max-width:910px) {
    .version__header1 .contheaderProduit {
        display: block; 
    }
    .version__header1 .titre, .version__header1 .descr{
        display: block;
        width:100% !important;
        border-right:0px;
    }
    .version__header1 .titre h1{
        font-size:30px !important;
    }
    .version__header1 .titre h1 .soustitre{
        font-size:20px !important;
    }
    .version__header1 .descr h2{
        font-size:20px !important;
        padding:30px !important;
    }
    .version__header2 .titre h1{
        font-size:40px !important;
        padding:30px !important;
    }
    .version__header2 .descr h2{
        font-size:25px !important;
        padding:30px !important;
    }
.version__header1_meuble {
    height:444px;
}
.version__header3 .sousTitreBig{
    font-size:20px;
}
.version__header3 .titreBig{
    font-size:30px;
}
.version__header3 .descrBig{
    font-size:16px;
}
}
@media only screen and (max-width:710px) {
    .version__header1{
        min-height:240px;
    }
    .version__header2{
        min-height:320px;
    }
    .version__header2 img{
        width:900px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        object-fit: cover;
    visibility:hidden;
    }
    /*.version__header1 .titre{
        width:40%;
    }
    .version__header1 .descr{
        width:60%;
    }*/
    .version__header1 .titre div, .version__header1 .descr div, .version__header2 .titre div, .version__header2 .descr div{
        padding:10px !important;
    }
    
    .version__header1 .titre h1{
        font-size:17px !important;
        padding:5px !important;
        text-align:center !important;
    }
    .version__header1 .titre h1 .soustitre{
        font-size:14px !important;
        text-align:center !important;
    }
    .version__header1 .descr h2{
        font-size:18px !important;
        padding:5px !important;
        text-align:center !important;
    }
   .version__header2 .titre h1{
        font-size:24px !important;
        padding:5px !important;
    }
    .version__header2 .descr h2{
        font-size:18px !important;
        padding:5px !important;
    }
.version__header1_meuble {
    height:auto;
}
}
.banniereProduit {
	position: relative;
        width:100%;
        margin:10px auto;
	/*background-repeat: no-repeat;
	background-size: cover;*/
        border:1px solid #000;
        background-color:#333;
        min-height:30px;
        max-width:1800px;
}
.banniereProduit img{
    width: 100%;
    border:0;
}


.filsariane {
    position: relative;
    width:100%;
    margin:10px auto;
    font-family: 'Raleway', sans-serif;
    text-align:left !important;
    font-variant: normal !important;
    font-size:14px !important;
    color:#000;
    max-width:1200px;
}
.filsariane a {
    color:#000;
    font-size:14px !important;
    text-decoration: none;
    margin:0px 10px;
}
.filsariane a:hover {
    color:#ff6f61;
    text-decoration: none;
}

@media only screen and (max-width:710px) {
.filsariane a {
    font-size:12px !important;
}
}






.squareRemiseF {
  display:table;
  background-color: #ff6f61;
  font-size: 22px;
  text-align: center;
  font-style: normal;
  color: #000;
  padding: 10px 15px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.squareRemiseF span{
  font-weight: 1000;
  font-size: 24px;
}
.roundRemiseF {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 90px;
  height: 90px;
  line-height: 80px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff6f61;
  font-size: 30px;
  text-align: center;
  color: #000;
  transform: rotate(9deg); 
  z-index:100;
  font-style: normal;
}
.roundRemiseDevis {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 90px;
  height: 90px;
  line-height: 80px !important;
  background-color: #ff6f61;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  font-style: normal;
  color: #fff;
  z-index:1001;
}
.roundRemiseDevisG {
  width: 70px;
  height: 70px;
  line-height: 60px !important;
  background-color: #ff6f61;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  font-style: normal;
  color: #fff;
  z-index:1001;
  margin-left:10px;
}
.roundRemise {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  background-color: #ff6f61;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  font-style: normal;
  color: #fff;
}
.roundRemiseRel {
    display:inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  background-color: #ff6f61;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  font-style: normal;
  color: #fff;
}

.roundRemiseBarre {
  position: absolute;
  top: -10px;
  right: 45px;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  background-color: #777;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  font-style: normal;
  color: #fff;
}

.roundTendance {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 80px;
  height: 30px;
  line-height: 30px !important;
  background-color: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 15px;
  text-align: center;
  font-style: normal;
    letter-spacing: 1px;
    color: #fff; 
    font-style: italic;

}
@media only screen and (max-width:750px) {
    .roundRemiseF {
      top: 2px;
      right: -18px;
      width: 60px;
      height: 60px;
      line-height: 60px !important;
      font-size: 20px;
      border:1px solid #000;
    }
    .roundRemise {
      top: -5px;
      right: -5px;
      width: 40px;
      height: 40px;
      line-height: 40px !important;
      font-size: 12px;
    }
    .roundRemiseDevis {
      top: 0px;
      right: 0px;
      width: 50px;
      height: 50px;
      line-height: 50px !important;
      font-size: 20px;
    }
    .roundRemiseBarre {
      position: absolute;
      top: -5px;
      right: 40px;
      width: 40px;
      height: 40px;
      line-height: 40px !important;
      font-size: 12px;
    }
    .squareRemiseF {
      font-size: 20px;
      color: #000;
      padding: 8px;
      margin:0px auto;
      margin-top: 12px;
      margin-bottom: 10px;
    }
    .squareRemiseF span{
      font-weight: 800;
      font-size: 22px;
    }

}







.protoColonnes3 .eltPanier:nth-child(1){
    width:20%;
}
.protoColonnes3 .eltPanier:nth-child(2){
    width:80%;
}
.protoColonnes3 .eltPanier img{
    width:100%;
    border:0px;
}
.protoColonnes3 .eltPanier{
    font-size:11px;
    font-weight: 400;
    padding:4px;
}
.protoColonnes3 .eltPanier .soustitre{
    font-size:11px;
    line-height:13px;
    vertical-align: middle;
    font-weight: bold;
  color:#bbb;
  border-bottom:1px solid #eee;
  text-transform: uppercase;
    float:left;
}
.protoColonnes3 .eltPanier .prix{
    font-size:13px;
    line-height:13px;
    font-weight: bold;
    float:right;
}


a.viderpanier{
    color:#fff !important; background-color:#ff6f61; border:1px solid #fff; -webkit-transition: all 0.7s ease 0s;-moz-transition: all 0.7s ease 0s;-o-transition: all 0.7s ease 0s;transition: all 0.7s ease 0s;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 2px !important;
    margin-top:1px;
    /*text-shadow: 1px 1px #000;*/
    text-transform: uppercase;
    font-weight:600;
    border-radius: 6px;
    float:right;
}
a.viderpanier:hover{
    color:#ff6f61 !important; background-color:#fff; border:1px solid #ff6f61;
    text-decoration: none;
}
a.contactpanier{
    color:#fff !important; background-color:#ff6f61; border:1px solid #fff; -webkit-transition: all 0.7s ease 0s;-moz-transition: all 0.7s ease 0s;-o-transition: all 0.7s ease 0s;transition: all 0.7s ease 0s;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 2px !important;
    margin-top:1px;
    /*text-shadow: 1px 1px #000;*/
    text-transform: uppercase;
    font-weight:600;
    border-radius: 6px;
    float:left;
}
a.contactpanier:hover{
    color:#ff6f61 !important; background-color:#fff; border:1px solid #ff6f61;
    text-decoration: none;
}
.lienPanier{
    display:table;
    color:#ff6f61;
    background-color:#feffff;
    border: 1px solid #ff6f61;
    text-decoration:none;
    padding: 2px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    letter-spacing: 0px;
    margin: 3px auto;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    cursor:pointer;
    height:20px;
    line-height:20px;
    text-align:center
}
.lienPanier:hover{
    text-decoration: none;
    color:#feffff;
    background-color:#ff6f61;
    border:1px solid #ff6f61;
}
.sidenavPanier {
  height: 100%;
  width: 360px;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: -360px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
  margin:0px;
 
}
.sidenavPanier .closebtn {
/*  position: absolute;
  top: 0;
  right: 1px;*/
  display: block;
  text-align:right;
  width:100%;
  padding: 0px;
  margin: 0px;
  position: absolute;
  z-index: 10009;
  top:-10px;
  right:10px;
  width:40px;
}
.sidenavPanier .closebtn a {
  padding: 0px 2px;
  margin-top:0px;
  text-decoration: none;
  font-size: 34px !important;
  font-weight: 500 !important;
  color: #000;
  transition: 0.3s;
  z-index: 10010;
}
.sidenavPanier .closebtn a:hover {
  color: #ff6f61;
}

.mycontentPanier{
  display: block;
  position: relative;
  width:100%;
}

.sidenavPanier .messagePanier{
  display:block;
  font-size: 14px;
  color:#0c0;
  font-weight: 500;
  margin:0px auto;
  border-bottom:1px solid #ff6f61;
  text-align:center;
  padding: 10px 5px;
}

.sidenavPanier .titre{
  display:block;
  font-size: 16px;
  color:#bbb;
  font-weight: 400;
  margin:0px auto;
  border-bottom:1px solid #ddd;
  text-align:center;
  text-transform: uppercase;
  margin-top:5px;
}


#fondZ, #fondZ2{
  top: 0;
  left: 0;
  position: fixed;
    width:100%;
    height:100%;
    display:none;
    background-color:#000;
    opacity: 0.5;
    z-index: 9999;
}
#fondZ3{
  top: 0;
  left: 0;
  position: fixed;
    width:100%;
    height:100%;
    display:none;
    background-color:#fff;
    opacity: 1;
    z-index: 9999;
}

@media screen and (max-height: 450px) {
  .sidenavPanier {padding-top: 15px;}
  .sidenavPanier a {font-size: 18px;}
}
@media only screen and (max-width:910px) {
    .sidenavPanier {
      margin-top:45px;
    }
    .sidenavPanier .closebtn {
      top:-5px;
    }
    .sidenavPanier .titre{
      padding:5px 0px;
    }
}

