/* -------------------------------- 

Primary style

-------------------------------- */
html * {
   /* -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*body {
  font-size: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}*/



/*img, svg {
  max-width: 100%;
}*/

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
#cd-table .cd-unchecked span, #cd-table .cd-checked span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

Main components 

-------------------------------- */




#cd-table::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-table::before {
  /* White color gradient on the right */
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 35px;
  background: -webkit-linear-gradient( right , white 10%, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, white 10%, rgba(255, 255, 255, 0));
  z-index: 5;
  pointer-events: none;
}
.no-cssgradients #cd-table::before {
  /* remove the gradient using modernizr if css gradients are not supported */
  display: none;
}
#cd-table.table-end::before {
  /* the gradient disappears when user is at the end of the table */
  display: none;
}
#cd-table .cd-table-container {
  position: relative;
  width: 80%;
  overflow-x: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
#cd-table .cd-table-column:last-child {
  border-right: none;
}
#cd-table ul > li {
  position: relative;
  text-align: center;
  padding: 0 0.2em;
  border-bottom: 1px solid #e6e7f1;
  height: 42px;
  line-height: 42px;
  background-color: white;
    color: #737587;
  font-size:15px;
}
#cd-table h2 {
	text-align: center!important;
	border-bottom: 1px solid #e6e7f1;
	padding: 1em;
	min-height: 50px;
	background-color: white;
	vertical-align: middle;
	 font-size: 13px;
	 font-size: 0.78rem;
	 text-transform: uppercase;
	 font-weight: normal;
	 color: #444;
	 margin-bottom: 0;
}
#cd-table ul > li:nth-child(odd) {
  background-color: #f6f7fa;
}
#cd-table ul > li:last-child {
  border-bottom: none;
}
#cd-table .cd-unchecked span, #cd-table .cd-checked span {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("../img/yes-no.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#cd-table .cd-unchecked span {
  background-position: -16px 0;
}
#cd-table .cd-select {
  display: block;
  height: 100%;
  width: 100%;
  font-weight: bold;
}
#cd-table header.cd-table-column {
  position: static!important;
  min-width: 0;
  width: 20%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: #E9E9E9;
  margin-left: 0;
  border-color: #6b758d;
  box-shadow: 2px 0 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

#cd-table header.cd-table-column1-5 {
  position: static!important;
  min-width: 0;
  width: 26%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: #E9E9E9;
  margin-left: 0;
  border-color: #6b758d;
  box-shadow: 2px 0 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

#cd-table header.cd-table-column2-3-4 {
  position: static!important;
  min-width: 0;
  width: 16%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: #E9E9E9;
  margin-left: 0;
  border-color: #6b758d;
  box-shadow: 2px 0 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

#cd-table .cd-table-column {
    width: 25%;
    float: left;
  	  font-family: 'Lato', Helvetica, Arial, sans-serif !important;

  }
#cd-table header.cd-table-column h2, #cd-table header.cd-table-column li {
  background-color: #fff;
  text-align: left;
  color: #edeef1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-bottom-color: #e6e7f1;
}
#cd-table header.cd-table-column h2 {
  color: #444;
}
#cd-table header.cd-table-column li:nth-child(odd) {
  background-color: #F6F7FA;
}
/*#cd-table header.cd-table-column li:last-child {
  border-bottom: 1px solid #6b758d;
}*/

#cd-table .cd-scroll-right {
  /* small right arrow that indicates it's possible to scroll right */
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background: url("../img/small-arrow.svg") no-repeat center center;
  z-index: 6;
  -webkit-animation: cd-scroll-right 1.5s infinite;
  -moz-animation: cd-scroll-right 1.5s infinite;
  animation: cd-scroll-right 1.5s infinite;
}
.z-tabs.flat.responsive.z-bordered > .z-container, .z-tabs.flat.mobile.z-bordered > .z-container{
	padding: 0;
}

@media only screen and (min-width: 870px) {
  #cd-table {
    margin: 2em auto;
    border-right: none;
  }
  #cd-table::before {
    display: none;
  }
  #cd-table .cd-table-wrapper {
    width: 100%;
  }
  #cd-table .cd-table-column:last-child {
    /* border-right: 1px solid #e6e7f1; */
  }
  #cd-table header.cd-table-column {
    width: 20%;
    float: left;
    background: #E9E9E9;
    box-shadow: none;
    pointer-events: auto;
    min-width: 100px;
	  border-right: 1px solid #e6e7f1;
  }
  
}
@media only screen and (max-width: 1113px)  {
	#cd-table h2{
		min-height: 50px;
	}
}
@media only screen and (min-width: 630px){
	#cd-table .cd-scroll-right {
    display: none;
  	}
}

@media only screen and (max-width: 629px)  {
	#cd-table{
		width: 100%;
		min-width: 0;
	}
	#cd-table .cd-table-wrapper {
	  width: 800px;
	}
	#cd-table header.cd-table-column{
		width: 140px;
	}
	#cd-table .cd-table-container{
		width: calc(100% - 140px);
	}
}

/* -------------------------------- 

CHRIS MODIFICATIONS 

-------------------------------- */


.tarifs-line-height{
/*	line-height: 1.3rem;
*/	 color:#737587;
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
padding-left: 0.7rem
}


#cd-table {
	 position: relative;
	 width: 66%;
	 max-width: 800px;
	 min-width: 630px;
	 margin: 1em auto;
	 font-size: 14px;
	 font-size: 0.84rem;
	letter-spacing: -0.03rem;
	 /* you may remove this border in case of dark backgrounds if it's annoying */
}

@media screen and (min-width:630px) and (max-width:1024px){
	#cd-table {
	 width: 66%;
	 max-width: 630px;}
	       .ths{
        letter-spacing: -0.055rem;}   
	}

@media screen and (max-width:1024px) {
        #cd-table h2{
        letter-spacing: -0.055rem;}
  	.zozo-container{
		width: 66%;
		max-width: 630px;
	}
	.z-tabs.flat.horizontal > .z-container > .z-content > .z-content-inner, .z-tabs.flat.mobile > .z-container > .z-content > .z-content-inner{padding: 2em 5em!important;}
	
}