/*Reset CSS*/
.in-right {
    -webkit-animation-name: fadeInright;
    animation-name: fadeInright;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.accessory-card{
    cursor: pointer;
}

#content {
    min-height: calc(100vh - 295px);
}

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

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

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

@keyframes fadeInright {
    from {
        opacity:0;
        transform: translatex(-100px);
    }
    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;
        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_contact01.jpg) center center no-repeat;
    background-size: cover;
}

.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;
}

.uppercase{
    text-transform: uppercase;
}

.py-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.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;
}

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

.js-cookie-consent button
{
    background-color: rgba(0, 158, 224, 1);
    color: white;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

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

#container_anime_produits {
    display: block;
    position: absolute;
    z-index: 100;
    top: 240px;
    width: 100%;
}

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

#video2 {
    position: relative;
    top: 40px;
    width: 102%;
    height: 700px;
    left: -2px;
}


#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;
}

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

.acc_flat_prop{
    padding-left: 10px;
    padding-right: 10px;
}

/** 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: #323232;
	line-height: 14px;
	cursor: pointer;
	transition: all .4s ease-in-out;
		width: 100%;
    }

    .custom-option.disabled{
        color: #ccc;
    }

    .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.disabled:hover
    {
        color: #ccc;
        background: white
    }

    .custom-option:hover,
    .custom-option.selection {
	background: #0899D7;
	color: #fff;
    }



/* menu accessoires */

.menu_accessoire {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 200px;
    font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 11px;
    font-weight: 300;
    display: inline-block;
    margin-right: 20px;
}

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

.menu_accessoire ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 200px;
}

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

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

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

/* Gestion des couleurs */
.menu_accessoire li.back {
    background-color: #0899D7; /* Couleur d'arriere-plan du menu */
    background-image: url(../images/chevron-down-white.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 12px 7px;

}
.menu_accessoire li a {
    color: #fff;
}

.menu_accessoire li:hover {
    background-color: #0899D7;
    text-decoration: none;
}

.menu_accessoire li:hover a {
	color: #fff;
	text-decoration: none;
}

.menu_accessoire ul li {
    background-color: #373737;
    border-radius: 0px;
}

.menu_accessoire ul li:hover {
    background-color: #373737;
}

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


ul.menu_accessoire li a.active,
ul.menu_accessoire:hover li a,
.menu_accessoire ul li:hover a {
    color: white;
    font-weight: 600;
}

/* 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;
}
.codeContainer {
	display:inline-block;
	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;
}


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


/* FIN code article */

/* Onglet produit */

.tabs{
  display: none;
}

ul[role=tablist]{
    padding: 0px;
    margin: 0px;
    display: block;
}

li[role=presentation]
{
    display: inline-block;
    padding-bottom: 5px;
}

a.tab,
.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;
    color: #3f464c !important;
}
a.tab:hover{
    text-decoration: none;
}

.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);
    background-color: white;
}

li[role=presentation].active a.tab
{
    font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 16px;
    line-height: 14px;
    font-weight: 600;
}

/* 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 */

        .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_indicator {
            position: absolute;
            top: -10px;
            left: 0;
            height: 20px;
            width: 20px;
            background: #fff;
            border: 1px solid #0095bf;
            border-radius: 1px;
        }
        .control:hover input ~ .control_indicator,
        .control input:focus ~ .control_indicator {
            background: #fff;
        }

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

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

#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;
}

#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: #0061aa;
	line-height: 15px;

}

.open2 .open4 {
	font-family: 'Saira', sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 1px;
	color: #0061aa;
	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: #0061aa;
	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: #0061aa;
	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: #0061aa;
	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 {
	width:100%;
	text-align: center;
}

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

.formulaire02 {
	width: 30px;
	height: 30px;
	background-color: rgba(2,2,2,0);
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	color: #0061aa !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: #0061aa !important;
	font-family: 'Saira', sans-serif;
	text-align: center;
	border: 0px;
}

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

#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%;
	height: 610px;
}


/* Top Header */

.cursor{
	cursor: pointer;
}

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

#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: 58px;
	background-color: rgba(20,30,33,1.00);
	z-index:1000000;
}

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

.menu_principal2 {
	position: relative;
	display: block;
	width: 100%;
	max-width: 900px;
	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: 90px;
    right: 15px;
    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_autolaveuse {
	display: block;
	position: relative;
	width: 100%;
	height: 1000px;
	background: url(../images/fond_autolaveuse.jpg) center center no-repeat;
	background-size: cover;
}

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

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

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

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

#gamme_piece_rechange {
	display: block;
	position: relative;
	width: 100%;
	height: 1000px;
	background: url(../images/fond_piece_detachee.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_soltech02.jpg) center center no-repeat;
    background-size: cover;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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


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

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

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

#slide_photo {
    display: block;
    position: absolute;
    top:340px;
    width: 100%;
    height: 100px;
    z-index: 500;
}

#slide_photo2 {
	display: block;
	position: relative;
	top:150px;
	width: 100%;
	height: 600px;
	background: url(../images/laveuse.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: 32px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0px;
    color: #fff !important;
    font-family: 'Saira', sans-serif;
    line-height: 30px;
}

.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: 500;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	color: #3f464c !important;
	font-family: 'Barlow', sans-serif;
	line-height: 30px;
}

.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: #3f464c !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:20px;
    width: 100%;
    height: 20px;
    background-color: black;
}

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

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


#produit {
	display: block;
	position: absolute;
	z-index: 100;
	top: 300px;
	margin: 0 auto;
	width: 560px;
	height: auto;
	left: 25%;
	right: 25%;
	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-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 animeproduit{
	0% {left:0%;opacity:0;}
	20%{left:1%;opacity:1}
	100%{left:25%;opacity:1}
}

@-webkit-keyframes animeproduit{
	0% {left:0%;opacity:0;}
	20%{left:1%;opacity:1}
	100%{left:25%;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);
}

.titre_gamme {
	font-size: 45px;
	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: 45px;
}

.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;
}

.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: #0d7dd1;
	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 {
	width: auto;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff !important;
	font-family: 'Saira', sans-serif;
	line-height: 20px;
}

.lien_gamme_blanc:hover {
	width: auto;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff !important;
	font-family: 'Saira', sans-serif;
	line-height: 20px;
}

/* 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: #ccc;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
}

.signature_mail:hover {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	color: #ff5000;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	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: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::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.inscription_adresse input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

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

.inscription_adresse input{
	background-color: transparent;
	color: rgba(255, 255, 255, 0.5);
	border: none;
	margin: 0px;
	padding-top: 2px;
	padding-left: 10px;
	width: 100%;
}

.inscription_news input{
	background-color: transparent;
	border: none;
	margin: 0px;
	padding: 5px;
	width: 100%;
}

.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:150px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	z-index: 200;
}

#container_adresse {
	display: block;
	position: relative;
	top: 60px;
	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_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 a,
#fil_ariane_produit a{
    text-transform: capitalize;
}

#fil_ariane_produit {
	display: block;
	position: relative;
	top:60px;
	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;
    min-height: 500px;
}

#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_produits {
	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;
}

.menu_gauche_produits:hover {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0899d7;
	text-transform: uppercase;
}

.menu_gauche_produits_autolaveuses_ok {
	font-family: 'Saira', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0899d7;
	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: #0061aa;
	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: #0061aa;
	text-transform: uppercase;
}

/** Produits **/

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

.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;
}

.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: 14px;
	color: #3f464c;
	font-weight: 500;
	line-height: 14px;
}

.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: #009bff;
	font-weight: 500;
	line-height: 14px;
	white-space:nowrap;
}

.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: #3F97E3;
	font-weight: 600;
	line-height: 40px;
}

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

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

.prix_gros03 {
	font-family: 'Saira', sans-serif;
	font-size: 36px;
	color: #00a6d0;
	font-weight: 400;
	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: #00a6d0;
	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: #00a6d0;
	font-weight: 400;
	text-align: left;
	white-space:nowrap;
	padding-right: 20px;
}

.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: #00a6d0;
	font-weight: 500;
	text-align: right;
}

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

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

.plusdinfos2 {
    font-family: 'Saira', sans-serif;
    font-size: 14px;
    color: #0899D7;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
}

.plusdinfos2:hover {
    font-family: 'Saira', sans-serif;
    font-size: 14px;
    color: #0899D7;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}

.plusdinfos2:active {
    font-family: 'Saira', sans-serif;
    font-size: 14px;
    color: #0899D7;
    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;
}

.bout_panier:hover {
	background-color: #1296cf;
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	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 a{
    color: rgba(255,90,36,1.0);
}


.bout_occasion:hover,
.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:hover a{
    color: white;
    text-decoration: none;
}

.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);
}


.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);
}

.prix_occasion {
	font-weight: 600;
}

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

.prix_neuf {
	font-family: 'Saira', sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	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: 13px;
	font-weight: 600;
	text-transform: uppercase;
	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: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: right;
	color: #fff;
}

.prix_neuf a:hover {
	font-family: 'Saira', sans-serif;
	font-size: 13px;
	font-weight: 600;
	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: #1296cf;
	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: #00a6d0;
	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,1);
	text-decoration: none;
	height: 27px;
	letter-spacing: 2px;
	border-radius: 4px;
}

.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 #0073cb;
	box-shadow: 0px 0px 18px 2px #0073cb;
}

.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_rose {
	border-radius: 20px;
	height: 480px;
}

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

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

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

.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 #0095bf;
	box-shadow: 0px 0px 18px 2px #0095bf;
}

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

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

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

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



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

.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: 20px;
}

.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: 23px;
    line-height: 34px;
}

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


.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;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0097d9+22,0097d9+22,004f8a+86 */
	background: rgb(0,151,217); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,151,217,1) 22%, rgba(0,151,217,1) 22%, rgba(0,79,138,1) 86%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,151,217,1) 22%,rgba(0,151,217,1) 22%,rgba(0,79,138,1) 86%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,151,217,1) 22%,rgba(0,151,217,1) 22%,rgba(0,79,138,1) 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097d9', endColorstr='#004f8a',GradientType=0 ); /* IE6-9 */
	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: 171px;
	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;
	}
}

a.video-thumbnail {
    height: 80px;
    width: 80px;
    display: inline-block;
    background-color: black;
    line-height: 80px;
}


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


#video2 #video-fond {
  overflow: hidden;
}

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

/* 1. Pas de support d'object-fit */
@media (min-aspect-ratio: 16/9) {
  #video2  #video-fond > video {
    height: 200%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #video2  #video-fond > video {
    width: 200%;
    left: -100%;
  }
}
/* 2. En cas de support d'object-fit, écrase le 1 */
@supports (object-fit: cover) {
  #video2  #video-fond > video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}


















@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;
}


	.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: #3f464c !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: 150px;
	height: 17px;
}

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

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

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

	.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;
	background-color: #00a6d0;
	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;
	background-color: #033347;
	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;
	color: #3F97E3;
	font-weight: 600;
	line-height: 40px;
}

	.titre_produit {
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 800;
	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: #3F97E3;
	font-weight: 400;
	line-height: 20px;
	text-align: right;
}

	.prix_gros03 {
	font-family: 'Saira', sans-serif;
	font-size: 20px;
	color: #00a6d0;
	font-weight: 400;
	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: left;
}

	.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;
	}

	.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_collectifs {
	top: 50px;
	width: 100%;
	height: 200px;
}

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

	.bandeau {
	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_mains {
	top: 50px;
	width: 100%;
	height: 200px;
}

	#bandeau_mains_petit {
	top: 50px;
	width: 100%;
	height: 100px;
	background: url(../images/bandeau_mains_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;
}


	#produit {
	display: block;
	position: absolute;
	z-index: 100;
	top: 320px;
	width: 300px;
	opacity: 0;
	left: 5%;
	right: 5%;

	animation-name: animeproduit;
	-webkit-animation-name: animeproduit;
	-moz-animation-name: animeproduit;
	-o-animation-name: animeproduit;
	animation-duration: 0s;
	-webkit-animation-duration: 0s;
	-moz-animation-duration: 0s;
	-o-animation-duration: 0s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}

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

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


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

	#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: #373737;
}




	/* 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 {
	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: justify;
	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;
    }


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

    #container_anime_produits {
        display: block;
        position: absolute;
        z-index: 100;
        top: 220px;
        width: 100%;
    }

    .produits {
        width: 250px;
    }

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

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


}
