@font-face {
    font-family: "Source Serif Pro";
    font-style: normal;
    font-weight: 400;
    src: url("https://webstar-electro.com/bootstrap3/fonts/source-serif-pro-400.woff") format("woff");
}
@font-face {
    font-family: "Source Serif Pro";
    font-style: normal;
    font-weight: 600;
    src: url("https://webstar-electro.com/bootstrap3/fonts/source-serif-pro-600.woff") format("woff");
}
@font-face {
    font-family: "Source Serif Pro";
    font-style: normal;
    font-weight: 700;
    src: url("https://webstar-electro.com/bootstrap3/fonts/source-serif-pro-700.woff") format("woff");
}
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    src: url("https://webstar-electro.com/bootstrap3/fonts/source-sans-pro-400.woff") format("woff");
}
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    src: url("https://webstar-electro.com/bootstrap3/fonts/source-sans-pro-600.woff") format("woff");
}
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    src: url("https://webstar-electro.com/bootstrap3/fonts/source-sans-pro-700.woff") format("woff");
}

body {
    background-color: #fff;
    color: #434343;
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    color: #434343;
}

h1, .h1 {
    font-size: 26px;
}

h2, .h2 {
    font-size: 22px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 15px;
}

.container-fluid {
max-width: 1000px;
}

/***************** topbar **************/
.topbar {
    background: #fff none repeat scroll 0 0;
    padding-left: 0; position: relative; z-index: 101;  
}

.topbar h3 {
    line-height: 1.7;  margin: 0;   
}
/***************** fin topbar **************/


/***************** banner **************/
.banner {
    background: #1d7d1c none repeat scroll 0 0;
    position: relative;
}
.banner > .container-fluid {
    background: #229221 none repeat scroll 0 0;
}

.banner_title {
    font-weight: 900;
    margin: 0;
    
    text-transform: uppercase;
    padding: 16px 0;
    padding: 10px 0;
}

@media (max-width: 899px) {
    .banner_title {
        padding-top: 5px;
    }

}

.banner_title a {
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}
.banner_title a:focus, .banner_title a:hover {
    color: #fff;
}
/***************** fin banner **************/


/***** site-nav *************/

.site-nav {
    background: #2a2a2a none repeat scroll 0 0;
    position: relative;
    /*z-index: 90;*/
}

.site-nav {
    background: #4c9900 none repeat scroll 0 0;
}
.site-nav > .container-fluid {
    background: #59b200 none repeat scroll 0 0;
    padding: 0;
}

.site-nav-list {
    margin-bottom: 0;
    padding: 0;
    display: block;
    position: relative;
    white-space: nowrap;
}


.site-nav-list > li {
    display: inline-block;
    vertical-align: baseline;
    padding-left: 0px;
    padding-right: 0px;

}

.site-nav-list > li > a {
    border: 0 none;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    padding: 10px 8px;
    position: relative;
    text-decoration: none;
    transition: none 0s ease 0s ;
    min-height: 44px;
    text-transform: uppercase;
}

#second-menu .site-nav-list > li > a
{
    padding: 10px 12px;
}

.site-nav-list > li > a:active, .site-nav-list > li > a:focus, .site-nav-list > li > a:hover {
    background-color: #1d7d1c;
    color: #fff;
}

.site-nav-list > li > a.current {
    background-color: #186818;
    color: #fff;
}

/***** fin site-nav *************/

/*****  site-nav orange  #e0400d *************/


.site-nav.theme2 {
    background: #eee none repeat scroll 0 0;
}
.site-nav.theme2 > .container-fluid {
    max-width: 100% ;
    overflow-x: auto;
    overflow-y:visible ; 
    background: #4c9900 none repeat scroll 0 0;
    padding: 0;
}

.site-nav.theme2 .site-nav-list {
    width: 1000px; 
}
.site-nav.theme2 .site-nav-list> li > a
{
    font-size: 1.5rem;
}

.site-nav.theme2 .site-nav-list > li > a:active, .site-nav.theme2 .site-nav-list > li > a:focus, .site-nav.theme2 .site-nav-list > li > a:hover {
    text-decoration: underline;
    color: #fff;
    background-color: transparent;
}


.site-nav.theme2 .site-nav-list > li > a.current {
    text-decoration: underline;
    color: rgb(189, 9, 38);
    background-color: transparent;
}


/*****  site-nav orange  *************/

@media (max-width: 899px) {
.site-nav  {
    display: none;
}

.banner_title {
    text-align: center !important; 
}

.site-nav.theme2  {
    display: block;
}


}



/*****************************   hamburger   ****************************/

.hamburger_wrapper {
    position: absolute; 
    left: 0px; 
    margin-left: -10px; 
    top: 10px;
    display: none;

}

.hamburger {

padding:0px;

}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    background-color: white;
    border-radius: 4px;
    height: 4px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease;
    width: 40px;
}

/*****************************   fin hamburger   ****************************/

/*************    logo et slogan   **********/
img.logo {
    
    max-width: 300px;
    height: auto;
    margin-top: 5px
}

img.slogan {
    
    float: right;
    padding-top: 3px;
    height: 50px;
}

@media (max-width: 899px) {

    img.logo {
    
    max-width: 250px;
    height: auto;
    margin-top: 0px;
    margin-left: 40px;
}
}

@media (max-width: 899px) {
img.slogan {
    
    display: none;
}
}

@media (max-width: 899px) {
.hamburger_wrapper {
    display: block;

}

}


/*************  fin logo et slogan   ********/




.content-main {
    background: #eee none repeat scroll 0 0;
    padding-top: 20px;
}

.content-main .container-fluid {
    background: #fff none repeat scroll 0 0;
}

.item_image_responsive {
max-width: 60% !important;
margin-left: auto;
margin-right: auto;
height: auto;

}

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


footer.footer-main
{
    background-color: #1d7d1c;
    color: #fff;
    font-size: 1.6rem;

}

footer.footer-main div.footer-main-div 
{
}

footer.footer-main .footer-main-div div.container-fluid
{
  
background-color: #229221;
min-height:60px

}



article {
border-bottom: 1px solid #4c9900 ;
margin-bottom: 15px;
}

article header {
margin-bottom: 20px;
}

article header h1 {
    
    border-bottom: 2px solid #4c9900;
    color: #434343;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 5px;

    line-height: 1.6em;
    

}

article header h3 {

font-size: 22px;
margin: 0px;
margin-bottom: 5px;
line-height: 1.4em;
}

article header h6 {

color: #555;
}

article figure {
margin-bottom: 20px;

}

article div ul {
margin-left: 10px;
}

article p , article div li {

    color:#555;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    text-align: justify;

}



article a , article a:hover{
text-decoration: none;

}

figure img {

max-width: 100%;
height: auto;

}

article .image {

margin: 20px 0;
}

article .image img {

max-width: 100%;
height: auto;

}


.fiche {
    color:#555;
    font-size: 17px;
    font-weight:400;
    margin-bottom:20px;
}



.contenu a:hover{text-decoration:underline;}


.fiche div.flash , .fiche div.rich{text-align:center;}
.liste ul li{list-style:none;background-image:url(../images_2/puce_1_liste.png);background-repeat:no-repeat;background-position:0px 2px;margin-left:20px;text-indent:25px;}
.table_downloads {text-align:left;margin-bottom:20px;}

/******************************************fin fiche templated *********************************************************/


/*********************************  structure_content catalogue_content**********************************************************************************/
.structure_contents , .catalogue_contents ,.catalogue_contents_wrapper{margin-top:0px;	margin-bottom:20px;}
.structure_content ,.catalogue_content,.structure_content_test{width:100%;border-top:0px;padding:0px;padding-bottom:0px;margin-left:auto;margin-left:auto;float:left;border:0px solid #F5F5F5;}
/*.structure_content_elts {float:left;}*/
.structure_contents_wrapper_titre {display:none;}
.structure_contents  {float:none;}

.structure_content_titre , .catalogue_content_titre_item, h3.titre_onglet{
    border-bottom: 2px solid #4c9900;
    color: #434343;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 5px;
    line-height: 35px;
    /*text-transform: uppercase;*/
}

h2.structure_content_titre , h2.catalogue_content_titre_item {

font-size: 20px;

}

h3.structure_content_titre , h3.catalogue_content_titre_item {

font-size: 18px;

}


.catalogue_contents_wrapper h3{display:block;color:#FFF;}
.catalogue_content_titre {display:none;}
/********************************* fin structure_content structure_content catalogue_content*************************************************/

/******************************************Item1 item2 item3 item_image , item_download*********************************************************/
.item1 , .item1 a{

    color: #434343;
}


.bx-wrapper .bx-viewport {
 border: 1px solid #fff;
 box-shadow: unset;

}


li.item1 a:hover , .item2 a:hover ,.item3 a:hover {text-decoration:underline;	}
.item2 {}
/*
.item2 , .item2 a {font:14px/15px Arial,FreeSans,sans-serif;text-decoration:none;font-weight:500;color:#6D6D6D;margin-top:5px;}
*/

.item2 , .item2 a {
color: #434343;
font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
font-size: 14px;
font-weight: 600;
}

.item2 a {
/*text-decoration: underline;*/
}

.item3 ,.item3 a {color: #434343;}
.item_image{float:left;margin-right:5px;margin-left:0px;border:0px solid #F5F5F5;}
.item_image img{padding:1px;}
.item3  li ul {display :inline;	}
.item3   li ul li {display :inline;	margin-right:5px;	}
/*******************************************************fin Item1 item2 item3 item_image , item_download***************************************/

/****************************************** structure_header_tab contents_header_tab *********************************************************/

.tabs_wrapper , .structure_header_tab.tabs_wrapper ,.contents_header_tab.tabs_wrapper {display:block;	margin-top:0px;margin-left:0px;margin-bottom:0px;float:left;width:100%;}
.contents_header_tab.tabs_wrapper.tabs_box {
background:#333;	
	}

.structure_header_tab ,.contents_header_tab {display:none;}
.structure_header_tab  ul.tabs_bis ,.contents_header_tab  ul.tabs_bis {margin:0 !important;padding:0;height:30px;list-style:none;}
.structure_header_tab  ul.tabs_bis li.tab_3333, .contents_header_tab ul.tabs_bis li.tab_3333 {
display:block;float:left;height: 30px;padding:0;padding-left:10px;margin:0 ;margin-right:10px;text-indent:0;
list-style-image:none !important;
background-color: #333;
border-radius:2px 2px 0 0;-moz-border-radius:5px 5px 0 0;
}

.structure_header_tab.tabs_box  ul.tabs_bis li.tab_3333, .contents_header_tab.tabs_box ul.tabs_bis li.tab_3333 {
margin-right:0px;
border-radius:0;
}

.structure_header_tab  ul.tabs_bis li.tab_3333 a, .contents_header_tab ul.tabs_bis li.tab_3333 a{
position:relative;display:block;height: 30px;padding:0px;padding-right:10px;
padding-top:5px;margin:0px;font-size:12px;text-align:center;
text-decoration:none;color:#fff !important;font-weight:bold;font-family: arial;
}

.structure_header_tab ul.tabs_bis li.active.tab_3333 , .contents_header_tab ul.tabs_bis li.active.tab_3333 ,
.structure_header_tab  ul.tabs_bis li.tab_3333:hover, .contents_header_tab ul.tabs_bis li.tab_3333:hover{
background:#6FAA12;
}

.structure_header_tab ul li.active , .contents_header_tab ul li.active ,
.structure_header_tab  ul li:hover,
.contents_header_tab ul li:hover{
background-color:#6FAA12;
}


.structure_header_tab  ul.tabs_bis li.active.tab_3333  a,.contents_header_tab ul.tabs_bis li.active.tab_3333 a {
background:none;
color:#FFF !important;
}

.structure_header_tab_test  {display:block !important;margin-top:20px;margin-left:20px;margin-bottom:-5px;}


.structure_header_tab  ul.tabs_bis li.onglets_add, .contents_header_tab ul.tabs_bis li.onglets_add {
display:block;float:left;height: 30px;padding:0;padding-left:10px;margin:0 ;margin-right:10px;text-indent:0;
list-style-image:none !important;
background-color: #333;
border-radius:2px 2px 0 0;-moz-border-radius:5px 5px 0 0;
}

.structure_header_tab  ul.tabs_bis li.onglets_add a.dropdown-toggle , .contents_header_tab ul.tabs_bis li.onglets_add a.dropdown-toggle  {
position:relative;display:block;height: 30px;padding:0px;padding-right:10px;
padding-top:5px;margin:0px;font-size:12px;text-align:center;
text-decoration:none;color:#fff !important;font-weight:bold;font-family: arial;
}


/****************************************** fin structure_header_tab contents_header_tab *********************************************************/

/************************** add_action  		******************************************************************************************************/

.add_action_header_tab {margin-top:0px;padding-top:0px;margin-bottom:5px;}
.add_action_header_tab ul {padding: 5px 0.7em;margin-left: 0;border: 1px solid #fca400;font: normal 12px Verdana, sans-serif;background-color:#FEDD3D;}
.add_action_header_tab ul li {list-style: none;margin: 0;display: inline;padding-left:24px;padding-bottom:15px;background-image: url(/images_2/imgs/btn_add.png);background-repeat:no-repeat;border:0px solid black;width:24px;height:24px;}
.add_action_header_tab ul li a ,.add_action_header_tab ul li a:hover,.add_action_header_tab ul li a:visited{color:#a36807;text-decoration:underline;font-weight:normal;padding: 5px 0.7em;margin-left: 0px;border-bottom: none;}

/************************** fin add_action  ********************************************************************************************************/



/*********************************structure_content_tab_vert  catalogue_content_tab_vert	*********************************************************/

.structure_content_tab_vert ,.catalogue_content_tab_vert  {width:95%;margin-left:auto;margin-right:auto;border-collapse:collapse;border-spacing:3px;margin-top:20px;font:normal 12px/24px arial,verdana, Tahoma, Verdana, sans-serif;color:#5D5C58;	}
.structure_content_tab_vert td.item_header , .catalogue_content_tab_vert td.item_header {width:30%;padding:5px;background:#F5F5F5;color:#000;font-weight:bold;}
.structure_content_tab_vert td ,.catalogue_content_tab_vert td{vertical-align:top;padding:5px;border:1px solid #DDD;}

/*********************************fin structure_content_tab_vert  ******************************************************************************/

/********************************* structure_content_item  catalogue_content_item ***************************************************************/
.structure_content_item ,.catalogue_content_item {float:none;clear:both;display:block;position:relative;}
.structure_content_item  li.items_sep ,.catalogue_content_item  li.items_sep {clear:both;height:5px !important;	text-align:right;font-size:14px;font-weight:500;}
.structure_content_item .item_header , .catalogue_content_item .item_header{font:normal 12px/24px verdana, Tahoma, Verdana, sans-serif;padding-right:0px!important;text-decoration:none;font-weight:bold;color:#5D5C58;	}

/********************************* fin structure_content_item  catalogue_content_item **************************************************************/

/********************************* structure_content_top  	********************************************************************************************/
.structure_overview .structure_content_top {	}
.structure_content_top {border:0px solid red;background-image: url(/images_2/menu_right_test228.png);background-position:LEFT BOTTOM;margin-left:auto;margin-right:auto;padding:0px;width:228px;padding-bottom:15px;}
.structure_content_top h3 {display:block !important;height:34px;background-image: url(/images_2/menu_right_test228.png);background-repeat:no-repeat;margin:0px;color:#FFFFFF;font-family:arial;font-size:15px;font-weight:500;text-align:center;padding-top:15px;cursor:pointer;}
.structure_content_top .structure_content_top_corps {max-height:300px;margin:0px 10px 10px 10px;width:auto;overflow:auto;margin-bottom:0px;}
/********************************* fin structure_content_top  ******************************************************************************/


/*************************************   navigation_list 		************************************************************************/
.navigation_box {padding-left:0px;	padding-right:0px;	float:left;margin-top:20px;width:auto;margin-left:auto;margin-right:auto;}
ul.navigation_list {list-style:none;float:none;display:block;}
ul.navigation_list li {float:left;display:block;}
ul.navigation_list li a {width:28px;display:block;color:#606060;background:#F0F0F0;border:1px solid #DEDEDE;font-size:12px;font-weight:normal;
text-decoration:none;text-align:center;margin-right:3px;margin-bottom:3px;}
ul.navigation_list li a.fleche {width:auto;padding-left:4px;padding-right:4px;margin-right:5px;}
ul.navigation_list li a.fleche:hover{text-decoration:none;}
ul.navigation_list li.active_level a ,ul.navigation_list li a:hover {background:#0069B2;color:#FFF!important;text-decoration:underline;	}
/*************************************   fin navigation_list et  pathway   et footer     **********************************************************************/




/*************************************   Overlay			******************************************************************/
.overlaywrap {display:none;overflow:auto;width:990px;min-height:200px;max-height:650px;padding:10px;border:1px solid #3B5998;background-color:#fff;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;padding-left:auto;padding-right:auto;border:10px solid #666;border:10px solid rgba(82, 82, 82, 0.698);-moz-border-radius:8px;-webkit-border-radius:8px;}
.overlaywrap h1 {color:#fff;font-size:20px;border:1px solid #3B5998;padding:5px 10px;margin:-11px;margin-bottom:0px;background-color:#6D84B4;}
.overlaywrap div.overlaycontentwrap {width:800px;max-height:500px;padding:10px;border:1px solid #3B5998;background-color:#fff;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;}
/*************************************   fin Overlay		*****************************************************************/


/*************************************   Overlay			******************************************************************/
.overlaywrap2 {
z-index: 1050;
  width: 990px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: none;
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}
.overlaywrap2-header {
padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: left;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.overlaywrap2-body {
max-height: 400px;
  padding: 15px;
  overflow-y: auto;	
} 

.overlaywrap2-footer {
padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: left;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

/*************************************   fin Overlay		*****************************************************************/





/*************************************   tooltip			****************************************************************/
div.tooltip {background-color:#000;	border:1px solid #fff;	padding:10px 15px;	width:200px;	display:none;	color:#fff;	text-align:left;	font-size:12px;	z-index:500;	/* outline radius for mozilla/firefox only */	-moz-box-shadow:0 0 10px #000;	-webkit-box-shadow:0 0 10px #000;}
/*************************************   fin tooltip			****************************************************************/

/*************************************   scrollable			****************************************************************/
div.scrollable_root_wrapper {float:left;position:relative;height:390px;width:640px;margin-left:auto;margin-right:auto;margin-bottom:0px;padding-top:0px;padding-bottom:20px;border:0px solid #023586;}
div.scrollable_root_wrapper h3 {color:#FFFFFF;font-family:arial;font-size:15px;font-weight:500;display:block;line-height: 24px;margin: 0;}
.scrollable_root_wrapper .scrollable_root {position:relative;overflow:hidden;float:left;height:390px;width:640px;}
.scrollable_root_wrapper .scrollable_root .scrollable_root_items {width:20000em !important;height:390px;	position:absolute;	clear:both;	}
.scrollable_root_wrapper .scrollable_root .scrollable_root_items_item {float:left;height:390px;width:640px;}
.scrollable_root_wrapper .scrollable_root .active {	border:0px solid #000;	z-index:9999;	position:relative;}
/* prev, next, prevPage and nextPage buttons */
 a.browse {	background:url(/images_2/hori_large.png) no-repeat;	display:block;	width:30px;	height:30px;	float:left;	margin:130px 0px;	cursor:pointer;	font-size:1px;}
/* right */
a.right {position:absolute;top:0;right:0;background:url(/images_2/hori_large.png) no-repeat;clear:right; margin-right: -3px;background-position: 0 -30px;}
.scrollable_root_wrapper a.right:hover  ,a.right:active	{ background-position: -30px -30px;}
/* left */
a.left {background:url(/images_2/hori_large.png) no-repeat;position:absolute;top:0;left:1px;margin-left: -25px; z-index:1000;}
a.left:hover,a.left:active {background-position: -30px 0;}
/* up and down */
.scrollable_root_wrapper a.up, .scrollable_root_wrapper a.down		{ background:url(../img/scrollable/arrow/vert_large.png) no-repeat; float: none;	margin: 10px 50px;}
/* up */
.scrollable_root_wrapper a.up:hover  		{ background-position:-30px 0; }
.scrollable_root_wrapper a.up:active  		{ background-position:-60px 0; }
/* down */
.scrollable_root_wrapper a.down 				{ background-position: 0 -30px; }
.scrollable_root_wrapper a.down:hover  		{ background-position:-30px -30px; }
.scrollable_root_wrapper a.down:active  	{ background-position:-60px -30px; } 
/* disabled navigational button */
.scrollable_root_wrapper  a.disabled {	visibility:hidden !important;} 	
.navi {height: 20px;margin-left: 0px;width: auto;}
.navi a {background: url("/images_2/navigator.png") no-repeat scroll 0 0 transparent;display: block;float: left;font-size: 1px;
    height: 8px;margin: 3px;width: 8px;cursor:pointer;}
.navi a.active {background-position: 0 -16px;}
/*************************************   fin scrollable			****************************************************************/

/******************************************************* btns_actions_add_selection**************************************************************************/


.btns_actions_add_compare {display:block;position:absolute;left:420px;top:175px;width:200px;height:30px;text-indent:-5000em;}
.btns_actions_add_compare a{display:block;width:200px;height:30px;background-image: url(/images_2/voir_plus.png);background-position:left -172px;}
.btns_actions_add_compare a:hover {background-position:left -215px;}
.btns_actions_add_compare a.remove_compare{display:block;width:200px;height:30px;background-image: url(/images_2/voir_plus.png);background-position:left -556px;}
.btns_actions_add_compare a.remove_compare:hover {background-position:left -599px;}

/******************************************************* fin btns_actions_add_selection **************************************************************************/

/******************************************************* do_compare_okaz **************************************************************************/
.btns_actions_okaz {height:auto;margin-bottom:5px;}
.btns_actions_okaz a {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;background:#74CCFE ;border:1px solid #2C91E5;color:#FFFFFF;display:inline-block;font-size:12px;
font-weight:bold;margin:0px;padding:8px;text-decoration:none;/*text-shadow:0 -1px 0 #0A9BED;*/font-family:arial;line-height:12px;
}
.btns_actions_okaz a:hover{background:#74CCFE ;}

a.do_compare ,a.do_voir_plus{height:auto;width:auto;}
a.do_compare ,a.do_voir_plus{-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;background:#74CCFE ;
border:1px solid #2C91E5;color:#FFFFFF;display:inline-block;font-size:1.25em;font-weight:bold;margin:5px;padding:8px;text-decoration:none;font-family:arial;line-height:18px;
}
a.do_compare:hover, ,a.do_voir_plus:hover{background:#74CCFE ;}

/******************************************************* fin do_compare_okaz **************************************************************************/


/******************************************************* tablo_compare **************************************************************************/
.tablo_compare {position:relative;float:left;background-image:none;background-color:#F3F5FA;border:1px solid #75AAB6;border-collapse:collapse;min-height:50px;width:650px;}
.tablo_compare tr.odd{background-color:#FFF;}
.tablo_compare td {border:1px solid #75AAB6;padding:2px!important;}
.tablo_compare .item_header {width:130px;font:normal 12px/24px arial, Tahoma, Verdana, sans-serif;padding:2px!important;text-decoration:none;font-weight:bold;/*color:#063F9C; couleur donn� par faycal */color:#336699;}

.tablo_okaz , .tablo_okaz2 , .tablo_okaz4_{border-collapse:collapse;margin-top:20px;margin-bottom:20px;}
.tablo_okaz4_ th , .tablo_okaz4_ td.item_header_okaz{font-family:arial;font-size:12px;font-weight:bold;color:#336699 !important;border-collapse:collapse;background-color:#F3F5FA;border:1px solid #75AAB6;padding:3px;margin:0px !important;}
.tablo_okaz4_ td{background-color:#FFF;border:1px solid #75AAB6;color:#000 !important;padding:3px;}
.tablo_okaz , .tablo_okaz2 , .tablo_okaz4_{border-collapse:collapse;}
.tablo_okaz th  {font-family:arial;font-size:12px;font-weight:bold;color:#336699;border-collapse:collapse;background-color:#F3F5FA;background-image:url(/images/tablo_okaz_heading.png);/*background-image:url(/images/menu_verticale_bleu.png);*/background-position: 0 -3px;border:1px solid #DDD;padding:3px;}
.tablo_okaz2 th , .tablo_okaz2 td.item_header_okaz{font-family:arial;font-size:12px;font-weight:bold;color:#000 !important;border-collapse:collapse;background-color:#F5F5F5;border:1px solid #DDD;padding:3px;margin:0px !important;}
.tablo_okaz4_ th , .tablo_okaz4_ td.item_header_okaz{font-family:arial;font-size:12px;font-weight:bold;color:#333 !important;border-collapse:collapse;background-color:#F2F2F2;border:1px solid #D9D9D9;padding:3px;margin:0px !important;text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);}
.tablo_okaz4_ td{background-color:#FFF;border:1px solid #D9D9D9;color:#333 !important;padding:3px;line-height:24px;width:auto;min-width:25px;}
.tablo_okaz td {background-color:#F5F5F5;border:1px solid #DDD;}


.tablo_okaz , .tablo_okaz2 , .tablo_okaz4{
border-collapse:collapse;
border-spacing:0;
margin-top:20px;
width:100%;
}

.tablo_okaz4 tr.odd {
background-color:#F9F9F9;

}


.tablo_okaz4 th {
font-family:arial;
font-size:12px;
font-weight:bold;
color:#FFF !important;
border-collapse:collapse;
background-color:#ECEAE9;
border:0px solid #75AAB6;
padding:10px;
margin:0px !important;
text-align:left;
}


.tablo_okaz4 td{
font:14px/25px Helvetica,Arial,FreeSans,sans-serif;
color:#6d6d6d !important;
padding:10px;margin:0px !important;
border-bottom:1px solid #CCCCCC;
}

.tablo_okaz4 tr:hover td { background-color:#EDF2FB; }


.tablo_okaz4 td.item_header_okaz{
font-weight:bold;
width:48%;
}

td.item_header_okaz{
font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
}




.structure_header_tab  ul li.active  a,.contents_header_tab ul li.active a {
/*color:#FFF !important;
background: url(/images_2/onglet_1_on_right.png);background-position:100% 0;
*/
background:none;
color:#FFF !important;
}

.structure_header_tab_test  {display:block !important;margin-top:20px;margin-left:20px;margin-bottom:-5px;}

/****************************************** fin structure_header_tab contents_header_tab *********************************************************/










div.form_moteur_wrap1 {
background-color:#FFFFFF;
background-image:-moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
background-image:-webkit-linear-gradient(top,#FFFFFF 0,#E6E6E6 100%);

}
/***************fin form wrap ********************************************************************************************************************/


/*************************************   Overlay			******************************************************************/
.overlaywrap {display:none;overflow:auto;width:990px;min-height:200px;max-height:650px;padding:10px;border:1px solid #3B5998;background-color:#fff;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;padding-left:auto;padding-right:auto;border:10px solid #666;border:10px solid rgba(82, 82, 82, 0.698);-moz-border-radius:8px;-webkit-border-radius:8px;}
.overlaywrap h1 {color:#fff;font-size:20px;border:1px solid #3B5998;padding:5px 10px;margin:-11px;margin-bottom:0px;background-color:#6D84B4;}
.overlaywrap div.overlaycontentwrap {width:800px;max-height:500px;padding:10px;border:1px solid #3B5998;background-color:#fff;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;}
/*************************************   fin Overlay		*****************************************************************/

/*************************************   tooltip			****************************************************************/
div.tooltip {background-color:#000;	border:1px solid #fff;	padding:10px 15px;	width:200px;	display:none;	color:#fff;	text-align:left;	font-size:12px;	z-index:500;	/* outline radius for mozilla/firefox only */	-moz-box-shadow:0 0 10px #000;	-webkit-box-shadow:0 0 10px #000;}
/*************************************   fin tooltip			****************************************************************/



/******************************************************* do_compare_okaz **************************************************************************/

.do_compare_okaz.color1 a { background:#0386C3;border:1px solid #026B9C;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:0;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.do_compare_okaz.color1 a:hover{background:#026B9C;}

.do_compare_okaz.color2 a { background:#1F0D67;border:1px solid #190A52;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:0;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.do_compare_okaz.color2 a:hover{background:#190A52;}

.do_compare_okaz.color3 a { background:#D50303;border:1px solid #AA0202;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:0;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.do_compare_okaz.color3 a:hover{background:#AA0202;}

.do_compare_okaz.color4 a { background:#FE2F2F;border:1px solid #CB2626;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:0;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.do_compare_okaz.color4 a:hover{background:#CB2626;}

.do_compare_okaz.color5 a { background:#F20559;border:1px solid #C20447;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:0;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.do_compare_okaz.color5 a:hover{background:#C20447;}

.do_compare_okaz.color6 a { background:#6FAA12;border:1px solid #59880E;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:0;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.do_compare_okaz.color6 a:hover{background:#59880E;}

.do_compare_okaz.color7 a { background:#0CB4AE;border:1px solid #0A908B;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:0;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.do_compare_okaz.color7 a:hover{background:#0A908B;}

.do_compare_okaz.color8 a { background:#006169;border:1px solid #004E54;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:0;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.do_compare_okaz.color8 a:hover{background:#004E54;}

.do_compare_okaz.color9 a { background:#820250;border:1px solid #680240;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:0;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.do_compare_okaz.color9 a:hover{background:#680240;}

.do_compare_okaz.color10 a { background:#FFD500;border:1px solid #CCAA00;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:0;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.do_compare_okaz.color10 a:hover{background:#CCAA00;}

.do_compare_okaz.color11 a { background:#333;border:1px solid rgba(0, 0, 0, 0.15);color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:0;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.do_compare_okaz.color11 a:hover{background:#000;}



.btns_actions_okaz {height:auto;margin-bottom:5px;}
.btns_actions_okaz a {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;background:#74CCFE ;border:1px solid #2C91E5;color:#FFFFFF;display:inline-block;font-size:12px;
font-weight:bold;margin:0px;padding:8px;text-decoration:none;/*text-shadow:0 -1px 0 #0A9BED;*/font-family:arial;line-height:12px;
}
.btns_actions_okaz a:hover{background:#74CCFE ;}

a.do_compare ,a.do_voir_plus{height:auto;width:auto;}
/*
a.do_compare ,a.do_voir_plus{-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;background:#74CCFE ;
border:1px solid #2C91E5;color:#FFFFFF;display:inline-block;font-size:1.25em;font-weight:bold;margin:5px;padding:8px;text-decoration:none;text-shadow:0 -1px    0 #0A9BED;font-family:arial;line-height:18px;
}
*/
a.do_compare:hover, ,a.do_voir_plus:hover{background:#74CCFE ;}

/******************************************************* fin do_compare_okaz **************************************************************************/


/*************************************************			layout  	*********************************************************************/

#top_body {position:relative;width:990px;margin:0;margin-left:auto;margin-right:auto;border:1px solid #EEE;-moz-box-shadow: 0px 0px 5px #888888; -webkit-box-shadow: 0px 0px 5px #888888; box-shadow: 0px 0px 5px #888888;margin-top:250px;background-color:#fff;margin-top:10px;margin-bottom:10px;}
.top_body {background:#FFF;width:990px;margin:0;margin-left:auto;margin-right:auto;border:1px solid #EEE;-moz-box-shadow: 0px 0px 5px #888888; -webkit-box-shadow: 0px 0px 5px #888888; box-shadow: 0px 0px 5px #888888;margin-top:5px;}
.top_body_habillage {
/*padding-top:190px;*/
background-position:top center;
background-color:#000;
background-image:url("https://www.djezzy.tv/theme/djezzyprodige/css/images/bgr-page.gif") no-repeat scroll center top #000000;
background-repeat:no-repeat;
}
.top_body_habillage_center {
width:480px;height:279px;
/*background-image:url("https://www.djezzy.tv/theme/djezzyprodige/css/images/logo.png") ;*/
background-repeat:no-repeat;
margin-left:auto;margin-right:auto;
}

#slogan {text-indent:-5000em;}


table#content {width:990px;margin-left:auto;margin-right:auto;margin-bottom:0px;}
td#maincol {margin: 0px;padding: 0px;width:670px;	}
td#leftcol {width:320px;padding: 0px;margin:0;}
td#leftcol div.ads {width:300px;border:0px solid #DDDEDF;margin-bottom:10px;padding-top:3px;padding-left:0px;padding-right:0px;}
td#rightcol {width:40%;	margin: 0px;	padding: 0px;	}
.inside { margin:10px; margin-bottom:20px;}
#footerbar {clear:both;	width:100%;	height:auto;float:left;margin: 0px;	padding: 0px;	background:#00C4FF ;	padding-top:20px;}
#footerbar_body {width:990px;margin:0;margin-left:auto;margin-right:auto;}

/*************************************************			fin layout  	*********************************************************************/

/************** fin navbar1		************************************************************************************************/

/************** leftmenu_box		************************************************************************************************/

div.leftmenu_box {width:300px;margin:0px;padding:0px;padding-bottom:10px;margin-left:0px;margin-right:0px;float:left;}

div.leftmenu_box h3 {
display:block;width:300px;height:30px;line-height: 30px;
margin: 0;
background-color:#59b200;
color:#FFF;text-align:center;font-size:16px;border-radius:0px 0px 0 0;font-weight: 600;

}



div.leftmenu_box ul.leftmenu_liste {float:left;width:300px;margin:0px;padding:0px;margin-bottom:20px;border-radius:0 0 0px 0px;background: #333;}
div.leftmenu_box ul.leftmenu_liste li {width:100%;height:38px;display:block;float:left;padding-bottom:0px;border-bottom: 1px solid rgba(0, 0, 0, 0.15)}
div.leftmenu_box ul.leftmenu_liste li a {width:auto;height:38px;display:block;margin:5px;font:bold 12px/28px arial,verdana, Tahoma, Verdana, sans-serif;color:#fff;text-decoration:none;text-transform: uppercase;}
div.leftmenu_box ul.leftmenu_liste li a.mainlevel_active { color:#FFF;}

div.leftmenu_box ul.leftmenu_liste li a span {padding:4px;line-height:25px;}


div.leftmenu_box ul.leftmenu_liste li a:hover span {background:#6FAA12;border-radius:2px;color:#FFF;-moz-border-radius:2px;-webkit-border-radius: 2px ;}
div.leftmenu_box ul.leftmenu_liste li a.mainlevel_active span {background:#6FAA12;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius: 2px ;}

#pagebg_144 div.leftmenu_box ul.leftmenu_liste li a:hover span , #pagebg_144 div.leftmenu_box ul.leftmenu_liste li a.mainlevel_active span {
    background-color:  #1f0d67;
}












/************** fin leftmenu_box   ************************************************************************************************/


/************** styling pages************************************************************************************************/

.gray_box{
    background:#ebeced;
    border:0px solid #D9D9D9;display:bloc;width:100%;
    padding-left: 5px; 
    padding-right: 5px;
    
}


.item_okaz_work {
background-color: #333333; background-image: url("/images_2/ajax-loader2.gif"); background-position: center center; background-repeat: no-repeat; display: block; float: left; height:100%; left: 0; opacity: 0.9; position: absolute; top: 0px; width: 100%; z-index: 1000;
}


#footer_nos_marques h2 { margin:10px;color:#fff;}
.item_okaz_block_footer_marque .produit_items .produit_titre { margin-left:10px;margin-right:10px; }
.item_okaz_block_footer_marque  .item1, .item_okaz_block_footer_marque  .item1 a { color: #0293C5;font: bold 14px/25px arial;text-decoration: none;}

.item_okaz_work_close {display:block;width:14px;height:13px;background-image:url(/images_2/okaz_non.png);position:absolute;top:3px;right:3px;cursor:pointer;}
.item_okaz_block {background: #FFFFFF;border: 0px solid #D9D9D9;margin-bottom: 5px;margin-top: 5px;margin-left: 1%;width: 98%;
    box-shadow: 0 1px 2px rgba(41, 51, 57, 0.5);
}


.col2_items .item_okaz_block {width:48%;margin-left:3px;}
.col3_items .item_okaz_block {width:32%;margin-left:6px;}

@media (max-width: 360px) {

.col3_items .item_okaz_block {
    width:49%;
    margin-left:1px;

    }


}


.col4_items .item_okaz_block {width:23%;}






.col4_items .item1, .col4_items .item1 a ,
.col3_items .item1, .col3_items .item1 a ,
.col2_items .item1, .col2_items .item1 a ,
.slide .item1, .slide .item1 a
{
font-size: 15px;    
}

.col2_items .item1, .col2_items .item1 a
{
    
}

.col4_items .actions_add_selection {display:none;}
.col4_items  .produit_items {padding-bottom:20px;float:left;width:auto;padding-left:0;padding-right:0;margin-left:0px;margin-right:0px;}
.col4_items   .produit_items .produit_check  {display:none;}

.produit_logo_small  , .col4_items  .produit_logo_small  ,.col3_items  .produit_logo_small ,.col2_items  .produit_logo_small , .bx-wrapper .produit_logo_small
{
    margin-left:0px;float:left;text-align: center;width: 100%;
}
.col4_items  img.item_image  {float:none;margin-right: 0px;}

.col4_items .produit_titre {font-size:15px;font-weight:bold;font-family:arial;margin-left:10px;height:27px;overflow:hidden;}
.produit_valeur , .col4_items .produit_valeur ,.col3_items .produit_valeur , .col2_items .produit_valeur , .slide .produit_valeur {float:left;width:100%;height:auto;text-align:center;}

.produit_valeur .produit_prix  {color:#333;font-size:20px;font-weight:bold;}

.col4_items  .produit_valeur .produit_prix ,.col4_items  .produit_valeur .produit_prix  ,
.col3_items  .produit_valeur .produit_prix ,.col3_items  .produit_valeur .produit_prix ,
.col2_items  .produit_valeur .produit_prix ,.col2_items  .produit_valeur .produit_prix 
{
color:#333;font-size:16px;font-weight:bold;
}
.col4_items .produit_valeur .produit_prix_18  {color:#777;font-size: 12px;text-decoration:line-through;}
.col4_items .produit_valeur .produit_promotion_18  {color:#BD0926;font-size:13px;}
.col4_items  .produit_garantie {color:#0293C5;font-size:13px;margin-top: 5px !important;}
.col4_items .produit_spec {display:none;}

.oui_non_18 {display:inline-block;width:32px;height:32px;background-image:url(/images_2/oui.png);margin-top:3px;margin-bottom:3px;}
.oui_non_19 {display:inline-block;width:32px;height:32px;background-image:url(/images_2/non.png);margin-top:3px;margin-bottom:3px;}
.btns_promotion_18 {position:absolute;top:0px;right:0px;display:inline-block;width:62px;height:67px;background-image: url(/images_2/icone-promotion.png);background-position: 0 100%;background-repeat:no-repeat;display:none;}
.col2_items .btns_promotion_18 {display:none;}
.btns_promotion_19 {display:none;}
.btns_nouveaute_18 {position:absolute;top:20px;right:0px;display:inline-block;width:50px;height:50px;background-image: url(/images_2/badge_new.png);background-position: 0 100%;background-repeat:no-repeat;display:none;}
.btns_nouveaute_19 {display:none;}
.okaz_Non ,.okaz_19 , .okaz_14 , .okaz_19_19 {background-image: url("/images_2/okaz_non.png");background-position: center center;background-repeat: no-repeat;text-indent: -5000em;display:inline-block;}
.okaz_NC ,.okaz_12504 , .okaz_12504_12504 {text-indent: -5000em;display:inline-block;}
.okaz_Oui ,.okaz_18 , .okaz_13 , .okaz_18_18, .okaz_18_19 , .okaz_19_18 {background-image: url("/images_2/okaz_oui.png");background-position: center center;background-repeat: no-repeat;text-indent: -5000em;display:inline-block;}
.stats {bottom: 5px;position: absolute;right: 10px;}

.manual_compare_groupe_promotion a.button {margin-top:10px;margin-left:15px;}



.produit_titre , .col4_items .produit_titre ,.col3_items .produit_titre ,.col2_items .produit_titre ,.slide .produit_titre{
margin-left:0px;
text-align: center;
height:40px;overflow: hidden;

}

.produit_items .produit_check {
    left: 10px;
    position: absolute;
    top: 50px;
}

.produit_valeur div {
    margin-bottom: 5px;
    margin-top: 0;
}

.produit_titre h3 , .col4_items .produit_titre h3 ,.col3_items .produit_titre h3 ,.col2_items .produit_titre h3 ,.slide .produit_titre h3 {
    margin:0;
    margin-top:5px;

    }
/************** fin styling pages************************************************************************************************/


.remove_selection {display:block;width:14px;height:13px;position:absolute;top:0;right:5px;background-image:url(/images_2/okaz_non.png);text-indent:-5000em;}
.add_selection {display:block;width:16px;height:16px;position:absolute;top:0;left:5px;background-image:url(/images_2/etoile.png);text-indent:-5000em;}


.annonce_okaz_retour_liste_recherche_box {float:left;}







a.do_compare ,a.do_voir_plus{
background-color:#6FAA12;
background:-moz-linear-gradient(center top , #59880E 0px, #6FAA12 100%) repeat scroll 0 0 transparent;
background:-webkit-linear-gradient(top,#59880E 0,#6FAA12 100%);

padding:7px 10px;
border-radius: 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

 a.do_compare:hover ,a.do_voir_plus:hover{
background-color:#59880E;
background:-moz-linear-gradient(center top , #6FAA12 0px, #59880E 100%) repeat scroll 0 0 transparent;
background:-webkit-linear-gradient(top,#6FAA12 0,#59880E 100%);
}

.form_moteur_wrap1 fieldset legend {
color:#BD0926;
}





.okaz_Non ,.okaz_19 , .okaz_14  , .okaz_Oui ,.okaz_18 , .okaz_13  {
	width:15px;
}



.make_tab_2_container
{
background-color: #59b200; 
  
height:40px;
margin-left:0px;
position:absolute;
width:100%;


}

.make_tab_2_container ul.tabs_bis {
padding-left: 0px;

}

.make_tab_3_container
{
background-color: #2c323d; 
height:40px;
width:647px;


}

.make_tab_3_container.middle 
{
font-size:12px;
height:35px;
}



.make_tab_2_container li , .make_tab_3_container li.tab_3333 , .make_tab_3_container li.onglets_add
{
display:block ;
float:left;
height:40px;
width:auto;
margin:0 0px ;

}

.make_tab_3_container.middle li.tab_3333 , .make_tab_3_container.middle li.onglets_add
{
font-size:12px;
height:35px;
}



.make_tab_2_container li a , 
.make_tab_3_container li.tab_3333 a ,  .make_tab_3_container li.onglets_add a.onglets_add
{
display:block ;
border-radius:0px;
float:left;
font-size:15px;
line-height:40px;
font-weight:600;

margin-right:0px;
margin-top:0px;
padding:0px 15px ;
width:auto;
text-decoration: none;
color:#fff;


}



.make_tab_3_container.middle li.tab_3333 a ,  .make_tab_3_container.middle li.onglets_add a.onglets_add
{
font-size:12px;
line-height:35px;
padding:0 12px;
}


.make_tab_2_container li.active a  
{
background:#186818;    
}

.make_tab_2_container li:hover a
{
background:#1d7d1c;    
}


.make_tab_3_container li.tab_3333.active a ,  .make_tab_3_container li.tab_3333:hover a ,
.make_tab_3_container li.onglets_add.active a.onglets_add ,  .make_tab_3_container li.onglets_add:hover a.onglets_add
{
background:none repeat scroll 0 0 #6faa12;
}



.make_tab_3_container.color1 li.active a ,  .make_tab_3_container.color1 li:hover a { background:#0386C3; }
.make_tab_3_container.color1_2 li.active a ,  .make_tab_3_container.color1_2 li:hover a { background:#026B9C; }

.make_tab_3_container.color2 li.active a ,  .make_tab_3_container.color2 li:hover a { background:#1F0D67; }
.make_tab_3_container.color2_2 li.active a ,  .make_tab_3_container.color2_2 li:hover a { background:#190A52; }

.make_tab_3_container.color3 li.active a ,  .make_tab_3_container.color3 li:hover a { background:#D50303; }
.make_tab_3_container.color3_2 li.active a ,  .make_tab_3_container.color3_2 li:hover a { background:#AA0202; }

.make_tab_3_container.color4 li.active a ,  .make_tab_3_container.color4 li:hover a { background:#FE2F2F; }
.make_tab_3_container.color4_2 li.active a ,  .make_tab_3_container.color4_2 li:hover a { background:#CB2626; }

.make_tab_3_container.color5 li.active a ,  .make_tab_3_container.color5 li:hover a { background:#F20559; }
.make_tab_3_container.color5_2 li.active a ,  .make_tab_3_container.color5_2 li:hover a { background:#C20447; }

.make_tab_3_container.color6 li.active a ,  .make_tab_3_container.color6 li:hover a { background:#6FAA12; }
.make_tab_3_container.color6_2 li.active a ,  .make_tab_3_container.color6_2 li:hover a { background:#59880E; }

.make_tab_3_container.color7 li.active a ,  .make_tab_3_container.color7 li:hover a { background:#0CB4AE; }
.make_tab_3_container.color7_2 li.active a ,  .make_tab_3_container.color7_2 li:hover a { background:#0A908B; }

.make_tab_3_container.color8 li.active a ,  .make_tab_3_container.color8 li:hover a { background:#006169; }
.make_tab_3_container.color8_2 li.active a ,  .make_tab_3_container.color8_2 li:hover a { background:#004E54; }

.make_tab_3_container.color9 li.active a ,  .make_tab_3_container.color9 li:hover a { background:#820250; }
.make_tab_3_container.color9_2 li.active a ,  .make_tab_3_container.color9_2 li:hover a { background:#680240; }

.make_tab_3_container.color10 li.active a ,  .make_tab_3_container.color10 li:hover a { background:#FFD500; }
.make_tab_3_container.color10_2 li.active a ,  .make_tab_3_container.color10_2 li:hover a { background:#CCAA00; }


.make_tab_4_container
{
background-color: transparent; 
height:40px;
width:100%px;


}

.make_tab_4_container.middle 
{
font-size:12px;
height:30px;
}


.make_tab_4_container li.tab_3333 , .make_tab_4_container li.onglets_add
{
display:block ;
float:left;
height:40px;
width:auto;
margin:0 0px ;
background: #2c323d;
margin-right: 10px;
}

.make_tab_4_container.middle li.tab_3333 , .make_tab_4_container.middle li.onglets_add
{
font-size:12px;
height:30px;
}


.make_tab_4_container li.tab_3333 a ,  .make_tab_4_container li.onglets_add a.onglets_add
{
display:block ;
border-radius:0px;
float:left;
font-size:15px;
line-height:40px;
font-weight:600;
margin-right:0px;
margin-top:0px;
padding:0px 15px ;
width:auto;
text-decoration: none;
color:#fff;
text-transform: uppercase;

}

.make_tab_4_container.middle li.tab_3333 a ,  .make_tab_4_container.middle li.onglets_add a.onglets_add
{
font-size:11px;
line-height:30px;
padding:0 10px;
}



.make_tab_4_container li.tab_3333.active a ,  .make_tab_4_container li.tab_3333:hover a ,
.make_tab_4_container li.onglets_add.active a.onglets_add ,  .make_tab_4_container li.onglets_add:hover a.onglets_add
{
background:none repeat scroll 0 0 #6faa12;
}



.make_tab_4_container.color1 li.active a ,  .make_tab_4_container.color1 li:hover a { background:#0386C3; }
.make_tab_4_container.color1_2 li.active a ,  .make_tab_4_container.color1_2 li:hover a { background:#026B9C; }

.make_tab_4_container.color2 li.active a ,  .make_tab_4_container.color2 li:hover a { background:#1F0D67; }
.make_tab_4_container.color2_2 li.active a ,  .make_tab_4_container.color2_2 li:hover a { background:#190A52; }

.make_tab_4_container.color3 li.active a ,  .make_tab_4_container.color3 li:hover a { background:#D50303; }
.make_tab_4_container.color3_2 li.active a ,  .make_tab_4_container.color3_2 li:hover a { background:#AA0202; }

.make_tab_4_container.color4 li.active a ,  .make_tab_4_container.color4 li:hover a { background:#FE2F2F; }
.make_tab_4_container.color4_2 li.active a ,  .make_tab_4_container.color4_2 li:hover a { background:#CB2626; }

.make_tab_4_container.color5 li.active a ,  .make_tab_4_container.color5 li:hover a { background:#F20559; }
.make_tab_4_container.color5_2 li.active a ,  .make_tab_4_container.color5_2 li:hover a { background:#C20447; }

.make_tab_4_container.color6 li.active a ,  .make_tab_4_container.color6 li:hover a { background:#6FAA12; }
.make_tab_4_container.color6_2 li.active a ,  .make_tab_4_container.color6_2 li:hover a { background:#59880E; }

.make_tab_4_container.color7 li.active a ,  .make_tab_4_container.color7 li:hover a { background:#0CB4AE; }
.make_tab_4_container.color7_2 li.active a ,  .make_tab_4_container.color7_2 li:hover a { background:#0A908B; }

.make_tab_4_container.color8 li.active a ,  .make_tab_4_container.color8 li:hover a { background:#006169; }
.make_tab_4_container.color8_2 li.active a ,  .make_tab_4_container.color8_2 li:hover a { background:#004E54; }

.make_tab_4_container.color9 li.active a ,  .make_tab_4_container.color9 li:hover a { background:#820250; }
.make_tab_4_container.color9_2 li.active a ,  .make_tab_4_container.color9_2 li:hover a { background:#680240; }

.make_tab_4_container.color10 li.active a ,  .make_tab_4_container.color10 li:hover a { background:#FFD500; }
.make_tab_4_container.color10_2 li.active a ,  .make_tab_4_container.color10_2 li:hover a { background:#CCAA00; }

.submit  { background:#6FAA12;border:1px solid #59880E;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:10px 0 0 35px;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.submit:hover{background:#59880E;}

.submit.color1  { background:#0386C3;border:1px solid #026B9C;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:10px 0 0 35px;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.submit.color1:hover{background:#026B9C;}

.submit.color2  { background:#1F0D67;border:1px solid #190A52;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:10px 0 0 35px;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.submit.color2:hover{background:#190A52;}

.submit.color3  { background:#D50303;border:1px solid #AA0202;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:10px 0 0 35px;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.submit.color3:hover{background:#AA0202;}

.submit.color4  { background:#FE2F2F;border:1px solid #CB2626;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:10px 0 0 35px;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.submit.color4:hover{background:#CB2626;}

.submit.color5  { background:#F20559;border:1px solid #C20447;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:10px 0 0 35px;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.submit.color5:hover{background:#C20447;}

.submit.color6  { background:#6FAA12;border:1px solid #59880E;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:10px 0 0 35px;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.submit.color6:hover{background:#59880E;}

.submit.color7  { background:#0CB4AE;border:1px solid #0A908B;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:10px 0 0 35px;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.submit.color7:hover{background:#0A908B;}

.submit.color8  { background:#006169;border:1px solid #004E54;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:10px 0 0 35px;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.submit.color8:hover{background:#004E54;}

.submit.color9  { background:#820250;border:1px solid #680240;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:10px 0 0 35px;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.submit.color9:hover{background:#680240;}

.submit.color10  { background:#FFD500;border:1px solid #CCAA00;color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;margin:10px 0 0 35px;padding:8px;text-decoration:none;font-family:arial;line-height:18px;text-transform: uppercase; }
.submit.color10:hover{background:#CCAA00;}



.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


.root_lang_6 .bx-wrapper 
{
direction: LTR ;
}

.root_lang_6 .bx-wrapper .bx-controls-direction a {

text-indent: 0px;

}