body{
	background-color: #f6f6f6;
}

h1,h2,h3{
	padding: 0;
	margin: 0;
}

#contact-solution, #bloc-main-categories, section {
    background-color: white;
    padding: 30px;
    }

#main-answer, #all-responses {
    width: 100%;
}

.question_unite.selected h1, .question_unite.selected .nombres, .question_unite.selected a{
	color: #F58D02;
}

:root{
	--color_grey: #7a7a7a;
	--color_black: #000000;
}

li.question_unite{
  list-style: none;
}

.unite_reponse ul{
	margin-bottom: 25px;
}

#main-category{
	width: 28%;
}

#main-faq{
	margin: 75px auto;
	width: 70%;
}

#bloc-main-categories, #bloc-contact-elt{
	width: 100%;
	max-width: 100%;
}

#bloc-main-categories{
	margin-bottom: 20px;
}

#main-top{
	margin-bottom: 20px;
}

#solution-part{
	width: 68%;
}

.main_category{
	margin: 40px 0px;
}

.title_main_categ{
	font-size: 1.1em;
	font-weight: 600;
	line-height: 140%;
}

.title_subcateg {
    margin: 10px 0px;
    font-weight: 500;
    font-size: 1em;
    display: block;
    color: var(--color_black);
    line-height: 140%;
}

.title_aside{
	font-size: 1.5em;
	font-weight: bold;
}

.subtitle-all-responses{

	font-size: 1.5em;
    font-weight: 600;
    line-height: 140%;
    color: black;
    color: var(--color_black);
    text-transform: uppercase;
    font-weight: bold;
    max-width: 100%;

}


#all-responses{
	position: relative;
}

#title-subcateg{
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 15px;

}

#title-subcateg h1{
	font-size: 1.0em;
	line-height: 125%;
}

#title-subcateg p{
	color: black;
	font-weight: bold;
	line-height: 140%;
	display: inline-block;
	font-size: 1.0em;
}

#bloc-rep-frequentes {
    margin: 15px 0px;
    margin-bottom: 0;
}

.unite_reponse{
	margin-bottom: 15px;
}

.question_unite, .question_unite a{
	color: #7a7a7a;
	color: var(--color_grey);
}

#content-solution p{
	color: black;
	color: var(--color_black);
}

.question_unite{
	font-weight: 500;
	font-size: 1.2em;
	margin: 12px 0px;
	position: relative;
	padding-left: 25px;
	line-height: 125%;
	max-width: 100%;
}

.question_unite .nombres{
	position: absolute;
	left: 0px;
	top: 0px;
}

a.selected, span.selected{
	font-weight: bold;
	pointer-events: none;
	color: black;
}


#main-faq a:not(.selected):hover{
	color: #F58D02;
}

#main-answer{
	margin-top: 30px;
}

.question_unite:hover .nombres:not(.selected), .question_unite:hover a:not(.selected){
	color: #F58D02;
}

.question_unite span{

	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-ms-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear
	font-weight: 500;

}

.question_unite p, .question_unite h1{
	font-size: 1.0em;
}

.reponse_link{
	font-weight: 500;
}

#main-answer p{
	font-size: 1.1em;
}

#main-faq a{

	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-ms-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear

}

.btn{
	padding: 15px 25px;
}

#contact-solution{
	width: 100%;
	max-width: 100%;
}

.faq_empty #all-responses{
	display: none;
}

.faq_empty #main-category{
	width: 50%;
}

#main-faq.faq_empty{
	justify-content: center;
}


@media screen and (max-width: 1550px) {

	#main-faq{
		width: 75%;
	}

	.btn {
	    font-size: 0.8em;
	    padding: 15px 20px;
	}

}

@media screen and (max-width: 1250px) {

	#main-faq{
		width: 80%;
	}

}


@media screen and (max-width: 1100px) {

	#main-faq{
		width: 85%;
	}

}

@media screen and (max-width: 1000px) {

	#main-faq{
		width: 90%;
	}

}


@media screen and (max-width: 950px) {

	#main-faq {
    flex-direction: column-reverse;
	}

	#solution-part{
		width: 100%;
	}

	#main-category {
	    width: 100%;
	    margin-top: 30px;
	}


	.subtitle-all-responses {
	    width: 100%;
	    text-align: center;
	}

	#probl{
		text-align: center;
	}

	.title_aside{
		text-align: center;
	}

	#main-faq{
		margin-top: 100px;
	}

.faq_empty #main-category {
    width: 100%;
}

}



@media screen and (max-width: 550px) {

	#main-faq{
		font-size: 0.9em;
	}

}














