
/******************************************
*	Section blocs dépliables
*******************************************/
.sections-wrapper .section-bloc-search{
	background: url('images/bucco-rechercher.jpg') center center no-repeat;
	background-size: cover;
    margin-bottom: 3em;
}
.sections-wrapper .section-bloc-search h2{
	padding-top: 0;
	padding-bottom: 1em;
}
.sections-wrapper .section-bloc-search .form-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}

.sections-wrapper .section-bloc-search table{
	border-spacing: 0!important;
	border-collapse: collapse!important;
    width: 100%;
}
.sections-wrapper .section-bloc-search td{
    vertical-align: middle;
    display: block;
    width: 100%;
    padding: 3em 5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sections-wrapper .section-bloc-search td:last-child{
    padding-top: 0;
    padding-bottom: 10em;
    position: relative;
}

.sections-wrapper .section-bloc-search td:first-child{
	padding-bottom: 0;
    padding-top: 10em;
}

.sections-wrapper .section-bloc-search table td:first-child,
.sections-wrapper .section-bloc-search table td:last-child{
	border: none!important;
}


/*.custome */
.sections-wrapper .section-bloc-search .menu>li{
    list-style: none;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 3em;
    border-bottom: none!important;
    padding-right: 2%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.sections-wrapper .section-bloc-search .menu>li ul{
    padding-left: 0;
}

.sections-wrapper .section-bloc-search  .menu .filtered,
.sections-wrapper .section-bloc-search  .menu .filtered2{
    display: none;
}

.sections-wrapper .section-bloc-search  .result-wrapper:not(.show){
    display: none;
}


.sections-wrapper .section-bloc-search  ul#result_filter_solutions_problemes:not(.show){
    max-width: 900px;
    margin: 0 auto;
}

.sections-wrapper .section-bloc-search  .button-wrapper{
    text-align: center;
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: -1.5em;
}
.sections-wrapper .section-bloc-search  .button-wrapper a{
    padding: 1em 20px;
    min-width: 25%;
    margin: 0 2%;
    text-align: left;
}
.sections-wrapper .section-bloc-search  .button-wrapper a.button:after {
    content: '\e818';
    font-family: fontello;
    vertical-align: middle;
    font-size: 26px;
    line-height: 0.8em;
    height: 0;
    margin-left: 1em;
    float: right;
}
.sections-wrapper .section-bloc-search input{
    padding: 1.2em;
    border: none;
    font-size: 1.2em;
}

@media screen and (max-width: 1366px) {
	.sections-wrapper .section-bloc-search td{padding-left: 2.5em; padding-right:2.5em;}
}

@media screen and (max-width: 1024px) {
	.sections-wrapper .section-bloc-search td:first-child{padding-right: 5em;}
	.sections-wrapper .section-bloc-search td:last-child{padding-bottom: 5em;}
}
    
/* mobiles */
@media screen and (max-width: 1023px) {
	.sections-wrapper .section-bloc-search  .button-wrapper a{min-width: 30%;}
	.sections-wrapper .section-bloc-search  .button-wrapper{position: relative;}
}
@media screen and (max-width: 767px) {
	.sections-wrapper .section-bloc-search  .button-wrapper a{width: 100%; margin-left: 0; margin-right: 0; box-sizing: border-box; -moz-box-sizing: border-box;}
}
/* Petits mobiles */
@media screen and (max-width: 600px) {
	
}