/*
 Theme Name:   GP Coutot-Roehrig Reunion
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
body{
font-family: roc-grotesk, sans-serif;
}
em{
font-family: "benton-modern-display", serif;
font-style: italic;
}
h3.titre-accordion em{
	font-size:110%;
}
.single-post img{
border-radius: 20px;
}
.single-post h2:first-child{
	margin-top:0;
}
.single-post h2{
	margin-top:40px;
}
strong, b{
	font-weight: 600;
}
.site-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px 0;
}
.content-area ul li::before {
  content: "— ";
  position: absolute;
  left: 0;
}
.content-area ul li {
  position: relative;
  padding-left: 1.2em;
}
.content-area ul li.wp-social-link::before{
	content:none;
}
.map{
	border-radius:24px;
}
.counter {
  font-size: 4rem;
  font-weight: bold;
	color:#00644E;
}
@media screen and  (max-width:768px){
.site-header .header-image {
  width: 240px;
}
}