/*
Theme Name: fake_sc
Version: 1.
Text Domain: onepress
Template: onepress
*/

body, button, input, select, textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.275rem;
  line-height: 1.7;
  color: #777777;
}

.site-branding .site-logo-div {
  line-height: 75px;
  width: 100px;
  float: left;
  margin: 0 30px 0 0;
}

#primary{
width:100%;
}
.entete_article {
height:400px;
overflow:hidden;
position:relative;
margin:0 0 30px 0;
}
.entete_article .entry-title{
position: absolute;
background: rgba(255, 255, 255, 0.5);;
top: 100px;
left: 50px;
padding: 20px;
}

.entete_article img{
position:absolute;
margin-top:-20%;
width:100%;
max-width:1400px;
}

.wp-block-button__link {
  color: #fff !important;
  background-color: #6b70ff;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  margin:25px 0;
}
hr.wp-block-separator{
margin:30px auto;
}