/*
Theme Name: IPSL Theme
Theme URI: https://ipsltheme.ipsl.fr/
Author: IPSL
Description: Theme pour L'IPSL et les laboratoires
Version: 0.0.2
Updated: 2021-10-12 00:00:00
*/

.navigation-top {
  border: none;
}

button.menu-toggle{
  display:none;
}

#main_container{
  padding:2em 0 0 0;
}

#editgalerycel h3 {
  font-size: 1.75rem;
}

/*** ipsltheme form ************************************************/
.ipsltheme_form{
  --clr1: #ddf;
  --clr2: #000;
  
	max-width: 500px;
	padding: 10px 20px;
	background: #f4f7f8;
	margin: 10px auto;
	padding: 20px;
	background: #f4f7f8;
	/* border-radius: 8px; */
	font-family: var(--ft2);
}
.ipsltheme_form fieldset{
	border: none;
}
.ipsltheme_form legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.ipsltheme_form label {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  width: auto;
}
.ipsltheme_form input[type="text"],
.ipsltheme_form input[type="date"],
.ipsltheme_form input[type="datetime"],
.ipsltheme_form input[type="email"],
.ipsltheme_form input[type="number"],
.ipsltheme_form input[type="search"],
.ipsltheme_form input[type="time"],
.ipsltheme_form input[type="url"],
.ipsltheme_form textarea,
.ipsltheme_form select {
	font-family: var(--ft2);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: var(--clr1);
	color:#000;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 0;
  color: var(--clr2);
}
.ipsltheme_form input[type="text"]:focus,
.ipsltheme_form input[type="date"]:focus,
.ipsltheme_form input[type="datetime"]:focus,
.ipsltheme_form input[type="email"]:focus,
.ipsltheme_form input[type="number"]:focus,
.ipsltheme_form input[type="search"]:focus,
.ipsltheme_form input[type="time"]:focus,
.ipsltheme_form input[type="url"]:focus,
.ipsltheme_form textarea:focus,
.ipsltheme_form select:focus{
	background: #d2d9dd;
}
.ipsltheme_form select{
	-webkit-appearance: menulist-button;
}
.ipsltheme_form .number {
	background: var(--clr1);
	color: var(--clr2);
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}
.ipsltheme_form input[type="submit"],
.ipsltheme_form input[type="button"],
.ipsltheme_form button
{
  position: relative;
  display: block;
  color: var(--clr2);
  margin: 1px auto;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  width: 100%;
  border: none;
  /* border-width: 1px 1px 3px; */
  margin-bottom: 0;
  background-color: #cce;
  border-radius: 3px;
}
.ipsltheme_form input[type="submit"]:hover,
.ipsltheme_form input[type="button"]:hover,
.ipsltheme_form button:hover
{
	background: var(--clr1);
}

.ipsltheme_form .exit {
  position: absolute;
  right: 0;
  text-align: center;
  font-size: 25px;
  width: 50px;
}

/***********************************************************************************/

#wpadminbar {
  height: auto;
  width: 100%;
  min-width: auto;
}

.site-header {
  background-color: transparent;
  position: relative;
}

.widget_text, .entry-content {
  font-family:var(--ft2);
}

.wrap {
  max-width: 100%;
}

.empty_widget_area {
  width: 100%;
  height: 100%;
  border: 1px solid red;
  background: #fff;
}

#ipsltheme_logo {
  display: block;
  margin: 0 0 0 0;
  min-width: 50%;
  max-height: 110px;
  height:100%;
  margin: 0;
}

.row.single_content.isGalerie {
  margin-top: 0;
}

a.post-edit-link{
  color:#00f;
}

a.post-edit-link:hover{
  color:#00f;
}

p a{
  color:#00f;
}
.imgfloatleft{
  float: left;
  margin: 0 5px 0 0;
}

section#rubriques.main {
    background: #fff;
}

.btn .btn_title:empty, .btn .btn_action:empty{
  display:none;
}

h2.media-frame-actions-heading.screen-reader-text {
  display: none;
}
span.screen-reader-text {
  display: none;
}


.multicol3bs .multicol{text-align:justify;}

.ipsl-filtre{
  
}

  /*Affichage de la pagination de la class pods simple advanced ou paginate*/
  .pods-pagination-number, .pods-pagination-label {
    margin-left: 20px;
  }
  .pods-pagination-advanced{
    display: flex;
    width: 80%;
    
  } 
  .pods-pagination-paginate{
    display: flex;
    justify-content: space-around;
    width: 10%;
    
  } 
  .pods-pagination-simple{
    display: flex;
    width: 50%;
    
  } 
