/*
Theme Name: Unicon Child Theme
Theme URI: http://themeforest.net/user/minti
Description: Unicon Child Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.0
*/

/*
Header
*/

#header > .container
{
	display: none;
}

#mobile-logo
{
	display: none;
}

.logo img
{
	max-height: 80px !important;
	max-width: 157px !important;
}

#mobile-navigation-btn
{
	color: white;
}

/* Avec menu fond rouge */
.menu-item a
{
	text-transform: uppercase;
	border-bottom: 4px solid #E4002B;
}

.header .current-menu-item a, .header .menu-item a:hover
{
    border-bottom: 4px solid white !important;
}

/* Avec menu fond blanc */
/*.header .borderbutton a
{
    border:1px solid #e72c35 !important;
    padding:10px 20px !important;
    margin-top:-11px !important;
    border-radius:3px;
    margin-right:15px !important;
    margin-left:5px !important;
    color: rgb(255, 255, 255) !important;
	background-color: #e72c35 !important;;
}*/

/* Avec menu fond rouge */
.header .borderbutton a
{
    border:1px solid white !important;
    padding:10px 20px !important;
    margin-top:-11px !important;
    border-radius:3px;
    margin-right:15px !important;
    margin-left:5px !important;
    color: #E4002B !important;
	background-color: white !important;
}

.header .borderbutton:hover a
{
	background-color: rgb(255, 255, 255) !important;
	color: #E4002B !important;
}

#header.header-transparent .borderbutton a
{
    border:1px solid rgba(255,255,255,0.5) !important;
    color:#fff !important
}

/*
Footer
*/

footer h3
{
	text-transform: uppercase;
}

/*#copyright a:hover
{
	color: #e72c35 !important;
}*/

/*
Pagination
*/

.owl-dot span
{
	border-color: #E4002B !important;
}

.owl-dot.active span
{
	background-color: #E4002B !important;
}

.owl-prev::after, .owl-next::after
{
	color: #E4002B !important;
}

/*
Paragraphes
*/

p
{
	text-align: justify;
	font-size: 1.2em;
}

/*
Formulaire de contact Contact Form 7
*/

.wpcf7-form-control:focus
{
	border-color: #E4002B !important;
}

/*
Taille des icônes thématiques PS sur la page de carnet de campagne CM 2020
*/

#engagements-principaux .iconbox .iconimg
{
	max-width: 150px;
}

/*
 * Image double sur la page blog
 */
.attachment-post-thumbnail
{
	display: none;
}

/*
 * Ajout des polices PS
 */

@font-face
{
	font-family: "Nimbus Sans Novus";
	src: url('/wp-content/themes/unicon-child/framework/fonts/nimbusSansNovus_regular.otf');
}

@font-face
{
	font-family: Replica;
	src: url('/wp-content/themes/unicon-child/framework/fonts/replica_bold.otf');
}

/*
 * Boutons avec police Replica
 */

.bouton-replica
{
	font-family: Replica;
	text-transform: uppercase;
}

/*
 * Toggle
 */

.toggle .toggle-title
{
	color: #E4002B !important;
	background-color: rgb(240, 240, 240) !important;
}

.toggle .toggle-title.active
{
	color: white !important;
	background-color: #E4002B !important;
}

/*
 * Page "Engagements", mise ne forme des boîtes
 */

.description-engagement
{
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px !important;
}