/*
Theme Name: Theme enfant
Description: Theme enfant de Colin Dupré ample-pro
Author: Dupré-Colin
Author URI: https://demo.themegrill.com/ample-pro/
Template: ample-pro
Version: 0.1.0
*/
/**********************FONT***********************/
@font-face {
	font-family: "SFDisplay";
	src: url('/wp-content/uploads/fonts/SF_UI_Display/SFDisplay-Regular.otf');
}
@font-face {
	font-family: "SFDisplay-Thin";
	src: url('/wp-content/uploads/fonts/SF_UI_Display/SFDisplay-Thin.otf');
}
@font-face {
	font-family: "SFDisplay-bold";
	src: url('/wp-content/uploads/fonts/SF_UI_Display/SFDisplay-Bold.otf');
}
@font-face {
	font-family: "SFDisplay-black";
	src: url('/wp-content/uploads/fonts/SF_UI_Display/SFDisplay-Black.otf');
}
@font-face {
	font-family: "SegoePrint";
	src: url('/wp-content/uploads/fonts/SegoePrint.ttf');
}


/***********************************************Style**************************************************/
body{
	font-family: SFDisplay;
	background: transparent;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.main-wrapper{
	min-height: 71.8vh;
	padding-top: 73px;
}
li{
	list-style-type: none;
}
img{
	margin-bottom: 0;
}
h1,h2,h3,h4,li,a,span,p{
	color: #3a4b58;
}
strong {
    font-family: SFDisplay-bold;
}
.header-post-title-container{
	display: none;
}
.single-page {
    margin-top: 0;
}
a#scroll-up {
    background-color: #f4f4f4;
}
.not-found .search-wrap button {
    right: 0;
}
.datatables_wrapper{
	font-size: 14px;font-family: Arial, Helvetica, Verdana;
}
.margin_auto{
	margin:auto;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.ample-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/**********************Header***********************/
#header-logo-image {
	padding: 11px 20px 11px 0;
}

.header{
	box-shadow: 1px 1px 20px -15px #3a4b58;
	height: 72px;
}
#header-meta{
	background-color: #dd3333;
}
.menu-toggle::before {display: none;}
.nav_responsive{display: none;}

.social-links i{
	color: whitee !important;
}

.search-form{
	float: right;
}

.social-links{
	float: left;
	padding-left: 0;
}

input.s{
	padding: 2px 54px 2px 10px;
}

.search-wrap button {
    line-height: 41px;
}
.header {
    border-bottom: none;
}
.main-navigation .menu > ul > li.current_page_ancestor,
.main-navigation .menu > ul > li.current_page_item,
.main-navigation .menu > ul > li:hover,
.main-navigation ul.menu > li.current-menu-ancestor,
.main-navigation ul.menu > li.current-menu-item,
.main-navigation ul.menu > li:hover {
	border-bottom: 2px solid #dd3333;
	border-top: 2px solid white !important;
	background: #dd3333;;
}
#menu-item-173 a::after{
	content: '';
}
#menu-item-173 ul{
	display: none !important;
}

.main-navigation ul li ul {
    width: 100%;
}
.main-navigation ul li ul li {
    width: 99%;
}

.main-navigation ul li ul {
	border-top: 2px solid #dd3333;
}
.main-navigation ul.menu li a {
    font-family: SFDisplay;
}

#masthead .search-wrap input.s {
    color: #dd3333;
}
.search-icon {
	background-color: #ab0101;
}


.header{
	background:  rgba(255, 255, 255, 0.9);
	position: fixed;
	z-index: 5000;
	width: 100%;
}
.header .main-head-wrap{
	padding: 0 !important;
}
.header .main-navigation #menu-id-cable>li > a {

	line-height: 60px !important;
	height: 0 !important;
}
.header .main-navigation ul li ul {
	top: 70px;
}
.header .custom-logo {
	height: 50px !important;
}
.header .dl-trigger {
	display: none;
}

/**********************Home***********************/
.slide_responsive{display: none;}
.big-slider-wrapper .bx-wrapper .bx-viewport {
    background-color: transparent;
}
.big-slider .slider-entry-container {
	max-width: 850px;
	width: auto	;
}
.slider-button {
	font-size: 20px;
	padding: 20px 20px;
	border: 2px solid #ffffff;
	width: 170px;
	margin: 0 20px;
	border-radius: 50px;
}
.big-slider .entry-title{
	font-size: 78px;
	text-shadow: 0 0 10px black;
	font-family: SFDisplay-black;
}
.big-slider .entry-title span{
	color: white;
}
.big-slider .entry-title .title2{
	font-family: SFDisplay-Thin;
}
.slider-link-btn{
	display: inline-block;
	text-shadow: 1px 1px 15px black;
}
.pres_rubrique ul{
	display: none;
	position: relative;
	text-align: center;
	margin-bottom: 0;
}
.pres_rubrique .text_left{
	display: block;
}
.pres_rubrique ul li{
	position: absolute;
	top: 23%;
}
.pres_rubrique ul li:nth-child(2){
	padding: 0 8%;
}
.pres_rubrique ul li h3,
.pres_rubrique ul li p{
	color: black;
}
.image_rubrique{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: -30px;
}
.image_rubrique li{
	width: 100%;
	text-align: center;
	height: 280px;
	background-size: cover;
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.image_rubrique li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: white;
}
.image_rubrique li div{
	margin: auto;
	color: white;
}
.image_rubrique .img_left{
	background-image: url(/wp-content/uploads/2017/08/cpr_red.png);
}
.image_rubrique .img_middle{
	background-image: url(/wp-content/uploads/2017/08/starplug.png);
}
.image_rubrique .img_right{
	background-image: url(/wp-content/uploads/2017/08/strategie.png);
}

.image_rubrique li h4{
	font-size: 40px;
	color: white;
	font-family: SFDisplay-black;
}
.image_rubrique li p{
	font-size: 20px;
	color: white;
	opacity: 0.8;
}

#custom_html-2 h5 {
	text-align: center;
}

#custom_html-2 ul.aligncenter {
	text-align: center;
}

#custom_html-2 ul.aligncenter li {
	display: inline-block;
}

#custom_html-2 ul.aligncenter li.ssi-twitter {
	margin-left: 10px;
}

#custom_html-2 ul.aligncenter li img {
	display: inline-block;
	width: 30px;
	border-radius: 5px;
}


/**********************À PROPOS***********************/
.a_propos{
	text-align: center;
}
.a_propos ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
}
.a_propos ul li{
	margin: 0;
	padding: 0;
}
.a_propos ul li p{
	font-size: 14px;
}
.bandeau_choix{
	background-color: #f1f1f1;
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: -5px;
}
.bandeau_choix ul{
	max-width: 1100px;
	margin: auto;
	cursor: pointer;
}
.bandeau_choix li{
	width: 50%;
	border-bottom: 4px solid #f1f1f1;
}
.bandeau_choix h2{
	font-size: 16px;
	font-family: SFDisplay-bold;
	padding: 15px 0 11px 0;
}
.bandeau_choix .liste_id_cables{
	border-bottom: 4px solid #dd3333;
}
.bandeau_choix .liste_id_cables h2{
	color: #dd3333;
}
.a_propos .onglet_idcables .id_cables li{
	margin-top: 47px;
}

.a_propos .onglet_idcables ul li.padder div {
	padding:20px;
}

.a_propos .onglet_idcables .block_droite li,
.a_propos .onglet_idcables .block_gauche li{
	width: 50%;
	text-align: left;
}
.a_propos .onglet_idcables .block_droite li img,
.a_propos .onglet_idcables .block_gauche li img{
	width: 100%;
	margin-bottom: 0;
}
.a_propos .onglet_idcables .block_droite li h3,
.a_propos .onglet_idcables .block_droite li p{
	margin-right: 40px;
}
.a_propos .onglet_idcables .block_gauche li h3,
.a_propos .onglet_idcables .block_gauche li p{
	margin-left: 40px;
}
.a_propos .onglet_idcables ul li h3{
	font-family: SFDisplay-black;
	text-transform: uppercase;
}
.a_propos .picto{
	background-color: #da2b28;
	padding: 40px 0;
	position: absolute;
	left: 0;
	width: 100%;
}
.a_propos .picto ul{
	max-width: 1100px;
	margin: auto;
}	
.a_propos .picto li{
	width: 20%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: white;
}
.a_propos .picto li span{
	display: block;
	color: white;
	margin-top: 25px;
	letter-spacing: 3px;
}
.a_propos .picto li span strong{
	letter-spacing: 1px;
}

.a_propos .picto img{
	height: 60px;
	display: block;
	margin:auto;
	margin-bottom: 10px;
}

.a_propos .picto strong{
	display: block;
	color: white;
}

.a_propos .onglet_idcables .fabrication{
	margin-top: 195px;
}


/**********************TKH group***********************/
.a_propos .onglet_tkhgroup>img{
	margin-top: 90px;
	height: 100px;
}
.a_propos .onglet_tkhgroup h3{
	margin-top: 20px;
	font-family: SFDisplay-black;
}
.a_propos .onglet_tkhgroup .solution li{
	position: relative;
	width: 33%;
}
.a_propos .onglet_tkhgroup .solution div{
	position: absolute;
	width: 100%;
	top: 50px;
	text-shadow: 0 0 20px black;
}
.a_propos .onglet_tkhgroup .solution li span{
	font-size: 40px;
	position: relative;
	top: 20px;
	color: white;
} 
.a_propos .onglet_tkhgroup .solution li h4{
	font-size: 60px;
	font-family: SFDisplay-black;
	color: white;
} 
.a_propos .onglet_tkhgroup .picto{
	background-color: #BBCE00; 
}
.a_propos .onglet_tkhgroup .bulles{
	margin-top: 245px;
}
.a_propos .onglet_tkhgroup .bulles li{
	width: 100%;
	position: relative;
}
.a_propos .onglet_tkhgroup .bulles li span{
	position: absolute;
	top: 52px;
	left: 260px;
	font-size: 26px;
	font-family: SFDisplay-black;
	text-align: left;
}
.a_propos .onglet_tkhgroup .savoir_plus{
	margin: 50px 0 30px;
}
.a_propos .onglet_tkhgroup .savoir_plus a{
	color: #BBCE00;
}



/****************************Les Produits*******************************/

.gamme_produits li{
	width:49.5%;
	display: inline-block;
	height: 300px;
}
.gamme_produits .cables{
	width: 100%;
}
.gamme_produits .cables{
	background-image: url("/wp-content/uploads/2018/01/baniere_cables-1.png");
}
.gamme_produits .cables:hover{
	background-image: url("/wp-content/uploads/2018/01/baniere_cables_rouge-1.png");
}
.gamme_produits .starplug{
	background-image: url("/wp-content/uploads/2018/01/baniere_star_plug-1.png");
}
.gamme_produits .starplug:hover{
	background-image: url("/wp-content/uploads/2018/01/baniere_star_plug_rouge-1.png");
}
.gamme_produits .michelin{
	background-image: url("/wp-content/uploads/2018/01/baniere_michelin-1.png");
	float: right;
}
.gamme_produits .michelin:hover{
	background-image: url("/wp-content/uploads/2018/01/baniere_michelin_rouge-1.png");
}
/**********************page Choix_Câbles***********************/
.choix_cables .bandeau_choix {
    display: block !important;
    text-align: center;
    border-top: 4px solid #f1f1f1;
    border-bottom: : 4px solid #f1f1f1;
    margin-top: -5px !important;
}
.choix_cables .bandeau_choix ul li:first-child h2 {
    color: #D7172B;
    border-right: 1px solid #707070;
}
.choix_michelin .bandeau_choix ul li:first-child h2 {
    border-right: none;
}
.choix_cables .bandeau_choix ul li {
    width: 49% !important;
    border-bottom: none;
}
.choix_cables .menu_produits{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.choix_cables .menu_produits h2,
.choix_cables .menu_produits h3 {
    display: none;
}
.choix_cables .menu_produits>ul {
    padding: 0;
}
.choix_cables .menu_produits .CODNIV1 {
    font-size: 16px;
    border-bottom: 1px solid #DEDEDE;
    padding: 5px 0;
    background-color: #fff;
    font-family: SFDisplay;
    font-weight: normal;
}
.choix_cables .menu_produits .CODNIV1 i{
	display: none;	
}
.choix_cables .menu_produits .NIV2 li{
	border-bottom: 1px solid #DEDEDE;
	padding: 3px 0;
	font-size: 14px;
}

/**********************page Câbles***********************/
.menu_produits{
	width: 21%;
	float: left;
	background-color: #f2f2f2;
    margin-bottom: 30px;
}.menu_produits h2{
	 text-align: center;
	 background-color: #da2b28;
	 color: white;
	 padding: 10px;
	 font-family: SFDisplay-black;
	 font-size: 24px;
}
.menu_produits h3{
	 text-align: center;
	 padding: 10px 0;
	margin-bottom: 10px;
	background-color: #e6e6e6;
	font-size: 1.3em;
}
.menu_produits h3:first-child{
	 border-bottom: 4px solid #da2b28;
}

.menu_produits>ul{
padding: 0 13%;
}
.CODNIV1 {
	position: relative;
	cursor: pointer;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.CODNIV1 i::before {
	position: absolute;
	left: -15px;
	top:4px;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}
.CODNIV1:hover i::before {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
}
.niv2 li{
	margin: 0 0 10px 10px;
}
.niv2 li a{
	font-size: 0.9em;
	line-height: normal;
	color: black;
}.niv2 li:hover a{
	 color: #dd3333;
}
.niv2 li a:first-letter{
	text-transform: uppercase;
}

.produits{
	width: 75%;
	float: right;
    padding-top: 25px;
    margin-top: 5px;
}
.produits h1{
	color: #3a4b58;;
    font-family: SFDisplay;
    font-size: 28px;
	margin-bottom: -15px;
}
.produits h3{
	font-family: SFDisplay;
	font-size: 25px;
}
.produits .application li:first-child{
	width: 44%;
	float: left;
	padding: 29px 0 10px 0;
}
.produits .application li:last-child{
	width: 55%;
	float: right;
	padding: 20px 0 10px 0;
	font-size: 0.95em;
}
.produits .application li p::before{
	content: '- ';
}
.produits .application li:last-child p{
	margin-left: 20px;
}
.produits .application li:last-child span{
	font-size: 15px;
}

.tableau_produits table {
	font-family: SFDisplay;
}
.tableau_produits table th{
	border:none;
	background-color: #4a5d6a;
	color: white;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border-top: none;
}
.tableau_produits table td{
border:none;
border-bottom: 1px solid #4a5d6a;
background-color: white !important;
}
.tableau_produits table .ft{
	text-align: center;
	background-image: inherit !important;
}
.tableau_produits #reference_wrapper{
	width:75%;
	float: left;
	padding-bottom:20px;
}.tableau_produits .conditionnement{
	width:20%;
	 float: right;
}
.tableau_produits .conditionnement thead th{
	padding: 10px 18px;
	background: #7c8890;
}
.tableau_produits .conditionnement td {
	padding: 8px 10px;
}
.tableau_produits .sorting_1 {
	color: #4a5d6a;
}
/*cables multiple*/
.type_cables{
	float: left;
	width: 76%;
	padding: 0 0 0 3%;
}
.type_cables li {
	text-align: center;
	width: 23%;
	display: inline-block;
	padding: 0 0.8%;
	float: left;
}
.type_cables li div{
	overflow: hidden;
	height: 200px; 	
}
.type_cables li div img{
	position: relative;
	top: 85px;
	height: 150px !important;
/*	image-orientation: -90deg;
*/	    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    height: auto;
	margin-bottom: 0;
	/*-webkit-transition: all 0.5s ease;*/ /* Safari and Chrome */
	/*-moz-transition: all 0.5s ease;*/ /* Firefox */
	/*-o-transition: all 0.5s ease; *//* IE 9 */
	/*-ms-transition: all 0.5s ease;*/ /* Opera */
	/*transition: all 0.5s ease;*/
	/*max-width: 100%;*/
}
.type_cables li:hover{
	opacity: 0.6;
	/*-webkit-transition: all 0.5s ease;*/ /* Safari and Chrome */
	/*-moz-transition: all 0.5s ease;*/ /* Firefox */
	/*-o-transition: all 0.5s ease; *//* IE 9 */
	/*-ms-transition: all 0.5s ease;*/ /* Opera */
	/*transition: all 0.5s ease;*/
}
.type_cables li:hover img{
/*	-webkit-transform:scale(1.25); *//* Safari and Chrome */
/*	-moz-transform:scale(1.25);*/ /* Firefox */
/*	-ms-transform:scale(1.25);*/ /* IE 9 */
/*	-o-transform:scale(1.25);*/ /* Opera */
/*	transform:scale(1.25);*/
}
.type_cables li .description_produit{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 80px;
	background-color: #da2b28;
}
.type_cables li .description_produit h3{

	margin: auto;
	text-align: center;
	color: white;
	padding: 10px;
	font-family: SFDisplay-black;
	font-size: 14px;
}
.type_cables li .text_produits{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 90px;
	background-color: #F2F2F2;
}
.type_cables li p{
	font-size: 13px;
	padding: 10px;
	margin: auto;
}
#menu-id-cables .sub-menu a:after{
	content: "";
}
#menu-id-cables .sub-menu .sub-menu{
	display: none !important;
}
#menu-id-cables li:hover  {
	background-color:#ce132d;
}
/* .NIV2 a{
	color: #3a4b58;
} */
.rpc_and_color{
	clear: both;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 20px;
}

.rpc_and_color div{
	flex: auto;
	height: 70px;
	margin: auto;
}
.rpc_and_color div:nth-child(1){
	flex: none;
}
.rpc_and_color div img{
	margin-top: 16px;
}
.rpc_and_color div p{
	margin-top: 13px;
	margin-bottom: -8px;
}
.produits .rpc_and_color .ft{
	width: 255px;
	border-radius: 10px;
	text-align: left;
	margin: auto;
	padding: 5px;
	margin-top: 30px;
	position: relative;
	padding-left: 55px;
}
.produits .rpc_and_color .ft p{
	color: #ffffff;
	font-size: 14px;
	background-color: #da2b28;
	margin-top: -10px;
}
.produits .rpc_and_color .ft p:before{
	content: url(/wp-content/uploads/2017/06/picto_download.png);
	position: absolute;
	top: 14px;
	left: 14px;
}
.produits .rpc_and_color .ft:hover{
	opacity: 0.85;
}
/**********************Starplug***********************/
.starplug{
	background-color: #f1f2f2;
}
.starplug .font_SegoePrint{
	font-family: SegoePrint;
	font-size: 24px;
	color: #ccdb50;
}
.starplug .block_acceuil{
	position: relative;
	left: -150px;
	width: 1400px;
	background-image: url(/wp-content/uploads/2017/06/starplug_fond.png);
	background-size: cover;
	height: 700px;
}
.starplug .block_acceuil section{
	width: 50%;
	text-align: center;
	padding: 60px;
	padding-top: 90px;
}
.starplug .block_acceuil section p:nth-child(2){
	padding: 30px 70px 10px;
}
.starplug .block_acceuil section p:nth-child(3){
	width: 255px;
	background-color: #ccdb50;
	border-radius: 10px;
	text-align: left;
	margin: auto;
	padding: 5px;
	margin-top: 30px;
	position: relative;
	padding-left: 55px;
}
.starplug .block_acceuil section p:nth-child(3) a{
	color: #0a5991;
	font-size: 14px;
}
.starplug .block_acceuil section p:nth-child(3) a:before{
	content: url(/wp-content/uploads/2017/06/picto_telechargement.png);
	position: absolute;
	top: 14px;
	left: 14px;
}
.starplug .block_explication{
	position: relative;
	margin-top: -100px;
	background-color: #f1f2f2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0;
	margin-bottom: 0;
}
.starplug h3{
	font-size: 30px;
	font-family: SFDisplay-black;
	margin-bottom: 20px;
}
.starplug .block_explication>li{
	width: 33%;
}
.starplug .block_explication li:nth-child(2){
	width: 58%;
	padding: 4%;
	padding-top: 30px;
	text-align: center;
}

.starplug .block_explication li:nth-child(2) div{
	display: inline-flex;
	width: 100%;
}
.starplug .block_explication li:nth-child(2) div .img_explication{
	width: 230px;
	margin-right: 30px;
	text-align: center;
}
.starplug .block_explication li:nth-child(2) div .text_explication{
	padding-top: 15px;
}
.starplug .block_explication li:nth-child(2) div p{
	font-family: SFDisplay-bold;
	font-size: 18px;
	text-align: left;
}
.starplug .block_explication li:nth-child(2) div p strong{
	font-family: SFDisplay-black;
	font-size: 25px;
}
.starplug .block_explication li:nth-child(2) div p span{
	font-family: SFDisplay;
	font-size: 16px;
}
.starplug .block_video{
	background-image: url(/wp-content/uploads/2017/06/baground_blue.png);
	background-size: cover;
	text-align: center;
	padding: 30px;
}
.starplug .block_video h3{
	color: #f2f2f2;
}

.starplug .solution_starplug h3{
	text-align: center;
margin-top: 30px;
}
.starplug .solution_starplug ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0;
	margin-bottom: 10px;
}
.starplug .solution_starplug ul li{
	position: relative;
}
.starplug .solution_starplug ul li:nth-child(2){
	width: 66%;
}
.starplug .solution_starplug ul li:nth-child(2) p:first-child{
	padding: 40px 80px;
}
.starplug .solution_starplug ul li:nth-child(2) p:first-child strong{
	font-size: 20px;
	text-transform: uppercase;
}
.starplug .solution_starplug ul li .font_SegoePrint{
	position: absolute;
	bottom: -10px;
	background-image: url(/wp-content/uploads/2017/06/baground_blue.png);
	background-size: cover;
	margin-left: -1px;
	padding: 35px 90px;
}
.starplug .solution_starplug ul:last-child li .font_SegoePrint{
	padding: 20px 90px;
}

.starplug .marques{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0;
}
.starplug .marques li{
	width: 50%;
	text-align: center;
	padding: 10px 0 20px 0;
}
/**********************Telechargement***********************/
/************fiche technique****************/
.telechargement .bandeau_choix ul li {
	width: 24.7%;
	display: inline-block;
	text-align: center;
}
.telechargement .block_telechargement{
	position: relative;
	top: 80px;
	padding-bottom: 130px;
}
#fiche_technique_filter{
	float: left;
}
#fiche_technique tr td:last-child{
	text-align: center;
}#fiche_technique tr td:last-child img{
	 width: 40px;
}
/************DOP****************/
.telechargement #DOP{
	position: relative;
	top:80px;
	padding-bottom: 80px;
}
.telechargement h3{
	font-family: SFDisplay-black;
}
.recherche_dop{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    justify-self: center;
	margin-top: 40px;
	max-width: 310px;
	margin-inline: auto;

}
.recherche_dop .input_dop{
	border-radius: 0 24px 24px 0;
	border: 1px solid #ce132d;
	min-width: 200px;
	padding: 15px;
	background: #ce132d;
  	color: #fff;
}
.recherche_dop .submit_dop{
	border-radius: 24px 0 0 24px;
	border: none;
	color: #FFFFFF;
	position: relative;
	padding: 15px;
	border: 1px solid #ce132d;
	background: #ce132d;
}
ul.catalogue-list {
	display: flex;
	justify-content: space-between;
} 
/************catalogue****************/

.telechargement .bandeau_choix .liste_ft h2{
	text-transform: initial;
}
.telechargement #catalogue ul li {
	display: inline-block;
	width: 22%;
	text-align: center;
	position:relative;
}
.telechargement #catalogue ul li .badge{
	position:absolute;
	background: #ab0101;
	color: white;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	right: 10px;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	top:65px;
}
/* .telechargement #catalogue ul li:last-child {
	float: right;
} */
.telechargement #catalogue ul li .titre_catalogue{
	position: relative;
	background-color: #f1f2f2;
	height: 90px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.telechargement #catalogue ul li h3 {
	font-family:SFDisplay-black;
	font-size:18px;
	margin: auto;
	padding: 0;
}
.telechargement #catalogue ul li p {
	background-color: #da2b28;
	font-family:"SFDisplay-bold";
	font-size: 14px;
	border-radius: 0 0 10px 10px;
	margin-top: -6px;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.telechargement #catalogue ul li p:before {
	content: url("/wp-content/uploads/2017/06/picto_download.png");
	position: relative;
	top: 19px;
	left: -15px;
}
.telechargement #catalogue ul li p span {
	font-family:"SFDisplay";
	font-size: 12px;
	color: #ffffff;
	position: relative;
	top: -5px;
}
.telechargement #catalogue ul li img{
	width: 100%;
}
/************video****************/
.telechargement #video ul li {
	display: inline-block;
	width: 45%;
	text-align: center;
}
.telechargement #video ul li:last-child {
	 float: right;
}
.telechargement #video ul li h3 {
	 padding: 20px;
	font-family:SFDisplay-black;
	font-size:18px;
	background-color: #f1f2f2;
}
.telechargement #video ul li p {
background-color: #da2b28;
font-family:"SFDisplay-bold";
font-size: 14px;
border-radius: 0 0 10px 10px;
margin-top: -6px;
color: #ffffff;
text-transform: uppercase;
padding-bottom: 5px;
}
.telechargement #video ul li p:before {
	content: url("/wp-content/uploads/2017/06/picto_download.png");
	position: relative;
	top: 19px;
	left: -15px;
	left: -15px;
}
.telechargement #video ul li p span {
	font-family:"SFDisplay";
	font-size: 12px;
	color: #ffffff;
	position: relative;
	top: -5px;
}


/**********************CONTACT***********************/
.contact_responsive{
	display: none;	
}
.contact ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #f1f2f2;
	padding: 0;
}
.contact ul li{
	width: 50%;
}
.contact ul li img{
	margin-bottom: 0;
}
.contact ul li:last-child{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.contact ul li:last-child section{
	margin: auto;
}
.contact ul li:last-child section h3{
	font-family: SFDisplay-black;
}
.contact ul li:last-child section p{
	line-height: 30px;
}

/**********************BLOG***********************/
article.post {
    max-width: 710px;
    margin: auto;
    padding: 30px 0;
    border-bottom: 1px solid lightgray;
}
article.post h2{
	font-family:SFDisplay-bold ;
}
article .author,
article .category,
article .comments{
	display: none;
}
article .more-link span{
	background-color: #da2b28;
	color: #ffffff;
}

article .more-link span:hover{
	opacity: 0.8;
}
.entry-summary p{
	margin-top: 15px;
}

/**********************page_article***********************/
#comments {
    display: none;
}

#comments {
    display: none;
}




/**********************Footer***********************/

#media_image-3 img.wp-image-491 {
	width: 90px;
}

#colophon{
	background-color: #182b43;
}

#media_image-7{
	position: relative;
	text-align: center;
}

#media_image-7 img{
}

#media_image-3{
	position: relative;
}
/*#media_image-3 img{*/
	/*position: absolute;*/
	/*top: 10px;*/
/*}*/
.tg-column-even{
	text-align: center;
}
.tg-after-two-blocks-clearfix{
	float: right;
}
.footer-widgets-wrapper .tg-one-fourth:nth-child(1) section{
	display: inline-block;
}
.footer-widgets-wrapper .tg-one-fourth:nth-child(3){
	text-align: right;
}
.footer-widgets-wrapper .tg-one-fourth:nth-child(3) section{
	display: inline-block;
	margin-left: 10px;
	text-align: right;
	margin-top: 20px;
}
.wp-image-73{
	max-width: 80% !important;
}
.footer-widgets-wrapper .tg-one-fourth:nth-child(3) section img{
	max-width: 90% !important;
}
.tg-one-fourth {
    display: inline-block;
    width: 33%;
    margin: 0;
}
.wp-image-504{
	width: 70%;
}
.white_idcables {
	text-align: center;
}
.white_idcables img{
	text-align: center;
	margin-top: -5px;
	opacity: 0.8;
	margin-left: 70px;
}
.footer-nav {
	width: 50%;
}
.copyright-info {
	text-align: right;
	padding-right: 0;
	width: 50%;
	display: flex;
	align-items: end;
	justify-content: end;
}
.footer-nav ul li:first-child {
    padding-left: 0;
}
#colophon .widget {
	padding-bottom: 0;
}
.footer-widgets-area {
	padding-bottom: 20px;
}


@media screen and (max-width: 768px) {

	.inner-wrap {
    	width: 100%;
	}
/************************HEADER**************************/
	#header-logo-image {
    	padding: 10px 20px 0px 20px;
	}
	.main-navigation{display: none;}
	.nav_responsive{display: block;}
	.main-wrapper {width: auto;}
	/***********Menu Burger***************/
	.nav_responsive .dl-menuwrapper{
		text-align: right;
		margin-top: 12px;
		top: -55px;
		max-width: none;
	}
	.nav_responsive .dl-menuwrapper button::after {
	    background: #415a68;
	    box-shadow: 0 10px 0 #415a68, 0 20px 0 #415a68;
	}
	.nav_responsive .dl-menuwrapper button {
    	background: transparent;
	}
	.nav_responsive .dl-menuwrapper .dl-menu {
		max-width: 300px;
		top: 56px;
		margin: 0;
	}
	.nav_responsive .dl-menuwrapper li{
		text-align: left;
	}
	.nav_responsive .dl-menuwrapper .dl-menu button:hover {
	    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	}
	.dl-menuwrapper button::after {
		left: 0;
	}

	.dl-menuopen h2{
		background-color: #da2b28;
		padding: 10px 0 10px 20px;
		color: #f2f2f2;
		font-family: SFDisplay-black;
		text-align: left;
	}
	.dl-menuopen ul{
		margin: 0;
	}
	/*********************HOME**************************/
	.big-slider-wrapper{display: none;}
	.entry-content ul, .entry-content ol {padding:0;}
	.slide_responsive{
		display: block;
		height: 460px;
		background-image:url("/wp-content/uploads/2018/04/H460px.png");
		background-position:center;
		text-align: center;
		background-size: cover;
	}
	.slide_responsive h3{
		text-transform: uppercase;
		color: white;
		padding: 30px 0;
		text-shadow: 1px 1px 0px black;
	}
	.slide_responsive h3 strong{
		font-family: SFDisplay-black;
	}
	.slide_responsive li h4{
		text-transform: uppercase;
		border: 2px solid white;
		width: 205px;
		text-align: center;
		padding: 14px 0px;
		border-radius: 30px;
		font-family: SFDisplay-bold;
		color: white;
		margin:auto;
		margin-bottom: 30px;
	}
	.slide_responsive li h4:hover{
		background: rgba(218,43,40, 0.85);
		border-color: #da2b28;
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
		-ms-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
	}

	.pres_rubrique{display: none;}
	.image_rubrique{display: block;}
	.image_rubrique li {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		height: 162px;
		background-position: center;
	}
	.image_rubrique li:first-child{background-image: url("/wp-content/uploads/2018/04/ThinkstockPhotos-117049018.png");}
	.image_rubrique li:nth-child(2){background-position: top;}
	.image_rubrique li a {
	    margin: auto;
	}
	.image_rubrique li h4 {padding-bottom: 0px;}
	.image_rubrique li p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 225px;
	}
	.image_rubrique li:nth-child(2) p {max-width: 200px;}
	.image_rubrique li:nth-child(3) p {max-width: 270px;}

	/*********************Produits**************************/
	/***********ID Câbles****************/
	.a_propos ul {
	    flex-direction: column;
	}
	.a_propos .bandeau_choix ul {
	    flex-direction: inherit;
	}
	.a_propos .id_cables li:first-child {
		display: none;
	}
	.a_propos .onglet_idcables .block_droite li,
	.a_propos .onglet_idcables .block_gauche li {
	    width: 100%;
	    text-align: left;
	    order: 2;
	}
	.a_propos .picto{
		display: none;		
	}
	.a_propos .onglet_idcables .fabrication li:last-child{
		order: 1;
	}
	.a_propos .onglet_idcables .block_gauche li h3,
	.a_propos .onglet_idcables .block_gauche li p,
	.a_propos .onglet_idcables .block_droite li h3,
	.a_propos .onglet_idcables .block_droite li p {
	    margin: 10px 20px;
	}

	/***********TKH group****************/
	.a_propos .onglet_idcables .fabrication {
	    margin-top: 0;
	}
	.a_propos .onglet_tkhgroup .solution li {
	    width: 100%;
	    margin-bottom: 10px;
	}
	.a_propos .onglet_tkhgroup .bulles {
	    margin-top: 15px;
	}
	.a_propos .onglet_tkhgroup .bulles li {
	    width: 100%;
	    text-align: left;
	    margin-left: 30px;
	    margin-bottom: 22px;
	}
	.a_propos .onglet_tkhgroup .bulles li span{
		top: 60px;
		left: 140px;
	    line-height: 30px;
	}
	.a_propos .onglet_tkhgroup .savoir_plus {
	    margin: 20px 0 30px;
	}
	/*********************Produits**************************/
	.menu_produits{
		display: none !important;
	}
	.produits {
	    width: 100%;
	    float: none;
	    padding-top: 0;
	    text-align: center;
	}
	.produits .application li:first-child {
	    width: 100%;
	    float: none;
	    padding: 0;
	}
	.produits .application li:first-child img{
	    width: 60%;
	}
	.produits .application li:last-child {
	    width: auto;
	    float: none;
	    padding: 0 10px;
	    text-align: left;
	}
	.produits .application li:last-child p {
	    font-size: 14px;
	}
	.tableau_produits table {
	    text-align: center;
	}
	.tableau_produits table th,
	.tableau_produits table td {
	    padding: 7px 2px;
	    text-align: center;
	    font-size: 11px;
	}
	.rpc_and_color {
	    clear: both;
	    display: block;
	    margin-bottom: 20px;
	}
	.rpc_and_color div {
	    height: auto;
	}
	.produits .rpc_and_color .ft p{
		width: 225px;
	    font-size: 13px;
	}
	table.dataTable thead th, 
	table.dataTable thead td {
	    padding: 7px 13px;
	}
	table.dataTable thead .sorting,
	table.dataTable thead .sorting_asc{
	    background-image: none;
	}
	.tableau_produits .conditionnement,
	.tableau_produits #reference_wrapper {
	    width: 100%;	
	}
	/*********************Choix_câbles**************************/
	.choix_cables .menu_produits{
		display: block !important;
	}
	/**********************Staplug***********************/
	.starplug .block_acceuil {
	    width: 100%;
	    height: 540px;
	    left: 0;
	}
	.starplug .block_acceuil section {
	    width: auto;
	    padding: 20px;
	    padding-top: 30px;
	}
	.starplug .block_acceuil section p:nth-child(2) {
	    padding: 0;
	}
	.starplug .block_acceuil section p:nth-child(3) {
	    width: 190px;
	}
	.starplug .font_SegoePrint {
	    font-size: 16px;
	}
	.single-page p {
	    margin-bottom: 30px;
	}
	.starplug .block_explication{
		text-align: center;	
	}
	.starplug .block_explication li:nth-child(1){
		display: none;		
	}
	.starplug .block_explication li:nth-child(2) {
	    width: 100%;
	    margin: 20px;
	}
	.starplug .block_explication li:nth-child(2) div {
	    display: block;
	    width: 100%;
	}
	.starplug .block_explication li:nth-child(2) div .img_explication {
	    margin: auto;
	}
	.starplug .block_explication li:nth-child(2) div p {	    
		text-align: center;
	}
	.starplug .block_video h3 {
	    font-size: 22px;
	}
	.starplug .solution_starplug{
		text-align: center;		
	}
	.starplug .solution_starplug ul {
	    display: block;
	}
	.starplug .solution_starplug ul li .font_SegoePrint {
	    padding: 15px 12px;
	    position: initial;
	}
	.starplug .solution_starplug ul li:nth-child(2) {
	    width: 100%;
	}
	.starplug .solution_starplug ul li:nth-child(2) p:first-child {
	    margin: 20px;
	    padding: 0;
	}
	.starplug .solution_starplug ul:last-child li .font_SegoePrint {
	    padding: 15px 12px;
	}
	.starplug .marques {
	    display: block;
	}
	.starplug .marques li {
	    width: 50%;
	    margin: auto;
	}
	/*********************Telechargement**************************/
	.telechargement .bandeau_choix {
	    margin-top: -25px;
	}
	.telechargement .bandeau_choix ul li {
	    width: 49%;
		justify-content: center;
        display: flex;
        align-items: center;
	}
	.telechargement .block_telechargement {
	    top: 100px;
	    margin: 20px;
	}
	/************Fiche technique****************/
	.telechargement .tableau_produits #fiche_technique_filter {
		float: none;
		width: 80%;
		margin: auto;
	}
	.telechargement .tableau_produits{
		position: relative;
		width: 107%;
		left: -13px;
		font-size: 12px;
	}
	.telechargement .tableau_produits td{
		font-size: 12px;
	}
	/************DOP****************/
	.recherche_dop .input_dop {
	    width: 100px;
	    padding: 6px 40px 7px 20px;
	}
	.recherche_dop .submit_dop {
	    padding: 5px 15px;
	    height: 35px;
	}
	/************Catalogue****************/

	.telechargement #catalogue ul li {
	    width: 48%;
	}
	.telechargement #catalogue ul li:nth-child(2n) {
	    margin-right: 0;
	}
	.telechargement #catalogue ul li .titre_catalogue {
	    height: 70px;
	    background-color: transparent;
	}
	.telechargement #catalogue ul li h3 {
	    font-size: 14px;
	}
	.telechargement #catalogue ul li p {
	    font-size: 10px;
	    border-radius: 0 0 10px 10px;
	}
	.telechargement #catalogue ul li p span {
	    font-size: 10px;
	    top: -5px;
	    left: 7px;
	}
	.telechargement #catalogue ul li p::before {
	    top: 17px;
	    left: -6px;
	}

	/************Catalogue****************/
	.telechargement #video ul li {
	    width: auto;
	}
	.telechargement #video ul {
	    text-align: center;	    
	}
	.telechargement #video ul li:last-child {
	    float: none;
	}
	.telechargement #video{
		margin-bottom: 360px;
	}
	
	/*********************Contact**************************/
	.contact{
		display: none;
	}
	.contact_responsive{
		display: block;
	}
	.contact_responsive h3{
		text-align: center;
		margin:20px 20px 0 20px;
		font-family: SFDisplay-bold;
	}
	.contact_responsive h4{
		font-family: SFDisplay-bold;
	}
	.contact_responsive section{
		margin: 40px 30px;
	}
	/*********************Footer**************************/
	footer .footer-widgets-area{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	footer .footer-widgets-area div:first-child{ width: 50%;}
	footer .footer-widgets-area .tg-after-two-blocks-clearfix{width: 100%;}
	#media_image-4 img.wp-image-491 {
		width: 50px !important;
	}
	.tg-after-two-blocks-clearfix { display: none;}
	/* footer .copyright-info{width: 60%;} */
	footer .copyright{font-size: 12px;}
	footer #menu-footer_menu a{font-size: 10px;}
	.footer-box #media_image-5 img {
		width: 60px !important;
		margin-top: 5px !important;
	}
	footer .footer-widgets-area div:nth-of-type(2) {
		width: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#media_image-5 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#custom_html-4, #custom_html-3 {
		justify-content: center !important;
		align-items: center !important;
	}
	.copyright-info {
		align-items: start;
		justify-content: space-evenly;
	}
	.footer-nav {
        float: none;
        text-align: left;
        padding-left: 35px;
    }
	footer .footer-widgets-area div:nth-of-type(4) {
		width: 65%;
	}
}

.logo-genesia {
	/* margin-top: 13px; */
}
.logo-genesia img{
	width: 135px;
	margin-left:10px;
}

.vcenter {
	display:flex;
	flex-direction: column;
	justify-content: center;
}

#header-right-section {
	float:none;
}
/* #header-right-section .vcenter {
	float: right;
} */

.main-head-wrap {
	display:flex;
	justify-content: space-between;
}
.main-head-wrap::after {
	display:none;
}

.flex-row {
	display:flex;
	flex-direction: row;
}

#toggle-search {
	margin-bottom: 0;
	background:none;
}
#toggle-search::before {
	color:#ab0101;
}

#toggle-search-container {
	display: none;
	position: absolute;
	margin-top: 115px;
}
#toggle-search-container.opened {
	display: block;
}

/* custom css refont by nicolas  */
.main-navigation li {
	position: relative;
	padding: 0 30px;
}
/* .main-navigation li > a {
	font-weight: bold;
} */
.main-navigation ul li:hover a,
.main-navigation ul li.current-menu-item a {
	color: #fff;
}
.main-navigation ul li a::after,
.main-navigation ul li.current-menu-ancestor a::after,
 .main-navigation ul li.current_page_item a::after {
	display: none;
}

.main-navigation .menu > ul > li:hover {
	background-color: #ce132d;
}
.main-navigation .menu > ul > li.current_page_ancestor,
.main-navigation .menu > ul > li.current_page_item,
.main-navigation ul.menu > li.current-menu-ancestor,
.main-navigation ul.menu > li.current-menu-item {
	background-color: #ce132d;
	border: 2px solid #fff;
	color: #fff;
}
.main-navigation ul li ul {
	border-top: 2px solid #193254;
	background: #193254;
}
.main-navigation .sub-menu li:hover {
	background-color: #ce132d;
}
.main-navigation ul li ul li {
	border: none;
}
.main-navigation ul li.current_page_item ul li a,
.main-navigation ul li.current-menu-ancestor a,
ul li.current-menu-item > a,
#menu-id-cables .sub-menu  > a {
	color: #fff;
}
#media_image-4 img.wp-image-491 {
    width: 90px;
}

#custom_html-3 ul.aligncenter li img {
    display: inline-block;
    width: 30px;
}
#custom_html-3 ul.aligncenter li {
	display: inline-block;
}
#custom_html-4 ul.aligncenter li img {
    display: inline-block;
    width: 30px;
}
#custom_html-4 ul.aligncenter li {
	display: inline-block;
}

.header {
    background: #172b42;
}
.main-navigation ul li.current_page_item a, .main-navigation ul li.current_page_ancestor a,
.header .main-navigation a {
	color: #fff;
}
.bandeau_choix {
	background: #fff;
}
.main-navigation .current_page_item,
.main-navigation .current_page_parent {
	background: #ce132d;
}
#scroll-contact {
    background: #172b42;
    padding: 10px 25px;
    border-radius: 24px;
    color: #fff;
    position: fixed;
    bottom: 20%;
    right: 20px;
	border:1px solid #ce132d;
}
#scroll-contact:hover {
	background-color: #ce132d;
}
#colophon .footer-nav ul li a {
	color:#fff;
}
.footer-box #media_image-5 img  {
	width: 95px;
}
#custom_html-3 .widget-title,
#custom_html-4 .widget-title {
	font-size: 19px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}
#custom_html-3 .widget-title{
	margin-right: 1.8vw;
}
#custom_html-4 .widget-title{
	margin-right: 2.4vw;
}
.copyright {
	text-align: left;
	color: #fff;
	font-size: 12px;
}
.footer-bottom {
	display: flex;
	justify-content: space-between;
}
#custom_html-4,
#custom_html-3 {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
}
#custom_html-4 .textwidget,
#custom_html-3 .textwidget {
	margin-right: 4vw;
}
.list-fiches-technique {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
	
}
.list-fiches-technique .card {
	width: 17%;
	min-height: 200px;
	border-radius: 24px;
	border: 1px solid #193254;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-fiches-technique .card .reference-fiche {
	display: flex;
	background: #193254;
	border-radius: 24px;
	justify-content: center;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	position: absolute;
	width: 100%;
	bottom: -5px;
  	left: -10px;
  }
  .list-fiches-technique .card a.ico-down {
    display: flex;
    background: #193254;
    border-radius: 14px;
    justify-content: center;
    padding: 7px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    width: 30px;
    top: -20px;
    right: -10px;
    height: 20px;
  }
  .list-fiches-technique .card:hover a.ico-down {
	background-color: #ce132d;
  }
  .list-fiches-technique .card img.thumbnails {
	max-height: 100px;
  }
  ul.tabs_link {
	display: flex;
  }
  ul.tabs_link li:nth-child(1) {
	border-left: 2px solid #ce132d;
  }
  ul.tabs_link li {
	border-bottom: 2px solid #ce132d !important;
	border-right: 2px solid #ce132d;
  }
  ul.tabs_link li.active {
	background: #ce132d;
  }
  ul.tabs_link li.active  h2 {
	color: #fff;
  }
  .pagination {
    display: flex;
    padding: 30px;
    justify-content: flex-end;
	margin-top: 20px;
}
.pagination a {
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
}
.pagination a.active {
    background-color: #193254;
    color: white;
    border: none;
}
.maindop {
	background: #172b42;
	padding: 4rem;
	max-width: 60%;
	margin-inline: auto;
	border-radius: 34px;
	color: #fff;
  }
.maindop h3,
.maindop p {
	color: #fff;
	font-size: 18px;
}
/* search */
.searchfichetech {
	display: flex;
    margin: 2rem auto;
    width: 100%;
}
.search-form {
    display: flex;
}
#search-form .search-input {
    flex: 1;
	border: 1px solid #193254;
	background: #193254;
	padding: 15px;
	border-radius: 0 24px 24px 0;
    font-size: 16px;
    transition: all 0.3s ease;
	min-width: 200px;
	color: #fff;
}
.input_dop::-webkit-input-placeholder,
#search-form .search-input::placeholder {
    color: white !important;
    opacity: 1; /* Firefox */
}
.input_dop::-webkit-input-placeholder,
#search-form .search-input::-webkit-input-placeholder {
    color: white !important;
}
.search-input:focus {
    outline: none;
    border-color: inherit;
    box-shadow: none;
}

.search-button {
	background: #193254;
    border: none;
    color: white;
	border-radius: 24px 0px 0px 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-button:hover {
    background: #ce132d;
}

.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    color: #666;
    background: #f8f9fa;
    border-radius: 8px;
}

.error {
    grid-column: 1 / -1;
    text-align: center;
    padding: 20px;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .list-fiches-technique {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        padding: 10px;
    }

    .pagination {
        gap: 5px;
    }

    .pagination-link {
        padding: 6px 12px;
    }
	.list-fiches-technique .card {
		width: 44%;
	}
	.produits h1 {
		font-size: 27px;
    	margin-top: 20px;
	}
	.maindop {
		padding: 2rem;
		max-width: 100%;
	}
	ul.catalogue-list {
		display: flex;
		flex-wrap: wrap;
	}
}
/* selecteur langue */
.langchoose {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
	width: 100%;
  	height: 32px;
}

/* Styles du loader */
.search-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.search-loader.hidden {
    display: none;
    opacity: 0;
}

.loader-text {
    color: #666;
    font-size: 14px;
}

.loader-svg {
    width: 30px;
    height: 30px;
    animation: rotate 2s linear infinite;
}

.loader-circle {
    stroke: #007bff;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}
.ficheprod img { margin-top: 0px !important;}
.ficheprod a.ico-down {
	display: flex;
	background: #ce132d;
	border-radius: 14px;
	justify-content: center;
	padding: 7px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	width: 30px;
	height: 20px;
	margin-left: -40px;
}
.ficheprod a.ico-down:hover {
	background-color: #193254;
  }

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
.list-fiches-technique {
    transition: opacity 0.3s ease;
}

.list-fiches-technique.loading {
    opacity: 0.5;
}