/*
* jQueryTab v2.0
* Copyright Dharma Poudel (@rogercomred)
* Free to use under the GPLv3 license.
* http://www.gnu.org/licenses/gpl-3.0.html
*/


.tabs1 {
}

/*  == tab heading */
.tabs { overflow:hidden; margin:0; padding:0;}
ul {list-style: outside none none;}
.tabs li{ float:left; background: #f5f5f5; border: 1px solid #ccc; font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -moz-box-shadow: 0 5px 8px #cccccc;
  -webkit-box-shadow: 0 5px 8px #cccccc;
  box-shadow: 0 5px 8px #cccccc;
}
.tabs li a{ display:block; color: #183a8d; font-weight:bold; padding: 15px 20px; }
.tabs li a:hover { background: #EFEDED;}
.tabs .active a{ background: #c1d5f6;}
.tabs .active:hover a{ color: #ffffff; background: #183a8d; }

/* == accordion */
.accordion_tabs { display:none; border-top: 1px solid #ccc; padding: 10px; font-weight: bold; background: #f5f5f5; }
.tab_content_wrapper > .accordion_tabs:first-child{ border-top:none; }
a.accordion_tabs:link { background: #f5f5f5; color: #183a8d; }
a.accordion_tabs:hover { background: #EFEDED; color: #183a8d}
a.accordion_tabs.active { color: #183a8d; background: #c1d5f6; border-bottom: 1px solid #ccc;}
a.accordion_tabs.active:hover { color: #ffffff; background: #183a8d; border-bottom: 1px solid #ccc;}

/*  == tab content  */
.tab_content_wrapper{
  overflow:hidden;
  position:relative;
  -moz-box-shadow: 0 5px 8px #cccccc;
  -webkit-box-shadow: 0 5px 8px #cccccc;
  box-shadow: 0 5px 8px #cccccc;
  }

.tab_content{
  margin-left: auto;
  margin-right: auto;
  padding:12px;
  background:#fff;
  width: 97%;
  }
.toggle_display{display:block;}
.toggle_position{ position:absolute; }
.toggle_border{ border:1px solid #ccc; }

.tab_content table.table1 .prix{
	font-weight: bold;
	color: #8b0000;
	line-height: 20px;
}
.tab_content .first-p{
	font-family: 'Open Sans',sans-serif;
	font-size: 1.5rem;
	color: #183A8D;
	line-height: 1.9rem;
	font-weight: 400;
	text-align: justify;
}
.tab_content table.table1 td{background-color: #f5f5f5; text-align: center; border: 1px solid #ffffff;}
.tab_content table.table1 th{background-color: #EFEDED; font-family: 'Open Sans', sans-serif; font-weight: 700; color: #183A8D; text-align: center; border: 1px solid #ffffff;}
.tab_content table.table2 p{ font-family: 'Open Sans', sans-serif; color:#ED7731; font-weight: bold; text-align: center; }
.tab_content table.table3 th{ background-color: #EFEDED; font-family: 'Open Sans', sans-serif; font-weight: 700; color: #183A8D; text-align: center; }
.tab_content table.table3 td{ background-color: #f5f5f5; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 1.4rem; line-height: 1.5rem; color: #ED7731; text-align: center; }
.tab_content table.table3{ -moz-box-shadow: 0 5px 15px #cccccc; -webkit-box-shadow: 0 2px 5px #cccccc; box-shadow: 0 2px 5px #cccccc; }
table.table3 th{ background-color: #EFEDED; font-family: 'Open Sans', sans-serif; font-weight: 700; color: #183A8D; text-align: center; }
table.table3 td{ background-color: #f5f5f5; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 12px; line-height: 16px; color: #ED7731; text-align: center; }
table.table3 .rowtitle {background: #EFEDED;}
table.table3{ -moz-box-shadow: 0 5px 15px #cccccc; -webkit-box-shadow: 0 2px 5px #cccccc; box-shadow: 0 2px 5px #cccccc; }
.header {font-family: 'Open Sans', sans-serif; font-size: 18px;	font-weight: 700; color: #183a8d; background: #c1d5f6; padding: 5px 20px; text-align: center;}
.pensee {font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 600; line-height: 20px; color: #ED7731; text-align: center;}
.pensee2 {font-size: 12px; font-weight: 500; line-height: 18px;}


/* Media Queries
***********************/
@media screen and (max-width: 600px) {
  #container{ width:90%; padding:40px 20px; }
  .accordion_tabs{ display:block; }
  .tab_content_wrapper{ height:auto !important;}
  .tab_content{ transition:none; padding:10px;}
  .toggle_display{display:none;}
  .toggle_position{ position:relative; }
  .toggle_border{ border-width: 1px; }
}