/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------/
																																										/
																		RECHERCHE																				/
																																										/
---------------------------------------------------------------------------------------------------------------------------------------------------------------------/**/			
body.recherche .grey-content h2{

    color: #1e9977;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.3em;
	text-transform: initial;
}
body.recherche .grey-content h3{
    color: #5a5b5d;
    font-size: 1.1em;
    font-style: italic;
}

body.recherche article.blue{
    position: relative;
}
    body.recherche section article .post-content h2{
	  color: #5a5b5d;
	  font-size: 1.1em;
	  font-weight: 300;
	  margin: 5px 0;
	  width: 520px;
    }
	  body.recherche section article .post-content h2>span{
		text-transform: uppercase;
	  }
		body.recherche section article .post-content h2>span>span{
		    font-weight: 700;
		}
    body.recherche section article .post-content p{
	  min-height: 2.4em;
	  padding-top: 0;
	  text-align: justify;
	  width: 520px;
    }
    body.recherche article .relevance {
	  position: absolute;
	  right: 15px;
	  text-align: center;
	  text-transform: uppercase;
	  top: 15px;
    }

    @media only screen and (max-width: 767px) {
		body.recherche h2{font-size:16px;}
    	body.recherche section article .post-content, body.recherche section article .post-content h4, body.recherche section article .post-content p{width:270px;}
		body.recherche article .relevance{display:none;}
    }

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		body.recherche section article .post-content, body.recherche section article .post-content h4, body.recherche section article .post-content p{width:390px;}

	}
