@charset "utf-8";
/* CSS Document */

.container_tarif.is_hidden {
	display:none;
}


.tarifs_tab {
	border:none !important;	
}

.tarifs_tab tr, .tarifs_tab th{
	border:none !important;	

}
.tarifs_tab th, .tarifs_tab td{ 
	padding-left:10px !important;
}

.tarifs_tab th{ 
color:#ffffff !important;
	background-color: #20bfd5 !important;
	padding-left:10px;
	
}
.tarifs_tab tr td:first-child, .tarifs_tab tr th:first-child {
	text-align:left;	
	width:80% !important;
}
.tarifs_tab .annotation_tarif {
	font-size:13px;
	font-style:italic;
	padding:0px;	
	margin:0px;
}
.infos_tarif {
	padding-top:20px;
	font-size:12px;
	font-style:italic;	
}
.tarifs_tab td strong{ 
	font-weight:600;
}

.titre_tarif p{
	font-size:16px;
	text-transform: uppercase;
	padding:20px 20px 0 20px;

	text-align:left;
	margin-top:0px;
	text-align: center;
	font-weight:600;
}

.tarifs_tab {
	width:100%;
	margin:0 auto 20px auto !important;
}


.tarifs_tab th{
font-weight:600;
text-transform: uppercase;
font-size:18px;
line-height:20px;
	padding-top:10px;
	padding-bottom:10px;
}

.tarifs_tab td{
font-size:15px;
line-height:16px;
padding:10px 0px;
}


.tarifs_tab li span{

display:block;
font-weight:800;
text-transform: uppercase;
width:100%;
font-size:15px;
}

.infos_tarif {
	font-size:12px;
	font-style:italic;
	line-height:16px;
	padding:0px 20px 20px 20px;
	
}
@media (max-width: 800px){
.tarifs_tab th,.tarifs_tab td {
	font-size:12px;
	width:25%;
	text-align:center;
}
	
.tarifs_tab tr td:first-child, .tarifs_tab tr th:first-child {
    text-align: left;
    width: 50% !important;
}	
}



.container_pass {
	text-align: center;
}
.container_pass>.pass_item {
	display:inline-block !important;
	width:20% !important;
	vertical-align: top; 
}

.pass_item_container {
	padding:15px;
	margin:5px;
	border-top:solid 8px #1d6bb3;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	font-family: Josefin Sans !important;
}


.pass_item_container  .titre {
	font-size:22px !important;
	color : #1d6bb3;
	padding-bottom:20px;
}

.pass_item_container .content, .pass_item_container .content ul li {
	text-align: left;
	color : #1d6bb3 !important;
	font-family: Josefin Sans !important;
	font-size:15px;
}
.pass_item_container .content {
	padding-bottom:20px;
}

.pass_item_container .prix {
	font-size:20px;
	font-weight:700;
	color : #1d6bb3 !important;
	padding-bottom:15px !important;
}
.pass_item_container .prix span {
	font-size:18px;
	font-weight:400;
	color : #1d6bb3 !important;
}

.pass_item_container .frais {
	font-size:20px;
	font-weight:700;
	color : #1d6bb3 !important;
	padding-bottom:15px !important;
}
.pass_item_container .frais span {
	font-size:18px;
	font-weight:400;
	background-color : #1d6bb3 !important;
	color:#ffffff !important;
	padding:10px;
	text-transform: uppercase !important;
}

