/*
Theme Name: Atomic blocks Enfant par WP Marmite
Description: Theme enfant du theme Atomic blocks. Vous pouvez desormais le personnaliser sans risquer de perdre vos modifications
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: atomic-blocks
Version: 1.0
*/


@font-face {
font-family: 'Homemade Apple', cursive;
  src: url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');
}

 h1.homemade, h2.homemade, h3.homemade{
	font-family: 'Homemade Apple', cursive;
}



/* --------------------------------------------------------------
2.0 Typography
-------------------------------------------------------------- */
body, button {
  color: #272c30;
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 1000px) {
  body, button {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  body, button {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Muli", "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3%;
}

/* Fallback title styles */
h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

p, .embed-vimeo {
  margin-bottom: 1.2em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  color: #272c30;
  font-weight: bold;
  line-height: 1.4;
  margin: 1em 0 1.2em 0;
  position: relative;
  padding: 0 0 0 30px;
  border-left: solid 3px #272c30;
}
blockquote p {
  margin-bottom: 1em;
}
blockquote cite {
  margin-top: 10px;
  display: block;
}

.comments-area blockquote {
  font-size: 18px;
}
@media (max-width: 1000px) {
  .comments-area blockquote {
    font-size: 16px;
  }
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f2f2f2;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

.comments-area pre {
  background: #d7dee5;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.highlight {
  background: #fff198;
}
