/*
Theme Name: Theme enfant
Description: Theme enfant de ASTRA
Author: Maxime
Author URI:
Template: astra 
Version: 0.1.0
*/
ft-offres-emploi{
	position: relative !important;
  	top: 0 !important;
	height: 600px !important;
  	width: 100% !important;
  	left: 0 !important;
}
.monInlineBlock{
	display:inline-block !important;
}
.maDivCentre{
	text-align:center !important;
}
#search-field{
	width:70%;
}
.ast-search-submit{
	display:none;
}
.monDivDroite{
	text-align:right;
}
h1, h2, h3, h4, h5, h6, a
{
	font-family: "Karla", sans-serif !important;
	font-weight:600 !important;
}
.hauteurImage > div > div > figure > img{
	height:214px !important;
	width:auto !important;
}

.monArticle{
	width:100%;
	padding:30px 0px;
}

.monArticle li{
	float:left;
}

.monArticle li a{
	width:100%;
	height:100px;
}

.btnCrMois > div > div > a
{
	min-width:190px !important;
}

.tetiereTab{
	background-color: #262D65;
  	color: white;
  	font-weight: bold;
  	line-height: 1.2rem;	
}
.ligneClaire{
	line-height: 1.2rem;
  	background-color: #fff;
  	color: black;
}
.ligneFonce, .ligneFonce a
{
	background-color: #01722F  !important;  /* vert foncé pour version ivoire */
	/* background-color: #61CE70  !important; */ /* vert foncé pour version amande */
	/* background-color: #096a09 !important; */
  	color: white !important;
  	line-height: 1.2rem;
}

.wp_rss_retriever li {
  margin-bottom: 40px !important;
  list-style: none !important;
  width: 48% !important;
  display: flex !important;
  float: left !important;
}

.wp_rss_retriever_list li:nth-child(2n+1) {
 clear:both !important;
 margin-right: 2% !important;
}

.wp_rss_retriever_item_wrapper {
	background-color:white !important;
	border-style:solid !important;
	border-width:3px !important;
	border-color: #009800 !important;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 0px !important;
	padding:20px !important;
	min-height:280px !important;
}
.wp_rss_retriever_metadata
{
	display:none !important;
}
.wp_rss_retriever_readmore
{
  clear:both !important;
  display: block !important;
  text-align: right !important;
}
.wp_rss_retriever_credits
{
	display:none !important
}
.blocAqua
{
	min-height:375px !important;
}
body.not-transparent.mode-mini {
  background: none !important;
}

.switch-field {
	display: flex;
	margin-bottom: 10px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 1);
	font-size: 14px;
	line-height: 1;
	font-weight:bold;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	 background-color: #01722F; 
	/* background-color : #54b435; */
	/*background-color: #096a09 !important;*/
	color: rgba(255, 255, 255, 1);
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}
.search-submit{
	/*background-color : #54b435 !important;*/
	background-color: #01722F !important;
}
.meta-date{
	/* color : #54b435 !important; */
	color: #01722F !important;
}
.lienBlanc{
	color: #FFFFFF !important;
}
.lienBlanc:active{
	color: #FFFFFF !important;
}