/*------------------------------------------------------------------
[VanillaTabs styles]
- Table of contents -

1. Global tabs styles
2. Horizontal tabs styles
3. Vertical tabs styles
4. Accordion / responsive styles
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
1. Global tabs styles
-------------------------------------------------------------------*/
.tabs {
	list-style: none;
	margin: 30px 0 50px 0;
	padding: 0;
}

.tabs__nav_link {
	cursor: pointer;
	text-decoration: none;
	color:black;
	background:#d9355c;
}



.tabs__content {
	display: block;
	transition: opacity 0.2s;
}

.tabs.style__horizontal .tabs__content,
.tabs.style__vertical .tabs__content {
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	margin:0px 0px!important;
}

.tabs.style__horizontal .tabs__content.is__active,
.tabs.style__vertical .tabs__content.is__active,
.tabs__content.is__active {
	opacity: 1;
	height: auto;
	visibility: visible;
}

/*------------------------------------------------------------------
2. Horizontal tabs styles
-------------------------------------------------------------------*/
.tabs.style__horizontal .tabs__nav {
	position: relative;
	z-index: 2;
	display: flex;
	margin-bottom: -1px;
	border-bottom:1px solid #e7e7e7;
}

.tabs.style__horizontal .tabs__nav .tabs__nav_link {
	font-weight: bold;
	border-bottom: 0;
	margin: 0 0px 0 0;
	padding: 10px;
	background: #e7e7e7;
	display: block;
	color:black;
	border-right:2px solid white;
}

.tabs.style__horizontal .tabs__nav .tabs__nav_link:hover {
	
	font-weight: bold;
	background: #e7e7e7 !important;
	color: #d9355c;
}

.tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active {
	font-weight: bold;
	background: #e7e7e7 !important;
	color: #d9355c;
}

.tabs.style__horizontal .tabs__content.is__active {
	border-left:1px solid #e7e7e7;
	background: white;
	padding: 18px;
	position: relative;
	z-index: 1;
	border-bottom:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
}

.tabs.style__horizontal .tabs__content .tabs__nav_link {
	display: none;
}




/*------------------------------------------------------------------
3. Vertical tabs styles
-------------------------------------------------------------------*/
.tabs.style__vertical {
	display: flex;
	width: 100%;
}

.tabs.style__vertical .tabs__nav {
	flex: 0 0 250px;
}

.tabs.style__vertical .tabs__nav .tabs__nav_link {
	border: 1px solid #ccc;
	border-right: 0;
	margin: 3px 0;
	padding: 10px;
	background: #eee;
	display: block;
	color:black!important;
}

.tabs.style__vertical .tabs__nav .tabs__nav_link.is__active {
		font-weight: bold;
	background: #d9355c !important;
	color: white!important;
}

.tabs.style__vertical .tabs__content {
	flex-grow: 1;
	width: 0;
}

.tabs.style__vertical .tabs__content .tabs__nav_link {
	display: none;
}

.tabs.style__vertical .tabs__content.is__active {
	border: 1px solid #ccc;
	background: #fff;
	padding: 18px;
	position: relative;
	z-index: 1;
	width: auto;
}

/*------------------------------------------------------------------
4. Accordion / responsive styles
-------------------------------------------------------------------*/
.tabs.style__accordion,
.tabs.is__responsive {
	display: block;
}
.tabs.style__accordion .tabs__nav,
.tabs.is__responsive .tabs__nav {
	display: none;
}

.tabs.style__accordion .tabs__nav_link,
.tabs.is__responsive .tabs__nav_link,
.tabs.style__accordion .tabs__content .tabs__nav_link,
.tabs.is__responsive .tabs__content .tabs__nav_link {
	display: block;
	padding: 10px;
	margin: -18px;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/bottom.png') no-repeat 98% center white;
	background-size:12px auto;
	color: black;
}

.tabs.style__accordion .tabs__nav_link.is__active,
.tabs.is__responsive .tabs__nav_link.is__active {
	font-weight: bold;
	margin-bottom: 0;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/top.png') no-repeat 98% center #d9355c;
	background-size:12px auto;
	color: white
}






@media (max-width: 992px){
.tabs.style__accordion .tabs__nav_link,
.tabs.is__responsive .tabs__nav_link,
.tabs.style__accordion .tabs__content .tabs__nav_link,
.tabs.is__responsive .tabs__content .tabs__nav_link {
	display: block;
	padding: 10px;
	margin: -18px;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/bottom.png') no-repeat 98% center #f2f2f2;
	background-size:12px auto;
	color: black;
	font-weight: bold;
}

.tabs.style__accordion .tabs__nav_link.is__active,
.tabs.is__responsive .tabs__nav_link.is__active {
	font-weight: bold!important;
	margin-bottom: 0;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/top.png') no-repeat 98% center #f2f2f2;
	background-size:12px auto;
	color: #d9355c;
}



.overlay-guide .tabs.style__accordion .tabs__nav_link,
.overlay-guide .tabs.is__responsive .tabs__nav_link,
.overlay-guide .tabs.style__accordion .tabs__content .tabs__nav_link,
.overlay-guide .tabs.is__responsive .tabs__content .tabs__nav_link {
	display: block;
	padding: 10px;
	margin: -18px;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/bottom.png') no-repeat 98% center white;
	background-size:12px auto;
	color: black;
	font-weight: bold;
}

.overlay-guide .tabs.style__accordion .tabs__nav_link.is__active,
.overlay-guide .tabs.is__responsive .tabs__nav_link.is__active {
	font-weight: bold!important;
	margin-bottom: 0;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/top.png') no-repeat 98% center #d9355c;
	background-size:12px auto;
	color: white;
}






}



.tabs.style__accordion .tabs__content,
.tabs.is__responsive .tabs__content {
	border-bottom: 1px solid #ccc;
	padding: 18px;
	background: white;
	margin: 0 0 15px 0;
	display: block;
	height: auto;
	flex: none;
	opacity: 1;
	visibility: visible;
	overflow: auto;
	width: auto;
}

.tabs.style__accordion .tabs__content_wrapper,
.tabs.is__responsive .tabs__content_wrapper {
	height: 0;
	transform: scaleY(0);
	overflow: hidden;
	transition: transform 0.2s;
	transform-origin: top left;
	font-size:0.9em;
}

.tabs.style__accordion .tabs__content.is__active .tabs__content_wrapper,
.tabs.is__responsive .tabs__content.is__active .tabs__content_wrapper {
	height: auto;
	transform: scaleY(1);
	padding-top:18px;
}










/*------------------------------------------------------------------
[VanillaTabs styles]
- Table of contents -

1. Global tabs styles
2. Horizontal tabs styles
3. Vertical tabs styles
4. Accordion / responsive styles
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
1. Global tabs styles
-------------------------------------------------------------------*/
#tabs-hp.tabs {
	list-style: none;
	

	width:100%;
	border-radius:10px;
	padding:25px 25px;
	background:white;
	
}

#tabs-hp.tabs__nav_link {
	cursor: pointer;
	text-decoration: none;
	color:black;
	background:#d9355c;
}


#tabs-hp.tabs__content {
	display: block;
	transition: opacity 0.2s;
}

#tabs-hp.tabs.style__horizontal .tabs__content,
#tabs-hp.tabs.style__vertical .tabs__content {
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	margin:0px 0px!important;
}

#tabs-hp.tabs.style__horizontal .tabs__content.is__active,
#tabs-hp.tabs.style__vertical .tabs__content.is__active,
#tabs-hp.tabs__content.is__active {
	opacity: 1;
	height: auto;
	visibility: visible;
}

/*------------------------------------------------------------------
2. Horizontal tabs styles
-------------------------------------------------------------------*/
#tabs-hp.tabs.style__horizontal .tabs__nav {
	position: relative;
	z-index: 2;
	display: flex;
	margin-bottom: -1px;
	border-bottom:1px solid #e7e7e7;
}

#tabs-hp.tabs.style__horizontal .tabs__nav .tabs__nav_link {
	font-weight: bold;
	border-bottom: 0;
	margin: 0 0px 0 0;
	padding: 10px;
	background: #e7e7e7;
	display: block;
	color:black;
	border-right:none;
}

#tabs-hp.tabs.style__horizontal .tabs__nav .tabs__nav_link:hover {
	
	font-weight: bold;
	background: #e7e7e7 !important;
	color: #d9355c;
}

#tabs-hp.tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active {
	font-weight: bold;
	background: #e7e7e7 !important;
	color: #d9355c;
}

#tabs-hp.tabs.style__horizontal .tabs__content.is__active {
	border-left:none;
	background: white;
	padding: 10px 10px;
	position: relative;
	z-index: 1;
	border-bottom:1px solid #e7e7e7;
	border-right:none;
}

#tabs-hp.tabs.style__horizontal .tabs__content .tabs__nav_link {
	display: none;
}




/*------------------------------------------------------------------
4. Accordion / responsive styles
-------------------------------------------------------------------*/
#tabs-hp.tabs.style__accordion,
#tabs-hp.tabs.is__responsive {
	display: block;
}
#tabs-hp.tabs.style__accordion .tabs__nav,
#tabs-hp.tabs.is__responsive .tabs__nav {
	display: none;
}

#tabs-hp.tabs.style__accordion .tabs__nav_link,
#tabs-hp.tabs.is__responsive .tabs__nav_link,
#tabs-hp.tabs.style__accordion .tabs__content .tabs__nav_link,
#tabs-hp.tabs.is__responsive .tabs__content .tabs__nav_link {
	display: block;
	padding: 30px 70px 20px 30px;
	margin: -18px;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/bottom-rose.png') no-repeat 98% center #f2f2f2;
	background-size:12px auto;
	color: black;
}

#tabs-hp.tabs.style__accordion .tabs__nav_link.is__active,
#tabs-hp.tabs.is__responsive .tabs__nav_link.is__active {
	font-weight: bold;
	margin-bottom: 0;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/top-blanc.png') no-repeat 98% center #d9355c;
	background-size:12px auto;
	color: white
}


a#tabs-hp.tabs.is__responsive .tabs__nav_link.is__active{
	background:red;
}

#tabs-hp.tabs__nav_link a{width:80%!important; background:red!important; }




@media (max-width: 992px){
#tabs-hp.tabs.style__accordion .tabs__nav_link,
#tabs-hp.tabs.is__responsive .tabs__nav_link,
#tabs-hp.tabs.style__accordion .tabs__content .tabs__nav_link,
#tabs-hp.tabs.is__responsive .tabs__content .tabs__nav_link {
	display: block;
	padding: 30px 70px 20px 30px;
	margin: -18px;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/bottom-rose.png') no-repeat 95% center #f2f2f2;
	background-size:12px auto;
	color: black;
	font-weight: bold;
}

#tabs-hp.tabs.style__accordion .tabs__nav_link.is__active,
#tabs-hp.tabs.is__responsive .tabs__nav_link.is__active {
	font-weight: bold!important;
	margin-bottom: 0;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/top-blanc.png') no-repeat 95% center #d9355c;
	background-size:12px auto;
	color: white;
	font-weight: bold;
}



#tabs-hp.overlay-guide .tabs.style__accordion .tabs__nav_link,
#tabs-hp.overlay-guide .tabs.is__responsive .tabs__nav_link,
#tabs-hp.overlay-guide .tabs.style__accordion .tabs__content .tabs__nav_link,
#tabs-hp.overlay-guide .tabs.is__responsive .tabs__content .tabs__nav_link {
	display: block;
	padding: 10px;
	margin: -18px;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/bottom-rose.png') no-repeat 98% center white;
	background-size:12px auto;
	color: black;
	font-weight: bold;
}

#tabs-hp.overlay-guide .tabs.style__accordion .tabs__nav_link.is__active,
#tabs-hp.overlay-guide .tabs.is__responsive .tabs__nav_link.is__active {
	font-weight: bold!important;
	margin-bottom: 0;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/top-blanc.png') no-repeat 98% center #d9355c;
	background-size:12px auto;
	color: white;
}






}



#tabs-hp.tabs.style__accordion .tabs__content,
#tabs-hp.tabs.is__responsive .tabs__content {
	border-bottom: 1px solid #ccc;
	padding: 10px 10px;
	background: white;
	margin: 0 0 15px 0;
	display: block;
	height: auto;
	flex: none;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
	width: auto;
}

#tabs-hp.tabs.style__accordion .tabs__content_wrapper,
#tabs-hp.tabs.is__responsive .tabs__content_wrapper {
	height: 0;
	transform: scaleY(0);
	overflow: hidden;
	transition: transform 0.2s;
	transform-origin: top left;
	font-size:0.9em;
}

#tabs-hp.tabs.style__accordion .tabs__content.is__active .tabs__content_wrapper,
#tabs-hp.tabs.is__responsive .tabs__content.is__active .tabs__content_wrapper {
	height: auto;
	transform: scaleY(1);
	padding: 30px 70px 10px 50px;
}







@media (max-width: 768px){

#tabs-hp.tabs.style__accordion .tabs__content.is__active .tabs__content_wrapper,
#tabs-hp.tabs.is__responsive .tabs__content.is__active .tabs__content_wrapper {
	height: auto;
	transform: scaleY(1);
	padding: 20px 5px 10px 5px;
}


}









/*------------------------------------------------------------------
[VanillaTabs styles]
- Table of contents -

1. Global tabs styles
2. Horizontal tabs styles
3. Vertical tabs styles
4. Accordion / responsive styles
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
1. Global tabs styles
-------------------------------------------------------------------*/
#tabs-faq.tabs {
	list-style: none;
	

	width:100%;
	border-radius:10px;
	padding:15px 15px;
	background:#fff;
	
margin:20px 0 35px 0!important;
	
}

#tabs-faq.tabs__nav_link {
	cursor: pointer;
	text-decoration: none;
	color:black;
	background:#d9355c;
}


#tabs-faq.tabs__content {
	display: block;
	transition: opacity 0.2s;
}

#tabs-faq.tabs.style__horizontal .tabs__content,
#tabs-faq.tabs.style__vertical .tabs__content {
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	margin:0px 0px!important;
}

#tabs-faq.tabs.style__horizontal .tabs__content.is__active,
#tabs-faq.tabs.style__vertical .tabs__content.is__active,
#tabs-faq.tabs__content.is__active {
	opacity: 1;
	height: auto;
	visibility: visible;
}

/*------------------------------------------------------------------
2. Horizontal tabs styles
-------------------------------------------------------------------*/
#tabs-faq.tabs.style__horizontal .tabs__nav {
	position: relative;
	z-index: 2;
	display: flex;
	margin-bottom: -1px;
	border-bottom:1px solid #e7e7e7;
}

#tabs-faq.tabs.style__horizontal .tabs__nav .tabs__nav_link {
	font-weight: bold;
	border-bottom: 0;
	margin: 0 0px 0 0;
	padding: 10px;
	background: #e7e7e7;
	display: block;
	color:black;
	border-right:none;
}

#tabs-faq.tabs.style__horizontal .tabs__nav .tabs__nav_link:hover {
	
	font-weight: bold;
	background: #e7e7e7 !important;
	color: #d9355c;
}

#tabs-faq.tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active {
	font-weight: bold;
	background: #e7e7e7 !important;
	color: #d9355c;
}

#tabs-faq.tabs.style__horizontal .tabs__content.is__active {
	border-left:none;
	background: white;
	padding: 10px 10px;
	position: relative;
	z-index: 1;
	border-bottom:none!important;
	border-right:none;
	border-radius:10px;
	margin-bottom:10px!important;
}

#tabs-faq.tabs.style__horizontal .tabs__content .tabs__nav_link {
	display: none;
}




/*------------------------------------------------------------------
4. Accordion / responsive styles
-------------------------------------------------------------------*/
#tabs-faq.tabs.style__accordion,
#tabs-faq.tabs.is__responsive {
	display: block;
}
#tabs-faq.tabs.style__accordion .tabs__nav,
#tabs-faq.tabs.is__responsive .tabs__nav {
	display: none;
}

#tabs-faq.tabs.style__accordion .tabs__nav_link,
#tabs-faq.tabs.is__responsive .tabs__nav_link,
#tabs-faq.tabs.style__accordion .tabs__content .tabs__nav_link,
#tabs-faq.tabs.is__responsive .tabs__content .tabs__nav_link {
	display: block;
	padding: 30px 70px 20px 30px;
	margin: -18px;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/bottom-gris.png') no-repeat 98% center #f6f7fa;
	background-size:12px auto;
	color: #333;
}

#tabs-faq.tabs.style__accordion .tabs__nav_link.is__active,
#tabs-faq.tabs.is__responsive .tabs__nav_link.is__active {
	font-weight: bold;
	margin-bottom: 0;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/top-gris.png') no-repeat 98% center #d4d8e6;
	background-size:12px auto;
	color: #333;
}


a#tabs-faq.tabs.is__responsive .tabs__nav_link.is__active{
	background:red;
}

#tabs-faq.tabs__nav_link a{width:80%!important; background:red!important; }




@media (max-width: 992px){
#tabs-faq.tabs.style__accordion .tabs__nav_link,
#tabs-faq.tabs.is__responsive .tabs__nav_link,
#tabs-faq.tabs.style__accordion .tabs__content .tabs__nav_link,
#tabs-faq.tabs.is__responsive .tabs__content .tabs__nav_link {
	display: block;
	padding: 30px 70px 20px 30px;
	margin: -18px;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/bottom-gris.png') no-repeat 95% center #f6f7fa;
	background-size:12px auto;
	color: #333;
	font-weight: bold;
}

#tabs-faq.tabs.style__accordion .tabs__nav_link.is__active,
#tabs-faq.tabs.is__responsive .tabs__nav_link.is__active {
	font-weight: bold!important;
	margin-bottom: 0;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/top-gris.png') no-repeat 95% center #d4d8e6;
	background-size:12px auto;
	color: #333;
	font-weight: bold;
}



#tabs-faq.overlay-guide .tabs.style__accordion .tabs__nav_link,
#tabs-faq.overlay-guide .tabs.is__responsive .tabs__nav_link,
#tabs-faq.overlay-guide .tabs.style__accordion .tabs__content .tabs__nav_link,
#tabs-faq.overlay-guide .tabs.is__responsive .tabs__content .tabs__nav_link {
	display: block;
	padding: 10px;
	margin: -18px;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/bottom-rose.png') no-repeat 98% center white;
	background-size:12px auto;
	color: black;
	font-weight: bold;
}

#tabs-faq.overlay-guide .tabs.style__accordion .tabs__nav_link.is__active,
#tabs-faq.overlay-guide .tabs.is__responsive .tabs__nav_link.is__active {
	font-weight: bold!important;
	margin-bottom: 0;
	background: url('https://smilepack.fr/files/skins/67bce016-bb43-41a7-a843-663bd4757ca7/images/images/top-blanc.png') no-repeat 98% center #d9355c;
	background-size:12px auto;
	color: white;
}






}



#tabs-faq.tabs.style__accordion .tabs__content,
#tabs-faq.tabs.is__responsive .tabs__content {
	border-bottom: none!important;
	padding: 10px 10px;
	background: #f6f7fa;
	margin: 0 0 15px 0;
	display: block;
	height: auto;
	flex: none;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
	width: auto;
	border-radius: 10px !important;
  margin-bottom: 10px !important;
}

#tabs-faq.tabs.style__accordion .tabs__content_wrapper,
#tabs-faq.tabs.is__responsive .tabs__content_wrapper {
	height: 0;
	transform: scaleY(0);
	overflow: hidden;
	transition: transform 0.2s;
	transform-origin: top left;
	font-size:0.9em;
}

#tabs-faq.tabs.style__accordion .tabs__content.is__active .tabs__content_wrapper,
#tabs-faq.tabs.is__responsive .tabs__content.is__active .tabs__content_wrapper {
	height: auto;
	transform: scaleY(1);
	padding: 10px 10px 10px 10px;
}



@media (max-width: 768px){

#tabs-faq.tabs.style__accordion .tabs__content.is__active .tabs__content_wrapper,
#tabs-faq.tabs.is__responsive .tabs__content.is__active .tabs__content_wrapper {
	height: auto;
	transform: scaleY(1);
	padding:5px 5px 5px 5px;
}


}
