/*
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;
}
.monFluxRSS > div > nav > ul 
{
	list-style-type: none;
}
.monFluxRSS > div > nav > ul li
{
	width: 48%;
	float: left;
	background-color: white;
	border: 3px solid;
	margin-right: 2%;
	margin-bottom : 2%;
	padding: 30px;
	border-color: #01722F;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	text-align: center;
	height : 160px;
}
.posted-by
{
	display:none !important
}
.summAnnee
{
	color:black;
	font-weight:bold;
	border-bottom: 1px solid grey;
	height:76px;
	line-height:76px;
	background-color:white;
	padding-left:15px;
	cursor:pointer;
	min-height:76px !important;
}
.summDate
{
	color:black;
	font-weight:bold;
	border: 1px solid white;
	height:76px;
	line-height:76px;
	background-color:white;
	padding-left:30px;
	cursor:pointer;
}
.sumPDF
{
	color:black;
	font-weight:bold;
	background-color:white;
	padding-left:45px;
}
.sumPDF > a
{
	color:#01722F;
	text-decoration:none;
}
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 28px;
	margin-top: 10px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: '';
	height: 22px;
	width: 22px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #01722f;
}
input:focus + .slider {
	box-shadow: 0 0 1px #01722f;
}
input:checked + .slider:before {
	-webkit-transform: translateX(23px);
	-ms-transform: translateX(23px);
	transform: translateX(23px);
}
.slider.round {
	border-radius: 28px;
}

.slider.round:before {
	border-radius: 50%;
}
.annee2026{
	margin-top: 0px;
}
.margeActe2 > h4{
	margin-top:20px !important;
}
.divPaddingLeft{
	padding-left:30px;
}
.svgPdf{
	vertical-align:middle;
	margin-top:1.3em;
	margin-bottom:1.3em;
}
.folderName {
	margin-left: 6px;
	cursor:pointer;
}
svg.folderIcon {
	color: #f28035 !important;
	vertical-align:middle;
	margin-top:-4px
}
.margeActe, .margeActe2{
	margin-bottom:10px;
	cursor:pointer;
}
.margeActe:hover{
	font-weight:bold;
	background-color:#edeef0;";
	cursor:pointer;
}
.maListeDroite{
	float:right;
	width:70%;
	min-height:600px; 
	max-height:600px;
	background-color:white;
	border: 4px solid #01722F;
	border-left:2px solid #01722F;
	border-radius: 0 20px 20px 0;
	padding: 1%;
	overflow-y: auto;
}
.maListeGauche{
	float:left;
	width:30%;
	min-height:600px;
	max-height:600px;
	background-color:white;
	border: 4px solid #01722F;
	border-right:2px solid #01722F;
	border-radius: 20px 0 0 20px;
	padding: 1%;
}
.elementor-635 .elementor-element.elementor-element-0081fa0 .elementor-icon-list-item a{
	overflow:hidden !important;
}
