/*
Theme Name: Twenty Twenty Child
Description: Child Theme enfant of NC
Author : NC for ObsPol
Template: twentytwenty
Version: 1
*/

/* Importation de la feuille de style du thème parent */
@import url("../twentytwenty/style.css");




@font-face {font-family: "MyUnderwood";
	src: url(./assets/fonts/MyUnderwood/MyUnderwood-webfont.woff) format("woff");
	url(./assets/fonts/MyUnderwood/MyUnderwood-webfont.eot) format("eot");
	url(./assets/fonts/MyUnderwood/MyUnderwood-webfont.svg) format("svg");
	url(./assets/fonts/MyUnderwood/MyUnderwood-webfont.ttf) format("truetype");}
	
@font-face {font-family: "Zero";
	src: url(./assets/fonts/zero/zero_and_zero_is-webfont.woff) format("woff");
	url(./assets/fonts/zero/zero_and_zero_is-webfont.eot) format("eot");
	url(./assets/fonts/zero/zero_and_zero_is-webfont.svg) format("svg");
	url(./assets/fonts/zero/zero_and_zero_is-webfont.ttf) format("truetype");}

@font-face {font-family: "NoneShallPass";
	src: url(./assets/fonts/NoneShallPass/NoneShallPassDEMO-KCFonts.ttf) format("truetype");}
}

@font-face {font-family: "Topsecret";
	src: url(./assets/fonts/Topsecret/Top_Secret.ttf) format("truetype");}		
			
@font-face {font-family: "Topsecretnoline";
	src: url(./assets/fonts/Topsecret/Top_Secret_Without_Lines.ttf) format("truetype");}		
																			

h1, h2, h3, h4, h5  {
	font-family: "MyUnderwood", Helvetica, Arial, sans-serif;
	color: white;
	}

.site-title .logo {
  max-width: 200% !important;
  max-height: 200% !important;
}

----------------------------------------------------------------------------
/* Texte */
----------------------------------------------------------------------------

p {
	font-size: 10px;
	font-family: Terminal, Helvetica, sans-serif;
	color: black;
	line-height: normal;
	text-align: justify;
	}

p.has-small-font-size {
	font-family:  Terminal, Helvetica, sans-serif;
	font-size: 0,5em;
	line-height: normal;
	text-align: justify;
	}

p.has-normal-font-size {
	font-family:  Terminal, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	text-align: justify;
	}

.entry-content p {
		font-family: Terminal, Helvetica, sans-serif;
		color: black;
		font-size: 0,1em;
	line-height: normal;
	text-align: justify;
	}
	
a {
	color: #7A0928;
	text-decoration: none;
}

a:visited {
	color: #424048;	
	text-decoration: none;
}	
	
a:hover,
a:focus {
color: #EA0928;	
	text-decoration: none;
}


----------------------------------------------------------------------------
/* Listes */
----------------------------------------------------------------------------
ol.has-normal-font-size {
	font-family:  Terminal, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	}
	
ol.has-small-font-size {
	font-family:  Terminal, Helvetica, sans-serif;
	font-size: 0,5em;
	line-height: normal;
	}
	
.entry-content ol {
		font-family: Terminal, Helvetica, sans-serif;
		color: black;
		font-size: 0,1em;
	line-height: normal;
	text-align: left;
	}

ul.has-normal-font-size {
	font-family:  Terminal, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	}
	
ul.has-small-font-size {
	font-family:  Terminal, Helvetica, sans-serif;
	font-size: 0,5em;
	line-height: normal;
	}
	
.entry-content ul {
		font-family: Terminal, Helvetica, sans-serif;
		color: black;
		font-size: 0,1em;
	line-height: normal;
	text-align: justify;
	}

.entry-content .has-small-font-size {
	font-family:  Terminal, Helvetica, sans-serif;
	font-size: 0,842em;
	line-height: normal;
	}
	
.entry-content .has-normal-font-size {
	font-family:  Terminal, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	}

	/* Entry Content ------------------------- */

	.entry-content {
		font-size: 16px;
	}

	.entry-content p,
	.entry-content li {
		line-height: 1.2;
	}



----------------------------------------------------------------------------
/* Titres dans les pages */
----------------------------------------------------------------------------

body, html, a, p, span, ul, li, h1, h2 {
  font-family: "MyUnderwood"; !important; /* I have added Arial here. You can change to whatever you want */
  
}


h2,
	.heading-size-2 {
		font-size: 6em;
		font-family: "MyUnderwood";
		color: black;
	}
	.entry-content h2 {
		font-family: "MyUnderwood","Helvetica Neue", Helvetica, sans-serif;
		color: black;
	}

h3,
	.heading-size-3 {
		font-size: 2.5em;
		font-family: "MyUnderwood";
		color: black;
	}
	.entry-content h3 {
		font-family: "MyUnderwood","Helvetica Neue", Helvetica, sans-serif;
		color: black;
	}

h4,
	.heading-size-4 {
		font-size: 1.8em;
		font-family: "MyUnderwood";
		color: black;
	}
	.entry-content h4 {
		font-family: "MyUnderwood","Helvetica Neue", Helvetica, sans-serif;
		color: black;
	}

h5,
	.heading-size-5 {
		font-size: 1.6em;
		font-family: "MyUnderwood";
		color: black;
	}
	.entry-content h5 {
		font-family: "MyUnderwood","Helvetica Neue", Helvetica, sans-serif;
		color: black;
	}

----------------------------------------------------------------------------
/* Banner */
----------------------------------------------------------------------------

h1.site-title {
    font-size: 1em;
    font-family: "Topsecret";
    color: #000;
    text-shadow: 0 0 4px #FFF;
}
.site-description{
    font-size: 20px;
    font-family: "Topsecretnoline";
    letter-spacing: 1,5em;
    font-weight: 1000;
    color: #000;
    text-align: center;
    }
    

@media screen and (min-width: 48em) {
	.custom-logo-link img {
		max-width: 700px;
		margin-left: 170px;
	}
}

.custom-logo-link img {
    /* display: inline-block; */
    max-height: 160px;
    /* width: auto; */
}