body{
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
}

.left{
  float:left;
}
.right{
  float:right;
}
.clear{
	clear:both;
	border:0;
}

.aright{
text-align:right;
}
.acenter{
text-align:center !important;
}

h1,h2,h3,h4,h5,h6{
	margin: 20px 0;
	color: #004b6c;
	text-transform: uppercase;
	
}

h1{
	font-size:35px;	
	color: #004b6c;
	font-family: "Open Sans",sans-serif;
    text-transform: uppercase;	
	font-weight: 600;
    padding: 0 0;
    margin: 20px 0;
    line-height: 1.1;
}
h2{
	font-size:22px;	
	margin-bottom:10px;
	color: #004b6c;
}


.hide{
	display:none;
}



#breadcrumb{
	padding-top:20px;
	padding-bottom:0px;
}
.breadcrumb{	
	margin-bottom:0;
}



hr{
	border-color:#818181;
	border-width: 2px;
}

.espace50{
	height:50px;
}
.espace20{
	height:20px;
}
.paddtop{
	padding-top:20px;
}
.margbot{
	margin-bottom:10px;
}


a{
color:#004b6c;
}
a:hover {
    color: #0188c1;    
}


a.green{
	color:#b4c618 !important;
}
.red{
	color:#b83535 !important;   
}


.bold{
	font-weight: 600;

}


.inline{
	display:inline-block;
}
.apercubt{
	margin-top:20px;
	color: #fff;
    background-color: #004b6c !important;
    border-color: #004b6c !important;
}

	

.bt{
    cursor:pointer;
}

.ligne{
  background-color:#eee;
  border:1px solid #ccc;
  padding:10px;
}
.btn-success{
  background-color: #b4c618;
  border-color: #b4c618;
}


label{
  font-weight:bold;
}

.round{
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: inline-block;  

}
.round.red{
	background-color:red;
}
.round.yellow{
	background-color:#b83535;
}
.round.yellowbat{
	background-color:#ffa628;
}


.round.green{
	background-color:#b4c618;
}
.round.grey{
	background-color:#666666;
}
.round.blue{
	background-color:#004b6c;
}

.error{
	border:1px solid red;
}

.modo .round{
float:left;
margin-right:10px;
}

.round.helper{
	color:#fff;
	padding:2px 0 0 10px;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	font-weight: bold;
	margin-right:10px;
}

.round.helper.dix{
	padding:2px 0 0 5px;
}



.table-grey{
background-color: rgba(0,0,0,.05) !important;
border:0  !important;
}
.table-grey th,
.table-grey td{
border:0;
}


#fields_perso .table-striped.rdmtable tr td{
	background-color: rgba(0, 0, 0, .05) !important;
}



/* header */
#header{
	padding:20px 0;
}
#header .right{
	margin-top:20px;
}
#header ul li{
	list-style-type:none;
	float:left;
	width:50px;
}



.username{
	margin:5px 10px;
}
hr.small{
	width:20%;
}


#stepcustom{
	margin:0 !important;
	padding:0 !important;
}

/* content */

.colprod{
		overflow:hidden;	
}
.colprod img{
	width:100%;
	transition: transform .2s; /* Animation */
}
.colprod img:hover {
  transform: scale(1.04); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.famille{
	background-color:#cfcfcf;
	border:5px solid #aaa;
	text-align: center;
	/*padding:15px 0;*/
	margin-bottom: 20px;
	cursor:initial;
	position:relative;
	overflow:hidden;
}

.famille img{
	width:100%;
	transition: transform .2s; /* Animation */
}

.famille img:not(.bandeauimg):hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.famille.active{
	background-color:#ffffff;
	border:5px solid #004b6c;
	cursor:pointer !important;
	color:red;
}

.famille.active.alone{
	max-width:50%;
	margin-left:25%;
}



.produit.unactive{
   opacity: 0.5;
   display:none;
}

.unactive{
   opacity: 0.5;
   display:none;
}

.famille.unactive{
   opacity: 0.5;
   display:block;
}

a.famillelink .famille h3{
	font-size: 18px;
	text-decoration:none;
	text-transform:uppercase;
	position:absolute;
	bottom:0;
	background-color:rgba(255,255,255,0.8);
	width:100%;
	height:60px;
	margin:0;
	padding-top:10px;
	color:#004b6c;
	font-weight:bold;

	
}
a.famillelink:HOVER{
	text-decoration:none;
}



.produit{	
	border:1px solid #9d9d9d;
	margin-bottom: 20px;
	cursor:initial;
	background-color: #fff;
	position:relative;
}
.produit .colprod{
	width:50%;
	float:left;
}
.produit .colprod h3{
	font-size:15px;
	font-weight:bold;
}
.produit .colprod p{
	font-size:12px;

}
.produit .colprod.text{
	
	color:#000000;
	padding:10px 5px 5px 10px;
}


.produit .colprod{
	width:50%;
	float:left;
}
.produit .colprod h3{
	font-size:15px;
	font-weight:bold;
}
.produit .colprod .description{
	font-size:13px;
     color:#6f6f6f;
}        
.produit .colprod .nouveau{
	font-size:13px;
    color:#000;
} 
.produit .colprod .descrorange{
	font-size:13px;
    color:#ed7d31;
} 
.produit .colprod .descrred{
	font-size:13px;
    color:red;
} 
  

.produit .colprod .cadeau {
   font-size:13px;
   color:#000;   
}
.produit .colprod .cadeau b{ 	
    color:#B4C71C ;
} 


.produit .colprod .nouveau b{
    color:red;
}
.produit .colprod.text{ 	
	color:#000000;
	padding:10px 5px 5px 10px;
}

.produit .colprod .docroutable{
   color:#000;
	font-size:12px;
   /*margin-left:35px;*/
}
.produit .produitlink{
    position:absolute;
    display:block;
    bottom:60px;
    right:54px;
}



.produit .colprod.img{
	position: relative;
	background-color: #e9ecef;
  	min-height:300PX;
  	cursor:pointer;
}
.produit .colprod.img .zoomico{
	position: absolute;
	z-index:30;
	top:140px;
	left:50%;
	color:#004b6c;
	font-size:30px;
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-in;
}
.produit .colprod.img:hover .zoomico {
	opacity: 0.8;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-in;
	}


.apercureassort{
	position: relative;
	background-color: #e9ecef;
  	cursor:pointer;
}
.apercureassort .zoomico{
	position: absolute;
	z-index:30;
	top:-5px;
	right:30px;
	color:#004b6c;
	font-size:30px;
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-in;
}
.apercureassort:hover .zoomico {
	opacity: 0.8;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-in;
}





.btn-primary,
.btn-success,
.btn-light{
    color: #fff;
    background-color: #004b6c  !important;
    border-color: #004b6c !important;
	
}

.btn-primary:HOVER,
.btn-success:HOVER,
.btn-light:HOVER{
    color: #fff;
    
    background-color: #0188c1 !important;
    border-color: #004b6c !important;
    
}
.btn-primary a,
.btn-success a{
    color: #fff;
    text-decoration:none;
}


.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.bordertable{
	border:1px solid #bbb;
	padding:5px;
}

#customfield{
	display: none;
}

#adresselivraison{
	
}

#icoalerte{
	float:left;
	margin-right: 13px;
    margin-top: 1px;
}

#icoalerte .p1[data-count]:after{
    position: absolute;
    right: -11px;
    top: -17px;
    content: attr(data-count);
    font-size: 13px;
    /* padding: .2em; */
    border-radius: 50%;
    padding: 5px 7px;
    line-height: 1em;
    color: white;
    background: #b83535;
	background:rgba(184,53,53,.50);
    text-align: center;
    min-width: 1em;
}
.p1{ 
	width: 50px;
	height: 50px;
	position: relative;
	margin-right:20px;
}

/*
.famillerub1{
background:url('../img/rub1.png') top right no-repeat;
}
*/
#noroutageform tr th{
	border-top:0px;	
}
#noroutageform tr td{
	border-bottom: 2px solid #dee2e6;	
}

.inputfloat{
	display:inline-block;
	width:auto;
	margin-bottom:10px;
}
.w50{
	width:50%;
}
.w75{
	width:75%;
}


.pricefields{
	/*border:1px solid #999;
	padding:10px;*/
}
.pricefields .priceinput,
.pricefields span{
	display: block ;
	float:left;
	color:#343a40 !important;
	font-weight: bold;
	margin-right:10px;
}

.pricefields .priceinput::placeholder{
	color:#bbb !important;
}

.priceinput{
	width:74px;
	text-align: right;
}

.priceinputblock label{
	font-weight:normal;
	font-style:italic;
	margin:0;
	padding:0;
	margin-top:5px;
}

.priceinputblock .col-3{
	margin-bottom:20px;
}
.priceinputblock .priceinput{
	margin-right:0px;
	width:56px;
}






.pricefields span{
padding-top:10px;
margin-left:10px;
margin-right:10px;
}

.selectmonth{
	width:140px;
	display: block ;
	float:left;
	margin-right:10px;
}

.weditor{
    border: 1px solid #ced4da;
    border-radius: .25rem;
    min-height:100px;
    padding:10px;
    background-color:#fff;
}

 hr.fullwidth {
    margin: 0;
    border-top: 1px solid #dedede;
}





#mainNav ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left:0;
    padding-left:0;
    /*margin-right:120px; */
}

#mainNav .level1>li>a {
    display: block;
    color: #004b6c;
    line-height: 53px;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    
    padding-left:15px;
    padding-right:15px;
     
}
#mainNav .level1>li>a:HOVER {
	text-decoration:none;
	background-color:#025a81;
	color:#fff;
}


#mainNav .level1>li {
    display: inline-block;
    /*padding-right: 15px;*/
    list-style-type: none;
}

#mainNav .level1>li>a.active {
	/*border-bottom: 2px solid #004b6c;*/
	background-color:#004b6c;
	color:#fff;
}




#content{
	/*background:url('../img/back_left.jpg') top left no-repeat;
	background-size: contain;*/
	/*background-color:#004b6c;*/	
	padding-top:20px;	
	padding-bottom:20px;
		
}

#content ul {
	margin-left:-15px;	
}
#content ul li:before, #content ol li:before {
    content: '';

    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    margin: 8px 0 0 -15px;
}
#content ul li, #content ol li {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    padding: 6px 0px 6px 15px;
    line-height: 28px;
}

.dropdown-menu li{
	height: 23px;
}




#content ul.nav-tabs li:before {
	background-image: none;
	padding: 6px 0px 0px 15px;
}
#content ul.nav-tabs li {
	padding: 6px 0px 0px 15px;
}

#content ul.ssfamille{
	padding-left:20px;
}
#content .admin ul.ssfamille{
	padding-left:25px;
}



#arbocol h2{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:0;
}
#arbocol ul.arbo li:before{
	background-image: url(../img/Folder_Icon.svg);
    width: 20px;
    height: 20px;
    margin: 3px 0 0 -28px;
}

#arbocol ul.arbo li{
	border-left:1px solid #ccc;
	cursor:pointer;
}
#arbocol ul.arbo li span{
	width:100%;
	display:block;
}

#arbocol .selected{	
	background-color:#eee;
}

#arbocol1{
	padding-right:0;	
}
#arbocol2{
	padding-left:0;	
	background-color:#eee;
}

#arbocol2 #files{
	padding:20px;
}


#content #contentcontainer{
	background-color:rgba(255, 255, 255, 1);
	min-height:600px;	
}


#content ul.pagination li {
	padding-left: 0px;
}
#content ul.pagination li:before{
	background-image:none;
	width: 0px;
}

.new{
	margin-top:10px;
}
.new img.right{
	margin-left:15px;
	margin-bottom:10px;
}
.news .date{
	font-size:12px;
}



p{
	font-size: 14px;
    color: #111;
    font-weight: 400;
    line-height: 28px;
}


#content .page-link {
    color: #004b6c;
}
#content .page-item.active .page-link {
    background-color: #004b6c;
    border-color: #004b6c;
}


footer{
	background-color:#004b6c;
	color:#fff;
}
footer a{
	color:#fff;	
}


.paddingtdmedia1{
	padding-top:30px !important;
}
.paddingtdmedia2{
	padding-top:68px !important;
}
#arbocol2 h2{
	margin-left:20px;
}


#form_contact input{
	margin-bottom:10px;
}
#form_contact select{
	margin-bottom:20px;
}


#detailsblock{
	border: 1px solid #333;
    padding: 10px;
    margin: 10px 0;

}
#upload_again{
	margin-top:10px;
	margin-bottom:20px;
}




#loadermask{
  display:none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:999999;
  background-color: rgba(255,255,255, 0.9);
  text-align: center;
}

#loadermask #loader{
  position:fixed;
  width:300px;
  left:50%;
  margin-left:-150px;
}
#loadermask #barre{
    margin-top:15px;
    height:20px;

}
#loadermask #barre .ui-widget-header {
    border: 1px solid #dddddd;
    background: #b3c618;
    color: #333333;
    font-weight: bold;
}
#loadermask #barre .ui-progressbar .ui-progressbar-value {
    margin: 0px !important;
    height: 100%;
}


.tabletarif{
     border:1px solid #dee2e6;
}
.tabletarif tr td,
.tabletarif tr th{
	font-size:14px;
	padding:8px;
}




table.bats td,
table.bats th{
border-top:0;
}


.etat0{
color:#808080;
}
.etat1{
color:#b83535;
}
.etat2{
color:#ddb037;
}
.etat3{
color:#b4c71b;
}


.depotposte{
	margin-top:25px;	
}
.depotposte label{
	font-weight:normal;
}


.slim-file-hopper{
	border:2px dotted #004b6c;
	padding:5px !important;
}


.tooltip.icon{
	opacity:1;
	display:inline-block !important;
	position:inherit !important;
	color:#004b6c;
	cursor:pointer;
	font-size:1rem;
	color:#f89802;
}


.admin .table-striped td,
.admin .table-striped th{	
	font-size:14px;
}
.admin .table-striped td a,
.admin .table-striped th a{	
	display:inline-block;
	margin:5px;
}

.liltab.table-striped td,
.liltab.table-striped th{	
	font-size:14px;
}
.liltab.table-striped td a,
.liltab.table-striped th a{	
	display:inline-block;
	margin:5px;
}



.btn-toolbar .btn-group .btn{
	height:30px;
	background-color:#777;
	border:1px solid #ccc;
	color:#fff;
	padding:7px 11px;
}


.occasion label{
	font-weight:normal;
	min-width:150px;
}


#files .mediablock{
   text-align:center;    
    padding-bottom:20px;
    padding-top:25px;
    border-bottom:1px solid #000;
}
#files .titremedia{
	margin:5px auto;
	min-height:80px;
	text-transform: uppercase;
    font-size:14px;
    overflow-wrap: break-word;
}


#files img{
    width:100%;
}   
.backoffice #files img{
    
    width:auto;
   
    max-width:200px;     
    max-height:150px;
}    
#files .imgmedia{
     min-height:150px;
    padding:5px;
    /*
     min-height:253px;
    border:1px solid #444;
    background-color:#fff;
    */
}  
 



.new {
text-align:justify;
}

.sidebar ul li{
    padding: 0px 0px 0px 15px !important;
}

#content ul li.famille_media.n2 {
	padding: 3px 0px 3px 25px;
}
#content ul li.famille_media.n3 {
	padding: 3px 0px 3px 35px;
}
#content ul li.famille_media.n4 {
	padding: 3px 0px 3px 45px;
}
#content ul li.famille_media.n5 {
	padding: 3px 0px 3px 55px;
}


/*
#arbocol ul.arbo li.n2:before {
    background: url(../img/Folder_Icon.svg) no-repeat;    
    width: 20px;
    height: 20px;
    margin: 3px 0 0 -28px;   
}

#arbocol ul li.famille_media.n2 {
	padding: 3px 0px 3px 35px;
}
#arbocol ul li.famille_media.n3 {
	padding: 3px 0px 3px 45px;
}
#arbocol ul li.famille_media.n4 {
	padding: 3px 0px 3px 55px;
}
#arbocol ul li.famille_media.n5 {
	padding: 3px 0px 3px 65px;
}
*/

#arbocol ul li.famille_media {
	padding: 5px 0px 0px 15px !important;
}
#arbocol ul.ssfamille {
	border-top:1px solid #ccc !important;
}





#mainNav, #header{
	position:relative;
}

#navtop{
	position:absolute;
    right: 0px;
    top: 0px;
}

#navtop li{
	height:50px;
	text-align:center;
}

#icors{
	position:absolute;
    right: 30px;
    top: 45px;    
}



#bdc .refs tr.active{
background-color: #accffd !important;
}
#bdc .refs tr,#bdc .refs td{	
	height:35px;

}
#bdc .refs td{
	padding:10px;	
}
#bdc .refs td.inputtd{
	padding:5px;	
}



#bdc .refs input.form-control{
	width:75px;
	height:32px;
	margin:0;
	display:block;
	float:right;
	text-align:right;
	
}

#bdc label.uneligne{	
	display:inline-block;
	width:200px;
}
#bdc input.uneligne,
#bdc select.uneligne{
	max-width:250px;
	display:inline-block;
	margin-left:20px;
}

#bdc input.uneligne.totaux{
	width:150px;
	text-align:right;
	font-weight:bold;
}

#bdc tr.active0{
	background-color:#d8d8d8;
    display:none;
}

#bdc tr.active0 td.inputtd input{
	display:none;
}

.detailorderlineback tr td{
	padding:4px;
	
	
}


.visible0 {
	display:none !important;
}
.backoffice .visible0{
	display:block !important;
}
.backoffice .visible0 a{
	color:#888 !important;
}



#loading{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, 0.8);
}
#loading #spinner{
	position:fixed;
	left:50%;
	margin-left:-175px;
    width:450px;
	top:50%;
	margin-top:-180px;
	text-align:center;
    
    background-color:#ffffff;
    padding:20px;
    border: 2px dotted #004b6c;
}


.shadowExtrem{
	box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.02),
  0 6.7px 5.3px rgba(0, 0, 0, 0.028),
  0 12.5px 10px rgba(0, 0, 0, 0.035),
  0 22.3px 17.9px rgba(0, 0, 0, 0.042),
  0 41.8px 33.4px rgba(0, 0, 0, 0.05),
  0 100px 80px rgba(0, 0, 0, 0.07)
;
}

.borderLemken{
	border:2px solid #004b6c;
}



.mercitext{
color:#004b6c;
font-size:15px;
text-align:left;
padding-left:42px;
font-weight:bold;
font-family:arial;

}



.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link{
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-size:16px;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #004b6c;
    border-color: #dee2e6 #dee2e6 #fff;
    font-size:16px;
}

.trsmall, .trsmall th, .trsmall td {
    font-size: 14px;
}

.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(60 160 200 / 50%);
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(60 160 200 / 50%);
}

.adresseform input{
	margin-bottom:10px;
}
.adresseform select{
	margin-bottom:10px !important;
}
.adresseform input.horaire{
	float:right;
	width:450px;
}

/* Dropdown poppers */
.dropdown-toggle.btn-light {
    color: #000;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    margin-bottom:10px !important;
}

.dropdown-menu li,
.dropdown-menu li a{
	margin-bottom:0 !important;
	margin-top:0 !important;
	padding-bottom:0 !important;
	padding-top:0 !important;	
	
}




.adresseform .labelhoraire{
	display:inline-block;
	height:48px;
	padding-top:8px;
	clear:both;
}

.adresseform .horairestitre{
	display:inline-block;	
	margin-bottom:12px;
	
}


.checkdoc{
	float:left;
	margin-right:5px;	
}
.namedoc{
	
	width:200px;
	line-height:18px;
	margin-top:-3px;
}


.tooltip-arrow, .tooltip > .tooltip-inner {background-color: #004b6c !important;}


.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #004b6c; /* Red */
}


.modalplus{
	color:#004b6c;
	cursor:pointer;
}

.modal-dialog-100 {    
    height: 97% !important;   
}
  
.modal-content-100 {
    height: auto;
    min-height: 97%;
}

.btapercu{
	background-color:#368bab  !important;	
}


.btn-toolbar{
	margin-top:0  !important;
	margin-bottom:0  !important;	
	padding:2px;
	border:1px solid #999;
	background-color:#dedede;
	border-radius: 5px;
}
.btn-toolbar .btn-group .btn {
	padding-top:3px;
}



.btn-toolbar .btn-group .btn
{
    background-color: #eee;
    color: #000;
}


.colkit{
	border:1px solid #eee;
	padding-left:0;
	padding-right:0;
	height:400px;
	position:relative;
}
.colkit-descr{
	padding-left:10px;
	padding-right:10px;
}
.colkit-descr h3{
	font-size:19px;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
}
.colkit-descr h4{
	font-size:13px;
	margin-top:5px;
	margin-bottom:5px;
	color:#004b6c;
	font-weight:bold;
	text-align:center;
}
.colkit-descr p{
	font-size:12px;
	line-height:18px;
}
.colkit hr{
	margin-top:10px;
	margin-bottom:5px;
	border:1px solid #eee;
	border-top:0;
}
.colkit a.seeall{
	position:absolute;
	width:300px;
	left:50%;
	margin-left:-150px;
	bottom:23px;
}

.imgrdm.selected{
   box-shadow: 0px 0px 1px 1px #d1d1d1;
}

.imgrdm.selected{
   box-shadow: 0px 0px 3px 3px #004b6c ;
}

.fluote{
	background-color :#FFF176;
}

.inputdate{
	float:left;
	width:50px;	
}
.inputdateannee{
	float:left;
	width:80px;	
}

.notered{
	display:block;
	margin-bottom:10px;
	color:red;
}

.form-control {
    color: #000000;
}


.pagination .page-item.active a.page-link{
		color:#ffffff !important;
}

.listbat{
	margin-left:0;
	padding-left:0;
}


.bandeauimg{
	height:124px !important;
	width:124px !important;
	position:absolute;
	top:0;
	left:0;
}



/* modal choix */
.nbelselected{
position:fixed;
left:0;
top:0;
font-size:16px;
padding-top:17px;
z-index:5000;
color:#004b6c;
font-weight:bold;
width:100%;
height:81px;
background-color: rgba(224, 230, 230,0.95);
text-align:center;
}

.unitaireqte{
	width:84px;	
}
.unitairetotal{
	width:130px;
}
.selectionbt{
	text-align:right;
}

.blocadresseboitage{
	border:1px solid #ccc;
	background-color:#e6e6e6;
	padding:10px;
}

.row-2026 .col-4 .colkit{
	min-height:455px;
}