
body{
  font-size:1em;
  color:#777777;
  font-family:'Roboto',sans-serif;
  text-align:center;
  background-color:#ffffff;
}

h1{color:#000000;font-weight:900;font-size:30px;}
h2{color:#000000;font-weight:900;font-size:18px;}

.logo{
	noheight:100px;
}

.div_menu{
	background-color:#262626;
	color:#ffffff;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	notransition-property: background-color;
	transition-duration: 0.3s;
	notransition-delay: 0.3s;
	transition-timing-function: ease-in-out;	
}

.div_menu:hover{
	background-color:#e9540d;
	color:#ffffff;
}

.div_menu_mobile{
	background-color:#262626;
	color:#ffffff;
	height:40px;
	line-height:40px;
	notransition-property: background-color;
	transition-duration: 0.3s;
	notransition-delay: 0.3s;
	transition-timing-function: ease-in-out;	
	vertical-align:middle;
	text-align:right;
}

.div_menu_mobile:hover{
	background-color:#e9540d;
	color:#ffffff;
}

#panier_lateral{
	z-index:11;
	background-color:#f1f1f1;
	display:none;
	position:fixed;
	top:40px;
	right:-30vw;
	width:30vw;
	height:100vh;
	animation:panier_move 1s;
}

@keyframes panier_move{
    from {right: -30vw;} 
    to{right:0;} 
}

.div_menu_panier{
	background-color:#262626;
	color:#e9540d;
	height:40px;
	line-height:40px;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;	
	vertical-align:middle;
	text-align:center;
}

.div_menu_panier:hover{
	background-color:#e9540d;
	color:#ffffff;
}

.div_menu_selected{
	background-color:#e9540d;
	color:#ffffff;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	notransition-property: background-color;
	transition-duration: 0.3s;
	notransition-delay: 0.3s;
	transition-timing-function: ease-in-out;	
}

.div_menu_panier_selected{
	background-color:#e9540d;
	color:#ffffff;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;	
}

.picto_langue{
	height:20px;
	nopadding-right:10px;
	padding-top:10px;
}

.picto_panier{
	height:20px;
	nopadding-right:10px;
	padding-top:10px;
}

.burgerfrites{
	height:20px;
	padding-right:30px;
	padding-top:10px;
}

.div_sous_menu{
	background-color:#ffffff;
	color:#262626;
	height:40px;
	line-height:40px;
}

.div_bloc_article_catalogue{
	border:0px solid #000000;
	margin:auto;
	display:inline-block;
	vertical-align:top;
	margin-left:2vw;
	margin-right:2vw;
	margin-bottom:5vh;
	width:16vw;
	font-size:14px;
	color:#636363;
}

tr.liste{
  background-color:#ffffff;
}

tr.liste:hover{
  background-color:#eeeeee;
}

a{
  text-decoration:none;
  color:#8f8f8f;
  cursor:pointer;
}

.hover08:hover{
  opacity:0.8;
}

select
{
  font-family: 'Roboto', sans-serif;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border: 1px solid #8f8f8f;
  padding: 6px 10px;
  font-size:12px;
  color:#000000;
  height: 30px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-color:#ffffff;
}

input[type="text"]
{
  border: 1px solid #8f8f8f;
  padding: 6px 10px;
  font-size:12px;
  color:#000000;
  height: 30px;
  -webkit-appearance:none;
  font-family: 'Roboto', sans-serif;
}

input[type="email"]
{
  border: 1px solid #8f8f8f;
  padding: 6px 10px;
  font-size:12px;
  color:#000000;
  height: 30px;
  -webkit-appearance:none;
  font-family: 'Roboto', sans-serif;
}

input[type="date"]
{
  border: 1px solid #8f8f8f;
  padding: 6px 10px;
  font-size:12px;
  color:#000000;
  height: 30px;
  -webkit-appearance:none;
  font-family: 'Roboto', sans-serif;
}

input[type="password"]
{
  border: 1px solid #8f8f8f;
  padding: 6px 10px;
  font-size:12px;
  color:#000000;
  height: 30px;
  -webkit-appearance:none;
  font-family: 'Roboto', sans-serif;
}

.input_montant{
  text-align:right;
}

input[type="submit"]
{
  background-color: #e9540d;
  border: 1px solid #e9540d;
  padding: 6px 10px;
  font-size:12px;
  color:#ffffff;
  border-radius:0;
  -webkit-appearance:none;
  cursor:pointer;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 30px;
}

input[type="submit"]:hover
{
  opacity:0.8;
}

textarea
{
  border: 1px solid #777777;
  padding: 6px 10px;
  font-size:12px;
  color:#000000;
  font-family: 'Roboto', sans-serif;
}

.map{
  width:100%;
  height:100vh;
  z-index:1;
}


.map_picto_geoloc{
  cursor:pointer;
  position:absolute;
  top:20px;
  z-index:19;
  right:2%;
  width:38px;
  height:38px;
}

#mail2-container
{
   display:none;
}

input.yesno{position:relative;vertical-align:middle;margin-left:8px;display:none;}
label.yesno{margin-left:40px;padding-left:10px;position:relative;}
input.yesno:checked+label:before{background-color:hsl(119, 23%, 57%);}
input.yesno:checked+label:after{left:-20px;}
label.yesno:before{content:"";position:absolute;top:0;left: -38px;display: block;width: 38px;height: 16px;background-color: #e6703a;border-radius: 10px;margin-top: 0;margin-left: -6px;border: 2px solid hsl(0, 0%, 77%);box-shadow: inset 0 1px 3px hsla(0, 0%, 26%, 0.65);}
label.yesno:after{content: "";display: block;width: 16px;height: 16px;border-radius: 14px;background-color: #f5f5f5;box-shadow: 0 1px 5px #444;position: absolute;top: 2px;left: -42px;-webkit-transition: left .3s ease-in-out;-moz-transition: left .3s ease-in-out;-o-transition: left .3s ease-in-out;transition: left .3s ease-in-out;}
input.yesno[disabled]+label:after{display: none;}
input.yesno[disabled]+label:before{background-color: #fafaf8;box-shadow: inset 0 0 3px hsla(0, 0%, 26%, 0.65);opacity: .6;}


.bloc_1_2_left{
  margin-left:3%;
  margin-right:3%;
  vertical-align:top;
  width:24%;
  display:inline-block;
  font-size:1em;
  font-weight:300;
  margin-top:50px;
  text-align:left;
  vertical-align:top;
  min-height:100vh;
}

.bloc_1_2_right{
  margin-left:3%;
  margin-right:3%;
  vertical-align:top;
  width:60%;
  display:inline-block;
  font-size:1em;
  font-weight:300;
  margin-top:50px;
  text-align:left;
  vertical-align:top;
}

.bloc_1_2_right_full{
  margin-left:0;
  margin-right:0;
  vertical-align:top;
  width:65%;
  display:inline-block;
  font-size:1em;
  font-weight:300;
  margin-top:0;
  text-align:left;
  vertical-align:top;
}

table.list{
  margin:auto;
  border-collapse:separate;
  border-spacing:0px;
  border:0;
}

tr.list_even{
  background-color:#ffffff;
  font-weight:500;
}

tr.list_even:hover{
  background-color:#dd4f41;
  color:#ffffff;
}

tr.list_even:hover a{
  color:#ffffff;
}

tr.list_odd{
  background-color:#eeeeee;
  font-weight:500;
}

tr.list_odd:hover{
  background-color:#dd4f41;
  color:#ffffff;
}

tr.list_odd:hover a{
  color:#ffffff;
}

tr.list_selected{
  background-color:#3af384;
  color:#000000;
  font-weight:900;
}

tr.list_selected a{
  color:#000000;
}

tr.list_compte_2{
  background-color:#f8e0e0;
  color:#000000;
}

tr.list_compte_2 a{
  color:#000000;
}

tr.list_compte_3{
  background-color:#f8e0e0;
  color:#000000;
}

tr.list_compte_3 a{
  color:#000000;
}

td.list_head_left{
  font-size:14px;
  font-weight:500;
  color:#ffffff;
  text-align:left;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
  background-color:#dd4f41;
}

td.list_head_center{
  font-size:14px;
  font-weight:500;
  color:#ffffff;
  text-align:center;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
  background-color:#dd4f41;
}

td.list_head_right{
  font-size:14px;
  font-weight:500;
  color:#ffffff;
  text-align:right;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
  background-color:#dd4f41;
}

a.list_head{
  color:#ffffff;
}

a.list_head:hover{
  color:#ffffff;
}

a.list_link{
  border:1px solid #c33823;
  padding:5px;
  line-height:40px;
}

td.list_line_left{
  font-size:14px;
  text-align:left;
  vertical-align:middle;
  border-bottom:1px solid #eeeeee;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}

td.list_line_center{
  font-size:14px;
  text-align:center;
  vertical-align:middle;
  border-bottom:1px solid #eeeeee;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}

td.list_line_right{
  font-size:14px;
  text-align:right;
  vertical-align:middle;
  border-bottom:1px solid #eeeeee;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}

.dropzone {float:left;text-align: center;}
.dropzone_carre{margin-left:auto;margin-right:auto;padding:0;position:relative;overflow:hidden;width:100px;height:100px;cursor:pointer;}
.dropzone_carre_image{max-width:100px;max-height:100px;}
.dropzone_carre_file{position:absolute;left:0;top:0;width:100px;height:100px;right:0;margin:0;padding:0;font-size:500px;cursor:pointer;opacity:0;filter:alpha(opacity=0);}
.dropzone_carre_progress{display:none;position:absolute;bottom:0;left:0;width:100px;margin:0;padding:0;}

#mask_popup{
  z-index:9;
  display:none;
  position:fixed;
  left:0;
  width:100%;
  top:0;
  height:100%;
  background-color:#e1e1e1;
  opacity:0.6;
}

#popup{
  z-index:10;
  display:none;
  position:fixed;
  left:50%;
  width:800px;
  padding:50px;
  margin-left:-425px; /* width/2 + padding/2 */
  top:10%;
  margin-top:0px;
  max-height:65%;
  background-color:#ffffff;
  border:1px solid #cccccc;
  color:#000000;
  font-size:16px;
  overflow-y:auto;
}

#popup_large{
  z-index:10;
  display:none;
  position:fixed;
  left:50%;
  width:1000px;
  padding:50px;
  margin-left:-525px; /* width/2 + padding/2 */
  top:10%;
  margin-top:0px;
  max-height:65%;
  background-color:#ffffff;
  border:1px solid #cccccc;
  color:#000000;
  font-size:16px;
  overflow-y:auto;
}

#home_left
{
  position:absolute;
  left:0;
  top:0;
  width:30%;
  vertical-align:top;
}

#home_right
{
  position:absolute;
  left:30%;
  top:0;
  width:70%;
  min-height:100%;
  vertical-align:top;
}

#container-tabs {
    margin: 0 auto;
    width: 100%;
    margin-left:0%;
    margin-right:0%;
    color: #888888;
    text-align:center;
}

.container-input{
	height: 2em;
	visibility: hidden;
}

#container-tabs .container-label {
	background-color: #f9f9f9;
	border-radius: .3em .3em 0 0;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1em;
	height: 2.5em;
	line-height: 1em;
	margin-right: .25em;
	padding: 0 1em;
	padding-top:0.5em;
	text-align: center;
}

#container-tabs input:hover + .container-label {
	background: #eeeeee;
	color: #000000;
}

#container-tabs input:checked + .container-label {
	background: #eeeeee;
	color: #000000;
	position: relative;
	noz-index: 6;
}

#content-tabs {
	background: #eeeeee;
	noborder-radius: 0 .5em .5em .5em;
	nomin-height: 500px;
	position: relative;
	nowidth: 100%;
	noz-index: 5;
	padding:20px;
	text-align:left;
}

#container-select {
        cursor: pointer;
	display: block;
	float: right;
	font-size: 0.8em;
	height: 2.5em;
	line-height: 1em;
	padding-right: 15px;
}

#bullegauche { background-color:#ffffff;border:1px solid #aaaaaa;position: relative; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;padding:15px; }
#bullegauche:before { content:""; position: absolute; left: 100%; top: 20px; width: 0; height: 0; border-top: 10px solid transparent; border-left: 20px solid #aaaaaa; border-bottom: 10px solid transparent; }
#bullegauchecloture { background-color:#dd4f41;color:#ffffff;border:1px solid #dd4f41;position: relative; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;padding:15px; }
#bullegauchecloture:before { content:""; position: absolute; left: 100%; top: 20px; width: 0; height: 0; border-top: 10px solid transparent; border-left: 20px solid #aaaaaa; border-bottom: 10px solid transparent; }

#bulledroite { background-color:#ffffff;border:1px solid #aaaaaa;position: relative; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;padding:15px; }
#bulledroite:before { content:""; position: absolute; right: 100%; top: 20px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 20px solid #aaaaaa; border-bottom: 10px solid transparent; }
#bulledroitecloture { background-color:#dd4f41;color:#ffffff;border:1px solid #dd4f41;position: relative; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;padding:15px; }
#bulledroitecloture:before { content:""; position: absolute; right: 100%; top: 20px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 20px solid #aaaaaa; border-bottom: 10px solid transparent; }

.onoffswitch {
position:relative;
width:80px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
box-shadow: inset 10px 10px 5px 0px #cfcfcf;
border-radius: 10px;
}

.onoffswitch-checkbox {
display:none;
}

.onoffswitch-label {
display:block;
overflow:hidden;
cursor:pointer;
border:1px solid #DBD9D9;
width:80px;
}

.onoffswitch-inner {
width:200%;
margin-left:-100%;
-moz-transition:margin 0.3s ease-in 0s;
-webkit-transition:margin 0.3s ease-in 0s;
-o-transition:margin 0.3s ease-in 0s;
transition:margin 0.3s ease-in 0s;
}

.onoffswitch-inner > div {
float:left;
position:relative;
width:50%;
height:20px;
padding:0;
line-height:20px;
font-size:14px;
color:white;
font-family:Helvetica,Arial,sans-serif;
font-weight:bold;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.onoffswitch-inner .onoffswitch-active {
padding-left:15px;
background-color:#F9F9F9;
color:#FFFFFF;
}
.onoffswitch-inner .onoffswitch-inactive {
padding-right:15px;
background-color:#F9F9F9;
color:#FFFFFF;
text-align:right;
}
.onoffswitch-switch {
width:40px;
margin:0;
text-align:center;
border:0 solid #999999;
border-radius:0;
position:absolute;
top:0;
bottom:0;
}
.onoffswitch-active .onoffswitch-switch {
background:#BFD63B;
left:0;
}
.onoffswitch-inactive .onoffswitch-switch {
background:#e9540d;
right:0;
}
.onoffswitch-active .onoffswitch-switch:before {
content:"";
position:absolute;
top:0;
left:40px;
border-style:solid;
border-color:#BFD63B transparent transparent #BFD63B;
border-width:15px 10px;
}
.onoffswitch-inactive .onoffswitch-switch:before {
content:" ";
position:absolute;
top:0;
right:40px;
border-style:solid;
border-color:transparent #e9540d #e9540d transparent;
border-width:15px 10px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left:0;
 }

/*-------------------------------------------- Debut Slider page accueil --------------------------------------------------*/

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.display_mobile{
	visibility:hidden;
	height:0px;
	overflow:hidden;
}

/*---------------------------------------------- Fin Slider page accueil --------------------------------------------------*/

/* FAQ */
.faq {
  text-align: center;
  margin: 4% 0;
  color: #e9540d;
  font-family: "Gilroy", Arial, sans-serif;
}

.faq__header h2 {
  font-size: 2.3rem;
  margin-bottom: 20px;
  font-weight: 500;
}

.faq__header p {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.faq_all_dropdown {
  padding: 0 10%;
  text-align: left;
}

.faq__dropdown {
  margin: 3% 0;
}

.faq__dropdown__title {
  border: 2px #e9540d solid;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
}

.faq__dropdown__title:hover, 
.faq__dropdown__title.active {
  background-color: #e9540d;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.faq__dropdown__title:hover h2, 
.faq__dropdown__title.active h2 {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.faq__dropdown__title:hover img {
  filter: brightness(0) invert(1);
}

.faq__dropdown h2 {
  font-size: 1.2rem;
  font-weight: 500;
}

.faq__dropdown_div {
  font-size: 1.2rem;
  background-color: #eeeeee;
  color: #737373;
  padding: 20px;
  border-radius: 5px;
}

.faq_toggle-icon {
  width: 24px;
  height: 24px;
}

.faq__dropdown__text--hidden .plus-icon {
  display: inline;
}

.faq__dropdown__text--hidden {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.faq__dropdown__text--hidden .link {
  color: #23b8cd;
  text-decoration: none;
} /* fin FAQ */

/* Desktop padding left 20px */
.d_pl_20{
	padding-left:20px;
}

.div_parent_ckeditor p
{
	margin-top:0px;
	line-height:24px;
}

/*
-----------------------------------------------------------------------------------------------------------------------------------
check box
-----------------------------------------------------------------------------------------------------------------------------------
*/

.my-custom-input-label-box input[type="checkbox"] {
	display:none;
}

.my-custom-input-label-box input + label {
	display: inline-block;
	width: 20px;
	height: 17px;
	cursor: pointer;
	background-image: url(/images/checkbox-unchecked.png);
	font-size:12px;
}

.my-custom-input-label-box input[type="checkbox"]:checked + label {
	background-image: url(/images/checkbox-checked.png);
}

.my-custom-input-label-box input[type="checkbox"]:disabled + label {
	background-image: url(/images/checkbox-disabled.png);
}

.gestionnaire_de_cles_desktop{
	display:table-cell;
}

.gestionnaire_de_cles_mobile{
	display:none;
}

.gestionnaire_de_cles_menu_burger{
	height:20px;
	padding-right:15px;
	padding-top:10px;
}

/*
-----------------------------------------------------------------------------------------------------------------------------------
en dessous de x pixels de largeur
-----------------------------------------------------------------------------------------------------------------------------------
*/
@media screen and (max-device-width: 1024px), screen and (max-width: 1024px)
{
	.gestionnaire_de_cles_menu_burger{
		height:34px;
		padding-right:15px;
		padding-top:10px;
	}

	.gestionnaire_de_cles_desktop{
		display:none;
	}

	.gestionnaire_de_cles_mobile{
		display:table-cell;
	}
}

/*
-----------------------------------------------------------------------------------------------------------------------------------
en dessous de x pixels de largeur
-----------------------------------------------------------------------------------------------------------------------------------
*/
@media screen and (max-device-width: 800px), screen and (max-width: 800px)
{

/* Mobile padding left 0 */
.m_pl_0{
	padding-left:0;
}
	
.div_menu{
	display:none;
}

.div_menu_selected{
	display:none;
}

.div_menu_mobile{
	height:50px;
	line-height:50px;
}

.div_menu_panier{
	height:50px;
	line-height:50px;
}

.div_menu_panier_selected{
	height:50px;
	line-height:50px;
}

.picto_langue{
	height:30px;
	nopadding-right:10px;
	padding-top:10px;
}

.picto_panier{
	height:30px;
	nopadding-right:10px;
	padding-top:10px;
}

.burgerfrites{
	height:30px;
	padding-right:15px;
	padding-top:10px;
}

.hidden_mobile{
	visibility:hidden;
	height:0px;
	overflow:hidden;
}

.display_mobile{
	visibility:visible;
	height:unset;
	overflow:unset;
}

.div_bloc_article_catalogue{
	width:85vw;
	font-size:18px;
}

#article_table_left{
	display:none;
}

#article_table_right{
}

.faq {
  margin: 0;
}

.faq_all_dropdown {
  padding:0;
}

#panier_lateral{
	top:50px;
	right:-60vw;
	width:60vw;
}

@keyframes panier_move{
    from {right: -60vw;} 
    to{right:0;} 
}


.faq__dropdown h2 {
  font-size: 16px;
  font-weight: 500;
}

}

/*
-----------------------------------------------------------------------------------------------------------------------------------
impression
-----------------------------------------------------------------------------------------------------------------------------------
*/
@media print
{

}

/*
-----------------------------------------------------------------------------------------------------------------------------------
tooltip
-----------------------------------------------------------------------------------------------------------------------------------
*/

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding-left:20px;
  padding-right:20px;
  padding-top:10px;
  padding-bottom:10px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 120%;
  opacity: 0;
  transition: opacity 0.3s;
  min-width:300px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
