/* ------ { FORMULAIRE LOGIN DU HEADER } ------ */

p.login-password i {
    cursor: pointer;
	float: right;
	margin-right: 5px;
	margin-top: -27px;
	position: relative;
	z-index: 2;
	display: none;
}
p.login-submit {
	text-align: center;
}
p.login-submit input[type=submit] {
	width: 100%;
	border-radius: 4px;
}
p.login-remember label, p.login-lost-pw a {
	font-size: 14px !important
}
p.login-lost-pw a {
	display: inline-block !important;
}
p.login-lost-pw a.gridlove-registration-link {
	float: right;
}

div.login-separator {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: #777;
	margin: 10px -8px;
}
.login-separator::before, .login-separator::after {
	content: "";
	flex-grow: 1;
	background: #E5E5E5;
	height: 1px;
	font-size: 0;
	line-height: 0;
	margin: 0 8px;
}
.gridlove-action-login .sub-menu .btn-logout:hover {
	color: #FFFFFF !important;
}

/* ------ { CENTRE IMAGE TROP PETITE HEADER } ------ */
article .entry-image img {
	display: block;
	margin: 0 auto;
}

/* ------ { BLOG HEADER } ------ */
#blog-header {
	margin-bottom: 30px;
	overflow: hidden;
}

#blog-header img {
  margin-left: 50%;
  transform: translateX(-50%);
}

#blog-header.text {color:#FFF; height:140px; padding:10px 20px}
#blog-header.text .title, #blog-header.text .descrip {font-size:32px; font-size:3.2rem; font-weight:700; line-height:110%}
#blog-header.text .descrip {font-size:14px; font-size:1.4rem}

@media (max-width:1023px) {
	#blog-header { margin-bottom: 20px; }
}
.bgGradient3 {
	background: #383838; /* Old browsers */
	background: -moz-linear-gradient(top, #888888 5%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#888888), color-stop(100%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #888888 5%,#111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #888888 5%,#111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #888888 5%,#111111 100%); /* IE10+ */
	background: linear-gradient(top, #888888 5%,#111111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}

/* ------ { LIEN VERS PAGE A PROPOS DU SIDEBAR } ------ */
a.sidebar-a-propos {
	color: #5e5e5e !important;
	font-family: 'Lato' !important;
	font-weight: 700 !important;
	font-size: 20px !important;
	border: 0 !important;
}
a.sidebar-a-propos, a.sidebar-a-propos:focus, a.sidebar-a-propos:hover {
	text-decoration: none !important;
	border: 0 !important;
}
a.sidebar-a-propos:hover {
  color: #cc0001 !important;
}

/* ------ { BORDER-RADIUS DE TOUS LES BOUTONS } ------ */
.add_to_cart_button, .gridlove-button, .gridlove-button-search, .mks_autor_link_wrap a, .mks_read_more a,
.submit, a.mks_button, body div.wpforms-container-full .wpforms-form .wpforms-page-button,
body div.wpforms-container-full .wpforms-form button[type="submit"],
body div.wpforms-container-full .wpforms-form input[type="submit"], button[type="submit"], input[type="submit"] {
	border-radius: 4px !important;
}

/* ------ { LEGENDES SOUS PHOTOS DANS CONTENU ARTICLE } ------ */
.entry-content .wp-caption-text {
    position: relative;
    background: inherit;
    color: inherit;
}

/* ------ { TAILLE POLICE DANS LAYOUT-A PAGE D ACCUEIL } ------ */
.gridlove-post-a .box-inner-p { padding: 20px 30px 0px; }
.gridlove-post-a .box-inner-ellipsis { height: 90px; max-height: 90px; }
.gridlove-post-a .entry-meta { position: absolute; bottom: 20px; }
@media (min-width:1024px) {
	.homepage-posts .col-lg-6 h2.h3 { font-size: 20px; }
}
@media (max-width:1040px) {
	.homepage-posts .col-lg-6 h2.h3 { font-size: 20px; line-height: 22px;}
}

/* ------ { POUR OCCUPER TOUT LE DIV DU WIDGET } ------ */
.adrotate_widgets {padding: 0;}

/* ------ { FLECHE VERS LE BAS SOUS-MENU AUTRES SPORTS  } ------ */
@media (min-width:1023px) {
	.menu-item-has-children > a::after, #navigation .page_item_has_children > a::after {
		content: "\f107";
		font-family: FontAwesome;
		padding-left: 5px;
		line-height: 1;
	}
	*, ::before, ::after {
		box-sizing: border-box;
	}
}

/* ------ { COULEUR TEXTE DES PLACEHOLDER  } ------ */
::-webkit-input-placeholder{color:#bbb;opacity:1}
::-moz-placeholder{color:#bbb;opacity:1}
:-ms-input-placeholder{color:#bbb;opacity:1} /* Internet Explorer 10-11 */
::-ms-input-placeholder{color:#bbb} /* Microsoft Edge */
::placeholder{color:#bbb;opacity:1} /* Chrome, Firefox, Opera, Safari 10.1+ */

/* ------ { LARGEUR BOUTONS MESK EASY RES SOCIAUX  } ------ */
@media (max-width:1023px) {
	.box-single .gridlove-share .meks_ess a { max-width: 40px; }
}

/* ------ { TAILLE LABEL COMMENTAIRE DANS TEMPLATE COMMENT  } ------ */
.comment-form-comment label {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
}

/* ------ { SPAN (LIEN) POUR AFFICHER FORMULAIRE DE CONNEXION } ------ */
span.cwCboxConnexion {cursor:pointer;}
span.cwCboxConnexion:hover {color:#cc0001;}

/* ------ { OMBRAGE DU FOOTER } ------ */
.gridlove-footer {
  -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 1, 1, 0.1);
          box-shadow: 0 -2px 5px 0 rgba(0, 1, 1, 0.1);
}

/* ------ { LIENS DES MENUS DU FOOTER } ------ */
.gridlove-footer .widget_nav_menu a {
	font-size: 13px;
	font-weight: normal;
	border: none;
}
.gridlove-footer [class^="col-lg-"] {

    padding-right: 20px;
    padding-left: 20px;
}
.gridlove-footer .widget:first-child { margin-top: 30px; }
.gridlove-footer .widget:last-child { margin-bottom: 20px;}

/* ------ { LARGEUR BLOCK GALLERY DANS ARTICLE } ------ */
.wp-block-gallery.alignright {
    max-width: 150px;
    margin-left: 20px;
}

.gridlove-format-icon {
    background: #5e5e5e;
}

