.search-form .visuallyhidden{
	display:none;
}
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a{
	color: #293038;
    text-decoration: none;
}
.wp-block-buttons .wp-block-button.is-style-usc-button-link-white .wp-block-button__link:after{
	display:none !important;
}
.wp-block-buttons .wp-block-button.is-style-usc-button-link-white .wp-block-button__link span:after{
	    bottom: -4px;
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23FFFFFF' viewBox='0 0 24 24'><title id='icon_title'>Right Chevron</title><desc id='icon_desc'>An icon of a chevron pointing right.</desc><path d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    display: inline-block;
    position: relative;
    width: 12px;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
.ouv-list{
	display: flex;
    list-style-type: none;
}
.ouv-list li{
	box-sizing: border-box;
	padding: 0 20px;
}
.wp-block-buttons .wp-block-button.is-style-usc-button-link .wp-block-button__link:after{
	display:none !important;
}
.wp-block-buttons .wp-block-button.is-style-usc-button-link .wp-block-button__link span:after{
	bottom: -4px;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="%23990000" viewBox="0 0 24 24"><title id="icon_title">Right Chevron</title><desc id="icon_desc">An icon of a chevron pointing right.</desc><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    display: inline-block;
    position: relative;
    width: 12px;
}
@media only screen and (max-width: 479px){
	.site-navigation .site-navigation-wrapper .site-navigation-container{
		display:none !important;
	}
	.site-navigation .site-navigation-wrapper .site-navigation-container.open{
		display:flex !important;
	}
	.site-navigation-menu .menu-item.menu-item-has-children .accordion .accordion-link:before{
		display:none !important;
	}
	.site-navigation-menu .menu-item.menu-item-has-children .accordion .accordion-link span:before{
		content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%2344433C" viewBox="0 0 24 24"><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
	}
	.home .entry-content{
		width:100% !important;
	}
	.ouv-list {
    	display: block;
	}
}
.page-template-default .site-content .entry-title{
	font-size: 44px;
    font-weight: 700;
    line-height: 48px;
}
.convertlist ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.site-navigation-menu .menu-item:focus-within .sub-menu{
	display:none !important;
}
.site-navigation-menu .menu-item:hover .sub-menu{
	display:flex !important;
}
.converlistadvanced{
	display:flex;
	gap:20px;
	margin:0;
	padding:0;
	list-style-type:none;
	margin-bottom:30px;
}
.converlistadvanced > li{
	width:33%;
}
.converlistadvanced .wp-block-uagb-column{
	width:100% !important;
}

@media only screen and (max-width: 479px){
	.converlistadvanced{
		display:block;
	}
}