/*
Theme Name: Generate Press Child
Theme URI: https://www.madstudio.fr
Template:  generatepress
Author: MAD STUDIO - Marie Amandine Delalondre
Author URI: https://www.madstudio.fr
Description: Description du thème
Version: 1.0
*/

/* CLEAN */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

a:link, p.fixed-border a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 3px solid var(--accent);
}
ul.noborder li a:link, ul li.noborder a:link, .menu-bar-item a:link,  p.noborder a:link{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;
}

/* Navigation top bar */
.site-branding-container, .inside-header {
	align-items: end;
}
.site-description {
	margin-left: 30px;
}

/* SIDEBAR */
.is-left-sidebar {
	width: 13%;
}
@media only screen and (max-width: 768px) {
	#left-sidebar {
		display: none;
	}

/* MAIN CONTENT */

@media only screen and (max-width: 768px) {
	.site-content .content-area {
		width: 100%;
		margin-left: 0px;
	}
}


/* Menu */
.dropdown-menu-toggle .gp-icon {
	display: none;
}

/* FOOTER */
ul.recent-news {
	margin: 0;
}
ul.recent-news li {
	font-weight: bold;
	margin-bottom: 15px;
}
