
/* -----------------------------

    HOME HELP CENTER

-------------------------------*/
    
.help-center-bottom {

}
.help-center-bottom:after {
    content: '';
    display: block;
    clear: both;
}

.help-center-bottom div {
    width: 50%;

    float: left;
}

.help-center-bottom h2 {
    font-size: 26px;
    color: #fe131a;
}

.help-center-bottom ul {
    list-style: none;
    padding: 0 40px 0 0;
    margin: 0;
}
.help-center-bottom ul li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;

    position: relative;

    color: #242424;
    font-size: 18px;
}
.help-center-bottom ul li a:before {
    content: '';
    display: block;
    height: 10px;
    width: 10px;

    background-color: #fe131a;

    position: absolute;
    left: 0;
    top: 16px;
}


/* -----------------------------

    QUESTIONS

-------------------------------*/

.questions-section {
    margin-bottom: 50px;
}
.page-wrap .see-more {
    margin-bottom: 50px;
}
.questions-section h2 {
    font-size: 32px;
    color: #242424;
    margin-bottom: 33px;
}

.question-item {
    padding-left: 12px;

    border-bottom: 1px solid #dbdbdb;
}
.question-item:last-child {
    border-bottom: 0;
}
.question-item.opened {
    background-color: #fafafa;
    border-bottom: none;

    padding-left: 35px;
    /*padding-bottom: 70px;*/
}
.question-item + .question-item.opened {
    margin-top: 25px;
}


.question-item > a {
    display: block;
    padding-right: 85px;
    padding-top: 25px;
    padding-bottom: 25px;

    position: relative;

    font-size: 22px;
    color: #242424;
}

.question-item > a:before, .question-item > a:after {
    content: '';
    display: block;
    width: 1px;
    height: 18px;

    background-color: #fe131a;

    position: absolute;
    top: 25px;
}
.question-item > a:before {
    transform: rotate(-45deg);
    right: 57px;
}
.question-item > a:after {
    transform: rotate(45deg);
    right: 45px;
}
.question-item.opened > a:before { 
    right: 45px;
}
.question-item.opened > a:after { 
    right: 57px;
}

.question-item .answer {
    height: 0; 
    overflow: hidden;
    position: relative;

    line-height: 26px;
}
.question-item.opened .answer {
    height: auto;
}
.question-item .answer a {
    text-decoration: underline;
    font-weight: bold;
}
.question-item .answer a:hover {
    text-decoration: none;
}

.question-item .answer .content {
    padding-right: 85px;
}

.question-item .answer .moreabout {
    padding-top: 40px;
}
.question-item .answer .moreabout:after {
    content: '';
    display: block;
    clear: both;
}
.question-item .answer .useful {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;

    font-weight: bold;

    float: left;
}
.question-item .answer .useful.form {
    float: none;
}
.question-item .answer .useful.success {
    color: #329427;
    font-weight: bold;
}



/* ----------------------------
    FORMULAIRE FEEDBACK
----------------------------*/

form.feedback {

}
form.feedback label {
    display: block;
    font-weight: bold;
}
form.feedback input[type="email"], form.feedback textarea {
    display: block;
    width: 100%;

    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;

    box-sizing:border-box;
}
form.feedback button {
    padding: 10px 20px;

    border:none;
    cursor: pointer;

    color: #fff;
    background-color: #fe131a;
}

.question-item .answer a.share-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    background-color: #fe131a;

    float: right;
}

.question-item .answer img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.question-item .answer li {
    margin-bottom: 10px;
}

.see-more {
    text-align: center;
}
.see-more a.red-button {
    font-size: 16px;
}

form.feedback p.success {
    color: #329427;
    font-weight: bold;
}




/* --------------------------------------------------
    
    HELP CENTER 
    
-------------------------------------------------- */

/* -----------------------
    
    SEARCH FORM
    
------------------------- */

form.search-help {
    margin-bottom: 70px;
    padding-right: 45px;

    position: relative;
}


form.search-help input[type="text"] {
    display: block;
    width: 100%;
    padding: 15px;

    border: none;
    background-color: #fff;
    box-sizing:border-box;
    outline: none;

    font-size: 30px;
	font-weight: bold;
	
	border: 2px solid #c7c7c7;
    border-radius: 5px;
}
.search-help-lbl {
	font-weight: 700;
	display: none;
}

@media only screen and (max-width:780px) {
    .search-help-lbl {
		display: block;
	}
}
form.search-help button {
    width: 24px;
    height: 24px;

    border: 2px solid #000;
    border-radius: 50%;

    position: absolute;
    top: 20px;
    right: 12px;
    
    background-color: #fff;
    text-indent: -5000px;
    cursor: pointer;
}
form.search-help button:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -7px;
    bottom: -3px;
    border-width: 0;
    background: #000;
    width: 10px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/* -----------------------
    
   ITEMS
    
------------------------- */

.help-center-wrap {
    max-width: 755px;
    padding-right: 320px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.help-center-wrap .aside {
    width: 100%;
    max-width: 250px;
    margin-right: -320px;

    position: relative;
    z-index: 45;

    float: right;
}
.help-center-wrap .aside h3 {
    padding-top: 20px;
    font-size: 24px;
}
.help-center-wrap .aside ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 22px;
}
.help-center-wrap .aside ul li {
    margin-bottom: 30px;
}
.help-center-wrap .aside ul li a {
    color: #8a8a8a;
}
.help-center-wrap .aside ul li.current a {
    color: #fe131a;
    text-decoration: underline;
}

div.important {
    padding: 40px 40px 40px 80px;

    position: relative;

    background-color: #fff3f3;
    border: 1px solid #fe131a;
}
div.important:before {
    content: "";
    display: block;
    width: 30px;
    height: 27px;

    background-image: url(../images/sprite.svg);
    background-position: -2px -26px;
    background-repeat: no-repeat;

    position: absolute;
    left: 28px;
    top: 35px;
}
.no-svg div.important:before {
    background-image: url(../images/sprite.png);
}

.important .title {
    display: block;
    margin-bottom: 35px;

    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.fade-popin {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: rgba(0,0,0,0.5);
    z-index: 100;
}
.share-popin {
    position: fixed;
    top: 270px;
    left: 50%;
    z-index: 101;
    margin-left: -110px;
    max-width: 220px;
}

.share-popin .social-share-bloc a {
    margin-right: 0;
}


@media only screen and (max-width:850px) {
    .help-center-wrap {
        padding-right: 0;
        max-width: auto;
    }
    .help-center-wrap .aside {
        display: none;
    }
}

@media only screen and (max-width:650px) {
    .help-center-bottom div {
        width: 100%;
        margin-bottom: 40px;
    }
    .help-center-bottom ul {
        padding-right: 0;
    }
}


@media only screen and (max-width:520px) {
    .questions-section h2 {
        font-size: 22px;
    }
    .question-item > a {
        padding-right: 45px;

        font-size: 18px;
    }
    .question-item > a:before {
        right: 30px;
    }
    .question-item > a:after {
        right: 18px;
    }
    .question-item.opened > a:before {
        right: 18px;
    }
    .question-item.opened > a:after {
        right: 30px;
    }
    .question-item.opened {
        padding-left: 20px;
    }
    .question-item .answer .content {
        padding-right: 20px;
    }
    div.important {
        padding-left: 40px;
        padding-right: 20px;
    }
    div.important:before {
        left: 12px;
    }
    .important .title {
        font-size: 13px;
        padding-left: 18px;
    }
    .question-item .answer .useful {
        font-size: 12px;
    }
}








