<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Hysope
Version: 1.0
Description: A child theme of Astrid
Template: astrid
Author: Administrator
*/
@import url("../astrid/style.css");
/* Your awesome customization starts here */


body {
  letter-spacing: 0px;
  background-color: transparent;
}

.home #content .container, .home #main, .home #main article {
  background-color: transparent;
	border: none;
  }

.testimonial {

  }

.testimonial a {
	display: block;
  text-align: center;
  padding: 20px 20px 20px 20px;
  background-color: rgba(255,255,255,0.8);
   text-shadow: 0px 0px 1px rgba(0,0,0, 0.51);
  color: #222;
  font-size: 108%;
  letter-spacing: -0.04em;
  width: 80%;
  margin-left: 10%;
	  border-radius: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
  border: 5px solid rgba(255,255,255,0.5);
  
  }
	
	.testimonial a:hover {
	  color: #fff;
  background-color: rgba(214,39,102,0.8);
	text-shadow: 0px 0px 1px rgba(255,255,255, 0.51);	  
 
		  text-decoration: none;
    /*-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6);
  text-shadow: 0px 0px 1px rgba(255,255,255, 0.51);*/
		}

  

a:hover {
  color: #ff0089;
}

p.citation {
  font-size: 140%;
  font-style: italic;
  color: #888;
  text-align: right;
   margin: 0;
}

p.citation .auteur {
  font-size: 90%;
}

p.citation.petite {
  font-size: 90%;
 
}
  

.main-navigation a {
	  /*font-weight: 600;*/
	  color: #3e4044;
  text-transform: uppercase;
  font-size: 13px;
	}

.main-navigation li {
  padding : 10px 15px;
	}

.btn-menu {
  color: #0139a6;
	}
	
	#mainnav-mobi a {
	  color: rgba(255,255,255,0.9);
	}
	
	#mainnav-mobi li.current-menu-item a, #mainnav-mobi a:hover {
	  color: rgba(255,255,255,1);
	}
	
.main-navigation ul ul {
	  background: #0139a6;
}
		
.main-navigation li {
	  letter-spacing: 0px;
			}
	
.main-navigation .sub-menu a {
	color: #ddd;
}

.main-navigation .sub-menu a:hover {
	color: #fff !important;
}

.header-text {
	  font-size: 60px;
  color: rgba(255,255,255,0.8);
	}

.header-image::after {
		background-color: rgba(1,57,166,0.05);
	  }

.site-header.has-header {
	background-color: rgba(255,255,255,0.9);
}

h1.entry-title {
  color: #0139a6;
 font-weight: 400;
}

h1,h2,h3,h4,h5 {
  color: #0139a6;
  letter-spacing: 0;
}

.home h1, .home h2, .home h3 {
  color: #fff;
  text-transform: uppercase;
 text-shadow: 0px 0px 3px rgba(255,255,255, 0.7);
  font-weight: 500;
  }

h2.entry-title {
 /*  font-weight: 600; */
 font-size: 20px; 
  letter-spacing: 0;
}

h2.entry-title a {
  color: #0139a6;
  font-weight: bold;
}

h2.entry-title:before {
content: '\f105';
  font-family: 'FontAwesome';
  padding-right: 10px;
  color: #0139a6;
}

h2.entry-title:hover:before {
content: '\f107';
  font-family: 'FontAwesome';
  padding-right: 20px;
  color: #d62766;
}

h2.entry-title:hover, h2.entry-title:hover a, .entry-summary a:hover {
  color: #d62766 !important;
  
}

.entry-summary p {
  font-weight: 400;
  text-align: justify;
	}

.site-header:not(.header-scrolled) {
	  margin-top: 50px;
	}

.site-content {
  margin-top: 110px;
	}

.home .site-content {
  margin-top: 60px;
  margin-bottom: 0;
	}

.site-header.header-scrolled {
	background-color: rgba(255,255,255,1) !important;  
  -moz-box-shadow: 0px 0px 6px 0px #656565;
-webkit-box-shadow: 0px 0px 6px 0px #656565;
-o-box-shadow: 0px 0px 6px 0px #656565;
box-shadow: 0px 0px 6px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=6);
	}

.footer-widgets, .site-footer, .footer-info { background-color: rgba(255,255,255,0.9) !important;}
.footer-widgets a, .site-footer a, .footer-info a { color: rgba(0,0,0,0.9) !important;}
.footer-widgets a:hover, .site-footer a:hover, .footer-info a:hover { color: rgba(1,57,166,1) !important; font-weight: 400; }


.site-footer {
  padding-bottom: 10px;
	  padding-top: 20px;
	}

.footer-logo {
	max-height: 174px;
	}
	
.tagcloud a {
  font-size: 12px;
  letter-spacing: -0.05em;
  }

.tagcloud a:hover, .tags-links a:hover {
		  background: #0139a6 !important;
		  color: #fff !important;
		}
		
.tags-links a {
			  padding: 8px 3px;
  margin-bottom: 3px;
  color: #444;
			}
.site-content &gt; .container {
  background: rgba(255,255,255,1);
	}

a.button:hover, input[type=submit]:hover {
  color: #fff;
}

.taxonomy-description {
	  padding-left: 60px;
	}



.page-header {
	  color: #fff !important;
	  background-color: rgba(214,39,102,0.8); !important;
	  padding: 20px 0 20px 0
	}
	
.page-header h1, .page-header h1 i {
		  color: #fff !important;
		}

.page-header h1 {
	  padding-top: 0;
	}

input[type="search"] {
  width: 90%;
}

.entry-content p {
  text-align: justify;
  font-weight: 400 !important;
	}

.entry-content a {
  /*font-weight: 600 !important;*/
	}
	
	article.hentry {
	  padding-bottom: 20px;
	   padding-top: 20px;
	}

.widget-area .widget {
	  background-color: #fafafa;
	}

aside#secondary {
  font-weight: 400;
}

#sidebar-footer {
  padding-top: 20px;
  padding-bottom: 20px;
	}
	
#sidebar-footer .sidebar-column {
  border-right: 1px solid rgba(255,255,255,0.08);
		}

#sidebar-footer .sidebar-column:first-child {
  border-left: 1px solid rgba(255,255,255,0.08);
		}

.widget_links li {
  list-style-type: none;
  }

/*.widget_links li {
  font-size: 12px;
  line-height: 20px;
  }*/

.widget_links li::before {
	font-family: Fontawesome;
	font-size: 15px;
    content: '\f0c1';
	margin-right: 8px;
}

.nav-previous, .nav-next {
  height: 30px;
	  overflow: hidden;
    text-overflow: ellipsis;
	}

.nav-previous a, .nav-next a {
  line-height: 30px;
	  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.05em;
	  height: 30px;
	  display: block;
	}

.nav-previous a:before {
  font-family: Fontawesome;
	font-size: 30px;
    content: '\f104';
	margin-right: 8px;
}
	  
.nav-next a:after {
  font-family: Fontawesome;
	font-size: 30px;
    content: '\f105';
	margin-left: 8px;
}

@media only screen and (min-width: 767px) {
.custom-logo-link img { margin: 0; }

.footer-branding {
  text-align: left;
  justify-content: initial;
}
  
  .main-navigation ul#primary-menu &gt; li.current-menu-item &gt; a,
.main-navigation ul#primary-menu &gt; li.current-menu-parent &gt; a{
  color: #0139a6;
  border-bottom: 1px solid #0139a6;
	}
}

/* body:not(.home) #page {
  background: url('http://www.institut-hysope.com/new/wp-content/uploads/2016/09/FondTrans.png') no-repeat top left;
  background-size: 100% auto;
} */

.home.page h1.entry-title {
	  display: none;
	}
	


aside#text-2 {
  padding-bottom: 0
}

/*aside#text-2 p {
  font-family: 'Josefin Sans';
	font-size: 18px;
  font-style: italic;
}*/

.single-post .single-thumb {
	  display: none;
	}

.entry-thumb {
	  max-height: 180px;
	  overflow: hidden;
	}
	 
span.byline, span.posted-on {
  display: none !important;
}

span.cat-links {
  font-weight: 400 !important;
}

/*a.gras {
  font-weight: 600; }*/

.footer-contact-block  {
	  min-height: 100px;
	}

.web-contact table {width: 90%; border: none; }
.web-contact table td { border: none;}
.web-contact table td input { width: 90%; }

.recent-thumb img { border-radius: 5px; }

body.custom-background {
  background-size: cover !important;
}

.site-copyright { color: #444; width: 100%; text-align: center; }
.footer-navigation { text-align: center; float: none; margin: 0 auto; border-bottom: 1px solid #ccc;}


.footer-navigation li { text-align: center }

.error404 .content-area .page-title {
	padding: 60px;
}

body:not(.logged-in) #nav_menu-2 {
  display: none;
}
  </pre></body></html>