@font-face{
	font-family: EB Garamond Regular;
	src:url(https://lepanseur.ch/wp-content/themes/personalblogily/fonts/EB_Garamond/static/EBGaramond-Regular.ttf);
	font-weight:normal;
}

@font-face{
	font-family: PoiretOne;
	src:url(https://lepanseur.ch/wp-content/themes/personalblogily/fonts/PoiretOne/PoiretOne-Regular.ttf);
	font-weight:normal;
}



body, header, #content {
	/*max-width: 850px;
	margin: auto;*/
	background-color: #f9f9f9 !important; /* #f9f9f9  #f2f2f2 #cfcfcf; #f0edec;*/
}


#page {
  background-color: #f9f9f9;
}

.site-branding {
  margin: 15px auto !important;
}

.site-title {
  font-family: PoiretOne, Lato, helvetica neue !important;
  font-size: 2.5em !important;
  text-shadow: 1px 1px #e6e6e6 !important;/*#e6e6e6;*/
  margin-bottom: 10px !important;
}

#site-description-2 {
  display: none;
}

#description-slide-icon, #site-description-1 {
  cursor: pointer;
}

#description-slide-icon {
  height: 16px;
}

#content {
  max-width: 850px;
  margin: auto;
}

div.footer-column-wrapper {
  padding-left: 90px;
  padding-right: 90px;
}

figcaption {
  text-align: center;	
}


.site-description {
  font-size: 1.1em !important;
}

header, header.sheader {
  margin: 0px !important;
}

article h1, h1.entry-title, h2, h3, h4, h5 { 
  font-family: Lato !important;
}

h1.entry-title {
  margin-top:25px !important;
  margin-bottom: 25px !important;
}

h2 {
  margin-top:30px !important;
  margin-bottom: 20px !important;
  text-align: center;
}

/*
 * Link-Popup
 */

.sourcelinks > div { 
  margin-bottom: 20px; 
}

a.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	
  background:url(https://lepanseur.ch/wp-content/uploads/2022/12/icon-copy.png) no-repeat right center;
  background-size: 16px;
	
  padding-right: 18px;

	
}

.linkpopup {
  display:none;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

.ps-footnote {
  display:none;
  max-width:240px;
  background-color: #555;
  color: #fff;
  border-radius: 6px;
  padding: 12px;
  position: absolute;
  font-family: Lato;
  font-size: 0.75em;
  line-height: 150%;
  z-index: 10;
  margin-left: -80px;
  margin-bottom: 200px;
}



/* Popup arrow */
a.popup .linkpopup::after, sup .ps-footnote::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
a.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}


@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}


.site-main article {
	border:0;
}

.featured-content {
  width:100%
}

p {
	
  font-family: EB Garamond Regular, Georgia;
  font-style: normal;
  font-size:1.25em;
  line-height: 175%;
}

@media screen and (max-width:850px) {
	
  p {
    font-size: 1.5em;
  }
	
}



a {
  text-decoration:none;
}



div.post-data-text, div.post-data-divider {
  display: none !important;
}



button, input[type=button] {
  color: #000000;
  background: #f0edec;
  background-color: #f0edec;
}


/* jQuery Survey */
#surveyContainer {
  max-width: 300px;
  margin:auto;
}

.sv_qcbc {
  margin: auto;
}

.sv-action-bar {
  margin:0px;
}

.sv_q {
  text-align: center;
  margin-bottom: 20px;
  height: 220px;
}

#sv-nav-next {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.sv_q_title {
  font-size: unset;
  line-height: unset;
}


#overlay, .overlay {
  position: fixed; /* Sit on top of the page content */
  overflow-y: scroll;
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); /* Black background with opacity */
  z-index: 5; /* Specify a stack order in case you're using a different order for other elements */
  /*cursor: pointer;  Add a pointer on hover */
	
  padding: 15px;
  align-items: center;
  justify-content: center;align-content

}

#text, .overlay-text {
  background-color:white;
  padding:35px;
  border-radius:5px;
  max-width: 550px;
  color: black;
  
  justify-self: center;
  align-self: center
	
  position: relative;
  margin: auto;
  /*vertical-align: middle;*/
}

.close-button {
  width: 100%;
  text-align: center;
  margin-top:40px;
}



.youtube-wrap {
  position: relative;
  max-width: 560px;
  height: 315px;
  margin: auto;
}

.youtube-wrap:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  /*background-image: url('https://lepanseur.ch/wp-content/uploads/2023/04/YouTube-Son-2017.png');*/
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.youtube-content {
  position: relative;
  text-align: center;
  padding: 25px;
  font-size:0.75em;
}



iframe {
  display: none;
  margin: auto;
}
