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

/*Ligne à supprimer car votre site inclus nativement cette police*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,400italic,500,500italic,700);

.tabs1 {
}

/*  == tab heading */
.tabs { overflow:hidden; margin:0; padding:0;}
ul {list-style: outside none none;}
.tabs li{ float:left; background: #FBF6EF; border: 1px solid #D1A65A; font-family: 'Ubuntu', 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: #426EB0; font-weight:bold; padding: 15px 20px; }
.tabs li a:hover { color: #ffffff; background: #D1A65A;}
.tabs .active a{ background: #C6D771;}
.tabs .active:hover a{ color: #ffffff; background: #426EB0; }

/*  == 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-size: 14px;
	color: #426EB0;
	line-height: 18px;
	text-align: justify;
}

/* == 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;}

/*Mise en forme des tableaux, de l'en-tête et des pensées*/
.tab_content table.table1 td{background-color: #FBF6EF; text-align: center; border: 1px solid #ffffff;}
.tab_content table.table1 th{background-color: #C6D771; font-family: 'Ubuntu', sans-serif; font-weight: 700; color: #426EB0; text-align: center; border: 1px solid #ffffff;}
.tab_content table.table2 p{ font-family: 'Ubuntu', sans-serif; color:#BC7E0E; font-weight: bold; text-align: center; }
.tab_content table.table3 th{ background-color: #D1A65A; font-family: 'Ubuntu', sans-serif; font-weight: 700; color: #ffffff; text-align: center; }
.tab_content table.table3 td{ background-color: #FBF6EF; font-family: 'Ubuntu', sans-serif; font-weight: 700; font-size: 1.4rem; line-height: 1.5rem; color: #BC7E0E; 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; }
.header {font-family: 'Ubuntu', sans-serif; font-size: 18px; font-weight: 700; color: #ffffff; background: #426EB0; padding: 5px 20px; text-align: center;}
.pensee {font-family: 'Ubuntu', sans-serif; font-size: 14px; font-weight: 700; line-height: 20px; color: #BC7E0E; text-align: center;}
.pensee2 {font-size: 12px; font-weight: 500; line-height: 18px; color: #426EB0}

/* 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; }
}