/*
	Theme Name: base-theme
	Theme URI:
	Author: Agence Cactus
	Author URI: https://agence-cactus.fr/
	Description: Base de thème.
	Version: 1.0.0
	Tags: base, theme
	Text Domain: base_theme
*/

.herzog-last-links {
    margin-top: 30px;
    width: fit-content;
    margin: 30px 0 0 auto;
}
#menu-menu-footer {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: left;
}
#menu-menu-footer li{
	    margin-bottom: 5px;
}
#menu-menu-footer .menu-item::after{
	display:none;
}

@media screen and (max-width: 991px){
	footer .footer-content{
		flex-direction:column-reverse;
	}
	body footer .footer-right{
		display:flex!important;
		flex-direction:column;
		width:100%;
	}
	footer .herzog-links{
		display:none;
	}
	#menu-menu-footer{
		text-align:center;
	}
	.herzog-last-links {
		margin: 30px 0 0;
		        width: 100%;
	}
}
@media screen and (max-width: 767px){
	#menu-menu-footer{
		align-items: center;
	}
	#menu-menu-footer .menu-item::after{
		display:flex;
	}
}


.page-template-template-exemple main {
    max-width: 1400px;
	padding-left:60px;
	padding-right:60px;
    margin: 60px auto;
    width: 100%;
}
.blue_title{
	font-weight:800;
	color: #273B83;
}
@media screen and (max-width: 991px){
	.page-template-template-exemple main {
		padding-left:40px;
		padding-right:40px;
	}
}
@media screen and (max-width: 767px){
	.page-template-template-exemple main {
		padding-left:20px;
		padding-right:20px;
	}
}