/*
Theme Name: Customify
Website : Autour de Nous
Author: Studio Communi-Mage
Author URI: https://www.communi-mage.com

a mettre dans header.php
<link href="<?php echo get_template_directory_uri(); ?>/communi-mage.css" rel="stylesheet" type="text/css" />
juste avant </head>

----------------------------------------------------------------------------------------
Dans Personnaliser/Pied/crédits Coller

Copyright © 2022-{current_year} <a href="https://www.autourdenous.net">Autour de Nous</a>. <a href="https://www.autourdenous.net/wp-admin/"><br /><img src="https://www.communi-mage.com/wp-content/uploads/favicon.png" alt="webmaster discount"></a> Communi-Maginé au <a href="https://www.communi-mage.com" title="Soyez présent sur le web" target="_blank">Studio</a>

----------------------------------------------------------------------------------------			*/

/******************************************************************************************************************** NETTOYAGE */

.header-main .light-mode {
	box-shadow: none!important;
}

p, h1, h2, h3, h4, h5, h6 {
	clear : none;
}
#em-wrapper p {
	display:none;
}

/********************************************************************************************************************** POLICES */
@font-face {
    font-family: 'titres';
    src: url('fonts/titres.woff2') format('woff2'),
	url('fonts/titres.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'contenu';
    src: url('fonts/contenu.woff2') format('woff2'),
	url('fonts/contenu.woff') format('woff');
    font-weight:normal;
	font-style: normal;
}

@font-face {
    font-family: 'soustitres';
    src: url('fonts/soustitres.woff2') format('woff2'),
	url('fonts/soustitres.woff') format('woff');
    font-weight:normal;
	font-style: normal;
}

 p, body, input[type="text"], input[type="email"] {
	font-family : 'contenu'!important;
}
	
h1, h2, h3, h4, h5, h6, .widget p.widget-title {
	font-family : 'titres'!important;
}

.btn, .button, .wp-block-button a, input[type="button"], input[type="submit"], .customify-builder-btn, .menu, .nav-menu-desktop .menu > li > a, .em-item-name a, button, .wp-block-button__link, .readmore-button, .readmore-button:hover {
	font-family : 'soustitres'!important;
	text-transform: none!important;
	font-weight: normal!important;
	font-size: 18px!important;
}


/************************************************************************************************************************* FOND */
.footer-main .light-mode {
	background: rgb(255, 255, 255)!important;
}

.header-top .header--row-inner, .footer-bottom .dark-mode, .customify-builder-btn, .widget-area .wp-block-search__button, input[type="submit"], button, .button, .wp-block-button__link, .readmore-button {
	background: rgb(42, 13, 99)!important;
	background: -webkit-linear-gradient(75deg, rgba(72, 117, 171, 1) 45%, rgba(42, 13, 99, 1) 100%)!important;
	background: -o-linear-gradient(75deg, rgba(72, 117, 171, 1) 45%, rgba(42, 13, 99, 1) 100%)!important;
	background: linear-gradient(165deg, rgba(72, 117, 171, 1) 45%, rgba(42, 13, 99, 1) 100%)!important;
}

.page-titlebar, .header-main-inner .row-v2 .col-v2.col-v2-right {
	background: rgb(255, 255, 255);
	background: -moz-radial-gradient(circle, rgba(199,199,199,1) 11%, rgba(255,255,255,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(199,199,199,1) 11%, rgba(255,255,255,1) 100%);
	background: radial-gradient(circle, rgba(199,199,199,1) 11%, rgba(255,255,255,1) 100%);
	-moz-box-shadow: inset 0px 20px 10px 4px rgba(255, 255, 255, 0.95),inset 0px -10px 10px 10px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: inset 0px 20px 10px 4px rgba(255, 255, 255, 0.95),inset 0px -10px 10px 10px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0px 20px 10px 4px rgba(255, 255, 255, 0.95),inset 0px -10px 10px 10px rgba(255, 255, 255, 0.75);
}

/********************************************************************************************************************* CONTOURS */

.page-titlebar {
	border-bottom-color: rgba(43, 12, 102, 1);
	border-bottom : 5px solid rgba(43, 12, 102, 1);
	border-radius : 0 0 25% 25%;
}

.header-main-inner .row-v2 .col-v2.col-v2-right {
	border-color: rgba(43, 12, 102, 1);
	border-top : 5px solid rgba(43, 12, 102, 1);
	border-left : 1px solid rgba(43, 12, 102, 1);
	border-radius : 100% 10px 0 0 ;
}

.em.em-list-widget .em-item .em-item-info {
	border-left: 2px solid rgba(43, 12, 102, 1);
}

.em.em-list .em-item .em-item-info {
	border-left: 4px solid rgba(43, 12, 102, 1);
}

.em.em-item.em-item-single.size-medium .em-item-header .em-item-image img, .em.em-item.em-item-single.size-small .em-item-header .em-item-image img {
	border-bottom: 4px solid rgba(43, 12, 102, 1);
}

.footer-bottom .footer--row-inner {
	border-color: rgba(43, 12, 102, 1);
	border-top : 5px solid rgba(43, 12, 102, 1);
	border-radius : 0 100% 0 0 ;
}

.posts-layout .readmore-button {
	border: 0;
}

/******************************************************************************************************************** PLACEMENT */

.row-v2 .col-v2.col-v2-right{
	align-self: end;
}

/********************************************************************************************************************** BOUTONS */

a, .em button.em-clickable {
	color: rgba(43, 12, 102, 1);
}
button, .button, .header-search-form button.search-submit, .header-search-form button.search-submit:hover, .wp-block-button__link, .wp-block-button__link:hover, .posts-layout .readmore-button, .posts-layout .readmore-button:hover {
	color: rgba(255, 255, 255, 1);
}

.header-search-form button.search-submit:hover, .customify-builder-btn:hover, .wp-block-button__link:hover, .readmore-button:hover {
	box-shadow: inset 0 0 0 120px rgba(0,0,0,.18);
}

/*.su-button-style-flat:hover span {
	top : 0!important;
}*/

