/*
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks,accessibility-ready
Version: 1.2.1588411558
Updated: 2020-05-02 11:25:58

*/

@font-face { font-family: ‘Norwester’; src: url(‘NORWESTER.OTF’); }
@font-face { font-family: ‘Glacial Indifference’; src: url(‘GLACIALINDIFFERENCE-REGULAR.OTF’); }
@font-face { font-family: ‘Glacial Indifference Bold’; src: url(‘GLACIALINDIFFERENCE-BOLD.OTF’); }


/*couleur paragraphes*/
p{
	color:#4f4c4d;
	font-family : 'Glacial Indifference';
}

ul{
	color:#4f4c4d;
	font-family : 'Glacial Indifference';
}
/* masquer l'extrait*/
.lead{
	display:none;
}

.featured-media-inner.section-inner{
	display: none;
}

/* distance entre la barre rouge et le titre sur les articles*/
.entry-title{
	margin-bottom:20%;
}

/* masquer le partage qui s'affiche en double*/
.intro-text.section-inner.max-percentage.small{
	display: none;
}

h5{
	color : #e30613;
	font-family : 'Glacial Indifference Bold';
	font-size : 26px;
}


.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-outline-custom{
	font-family:'Glacial Indifference Bold';font-size:26px;
}
/*couleur paragraphes
ul.heateor_sss_follow_ul, ul.heateor_sss_sharing_ul {
    margin-left: 40%;
}*/


.heateorSssInstagramBackground{
	background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)
}

/*couleurs du menu
.heateor_sss_horizontal_sharing .heateorSssSharing,.heateor_sss_standard_follow_icons_container .heateorSssSharing{
	background-color: white;
	color: grey;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
}*/

/*alignement menu*/
ul.primary-menu {
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.0277em;
    flex-wrap: wrap;
   /* justify-content: flex-end;*/
    margin: -0.8rem 0 0 -1.6rem;
}


/*police pour les titres*/
.entry-content h1,
.entry-content h2,
.entry-content h3 {
		margin-top: 35px;
		font-family: 'Norwester';
		font-size: 200px;
		letter-spacing: -25px;
	}
.entry-content h4{
	font-family: 'Norwester';
	font-size: 60px;
	text-align: 'center';
	text-transform: uppercase;
}

div.heateor_sss_sharing_title {display:none;}

.IconContact {
	width : 50%;
	height : 50%;
}

/*l'image mise en avant ne s'affiche pas dans l'en-tête de l'article*/
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	display : none;
}

/*la date et le rédacteur de l'article ne s'affichent pas*/
.post-meta{
	display : none;
}

