
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

/*** JE SUIS LA CARTE ***/

#map_container { float: left; width:370px; position: -webkit-sticky; position: sticky; top:30px; margin: 0 0 66px 0; }
#rcp_map { width: 100%; float: left; height:calc(100vh - 100px ); }
.rech_thumb_marker {float: left; }



/* MOTEUR DE RECHERCHE
================================================== */

/* Structure moteur horizontal */
.rech_custom_post .search_nav { position:sticky; top:0; z-index:10; display:flex; justify-content:space-between; flex-direction:row; flex-wrap:wrap; width: 100%; padding:15px; margin-bottom: 40px; background:#fff; -webkit-box-shadow: 0 0 60px 10px rgba(0,0,0,0.1); box-shadow: 0 0 60px 10px rgba(0,0,0,0.1); }
.rech_custom_post .rech_categorie { position:relative; margin-right:0; }

/* Input pour la recherche */
.search_form { display:none; }

/* Sélecteur */
.rech_custom_post .rech_categorie .rech_categorie_titre { position:relative; height:50px; font: 600 13px/20px 'Montserrat',sans-serif !important; text-align:left; color:#333; padding:0 35px 0 15px;  border:2px solid #e9eef5 !important; background-color:#e9eef5 !important;  }

.rech_custom_post .rech_categorie .rech_categorie_titre:hover, .rech_custom_post .rech_categorie.open .rech_categorie_titre { color:#28307b; border:solid 2px #28307b !important; background-color: #e9eef5 !important; }

/* Fléches sélecteurs */
.rech_custom_post .rech_categorie .rech_categorie_titre .caret { position:absolute; top:50%; right:0; width:30px; height:46px; font:normal 24px/45px 'Material Symbols Outlined'; border: none; transform: translateY(-50%); }
.glyphicon-menu-down:before { content: "\e5cf"; }

/* Méga menu */
.rech_custom_post .rech_categorie ul.dropdown-menu {  position:absolute; min-width:270px; width:100%; padding:15px 15px 10px; border:2px solid #28307b; background: #e9eef5; }
.rech_custom_post .rech_categorie ul.dropdown-menu li { min-height:26px; margin-bottom:5px; }
.rech_custom_post .rech_categorie ul.dropdown-menu li label { position: relative; width:100%; font:600 14px/16px "Montserrat",sans-serif !important; padding-left:30px; margin:0; }
.rech_custom_post .rech_categorie ul.dropdown-menu li input[type="checkbox"] + span:before { top:0; }
.rech_custom_post .rech_categorie ul.dropdown-menu li input[type="checkbox"]:checked + span:before {  border-color: #28307b; background: #28307b; }

.rech_custom_post .categorie_term_parent .categorie_term_childs {list-style:none; margin:0; padding:0; margin-left: 10px; }


/* Select */

.rech_custom_post .search_nav .rech_autors,
.rech_custom_post .search_nav .rech_mois,
.rech_custom_post .search_nav .rech_thematiques {
    display: inline-block;
    margin-right: 15px;
}
.rech_custom_post .search_nav select {display: inline-block;}
.rech_custom_post .search_nav select {
    height:50px;
    outline: none;
    font: 600 14px/20px 'Montserrat',sans-serif !important;
    text-align: left;
    color: #333;
    padding: 0 45px 0 15px;
    border: 2px solid #eee !important;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #eee !important;
}

/* Bouton Rechercher */
.rech_custom_post button.search_form_submit { font: 600 13px/20px 'Montserrat',sans-serif!important; color: #fff; padding:13px 15px; border-radius:0; border:solid 2px #28307b; background:#28307b;  }
.rech_custom_post button.search_form_submit:hover { color: #28307b; border:solid 2px #28307b!important; background:#e9eef5!important; }

/*** résultats ***/
.rech_custom_post #result_ajax .rech_thumb {
  /* background-color:#eeeeee; */
  padding: 0 5px;
	-webkit-box-shadow: 0 0 60px 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 60px 10px rgba(0,0,0,0.1);
}

.rech_custom_post .rech_thumb_resume .rech_thumb_title {
  color: #61a706;
  font-size: 16px;
  font-weight: 700;
  padding-top: 60px;
  text-transform: uppercase;
}
.rech_custom_post .rech_thumb_resume .rech_thumb_excerpt {
  color: #2f2f2f;
  font-size: 14px;
  text-align: left;
}
.rech_custom_post .rech_thumb_image {
	 max-width: 330px;
    border: none;
    background: none;
    margin: 15px;
    max-height: 200px;
    overflow: hidden;
}
.rech_custom_post #result_ajax .rech_thumb {
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}

.rech_custom_post #result_ajax .rech_thumb hr {
	border-top: 1px solid #555555;
}
.rech_custom_post figcaption { margin:0; }
.rech_custom_post .rech_thumb_title, .rech_custom_post .rech_thumb_resume { margin:0; }
.rech_custom_post .rech_thumb_title { font:600 21px/28px "Montserrat",sans-serif; width:calc(100% - 180px); margin-bottom:10px; padding-top: 10px; }
.rech_custom_post .rech_thumb_resume {max-height: 195px; overflow: hidden;}
.rech_custom_post #result_ajax .rech_thumb_link_overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rech_resultats > .row { margin-right:0; margin-left:0; }
.rech_custom_post #result_ajax .rech_thumb { padding:15px; margin-bottom:30px; }


.rech_custom_post #result_ajax .rech_thumb .rech_thumb_date { display:flex; width:100%; font-weight:600; width:fit-content; min-width:120px; text-align:center; margin:0 0 15px; padding:5px 15px; border-radius:4px; background:#fff;  }

.rech_custom_post #result_ajax .rech_thumb .rech_thumb_format { display:flex; width:100%; width:fit-content; text-transform:capitalize; margin:0 0 15px; }
.rech_custom_post #result_ajax .rech_thumb .rech_thumb_format span { font-weight:600; min-width:120px; text-align:center; color:#fff; text-transform:capitalize; padding:5px 15px; margin-right:5px;  border-radius:5px; }
.rech_custom_post #result_ajax .rech_thumb .rech_thumb_format span.format_webinaire { background:#28307b; }
.rech_custom_post #result_ajax .rech_thumb .rech_thumb_format span.format_presentiel { background:#04A4ED; }
.rech_custom_post #result_ajax .rech_thumb .rech_thumb_format span.format_mixte { background:#0070C0; }
.rech_custom_post #result_ajax .rech_thumb .rech_thumb_format span.format_elearning { background:#FFCC01; }


body.page-id-35205 { background:#e9eef5;  }
body.page-id-35205 .rech_custom_post #result_ajax .rech_thumb { background-color: #fff; }
body.page-id-35205 .rech_custom_post #result_ajax .rech_thumb .rech_thumb_date { background: #e9eef5; }


.rech_custom_post #result_ajax .rech_thumb .rech_thumb_lien { float:right; margin:10px 0 0; padding:0; }
.rech_custom_post #result_ajax .rech_thumb .rech_thumb_lien a { text-transform:uppercase; color:#FFF; font-weight: 600; padding:10px 15px; background-color:#555555;  }


@media (max-width:1200px) {
.rech_custom_post .rech_categorie .rech_categorie_titre {  margin-bottom:10px;  }
.rech_custom_post button.search_form_submit {width:100%; }
	
}

@media (max-width: 991px) {
	.rech_custom_post .rech_categorie .rech_categorie_titre { margin-right:10px; }
	.rech_custom_post .search_nav {  justify-content: flex-start; }

}



@media (max-width: 767px) {
	.rech_custom_post .search_nav { position: relative; }
	
}


/*** test select ***/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: white;
  border: 0.5px;
  border-color: black;
  border-style: solid;
  padding: 1px 2em 1px 1px;
  color: #002F60; /* Texte en couleur 1 */
  height: 20px;
}
.rech_autors,
.rech_mois,
.rech_thematiques {
   position: relative;
   display: inline;
   border: 1px 1px 1px 1px;
   height: 50px;
   margin-bottom: 15px;
}
.rech_autors:after,
.rech_mois:after,
.rech_thematiques:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 46px;
  font: normal 14px/46px 'Glyphicons Halflings';
  border: none;
  transform: translateY(-50%);
  content: "\e114";
}
select::-ms-expand {
  display: none;
}