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

.accordion { width:100%; float:left; margin:0 0 26px;}
.accordion h2 {margin:0 0 16px; background-color: none; transition: all 0.25s ease-out 0s; position:relative; cursor:pointer; border: none; border-bottom: 1px solid #a51a17;}
.accordion h2:after { content:""; width:12px; height:12px; position:absolute; top:50%; transform:translateY(-50%); right:26px; background:url(../images/plus-rose-de-mai-plain-icon.svg) no-repeat center / cover;}
.accordion h2.active:after { background:url(../images/minus-rose-de-mai-plain-icon.svg) no-repeat center / cover;}
.accordion .content { width:100%; float:left; padding:5px 0 5px;}

.feeser-wrapp .feeser-col1 .accordion { width:100%; float:left; margin:0 0 26px;}
.feeser-wrapp .feeser-col1 .accordion h2 {padding: 0; margin:0 0 16px; background-color: none; transition: all 0.25s ease-out 0s; position:relative; cursor:pointer; border: none; border-bottom: 1px solid #a51a17;}
.feeser-wrapp .feeser-col1 .accordion h2:after { content:""; width:12px; height:12px; position:absolute; top:50%; transform:translateY(-50%); right:26px; background:url(../images/plus-rose-de-mai-plain-icon.svg) no-repeat center / cover;}
.feeser-wrapp .feeser-col1 .accordion h2.active:after { background:url(../images/minus-rose-de-mai-plain-icon.svg) no-repeat center / cover;}
.feeser-wrapp .feeser-col1 .accordion .content { width:100%; float:left; padding:5px 0 5px;}

.treatmentin-wrapp .treatmentin-col1 .accordion { width:100%; float:left; margin:0 0 26px;}
.treatmentin-wrapp .treatmentin-col1 .accordion h2 {font-size: 16px; margin:0 0 16px; background-color: none; transition: all 0.25s ease-out 0s; position:relative; cursor:pointer; border: none; border-bottom: 1px solid #a51a17; padding-left: 0; padding-right: 32px;}
.treatmentin-wrapp .treatmentin-col1 .accordion h2:after { content:""; width:12px; height:12px; position:absolute; top:50%; transform:translateY(-50%); right:13px; background:url(../images/plus-rose-de-mai-plain-icon.svg) no-repeat center / cover;}
.treatmentin-wrapp .treatmentin-col1 .accordion h2.active:after { background:url(../images/minus-rose-de-mai-plain-icon.svg) no-repeat center / cover;}
.treatmentin-wrapp .treatmentin-col1 .accordion .content { width:100%; float:left; padding:5px 0 5px;}


.faqs-wrapp .accordion h2 { padding:13px 24px 13px; margin:0 0 16px; background-color:none; transition: all 0.25s ease-out 0s; position:relative; cursor:pointer;  }
.faqs-wrapp .accordion h2:after { content:""; width:6px; height:6px; position:absolute; top:50%; transform:translateY(-50%); right:26px;  background:url(../images/feeser-icon2.svg) no-repeat center / cover;}
.faqs-wrapp .accordion h2.active:after { background:url(../images/feeser-icon1.svg) no-repeat center / cover;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:5px 0 5px;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h2 { background-position:97% center; padding:13px 5% 13px;}
.accordion h2.active { background-position:97% center;}
.accordion .content { padding:6px 0 3px;}

.accordion h2 {margin: 0 0 0;}

.feeser-wrapp .accordion { width:100%;}
.feeser-wrapp .accordion h2 { background-position:97% center; padding:3px 0% 3px;}
.feeser-wrapp .accordion h2.active { background-position:97% center;}

.faqs-wrapp .accordion h2 { padding: 18px 60px 18px 25px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h2 { background-position:97% center; padding:13px 5% 13px;}
.accordion h2.active { background-position:97% center;}
.accordion .content { padding:6px 0 3px;}

.accordion h2 {margin: 0 0 0;}


.feeser-wrapp .accordion { width:100%;}
.feeser-wrapp .accordion h2 { background-position:97% center; padding:3px 0% 3px;}
.feeser-wrapp .accordion h2.active { background-position:97% center;}

.faqs-wrapp .accordion h2 { padding:18px 55px 18px 30px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h2 { margin: 0 0 0; background-position:97% center; padding: 3px 0% 3px;}
.accordion h2.active { background-position:97% center;}
.accordion .content { padding:6px 0 3px;}
	
.feeser-wrapp .accordion { width:100%;}
.feeser-wrapp .accordion h2 { background-position:97% center; padding: 3px 0% 3px;}
.feeser-wrapp .accordion h2.active { background-position:97% center;}
	
.faqs-wrapp .accordion h2 { padding:18px 50px 18px 30px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.feeser-wrapp .accordion { width:100%;}
.faqs-wrapp .accordion h2 { padding:18px 45px 18px 30px;}
	
}

@media screen and (min-width:901px) and (max-width:1024px) {
.feeser-wrapp .accordion { width:100%;}
.faqs-wrapp .accordion h2 { padding:18px 40px 18px 30px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.feeser-wrapp .accordion { width:100%;}
.faqs-wrapp .accordion h2 { padding:18px 25px 18px 30px;}
}