/*
Theme Name: sdv
Template: kadence
Version: 0.1.0
*/


@font-face {
  font-family: 'BrittanySignature';
  src: url('assets/fonts/BrittanySignature.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
      h2{
        font-family: 'BrittanySignature';
      }
.home-hero
{
    display: flex;
}
h1{
	font-family: "Quicksand", Sans-serif!important;
}
/**  Blog de l'o **/
.blog-o-article
{
border-radius: 47px;
background: #FFF;
border-radius: 14px;
box-shadow: 0px 4px 6.2px 0px rgba(0, 0, 0, 0.25);
padding: 20px;
width: 275px;
margin-right: 20px;
margin: auto;
margin-bottom: 40px;
text-align: center;
flex-wrap: wrap;
    
}
.blog-o-article h2
{
  font-size: 18px;
  margin: 14px 0;
}
.blog-o-article img
{

  width: 100%;
  height: 100%;width: 334px;
  height: 211px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 20px;
}
.blog-o-article .post-meta{
	font-size: 12px;
    margin-bottom: 20px;
}
.head-blog
{
  text-align: center;
  margin: 176px 0 83px 0;
}
.btn-read-ni-article{
	    background-color: #215387;
    padding: 11px 25px;
    color: white;
    border-radius: 20px;
    /* margin: 41px 39px; */
    margin-top: 30px;
}
.post-tag{
	margin-top: 20px;
}
.head-blog p{
	    font-size: 5em;
    font-family: 'Quicksand', sans-serif;
}
.head-blog img
{
    margin: auto;
}
.container-blog{
  display: block;
  width: 80%;
  margin: auto;
}
.all-article
{
  display: flex; 
  width: 67%;
  margin: auto;
  flex-wrap: wrap;
}