#content{
    margin-top: 10px;
    min-height: calc(100vh - 318px)
}

#cartouche_couleur .cartouche
{
    display:block !important;
    position: absolute !important;
}

#up100 {
    top: -50px;
}

body{
    width:100%;
    overflow-x: hidden;
}

a{
    color:#ff0043;
}
a:hover{
    color: black;
}

.js-cookie-consent {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background-color: white;
    z-index: 9000000;
    padding: 20px;
    border-top: 2px solid #ff0043;
    font-family: 'Saira', sans-serif;
}

.js-cookie-consent button
{
    background-color: #ff0043;
    color: white;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

.js-cookie-consent button:hover{
    background-color: rgba(0, 69, 99, 1);
}

.modal-backdrop.fade.in
{
    opacity: 0.6 !important;
    -webkit-animation-name: revert;
    animation-name: revert;
    animation-delay: 0;
    -webkit-animation-delay: 0;
}

.modal.fade.in
{
    -webkit-animation-name: revert;
    animation-name: revert;
    animation-delay: 0;
    -webkit-animation-delay: 0;
}

#loginModal .modal-dialog {
    width: 700px;
    border-radius: 0px;
}

#loginModalContainer{
    background-color: #EEE;
    padding: 20px;
}

#loginModalContainer h3{
    text-align: center;
    text-transform: uppercase;
    color: #8B8B8B;
    font-size: 30px;
}

#loginModalBody{
    background-color: white;
    margin: 10px;
    text-align: center;
}

#loginModalBody h4{
    text-align: center;
    color: black;
    text-transform: uppercase;
}

#loginModalBody h4.new_client{
    margin-top: 60px;
    position: relative;
}

#loginModalBody h4.new_client:before{
    content: "";
    height: 01px;
    width: calc(100% + 30px);
    position: absolute;
    top:-20px;
    left: -15px;
    background-color: #DDDDDD;
}

#loginModalBody form{
    width: 400px;
    position: relative;
    margin: auto;
    display: block;
}


#loginModalBody a.oublie{
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    display: block;
}

#loginModalBody a.oublie:hover{
    text-decoration: underline;
}

.modal-title{
    font-family: 'Saira', sans-serif;
    font-size: 16px;
    color: #00a6d0;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
}

.modal{
    z-index: 10000000 !important;
    top:60px !important;
}

#container_content {
    display: block;
    position: relative;
    top: 50px;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

#product-pictos{
    position: absolute;
    top: 0px;
    right: 20px;
}

.mobile{
    display: none
}

.grecaptcha-badge{
    z-index: 8000;
}

iframe {
    display: block;
    position: absolute;
    width: 105%;
    height: 610px;
}

.grecaptcha-logo iframe{
    display: initial;
    position: initial;
    top: initial;
    width: initial;
    height: initial;
}

.menu_gauche_produits{
    font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3f464c;
    text-transform: uppercase;
}


.para_adresse {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #3C3C3D;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 18px;
	opacity: 1;
}



.in-left07 {
    -webkit-animation-name: fadeInLeft07;
    animation-name: fadeInLeft07;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-webkit-keyframes fadeInLeft07 {
    from {
        opacity:0;
        transform: translatex(100px);
    }
    to {
        opacity:1;
        transform: translatex(0);
    }
}

@keyframes fadeInLeft07 {
    from {
        opacity:0;
        transform: translatex(100px);
    }
    to {
        opacity:1;
        transform: translatex(0);
    }
}


#voiture {
	display: block;
	position: relative;
	top: -70px;
	width: 350px;
	height: auto;
	left: 60%;
	z-index: 10000;

}

#bandeau_contact02 {
	display: block;
	position: relative;
	top: 47px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: 400px;
	background: url(../images/bandeau_contact02.jpg) center center no-repeat;
	background-size: cover;
}

#bandeau_contact03 {
	display: block;
	position: relative;
	top: 47px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: 400px;
	background: url(../images/bandeau_contact03.jpg) center center no-repeat;
	background-size: cover;
}


.ball {
	width: 39px;
	height: 39px;
	position: fixed;
	bottom: 100px;
	z-index: 500000000000000000;
	-webkit-animation: jump 1s infinite;
	animation: jump 1s infinite;
	right: 48%;
}

@keyframes jump {
	0% {bottom: 100;
		-webkit-animation-timing-function: ease-in;
	}
	50% {bottom: 117px;
		-webkit-animation-timing-function: ease-out;
	}
	55% {bottom: 120px;
		-webkit-animation-timing-function: ease-in;}
	65% {bottom: 115px;
		-webkit-animation-timing-function: ease-out;}
	95% {
		bottom: 100;
		-webkit-animation-timing-function: ease-in;
	}
	100% {bottom: 80;
		-webkit-animation-timing-function: ease-in;
	}
}



/* Fin Ball */


	.logo_blanc {
		position: relative;
		top:-50px;
	width: 400px;
	}


.ligne_top {
	border-top: 1px solid rgba(0,0,0,0.2);
}

.variation:hover{
    cursor:pointer;
    background-color: rgb(242, 242, 242);
}

.variation.selected .legende_produit_zoom3,
.variation.selected .legende_produit_zoom4{
    font-weight: 500;
}


.bg_bleue {
	background-color: rgba(238,238,238,1.00);
}


	.display_off {
		display: block;
	}


	.legende_texte {
	font-family: 'Barlow', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	color: #3f464c;
}

#produits_associes {
	display: block;
	position: relative;
	top:50px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
    text-transform: uppercase;
}

.contour_noir {
	border-radius: 20px;
	height: 200px;
}

.contour_noir:hover {
	border: 1px solid rgba(0,0,0,0.50);
	border-radius: 20px;
}

.sous_titre_produit {
	font-family: 'barlow', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 18px;
}

/*cartouche couleur*/

.cartouche {
	display: block;
	margin: 0 auto;
	width: 110px;
	z-index: 1000;
    display: block;
    position: absolute;
    top:0px;
}

#cartouche_couleur {
	position: relative;
	top: 47px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 5px;
	z-index: 850;
}

.cartouche01 {
	left: 15px;
	z-index: 857;
}

.cartouche02 {
	left: 158px;
	z-index: 856;
}

.cartouche03 {
	left: 302px;
	z-index: 855;
}

.cartouche04 {
	left: 445px;
	z-index: 854;
}

.cartouche05 {
	left: 585px;
	z-index: 853;
}

.cartouche06 {
	left: 728px;
	z-index: 852;
}

.cartouche07 {
	left: 872px;
	z-index: 851;
}


/** fadeInLeft **/


.in-left01 {
    -webkit-animation-name: fadeInLeft01;
    animation-name: fadeInLeft01;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes fadeInLeft01 {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
    }
}

@keyframes fadeInLeft01 {
    from {
        opacity:0;
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        transform: translatex(0);
    }
}

.in-left02 {
    -webkit-animation-name: fadeInLeft02;
    animation-name: fadeInLeft02;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes fadeInLeft02 {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
    }
}

@keyframes fadeInLeft02 {
    from {
        opacity:0;
        transform: translatex(-200px);
    }
    to {
        opacity:1;
        transform: translatex(0);
    }
}

.in-left03 {
    -webkit-animation-name: fadeInLeft03;
    animation-name: fadeInLeft03;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes fadeInLeft03 {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
    }
}

@keyframes fadeInLeft03 {
    from {
        opacity:0;
        transform: translatex(-300px);
    }
    to {
        opacity:1;
        transform: translatex(0);
    }
}

.in-left04 {
    -webkit-animation-name: fadeInLeft04;
    animation-name: fadeInLeft04;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes fadeInLeft04 {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
    }
}

@keyframes fadeInLeft04 {
    from {
        opacity:0;
        transform: translatex(-400px);
    }
    to {
        opacity:1;
        transform: translatex(0);
    }
}

.in-left05 {
    -webkit-animation-name: fadeInLeft05;
    animation-name: fadeInLeft05;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes fadeInLeft05 {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
    }
}

@keyframes fadeInLeft05 {
    from {
        opacity:0;
        transform: translatex(-500px);
    }
    to {
        opacity:1;
        transform: translatex(0);
    }
}

.in-left06 {
    -webkit-animation-name: fadeInLeft06;
    animation-name: fadeInLeft06;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes fadeInLeft06 {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
    }
}

@keyframes fadeInLeft06 {
    from {
        opacity:0;
        transform: translatex(-600px);
    }
    to {
        opacity:1;
        transform: translatex(0);
    }
}

.in-left07 {
    -webkit-animation-name: fadeInLeft07;
    animation-name: fadeInLeft07;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-webkit-keyframes fadeInLeft07 {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
    }
}

@keyframes fadeInLeft07 {
    from {
        opacity:0;
        transform: translatex(-700px);
    }
    to {
        opacity:1;
        transform: translatex(0);
    }
}


.in-down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}


@-webkit-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-100px);
        transform: translatey(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-100px);
        transform: translatey(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}


.in-down_01 {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
}

.in-down_02 {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}


@-webkit-keyframes fade {
    from {
        opacity:0;
		transform: scale(0.5);
    }
    to {
        opacity:1;
		transform: scale(1);
    }
}
@keyframes fade {
    from {
        opacity:0;
		transform: scale(0.5);
    }
    to {
        opacity:1;
		transform: scale(1);
    }
}

.zoom {
	animation-name: zoom;
	animation-duration: 7s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 7s;
	-webkit-animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
}

@keyframes zoom {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.15,1.15);
    }
    100% {
        transform: scale(1,1);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.15,1.15);
    }
    100% {=
        transform: scale(1,1);
    }
}





.in-up {
    -webkit-animation-name: in-up;
    animation-name: in-up;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}


@-webkit-keyframes in-up {
    from {
        opacity:0;
        -webkit-transform: translatey(50px);
        transform: translatey(50px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes in-up {
    from {
        opacity:0;
        -webkit-transform: translatey(50px);
        transform: translatey(50px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}







/* FIN cartouche couleur*/

.bg_bleue {
	background-color: rgba(238,238,238,1.00);
}


.tab_consommables {
	border: 1px solid rgba(0,0,0,0.20);
	font-family: 'Barlow', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}

.tab_info_type {
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(8,153,215,1.00);
	background: #fff;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
	position: relative;
	display: inline-block;
	width: 100%;
  }
    .custom-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 30px 0 5px;
	font-family: 'Barlow', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	color: #0899D7;
	background: #fff;
	cursor: pointer;
    }

    .legende_bleu {
	position: relative;
	display: block;
	width: 100%;
	padding: 8px 30px 0 5px;
	font-family: 'Barlow', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	color: #0899D7;
	background: #fff;
	cursor: pointer;
    }

    .legende_bleu02 {
	position: relative;
	display: block;
	width: 100%;
	padding: 8px 20px 0 5px;
	font-family: 'Barlow', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	color: #0899D7;
	cursor: pointer;
    }

.bg_blanc {
	background-color: #fff;
}

	.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px; height: 10px;
	top: 50%; right: 10px;
	margin-top: -3px;
	border-bottom: 1px solid #878787;
	border-right: 1px solid #878787;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
	}
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
	z-index: 1000;
		width: 100%;
  }
    .custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%; right: 25px;
	width: 7px; height: 7px;
	margin-bottom: -4px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	background: #fff;
	transform: rotate(45deg);
	transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
	position: relative;
	display: block;
	padding: 0 22px;
	border-bottom: 1px solid #b5b5b5;
	font-family: 'Barlow', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	padding: 10px;
	color: #ccc;
	line-height: 14px;
	cursor: pointer;
	transition: all .4s ease-in-out;
		width: 100%;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
	background: #ff0043;
	color: #fff;
    }



/* menu accessoires */

.menu_accessoire { /* Pour le bouton principal */
list-style-type: none;
margin: 0px;
padding: 0px;
width: 150px;
font-family: 'Saira', sans-serif;
text-decoration: none;
font-size: 12px;
font-weight: 300;
}

.espace {
font-family: 'Saira', sans-serif;
text-decoration: none;
font-size: 0px;
}

.menu_accessoire ul { /* Pour les sous-menus */
list-style-type: none;
margin: 0px;
padding: 0px;
width: 150px;
}

.menu_accessoire ul {
display: none;
}
.menu_accessoire li {
position: relative;
}

.menu_accessoire a {
display: block;
width: auto;
line-height: 20px;
padding: 0px 10px;
text-align: left;
}

.menu_accessoire li:hover ul {
display: block ;
position: absolute;
top: 20px;
left: 0px;
z-index: 100;
}

/* Gestion des couleurs */
.menu_accessoire li {
  background-color: #0899D7; /* Couleur d'arriere-plan du menu */
	border-radius: 5px;

}
.menu_accessoire li a {
  color: #fff; /* Couleur du texte du menu */
}
.menu_accessoire li:hover {
  background-color: #0899D7; /* Couleur d'arriere-plan du menu au survol */
    text-decoration: none;
}

.menu_accessoire li:hover a {
	color: #fff; /* Couleur du texte du menu au survol */
	text-decoration: none;
}

.menu_accessoire ul li {
  background-color: #3F464C; /* Couleur d'arriere-plan des sous-menu */
	border-radius: 0px;
}

.menu_accessoire ul li:hover {
  background-color: #3F464C; /* Couleur d'arriere-plan des sous-menu au survol */ }

.menu_accessoire ul li a {
padding-top: 5px;
}

.menu_accessoire ul li:hover a {
  color: #0899D7; /* Couleur du texte des sous-menu au survol */
}

/* FIN menu accessoires */



.select {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 16px;
	line-height: 22px;
    font-weight: 400;
}


/* code article */

#code_article {
	display: block;
	width: auto;
}
#code {
	display:inline-block;
	width: 50%;
	height: auto;
	float: left;
}

.code {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 19px;

    font-weight: 600;

}

.code_article {
	font-family: 'barlow', sans-serif;
    text-decoration: none;
    font-size: 14px;
	line-height: 30px;
    font-weight: 600;
	color: #BABABA;
}

.code_bleu {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 19px;

    font-weight: 600;
	color: #0080B0;
}

.batterie {
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 14px;

    font-weight: 300;
}

.infos_code {
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 12px;
	font-style: oblique 60deg;

    font-weight: 400;
	color: #0899D7;
	letter-spacing: 1px;
	white-space: nowrap;
}

.infos_code:hover {
	font-family: 'Barlow', sans-serif;
    text-decoration: none;
    font-size: 12px;
	font-style: oblique 60deg;

    font-weight: 600;
	color: #0899D7;
	letter-spacing: 1px;
	white-space: nowrap;
}



.bouton_code {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	color: #000;
}


.bouton_code:hover {
	background-color: #0899D7;
	border: 1px solid #0899D7;
	color: #fff !important;
	cursor: pointer;
}

.bouton_code:hover {
	background-color: #0899D7;
	border: 1px solid #0899D7;
	color: #fff !important;
	cursor: pointer;
}


/* FIN code article */

/* Onglet produit */

.tabs{
  display: none;
}
.tab{
	display: inline-block;
	padding: 2px 10px;
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 14px;
	line-height: 14px;
    font-weight: 400;
	cursor: pointer;
}
.contenu{
	height: auto;
	padding: 15px 10px;
	border-bottom: 1px solid rgba(1,1,1,0.2);
	border-top: 1px solid rgba(1,1,1,0.2);
	display: none;
}
#contenu1{
  background-color: white;
}
#contenu2{
  background-color: white;
}
#contenu3{
  background-color: white;
}
#tab1:checked ~ #label1{
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 16px;
	line-height: 14px;
    font-weight: 600;
}
#tab2:checked ~ #label2{
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 16px;
	line-height: 14px;
    font-weight: 600;
}
#tab3:checked ~ #label3{
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 16px;
	line-height: 14px;
    font-weight: 600;
}
#tab1:checked ~ #contenu1{
  display: block;
}
#tab2:checked ~ #contenu2{
  display: block;
}
#tab3:checked ~ #contenu3{
  display: block;
}

/* fin onglet produit */



.rubrique {
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000 !important;
	font-family: 'Saira', sans-serif;
	line-height: 14px;
}

.menu_gauche {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #3f464c;
	text-transform: uppercase;
}


/* Checkbox css */

.tab_choix_multiple {
	display: inline-block;
	width: auto;
	height: 20px;
	padding-left: 20px;
}

.control {
            font-family: arial;
            display: block;
            position: relative;
            padding-left: 30px;
            margin-bottom: 0px;
            padding-top: 0px;
            cursor: pointer;
            font-size: 16px;
        }
            .control input {
                position: absolute;
                z-index: -1;
                opacity: 0;
            }
        .control_indicator04 {
			display: inline-block;
            position: absolute;
            top: 3px;
            left: 0;
            height: 12px;
            width: 12px;
            background: #fff;
            border: 1px solid #000;
            border-radius: 1px;
        }

		.control:hover input ~ .control_indicator04,
        .control input:focus ~ .control_indicator04 {
            background: #fff;
        }

        .control input:checked ~ .control_indicator04 {
            background: #ff0043;
            border: 1px solid #ff0043;
        }
        .control:hover input:not([disabled]):checked ~ .control_indicator04,
        .control input:checked:focus ~ .control_indicator04 {
            background: #ff0043;
            border: 1px solid #ff0043;
        }
        .control input:disabled ~ .control_indicator04 {
            background: #fff;
            opacity: 0.6;
            pointer-events: none;
        }
        .control_indicator04:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .control input:checked ~ .control_indicator04:after {
            display: block;
        }
        .control-checkbox .control_indicator04:after {
            left: 3px;
            top: 0px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }





        .control_indicator_orange {
			display: inline-block;
            position: absolute;
            top: 3px;
            left: 0;
            height: 12px;
            width: 12px;
            background: #fff;
            border: 1px solid #000;
            border-radius: 1px;
        }

		.control:hover input ~ .control_indicator_orange,
        .control input:focus ~ .control_indicator_orange {
            background: #fff;
        }

        .control input:checked ~ .control_indicator_orange {
            background: #ff8c00;
            border: 1px solid #ff8c00;
        }
        .control:hover input:not([disabled]):checked ~ .control_indicator_orange,
        .control input:checked:focus ~ .control_indicator_orange {
            background: #ff8c00;
            border: 1px solid #ff8c00;
        }
        .control input:disabled ~ .control_indicator_orange {
            background: #fff;
            opacity: 0.6;
            pointer-events: none;
        }
        .control_indicator_orange:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .control input:checked ~ .control_indicator_orange:after {
            display: block;
        }
        .control-checkbox .control_indicator_orange:after {
            left: 3px;
            top: 0px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }





        .control_indicator_bleu {
			display: inline-block;
            position: absolute;
            top: 3px;
            left: 0;
            height: 12px;
            width: 12px;
            background: #fff;
            border: 1px solid #000;
            border-radius: 1px;
        }

		.control:hover input ~ .control_indicator_bleu,
        .control input:focus ~ .control_indicator_bleu {
            background: #fff;
        }

        .control input:checked ~ .control_indicator_bleu {
            background: #0187d0;
            border: 1px solid #0187d0;
        }
        .control:hover input:not([disabled]):checked ~ .control_indicator_bleu,
        .control input:checked:focus ~ .control_indicator_bleu {
            background: #0187d0;
            border: 1px solid #0187d0;
        }
        .control input:disabled ~ .control_indicator_bleu {
            background: #fff;
            opacity: 0.6;
            pointer-events: none;
        }
        .control_indicator_bleu:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .control input:checked ~ .control_indicator_bleu:after {
            display: block;
        }
        .control-checkbox .control_indicator_bleu:after {
            left: 3px;
            top: 0px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }



        .control_indicator_vert {
			display: inline-block;
            position: absolute;
            top: 3px;
            left: 0;
            height: 12px;
            width: 12px;
            background: #fff;
            border: 1px solid #000;
            border-radius: 1px;
        }

		.control:hover input ~ .control_indicator_vert,
        .control input:focus ~ .control_indicator_vert {
            background: #fff;
        }

        .control input:checked ~ .control_indicator_vert {
            background: #80b428;
            border: 1px solid #80b428;
        }
        .control:hover input:not([disabled]):checked ~ .control_indicator_vert,
        .control input:checked:focus ~ .control_indicator_vert {
            background: #80b428;
            border: 1px solid #80b428;
        }
        .control input:disabled ~ .control_indicator_vert {
            background: #fff;
            opacity: 0.6;
            pointer-events: none;
        }
        .control_indicator_vert:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .control input:checked ~ .control_indicator_vert:after {
            display: block;
        }
        .control-checkbox .control_indicator_vert:after {
            left: 3px;
            top: 0px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }




        .control_indicator_cian {
			display: inline-block;
            position: absolute;
            top: 3px;
            left: 0;
            height: 12px;
            width: 12px;
            background: #fff;
            border: 1px solid #000;
            border-radius: 1px;
        }

		.control:hover input ~ .control_indicator_cian,
        .control input:focus ~ .control_indicator_cian {
            background: #fff;
        }

        .control input:checked ~ .control_indicator_cian {
            background: #1ea8c0;
            border: 1px solid #1ea8c0;
        }
        .control:hover input:not([disabled]):checked ~ .control_indicator_cian,
        .control input:checked:focus ~ .control_indicator_cian {
            background: #1ea8c0;
            border: 1px solid #1ea8c0;
        }
        .control input:disabled ~ .control_indicator_cian {
            background: #fff;
            opacity: 0.6;
            pointer-events: none;
        }
        .control_indicator_cian:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .control input:checked ~ .control_indicator_cian:after {
            display: block;
        }
        .control-checkbox .control_indicator_cian:after {
            left: 3px;
            top: 0px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }






        .control_indicator_gris {
			display: inline-block;
            position: absolute;
            top: 3px;
            left: 0;
            height: 12px;
            width: 12px;
            background: #fff;
            border: 1px solid #000;
            border-radius: 1px;
        }

		.control:hover input ~ .control_indicator_gris,
        .control input:focus ~ .control_indicator_gris {
            background: #fff;
        }

        .control input:checked ~ .control_indicator_gris {
            background: #6b6b6b;
            border: 1px solid #6b6b6b;
        }
        .control:hover input:not([disabled]):checked ~ .control_indicator_gris,
        .control input:checked:focus ~ .control_indicator_gris {
            background: #6b6b6b;
            border: 1px solid #6b6b6b;
        }
        .control input:disabled ~ .control_indicator_gris {
            background: #fff;
            opacity: 0.6;
            pointer-events: none;
        }
        .control_indicator_gris:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .control input:checked ~ .control_indicator_gris:after {
            display: block;
        }
        .control-checkbox .control_indicator_gris:after {
            left: 3px;
            top: 0px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }




        .control_indicator_violet {
			display: inline-block;
            position: absolute;
            top: 3px;
            left: 0;
            height: 12px;
            width: 12px;
            background: #fff;
            border: 1px solid #000;
            border-radius: 1px;
        }

		.control:hover input ~ .control_indicator_violet,
        .control input:focus ~ .control_indicator_violet {
            background: #fff;
        }

        .control input:checked ~ .control_indicator_violet {
            background: #54367b;
            border: 1px solid #54367b;
        }
        .control:hover input:not([disabled]):checked ~ .control_indicator_violet,
        .control input:checked:focus ~ .control_indicator_violet {
            background: #54367b;
            border: 1px solid #54367b;
        }
        .control input:disabled ~ .control_indicator_violet {
            background: #fff;
            opacity: 0.6;
            pointer-events: none;
        }
        .control_indicator_violet:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .control input:checked ~ .control_indicator_violet:after {
            display: block;
        }
        .control-checkbox .control_indicator_violet:after {
            left: 3px;
            top: 0px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }




.choix_multiple {
	display: inline-block;
	font-family: 'Saira', sans-serif;
	font-size: 10px;
	font-weight: 400;
	padding-left: 20px;
	color: rgba(0,0,0,0.8);
	text-transform: uppercase;
	text-decoration: none;
	height: 27px;
	letter-spacing: 0.5px;
}


/* fin Checkbox css */

#animation_marques {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1000px;
	height: 250px;
	margin: 0 auto;
	top: 20px;
}


.shadow_picto01 {
	-webkit-box-shadow: 0px 0px 24px 1px rgba(0,117,160,0.8);
	box-shadow: 0px 0px 24px 1px rgba(0,117,160,0.8);
	border-radius: 5px;
}

.shadow_blanc {
	-webkit-box-shadow: 0px 0px 24px 1px rgba(255,255,255,0.8);
	box-shadow: 0px 0px 24px 1px rgba(255,255,255,0.8);
	border-radius: 5px;
}

.shadow_rouge {
	-webkit-box-shadow: 0px 0px 24px 1px rgba(102,6,32,0.8);
	box-shadow: 0px 0px 24px 1px rgba(102,6,32,0.8);
	border-radius: 5px;
}

.shadow_orange {
	-webkit-box-shadow: 0px 0px 24px 1px rgba(66,5,0,0.8);
	box-shadow: 0px 0px 24px 1px rgba(66,5,0,0.8);
	border-radius: 5px;
}

.shadow_bleu {
	-webkit-box-shadow: 0px 0px 24px 1px rgba(5,22,51,0.8);
	box-shadow: 0px 0px 24px 1px rgba(5,22,51,0.8);
	border-radius: 5px;
}

.shadow_vert {
	-webkit-box-shadow: 0px 0px 24px 1px rgba(34,54,0,0.8);
	box-shadow: 0px 0px 24px 1px rgba(34,54,0,0.8);
	border-radius: 5px;
}

.shadow_vert2 {
	-webkit-box-shadow: 0px 0px 24px 1px rgba(13,68,25,0.8);
	box-shadow: 0px 0px 24px 1px rgba(13,68,25,0.8);
	border-radius: 5px;
}

.shadow_cian {
	-webkit-box-shadow: 0px 0px 24px 1px rgba(15,103,112,0.8);
	box-shadow: 0px 0px 24px 1px rgba(15,103,112,0.8);
	border-radius: 5px;
}

.shadow_gris {
	-webkit-box-shadow: 0px 0px 24px 1px rgba(44,44,44,0.8);
	box-shadow: 0px 0px 24px 1px rgba(44,44,44,0.8);
	border-radius: 5px;
}

.shadow_violet {
	-webkit-box-shadow: 0px 0px 24px 1px rgba(96,11,77,0.8);
	box-shadow: 0px 0px 24px 1px rgba(96,11,77,0.8);
	border-radius: 5px;
}

#bandeau_quisommesnous {
	display: block;
	position: relative;
	top: 50px;
	width: 100%;
	height: 700px;
	background: url(../images/bandeau_quisommesnous.jpg) center center no-repeat;
	background-size: cover;

	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }

#bandeau_rechange {
	display: block;
	position: relative;
	top: 50px;
	width: 100%;
	height: 700px;
	background: url(../images/bandeau_piece_rechange.jpg) center center no-repeat;
	background-size: cover;
}

#display {
	display: none;
}

	#display_ok {
	display: block;
}


bout_panierinscription_news* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.panier_montant {
	font-size: 8px;
	line-height: 5px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(0,195,255,1.00) !important;
	font-family: 'Saira', sans-serif;
}

.panier_montant_prix {
	font-size: 12px;
	line-height: 5px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: rgba(0,195,255,1.00) !important;
	font-family: 'Saira', sans-serif;
}

.back_panier {
	background-image: url(../images/panier.png);
	background-repeat: no-repeat;
	background-position: center;

	font-size: 10px;
	line-height: 5px;
	font-weight: 500;
	text-decoration: none;
	text-align: right;
	padding-right: 5px;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: rgba(0,195,255,1.00) !important;
	font-family: 'Saira', sans-serif;

}

#padding-top{
	padding-top: 10px;
	padding-bottom: 10px;
}

#bout_panier{
	width: 50px;
	white-space:nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

a {
	text-decoration: none;
}

.pre_commande_responsive {
	display: none;
}

/* connexion */

.photo_produit {
	width: 150px;
}

.contour_tableau {
	border: 1px solid rgba(0,0,0,0.2);
}

.filet_gris {
	background-color: rgba(0,0,0,0.2);
}

.fond_adresse {
	border-radius: 10px;
	background-color: rgba(0,0,0,0.1);
}

.ligne2 {
	background-color: rgba(125,181,227,0.1);
}

.supprimer {
	opacity: 0.5;
}

.supprimer:hover {
	opacity: 1;
	cursor: pointer;
}




#panneau {
	position:fixed;
	width: 100%;
	max-width: 1000px;
	z-index: 100000;
	left:50%;
	margin-left: -500px;
}

#panneau_utilisateur {
	position:fixed;
	width: 100%;
	max-width: 1000px;
	z-index: 999;
	left:50%;
	top:40px;
	margin-left: -500px;
}


#contenu_panneau {
	display: none;
	background-color: rgba(255,255,255,0.9);
	color: #000;
	width: 250px;
	height: auto;
	overflow: hidden;
	-webkit-border-radius: 0 0 20px 20px;
	padding: 20px;
	float: right;
	margin: 0 auto;
	box-shadow:0px 2px 7px #262626;
}

#contenu_panneau_utilisateur {
	display: none;
	background-color: rgba(255,255,255,0.9);
	color: #000;
	width: 250px;
	height: auto;
	overflow: hidden;
	-webkit-border-radius: 0 0 20px 20px;
	padding: 20px;
	float: right;
	margin: 0 auto;
	box-shadow:0px 2px 7px #262626;
}

.open {
	text-decoration: none;
}

.open:hover {
	text-decoration: none;
}

.espacepro {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 1px;
	color: #ff0043;
	line-height: 15px;

}

.open2 .open4 {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 1px;
	color: #ff0043;
	line-height: 15px;

}

.open2:hover .open4:hover {
	text-decoration: none;
}

.utilisateur {
	font-family: 'Saira', sans-serif;
	font-size: 11px;
	font-weight: 200;
	text-decoration: none;
	color: #ff0043;
	width: 100%;
	background-color: none;
	margin-top: 6px;
	border: none;
	padding-left: 5px;
}

.oublie {
	font-family: 'Saira', sans-serif;
	font-size: 10px;
	font-weight: 200;
	text-decoration: none;
	color: #ff0043;
	text-align: right;
}

.telechargement {
	font-family: 'Saira', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	color: #000;
	text-align: right;
}

.telechargement:hover {
	font-family: 'Saira', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #ff0043;
	text-align: right;
}

.bouton_valider {
	font-size: 9px;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff !important;
	font-family: 'Saira', sans-serif;
	padding: 2px 12px 2px 15px;
	background-color: rgba(0,97,170,1.00);
	border-radius: 10px;
	border: 0px;
	margin-top: 10px;
	cursor: pointer;
}

.bouton_devis {
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #fff !important;
	font-family: 'Saira', sans-serif;
	padding: 2px 12px 2px 15px;
	background-color: rgba(0,97,170,1.00);
	border-radius: 10px;
	border: 0px;
	margin-top: 10px;
	cursor: pointer;
	white-space:nowrap;
}

#formulaire {
	max-width: 500px;
	width:100%;
	text-align: center;
}

.formulaire {
	width: 100%;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	color: #ff0043 !important;
	font-family: 'Saira', sans-serif;
	padding: 2px 12px 2px 15px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.5)
}

.formulaire04 {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	color: #ff0043 !important;
	font-family: 'Saira', sans-serif;
	padding: 2px 12px 2px 15px;
}

.formulaire_orange {
	width: 100%;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	color: #ff8c00 !important;
	font-family: 'Saira', sans-serif;
	padding: 2px 12px 2px 15px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.5)
}

.formulaire_bleu {
	width: 100%;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	color: #0187d0 !important;
	font-family: 'Saira', sans-serif;
	padding: 2px 12px 2px 15px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.5)
}


.formulaire_vert {
	width: 100%;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	color: #80b428 !important;
	font-family: 'Saira', sans-serif;
	padding: 2px 12px 2px 15px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.5)
}


.formulaire_cian {
	width: 100%;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	color: #24acc3 !important;
	font-family: 'Saira', sans-serif;
	padding: 2px 12px 2px 15px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.5)
}

.formulaire_violet {
	width: 100%;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	color: #54367b !important;
	font-family: 'Saira', sans-serif;
	padding: 2px 12px 2px 15px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.5)
}


.formulaire_gris {
	width: 100%;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	color: #6b6b6b !important;
	font-family: 'Saira', sans-serif;
	padding: 2px 12px 2px 15px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.5)
}



.formulaire02 {
	width: 30px;
	height: 30px;
	background-color: rgba(2,2,2,0);
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	color: #ff0043 !important;
	font-family: 'Saira', sans-serif;
	text-align: center;
	border: 0px;
}

.formulaire03 {
	width: 30px;
	height: 30px;
	background-color: rgba(2,2,2,0);
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #ff0043 !important;
	font-family: 'Saira', sans-serif;
	text-align: center;
	border: 0px;
}

#colonne_prix {
	width : 200px;

}

#colonne_prix02 {
	width : 223px;

}


/* lire la suite */

#pdf {
	display: inline-block;
	position: relative;
	width: 200px;
	height: auto;
	padding: 20px;
}

.suite {
	width:20px;
	height:20px;
	text-align:right;
	text-decoration: none;
	opacity:0.2;
}

.suite:hover {
	width:20px;
	height:20px;
	text-align:right;
	text-decoration: none;
	opacity:0.5;
}

/* fin */


iframe {
	display: block;
	position: absolute;
	width: 105%;
	left: -1px;
	height: 900px;
}


/* Top Header */

.cursor{
	cursor: pointer;
}

#video {
		position: absolute;
		top: 75px;
		width: 102%;
		height: 610px;
	}

    #video2 {
        position: relative;
        top: 40px;
        width: 100%;
        height: 700px;
    }

    #video2 video {
        width: 100%;
        object-fit: cover;
        height: 700px;
    }

#googlemaps {
		position: relative;
		top: 55px;
		width: 100%;
		height: 500px;
	z-index: 200;
}


#top_header {
	display: block;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 25px;
	background-color: rgba(20,30,33,1);
	z-index:1000000;
}

#menu_logo {
	display: block;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 66px;
	background-color: rgba(20,30,33,1.00);
	z-index:1000000;
}

.menu_principal {
	position: relative;
	display: block;
	width: 100%;
	top: -30px;
	max-width: 1136px;
	margin: 0 auto;
	height: 36px;
}

.animation_bande_couleur {
	position: relative;
	display: block;
	width: 100%;
	top: 0px;
	max-width: 900px;
	margin: 0 auto;
	height: 10px;
	background-color: aqua;
}

.menu_principal2 {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1136px;
	margin: 0 auto;
	z-index: 1000;
}

.tab_menu_logo {
	width: 100%;
	max-width: 1000px;
	height: 58px;
	margin: 0 auto;
}

.tab_espacepro {
	width: 100%;
	max-width: 1000px;
	height: 25px;
	margin: 0 auto;
}

.filet_espacepro {
	font-size: 10px;
	font-weight: 300;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #557784 !important;
	font-family: 'Saira', sans-serif;
	line-height: 15px;
	padding-top: 4px;
}

.liens_espacepro {
	font-size: 10px;
	font-weight: 300;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #557784 !important;
	font-family: 'Saira', sans-serif;
	line-height: 15px;
	padding-top: 4px;
}

.lien_rgpd {
	font-size: 10px;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	color: #557784 !important;
	font-family: 'Saira', sans-serif;
	line-height: 9px;
	padding-top: 4px;
}

.lien_rgpd:hover {
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	color: #31474F !important;
	font-family: 'Saira', sans-serif;
	line-height: 9px;
	padding-top: 4px;
}

.liens_espacepro:hover {
	font-size: 10px;
	font-weight: 300;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff !important;
	font-family: 'Saira', sans-serif;
	line-height: 15px;
	padding-top: 4px;
}

/* FIN Top Header */

#filet {
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.2);
}

.contour_gris {
	border: #CCCCCC solid 1px;
	margin: 5px;
}

.contour_gris:hover {
	border: #000 solid 1px;
}

#miniature {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
}



#bandeau01 {
	position: relative;
	top: -22px;
}

#colonne_25 {
	float:left;
	width: 23%;
	height: 200px;
	margin: 20px 5px;
	}

#colonne_50 {
	float:left;
	width: 49%;
	height: auto;
	margin: 0px 5px;
	}

#colonne_45 {
	float:left;
	width: 48%;
	height: auto;
	margin: 0px 5px;
	}

#colonne_20 {
	float:left;
	width: 152px;
	height: 152px;
	margin: 20px;
	border: 1px solid rgba(0,0,0,0.2);
	}

#titre_ref {
	display: block;
	position: relative;
	width: 100px;
}

#colonne_left {
	float:left;
	width: 380px;
	height: 400px;
	margin: 20px 10px 10px 20px;
	}

#colonne_center {
	float:left;
	width: 270px;
	height: 400px;
	margin: 20px 10px 10px 10px;
	}

#colonne_right {
	float:left;
	width: 270px;
	height: 400px;
	margin: 74px 20px 10px 10px;
	}




.back-to-top {
	width:39px;
	height:39px;
	position: fixed;
	border-radius:20px ;
	bottom: 100px;
	right: 20px;
	z-index:100000;
	display: none;
}

	.back-to-top02 {
	width:39px;
	height:39px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index:100000;
}

.margin20 {
	right: 20px;
	bottom: 30px;
}

.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.30);
}

#lirelasuite {
	display:none;
}

.transition {
    opacity:0;
    -moz-animation: anim 1s ease-in-out forwards;
    -webkit-animation: anim 1s ease-in-out forwards;
    -o-animation: anim 1s ease-in-out forwards;
    -ms-animation: anim 1s ease-in-out forwards;
    animation: anim 1s ease-in-out forwards;
}

@-moz-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}

@-webkit-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}

@-o-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}

@-ms-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}

@keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}

/** GAMMES **/

#gamme_hexotol {
	display: block;
	position: relative;
	width: 100%;
	height: 800px;
}

#division {
	display: block;
	position: relative;
	width: 100%;
	height: 800px;
}

#division2 {
	display: none;
}

#gamme_degripper {
	display: block;
	position: relative;
	width: 100%;
	height: 1000px;
	background: url(../images/bandeau_produit_degripper.jpg) center center no-repeat;
	background-size: cover;
}

#gamme_nettoyer {
	display: block;
	position: relative;
	width: 100%;
	height: 1000px;
	background: url(../images/bandeau_produit_nettoyer.jpg) center center no-repeat;
	background-size: cover;
}

#gamme_appliquer {
	display: block;
	position: relative;
	width: 100%;
	height: 1000px;
	background: url(../images/bandeau_produit_appliquer.jpg) center center no-repeat;
	background-size: cover;
}

#gamme_lubrifier {
	display: block;
	position: relative;
	width: 100%;
	height: 1000px;
	background: url(../images/bandeau_produit_lubrifier.jpg) center center no-repeat;
	background-size: cover;
}

#gamme_assembler {
	display: block;
	position: relative;
	width: 100%;
	height: 1000px;
	background: url(../images/bandeau_produit_assembler.jpg) center center no-repeat;
	background-size: cover;
}

#gamme_proteger {
	display: block;
	position: relative;
	width: 100%;
	height: 1000px;
	background: url(../images/bandeau_produit_proteger.jpg) center center no-repeat;
	background-size: cover;
}

#gamme_caloporteurs {
	display: block;
	position: relative;
	width: 100%;
	height: 1000px;
	background: url(../images/bandeau_produit_caloporteurs.jpg) center center no-repeat;
	background-size: cover;
}

#bandeau_collectifs {
	display: block;
	position: relative;
	top: 50px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: 400px;
	background: url(../images/seche_cheveux_bleu_HD300V3.jpg) center center no-repeat;
	background-size: cover;
}

#petit_bandeau {
	display: block;
	position: relative;
	top: 50px;
	width: 100%;
	height: 200px;
	background: url(../images/bandeau_generique.jpg) center center no-repeat;
	background-size: cover;
}

.bandeau {
    display: block;
    position: relative;
    top: 42px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 299px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}








#slide_photo {
	display: block;
	position: absolute;
	top:220px;
	width: 100%;
	height: 600px;
}

#slide_photo2 {
	display: block;
	position: relative;
	top:150px;
	width: 100%;
	height: 600px;
	background: url(../images/bandeau_bas_qui_sommes_nous.jpg) center center no-repeat;
	background-size: cover;
}

	#slide_marques {
	top:0px;
	width: 100%;
	height: 250px;
	background: url(../images/fond_marques.jpg) center center no-repeat;
	background-size: cover;
}

#titre_noir {
	position: relative;
	top: 70px;
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.titre_noir {
	font-size: 25px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	color: #000 !important;
	font-family: 'Saira', sans-serif;
	line-height: 30px;

}



.titre_blanc {
	font-size: 26px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	color: #fff !important;
	font-family: 'Saira', sans-serif;
	line-height: 30px;
	background-color: black;
	padding-left: 20px;
	padding-right: 20px;
}

.titre_produit_zoom {
	font-size: 25px;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #000 !important;
	font-family: 'Saira', sans-serif;
	line-height: 30px;
}

.titre_produit_zoom2 {
	font-size: 25px;
	font-weight: 700;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #3f464c !important;
	font-family: 'Barlow', sans-serif;
	line-height: 30px;
}

.grosse_ref {
	font-size: 45px;
	font-weight: 700;
	text-decoration: none;
	text-align: left;
	padding-right: 10px;
	letter-spacing: 0px;
	color: #000 !important;
	font-family: 'Gobold', sans-serif;
}

.legende_produit_zoom {
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #3f464c !important;
	font-family: 'Saira', sans-serif;
	line-height: 16px;
}

.legende_produit_zoom3 {
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #ff0043 !important;
	font-family: 'Saira', sans-serif;
	line-height: 18px;
}
.legende_produit_zoom4 {
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #000 !important;
	font-family: 'Saira', sans-serif;
	line-height: 18px;
}

.bold_bleu {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #3F97E3 !important;
	font-family: 'Saira', sans-serif;
	line-height: 18px;
}

.legende_produit_zoom4 {
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #3f464c !important;
	font-family: 'Saira', sans-serif;
	line-height: 25px;
}

.puce_bleu {
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #0899D7 !important;
	font-family: 'Saira', sans-serif;
	line-height: 16px;
}

.legende_produit_chiffre {
	font-size: 12px;
	font-weight: 200;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	color: #3f464c !important;
	font-family: 'Saira', sans-serif;
	line-height: 16px;
}

#bande_noir {
	display: block;
	position: relative;
	top:30px;
	width: 100%;
	height: 20px;
	background-color: black;
}

#bande_noir02 {
	display: block;
	position: relative;
	top:50px;
	width: 100%;
	height: auto;
	min-height: 50px;
	background-color: #3F464C;
}

#bande_grise {
	display: block;
	position: relative;
	top:50px;
	width: 100%;
	height: auto;
	min-height: 50px;
	background-color: #EDEDED;
}

.produits {
	display: block;
	width: 1100px;
	margin: 0 auto;
	left: 50%;
	right: 50%;
}

#produit {
	display: block;
	position: absolute;
	z-index: 100;
	top: 420px;
	margin: 0 auto;
	width: 100%;
	height: auto;
	opacity: 0;

	animation-name: animeproduit;
	-webkit-animation-name: animeproduit;
	-moz-animation-name: animeproduit;
	-o-animation-name: animeproduit;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-delay: 14s;
	-webkit-animation-delay: 14s;
	-moz-animation-delay: 14s;
	-o-animation-delay: 14s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}

@keyframes animeproduit{
	0% {opacity:0;}
	100%{opacity:1}
}

@-webkit-keyframes animeproduit{
	0% {opacity:0;}
	100%{opacity:1}
}


#logo_orapi {
	position: absolute;
	width: 689px;
	bottom: 0px;
	left: 40%;
	margin: 0 auto;
}

.gros_logo {
	width: 100%;
}

#espace {
	position: relative;
	width: auto;
	height: 800px;
}

.contenu_gamme {
	position: relative;
	top: 300px;
	text-align: center;
}

#contenu_division {
	position: relative;
	top: 100px;
	text-align: center;
}

#contenu_division2 {
	display: none;
	position: relative;
	top: 100px;
	text-align: center;
}



.fade-in {
	opacity: 0;
     animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-delay: 6s;
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fade-in {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}



#contenu_petit_bandeau {
	position: relative;
	top: 50px;
	text-align: center;
}

#contenu_bandeau {
	position: relative;
	top: 80px;
	text-align: center;
}

#contenu_bandeau2 {
	position: relative;
	top: 20px;
	text-align: center;
}



#contenu_gamme2 {
	position: relative;
	top: 250px;
	text-align: center;
}

.titre_gamme_hexotol {
	font-size: 28px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	color: #fff !important;
	font-family: 'Saira', sans-serif;
	line-height: 34px;
	text-shadow: 0px 0px 8px rgba(18,65,140,0.7);
}

.gamme_category .logo_orapi {
    position: absolute;
    width: 689px;
    height: auto;
    bottom: 0px;
    left: 40%;
    margin: 0 auto;
}

.titre_gamme {
    font-size: 33px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff !important;
    font-family: 'Saira', sans-serif;
    line-height: 5px;
    -webkit-text-shadow: 0px 0px 10px rgba(104,2,2,0.8);
    text-shadow: 0px 0px 10px rgba(104,2,2,0.8);
}

.titre_gamme_mains {
	font-size: 33px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff !important;
	font-family: 'Saira', sans-serif;
	line-height: 5px;
    -webkit-text-shadow: 0px 0px 10px rgba(104,2,2,0.8);
    text-shadow: 0px 0px 10px rgba(104,2,2,0.8);
}

.titre_gamme_mains02 {
	font-size: 30px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff !important;
	font-family: 'Saira', sans-serif;
	line-height: 40px;
}

.titre_gamme_sanitaires {
	font-size: 45px;
	font-weight: 200;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #ec80ad !important;
	font-family: 'Saira', sans-serif;
	line-height: 90px;
}

.titre_gamme_handicape {
	font-size: 45px;
	font-weight: 200;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff !important;
	font-family: 'Saira', sans-serif;
	line-height: 90px;
}

.titre_gamme_collectif {
	font-size: 45px;
	font-weight: 200;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #80d4e6 !important;
	font-family: 'Saira', sans-serif;
	line-height: 90px;
}

.titre_gamme_fontaines {
	font-size: 45px;
	font-weight: 200;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: rgba(1,20,34,1.00);
	font-family: 'Saira', sans-serif;
	line-height: 90px;
}

.titre_gamme_dechets {
	font-size: 45px;
	font-weight: 200;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #077a12 !important;
	font-family: 'Saira', sans-serif;
	line-height: 90px;
}

.titre_gamme_hotellerie {
	font-size: 45px;
	font-weight: 200;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff !important;
	font-family: 'Saira', sans-serif;
	line-height: 90px;
}
.legende_gamme_titre {
	width: auto;
	font-size: 18px;
	font-weight: 600;
	background-color: white;
	padding: 0px 10px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	color: #1e1c20;
	font-family: 'Saira', sans-serif;
}

.legende_gamme_titre:hover {
	text-decoration: none;
	color: #ff0043;
	cursor: pointer;
}

.legende_gamme {
	width: auto;
	font-size: 18px;
	font-weight: 600;
	background-color: white;
	padding: 0px 10px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	color: #1e1c20 !important;
	font-family: 'Saira', sans-serif;
}

.lien_gamme {
	width: auto;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #1e1c20 !important;
	font-family: 'Saira', sans-serif;
	line-height: 40px;
}

.lien_gamme:hover {
	width: auto;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #1e1c20 !important;
	font-family: 'Saira', sans-serif;
	line-height: 40px;
}

.lien_gamme_blanc {
	position: relative;
	top: 20px;
	width: auto;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000 !important;
	background: #fff;
	padding: 3px 20px;
	font-family: 'Saira', sans-serif;
}

.lien_gamme_blanc:hover {
	position: relative;
	top: 20px;
	width: auto;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000 !important;
	background: #fff;
	padding: 3px 20px;
	font-family: 'Saira', sans-serif;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(102,6,32,0.2);
	box-shadow: 0px 0px 10px 1px rgba(102,6,32,0.2);
}

.assembler.mots_cles_blanc{
-webkit-text-shadow: 0px 0px 3px rgba(104,2,2,0.5);
text-shadow: 0px 0px 3px rgba(104,2,2,0.5);
}

.mots_cles_blanc {
	position: relative;
	top: 10px;
	width: auto;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #fff !important;
	font-family: 'barlow', sans-serif;
}

/* fin GAMMES */




.html-mobile-background {
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 2200px; /* To compensate for mobile browser address bar space */
		background: url() top center no-repeat;
		background-size: 100%;
}

.html-mobile-background_partenaire {
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 2200px; /* To compensate for mobile browser address bar space */
		background: url() top center no-repeat;
		background-size: 100%;
}

.titre {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	color: #6f7072;
	font-size: 20px;
	line-height: 22px;
}

.titre02 {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 26px;
	line-height: 22px;
}

.signature {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #999999;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

.signature_adresse {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #999999;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 1px;
}

.signature_tel {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	color: #ff5000;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}

.signature_mail {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #ff0043;
	font-size: 16px;
	line-height: 12px;
	text-align: left;
	text-decoration: none;
}

.signature_mail:hover {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	line-height: 12px;
	text-align: left;
	text-decoration: none;
}

.texte_rose {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #9e005d;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}

.para_gris {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #7a7b7d;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	opacity: 1;
}

.para_gris_petit {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #7a7b7d;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	opacity: 1;
}

.text_orapi_hygiene {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	color: #3f97e3;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	opacity: 1;
}

.text_orapi_process {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	color: #db1c24;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	opacity: 1;
}

.para_gris_panier {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #595A5C;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	opacity: 0.8;
}

.para_gris_center {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #595A5C;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	opacity: 0.8;
}

.para_gris02 {
	font-family: 'Saira', sans-serif;
	font-weight: 300;
	color: #595A5C;
	text-align: justify;
	font-size: 14px;
	line-height: 15px;
}

.para_orange {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	color: #ff5000;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
}

.titre_orange {
	font-family: 'Saira', sans-serif;
	font-weight: 300;
	color: #ff5000;
	text-align: justify;
	font-size: 16px;
	line-height: 16px;
}

.sous_titre_orange {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #ff5000;
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
}

.nom_gris {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	color: #595A5C;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
}

.tel_gris {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #595A5C;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
}

.liens02 {
	font-family: 'Saira', sans-serif;
	font-weight: 300;
	color: #595A5C;
	text-align: justify;
	font-size: 12px;
	line-height: 8px;
}

.liens02:hover {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #ff5000;
	text-align: justify;
	font-size: 12px;
	line-height: 8px;
}

.liens {
	font-family: 'Saira', sans-serif;
	font-weight: 300;
	color: #595A5C;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
}

.liens:hover {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #ff5000;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
}


.liens_footer {
	font-family: 'Saira', sans-serif;
	font-weight: 200;
	color: #ccc;
	font-size: 14px;
	line-height: 24px;
}

.liens_footer:hover {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}

/* NEWS */

.newsletter {
	font-family: 'Saira', sans-serif;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 25px;
	text-align: center;
}

.inscription {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 1px;
}

.tab_texte {
	width: 100%;
	max-width: 500px;
	text-align: center;
}

.inscription_texte {
	font-family: 'saira', sans-serif;
	font-weight: 200;
	color: rgba(255, 255, 255, 0.3);
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

.tab_inscription {
	width: 100%;
	height: 30px;
	max-width: 300px;
	text-align: center;
	border: rgba(255, 255, 255, 0.2) solid 1px;
	padding: 20px;
	margin: 20px 20px 0px 20px;
}

.inscription_news {
	font-family: 'saira', sans-serif;
	font-weight:600;
	color: rgba(61, 3, 24, 1);
	text-align: center;
	font-size: 12px;
	padding: 2px 20px 2px 20px;
	line-height: 16px;
	background-color: white;
	width: 50px;
	text-decoration: none;
}

.inscription_news input{
    background: transparent;
    border: none;
    outline: none;
}

.inscription_news:hover {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(61, 3, 24, 1);
	cursor: pointer;
}

.inscription_adresse {
	font-family: 'saira', sans-serif;
	font-weight:400;
	color: rgba(255, 255, 255, 0.5);
	text-align: left;
	font-size: 12px;
	padding: 2px 20px 2px 20px;
	line-height: 16px;
}

.inscription_adresse input{
    background: transparent;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 1);
}

.inscription_adresse input::placeholder{
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}


.legende {
	font-family: 'saira', sans-serif;
	font-weight:400;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}

.legende_roll {
	font-family: 'saira', sans-serif;
	font-weight:400;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}

.legende_roll:hover {
	font-family: 'saira', sans-serif;
	font-weight:400;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}

 /* FIN NEWS */

#container_hexotol {
	display: block;
	position: relative;
	top:250px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	z-index: 200;
}

#container_adresse {
	display: block;
	position: relative;
	top: 40px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
}

#container_adresse3 {
	display: block;
	position: relative;
	top: 60px;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
}

#container_adresse2 {
	display: block;
	position: relative;
	top: 60px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	background-color: #87ADFB;
}

#container_adresse05 {
	display: block;
	position: relative;
	top: -40px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
}

#container_question {
	display: block;
	position: relative;
	top:-80px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	z-index: 200;
}


#container_hexotol2 {
	display: block;
	position: relative;
	top:180px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	z-index: 200;
}

#container_hexotol3 {
	display: block;
	position:relative;
	top:150px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	z-index: 200;
}

#container_hexotol4 {
	display: block;
	position:relative;
	top:150px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	z-index: 200;
}

#container_hexotol5 {
	display: block;
	position: relative;
	top:0px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	z-index: 200;
}

#fil_ariane {
	display: block;
	position: relative;
	top:50px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

#fil_ariane_produit {
	display: block;
	position: relative;
	top:20px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.fil_ariane {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 9px;
    font-weight: 200;
    color: #666868;
	letter-spacing: 1px;
	font-style: italic;
	padding-left: 15px;
}

.lien_bold {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 9px;
    font-weight: 200;
    color: #666868;
	letter-spacing: 1px;
	font-style: italic;
}

.lien_bold:hover {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 9px;
    font-weight: 600;
    color: #666868;
	letter-spacing: 1px;
	font-style: italic;
}

#menu_large {
	display: block;
}

#menu_responsive {
	display: none;
}

#produits {
	display: block;
	position: relative;
	top:50px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

#consomables {
	display: block;
	position: relative;
	top:0px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-top: 15px;
}

#consomables02 {
	display: block;
	position: relative;
	top:0px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}


.colonne_miniature {
	width: 80px;
}

.menu_gauche {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3f464c;
	text-transform: uppercase;
}

.menu_gauche:hover {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ff0043;
	text-transform: uppercase;
}

.menu_gauche_ok {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ff0043;
	text-transform: uppercase;
}



.menu_gauche_orange {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3f464c;
	text-transform: uppercase;
}

.menu_gauche_orange:hover {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #f69900;
	text-transform: uppercase;
}

.menu_gauche_orange_ok {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #f69900;
	text-transform: uppercase;
}

.menu_gauche_bleu {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3f464c;
	text-transform: uppercase;
}

.menu_gauche_bleu:hover {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #0187d0;
	text-transform: uppercase;
}

.menu_gauche_bleu_ok {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #0187d0;
	text-transform: uppercase;
}

.menu_gauche_vert {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3f464c;
	text-transform: uppercase;
}

.menu_gauche_vert:hover {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #80b428;
	text-transform: uppercase;
}

.menu_gauche_vert_ok {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #80b428;
	text-transform: uppercase;
}


.menu_gauche_cian {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3f464c;
	text-transform: uppercase;
}

.menu_gauche_cian:hover {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #1ea8c0;
	text-transform: uppercase;
}

.menu_gauche_cian_ok {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #1ea8c0;
	text-transform: uppercase;
}

.menu_gauche_gris {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3f464c;
	text-transform: uppercase;
}

.menu_gauche_gris:hover {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #6b6b6b;
	text-transform: uppercase;
}

.menu_gauche_gris_ok {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #6b6b6b;
	text-transform: uppercase;
}

.menu_gauche_violet {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3f464c;
	text-transform: uppercase;
}

.menu_gauche_violet:hover {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #54367b;
	text-transform: uppercase;
}

.menu_gauche_violet_ok {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #54367b;
	text-transform: uppercase;
}







.look_form {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
	background-color: #ff0043;
	text-transform: uppercase;
	border-radius: 4px;
}

.look_form_off {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #3f464c;
	background-color: #fff;
	text-transform: uppercase;
}

.look_form_on {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
	background-color: #ff0043;
	text-transform: uppercase;
}

/** Produits **/

.titre_produit {
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	line-height: 16px;
    text-transform: uppercase;
}

.titre_famille {
	font-family: 'Saira', sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: 400;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	white-space:nowrap;
	letter-spacing: 2px;
}

.description {
	font-family: 'Saira', sans-serif;
	font-size: 10px;
	color: #3f464c;
	font-weight: 500;
	line-height: 14px;
}

.ref_rouge {
	font-family: 'Saira', sans-serif;
	font-size: 10px;
	color: #ff0043;
	font-weight: 500;
	line-height: 14px;
}

.description2 {
	font-family: 'Saira', sans-serif;
	font-size: 10px;
	color: #3f464c;
	font-weight: 600;
	line-height: 14px;
}

.description3 {
	font-family: 'barlow', sans-serif;
	font-size: 24px;
	color: #3f464c;
	font-weight: 400;
	line-height: 20px;
}

.description4 {
	font-family: 'barlow', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.description5 {
	font-family: 'Saira', sans-serif;
	font-size: 10px;
	color: #3f464c;
	font-weight: 800;
	line-height: 14px;
}

.description6 {
	font-family: 'Saira', sans-serif;
	font-size: 10px;
	color: #ff5a24;
	font-weight: 800;
	line-height: 14px;
}


.ref_produit {
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	color: #3f464c;
	font-weight: 500;
	line-height: 16px;
    text-transform: uppercase;
}

.dimensions {
	font-family: 'Saira', sans-serif;
	font-size: 10px;
	color: #3f464c;
	font-weight: 500;
	line-height: 12px;
}

.panier_article {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	color: #768492;
	font-weight: 500;
	line-height: 14px;
	white-space:nowrap;
}

.indentification {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	color: #768492;
	font-weight: 500;
	line-height: 14px;
	white-space:nowrap;
	text-decoration: none;
}

.indentification:hover {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	line-height: 14px;
	white-space:nowrap;
	text-decoration: none;
}

.prix {
	font-family: 'Saira', sans-serif;
	font-size: 14px;
	color: #3F97E3;
	font-weight: 600;
	line-height: 40px;
}
.prix03 {
	font-family: 'Saira', sans-serif;
	font-size: 14px;
	color: #3F97E3;
	font-weight: 500;
	line-height: 16px;
}

.prix02 {
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	color: #ff0043;
	font-weight: 600;
	line-height: 40px;
}

.prix_gros {
	font-family: 'Saira', sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	white-space:nowrap;
}

.prix_gros02 {
	font-family: 'Saira', sans-serif;
	font-size: 22px;
	color: #ff0043;
	font-weight: 600;
	line-height: 40px;
	text-align: right;
	white-space:nowrap;
}

.prix_gros03 {
	font-family: 'Saira', sans-serif;
	font-size: 36px;
	color: #ff0043;
	font-weight: 600;
	line-height: 40px;
	text-align: right;
	white-space:nowrap;
}

.prix_gros04 {
	font-family: 'Saira', sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	line-height: 40px;
	text-align: right;
	white-space:nowrap;
}

.fond_global {
	background-color: #ff0043;
	border-radius: 0px 0px 10px 10px;
}

.reference {
	font-family: 'Saira', sans-serif;
	font-size: 10px;
	color: #00a6d0;
	font-weight: 500;
	text-align: left;
}

.reference2 {
	font-family: 'Saira', sans-serif;
	font-size: 11px;
	line-height: 8px;
	color: #ff0043;
	font-weight: 400;
	text-align: left;
	white-space:nowrap;
	padding-right: 20px;
    text-transform: uppercase;
}

.savoir {
	font-family: 'Saira', sans-serif;
	font-size: 14px;
	color: #00a6d0;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
}

.savoir:hover {
	font-family: 'Saira', sans-serif;
	font-size: 14px;
	color: #0164CD;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
}

.lirelasuite {
	font-family: 'Saira', sans-serif;
	font-size: 10px;
	color: #ff0043;
	font-weight: 500;
	text-align: right;
}

.plusdinfos {
	font-family: 'Saira', sans-serif;
	font-size: 17px;
	color: #ff0043;
	text-transform: uppercase;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
}

.plusdinfos:hover {
	font-family: 'Saira', sans-serif;
	font-size: 17px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
}

.bull {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	color: #00a6d0;
	font-weight: 800;
	text-align: left;
}


.bout_panier {
	background-color: #0c1417;
	height: 27px;
	border-radius: 0px;
	border: 1px solid rgba(0,0,0,1.0);
}

.bout_panier:hover {
	background-color: #ff0043;
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	border: 1px solid #ff0043;
	cursor: pointer;
}

.bout_occasion {
	background-color: #fff;
	border: 1px solid rgba(255,90,36,0.3);
	height: 27px;

	font-family: 'Saira', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-decoration: none;
	color: rgba(255,90,36,1.0);
}

.bout_occasion:hover {
	background-color: #ff5a24;
	border: 1px solid rgba(255,90,36,1);
	height: 28px;
	border: none;
	cursor: pointer;

	font-family: 'Saira', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-decoration: none;
	color: rgba(255,255,255,1.0);
}

.bout_occasion02 {
	background-color: #ff5a24;
	border: 1px solid rgba(255,90,36,1);
	height: 28px;
	border: none;
	cursor: pointer;

	font-family: 'Saira', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-decoration: none;
	color: rgba(255,255,255,1.0);
}

.bout_occasion_off {
	background-color: #fff;
	border: 1px solid rgba(12,21,23,0.20);
	height: 27px;

	font-family: 'Saira', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	color: rgba(0,0,0,0.20);
}

.bout_occasion05 {
	background-color: #fff;
	text-decoration: none;
	color: rgba(255,90,36,1.0);
}

.bout_occasion05:hover {
	background-color: #ff5a24;
	border: 1px solid rgba(255,90,36,1);
	height: 28px;
	border: none;
	cursor: pointer;

	font-family: 'Saira', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-decoration: none;
	color: rgba(255,255,255,1.0);
}


.neuf {
	font-family: 'Saira', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: left;
	color: rgba(255,255,255,0.8);
}

.ref_interne {
	font-family: 'barlow', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: left;
	color: rgba(255,255,255,1);
}

.prix_occasion {
	font-weight: 600;
}

.partirde {
	font-size: 9px !important;
	text-transform:lowercase !important;
}

.prix_neuf {
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: right;
	color: rgba(255,255,255,0.8);
}
.prix_neuf a {
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: right;
	color: rgba(255,255,255,0.8);
}

.prix_neuf:hover {
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: right;
	color: #fff;
}

.prix_neuf a:hover {
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: right;
	color: #fff;
}


.bout_panier2 {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	font-weight: 400;
	background-color: rgba(102,102,102,0.2);
	border: 1px solid rgba(102,102,102,0.2);
	text-align: center;
	color: rgba(128,128,128,1.0);
	text-decoration: none;
	height: 27px;
	letter-spacing: 2px;
	border-radius: 0px;
}

.bout_panier2:hover {
	background-color: rgba(102,102,102,1.0);
	border: 1px solid rgba(102,102,102,0.2);
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	cursor: pointer;
}

.bout_panier3 {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	font-weight: 300;
	background-color: #0c1417;
	text-align: center;
	color: rgba(255,255,255,0.67);
	text-decoration: none;
	height: 27px;
	letter-spacing: 2px;
	border-radius: 5px;
	padding: 2px 12px 2px 15px;
}

.bout_panier3:hover {
	background-color: #ff0043;
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	cursor: pointer;
}

.bout_panier4 {
	display: block;
	width: 100%;
	height: auto;
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	font-weight: 300;
	background-color: #ff0043;
	text-align: center;
	color: rgba(255,255,255,1);
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 0px;
	padding: 5px 12px 5px 15px;
	text-transform: uppercase;
}

.bout_panier4:hover {
	display: block;
	width: 100%;
	height: auto;
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	font-weight: 300;
	background-color: #033347;
	text-align: center;
	text-align: center;
	color: rgba(255,255,255,1);
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 0px;
	padding: 5px 12px 5px 15px;
	text-transform: uppercase;
}

.bout_panier5 {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	font-weight: 400;
	background-color: rgba(128,128,128,1);
	text-align: center;
	color: rgba(255,255,255,0.5);
	text-decoration: none;
	height: 27px;
	letter-spacing: 2px;
	border-radius: 4px;
	text-transform: uppercase;
}

.bout_panier5:hover {
	background-color: rgba(0,0,0,1.0);
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
}

.roll_blue {
	border-radius: 20px;
	height: 480px;
}

.roll_blue:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 18px 2px #0071b9;
	box-shadow: 0px 0px 18px 2px #0071b9;
}

.roll_violet {
	border-radius: 20px;
	height: 480px;
}

.roll_violet:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 18px 2px #6d00ff;
	box-shadow: 0px 0px 18px 2px #6d00ff;
}

.roll_produit_associe {
	border-radius: 20px;
	height: 200px;
}

.roll_produit_associe:hover {
	border-radius: 20px;
	border: 1px solid rgba(0,0,0,0.4);
}



.roll_bleu {
	border-radius: 20px;
	height: 402px;
}

.roll_bleu:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 18px 2px #0187d0;
	box-shadow: 0px 0px 18px 2px #0187d0;
}

.roll_rouge {
	border-radius: 20px;
	height: 402px;
}

.roll_rouge:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 18px 2px #ff0043;
	box-shadow: 0px 0px 18px 2px #ff0043;
}

.roll_cian {
	border-radius: 20px;
	height: 342px;
}

.tab_bouton {
	width: 100%;
	height: 59px;
}

.roll_cian:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 18px 2px #1ea8c0;
	box-shadow: 0px 0px 18px 2px #1ea8c0;
}

.roll_gris {
	border-radius: 20px;
	height: 342px;
}

.roll_gris:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 18px 2px #888888;
	box-shadow: 0px 0px 18px 2px #888888;
}

.roll_vert {
	border-radius: 20px;
	height: 480px;
}

.roll_vert:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 18px 2px #80b428;
	box-shadow: 0px 0px 18px 2px #80b428;
}

.roll_orange {
	border-radius: 20px;
	height: 402px;
}

.roll_orange:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 18px 2px #ff8c00;
	box-shadow: 0px 0px 18px 2px #ff8c00;
}

.roll_violet {
	border-radius: 20px;
	height: 402px;
}

.roll_violet:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 18px 2px #69438c;
	box-shadow: 0px 0px 18px 2px #69438c;
}


/** FIN produits **/




.paddind_bottom {
	padding-bottom: 0px;
}

#actus {
	display: block;
	position: relative;
	top: 0px;
	width: 100%;
	background-color: white;
}

#fond_actus {
	position:relative;
	z-index: 250;
}

#contenu_actus {
	position:absolute;
	width: 95%;
	top: 0px;
	z-index: 300;
	text-align: center;
	padding: 20px;
}

.actu-full-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.titre_actus {
	text-align: center;
	font-family: 'Barlow', sans-serif;
	font-weight:600;
	color: rgba(0, 158, 224, 1);
	font-size: 35px;
	line-height: 40px;
}


.titre_contact {
	text-align: left;
	font-family: 'Barlow', sans-serif;
	font-weight:400;
	color: rgba(0, 158, 224, 1);
	font-size: 35px;
	line-height: 40px;
	padding-top: 30px;
	padding-left: 10px;
}

.sous_titre_actus {
	text-align: center;
	font-family: 'saira', sans-serif;
	font-weight:200;
	color: rgba(51, 51, 51, 1);
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
}

.produit_associe {
	text-align: center;
	font-family: 'saira', sans-serif;
	font-weight:400;
	color: rgba(51, 51, 51, 1);
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.gros_titre_article {
	font-family: 'Barlow', sans-serif;
	font-weight:600;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	font-size: 40px;
	line-height: 40px;
	padding: 15px;
}

.question_noir {
	font-family: 'Barlow', sans-serif;
	font-weight:400;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	font-size: 20px;
	line-height: 22px;
}

.gros_titre_article3 {
	font-family: 'Barlow', sans-serif;
	font-weight:500;
	color: #3F97E3;
	text-align: left;
	font-size: 35px;
	line-height: 30px;
	padding: 20px;
}

.gros_titre_article2 {
	font-family: 'Barlow', sans-serif;
	font-weight:700;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	font-size: 28px;
	line-height: 30px;
	padding: 20px;
}

.titre_article {
	font-family: 'Barlow', sans-serif;
	font-weight:700;
	color: #000;
	text-align: left;
	font-size: 25px;
	line-height: 25px;
}


.titre_article02 {
	font-family: 'Barlow', sans-serif;
	font-weight:500;
	color: #000;
	text-align: left;
	font-size: 20px;
	line-height: 25px;
}


.titre_ville {
	font-family: 'Barlow', sans-serif;
	font-weight:500;
	color: #000;
	text-align: left;
	font-size: 19px;
	line-height: 19px;
}

.paraphe_article {
	font-family: 'Barlow', sans-serif;
	font-weight:200;
	color: rgba(128, 128, 128, 1);
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}

#top {
	position: absolute;
	top: 0px;
	text-align: center;
}

#plaque_blanche {
	background-color: #FFFFFF;
}

#signature {
	position:relative;
	width: 100%;
	height: auto;
    background: rgb(255,0,67);
    background: radial-gradient(circle, rgba(255,0,67,1) 0%, rgba(154,26,65,1) 100%);
	z-index: 100;
}

#colonne {
	width: 1000px;
	padding: 20px;
}

#colonne02 {
	width: 1000px;
	padding: 0px;
}

#colonne03 {
	width: 1000px;
	padding: 0px;
}

#suite{
  display: none;
}

#suite:target {
  display: block;
}

#content_block {
	width: 100%;
	height: auto;
	background-color: #fff;
}

#historique {
	width: 100%;
	height: 100px;
}

#client{
	position: relative;
	width: 100%;
	height: 100px;
	top: 60px;
}

#prepresse{
	position: relative;
	width: 100%;
	height: 100px;
	top: 60px;
}


#devis {
	display: none;
	/*
	position: fixed;
	width: 100%;
	height: auto;
	top: 70px;
	z-index: 9000;
	*/
}

.devis {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 10px;
	line-height: 26px;
    font-weight: 200;
    letter-spacing: 2px;
    color: #fff;
	text-transform: uppercase;
}

.devis:hover {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 10px;
	line-height: 26px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
	text-transform: uppercase;
}

.border_top {
	border-top: 1px solid rgba(255,255,255,0.5);
}



#menu {
	display: block;
	position : fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index:10000;
}

#baseline_client {
	position: relative;
	top: 100px;
}

#baseline_imprimerie {
	position: relative;
	top: 100px;
	left: 20%;
}

#tit_prepresse {
	position: relative;
	top: 5px;
	width: 700px;
	left: 20%;
}


#tit_impression {
	position: relative;
	top: -60px;
	height: 0px;
	width: 700px;
	left: 20%;
}

#tit_faconnage {
	position: relative;
	top: -64px;
	height: 0px;
	width: 700px;
	left: 20%;
}

#tit_stockage {
	position: relative;
	top: -45px;
	height: 0px;
	width: 1000px;
	left: 20%;
}

.baseline {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #9dacb2;
	font-size: 25px;
	line-height: 26px;
	text-align:left;
	letter-spacing: 1px;
}

.baseline02 {
	font-family: 'Saira', sans-serif;
	font-weight: 100;
	color: #fff;
	font-size: 25px;
	line-height: 26px;
	text-align:left;
	letter-spacing: 1px;
}

.baseline_cartouche_orange {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	text-align:left;
	letter-spacing: 1px;
	background-color: #ff5000;
	padding: 5px 30px;
}

.baseline_cartouche_vert {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #0d1807;
	font-size: 22px;
	text-transform: uppercase;
	text-align:left;
	letter-spacing: 1px;
	background-color: #d9e021;
	padding: 5px 30px;
}

#effect{
	position: relative;
	display: block;
	width: 450px;
	opacity: 0;
	animation-name: animRoule;
	-webkit-animation-name: animRoule;
	-moz-animation-name: animRoule;
	-o-animation-name: animRoule;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-webkit-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-moz-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-o-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
   }


@keyframes animRoule{
	0% {left:-100px;top:130px;opacity:0;}
	80%{left:0px;top:130px;opacity:1}
	100%{left:0px;top:130px;opacity:1}
}

@-webkit-keyframes animRoule{
	0% {left:0px;top:130px;opacity:0;}
	80%{left:0px;top:130px;opacity:1}
	100%{left:0px;top:130px;opacity:1}
}



#effect2{
	position: relative;
	display: block;
	width: 450px;
	opacity: 0;
	animation-name: animRoule2;
	-webkit-animation-name: animRoule2;
	-moz-animation-name: animRoule2;
	-o-animation-name: animRoule2;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-webkit-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-moz-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-o-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
   }

@keyframes animRoule2{
	0% {left:230px;top:130px;opacity:0;}
	80%{left:150px;top:130px;opacity:1}
	100%{left:150px;top:130px;opacity:1}
}

@-webkit-keyframes animRoule2{
	0% {left:230px;top:130px;opacity:0;}
	80%{left:150px;top:130px;opacity:1}
	100%{left:150px;top:130px;opacity:1}
}

#effect3{
	position: relative;
	display: block;
	width: auto;
	opacity: 0;
	animation-name: animRoule3;
	-webkit-animation-name: animRoule3;
	-moz-animation-name: animRoule3;
	-o-animation-name: animRoule3;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-webkit-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-moz-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-o-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
   }

@keyframes animRoule3{
	0% {left:230px;top:130px;opacity:0;}
	80%{left:150px;top:130px;opacity:1}
	100%{left:150px;top:130px;opacity:1}
}

@-webkit-keyframes animRoule3{
	0% {left:230px;top:130px;opacity:0;}
	80%{left:150px;top:130px;opacity:1}
	100%{left:150px;top:130px;opacity:1}
}

header {
    position: relative;
    width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a818d+0,253945+100&0.75+1,0.75+100 */
	background: -moz-linear-gradient(top, rgba(106,129,141,1) 0%, rgba(105,128,140,1) 1%, rgba(37,57,69,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(106,129,141,1) 0%,rgba(105,128,140,1) 1%,rgba(37,57,69,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(106,129,141,1) 0%,rgba(105,128,140,1) 1%,rgba(37,57,69,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf6a818d', endColorstr='#bf253945',GradientType=0 ); /* IE6-9 */
	z-index: 1000;
}

#baseline {
	position: relative;
	top: 100px;
	width: auto;
	height: auto;
}

	#logo {
		width: 150px;
	}

.logo {
	z-index: 123;
	float: left;
	top: 10px;
	width: 18%;
	position: relative;
}

.logo a {
    color: #6DDB07;
}

nav {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	line-height: 1;
	list-style: none;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
}

#cssmenu #head-mobile {
    display: none;
}

#cssmenu {
	font-family: 'Saira', sans-serif;
	font-weight: 100;
}

.color_orange {
	color: #ff5000;
	font-weight: 600;
}

.color_orange:hover {
	color: #ff5000;
	font-weight: 800;
}

.lien_contact {
	font-family: 'Saira', sans-serif;
	font-weight: 200;
	text-transform:uppercase;
	color: #fff;
	background-color: #ff5000;
	padding: 2px 4px 1px 4px;
	border-radius: 5px;
	font-size: 9px;
	letter-spacing: 0px;
}

.lien_contact:hover {
	font-family: 'Saira', sans-serif;
	font-weight: 200;
	text-transform:uppercase;
	color: #fff;
	background-color: #ff5000;
	padding: 2px 4px 1px 4px;
	border-radius: 5px;
	font-size: 10px;
	letter-spacing: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



#cssmenu > ul > li {
    float: left;
	width: 13%;
}

#cssmenu > ul > li > a {
    padding: 30px 0px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 200;
    color: #0082c2;
	text-align: center;
	letter-spacing: 4px;
}



#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	color: #0082c2;
	letter-spacing: 4px;
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}




#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu ul ul li {
    height: 0;
	background-color: rgba(2, 18, 30, 0.7);
	-webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu ul ul li:hover {
	height: 0;
	background-color: rgba(2, 36, 57, 0.8);
	-webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu li:hover > ul > li {
    height: 35px;
}

#cssmenu ul ul ul {
    top: 0;
    margin-left: 100%;
}

#cssmenu ul ul li a {
    width: 220px;
    padding: 11px 15px;
    border-bottom: 1px solid rgba(150,150,150,0.15);
    text-decoration: none;
	font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #b6dff2;
	letter-spacing: 1px;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fff;
}

#cssmenu ul ul li.has-sub > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    background: #ddd;
}

#cssmenu ul ul li.has-sub > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    right: 14px;
    width: 2px;
    height: 8px;
    background: #ddd;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333;
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
    border-top: 1px solid #333;
}

	#tab_transfert {
		width: 240px;
	}

	#nombre_panier {
		display: none;
	}

.logo_division_soltech {
	display:inline-block;
	width: auto;
	height: 20px;
}

.logo_orapi {
	display: inline-block;
	width: 118px;
	height: 20px;
	padding-right: 20px;
}




@media (max-width: 1200px)	{



	#cssmenu > ul > li > a {
    padding: 30px 0px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 1px;
    color: #fff;
	text-align: center;
	}

	#cssmenu {
	font-family: 'Saira', sans-serif;
	font-weight: 100;
	}

	#cssmenu > ul > li:hover > a,
	#cssmenu ul li.active a {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	}

	#tab_transfert {
		width: 140px;
	}

	#cssmenu ul ul li a {
    width: 170px;
    padding: 11px 15px;
    border-bottom: 1px solid rgba(150,150,150,0.15);
    text-decoration: none;
	font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #b6dff2;
	letter-spacing: 1px;
	text-align: left;
	}
}


#produits_associe {
	display: block;
	position: relative;
	width: 100%;
	padding: 20px;
}




















@media (max-width:800px) {

	#animation_marques {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1000px;
	height: 250px;
	margin: 0 auto;
	top: 20px;
	padding: 0px 20px;
}

    .mobile{
        display: revert;
    }

    .desktop{
        display: none;
    }

    #search-mobile{
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    }

    #search-mobile input.sb-search-input{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        padding-bottom:25px;
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;
        border-radius: 0px;
    }

    .sb-icon-search::before {
        content: "\e000";
        color: #1d3f72;
        line-height: 50px;
    }

    .sb-icon-search {
        background: transparent !important;
        display: inline-block;
        height: 50px;
        margin-right: 15px !important;
        color: #1d3f72
    }



	.display_off {
		display: none;
	}

	.gros_titre_article3 {
	font-family: 'Barlow', sans-serif;
	font-weight:500;
	color: #3F97E3;
	text-align: left;
	font-size: 28px;
	line-height: 30px;
	padding: 20px;
}

	.reference2 {
	padding-right: 0px;
}

	.description4 {
	font-family: 'barlow', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

	#fil_ariane_produit {
	display: none;
}


	.legende_produit_zoom3 {
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #ff0043 !important;
	font-family: 'Saira', sans-serif;
	line-height: 16px;
}
		.legende_produit_zoom4 {
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #000 !important;
	font-family: 'Saira', sans-serif;
	line-height: 16px;
}

	.bold_bleu {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #3F97E3 !important;
	font-family: 'Saira', sans-serif;
	line-height: 16px;
}

	.legende_produit_zoom4 {
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #3f464c !important;
	font-family: 'Saira', sans-serif;
	line-height: 16px;
}

	.select {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 12px;
    font-weight: 400;
}


	.code {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 12px;
    font-weight: 600;

}

	/* onglet */

	.tab{
	display: inline-block;
	padding: 2px 10px 2px 0px;
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 10px;
	line-height: 14px;
    font-weight: 400;
	cursor: pointer;
}

	.contenu{
	height: auto;
	padding: 15px 0px 15px 0px;
	text-align: justify;
	border-bottom: 1px solid rgba(1,1,1,0.2);
	border-top: 1px solid rgba(1,1,1,0.2);
	display: none;
}

	#tab1:checked ~ #label1{
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 10px;
	line-height: 14px;
    font-weight: 600;
}
	#tab2:checked ~ #label2{
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 10px;
	line-height: 14px;
    font-weight: 600;
}
	#tab3:checked ~ #label3{
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 10px;
	line-height: 14px;
    font-weight: 600;
}

	/* FIN onglet */

	#display {
	display: block;
}

	#display_ok {
	display: none;
}

	.menu_produits_blanc {
		display: none;
	}

	.gros_titre_article2 {
	font-family: 'Barlow', sans-serif;
	font-weight:700;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	font-size: 22px;
	line-height: 24px;
	padding: 20px;
}


	#bandeau_quisommesnous {
	display: block;
	position: relative;
	top: 50px;
	width: 100%;
	height: 500px;
	background: url(../images/bandeau_quisommesnous.jpg) center center no-repeat;
	background-size: cover;
}

	.menu_principal {
	top: 0px;
}

	.logo_division_soltech {
	display:inline-block;
	width: auto;
	height: 17px;
}

	.logo_orapi {
	display: inline-block;
	width: 100px;
	height: 17px;
	padding-right: 10px;
}

#iframe_video #video-fond {
      width: 100%;
      padding-top: 70%;
      position: absolute;
      top: -5px !important;
      left: 0;
      bottom: auto !important;
    }

    #video2 {
           position: relative;
           top: 40px;
           width: 102%;
           height: 350px;
           overflow: hidden;
    }

    #titre_noir_qui {
        position: relative;
        top: 90px;
        width: 90%;
    }


    #video2 #video-fond {
        width: 100%;
        height: 550px;
        position: absolute;
        top: 0;
        left: 0
    }

    #video2 #video-fond > video {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    #iframe_video #video-fond > video {
        width: 100%;
        height: 100% !important;
        top: 0;
        left: 0;
        object-fit: cover;
    }

	#division2 {
	display: block;
	position: relative;
	width: 100%;
	height: 250px;
}

    #actus .col-md-6{
        margin-bottom:20px;
    }

	.background_smart {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

	#division {
		display: none;
	}


	#contenu_division {
	display: none;
}

	#contenu_division2 {
	display: block;
	position: relative;
	top: 100px;
	text-align: center;
}

	.bout_panier4 {
	display: block;
	width: 100%;
	height: auto;
	font-family: 'Saira', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	color: rgba(255,255,255,1);
	text-decoration: none;
	letter-spacing: 0px;
	border-radius: 0px;
	padding: 5px 12px 5px 15px;
	text-transform: uppercase;
}

.bout_panier4:hover {
	display: block;
	width: 100%;
	height: auto;
	font-family: 'Saira', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	text-align: center;
	color: rgba(255,255,255,1);
	text-decoration: none;
	letter-spacing: 0px;
	border-radius: 0px;
	padding: 5px 12px 5px 15px;
	text-transform: uppercase;
}



	.prix02 {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 40px;
}

	.titre_produit {
	font-family: 'Saira', sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 600;
	line-height: 16px;
}

	#nombre_panier {
		display: block;
	}

	#display_panier {
		display: none;
	}

	#colonne_display {
		display: none;
	}

	#colonne_prix {
	width : 100px;

}

	#colonne_prix02 {
	width : 118px;

}

	.prix_gros02 {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	color: #ff0043;
	font-weight: 600;
	line-height: 20px;
	text-align: right;
}

	.prix_gros03 {
	font-family: 'Saira', sans-serif;
	font-size: 20px;
	color: #ff0043;
	font-weight: 600;
	line-height: 20px;
	text-align: right;
}

	.prix_gros04 {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	text-align: right;
}



	#formulaire {
	width:100%;
	text-align: center;
}

	.plusdinfos {
	font-size: 12px;
}

	.plusdinfos:hover {
	font-size: 12px;
}

	.pre_commande_responsive {
	display: block;
		padding-top: 10px;
		padding-bottom: 10px;
}

	.photo_produit {
	width: 40px;
}

	#googlemaps {
		position: relative;
		top: 55px;
		width: 100%;
		height: 300px;
	z-index: 200;
}

	#panneau {
	position:fixed;
	width: 250px;
	z-index: 100000;
	margin: 0 auto;
	margin-left: 0px;
		left: 30px;
}


	.titre_gamme_fontaines {
	font-size: 30px;
	letter-spacing: 1px;
}

	.titre_gamme_dechets {
	font-size: 30px;
	letter-spacing: 1px;
}

	.titre_gamme_hotellerie {
	font-size: 30px;
	letter-spacing: 1px;
}



	.titre_gamme_mains {
	font-size: 30px;
	letter-spacing: 0px;
	line-height: 30px;
}

	.titre_gamme {
	font-size: 30px;
	letter-spacing: 1px;
}


	.legende_gamme_titre {
		font-size: 12px;
	}

	#video {
		height: 410px;
	}

	#display_none {
		display: none;
	}


	.bout_panier2 {
	font-size: 12px;
	letter-spacing: 1px;
}


	.colonne_miniature {
	width: 40px;
}

	.roll_blue {
	height: auto;
}


	.titre_famille {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	padding: 20px;
	text-transform: uppercase;
	letter-spacing: 0px;
	white-space:normal;
	line-height: 16px;
}

	#fil_ariane {
		display: none;
	}

	#menu_large {
		display: none;
	}

	#menu_responsive {
		display:block;
	}

	.titre_gamme_collectif {
	font-size: 30px;
	letter-spacing: 1px;
}

	.picto_gamme {
		width: 40px;
		height: 40px;
	}

	#contenu_bandeau {
	position: relative;
	top: 50px;
	text-align: center;
}

	#contenu_bandeau2 {
	position: relative;
	top: 20px;
	text-align: center;
}

	#bandeau_nettoyeur_moquette {
	top: 50px;
	width: 100%;
	height: 200px;
}

	#bandeau_nettoyeur_moquette_petit {
	top: 50px;
	width: 100%;
	height: 100px;
	background: url(../images/bandeau_nettoyeur_produits_petit.jpg) center center no-repeat;
	background-size: cover;
}

	#bandeau_haute_pression {
	top: 50px;
	width: 100%;
	height: 200px;
}

	#bandeau_haute_pression_petit {
	top: 50px;
	width: 100%;
	height: 100px;
	background: url(../images/Bandeau_degripper_degrippant.jpg) center center no-repeat;
	background-size: cover;
}

	#bandeau_autolaveuses {
	top: 50px;
	width: 100%;
	height: 200px;
}

	#bandeau_autolaveuses_petit {
	top: 50px;
	width: 100%;
	height: 100px;
	background: url(../images/bandeau_autolaveuses_produits_petit.jpg) center center no-repeat;
	background-size: cover;
}

	#bandeau_aspirateur {
	top: 50px;
	width: 100%;
	height: 200px;
}

	#bandeau_aspirateur_petit {
	top: 50px;
	width: 100%;
	height: 100px;
	background: url(../images/bandeau_aspirateur_produits_petit.jpg) center center no-repeat;
	background-size: cover;
}

	#bandeau_balayeuses {
	top: 50px;
	width: 100%;
	height: 200px;
}

	#bandeau_balayeuses_petit {
	top: 50px;
	width: 100%;
	height: 100px;
	background: url(../images/bandeau_balayeuse_produits_petit.jpg) center center no-repeat;
	background-size: cover;
}

		#bandeau_sanitaires {
	top: 50px;
	width: 100%;
	height: 200px;
}

	#bandeau_sanitaires_petit {
	top: 50px;
	width: 100%;
	height: 100px;
	background: url(../images/bandeau_sanitaires_produits_petit.jpg) center center no-repeat;
	background-size: cover;
}

	#bandeau_fontaines {
	top: 50px;
	width: 100%;
	height: 200px;
}

	#bandeau_fontaines_petit {
	top: 50px;
	width: 100%;
	height: 100px;
	background: url(../images/bandeau_fontaines_produits_petit.jpg) center center no-repeat;
	background-size: cover;
}

	#bandeau_dechets {
	top: 50px;
	width: 100%;
	height: 200px;
}

	#bandeau_dechets_petit {
	top: 50px;
	width: 100%;
	height: 100px;
	background: url(../images/bandeau_dechets_produits_petit.jpg) center center no-repeat;
	background-size: cover;
}

	#bandeau_hotellerie {
	top: 50px;
	width: 100%;
	height: 200px;
}

	#bandeau_hotellerie_petit {
	top: 50px;
	width: 100%;
	height: 100px;
	background: url(../images/bandeau_hotellerie_produits_petit.jpg) center center no-repeat;
	background-size: cover;
}



	.picto_telechargement {
		width: 12px;
	}

	.cata {
		width: 55%;
	}

	.paddind_bottom {
	padding-bottom: 20px;
}


	.titre_actus {
	font-size: 18px;
	line-height: 22px;
}

	.sous_titre_actus {
	font-size: 12px;
	line-height: 16px;
}

	#contenu_gamme2 {
	top: 150px;
}


	#container_hexotol {
		top:100px;
	}

	#container_hexotol2 {
	top:60px;
	}

	#container_hexotol3 {
	top:40px;
	}

	#container_hexotol4 {
	top:40px;
	}


	#titre_noir {
	position: relative;
	top: 50px;
}


.produits {
	display: block;
	width: 400px;
	margin: 0 auto;
	left: 40%;
}

#produit {
	display: block;
	position: absolute;
	z-index: 100;
	top: 200px;
	margin: 0 auto;
	width: 100%;
	height: auto;
	opacity: 0;

	animation-name: animeproduit;
	-webkit-animation-name: animeproduit;
	-moz-animation-name: animeproduit;
	-o-animation-name: animeproduit;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-delay: 14s;
	-webkit-animation-delay: 14s;
	-moz-animation-delay: 14s;
	-o-animation-delay: 14s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}

@keyframes animeproduit{
	0% {opacity:0;}
	100%{opacity:1}
}

@-webkit-keyframes animeproduit{
	0% {opacity:0;}
	100%{opacity:1}
}


	#slide_photo {
	top:100px;
	width: 100%;
	height: auto;
}

	#slide_photo2 {
	top:75px;
	width: 100%;
	height: 400px;
}

	#slide_marques {
	top:-50px;
	width: 100%;
	height: 250px;
	background: url(../images/fond_marques.jpg) center center no-repeat;
	background-size: cover;
}



#bande_noir {
	display: block;
	position: relative;
	top:35px;
	width: 100%;
	height: 20px;
	background-color: black;
}

	#bande_noir02 {
	display: block;
	position: relative;
	top:50px;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	min-height: 50px;
	background-color: #3F464C;
}




	/* news */

	.newsletter {
	font-family: 'Saira', sans-serif;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	text-align: justify;
	font-size: 10px;
	line-height: 30px;
	letter-spacing: 25px;
}

.inscription {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 1px;
}

.tab_texte {
	width: 100%;
	max-width: 300px;
	text-align: center;
}

.inscription_texte {
	font-family: 'saira', sans-serif;
	font-weight: 200;
	color: rgba(255, 255, 255, 0.3);
	text-align: center;
	font-size: 10px;
	line-height: 16px;
}

.tab_inscription {
	width: 100%;
	height: 30px;
	max-width: 300px;
	text-align: center;
	border: rgba(255, 255, 255, 0.2) solid 1px;
	padding: 20px;
	margin: 20px 20px 0px 20px;
}

.inscription_news {
	font-family: 'saira', sans-serif;
	font-weight:600;
	color: rgba(61, 3, 24, 1);
	text-align: center;
	font-size: 10px;
	padding: 2px 20px 2px 20px;
	line-height: 16px;
	background-color: white;
	width: 50px;
	text-decoration: none;
}

.inscription_news:hover {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(61, 3, 24, 1);
}

.inscription_adresse {
	font-family: 'saira', sans-serif;
	font-weight:400;
	color: rgba(255, 255, 255, 0.5);
	text-align: left;
	font-size: 10px;
	padding: 2px 20px 2px 20px;
	line-height: 16px;
}



	/* fin news */


	.liens_espacepro {
	text-align: center;
	}

	.liens_espacepro:hover {
	text-align: center;
	}

	#fond_blanc {
		background-color: rgba(255,255,255,0.6);
	}

	.legende_gamme {
	width: auto;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	background-color: rgba(255,255,255,0);
}


	.titre_gamme_hexotol {
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
	}

	.logo_blanc {
		top:-50px;
	width: 250px;
	}

	#logo_orapi {
	position: absolute;
	width: 70%;
	bottom: 0px;
	left: 80px;
	margin: 0 auto;
}

	#colonne_20 {
	float:left;
	width: 132px;
	height: 132px;
	margin: 10px;
	border: 1px solid rgba(0,0,0,0.2);
	}

	#colonne_25 {
	float:left;
	width: 100%;
	height: auto;
	margin: 20px 0px;
	}

	#colonne_50 {
	float:left;
	width: 100%;
	height: auto;
	margin: 0px;
	}

	#colonne_45 {
	float:left;
	width: 100%;
	height: auto;
	margin: 0px;
	}

	#colonne_25 img {
		width: 70%;
	}



	#colonne02 {
	width: 100%;
}

	#colonne03 {
	width: 100%;
	padding: 20px;
}

	#colonne_left {
	float:left;
	width: 100%;
	height: auto;
	margin: 0px;
	}

#colonne_center {
	float:left;
	width: 100%;
	height: auto;
	margin: 0px;
	}

#colonne_right {
	float:left;
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	}

	#bandeau01 {
	position: relative;
	top: -16px;
}

	.back-to-top {
	width:39px;
	height:39px;
	position: fixed;
	border-radius:20px ;
	bottom: 0px;
	right: 0px;
	z-index:100000;
	display: none;
}

	.back-to-top02 {
	width:39px;
	height:39px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index:100000;
}

.margin20 {
	right: 20px;
	bottom: 120px;
}

.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.30);
}

	.signature_adresse {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #999999;
	font-size: 8px;
	line-height: 12px;
	text-align: center;
}

.html-mobile-background {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 2200px; /* To compensate for mobile browser address bar space */
    background: url(../images/bg_smartphone.jpg) top center no-repeat;
    background-size: 100%;
	background-color: #000000;
}

	.html-mobile-background_prepresse {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 2200px; /* To compensate for mobile browser address bar space */
    background: url(../images/bg_smart.jpg) top center no-repeat;
    background-size: 100%;
	background-color: #000002;
}

	.html-mobile-background_partenaire {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 2200px; /* To compensate for mobile browser address bar space */
    background: url(../images/bg_partenaire_smart.jpg) top center no-repeat;
    background-size: 100%;
	background-color: #fff;
}

	#tit_prepresse {
	position: relative;
	top: 5px;
	width: 250px;
	left: 20px;
}

	#tit_impression {
	position: relative;
	top: -23px;
	height: 0px;
	width: 250px;
	left: 20px;
}

	#tit_faconnage {
	position: relative;
	top: -23px;
	height: 0px;
	width: 250px;
	left: 20px;
}

	#tit_stockage {
	position: relative;
	top: -14px;
	height: 0px;
	width: 290px;
	left: 20px;
}

	#baseline_client {
	position: relative;
	top: 0px;
}

	#baseline_imprimerie {
	position: relative;
	top: 50px;
		left: 0px;
}


	.titre {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	color: #6f7072;
	font-size: 14px;
	line-height: 16px;
	}

	.titre_accordion {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	color: #6f7072;
	font-size: 14px;
	line-height: 16px;
		padding: 20px
	}

	.titre02 {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	}

	.para_gris {
	font-family: 'Saira', sans-serif;
	font-weight: 300;
	color: #6f7072;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	}

	.para_gris_petit {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #7a7b7d;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	opacity: 1;
}

	.para_gris_panier {
	font-family: 'Saira', sans-serif;
	font-weight: 300;
	color: #6f7072;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	}

	.para_gris02 {
	font-family: 'Saira', sans-serif;
	font-weight: 300;
	color: #6f7072;
	text-align: justify;
	font-size: 14px;
	line-height: 13px;
	}

.para_orange {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	color: #ff5000;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	}

.liens {
	font-family: 'Saira', sans-serif;
	font-weight: 300;
	color: #6f7072;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	}

.liens:hover {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #ff5000;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	}

	#devis {
	position: absolute;
	width: 100%;
	height: auto;
	top: 46px;
	z-index: 9000;
	}

	.color_orange {
	color: #fff;
	font-weight: 200;
	}


	.color_orange:hover {
	color: #fff;
	font-weight: 600;
	}

	.baseline {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	color: #9dacb2;
	font-size: 16px;
	line-height: 17px;
	text-align:left;
	letter-spacing: 1px;
	}

	.baseline02 {
	font-family: 'Saira', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	text-align:left;
	letter-spacing: 1px;
	}

	.baseline_cartouche_orange {
	font-family: 'Saira', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-align:left;
	letter-spacing: 1px;
	background-color: #ff5000;
	padding: 3px 20px;
}

	.baseline_cartouche_vert {
	font-family: 'Saira', sans-serif;
	font-weight: 300;
	color: #0d1807;
	font-size: 16px;
	text-transform: uppercase;
	text-align:left;
	letter-spacing: 1px;
	background-color: #d9e021;
	padding: 3px 20px;
}

	#effect{
	position: relative;
	display: block;
	width: 300px;
	opacity: 0;

	animation-name: animRoule;
	-webkit-animation-name: animRoule;
	-moz-animation-name: animRoule;
	-o-animation-name: animRoule;

	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;

	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;

	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;

	animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-webkit-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-moz-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-o-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	}


	@keyframes animRoule{
	0% {left:-100px;top:130px;opacity:0;}
	80%{left:0px;top:130px;opacity:1}
	100%{left:0px;top:130px;opacity:1}
	}

	@-webkit-keyframes animRoule{
	0% {left:0px;top:130px;opacity:0;}
	80%{left:0px;top:130px;opacity:1}
	100%{left:0px;top:130px;opacity:1}
	}



	#effect2{
	position: relative;
	display: block;
	width: 300px;
	opacity: 0;
	animation-name: animRoule2;
	-webkit-animation-name: animRoule2;
	-moz-animation-name: animRoule2;
	-o-animation-name: animRoule2;

	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;

	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;

	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;

	animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-webkit-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-moz-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-o-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	   }

	@keyframes animRoule2{
	0% {left:160px;top:130px;opacity:0;}
	80%{left:60px;top:130px;opacity:1}
	100%{left:60px;top:130px;opacity:1}
	}

	@-webkit-keyframes animRoule2{
	0% {left:160px;top:130px;opacity:0;}
	80%{left:60px;top:130px;opacity:1}
	100%{left:60px;top:130px;opacity:1}
	}

	#effect3{
	position: relative;
	display: block;
	width: auto;
	opacity: 0;
	animation-name: animRoule3;
	-webkit-animation-name: animRoule3;
	-moz-animation-name: animRoule3;
	-o-animation-name: animRoule3;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-webkit-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-moz-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
	-o-animation-timing-function: cubic-bezier(.09,.72,.56,.98);
   }

@keyframes animRoule3{
	0% {left:230px;top:30px;opacity:0;}
	80%{left:0px;top:30px;opacity:1}
	100%{left:0px;top:30px;opacity:1}
}

@-webkit-keyframes animRoule3{
	0% {left:230px;top:30px;opacity:0;}
	80%{left:0px;top:30px;opacity:1}
	100%{left:0px;top:30px;opacity:1}
}

	#menu {
	display: block;
	position : relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	}

	.espace {
	padding: 0px;
	}

	.espace02 {
	padding: 0px;
	}

	.lien_contact {
	font-family: 'Saira', sans-serif;
	font-weight: 200;
	letter-spacing: 0;
	color: #fff;
	background-color: transparent;
	padding: 0px;
	border-radius: 0px;
	font-size: 11px;
	text-transform:uppercase;
	}

	.lien_contact:hover {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	letter-spacing: 0;
	color: #fff;
	background-color: transparent;
	padding: 0px;
	border-radius: 0px;
	font-size: 11px;
	text-transform:uppercase;
	}

	#logo {
		width: 100px;
	}

    .logo {
        float: none;
        position: absolute;
		top: 5px;
		width: 100px;
		left: 10px
    }

    .logo2 {
        display: none;
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%;
    }

    #cssmenu ul {
        display: none;
        width: 100%;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #999999;
    }

    #cssmenu ul li:hover {
        background: rgba(2, 18, 30, 0.7);
    }

    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto;
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }

    #cssmenu > ul > li {
        float: none;
    }

	#cssmenu > ul > li > a {
    padding: 17px;
		text-align: left;
	}

    #cssmenu ul ul li a {
        padding-left: 25px;
    }

    #cssmenu ul ul li {
        background: rgba(2, 18, 30, 0.7) !important;
    }

    #cssmenu ul ul li:hover {
        background: rgba(2, 36, 57, 0.8) !important;
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }

    #cssmenu ul ul li a {
        color: #b6dff2;
        background: none;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #fff;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        font-size: 12px;
        font-weight: 700;
        color: #ddd;
    }

    .button {
        z-index: 12399994;
        position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        height: 46px;
        cursor: pointer;
    }

    .button:after {
        content: '';
        display: block;
        position: absolute;
        top: 22px;
        right: 20px;
        width: 20px;
        height: 4px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
    }

    .button:before {
        content: '';
        display: block;
        position: absolute;
        top: 16px;
        right: 20px;
        width: 20px;
        height: 2px;
        background: #ddd;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .button.menu-opened:after {
        top: 23px;
        width: 19px;
        height: 2px;
        border: 0;
        background: #fff;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .button.menu-opened:before {
        top: 23px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #cssmenu .submenu-button {
        display: block;
        z-index: 99;
        position: absolute;
        top: 0;
        right: 0;
        width: 46px;
        height: 46px;
        border-left: 1px solid #999999;
        cursor: pointer;
    }

    #cssmenu .submenu-button.submenu-opened {
        background: rgba(2, 18, 30, 0.7);
    }

    #cssmenu ul ul .submenu-button {
        width: 34px;
        height: 34px;
    }

    #cssmenu .submenu-button:after {
        content: '';
        display: block;
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        background: #ddd;
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff;
    }

    #cssmenu .submenu-button:before {
        content: '';
        display: block;
        position: absolute;
        top: 19px;
        right: 22px;
        width: 2px;
        height: 8px;
        background: #ddd;
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }

    #cssmenu ul ul ul li.active a {
        border-left: none;
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }

	#voiture {
	display: block;
	position: relative;
	top:10px;
	width: 120px;
	right: 10px;
	z-index: 10000;
}

	#bandeau_contact02 {
	display: block;
	position: relative;
	top: 47px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: 150px;
	background: url(../images/bandeau_contact02.jpg) center center no-repeat;
	background-size: cover;
}

		#bandeau_contact03 {
	display: block;
	position: relative;
	top: 47px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: 150px;
	background: url(../images/bandeau_contact03.jpg) center center no-repeat;
	background-size: cover;
}

	#container_adresse {
	display: block;
	position: relative;
	top: -20px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
}

	#container_adresse05 {
	display: block;
	position: relative;
	top: -20px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
}

	.prix_gros {
	font-family: 'Saira', sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	white-space:nowrap;
}

		#video2 {
		position: relative;
		top: 40px;
		width: 102%;
		height: 250px;
	}

	.titre_blanc {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	color: #fff !important;
	font-family: 'Saira', sans-serif;
	line-height: 30px;
	background-color: black;
	padding-left: 10px;
	padding-right: 10px;
    }


    .modal{
        top:0px !important;
    }

    #loginModal .modal-dialog{
        width: 100%;
        margin: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    #loginModalBody form{
        width: auto;
    }

    .gamme_category .logo_orapi {
        position: absolute;
        width: 70%;
        bottom: 0px;
        left: 80px;
        margin: 0 auto;
    }

    .gamme_category .logo_orapi img{
        max-width: 100%;
    }

}
