﻿@font-face {
	font-family: 'Nunito Sans';
	src: url('/site/font/NunitoSans-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('/site/font/NunitoSans-Italic.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('/site/font/NunitoSans-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('/site/font/NunitoSans-BoldItalic.woff2') format('woff2');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('/site/font/NunitoSans-SemiBoldItalic.woff2') format('woff2');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('/site/font/NunitoSans-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('/site/font/NunitoSans-ExtraBoldItalic.woff2') format('woff2');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('/site/font/NunitoSans-BlackItalic.woff2') format('woff2');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('/site/font/NunitoSans-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('/site/font/NunitoSans-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('/site/font/NunitoSans-ExtraLight.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('/site/font/NunitoSans-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('/site/font/NunitoSans-LightItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('/site/font/NunitoSans-ExtraLightItalic.woff2') format('woff2');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}


body {
	margin: auto;
	background: #ffffff;
	width: 100%;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
	font-size: 1em;
}

/******************************** 
			CSS GENERAL 
********************************/

.anchor{
  display: block;
  height: 115px; /*same height as header*/
  margin-top: -115px; /*same height as header*/
  visibility: hidden;
}

a.img {
	border: 0 none;
}

a:link, .lien-qcd {
	color: #F0800E;
	text-decoration: underline;
	cursor: pointer;
}

a:hover, .lien-qcd:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #ffb048;
}

a:visited, a:focus, .lien-qcd:visited {
	color: #b75200;
	text-decoration: underline;
}


b, strong {
	font-weight: 700;
}

br {
	margin: 0;
	padding: 0;
}

#corps {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	color: #41495b;
	font-size: 1em;
	letter-spacing: 0.5px;
	padding-bottom: 40px;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
	clear: both;
	line-height: 2;
}

#corps h1 {
	font-weight: 400;
	font-size: 2.7em;
	padding: 0.7em 6em ;
	text-align: center;
	margin:auto;
	letter-spacing: -1px;
}

#corps h2 {
	font-size: 2.2em;
	margin: auto;
	text-align: center;
	padding: 1.5em 0;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1.6;
}

#corps h2.chapo {
	font-size: 1.6em;

}

#corps h3 {
	font-weight: 500;
	font-size: 1.6em;
	padding: 1.3em 0 1.6em 0;
	margin:	auto;
}

#corps h3.faq {
	padding: 0.8em 0 0.2em 0;
	font-size: 1.1em;
}

#corps h4 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: 600;
	letter-spacing: 0.15px;
	font-style: italic;
}

p {
	letter-spacing: 0.5px;
	margin: 0 0 1.6em 0;
}

ul {
	margin: 0;
}

li {
	margin: 0 0 1.6em 0;
}

img {
	border: 0 none;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

table {
	border: none;
	border-collapse: collapse;
	margin: 10px auto 20px;
	background-color: #fff;
	width: 98%;
}

table th {
	border: 1px solid #ccc;
	text-align: center;
	font-size: 1.2em;
	height: 60px;
	font-weight: 400;
}


table td {
	border: 1px solid #cccccc;
	font-size: 15px;
	height: 13px;
	padding: 6px;
}

table img {
	text-align: center;
	margin: 10px auto;
	display: block;
}

table a:link, table a:visited, table a:focus {
	color: #F0800E;
}

table a:hover {
	color: #ffb048;
	text-decoration: underline;
}

table th a, table th a:hover, table th a:link, table th a:visited, table th a:focus {
	color: #41495b;
	text-decoration: none;
	font-size: 1em;
}

table br {
	margin: 0;
	padding: 0;
}

.no_border {
	border: none;
}

.orange {
	color: #F0800E;
}


.bloc_left {
	float: left;
}

.tablette {
	display: none;
}

.btn_right {
	float: right;
}


/******************************** 
		ANCRE HAUT DE LA PAGE 
********************************/
.cd-top {
	display: inline-block;
	height: 60px;
	width: 60px;
	position: fixed;
	bottom: 30px;
	right: 10px;
	overflow: hidden;
	background: url(../images/top_page.png) no-repeat;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

/******************************** 
			HEADER 
********************************/
#header {
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: block;
	z-index: 100;
}

#topbar {
	display: block;
	overflow: hidden;
}

#topbar_content {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

/*******************************
			CHOIX LANGUE
*******************************/
#blocLangue img{
	width: 20px;
	margin-right: 8px;
}

#blocLangue{
	width: 72px;
	border-right: 1px solid #CCCCCC;
	height: 40px;
	position: absolute;
	float: right;
	box-sizing: border-box;
	font-size: 12px;
}

#blocLangue .langueActive{
	background-image: url(/images/flecheBas.png) !important;
	background-position: 53px center !important;
	background-repeat: no-repeat !important;
	cursor: pointer !important;
}

#blocLangue .langueInactive{
	height: 80%;
	position: absolute;
	left: 0;
	right: -1px;
	top: 100%;
	display: none;
	border: 1px solid #ccc;
	border-left: none;
}

#blocLangue .langueActive, #blocLangue .langueInactive a, .lang-qcd{
	display: flex;
	align-items: center;
	padding-left: 5px;
	width: 100%;
	height: 100%;
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#header_reassurance .separateur{
	border-right: 1px solid #ccc;
	height: 95%;
	float: left;
}



/******************************** 
			BARRE PARTAGE 
********************************/
 .blocReseauxSociaux{
	float: left;
}

 .blocReseauxSociaux .reseauxSociaux{
	float: right;
}

.blocReseauxSociaux .reseauxSociaux a, .blocReseauxSociaux .reseauxSociaux a, .social-qcd {
	box-sizing: border-box;
	display: inline-block;
}

.reseauxSociaux > ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.reseauxSociaux > ul > li{
	display: inline-block;
	margin-right: 10px;
}

.reseauxSociaux > ul > li > a, .social-qcd{
	background-color: #fff;
}

.reseauxSociaux > ul > li:last-child{
	margin-right: 0;
}
.reseauxSociaux img{
	vertical-align: middle;
}

/******************************** 
			RECHERCHE
********************************/
.search {
	margin: 4px auto;
	display: block;
	float: right;
}

.search form input.st-search-input {
	font-size: 12px;
	padding: 2px 10px 2px 35px;
}

/******************************** 
			RESEAUX
********************************/
.fb {
	margin-top: 10px;
}

img.fb1, img.gplus, img.yout {
	display: inline;
	margin-left: 15px;
}

/******************************** 
			ENTETE
********************************/

#entete {
	margin: auto;
}

#entete_contenu {
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: #fff;
	max-width: 1200px;
  	top: 0; 
 	transition: 0.4s; /* Add a transition effect (when scrolling - and font size is decreased) */
 	position: relative;
}

#entete_logo {
	margin: 0;
	display: block;
	float: left;
	background: #fff;
	width: 35%;
}

#entete_logo img {
	max-width: 100%;
}

.mail {
	font-size: 0.85em;
	width: 200px;
	line-height: 40px;
	padding-left: 10%;
	border-bottom: 1px solid #CCC;
	text-align: right;
}

.mail a, .mail-qcd {
	font-size: 1em;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

.mail a:hover, .mail-qcd:hover  {
	color: #F0800E;
	text-decoration: none;
}

.shop /* onglet boutique */
{
	margin: 22px 1px 0 5px;
	background: url("/images/fleche_blanche.png") no-repeat 95% center #3E8FF9;
	border-radius: 5px;
	padding: 16px;
	float: right;
	width: 13%;
	display: inline-block;
	position: relative;
	text-align: center;
}

.shop a, .shop_footer a, .shop-header-qcd{
	color: #fff;
	font-weight: 600;
	font-size: 0.83em;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}

.shop:hover, .shop_footer:hover, .shop-header-qcd:hover {
	cursor: pointer;
	background: url("/images/fleche_blanche.png") no-repeat 95% center #6EA9F8;
}

.img_home {
	position: relative;
	margin: 1% auto;
}


.img_home img {
	width: 100%;
  	aspect-ratio: 20 / 9;
  	height: auto;
}

/******************************** 
			ENTETE STICKY
********************************/

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0 1px 4px rgba(0,0,0,.15);
    background: #fff
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 250px;
}

.sticky #entete {
	max-width: 1200px;
}

.sticky #entete_contenu {
	padding: 0;
}

.sticky #entete_logo {
	width: 28%;
}

.sticky #entete_logo img {
	max-width: 92%;
}

.sticky .shop {
	margin: 9px 1px 0 5px;
}

.sticky #menu li {
	padding: 19px 2% 7px 1%;
}

.menu_burger{
    position:fixed!important;
    top:10px;
    
}


/******************************** 
			MENU
********************************/

#menu {
	width: 100%;
	display: inline;
}

#menu-deroulant {
	width: 82%%;
	background: none;
	height: auto;
	border: none;
	position: relative;
	margin: 0 auto;
	text-transform: uppercase;
}

.menu_item {
	position: relative;
}

#menu ul {
	list-style: none;
	padding: 0;
}

#menu li {
	float: left;
	padding: 34px 1% 7px 1%;
	text-align: center;
	overflow: visible;
	cursor: pointer;
	margin: 0;
	display: inline-block;
	line-height: 20px;
}

#menu li a, .qcd {
	color: #41495b;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 0.75em;
	font-weight: 600;
}

.qcd {
	color: #41495b;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 0.75em;
	font-weight: 600;
}

#menu li a:hover, .qcd:hover {
	color: #F0800E
}

#menu ul.sous_menu {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	background-color: #fff;
	top: 40px;
	transform: translateY(37px) translateX(-95px);
	border: 1px solid #C6C6C6;
	width: 215px;
	white-space: normal;
    left:40px
}

.sticky #menu ul.sous_menu {
	transform: translateY(27px) translateX(-95px);
}

#menu ul.sous_menu::before {
	content: '';
	width: 16px;
	height: 9px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -9px;
	background-image: url(../images/coin-top-sous-menu.png);
}

#menu li:hover .sous_menu {
	visibility: visible;
	display: block;
}

#menu li .sous_menu li {
	float: none;
	width: auto;
	display: block;
	border-bottom: 1px solid #C6C6C6;
	padding: 10px 5px;
	text-align: center;
	margin: 0;
}

#menu li .sous_menu li:last-child {
	border-bottom: none;
}

/******************************** 
			FIL D'ARIANE
********************************/

ul.breadcrumb {
	padding: 0;
	list-style: none;
}

ul.breadcrumb li {
	display: inline;
	font-size: 0.8em;
}

ul.breadcrumb li+li:before {
	padding: 4px;
	content: ">";
}


/******************************** 
			CONTENU
********************************/


.paragraphe {
	font-size: 1em;
	font-weight: 400;
	/*width: 100%;*/
	padding: 0 2%;
	margin-bottom: 1.6em;
	overflow: hidden;
}

.paragraphe img {
	text-align: center;
	display: block;
	margin: 0 auto 10px;
}


.paragraphe p.legende {
	margin: 30px 1% 0;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	text-indent: 0;
	float: right;
	width: 30%;
}

.paragraphe .video_paragraphe {
	position: relative;
	height: 185px;
	background: url(/images/bg_video.png) no-repeat;
	width: 100%;
}

.video_paragraphe iframe {
	width: 213px;
	height: 130px;
	position: absolute;
	top: 13px;
	left: 49px;
}

div.paragraphe_home {
	text-align: center;
	width: 70%;
	margin: auto;
}

.image_paragraphe {
	width: 45%;
	display: block;
	float: right;
	text-align: center;
}

.image_paragraphe img {
	width: auto;
	max-width: 320px;
}




/******************************** 
			MENU INTER
********************************/
.col_right {
	float: right;
	max-width: 270px;
	width: 22%;
	display: block;
	position: relative;
	top: 40px;
}

.col_right img:hover {
	-o-filter: grayscale(75%);
	-moz-filter: grayscale(75%);
	-ms-filter: grayscale(75%);
	-webkit-filter: grayscale(75%);
	filter: grayscale(75%);
}

.menu_inter {
	margin-bottom: 20px;
}

.menu_inter_titre {
	color: #F0800E;
	text-align: left;
	padding: 5px 0 5px 8px;
	font-weight: 400;
	font-size: 1.1em;
	text-transform: uppercase;
}

.menu_inter_content {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;	
}

.menu_inter_content li {
	padding: 8px;
	margin: 0;
	text-align: left;
	line-height: 1.6;
}

.menu_inter_content li:last-child {
	border-bottom: none;
}

.menu_inter_content li a, .aside-qcd {
	color: #41495b;
	cursor: pointer;
}

.menu_inter_content li a:hover, .aside-qcd:hover {
	color: #F0800E;
	cursor: pointer;
}

/******************************** 
		MENU TUTORIELS
********************************/

.menu_tutoriels .btn_menu_left, .menu_tutoriels .btn_menu_right {
	font-size: 15px;
	width: 40%;
	padding: 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.menu_tutoriels .btn_menu_left img, .menu_tutoriels .btn_menu_right img {
	vertical-align: middle;
	text-align: right;
}

.menu_tutoriels .btn_menu_left {
	background: url(/interface/before.png) no-repeat left 5px #F0800E;
	float: left;
}

.menu_tutoriels .btn_menu_right {
	float: right;
	background: url(/interface/after.png) no-repeat right 5px #F0800E;
}

.menu_tutoriels .btn_menu_left:hover {
	background: url(/interface/before.png) no-repeat left 5px #999999;
	cursor: pointer;
}

.menu_tutoriels .btn_menu_right:hover {
	background: url(/interface/after.png) no-repeat right 5px #999999;
	cursor: pointer;
}

/******************************** 
		MENU NEWSLETTER
********************************/
#newsletter_responsive{
    display:none!important;
}
#newsletter_responsive .responsive_newsletter_titre {
	color: #F0800E;
	text-align: left;
	padding: 5px 0 5px 8px;
	font-weight: 400;
	font-size: 1.1em;
	text-transform: uppercase;
}
#email_newsletter:hover, #email_newsletter_responsive:hover {
	background: none;
	border-bottom:0
}

#email_newsletter::placeholder,  #email_newsletter_responsive::placeholder {
	color: #333333;
}
	
#email_newsletter,  #email_newsletter_responsive{  
	flex: 1;
	padding: 8px 5px 8px 8px;
}

#newsletter_form button[type=submit], #newsletter_responsive_form button[type=submit]  {  
	width: 50px;
	z-index: 1;
	cursor: pointer;
	background: #fff;
	border: none;
	font-size: 0.85em;
}

/******************************** 
		BOUTON BOUTIQUE PAGE INTER
********************************/

.btn_boutique_page_inter, .btn_boutique_page_inter_vehicule {
	background: url("/images/fleche_blanche.png") no-repeat 95% center #3E8FF9;
	width: 58%;
	border-radius: 5x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	margin: 3em auto;
	float: none;
	line-height: 2;
	/*max-width: 250px;*/
	text-align: center !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 50px !important;
	padding-right: 50px !important;
	overflow: hidden;
	cursor: pointer;
}


.btn_boutique_page_inter:hover, .btn_boutique_page_inter_vehicule:hover {
	background: url("/images/fleche_blanche.png") no-repeat 95% center #6EA9F8;
}

.btn_boutique_page_inter span, .btn_boutique_page_inter_vehicule span {
	color: #fff;
	font-size: 1em;
letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
}

a.btn_boutique {
	text-decoration: none !important;
}

.btn_boutique_col_droite:hover {
background: url("/images/fleche_blanche.png") 95% center no-repeat #83B6F8;
}
.btn_boutique_col_droite {
background: url("/images/fleche_blanche.png") 95% center no-repeat #3E8FF9;
border-radius: 35px;
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
text-transform: uppercase;
margin: 20px auto;
float: none;
line-height: 23px;
max-width: 200px;
text-align: center !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-left: 30px !important;
padding-right: 30px !important;
color: white;
font-size: 14px;
font-weight: bold;
}

.btn_boutique_col_droite a {
	text-decoration: none !important;
}

a.more {
	font-size: 1.125em;
	text-decoration: none;
	cursor: pointer;
	color: #41495b;
}

a:hover.more {
	color: #F0800E;
	cursor: pointer;
}

p.h2  {
	font-size: 2.2em;
	margin: 0!important;
	text-align: center;
	padding: 0;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1.6;
}

.page_home h2 {
	padding: 0!important;
}

.page_home img {
	padding-bottom: 1.5em;
}

.page_home p  {
	margin: 1.5em 0;
}

.barreNotes img {
	padding-bottom: 0;
}

/******************************** 
			PAGE INTER
********************************/
.page_inter {
	float: left;
	width: 77%;
	margin-right: 1%;
	display: block;
}

.page_inter img {
	max-width: 100%;
	margin: 15px auto;
	text-align: center;
	display: block;
}

/******************************** 
			FOOTER
********************************/

.presse {
	display: inline-block;
}

.footer_top {
	display: inline-block;
	border-top: 1px solid #333;
	width: 100%;
	margin: 60px auto;
	padding-top: 30px;
	line-height: 1.5;
}

.contact {
	display: inline-block;

}

.footer_top_col_1 {
	display: block;
	float: left;
	width: 35%;
}

.footer_top_col_1 p {
	font-size: 1.5em;
	font-weight: 300;
}

.contact p  {
	font-size: 1em;
	margin-top: 10px;
}

.footer_top_col_2 {
	display: inline-block;
	width: 50%;
}	

.footer_top_col_2 img {
	max-width: 100%;
}

.footer_top_col_3 {
	display: inline-block;
	float: right;
	width: 15%;
}

.shop_footer {
	margin: 0;
	background: url("/images/fleche_blanche.png") no-repeat 95% center #3E8FF9;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
}

#footer {
	color: #FFF;
	font-size: 13px;
	padding: 10px 0;
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
	clear: both;
	background: #F0800E;
	text-transform: uppercase;
}

/*lien du footer*/
#footer a:link, .legal-qcd {
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
	cursor: pointer;
}

#footer a:hover, .legal-qcd:hover {
	color: #fff;
	text-decoration: underline;
}

#footer a:visited, .legal-qcd:visited {
	color: #000000;
	text-decoration: none;
}

.col_dtc {
	width: 70%;
	margin: 20px auto;
	overflow: hidden;
	display: block;
}

span.news {
	color: #F0800E;
	font-weight: 700;
	text-decoration: underline;
}

span.petit {
	font-size: 10px;
	text-align: center;
	display: inline;
}

span.real {
	color: #38761d;
}

span.dummy {
	color: red;
}


img.boite {
	float: left;
	margin: 5px 20px 10px 0;
}

img.idea {
	margin: 0 10px 0 0;
	vertical-align: middle;
	display: inline;
}

img.contact {
	display: block;
	float: left;
	margin-right: 3%;
}

strong.u {
	text-decoration: underline;
}

p.ps {
	color: #646464;
	font-style: italic;
	font-size: 10px;
	text-indent: 0;
	margin: 10px 0;
}

p.legende {
	font-style: italic;
	margin-left: 160px;
	margin-right: 160px;
	text-align: center;
	text-indent: 0;
}

p.center {
	text-align: center;
	}


div.centrage {
	text-align: center;
	clear: both;
	}

/*SELECTION FORM*/
.paragraphe_content_legend {
	margin-bottom: 0;
}

fieldset {
	border: none;
	margin: 50px auto;
	padding: 0;
	width: auto;
	max-width: 500px;
	text-align: center;
}

fieldset img {
	float: right;
}


fieldset form {
	margin: 0 auto;
}

.connecteur{
    font-size: 1;
}

.connecteur_select{
    font-size: inherit; /* inherit size from .connecteur */
    padding: .5em; /* add some space*/
    margin: 0; /* remove default margins */
    background-color: #fff;
    color: #41495b;    
}

@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) 
{

	.connecteur {
        position: relative;
        vertical-align: middle;
	}
	
	.connecteur_select {
	height: 120px;
	width: 500px;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 5px;
	padding: 0 0 0 50px;
	font-size: 1.2em;
	border: 2px solid #F0800E;
	letter-spacing: 1px; 
    }

   	.connecteur::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }
      
	.connecteur::after {
	content: "\25BC";
	height: 1em;
	line-height: 1;
	right: 1.2em;
	top: 30%;
	margin-top: 1.2em;
	color: #F0800E;
	}
	
	.connecteur_select[disabled] {
    color: rgba(0,0,0,.3);
    }

    .connecteur.connecteur--disabled::after {
        color: rgba(0,0,0,.1);
    }

}

legend {
	display: block;
	margin: 0 auto;
	font-size: 1.6em;
	font-weight: 600;
	text-align: center;
	color: #F0800E;
}

input[type="submit"] {
	background: url("/images/fleche_blanche.png") no-repeat 95% center #3E8FF9;
	border: none;
	color: #ffffff !important;
	cursor: pointer;
	font-size: 1em;
	padding: 3px;
}

input:hover {
	background: url("/images/fleche_blanche.png") no-repeat 95% center #6EA9F8;
}

.bloc_phone {
	float: left;
	width: 31%;
	margin: 1%;
	display: block;
}

.bloc_phone p, .bloc_tablette p {
	margin-top: 30px;
	text-align: center;
}

.bloc_tablette {
	clear: both;
	margin-top: 20px;
	padding-top: 40px;
}

.bloc_tablette img {
	text-align: center;
}


/* page presentation obd */


table.table_45 {
	width: 45%;
}

/*page connecteur*/
.phrase_accroche {
	font-weight: 600;
	text-transform: uppercase;
	color: #F0800E;
	margin: 15px 0;
	display: block;
	overflow: hidden;
	width: 100%;
}


.connecteur_bloc {
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
}

img.connecteur {
	margin-top: 30px;
	border-radius: 5px;
	max-width: 100%;
	width: auto;
}

.paragraphe_content p.legende_connecteur {
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}

img.connect {
	display: block;
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}


/****************
	page iOS
*****************/

.appli {
	margin: 40px auto;
	position: relative;

}

.appli_col1 {
	position: relative;
	display: block;
	float: left;
	width: 30%;
}

.appli_col2 {
	position: relative;
	width: 40%;
	display: inline-block;
}

.appli_col3 {
	position: relative;
	width: 30%;
	display: inline-block;
	float: right;
}

.appli_col3 img, .appli_col1 img {
	float: left;
	padding: 7px 15px 0px 0px;
	margin: 0;
	vertical-align: middle;
	display: inline;
}

.desc_appli {
	margin-top: 40px;
}

.title_desc_appli {
	position: relative;
	display: inline;
	font-size: 1.3em;
	font-weight: 600;
}

.btn_appli {
	margin: 20px auto;
	text-align: center;
	clear: both;
}

.btn_appli ul{
	padding: 0;
}

.btn_appli li{
	margin: 30px 20px;
	display: inline-block;
}

.img_appli {
	float: left;
	display: block;
	overflow: hidden;
	width: 30%;
	text-align: center;
}

.img_appli img {
	max-width: 90px;
}

.img_appli p {
	font-size: 12px;
	line-height: 14px;
}

p.align_left {
	text-align: left;
	display: block;
	overflow: hidden;
	width: 100%;
}

div.ios_droit {
	float: right;
	display: block;
	overflow: hidden;
	width: 65%;
}

img.ios {
	margin: 10px;
	max-width: 180px;
	float: left;
}

.ios_video {
	position: relative;
	display: block;
	overflow: hidden;
	clear: both;
	text-align: center;

}

.ios_video iframe {
	width: 640px;
	height: 360px;
	margin: 30px auto;
}

/*************
 Page Interface
**************/

.container_bloc_klavkarr {
	display: flex;
	display: -webkit-flex;
}

.bloc_klavkarr {
	float: left;
	margin: 0 5px 0 0;
	width: 24%;
	display: block;
	overflow: hidden;
	text-align: center;
	border: #ccc 1px solid;
}

.bloc_klavkarr:hover{
	 opacity: 0.5;
}

.bloc_klavkarr img{
	margin : 10px 0 0 0;
}


/**************
	 Page Codes defauts
********************/
table.dtc {
	border: none
	border-collapse: collapse;
	background-color: #fff;
	width: 95%;
}

.dtc th {
	border-right: 1px solid #ffffff;
	background: #999999;
	padding: 0;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	height: 40px;
	min-width: 40px;
	margin: 0 auto;
	font-weight: 400;
}

.dtc th:last-child {
	border-right: none;
}

.dtc td {
	border: 1px solid #cccccc;
	font-size: 15px;
	height: 13px;
}

.col1 {
	border: 1px solid #888888;
	font-size: 10px;
	height: 13px;
	text-align: center;
	text-indent: 0;
}

img.oscillo {
	border: 1px solid;
	height: 234px;
	width: 322px;
}

span.bleu {
	color: #2e6293;
}

span.vert {
	color: #2c9369;
}

span.mauve {
	color: #933a90;
}

/*******************
	Page Logiciel 
********************/

td.no_border {
	border: none;
}


td.titre {
	text-align: center;
	font-size: 1em;
	font-weight: 600;
}


.plan_logiciel {
	margin: 40px auto;
	position: relative;
	text-align: center;
    border:0;
	display:flex;
	flex-wrap:wrap;
}

.plan_col {
	width: 33%;
	border: 1px solid #ccc;
	border-right: none;
}

.plan_col:last-child  {
	border-right: 1px solid #ccc;
}

.plan_name {
	font-size: 1.2em;
	margin: 34px 0 0 0;
}

.pricing {
	color: #41495b;
	margin: 20px 0 0 0;
	font-size: 1.6em;
}

.plan_txt {
	color: #41495b;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 25px 10px 0;
	margin: 31px auto 0;
	line-height: 24px;
}

.plan_txt a {
	background: url("/images/fleche_blanche.png") no-repeat 95% center #3E8FF9;
	border-radius: 5px;
	margin: 21px auto 30px auto;
	padding: 13px 45px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.plan_txt a:hover {
	background: url("/images/fleche_blanche.png") no-repeat 95% center #6EA9F8;
}

.plan_desc {
	margin-top: 30px;
	text-align: left;
}

.plan_desc ul  {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 10px;
}

.plan_desc li {
	margin: 10px;
}

/********************************
	Page liste vehicule 
********************************/
.list th  {
	border: 1px solid #333;
	background: #fff;
	font-size: 1.1em;
}

.list th img {
	display: inline;
	vertical-align: middle;
	margin: 0;
}

.list td img {
	padding : 5px 25px 5px 10px;
	margin: 0;
}

.list td span .txt_compatible {
	background: url("/images/fleche_blanche.png") no-repeat 95% center #3E8FF9;
	border-radius: 5px;
	margin: auto;
	padding: 7px 45px 7px 25px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-weight:300;
}

.list td span:hover .txt_compatible{
	background: url("/images/fleche_blanche.png") no-repeat 95% center #6EA9F8;
}

.prise_obd {
	border:	none;
	font-size: 13px;
}

.modele {
	border: none;
	padding: 0;
}


.list h3 {
	border: none;
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 3px 0;
	text-align: center;
	border-bottom: 2px solid #F0800E;
	margin-bottom: 0;
}

div.pubdroite {
	display: block;
	float: right;
	margin-left: 20px;
	margin-right: 30px;
	vertical-align: middle;
}
div.pubgauche {
	display: block;
	float: left;
	margin-left: 20px;
	margin-right: 30px;
	vertical-align: middle;
}


.image_right {
	display: block;
	float: right;
	margin: 20px;
	vertical-align: middle;
}

div.liste_marque {
	column-count: 5;
	-webkit-column-count: 5;
	-moz-column-count: 5;
}

.liste_marque ul{
	list-style: none;
	padding: 0;
}

.liste_marque li{
	margin: 0;
}

.liste_marque img {
	max-height: 55px;
	vertical-align: middle;
	margin-bottom: 0!important;
	display: inline;
}

.liste_marque a {
	color: #333;
	text-decoration: none;
}

.liste_marque a:hover {
	color: #f06900;
	text-decoration: underline;
}


.liste_marque img:hover {
	-o-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.liste_modele {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
}

.col1_liste_marque {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    line-height: 3em;
    width: 100%;
}


/* page plan du site*/
p.plan {
	color: #646464;
	font-weight: 700;
	margin-top: 10px;
}

li.plan {
	font-size: 14px;
}

a.plan {
	color: #646464;
	text-decoration: none;
}

a.plan:hover {
	color: #f06900;
	text-decoration: underline;
}


.plus,.model_check{
    color: #F0800E;
    font-size: 1.5em;
    border: 1px solid;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    margin-right: 5px;
}

.en_savoir_plus{
    color: #F0800E;
    border: 1px solid;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    margin-left: 15px;
    font-weight: bold;
}
.compatible_plus{
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
}


/******************************** 
			CONTACT 
********************************/
.formulaire_contact {
	display: block;
	padding: 0;
	margin: 15px auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
	width: 80%;
}

label {
	margin: 15px 0 5px 0;
	display: block;
}

input, textarea {
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
}

input[type="checkbox"] {
	appearance: checkbox;
	-moz-appearance: checkbox;
	-o-appearance: checkbox;
	-webkit-appearance: checkbox;
	-ms-appearance: checkbox;
}

.contact_ch_simple, .contact_ch_multi {
	background-color: #fff;
	width: 95%;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #cccccc;
	font-size: 1em;
	font-weight:400;
}

.contact_ch_simple:hover, .contact_ch_multi:hover {
	background: #E3E1E1;
	border: 1px solid #F0800E;
}

input[type="checkbox"].checkbox {
	background: #fff;
	border-radius: 2px;
	cursor: pointer;
	height: 15px;
	width: 15px;
	display: block;
	float: left;
	margin: 5px;
}

.contact_ch_multi {
	height: 300px;
	margin-bottom: 20px;
}

input[type="submit"].contact_ch_bouton {
	border-radius: 5px;
	display: block;
	font-size: 1em;
	font-weight: 400;
	width: 80%;
	height: 60px;
	text-transform: uppercase;
	color: #fff;
	margin: 10px auto;
	cursor: pointer;
	border: none;
	letter-spacing: 1px;
}

input[type="submit"].contact_ch_bouton:hover {
	border-bottom: none;
}

.champs_obligatoires {
	font-size: 12px;
	margin: 20px 0;
	display: block;
}

.formulaire_contact p {
	display: block;
	float: left;
	margin: 5px 5px 5px 0;
}

label span, .champs_obligatoires span {
	color: #860101;
}

.champs_obligatoires span {
	display: inline;
}

#texte_ok_contact {
	font-size: 2em;
	color: rgb(0, 162, 0);
	text-align: center;
	margin-top: 30px;
}

/*commentaires */

.bodyPopupAjouterCommentaire{
	padding: 20px;
    width:88%;
}

.ajouterCommentaire_champ{
	margin: 15px 0;
}
.ajouterCommentaire_champ input[type="text"], .ajouterCommentaire_champ textarea{
    width:100%;
    background: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 1em;
}
.ajouterCommentaire input[type="text"], .ajouterCommentaire select{
	width: 300px;
	max-width: 100%;
}

.ajouterCommentaire textarea{
	width: 300px;
	max-width: 100%;
	height: 100px;
}
.bodyPopupAjouterCommentaire input[type="submit"]{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
}

.btnCommentaires_wrapper{
	text-align: center;
}

.btnCommentaires{
	border: 1px solid #F0800E;
	border-radius: 5px;
	line-height: 28px;
	font-size: 13px;
	padding: 0 15px;
	display: inline-block;
	margin-left: 5px;
}

.barrePartageCommentaires_fb{
	width: 25px;
}

.barrePartageCommentaires{
	display: flex;
	align-items: center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	flex-wrap: wrap;
	padding: 2px 0 2px 10px;
	margin: 0 0 10px 0;
	font-size: 12px !important;
}

.barrePartageCommentaires img{
	display: inline-block;
	max-width: 100%;
	margin: 0;
}


.barrePartageCommentaires_partage{
	display: flex;
	font-weight: 600;
	align-items: center;
}

.barrePartageCommentaires_partage a{
	margin-left: 13px;
}

.etoilesWrapper{
	display: inline-flex;
}

.etoilesWrapper img {
	padding: 0;

}

#corps .titreLesCommentaires{
	margin: 60px 0 25px 0;
	font-size: 1.6em;
	text-align: center;
	font-weight: 400;
}

.erreur{
	color: red;
}

.succes{
	color: green;
}

.superieurFondOrange{
	padding-right: 5px;
}

.unCommentaire_ligneTitre img{
	display: inline-block;
	max-width: 100%;
	margin: 0;
}

.unCommentaire{
	margin: 15px 0;
	border-bottom:1px solid #ccc;
	padding: 15px 10px;
}

.unCommentaire_corps{
	margin: 6px 0;
}

.unCommentaire_reponse{
	padding: 20px 0 0 25px;
}

.barreNotes{
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-table;
}

.commentairesAffNb{
	color: #000 !important;
	text-decoration:underline;
	margin-right: 10px;
}

.fancybox-close-small:focus{
	outline: none !important;
}

#corps .titreBarrePresse{
margin: 20px 0 25px 0;
color: #fff;
font-size: 16px;
line-height: 25px;
text-align: center;
padding: 5px 10px 5px 15px;
font-weight: 400;
}




/******************************
            POPUP MODAL
******************************/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: none; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 10px;
    border: 1px solid #888;
    border-radius: 5px;
    width: 35%; /* Could be more or less, depending on screen size */
    height: 80%;
}

#myModalModel .modal-content{
    width: 35%;
}
    
/*#myModalModel .recherche_marque{
    width: 90%;
}*/
    
/* The Close Button */
.close, .close_model {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -8px;
    line-height:1;
}

.close:hover,
.close:focus, .close_model:hover, .close_model:focus{
    text-decoration: none;
    cursor: pointer;
}
    
ul.ui-autocomplete {
    z-index: 99999
}
    	
.recherche_marque{
    display: block;
    margin: 0 auto;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    width: 100%;
    height: 87%;
}
    
.recherche_marque input{
    padding: 13px 0 13px 65px;
    margin: 0 0 25px 0;
    text-align: left;
    background: url(/images/icone_idea.png) no-repeat #f0f0f0;
    background-position-x: 5px;
    border-radius: 5px;
    width: 73%;
    border: none;
    font-size: 0.8em;
}

#myModalMarque .recherche_marque ul li, #myModal .recherche_marque ul li{
    list-style: none;
    margin: 0;
    line-height: 60px;
} 
    
#myModalModel .recherche_marque ul li{
    list-style: none;
    margin: 0 0 1.2em 0;
}
    
.recherche_marque ul{
    padding: 0;
    width: 100%;
    height: 95%;
    overflow: auto;
}
    
.recherche_marque ul li a {
    text-decoration: none;
	display: block;
	color: #41495b;
}
    
.recherche_marque ul li img {
    width: 40px;
    height: 40px;
    margin: 0;
    margin-left: 10%;
    float: left;
    padding-top: 7px;
}        

#btn_modal, #btn_modal_model{
    height: 120px;
    width: 500px;
    border-radius: 5px;
    font-size: 1.2em;
    border: 2px solid #F0800E;
    letter-spacing: 1px;
    background: none;
    display: flex;
	color: #41495b;
    align-items: center;
    justify-content: space-evenly;
}
    
#btn_modal::after, #btn_modal_model::after{
   	content: url(/images/caret-down.svg);
	vertical-align: middle;
}
    
#btn_modal img, #btn_modal_model img {
    height: 65px;
    margin: 0; 
}
    
#btn_recherche, #btn_recherche_model{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:50px auto;
}
    
    
.youtube_wrapper {
	max-width: 640px;
	margin: 30px auto;
	padding: 0 20px;
}

.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.95;
	margin: 0;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 15px;
}
.youtube .play-button:hover {
	background-color: #FF0000;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/*********************************
        CSS SENDIBLUE
**********************************/
.input,.input__affix{background:none;border:0;font:inherit;margin:0}
.input,.input__button{-moz-box-sizing:content-box;box-sizing:content-box;color:inherit;outline:0}
.input{box-shadow:none;min-width:1px;padding:0}
.input:not(textarea),.input__button{height:calc(2.5rem - 2px)}
/*********************************
        MEDIA QUERY
**********************************/


@media (max-width: 1200px) {

	#entete_logo {
		width: 33%;
	}
	
	#corps h1{
		padding: 1em 3em;
	}
	
	#menu li {
		padding: 27px 1% 7px 1%;
	}
	
	.sticky #menu li  {
		padding: padding: 16px 2% 7px 1%;
	
	}

	.shop {
		margin: 20px 0 0 0;
		background: #3E8FF9 !important;
		padding: 11px 10px;
		width: 9%;
		text-transform: none;
		font-weight: 500;
	}
	
	.shop a {
		text-transform: none;
		font-weight: 500;
		font-size: 0.90em;
	}
	
	.sticky .shop {
		margin: 14px 1px 0 5px;
	}
	
	.shop:hover  {
		background: #6EA9F8 !important;
	}
}

@media (max-width: 990px) {

	.no_tablette {
		display: none;
	}

	img.logo {
		margin-right: 8%;
		width: 35%;
	}

	#entete .boutique {
		width: auto;
	}

	#reseau {
		display: none
	}

	#menu li {
		padding: 23px 5px 5px 7px;
	}

	.sticky	#menu li {
		padding: 18px 1% 7px 1%;
	}
	.mail {
		border-bottom: 0;
	}

	.mail img {
		margin: 10px 5px;
		display: inline-block;
	}
	
	div.liste_marque {
		column-count: 3;
		-webkit-column-count: 3;
		-moz-column-count: 3;
	}
	.youtube_wrapper {
		padding: 0;
	}
	
}

@media (max-width: 950px) {

	#entete_logo {
		width: 50%;
		margin: none;
		float :left;
	}
	
	.sticky #entete_logo  {
		width : 40%;
		margin: auto;
		float: none;
	}
	
	.sticky #entete_contenu  {
		padding: 10px 0;
	}
	
	.shop  {	
		padding: 16px 50px;
		margin: 2%;
		background: url("/images/fleche_blanche.png") no-repeat 95% center #3E8FF9 !important;
		width: 17%;
	}
	
	.sticky .shop {	
		margin: -58px 5px 16px	50px;
		padding: 13px 40px;

	}

	.shop:hover, .shop_footer:hover  {
		 background: url("/images/fleche_blanche.png") no-repeat 95% center #6EA9F8 !important;
	}
	
	.shop a {
	font-size: 1em;
	}

	.menu_mobile {
		display: block;
		width: 100%;
		font-weight: 700;
		visibility: hidden;
		text-align: center;
		padding: 0px;
		font-size: 20px;
		cursor: pointer;
		height: auto !important;
		position: absolute;
		border-bottom: 1px solid #fff;
	}
	

	/********** DEBUT MENU PUSH ***********/
	/***ANIMATION MENU HAMBURGER***/
	.menu-icon {
		position: relative;
		height: 23px;
		transition: transform 0.5s;
		-moz-transition: transform 0.5s;
		-webkit-transition: transform 0.5s;
		-o-transition: transform 0.5s;
		-ms-transition: transform 0.5s;
	}

	.menu-icon span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		display: block;
		width: 25px;
		height: 3px;
		background-color: #000;
		transition: background 0.5s;
		-moz-transition: background 0.5s;
		-webkit-transition: background 0.5s;
		-o-transition: background 0.5s;
		-ms-transition: background 0.5s;
	}

	.menu-icon span::before, .menu-icon span::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		transform: translateY(-6px);
		-moz-transform: translateY(-6px);
		-webkit-transform: translateY(-6px);
		-o-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		display: block;
		width: 25px;
		height: 3px;
		background-color: #000;
		transition: transform 0.5s;
		-moz-transition: transform 0.5s;
		-webkit-transition: transform 0.5s;
		-o-transition: transform 0.5s;
		-ms-transition: transform 0.5s;
	}

	.menu-icon span::after {
		transform: translateY(6px);
		-moz-transform: translateY(6px);
		-webkit-transform: translateY(6px);
		-o-transform: translateY(6px);
		-ms-transform: translateY(6px);
	}

	.menu-icon.is-opened span {
		background: transparent;
	}

	.menu-icon.is-opened span::before {
		transform: translateY(0) rotate(45deg);
		-moz-transform: translateY(0) rotate(45deg);
		-webkit-transform: translateY(0) rotate(45deg);
		-o-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);

	}

	.menu-icon.is-opened span::after {
		transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-webkit-transform: translateY(0) rotate(-45deg);
		-o-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
	}

	.menu-icon.is-opened {
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);

	}

	/***FIN ANIMATION MENU HAMBURGER***/
	#menu {
		transition: all 0.3s ease;
		position: absolute;
		width: 0%;
		top: -42px;
		left: -300px;
		background: #fff;
		height: auto;
		z-index: 999;
		box-shadow: 0px 0px 10px #333;
	}
	
	.sticky #menu {
		top: 0px;
	}

	#menu a {
		transition: all 0.2s ease;
	}

	#menu-toggle {
		position: absolute;
		color: #41495b;
		z-index: 1000;
		transition: all 0.3s ease;
		text-align: center;
		/*border-right: 1px solid #cccccc;*/
		width: 60px;
		font-size: 0.75em;
	}
	

	#menu-toggle:hover {
		cursor: pointer;
	}

	#menu.open, #menu-deroulant {
		left: 0;
		width: 300px;
		display: block !important;
	}

	#menu-toggle.open {
		left: 300px;
		background: #fff;
		top: 0px;
	}

	#menu-toggle span {
		display: block;
		font-size: 12px;
		color: #FFFFFF;
		text-transform: uppercase;
	}

	/********** FIN MENU PUSH ***********/
	#menu #menu-deroulant .sous_menu {
		height: auto;
		position: relative;
		overflow: hidden;
		padding: 0;
		top: 0;
		left: 0;
		display: none;
		width: 100% !important;
		border-radius: 0;
	}

	#menu li a, #menu li span {
		padding: 10px;
		font-size: 1em;
		line-height: 1.6;
	}

	#menu ul li {
		border-right: none;
		border-bottom: 1px solid #999999;
		float: none;
		text-align: right;
		text-transform: capitalize;
		margin: 0;
		padding: 5px 0 0;
		position: relative;
		display: block;
	}
	
	.sticky #menu ul li {
		padding: 5px 0 0;
	
	}

	#menu ul li a:hover {
		background: none;
		border-bottom: none;
	}

	#menu ul.sous_menu {
		transform: none;
	}

	.sticky #menu ul.sous_menu {
		transform: none;
	}

	#menu ul.sous_menu li {
		padding: 0;
		text-align: right;
	}

	#menu ul.sous_menu li a {
		padding: 5px 6px;
	}
	
	.col_right {
	position: absolute;
   left: -10000em;
   top: auto;
   overflow: hidden;
	}
		
	.page_inter {
		float: none;
		max-width: 100%;
		width: 100%;
		display: block;
		position: relative;
		overflow: hidden;
	}
	
	img.logo {
		display: block;
		float: left;
		margin-right: 3%;
		width: 40%;
	}
	
	#blocLangue {
		float: right;
		border-left: 1px solid #CCCCCC;
		border-right: none;
		margin-left: 0;
		position: inherit;
	}
	
	#blocLangue .langueInactive {
		height: 25px;
		position: absolute;
		border-top:none;
		width: 72px;
		top: unset;
		left: unset;
	}

	#blocLangue .langueInactive a{
		border-left:1px solid #ccc;
	}
	
	.mail img {
		width: 25%;
	}
	
	.tablette {
		display: block;
	}
	
	#topbar {
		background: none;
		border-bottom: 1px solid #ccc;
	}

    
    #newsletter_responsive{
        display:block!important;
    }
	
}

@media (max-width: 800px){
	.btnCommentaires{
		font-size: 13px;
		margin-right: 10px;
	}

	.barrePartageCommentaires_partage{
		font-size: 11px;
	}

	.barrePartageCommentaires_partage a{
		margin-left: 7px;
	}

	.barreNotes img{
		padding: 0!important;
	}
}

@media (max-width: 770px) {

	#corps {
		width: 98%;
		overflow: hidden;
		border: none;
	}
	
	#corps .titreLesCommentaires{
		width: 96%;
	}



	/********* GESTION DU SCROLL HORIZONTAL DES TABLEAUX ************
	***************************************************/
	#corps .paragraphe {
		overflow-x: auto;
	}

	#corps table {
		width: 100%;
		overflow-x: scroll;
	}

	#corps table th {
		font-size: 13px;
	}

	.search {
		width: 40%;
		display: none;
	}

	.search form {
		margin-left: 50px;
	}


	img.fb1, img.gplus, img.yout {
		width: 25px;
	}

	#img_home {
		margin-top: 0;	
	}

	.menu_inter_content li {
		width: 95%;
	}
	
	.barrePartageCommentaires {
  	 width: 98%;
	}
	
	.commentaires {
 	  width: 100%;
	}
    
    .modal-content, #myModalModel .modal-content{
        width: 80%;
        height: 90%;
    }
    
    .appli {
    	text-align: center;
    	width: 95%;
    }    
    
    .appli_col2 {
    	width: 80%;
    }
    
    .appli_col1, .appli_col3 {
    	float: none;
    	width: 100%;
    }    
    
	 .appli_col1 img, .appli_col3 img{
    	float: none;
		padding: 0px 12px 0px 0px;
    }

	.bloc_phone, div.pubdroite {
		float: none;
		width: 290px;
		margin: 30px auto;
		text-align: center;
	}
	
	.bloc_phone img {
		max-width: 100%;
		margin: 20px auto;
		text-align: center;
	}
	
	.bloc_tablette {
		max-width: 100%;
		text-align: center;	
	}
	
	.bloc_tablette img  {
		float: none;
		margin: 10px auto;	
	}
    
    .bloc_tablette p {
		float: none;
	}
    
    .footer_top_col_1 {
    	display: inline;
    	float: none;
    	width: 100%;
    	text-align: center;
    }
    
	.blocReseauxSociaux .reseauxSociaux {
     	float: none;
    }
    
    .blocReseauxSociaux {
     	float: none;
    }

	.contact {
		display: block;
		width: 90%;
		margin: 10px auto;
    }
    
    .footer_top_col_2 {
    	width: 100%;
    	display: flex;
    	margin: 20px auto;
    }
    
    .footer_top_col_2 img {
    	margin: 20px auto;
    }
    
    .footer_top_col_3 {
    	width: 60%;
    	text-align: center;
    	float: none;
    	display: block;
    	margin: 10px auto;
    }

	input[type="submit"].contact_ch_bouton {
		width: 100%;
	}	


}

@media (max-width: 720px) {
    .plan_col {
        width:100%;
        margin:10px;
        border:1px solid #ccc;
    }
}


@media (max-width: 670px) {
	/********  IPHONE 6 PAYSAGE **********/
	
	#corps h1 {
		padding: 1em;
		font-size: 2em;
	}
	
	#corps h2 {
		padding: 1em;
		font-size: 1.3em;
	}
	
	#corps h3 {
		font-size: 1.2em;
	}
	
	#corps h2.chapo {
		padding: 1em;
		font-size: 1.3em;
	}
	
	p.h2 {
		padding: 1em;
		font-size: 1.3em;
	}
	
	.shop {
		padding: 13px 40px;
	}
	
	.sticky .shop {
		margin: -47px 5px 0 0;
		padding: 10px 30px;
	}
	
	.sticky .shop a {
		font-size: 0.9em;
	}
	
	.mail {
		width: 50%;
	}

	.page_inter {
		float: none;
		max-width: 100%;
		width: 100%;
		display: block;
		position: relative;
	}

	.btn_boutique_page_inter {
		padding: 0 10px;
		width: auto;
	}

	.btn_right, .btn_left {
		float: none;
	}

	.page_inter {
		width: 100%;
		float: none;
	}

	.menu_inter {
		width: 90%;
	}


	.menu_tutoriels .btn_menu_left, .menu_tutoriels .btn_menu_right {
		width: 100%;
		margin-bottom: 10px;
		display: block;
	}

	.search form input.search_ok {
		height: 24px;
	}
	
	.barrePartageCommentaires_partage {
  	  margin: 5px 0;
	}
	
	.container_bloc_klavkarr {
	display: block;
	}
	
	.bloc_klavkarr {
		float: none;
		width: 100%;
		margin: 5px auto;
		text-align: center;
		border: none;
		border-top: #ccc 1px solid;
	}
	.bloc_klavkarr img {
		margin: 10px auto;
		width: 70%;
	}
	
	div.paragraphe_home {
		width: 80%;
	}
	
	.plan_txt a {
		padding: 13px 27px;
        display: block;
        width: 60%;
	}

	.btn_appli li {
		margin: 10px auto;
		display: inline;	
	}
	
	.col_dtc {
		width: 90%;
	}
	
	legend {
		font-size: 1.2em;
	}
	
	.liste_modele {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	}
	
	
}

@media (max-width: 500px) {

	div.liste_marque .liste_modele {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}
	
	
	.plan_desc ul {
		margin: 0;
	}
	
	.plan_desc li {
		margin: 10px 5px;
	}
	
	.connecteur_select {
		width: 100%;
	}	
}


@media (max-width: 440px) {

	#corps h1 {
		padding: 0.5em 0 ;
	}

	h3.list {
		padding-left: 100px;
		text-align: left;
	}

	.btn_boutique_page_inter_vehicule {
		float: left;
	}


	.paragraphe .ios_video iframe {
		width: 95%;
		height: 213px;
	}

	img.contact {
		float: none;
	}

	#menu.open, #menu-deroulant {
		left: 0;
		width: 230px;
		display: block !important;
	}

	#menu-toggle.open {
		left: 230px;
	}

	#corps .menu_inter_titre {
		display: none;
	}

	.search {
		top: 55px;
		width: 75%;
		max-width: 100%;
		right: 0;
		margin-left: 25px;
	}

	img.fb1, img.gplus, img.yout {
		display: none;
	}

	.bouton_facebook, .bouton_twitter, .bouton_plus {
		display: none;
	}

	.search form {
		text-align: center;
		margin-left: 0;
	}

	.search form input.st-search-input {
		width: 120px;
		padding: 1px 5px 1px 35px;
	}

	.fb {
		float: left;
		margin: 0 25%;
	}

	#entete {
		overflow: visible;
	}
	
	.sticky #entete_contenu  {
		padding: 10px 0;
	}
	
	#entete_logo {
		width: 80%;
		margin: auto;
		float: none;
	}
	
	.sticky #entete_logo  {
		width : 50%
	}

	.shop {
		display: none;
	}
	
	.sticky .shop {
		display: inline;
		margin-top: -31px;
		margin-right: 5px;
		padding : 1%;
		width: 21%;
		background: #3E8FF9 !important;
	}
	
	.sticky .shop:hover  {
		background: #6EA9F8 !important;
	}
	
	.sticky .shop a {
		font-size: 0.83em;
		text-align: center;
	}
	
	
	#img_home img {
		margin-top: 20px;
	}
	
	.page_home img {
		padding-bottom: 1em;
	}

	#corps {
		padding-top: 0;
	}

	#corps h2:before, #corps .menu_inter_titre:before {
		display: none;
	}

	.texte_50, .image_paragraphe {
		float: none;
		width: 100%;
		margin: 15px 5px;
	}

	img.boite, .image_right, img.ios, div.ios_droit {
		float: none;
		text-align: center;
		width: 100%;
	}

	/* tableau fonctionnalités logiciel */

	.img_appli {
		width: 35%;
	}

	img.tick {
		margin: 0 10px 0 0;
	}

	.paragraphe_content .video_left, .paragraphe_content .video_left iframe {
		float: none;
		max-width: 290px;
		width: 100%;
	}

	p.ps {
		font-size: 12px;
	}

	.cd-top {
		bottom: 0px;
	}

	.formulaire_contact {
		width: 100%;
	}

	.contact_ch_simple, .contact_ch_multi {
		width: 90%;
	}
	
	.plan_txt {
		padding: 25px 6px 0;
	} 
	
	.plan_txt a {
		padding: 11px 9px;
		background: #3E8FF9;
	} 

}

@media (max-width: 345px) {

	#corps h1 {
		font-size: 1.5em;
	}

	#corps h2 {
		width: auto;
	}
	
	#entete_logo {
		width: 90%;
	}
	
	.menu_inter {
		width: 100%;
	}

	.page_inter {
		width: 98%;
		margin: 0 1%;
		float: none;
	}
	
	.page_inter img {
		max-width: 95%;
	}
	
	.sticky .shop {
		margin-top: -28px;
	}

	.sticky .shop a {
		font-size: 0.73em;
	}
	
	#menu-toggle {
		font-size: 0.73em;
	}
	
	.btn_boutique_page_inter, .btn_boutique_page_inter_vehicule {
		padding-left: 20px !important;
		padding-right: 35px !important;
	}

	h3.list {
		padding-left: 100px;
		text-align: left;
	}

	.bloc_tablette {
		margin: 0 auto;
		text-align: center;
	}
	
	.plan_txt a {
		padding: 7px 3px;
	}
}