/** {
  box-sizing: border-box;
}*/
body {
	background: white !important;
}

* {
	text-shadow: none !important;
}

#header_container {
	background: none;
	box-shadow: none;
	height: auto;
}

#header_top_container_commun {
	background: white;
	color: #2e2e2e;
	padding: 20px;
	margin: auto;
	margin-bottom: 20px;
	text-transform: uppercase;
	max-width: 100% !important;
	width: 920px !important;
	min-width: auto;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

#header_top_container_commun .header_text,
#header_top_container_commun .header_url {
	font-size: 15px;
}

#header_top_container_commun .header_text:hover,
#header_top_container_commun .header_url:hover {
	text-decoration: none !important;
}

#header_top_container_commun:hover .header_text,
#header_top_container_commun:hover .header_url {
	text-decoration: none !important;
}

#header .container_specific {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

#header .container_specific .row {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	position: relative;
}

#header .container_specific .row > div {
	padding-bottom: 20px;
	background: white;
	color: #2e2e2e;
}

#header .container_specific .row > div a {
	color: #2e2e2e;
}

#header .container_specific .row .span3 {
	flex-grow: 1;
	width: 290px !important;
	padding-left: 20px !important;
}

#header .container_specific .row .span2 {
	width: 190px !important;
	padding-right: 10px;
}

#header .container_specific .row .span4 {
	width: 420px !important;
	padding-left: 20px;
}

#content_container #content .container_specific {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

.carousel,
#content_container #content .carousel {
	margin-top: 0 !important;
}

.carousel h2,
#content_container #content .carousel h2 {
	font-weight: normal !important;
}

.carousel .carousel-inner .item:hover > img,
.carousel .item:hover > img,
#content_container #content .carousel .carousel-inner .item:hover > img,
#content_container #content .carousel .item:hover > img {
	opacity: 1 !important;
}

.carousel .carousel-inner .item:hover a,
.carousel .item:hover a,
#content_container #content .carousel .carousel-inner .item:hover a,
#content_container #content .carousel .item:hover a {
	display: none !important;
	font-weight: normal;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
	padding: 0 10px !important;
}

[class*="span"] {
	margin-left: 0 !important;
}

.carousel-control {
	margin-top: 0 !important;
	display: inline-block;
	border-radius: 28px !important;
	color: #2e2e2e !important;
	background-size: 50% !important;
	box-sizing: border-box;
	z-index: 999;
	padding-top: 50px;
	padding-bottom: 50px;
	background: none !important;
	width: 50px;
	height: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	/*
    &:after {
        content: ">";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: text-color;
        font-size: 30px;
        margin: auto;
        line-height: 44px;
    }

    &.left {
        &:after {
            content: "<";
        }
    }
    */
}

.carousel-control:after {
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 25px;
	height: 25px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: auto;
}

.carousel-control.left {
	left: 0;
}

.carousel-control.left:after {
	content: "";
	background-image: url("/fileadmin/templates/mah/new_design/assets/left_arrow.svg") !important;
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 20px;
	left: 0;
}

.carousel-control.right {
	right: 0;
}

.carousel-control.right:after {
	content: "";
	background-image: url("/fileadmin/templates/mah/new_design/assets/right_arrow.svg") !important;
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 20px;
	right: 0;
}

.ombre,
#header_container .ombre {
	display: none !important;
}

input {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	border: none !important;
}

#content_main {
	max-width: 100%;
	width: 900px;
	padding: 0 20px;
}

#content_right {
	display: none !important;
}

/*
ul.nav-tabs {
    background: none;
    width: 100% !important;
    height: auto;
    border-bottom: 0 !important;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
flex: 1 1 auto;
    justify-content: center;

    li {
        display: inline-block;
        height: auto;
        line-height: 17px;
        padding: 7px 15px !important;
        border-radius: $round_size;
        background: white !important;
        color: $text-color !important;
        @include shadow;
        float: none;
        font-style: normal;
        min-height: 41px;
        margin: 0 10px 0;

        display: flex;
flex: 1 1 auto;
        justify-content: center;
        align-content: center;
        align-items: center;

        padding: 0 10px;
        min-height: 41px;
        border-radius: 60px;

        &:last-child {
            margin-right: 0;
        }

        a {
            margin: auto;
            font-size: 14px !important;
            text-transform: uppercase;
            font-style: normal !important;
            line-height: $round_size;
            padding: 0 !important;
            color: $text-color !important;
            background: none !important;
            margin: 0 !important;
            width: auto !important;

            &:hover {
                text-decoration: none !important;
            }
        }
    }

    li.active {
        background: $bg !important;

        a {
            color: $blue !important;
        }
    }
}
*/
ul.nav-tabs {
	background: none;
	width: 100% !important;
	height: auto;
	border-bottom: 0 !important;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
}

ul.nav-tabs li {
	display: inline-block;
	height: auto;
	line-height: 17px !important;
	padding: 7px 15px !important;
	border-radius: 28px;
	background: white !important;
	color: #2e2e2e !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	float: none;
	font-style: normal;
	margin: 0 10px 0;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 0 10px !important;
	min-height: 41px;
	border-radius: 60px;
	border-bottom: 0;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	ul.nav-tabs li {
		height: 41px !important;
	}
}

ul.nav-tabs li:last-child {
	margin-right: 0;
}

ul.nav-tabs li:first-child {
	margin-left: 0;
}

ul.nav-tabs li.active {
	background: #cdcbff !important;
	box-shadow: none !important;
}

ul.nav-tabs li.active a {
	color: #0000ff !important;
}

ul.nav-tabs li a:hover {
	color: #0000ff !important;
}

ul.nav-tabs li a {
	margin: auto;
	font-size: 14px !important;
	text-transform: uppercase;
	font-style: normal !important;
	line-height: 28px;
	padding: 0 !important;
	color: #2e2e2e !important;
	background: none !important;
	margin: 0 !important;
	width: auto !important;
	line-height: 17px !important;
	border-bottom: 0;
}

ul.nav-tabs li a:hover {
	text-decoration: none !important;
}

#top_link {
	margin-top: 0 !important;
}

#content_title_h2 {
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}

#accueil #content_container #transvers {
	padding: 20px 20px;
	clear: both;
	margin-top: 0;
	margin-bottom: 20px;
	display: flex;
	flex: 1 1 auto;
}

#accueil #content_container #transvers a:hover img {
	opacity: 1;
}

#accueil #content_container #transvers .span3 {
	border-top: 1px solid #2e2e2e;
	padding-right: 13px;
	margin-top: 10px;
	margin-right: 0;
}

#accueil #content_container #transvers .span3 p {
	margin: 0 auto;
	background: none;
	color: #2e2e2e;
	font-weight: normal;
	font-size: 15px;
}

#accueil #content_container #transvers .span3:last-child {
	margin-right: 0;
}

#top_link {
	display: none;
}

#content_main #content_image {
	width: 100%;
}

#content_main #content_image img {
	width: 100%;
}

.row .block {
	width: 100%;
}

#content_main div.csc-textpic-text {
	max-width: 100%;
}

#content_main .chiffre,
#content_main .chiffre span {
	margin: 0;
	color: #2e2e2e !important;
	font-size: 18px !important;
}

#accueil #content_container #bottom .span6 div a {
	font-size: 18px !important;
}

.csc-textpic-text h3 {
	margin-top: 0;
}

.csc-textpic-text .titre_majuscule,
.csc-textpic-text a,
.csc-textpic-text span {
	font-size: 18px !important;
	font-weight: normal !important;
	color: #2e2e2e !important;
}

#content_main div.csc-textpic {
	border: none;
}

p.copyright {
	font-family: "MAH Sans Regular", Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	color: #2e2e2e;
}

.pdf_depliant,
.pdf_dossier {
	display: inline-block;
	margin-right: 20px !important;
	margin-top: 10px !important;
	font-size: 15px !important;
	/*
    &:first-child {
        margin-top: 20px;
    }*/
}

.pdf_depliant a,
.pdf_dossier a {
	background: none !important;
	padding: 10px 0 10px 50px !important;
	line-height: 20px;
	font-size: 15px !important;
}

.pdf_depliant a:before,
.pdf_dossier a:before {
	display: block;
	position: absolute;
	left: 0;
	content: "";
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: 38% 50%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	top: -3px;
}

.pdf_depliant a:before {
	background-image: url("/fileadmin/templates/mah/new_design/assets/pdf.svg");
}

.pdf_dossier a:before {
	background-image: url("/fileadmin/templates/mah/images/icon_dossier.png");
	background-position: 45% 45% !important;
}

.titre_bleu,
.titre_rose {
	color: #2e2e2e !important;
}

#content_main .box {
	padding: 0;
}

#content_main p.titre_couleur,
#content_main p.texte_italique {
	color: #2e2e2e !important;
	font-size: 18px !important;
	font-style: normal !important;
}

#b_318 section#content div#content h2 {
	text-align: left !important;
}

.csc-textpic-text .download {
	text-decoration: underline !important;
}

#c2182 img {
	width: 100%;
}

#c1952 {
	margin-top: 30px !important;
}

#accueil #content_container #content .container_specific > .row > .block,
#accueil #content_container #content .container_specific > .row > .box,
#baa #accueil #content_container #content .container_specific > .row > .block,
#baa #accueil #content_container #content .container_specific > .row > .box {
	padding: 20px;
	margin-bottom: 0;
}

#accueil #content_container #content .container_specific > .row > .block > div,
#accueil #content_container #content .container_specific > .row > .box > div,
#baa #accueil #content_container #content .container_specific > .row > .block > div,
#baa #accueil #content_container #content .container_specific > .row > .box > div {
	float: none;
}

#accueil #content_container #content .container_specific > .row > .span6,
#baa #accueil #content_container #content .container_specific > .row > .span6 {
	padding-left: 20px;
	width: 460px;
}

#accueil #content_container #content .container_specific > .row > .span6 .visible-desktop,
#baa #accueil #content_container #content .container_specific > .row > .span6 .visible-desktop {
	position: relative;
}

#accueil #content_container #content .container_specific > .row > .span6 > a,
#baa #accueil #content_container #content .container_specific > .row > .span6 > a {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	align-content: center;
	position: relative;
	overflow: hidden;
}

#accueil #content_container #content .container_specific > .row > .span5,
#baa #accueil #content_container #content .container_specific > .row > .span5 {
	padding-right: 20px;
	width: 459px;
	overflow: hidden;
}

#accueil #content_container #content .container_specific > .row > .span5 img,
#baa #accueil #content_container #content .container_specific > .row > .span5 img {
	height: 463px;
}

#accueil #content_container #content .container_specific > .row > .span5 #blog,
#baa #accueil #content_container #content .container_specific > .row > .span5 #blog {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
}

#accueil #content_container #content .container_specific > .row > .span5 #blog .visible-desktop,
#baa #accueil #content_container #content .container_specific > .row > .span5 #blog .visible-desktop {
	display: flex !important;
	align-items: center;
}

#accueil #content_container #content .container_specific > .row > .span5 #blog img,
#baa #accueil #content_container #content .container_specific > .row > .span5 #blog img {
	height: 227px;
}

#accueil #content_container #content .container_specific > .row > .span5 #blog .arrow_blog,
#baa #accueil #content_container #content .container_specific > .row > .span5 #blog .arrow_blog {
	display: none;
}

#accueil #content_container #content .container_specific > .row > .span5 #blog .blog,
#baa #accueil #content_container #content .container_specific > .row > .span5 #blog .blog {
	padding: 0;
	background: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: auto;
	bottom: auto;
	margin: auto;
	text-align: center;
	margin-top: 25%;
	text-transform: uppercase;
}

#accueil #content_container #content .container_specific > .row > .span5 #blog .blog .titre_blog,
#baa #accueil #content_container #content .container_specific > .row > .span5 #blog .blog .titre_blog {
	line-height: 14px;
}

#accueil #content_container #content .container_specific > .row > .span5 #blog .blog .date,
#baa #accueil #content_container #content .container_specific > .row > .span5 #blog .blog .date {
	margin-top: 0;
}

#accueil #content_container #content .container_specific > .row > .span5 #blog .blog:hover p.titre_blog,
#baa #accueil #content_container #content .container_specific > .row > .span5 #blog .blog:hover p.titre_blog {
	text-decoration: none !important;
}

#accueil #content_container #content .container_specific > .row > .span5 #blog > div:hover .blog,
#baa #accueil #content_container #content .container_specific > .row > .span5 #blog > div:hover .blog {
	display: none;
}

#accueil #content_container #content .container_specific > .row > .span5 #blog > div:hover img,
#baa #accueil #content_container #content .container_specific > .row > .span5 #blog > div:hover img {
	opacity: 1;
}

#accueil #content_container #content .container_specific > .row > .span5 .visible-desktop,
#baa #accueil #content_container #content .container_specific > .row > .span5 .visible-desktop {
	position: relative;
}

#accueil #content_container #content .container_specific img,
#baa #accueil #content_container #content .container_specific img {
	opacity: 0.4;
}

#accueil #content_container #content .container_specific .encart,
#baa #accueil #content_container #content .container_specific .encart {
	background: none;
	text-align: center;
	margin: auto;
	padding: 0;
	height: auto;
	width: 100%;
	color: #2e2e2e;
	align-self: center;
	top: auto;
	bottom: auto;
	margin: auto;
}

#accueil #content_container #content .container_specific .encart a,
#accueil #content_container #content .container_specific .encart p,
#accueil #content_container #content .container_specific .encart h3,
#baa #accueil #content_container #content .container_specific .encart a,
#baa #accueil #content_container #content .container_specific .encart p,
#baa #accueil #content_container #content .container_specific .encart h3 {
	color: #2e2e2e;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: normal;
}

#accueil #content_container #content .container_specific .encart a.lieu,
#accueil #content_container #content .container_specific .encart p.lieu,
#accueil #content_container #content .container_specific .encart h3.lieu,
#baa #accueil #content_container #content .container_specific .encart a.lieu,
#baa #accueil #content_container #content .container_specific .encart p.lieu,
#baa #accueil #content_container #content .container_specific .encart h3.lieu {
	margin-top: 20px;
}

#accueil #content_container #content .container_specific .encart a.lieu,
#accueil #content_container #content .container_specific .encart a.date,
#accueil #content_container #content .container_specific .encart p.lieu,
#accueil #content_container #content .container_specific .encart p.date,
#accueil #content_container #content .container_specific .encart h3.lieu,
#accueil #content_container #content .container_specific .encart h3.date,
#baa #accueil #content_container #content .container_specific .encart a.lieu,
#baa #accueil #content_container #content .container_specific .encart a.date,
#baa #accueil #content_container #content .container_specific .encart p.lieu,
#baa #accueil #content_container #content .container_specific .encart p.date,
#baa #accueil #content_container #content .container_specific .encart h3.lieu,
#baa #accueil #content_container #content .container_specific .encart h3.date {
	line-height: 20px;
	font-size: 18px;
	text-transform: uppercase;
}

#accueil #content_container #content .visible-desktop > a,
#baa #accueil #content_container #content .visible-desktop > a {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	align-content: center;
	position: relative;
	overflow: hidden;
}

#accueil #content_container #content .visible-desktop > a *,
#baa #accueil #content_container #content .visible-desktop > a * {
	font-size: 35px;
	line-height: 35px;
}

#accueil #content_container #content .visible-desktop > a .encart h3,
#baa #accueil #content_container #content .visible-desktop > a .encart h3 {
	margin-bottom: 2px !important;
}

#accueil #content_container #content .visible-desktop > a:hover img,
#baa #accueil #content_container #content .visible-desktop > a:hover img {
	opacity: 1 !important;
}

#accueil #content_container #content .visible-desktop > a:hover .encart,
#baa #accueil #content_container #content .visible-desktop > a:hover .encart {
	display: none !important;
}

#accueil #content_container #transvers img,
#baa #accueil #content_container #transvers img {
	opacity: 0.4 !important;
}

#accueil #content_container #transvers a:hover img:nth-child(2),
#baa #accueil #content_container #transvers a:hover img:nth-child(2) {
	opacity: 1 !important;
}

#accueil #content_container #content .container_specific > .row {
	display: flex;
	flex: 1 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
}

#accueil #content_container #content .container_specific > .row .span6 {
	box-sizing: border-box;
	padding-right: 10px;
	width: 503px;
}

#accueil #content_container #content .container_specific > .row .span5 {
	box-sizing: border-box;
	padding-left: 10px;
	width: 456px;
}

#accueil #content_container #content .container_specific > .row .span5 #blog {
	padding-top: 20px;
}

#carousel_home .carousel-inner .item .carousel-caption {
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	z-index: 10;
	display: flex;
	flex: 1 1 auto;
	align-content: center;
}

#carousel_home .carousel-inner .item .carousel-caption a {
	margin: auto;
	display: block;
	align-self: center;
}

#carousel_home .carousel-inner .item .carousel-caption * {
	line-height: 48px;
	font-size: 48px;
	line-height: 53px;
	color: #2e2e2e;
	border: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#carousel_home .carousel-inner .item .carousel-caption * p {
	font-size: 18px;
}

#bottom {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 20px !important;
	width: 100%;
}

#bottom > .span6 {
	box-sizing: border-box;
	width: 50% !important;
	margin-right: 0 !important;
	float: none;
	clear: both;
	margin: 0;
	padding: 0 !important;
}

#bottom > .span6 .span6 {
	width: 100% !important;
	float: none;
	clear: both;
	margin: 0;
	padding: 0 !important;
}

#bottom > .span6:nth-child(1) {
	padding-right: 10px !important;
}

#bottom > .span6:nth-child(2) {
	padding-left: 10px !important;
}

#bottom h3 {
	background: none !important;
	border-top: 1px solid #2e2e2e !important;
	color: #2e2e2e !important;
	text-transform: uppercase !important;
	text-align: center;
	padding-top: 15px !important;
	padding-bottom: 5px !important;
	font-style: normal !important;
}

#bottom h3 + div {
	padding: 0 !important;
}

#bottom p {
	font-style: normal;
	color: #2e2e2e !important;
}

#bottom .inf-form h4 {
	border-bottom: 0 !important;
}

#bottom .inf-content {
	margin-bottom: 30px !important;
}

#bottom .inf-content h4 {
	display: none;
}

#bottom .inf-content input {
	float: none;
	width: auto;
	height: auto !important;
	line-height: 1;
	padding: 12px 15px !important;
	border-radius: 28px;
	background: white !important;
	color: #2e2e2e !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	float: none;
	margin-right: 20px;
	text-transform: uppercase;
	text-transform: none;
}

#bottom .inf-content input:last-child {
	margin-right: 0;
}

#bottom .inf-content input a {
	font-size: 14px !important;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0 !important;
	color: #2e2e2e !important;
	background: none !important;
}

#bottom .inf-content .inf-input input {
	width: 94% !important;
}

#bottom .inf-content .inf-submit input {
	width: auto;
	height: auto !important;
	line-height: 1;
	padding: 12px 15px !important;
	border-radius: 28px;
	background: white !important;
	color: #2e2e2e !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	float: none;
	margin-right: 20px;
	text-transform: uppercase;
}

#bottom .inf-content .inf-submit input:last-child {
	margin-right: 0;
}

#bottom .inf-content .inf-submit input a {
	font-size: 14px !important;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0 !important;
	color: #2e2e2e !important;
	background: none !important;
}

#accueil .newsletter div input[type="text"] {
	width: 90%;
}

/*
#content .box {
    &::after {
        content: ' ';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

    .encart {
        background: none !important;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        margin: auto;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;

        * {
            text-transform: uppercase !important;
            color: $text-color !important;
        }
    }
}*/
#box_langmenu {
	display: flex;
	flex: 1 1 auto;
	margin-bottom: 20px !important;
	margin-top: 20px !important;
	/* Definitions for Weglot language switcher. Duplicated from above in case MAH decides to return to TYPO3 translations () */
}

#box_langmenu ul.nav li {
	height: 28px;
	width: 28px;
	padding: 7px;
	border-radius: 28px;
	background: white !important;
	color: #2e2e2e !important;
	text-align: center;
	margin-right: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

#box_langmenu ul.nav li span,
#box_langmenu ul.nav li a {
	display: block;
	margin: auto;
	line-height: 28px;
	border: none !important;
	padding: 0;
}

#box_langmenu .weglot-container {
	z-index: 10 !important;
}

#box_langmenu .weglot-container aside {
	outline: 0;
}

#box_langmenu .weglot_switcher .wg-li {
	height: 28px;
	width: 28px;
	padding: 7px;
	border-radius: 28px;
	background: white !important;
	color: #2e2e2e !important;
	text-align: center;
	margin-right: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

#box_langmenu .weglot_switcher .wg-li a {
	display: block;
	margin: auto;
	line-height: 28px;
	border: none !important;
	padding: 0;
	text-decoration: none;
}

#box_langmenu .lien_handicap_wrapper {
	justify-content: flex-end;
	display: flex;
	flex: 1 1 auto;
}

#box_langmenu .lien_handicap_wrapper a {
	padding: 0 !important;
}

#box_langmenu ul li.lien_handicap {
	margin-top: 3px;
}

#menu_n1,
#menu_n2 {
	background: none;
	width: 100% !important;
	margin-right: 20px;
	height: auto;
}

#menu_n1 li,
#menu_n2 li {
	text-align: left;
	border-bottom: 1px solid #2e2e2e;
	text-transform: uppercase;
	padding: 2px 0 5px 0;
	font-size: 14px;
}

#menu_n1 li.active,
#menu_n2 li.active {
	background: none;
}

#menu_n1 li.active a,
#menu_n2 li.active a {
	color: #0000ff !important;
}

#menu_n1 li a:hover,
#menu_n1 li a:active,
#menu_n1 li a:focus,
#menu_n2 li a:hover,
#menu_n2 li a:active,
#menu_n2 li a:focus {
	color: #0000ff !important;
}

#menu_n1 li:last-child,
#menu_n2 li:last-child {
	border-bottom: none !important;
}

#menu_n2 li {
	padding: 3px 0 5px 0;
}

#header_container .container_specific .row > .span2 {
	width: 150px;
}

#menu_n1 {
	margin-left: 0 !important;
	padding-right: 10px;
}

#menu_n1 a:hover {
	text-decoration: none !important;
}

#menu_n2 {
	padding-right: 15px;
	margin-top: 20px;
	padding-top: 0;
	border-left: 1px solid #2e2e2e;
	padding-left: 10px;
}

#menu_n2 li {
	border-bottom: none;
}

#menu_n2 li a {
	text-transform: initial;
}

#back_parent {
	display: none;
}

#menu_level3 {
	margin: 0;
	height: auto;
	background: none;
	line-height: auto;
	/*
    ul#menu_n3.nav li {
        border-radius: $round_size;
        background: white !important;
        color: $text-color !important;
        text-align: center;
        margin-right: 10px;
        @include shadow();

        float: none;
        font-style: normal;
        min-height: 41px;
        margin: 0 10px 0;
        line-height: 17px;

        display: inline-flex;
flex: 1 1 auto;
        justify-content: center;
        align-content: center;
        align-items: center;

        padding: 0 10px;
        min-height: 41px;
        border-radius: 60px;

        span,
        a {
            margin: auto;
            display: block;
            margin: auto;
            line-height: 30px;
            border: none !important;
            padding: 0;
            text-transform: uppercase;
            color: $text-color;
            font-size: 15px;
            margin: 0 !important;

            &:hover {
                text-decoration: none !important;
            }
        }

        &.active {
            background-color: $bg !important;

            a {
                color: $blue !important;
            }
        }
    }*/
}

#menu_level3 ul#menu_n3.nav {
	background: none;
	width: 100% !important;
	height: auto;
	border-bottom: 0 !important;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	margin: 10px auto 20px auto !important;
	width: 96% !important;
	flex-wrap: no-wrap;
}

#menu_level3 ul#menu_n3.nav li {
	display: inline-block;
	height: auto;
	line-height: 17px !important;
	padding: 7px 15px !important;
	border-radius: 28px;
	background: white !important;
	color: #2e2e2e !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	float: none;
	font-style: normal;
	margin: 0 10px 0;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 0 10px !important;
	min-height: 41px;
	border-radius: 60px;
	border-bottom: 0;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	#menu_level3 ul#menu_n3.nav li {
		height: 41px !important;
	}
}

#menu_level3 ul#menu_n3.nav li:last-child {
	margin-right: 0;
}

#menu_level3 ul#menu_n3.nav li:first-child {
	margin-left: 0;
}

#menu_level3 ul#menu_n3.nav li.active {
	background: #cdcbff !important;
	box-shadow: none !important;
}

#menu_level3 ul#menu_n3.nav li.active a {
	color: #0000ff !important;
}

#menu_level3 ul#menu_n3.nav li a:hover {
	color: #0000ff !important;
}

#menu_level3 ul#menu_n3.nav li a {
	margin: auto;
	font-size: 14px !important;
	text-transform: uppercase;
	font-style: normal !important;
	line-height: 28px;
	padding: 0 !important;
	color: #2e2e2e !important;
	background: none !important;
	margin: 0 !important;
	width: auto !important;
	line-height: 17px !important;
	border-bottom: 0;
}

#menu_level3 ul#menu_n3.nav li a:hover {
	text-decoration: none !important;
}

#menu_level3 ul#menu_n3.nav li {
	flex: 0 1 auto;
}

#header #box_logo {
	min-height: 170px;
}

#header .zone_empty {
	display: none;
}

#box_search {
	margin-top: 20px !important;
}

#box_search input {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	border: none !important;
}

.navbar ul.nav {
	flex-grow: 1;
	margin-top: 0 !important;
	float: none !important;
	display: inline-flex;
	flex: 1 1 auto;
	padding-left: 0;
	list-style: none;
}

.navbar ul.nav > li {
	display: inline-block;
	float: none !important;
}

#header #box_search .form-search {
	display: flex;
	flex: 1 1 auto;
	flex-direction: row-reverse;
}

#header #recherche {
	flex-grow: 1;
	padding: 12px 10px !important;
	box-shadow: none !important;
	float: right;
	margin: 0 5px 0 10px;
	height: auto;
	line-height: auto;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	border-radius: 25px !important;
}

#header #illus_recherche {
	display: inline-block;
	height: 28px;
	width: 28px;
	padding: 7px !important;
	border-radius: 28px;
	background: white !important;
	color: #2e2e2e !important;
}

#header_container .container_specific #menu_transvers {
	flex-basis: 100%;
	display: flex;
	flex: 1 1 auto;
	background-color: white !important;
	width: auto !important;
	padding-left: 5px;
	position: absolute;
	text-align: right;
	align-content: end;
	align-items: end;
	justify-content: end;
	margin-top: -45px;
	background: transparent;
	background-color: transparent;
	position: absolute;
	bottom: 42px;
	right: 20px;
	padding-right: 20px;
	/*
    ul.nav {
        display: flex;
flex: 1 1 auto;
        line-height: 1.1em;
        height: auto !important;

        li {
            display: flex;
flex: 1 1 auto;
            flex-grow: 1;
            align-items: center;
            padding: 12px 15px;
            border-radius: $round_size;
            background: white !important;
            color: $text-color !important;
            text-align: center;
            margin-right: 10px;
            border-bottom: 0;
            margin-top: 10px;
            font-size: 12px !important;

            @include shadow();

            span,
            a {
                display: block;
                margin: auto;
                border: none !important;
                padding: 0;
                text-transform: uppercase;
                font-weight: normal;
            }
        }
    }*/
}

#header_container .container_specific #menu_transvers ul.nav {
	background: none;
	width: 100% !important;
	height: auto;
	border-bottom: 0 !important;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
}

#header_container .container_specific #menu_transvers ul.nav li {
	display: inline-block;
	height: auto;
	line-height: 17px !important;
	padding: 7px 15px !important;
	border-radius: 28px;
	background: white !important;
	color: #2e2e2e !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	float: none;
	font-style: normal;
	margin: 0 10px 0;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 0 10px !important;
	min-height: 41px;
	border-radius: 60px;
	border-bottom: 0;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	#header_container .container_specific #menu_transvers ul.nav li {
		height: 41px !important;
	}
}

#header_container .container_specific #menu_transvers ul.nav li:last-child {
	margin-right: 0;
}

#header_container .container_specific #menu_transvers ul.nav li:first-child {
	margin-left: 0;
}

#header_container .container_specific #menu_transvers ul.nav li.active {
	background: #cdcbff !important;
	box-shadow: none !important;
}

#header_container .container_specific #menu_transvers ul.nav li.active a {
	color: #0000ff !important;
}

#header_container .container_specific #menu_transvers ul.nav li a:hover {
	color: #0000ff !important;
}

#header_container .container_specific #menu_transvers ul.nav li a {
	margin: auto;
	font-size: 14px !important;
	text-transform: uppercase;
	font-style: normal !important;
	line-height: 28px;
	padding: 0 !important;
	color: #2e2e2e !important;
	background: none !important;
	margin: 0 !important;
	width: auto !important;
	line-height: 17px !important;
	border-bottom: 0;
}

#header_container .container_specific #menu_transvers ul.nav li a:hover {
	text-decoration: none !important;
}

#header_container .container_specific #menu_transvers ul.nav li {
	transition: none !important;
}

#header_container .container_specific #menu_transvers .lien_handicap {
	display: none !important;
}

/* Define more modern modals (Bootstrap 2 can't deliver really nice modals */
.modal2 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal2 .modal-dialog {
	padding: 0 20px;
}

.modal2 .modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 480px;
	margin: auto;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	outline: 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

.modal2 .modal-content p {
	padding-right: 30px;
}

.modal2 .modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal2 .modal-title {
	margin: 0;
	line-height: 1.5;
	color: black;
	font-size: 1.5rem;
	font-weight: 400;
}

.modal2 .modal-header button {
	font-size: 2rem;
	background: none;
	border: none;
	cursor: pointer;
}

.modal2 .close {
	width: 24px;
	height: 24px;
	content: "";
	background-image: url("/fileadmin/templates/mah/new_design/assets/close.svg") !important;
	background-size: 60% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	opacity: 1;
}

.modal2 .close:hover {
	opacity: 1;
}

.modal2.show-modal {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.3);
}

#footer_container {
	max-width: 100%;
	margin: auto;
	width: 960px;
	margin-top: 20px;
}

#footer_container #footer,
#footer_container #footer_top,
#footer_container #footer_bottom {
	border-top: 0;
	background: none !important;
}

#footer_container #footer_top {
	background: white !important;
	color: #2e2e2e;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	padding: 10px 20px;
}

#footer_container #footer_top .span {
	width: 100%;
	clear: none;
}

#footer_container #footer_top ul.visible-desktop {
	padding: 0 !important;
	display: flex !important;
	width: 100%;
	justify-content: space-between;
}

#footer_container #footer_top ul.visible-desktop li {
	margin: auto;
}

#footer_container #footer_top a {
	display: block;
	text-transform: uppercase;
	font-style: normal;
	color: #2e2e2e;
	font-size: 15px !important;
}

#footer_container #footer_bottom {
	margin-top: 20px;
	background: white !important;
	color: #2e2e2e;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	padding: 10px 20px;
	font-size: 15px;
}

#footer_container #footer_bottom a,
#footer_container #footer_bottom h3 {
	color: #2e2e2e;
}

#footer_container #footer_bottom h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}

#footer_container #footer_bottom .box ul {
	padding: 0;
}

#footer_container #footer_bottom .box ul li {
	border-bottom: 1px solid #2e2e2e;
	margin-right: 10px;
	padding: 5px 0;
}

#footer_container #footer_bottom .box ul li a {
	margin: 0;
}

#footer_container #footer_bottom .container_specific .row {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	/**
            Grey background to the footer
            */
}

#footer_container #footer_bottom .container_specific .row .clear {
	flex-basis: 100%;
	height: 0;
}

#footer_container #footer_bottom .container_specific .row .span3 {
	flex-grow: 1;
	width: 1/3;
}

#footer_container #footer_bottom .container_specific .row #footer_logo {
	display: none;
}

#footer_container #footer_bottom .container_specific .row #footer_contact {
	margin-top: 20px;
	color: #2e2e2e;
}

#footer_container #footer_bottom .container_specific .row #footer_contact p.adresse {
	color: #2e2e2e;
	font-size: 18px;
}

#footer_container #footer_bottom .container_specific .row #footer_contact {
	border-top: 0;
	background: #f2f2f2;
	border-radius: 18px;
	padding: 19px 23px;
}

#footer_container #footer_bottom .container_specific .row #footer_contact .span4 {
	text-align: left !important;
	margin-top: 21px;
}

#footer_container #footer_container_commun {
	border: none;
	background: none;
}

#footer_container #footer_container_commun .content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: row;
}

#footer_container #footer_container_commun .pull-right {
	float: none;
}

#footer_container #footer_container_commun .spacer {
	flex-grow: 1;
}

#footer_container #footer_container_commun .pull-left {
	float: none;
}

#footer_container #footer_container_commun img {
	max-width: 100px;
}

#footer_bottom li.active a {
	color: #2e2e2e !important;
}

.inner_header_container_commun {
	background: white;
	margin: 20px auto;
	max-width: 960px;
	border-bottom: 0;
	padding: 10px 0;
	color: #2e2e2e;
}

.inner_header_container_commun .institutions_link {
	margin-top: 10px;
}

.inner_header_container_commun div {
	padding: 0 5px;
	/*
        li {
            margin-top: 20px;
            text-align: center;

            &:active,
            &:focus,
            &:hover {
                background: none;
            }

            @include shadow;

            display: flex;
flex: 1 1 auto;
            justify-content: center;
            align-content: center;
            align-items: center;

            padding: 0 10px;
            min-height: 41px;
            @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
                height: 41px;
            }
            border-radius: 60px;

            &:first-child {
                margin-top: 0;
            }
        }

        a {
            font-size: 15px;
            color: $text-color !important;
            text-decoration: none;
            background: none !important;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
            border-bottom: 0;

            &:active,
            &:focus,
            &:hover {
                text-decoration: none;
            }
        }

        li.active {
            background: $bg;

            a {
                color: $blue;
            }
        }*/
}

.inner_header_container_commun div .span9 {
	display: flex;
	flex: 1 1 auto;
}

.inner_header_container_commun div .institutions_content *,
.inner_header_container_commun div .institutions_content a {
	color: #2e2e2e;
	background: none;
}

.inner_header_container_commun div .city_link ul,
.inner_header_container_commun div .institutions_link ul {
	background: none;
	width: 100% !important;
	height: auto;
	border-bottom: 0 !important;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	flex-direction: column;
}

.inner_header_container_commun div .city_link ul li,
.inner_header_container_commun div .institutions_link ul li {
	display: inline-block;
	height: auto;
	line-height: 17px !important;
	padding: 7px 15px !important;
	border-radius: 28px;
	background: white !important;
	color: #2e2e2e !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	float: none;
	font-style: normal;
	margin: 0 10px 0;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 0 10px !important;
	min-height: 41px;
	border-radius: 60px;
	border-bottom: 0;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.inner_header_container_commun div .city_link ul li,
	.inner_header_container_commun div .institutions_link ul li {
		height: 41px !important;
	}
}

.inner_header_container_commun div .city_link ul li:last-child,
.inner_header_container_commun div .institutions_link ul li:last-child {
	margin-right: 0;
}

.inner_header_container_commun div .city_link ul li:first-child,
.inner_header_container_commun div .institutions_link ul li:first-child {
	margin-left: 0;
}

.inner_header_container_commun div .city_link ul li.active,
.inner_header_container_commun div .institutions_link ul li.active {
	background: #cdcbff !important;
	box-shadow: none !important;
}

.inner_header_container_commun div .city_link ul li.active a,
.inner_header_container_commun div .institutions_link ul li.active a {
	color: #0000ff !important;
}

.inner_header_container_commun div .city_link ul li a:hover,
.inner_header_container_commun div .institutions_link ul li a:hover {
	color: #0000ff !important;
}

.inner_header_container_commun div .city_link ul li a,
.inner_header_container_commun div .institutions_link ul li a {
	margin: auto;
	font-size: 14px !important;
	text-transform: uppercase;
	font-style: normal !important;
	line-height: 28px;
	padding: 0 !important;
	color: #2e2e2e !important;
	background: none !important;
	margin: 0 !important;
	width: auto !important;
	line-height: 17px !important;
	border-bottom: 0;
}

.inner_header_container_commun div .city_link ul li a:hover,
.inner_header_container_commun div .institutions_link ul li a:hover {
	text-decoration: none !important;
}

.inner_header_container_commun div .city_link ul li,
.inner_header_container_commun div .institutions_link ul li {
	display: flex;
	flex: 1 1 auto;
	border-bottom: 0;
	width: 85%;
	margin-top: 20px;
}

.inner_header_container_commun div .city_link ul li:first-child,
.inner_header_container_commun div .institutions_link ul li:first-child {
	margin-top: 0;
}

.inner_header_container_commun div .city_link ul li a,
.inner_header_container_commun div .institutions_link ul li a {
	border-bottom: 0;
}

.inner_header_container_commun .institutions_content {
	background: none;
	color: #2e2e2e;
	padding-top: 0;
}

.inner_header_container_commun .institutions_content li.text {
	color: #2e2e2e;
}

.inner_header_container_commun .institutions_content > ul {
	border-radius: 20px;
	background: #f2f2f2;
	margin: 10px;
	padding: 20px 25px;
}

.inner_header_container_commun #inst_1_content li {
	display: block;
	border: none !important;
	box-shadow: none !important;
	text-align: left !important;
}

.inner_header_container_commun #inst_1_content li a {
	text-transform: none;
	text-decoration: underline !important;
}

.page_rss {
	margin: 10px 0 !important;
	background: none !important;
	position: relative;
	margin-right: 50px;
	padding: 12px 63px 10px 0 !important;
}

.page_rss:after {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	background-image: url("/fileadmin/templates/mah/new_design/assets/wordpress.svg") !important;
	background-size: 60% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	top: 0;
	right: 10px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

.page_facebook {
	margin: 10px 0 !important;
	background: none !important;
	position: relative;
	margin-right: 50px;
	padding: 12px 63px 10px 0 !important;
}

.page_facebook:after {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	background-image: url("/fileadmin/templates/mah/new_design/assets/facebook.svg") !important;
	background-size: 60% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	top: 0;
	right: 10px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

.page_youtube {
	margin: 10px 0 !important;
	background: none !important;
	position: relative;
	margin-right: 50px;
	padding: 12px 63px 10px 0 !important;
}

.page_youtube:after {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	background-image: url("/fileadmin/templates/mah/new_design/assets/youtube.svg") !important;
	background-size: 60% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	top: 0;
	right: 10px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

.page_flickr {
	margin: 10px 0 !important;
	background: none !important;
	position: relative;
	margin-right: 50px;
	padding: 12px 63px 10px 0 !important;
}

.page_flickr:after {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	background-image: url("/fileadmin/templates/mah/new_design/assets/flickr.svg") !important;
	background-size: 60% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	top: 0;
	right: 10px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

.page_twitter {
	margin: 10px 0 !important;
	background: none !important;
	position: relative;
	margin-right: 50px;
	padding: 12px 63px 10px 0 !important;
}

.page_twitter:after {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	background-image: url("/fileadmin/templates/mah/new_design/assets/twitter.svg") !important;
	background-size: 60% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	top: 0;
	right: 10px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

.page_instagram {
	margin: 10px 0 !important;
	background: none !important;
	position: relative;
	margin-right: 50px;
	padding: 12px 63px 10px 0 !important;
}

.page_instagram:after {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	background-image: url("/fileadmin/templates/mah/new_design/assets/instagram.svg") !important;
	background-size: 60% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	top: 0;
	right: 10px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

.icon_accessibilite_454 {
	background: url("/fileadmin/templates/mah/new_design/assets/deaf.svg") !important;
	background-size: 80% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.icon_accessibilite_358 {
	background: url("/fileadmin/templates/mah/new_design/assets/blind.svg") !important;
	background-size: 80% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

#box_logo img {
	margin-top: 25px;
}

#inner_header_img {
	height: 100% !important;
	background: url("/fileadmin/templates/mah/new_design/assets/header-icon-open.png");
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	width: 50px;
}

#inner_header_img img {
	display: none;
}

.close_inner_header #inner_header_img {
	height: 100% !important;
	background: url("/fileadmin/templates/mah/new_design/assets/header-icon-close.png");
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	width: 50px;
}

.close_inner_header #inner_header_img img {
	display: none;
}

.content_agenda {
	border-color: #2e2e2e;
	position: relative;
}

.content_agenda *,
.content_agenda .categorie {
	font-size: 18px !important;
	color: #2e2e2e !important;
	font-weight: normal;
}

.content_agenda p,
.content_agenda p.lieu,
.content_agenda p em {
	font-size: 18px !important;
	font-style: normal !important;
	text-decoration: none;
}

.content_agenda p.categorie {
	color: #2e2e2e !important;
	margin-bottom: 20px;
}

.content_agenda p.titre,
.content_agenda p.soustitre {
	font-weight: normal !important;
}

.content_agenda p.titre a,
.content_agenda p.soustitre a {
	font-weight: normal !important;
}

.content_agenda p.soustitre {
	margin-top: 0px !important;
}

.content_agenda:hover p.titre,
.content_agenda:hover p.soustitre {
	text-decoration: none !important;
}

.content_agenda:hover p.titre a,
.content_agenda:hover p.soustitre a {
	text-decoration: none !important;
}

.content_agenda .date-block .date-only {
	width: 100%;
	float: none !important;
}

.content_agenda .date-block .hour {
	float: none !important;
}

.content_agenda .date-block .closed-date {
	float: none !important;
}

.content_agenda .illus_partage a[title="Twitter"] {
	display: block;
	position: absolute !important;
	right: 3px;
	bottom: 10px;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-image: url("/fileadmin/templates/mah/new_design/assets/twitter.svg");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.content_agenda .illus_partage a[title="Twitter"] img {
	display: none !important;
}

.content_agenda .illus_partage a[title="Facebook"] {
	display: block;
	position: absolute !important;
	right: 53px;
	bottom: 10px;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-image: url("/fileadmin/templates/mah/new_design/assets/facebook.svg");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.content_agenda .illus_partage a[title="Facebook"] img {
	display: none !important;
}

.tx-vge-inst-lieux .span4 {
	width: 47% !important;
	padding-right: 20px;
}

.content_agenda {
	border-bottom: 1px solid #2e2e2e;
	margin-bottom: 20px;
}

.content_agenda .detail_content {
	width: 80%;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 0;
	border-bottom: none;
}

.content_agenda .detail_content .lieu,
.content_agenda .detail_content .public_horaires {
	text-align: left;
	float: none;
	width: 100%;
}

.content_agenda .illus_partage {
	width: 20%;
	margin-right: 0;
	padding-top: 10px;
}

.content_agenda .illus_partage .illus {
	margin-bottom: 0;
}

.content_agenda .illus_partage .illus:after {
	display: none;
}

.content_agenda .voir_plus_fermer,
.content_agenda .voir_plus {
	display: none;
}

.content_agenda:last-child {
	border-bottom: none;
}

h2 + .content_agenda {
	padding-top: 5px !important;
}

.content_agenda .date,
.content_agenda .public,
.content_agenda .horaires {
	font-weight: normal;
}

#b_293 h2[role="heading"] {
	margin-bottom: 20px !important;
}

#content_main,
#content_main > .span9 {
	max-width: 100%;
	width: 920px;
}

#content_main > .span9 > #content {
	margin-right: 0;
}

#content_main > .span9 > #content .titre_majuscule {
	font-size: 18px !important;
	color: #2e2e2e;
	font-weight: normal !important;
	margin-bottom: 10px;
}

.tx-vgeinstevents > .row > .span4 {
	width: 45% !important;
}

.tx-vgeinstevents > .row > .span4 + .span4 {
	margin-left: 10px;
}

#content_main #container_filtre {
	box-sizing: border-box;
	width: 25%;
	padding-right: 20px;
}

#content_main #container_filtre * {
	font-family: "MAH Sans Regular", Arial, Helvetica, sans-serif !important;
	font-style: normal !important;
	text-decoration: none !important;
}

#content_main #container_filtre .year_filter span {
	background: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	width: 100%;
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	font-size: 18px;
	color: #2e2e2e;
	border-radius: 38px;
	min-height: 41px;
	padding: 0;
	margin-top: 10px;
	position: relative;
	box-sizing: border-box;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	#content_main #container_filtre .year_filter span {
		height: 41px !important;
	}
}

#content_main #container_filtre .year_filter span:after {
	content: "";
	display: block;
	border: solid #2e2e2e;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 13px;
}

#content_main #container_filtre .year_filter ul {
	background: none !important;
	margin: 0;
	padding: 0;
	width: 100%;
}

#content_main #container_filtre .year_filter ul li {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	border-radius: 38px;
	min-height: 41px;
	padding: 0;
	margin-top: 10px;
	text-align: center;
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	#content_main #container_filtre .year_filter ul li {
		height: 41px !important;
	}
}

#content_main #container_filtre .year_filter ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

#content_main #container_filtre .year_filter ul a {
	display: block;
	color: #2e2e2e !important;
}

#content_main #container_filtre + .span9 {
	width: 75%;
}

#container_filtre + .span9 .box {
	border-bottom: 1px solid #2e2e2e;
}

h3 {
	border-bottom: 0 !important;
}

.csc-textpic.csc-textpic-intext-left.images-cols-1 {
	display: flex;
	flex: 1 1 auto;
}

.csc-textpic.csc-textpic-intext-left.images-cols-1 .csc-textpic-imagewrap {
	width: 20%;
}

.csc-textpic.csc-textpic-intext-left.images-cols-1 .csc-textpic-text {
	width: 73%;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	margin-top: 0;
}

.content_detail_partage {
	margin-bottom: 50px;
}

.content_detail_partage a[title="Partager sur Facebook"] {
	display: block;
	position: absolute !important;
	right: 153px;
	bottom: -53px;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-image: url("/fileadmin/templates/mah/new_design/assets/facebook.svg");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.content_detail_partage a[title="Partager sur Facebook"] img {
	display: none !important;
}

.content_detail_partage a[title="Partager sur Twitter"] {
	display: block;
	position: absolute !important;
	right: 103px;
	bottom: -53px;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-image: url("/fileadmin/templates/mah/new_design/assets/twitter.svg");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.content_detail_partage a[title="Partager sur Twitter"] img {
	display: none !important;
}

.content_detail_partage a[title="Partager par Email"] {
	display: block;
	position: absolute !important;
	right: 53px;
	bottom: -53px;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-image: url("/fileadmin/templates/mah/new_design/assets/email.svg");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.content_detail_partage a[title="Partager par Email"] img {
	display: none !important;
}

.content_detail_partage a[title="Partager sur Linkedin"] {
	display: block;
	position: absolute !important;
	right: 3px;
	bottom: -53px;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-image: url("/fileadmin/templates/mah/new_design/assets/linkedin.svg");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.content_detail_partage a[title="Partager sur Linkedin"] img {
	display: none !important;
}

#menu_level3 .btn_filtre.today,
#menu_level3 .btn_filtre.datepicker_btn {
	width: auto;
	height: auto !important;
	line-height: 1;
	padding: 12px 15px !important;
	border-radius: 28px;
	background: white !important;
	color: #2e2e2e !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	float: none;
	margin-right: 20px;
	text-transform: uppercase;
	text-align: center;
	display: inline-flex;
	flex: 1 1 auto;
	text-transform: uppercase;
	font-style: normal;
}

#menu_level3 .btn_filtre.today:last-child,
#menu_level3 .btn_filtre.datepicker_btn:last-child {
	margin-right: 0;
}

#menu_level3 .btn_filtre.today a,
#menu_level3 .btn_filtre.datepicker_btn a {
	font-size: 15px !important;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0 !important;
	color: #2e2e2e !important;
	background: none !important;
}

#menu_level3 .btn_filtre.period {
	display: inline-flex;
	flex: 1 1 auto;
	margin-top: 0px;
	margin-right: 20px !important;
	text-transform: uppercase;
	font-style: normal !important;
	flex-direction: column;
	width: auto;
	height: auto !important;
	line-height: 1;
	padding: 12px 15px !important;
	border-radius: 28px;
	background: white !important;
	color: #2e2e2e !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	float: none;
	margin-right: 20px;
	text-transform: uppercase;
	text-align: center;
	display: inline-flex;
	flex: 1 1 auto;
	text-transform: uppercase;
	font-style: normal;
	padding: 12px 50px 12px 15px !important;
	min-width: 88px;
}

#menu_level3 .btn_filtre.period:last-child {
	margin-right: 0;
}

#menu_level3 .btn_filtre.period a {
	font-size: 15px !important;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0 !important;
	color: #2e2e2e !important;
	background: none !important;
}

#menu_level3 .btn_filtre.period span {
	width: 100%;
	color: #2e2e2e;
	padding: 0;
	background: none !important;
	text-align: center;
	position: relative;
	margin: -3px;
	text-transform: uppercase;
	font-style: normal !important;
	width: 100%;
	font-family: "MAH Sans Regular", Arial, Helvetica, sans-serif !important;
}

#menu_level3 .btn_filtre.period span:after {
	content: "";
	display: block;
	position: absolute;
	border: solid #2e2e2e;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: -30px;
	top: 3px;
}

#menu_level3 .btn_filtre.period ul {
	margin-top: 30px !important;
	background: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

#menu_level3 .btn_filtre.period ul li {
	color: #2e2e2e;
	font-family: "MAH Sans Regular", Arial, Helvetica, sans-serif !important;
	font-size: 15px;
	text-transform: uppercase;
	font-style: normal;
}

#menu_level3 .container_search {
	margin-top: 17px;
}

#menu_level3 .container_search input {
	border-radius: 38px !important;
}

#menu_level3 .container_search input:first-child {
	margin-right: 10px;
}

#menu_level3 .container_search input.button_search {
	background: url("/fileadmin/templates/mah/new_design/assets/loupe_recherche.png");
	padding: 0;
	width: 41px;
	height: 41px;
	background-position: center;
	background-size: 80%;
	background-repeat: no-repeat;
}

.calendar #container_filtre {
	background: none;
}

.calendar #container_agenda {
	box-sizing: border-box;
	padding-left: 20px;
	width: 75%;
}

.calendar #container_agenda .detail_content {
	box-sizing: border-box;
	padding-left: 20px;
}

.calendar .titre_filtre,
.calendar #select_all_filter,
.calendar #deselect_all_filter {
	line-height: 17px !important;
	text-align: left !important;
	text-transform: uppercase;
	height: auto !important;
	font-size: 15px !important;
	color: #2e2e2e !important;
	background: none !important;
}

.calendar #select_all_filter,
.calendar #deselect_all_filter {
	width: auto;
	height: auto !important;
	line-height: 1;
	padding: 12px 15px !important;
	border-radius: 28px;
	background: white !important;
	color: #2e2e2e !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	float: none;
	margin-right: 20px;
	text-transform: uppercase;
	display: flex;
	flex: 1 1 auto;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	min-height: 41px;
	width: 100%;
	text-align: center;
}

.calendar #select_all_filter:last-child,
.calendar #deselect_all_filter:last-child {
	margin-right: 0;
}

.calendar #select_all_filter a,
.calendar #deselect_all_filter a {
	font-size: 15px !important !important;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0 !important;
	color: #2e2e2e !important;
	background: none !important;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.calendar #select_all_filter,
	.calendar #deselect_all_filter {
		height: 41px !important;
	}
}

.calendar #select_all_filter {
	margin-top: 20px;
}

.calendar #deselect_all_filter {
	margin-top: 10px;
	margin-bottom: 30px;
}

.calendar .accordion-heading {
	background: none !important;
}

.calendar .accordion-heading a {
	margin: 10px 0;
	width: auto;
	height: auto !important;
	line-height: 1;
	padding: 12px 15px !important;
	border-radius: 28px;
	background: white !important;
	color: #2e2e2e !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	float: none;
	margin-right: 20px;
	text-transform: uppercase;
	min-height: 41px;
	display: flex;
	flex: 1 1 auto;
	align-content: center;
	align-items: center;
	justify-content: center;
	line-height: 17px;
	text-align: center;
	padding: 0;
	font-weight: normal !important;
	padding: 0 35px 0 10px !important;
	font-size: 15px !important;
}

.calendar .accordion-heading a:last-child {
	margin-right: 0;
}

.calendar .accordion-heading a a {
	font-size: 15px !important !important;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0 !important;
	color: #2e2e2e !important;
	background: none !important;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.calendar .accordion-heading a {
		height: 41px !important;
	}
}

.calendar .accordion-heading a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 12px;
	border: solid #2e2e2e;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.calendar .open .accordion-heading a:after {
	border: solid #2e2e2e;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	top: 17px;
}

.calendar .more_result {
	font-family: "MAH Sans Regular", Arial, Helvetica, sans-serif !important;
	font-size: 15px;
	font-style: normal !important;
	text-transform: uppercase;
	margin-top: 20px;
	width: auto;
	height: auto !important;
	line-height: 1;
	padding: 12px 15px !important;
	border-radius: 28px;
	background: white !important;
	color: #2e2e2e !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	float: none;
	margin-right: 20px;
	text-transform: uppercase;
	display: table;
	align-content: center;
	align-items: center;
	justify-content: center;
	line-height: 17px;
	text-align: center;
	padding: 0;
	margin: auto !important;
}

.calendar .more_result:last-child {
	margin-right: 0;
}

.calendar .more_result a {
	font-size: 15px !important !important;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0 !important;
	color: #2e2e2e !important;
	background: none !important;
}

.calendar .sep {
	display: none;
}

.calendar .accordion-body {
	text-transform: uppercase;
}

.calendar .accordion-body label {
	display: flex;
	flex: 1 1 auto;
	flex-direction: row;
	color: #2e2e2e;
	margin-top: 10px;
	font-size: 15px !important;
}

.calendar .accordion-body label input[type="checkbox"] {
	border: none !important;
	margin-right: 10px;
}

.calendar .accordion-body label span {
	font-size: 15px;
}

.calendar .accordion-body label:first-child {
	margin-top: 0;
}

.calendar .content_agenda {
	border-color: #2e2e2e !important;
}

.calendar #container_filtre + #container_agenda .box {
	border-bottom: none;
}

.calendar #menu_level3 {
	margin: 0 10px !important;
	width: 940px;
}

.calendar #container_filtre {
	margin-left: -10px !important;
}

.datepick-popup {
	margin-top: 15px;
	left: 341px;
	background: white;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
}

.datepick-month th,
.datepick-month th a {
	color: #0000ff;
}

.datepick-month a:hover,
.datepick-month td .datepick-highlight {
	background: rgba(0, 0, 255, 0.25) !important;
	color: #0000ff !important;
}

#b_8002 #container_search_filter,
#b_8002 #container_search_filter h2 {
	margin: 0 !important;
	width: 100%;
	text-align: center;
	font-size: 18px !important;
	border: none !important;
}

#b_8002 #tx-solr-search h3 a {
	color: #2e2e2e !important;
	text-decoration: none;
}

#b_8002 .tx-pagebrowse {
	display: flex;
	flex-grow: 1;
}

#b_8002 .tx-pagebrowse-pages {
	width: 100%;
	text-align: center;
}

@media (max-width: 979px) {
	.row {
		max-width: 100%;
		box-sizing: border-box;
	}

	#header .container_specific .row {
		position: static;
	}

	#header_top_container_commun {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
		margin: 0 !important;
		width: 100% !important;
		box-shadow: none !important;
	}

	#header_top_container_commun,
	#inner_header {
		width: 100%;
	}

	#inner_header_left,
	#inner_header_right {
		display: none;
	}

	#inner_header_img {
		left: 0 !important;
		right: 0 !important;
		margin-left: auto;
		margin-right: 70px;
	}

	#box_langmenu {
		position: fixed;
		z-index: 10;
		left: 20px;
		top: 11px;
		margin: 0 !important;
	}

	#btn_menu_mobile {
		position: fixed;
		right: 10px;
		margin-top: 0;
		top: 11px;
		z-index: 10;
		height: 28px;
		width: 28px;
		padding: 7px;
		border-radius: 28px;
		background: white !important;
		color: #2e2e2e !important;
		text-align: center;
		margin-right: 10px;
		text-align: center;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		height: 36px;
		width: 36px;
		padding: 3px;
	}

	#btn_menu_mobile img {
		margin: auto;
		width: 100%;
	}

	.inner_header_container_commun .span9 {
		flex-direction: column;
		padding: 0 20px;
	}

	.inner_header_container_commun .row-fluid {
		box-sizing: border-box;
	}

	.inner_header_container_commun li,
	.inner_header_container_commun ul {
		margin-left: 0 !important;
		width: 100% !important;
		margin-right: 0 !important;
		box-sizing: border-box !important;
		width: 100%;
	}

	.inner_header_container_commun .city_link,
	.inner_header_container_commun .city_link li,
	.inner_header_container_commun .city_link ul {
		width: 100% !important;
		margin-right: 0 !important;
		margin-right: 0 !important;
		box-sizing: border-box !important;
	}

	.inner_header_container_commun .content .row-fluid {
		flex-direction: column;
		display: flex;
	}

	.inner_header_container_commun .content .row-fluid .span9,
	.inner_header_container_commun .content .row-fluid .span3 {
		width: 100%;
	}

	.inner_header_container_commun .institutions_link,
	.inner_header_container_commun .institutions_content,
	.inner_header_container_commun .city_link {
		width: 100% !important;
	}

	#header_container #header .container_specific {
		background-color: white;
		padding: 0 10px;
	}

	#header_container #header .container_specific .span4 {
		width: 100% !important;
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		margin-bottom: 0;
		clear: both;
		float: none;
	}

	#header_container #header .container_specific .span4 #box_logo {
		width: 100%;
	}

	#header_container #header .container_specific .span4 #box_logo h1 a {
		width: 100%;
		display: block;
	}

	#header_container #header .container_specific .zone_empty {
		display: none !important;
	}

	#content_container #content .container_specific {
		-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.3) !important;
		-moz-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.3) !important;
		box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.3) !important;
	}

	#content_container #content .container_specific > .row > .block {
		padding: 0 10px !important;
	}

	#content_container #content .container_specific .titre_item_mobile {
		display: flex;
		flex: 1 1 auto;
		text-align: center;
		margin: auto;
		background: none;
		color: #2e2e2e;
		margin-bottom: 10px;
	}

	#content_container #content .container_specific .titre_item_mobile p {
		height: 28px;
		width: 28px;
		padding: 7px;
		border-radius: 28px;
		background: white !important;
		color: #2e2e2e !important;
		text-align: center;
		margin-right: 10px;
		text-align: center;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		box-shadow: none !important;
		padding: 7px 15px;
		width: auto;
		margin-right: initial;
		line-height: 28px;
		margin-bottom: 20px;
		font-weight: normal;
		margin: auto;
	}

	#content_container #content .container_specific .item_mobile {
		position: relative;
		margin-bottom: 20px;
	}

	#content_container #content .container_specific .item_mobile > a {
		display: block;
	}

	#content_container #content .container_specific .item_mobile img {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
		filter: grayscale(1) opacity(0.4);
	}

	#content_container #content .container_specific .item_mobile img + div {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		color: #2e2e2e;
		float: none;
		clear: both;
		text-transform: uppercase;
		height: 100%;
		width: 100%;
		display: flex;
		flex: 1 1 auto;
		max-width: 100%;
		justify-content: center;
		align-items: center;
	}

	#content .container_specific .row > .span6 {
		padding: 0 10px 10px 10px !important;
		width: 100% !important;
	}

	#content .container_specific .row > .span6 .box {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#content .container_specific .row > .span5 {
		padding: 0 10px 0 10px !important;
		width: 100% !important;
	}

	#content .container_specific .row > .span5 .box {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#content .container_specific .row #blog {
		padding-top: 10px !important;
	}

	#content .container_specific .row #blog > div {
		width: 100%;
	}

	.encart_mobile {
		background: none !important;
		border-radius: 30px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		margin-bottom: 25px;
	}

	.encart_mobile p {
		color: #2e2e2e !important;
	}

	#accueil #content_container #bottom {
		padding: 0;
		width: 100% !important;
		margin: 10px 10px !important;
	}

	#accueil #content_container #bottom > .span6 {
		padding: 0 10px 0 10px !important;
		max-width: 100%;
		width: 100% !important;
	}

	#accueil #content_container #bottom > .span6 .span6 {
		max-width: 100%;
		width: 100% !important;
	}

	#accueil #content_container #bottom h3 {
		background: none !important;
		text-transform: uppercase !important;
		color: #2e2e2e;
		font-style: normal;
		padding: 0;
		text-align: center;
		padding-top: 10px;
	}

	#accueil #content_container #bottom .newsletter {
		padding: 0 !important;
	}

	#footer_top {
		padding: 10px 10px !important;
	}

	#footer_top ul.nav-list {
		padding: 0 !important;
		display: flex !important;
		width: 100%;
		margin: auto;
		text-align: center;
		justify-content: center;
	}

	#footer_top ul.nav-list li {
		border-radius: 38px;
		height: 45px !important;
		width: 45px !important;
		margin-right: 5px;
	}

	#footer_top ul.nav-list li:last-child {
		margin-right: 10px;
	}

	#footer_top ul.nav-list li a {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		text-align: center;
		height: 30px;
		width: 50px;
		border-radius: 38px;
		padding: 12px 0 8px 0 !important;
	}

	#footer_top ul.nav-list li a:hover {
		text-align: center !important;
	}

	#footer_top ul.nav-list img {
		width: auto !important;
		height: 25px !important;
		margin: auto;
	}

	#footer_bottom {
		padding: 0 !important;
	}

	#footer_bottom .container_specific {
		padding-left: 10px;
		padding-right: 10px;
	}

	#transvers {
		display: none !important;
		flex-direction: row;
		flex-wrap: wrap;
		box-sizing: border-box;
	}

	#transvers .block a {
		display: block;
		position: relative;
	}

	#transvers .block img.transvers-hover {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 0 !important;
		width: 100%;
		height: 100%;
	}

	#transvers .span3 {
		width: 50% !important;
		margin: 0 !important;
	}

	#transvers .span3:nth-child(1),
	#transvers .span3:nth-child(3) {
		padding-right: 5px;
	}

	#transvers .span3:nth-child(2),
	#transvers .span3:nth-child(4) {
		padding-left: 5px;
	}

	#transvers .span3:nth-child(3),
	#transvers .span3:nth-child(4) {
		padding-top: 10px;
	}

	#footer_contact {
		width: 100%;
	}

	#footer_contact .row {
		padding: 0 !important;
	}

	#footer_container_commun {
		padding: 0 10px;
	}

	.inf-main .inf-content input {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	}

	.inf-main .inf-content .inf-input.inf-input-text input[type="text"] {
		width: 95% !important;
	}

	.visible-desktop,
	#footer_container #footer_top ul.visible-desktop,
	#accueil #content_container #content .container_specific > .row > .span5 #blog .visible-desktop,
	#baa #accueil #content_container #content .container_specific > .row > .span5 #blog .visible-desktop {
		display: none !important;
	}

	#accueil .item_mobile h2 {
		line-height: 25px !important;
		font-size: 23px !important;
		padding: 0 20px;
	}

	#sidr {
		box-shadow: none !important;
		color: #2e2e2e;
		background: white;
		font-style: normal;
		font-size: 23px;
		/**
        TODO remove this
        display: block !important;
        left: 0 !important;
        */
	}

	#sidr #btn_mobile_close {
		width: auto;
		height: auto !important;
		line-height: 1;
		padding: 12px 15px !important;
		border-radius: 28px;
		background: white !important;
		color: #2e2e2e !important;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		float: none;
		margin-right: 20px;
		text-transform: uppercase;
		width: 42px !important;
		height: 42px !important;
		padding: 0 !important;
		display: flex;
		flex: 1 1 auto;
		align-content: center;
		align-items: center;
		position: absolute;
		right: 15px;
		top: 15px;
		z-index: 999;
	}

	#sidr #btn_mobile_close:last-child {
		margin-right: 0;
	}

	#sidr #btn_mobile_close a {
		font-size: 15px !important;
		text-transform: uppercase;
		line-height: 28px;
		padding: 0 !important;
		color: #2e2e2e !important;
		background: none !important;
	}

	#sidr #btn_mobile_close img {
		box-sizing: border-box;
		margin: auto;
		width: 40%;
	}

	#sidr * {
		color: #2e2e2e !important;
		background: none !important;
	}

	#sidr .top_menu_mobile {
		min-height: 42px;
	}

	#sidr .top_menu_mobile span {
		margin: auto !important;
		width: auto;
		height: auto !important;
		line-height: 1;
		padding: 12px 15px !important;
		border-radius: 28px;
		background: white !important;
		color: #2e2e2e !important;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		float: none;
		margin-right: 20px;
		text-transform: uppercase;
		min-width: 70px;
		text-align: center;
		justify-content: center;
		min-height: 42px;
		display: inline-flex;
		flex: 1 1 auto;
		align-content: center;
		align-items: center;
		font-size: 23px !important;
		padding: 0 12px !important;
		font-weight: normal !important;
	}

	#sidr .top_menu_mobile span:last-child {
		margin-right: 0;
	}

	#sidr .top_menu_mobile span a {
		font-size: 23px !important;
		text-transform: uppercase;
		line-height: 28px;
		padding: 0 !important;
		color: #2e2e2e !important;
		background: none !important;
	}

	#sidr .top_menu_mobile + div + ul li:first-child {
		border-top: none;
	}

	#sidr .top_menu_mobile + div + ul > li {
		padding: 24px;
	}

	#sidr .top_menu_mobile + div + ul li a {
		font-size: 23px;
		line-height: 23.57px;
	}

	#sidr .top_menu_mobile + div + ul li a.firstlevel {
		text-transform: uppercase !important;
	}

	#sidr .top_menu_mobile + div + ul .mobsubmenu {
		margin: 7px auto -14px auto;
	}

	#sidr .top_menu_mobile + div + ul .mobsubmenu li a {
		margin-top: 5px;
	}

	#sidr .mobtrans a {
		text-transform: uppercase !important;
	}

	#cur_menu_mobile {
		text-align: center;
		text-transform: uppercase;
		color: #2e2e2e;
		margin: 20px 0 auto -10px !important;
		width: 100%;
	}

	#cur_menu_mobile a {
		text-align: center !important;
		width: auto;
		height: auto !important;
		line-height: 1;
		padding: 12px 15px !important;
		border-radius: 28px;
		background: white !important;
		color: #2e2e2e !important;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		float: none;
		margin-right: 20px;
		text-transform: uppercase;
		text-align: center;
		box-shadow: none !important;
		color: #2e2e2e !important;
		margin: auto !important;
		font-size: 18px !important;
	}

	#cur_menu_mobile a:last-child {
		margin-right: 0;
	}

	#cur_menu_mobile a a {
		font-size: 18px !important;
		text-transform: uppercase;
		line-height: 28px;
		padding: 0 !important;
		color: #2e2e2e !important;
		background: none !important;
	}

	#content_main {
		box-sizing: border-box;
	}

	#menu_sublevel_mobile {
		box-sizing: border-box;
		background: none !important;
		min-height: 45px;
		padding: 20px 20px !important;
		padding: 0 20px !important;
		position: relative;
		overflow: hidden;
		display: flex !important;
		flex-direction: column;
		/**
        29/10
        Must be full height
        */
	}

	#menu_sublevel_mobile #btn_submenu_mobile {
		cursor: pointer;
		position: absolute;
		right: 0;
		margin: 0;
		width: 100%;
		height: 50px;
		z-index: 999;
	}

	#menu_sublevel_mobile #btn_submenu_mobile img {
		display: none;
	}

	#menu_sublevel_mobile #btn_submenu_mobile + a {
		margin: auto !important;
	}

	#menu_sublevel_mobile a {
		text-transform: uppercase;
		width: auto;
		height: auto !important;
		line-height: 1;
		padding: 12px 15px !important;
		border-radius: 28px;
		background: white !important;
		color: #2e2e2e !important;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		float: none;
		margin-right: 20px;
		text-transform: uppercase;
	}

	#menu_sublevel_mobile a:last-child {
		margin-right: 0;
	}

	#menu_sublevel_mobile a a {
		font-size: 18px !important;
		text-transform: uppercase;
		line-height: 28px;
		padding: 0 !important;
		color: #2e2e2e !important;
		background: none !important;
	}

	#menu_sublevel_mobile > a {
		padding: 12px 40px 12px 15px !important;
		box-shadow: none !important;
		width: auto !important;
		margin: auto;
		position: relative;
	}

	#menu_sublevel_mobile > a:after {
		content: "";
		position: absolute;
		border: solid #2e2e2e;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 5px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		right: 20px;
		top: 12px;
	}

	#menu_sublevel_mobile #menu_sub_mobile {
		margin: 10px auto !important;
		box-sizing: border-box;
		display: flex;
		flex: 1 1 auto;
		flex-flow: row;
		flex-wrap: wrap;
	}

	#menu_sublevel_mobile #menu_sub_mobile li {
		width: 50% !important;
		font-family: "MAH Sans Regular", Arial, Helvetica, sans-serif !important;
		margin: 0 !important;
		display: block !important;
		box-sizing: border-box;
		margin-top: 10px !important;
	}

	#menu_sublevel_mobile #menu_sub_mobile li:nth-child(odd) {
		padding: 0 5px 0 0 !important;
	}

	#menu_sublevel_mobile #menu_sub_mobile li:nth-child(even) {
		padding: 0 0 0 5px !important;
	}

	#menu_sublevel_mobile #menu_sub_mobile li a {
		width: 100%;
		font-size: 14px;
		text-align: center;
		padding: 0 12px !important;
		min-height: 41px;
		display: inline-flex !important;
		align-content: center;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 979px) and (-ms-high-contrast: active),
	screen and (max-width: 979px) and (-ms-high-contrast: none) {
	#menu_sublevel_mobile #menu_sub_mobile li a {
		height: 41px !important;
	}
}

@media (max-width: 979px) {
	#b_293 {
		/*
        #cur_menu_mobile,
        #btn_submenu_mobile + a,
        #btn_submenu_mobile {
            display: none !important;
        }
        #menu_sublevel_mobile {
            height: auto !important;
        }*/
	}

	#b_293 #content_main {
		display: flex;
		flex-direction: column;
	}

	#b_293 #content_main > .span9,
	#b_293 #content_main > .span3 {
		width: 100%;
	}

	ul.nav.nav-tabs {
		flex-wrap: wrap;
	}

	ul.nav.nav-tabs li {
		display: inline-flex !important;
		min-height: 41px;
		align-content: center;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		margin-top: 10px;
		padding: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 979px) and (-ms-high-contrast: active),
	screen and (max-width: 979px) and (-ms-high-contrast: none) {
	ul.nav.nav-tabs li {
		height: 41px !important;
	}
}

@media (max-width: 979px) {
	.tx-vge-inst-lieux .span4 {
		width: 100% !important;
		padding-right: 0;
	}

	.tx-vge-inst-lieux .span1 {
		padding-top: 20px;
		width: 100% !important;
	}

	#footer_bottom li a:hover {
		text-decoration: none !important;
	}

	#footer_container_commun {
		display: none;
	}

	#footer_contact {
		border-radius: 38px;
		background: #f2f2f2 !important;
		padding: 23px 15px;
		/** {
            color: $blue !important;
        }*/
	}

	#footer_contact .span8,
	#footer_contact .span4 {
		text-align: left;
		width: 100%;
	}

	#footer_contact * {
		font-size: 18px !important;
	}

	#content_container #container_filtre {
		width: 100%;
	}

	#content_container #container_agenda {
		width: 100%;
		margin-right: 0;
	}

	#content_container .content_agenda {
		display: grid !important;
		grid-template-areas: "image" "text";
	}

	#content_container .detail_content {
		width: 100% !important;
		padding-left: 0;
		margin-bottom: 10px;
		grid-area: text;
	}

	#content_container .illus_partage {
		width: 100%;
		grid-area: image;
	}

	.accordion-inner label.radio,
	.accordion-inner label.checkbox {
		padding-left: 0 !important;
		margin-left: 3px !important;
	}

	.accordion-inner input[type="radio"],
	.accordion-inner input[type="checkbox"] {
		margin-right: 10px;
		margin-left: 0px !important;
		padding-left: 0;
	}

	form .control-label {
		width: 100% !important;
	}

	form .controls {
		width: 90% !important;
		margin-left: 0 !important;
		padding: 0 3px !important;
	}

	form .controls input,
	form .controls text-area {
		-webkit-appearance: none;
	}

	.calendar .titre_filtre {
		margin: 0 6px;
		box-sizing: border-box;
		display: block;
		text-transform: none !important;
		font-size: 18px !important;
	}

	.calendar #select_all_filter,
	.calendar #deselect_all_filter {
		min-height: 51px;
	}

	.calendar .accordion-heading {
		padding: 0 3px !important;
	}

	.calendar a.accordion-toggle {
		min-height: auto;
		background: none !important;
		box-shadow: none !important;
		justify-content: start !important;
		font-size: 18px !important;
		text-transform: none !important;
		padding-left: 0 !important;
	}

	.calendar a.accordion-toggle:after {
		top: 10px !important;
		right: 3px;
	}

	.calendar a.accordion-toggle.collapsed:after {
		top: 5px !important;
	}

	.calendar label.checkbox,
	.calendar label.radio {
		padding: 3px !important;
	}

	.calendar label.checkbox input,
	.calendar label.radio input {
		display: none;
	}

	.calendar label.checkbox input + span,
	.calendar label.radio input + span {
		width: auto;
		height: auto !important;
		line-height: 1;
		padding: 12px 15px !important;
		border-radius: 28px;
		background: white !important;
		color: #2e2e2e !important;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
		float: none;
		margin-right: 20px;
		text-transform: uppercase;
		border-radius: 38px;
		width: 100%;
		display: flex;
		flex: 1 1 auto;
		align-content: center;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
		min-height: 51px;
		text-align: center;
		-webkit-touch-callout: none;
		/* iOS Safari */
		-webkit-user-select: none;
		/* Safari */
		-khtml-user-select: none;
		/* Konqueror HTML */
		-moz-user-select: none;
		/* Old versions of Firefox */
		-ms-user-select: none;
		/* Internet Explorer/Edge */
		user-select: none;
		/* Non-prefixed version, currently   */
	}

	.calendar label.checkbox input + span:last-child,
	.calendar label.radio input + span:last-child {
		margin-right: 0;
	}

	.calendar label.checkbox input + span a,
	.calendar label.radio input + span a {
		font-size: 14px !important;
		text-transform: uppercase;
		line-height: 28px;
		padding: 0 !important;
		color: #2e2e2e !important;
		background: none !important;
	}

	.calendar label.checkbox input:checked + span,
	.calendar label.radio input:checked + span {
		background: rgba(0, 0, 255, 0.25) !important;
		color: #0000ff !important;
		box-shadow: none !important;
	}

	#container_agenda {
		width: 100% !important;
	}

	#container_agenda .detail_content {
		padding-left: 0 !important;
	}

	.content_detail_partage a {
		bottom: -25px !important;
	}

	/** Events as event on the homepage **/
	#accueil .encart_mobile {
		display: none !important;
	}

	#accueil #content_container #content .container_specific > .row > .span5 > div {
		display: block !important;
		position: relative;
		border-bottom: 1px solid #2e2e2e;
	}

	#accueil #content_container #content .container_specific > .row > .span5 > div .visible-desktop {
		display: block !important;
	}

	#accueil #content_container #content .container_specific > .row > .span5 > div:last-child {
		border-bottom: 0;
	}

	#accueil #content .container_specific .row #blog {
		padding-top: 0 !important;
	}

	#accueil #content_container #bottom {
		margin-top: 40px !important;
	}

	#accueil #content_container #bottom .box {
		border-bottom: 0 !important;
	}

	#accueil #content_container #bottom > .span6 {
		padding: 0 !important;
	}

	#accueil #content_container #content .visible-desktop > a {
		align-content: initial;
		align-items: initial;
	}

	#accueil #content_container #content .container_specific > .row > .span5 #blog .visible-desktop {
		display: flex !important;
		position: relative;
		flex-direction: row;
		align-content: initial;
		align-items: initial;
	}

	#accueil #content_container #content .container_specific > .row > .span5 #blog .visible-desktop .blog {
		position: static;
		margin: 10px 0;
		text-align: left;
		width: 80%;
		margin: 0 !important;
		padding-left: 20px !important;
	}

	#accueil #content_container #content .container_specific > .row > .span5 #blog .visible-desktop .blog * {
		font-size: 18px !important;
		line-height: 20px !important;
	}

	#accueil #content_container #content .container_specific > .row > .span5 #blog .box:hover .blog {
		display: block;
		width: 80%;
	}

	#accueil #content_container .span5 div.first {
		margin-bottom: 0;
	}

	#accueil #content_container #content .container_specific > .row .span6,
	#accueil .span6 {
		padding-bottom: 0px !important;
	}

	#accueil #content_container #content .container_specific > .row .span6 .visible-desktop,
	#accueil .span6 .visible-desktop {
		display: block !important;
	}

	#accueil #content_container #content .container_specific > .row .span6 .box,
	#accueil .span6 .box {
		border-bottom: 1px solid #2e2e2e;
	}

	#accueil #content_container #content .container_specific .span6 img,
	#accueil #content_container #content .container_specific .span5 img {
		width: 20%;
		height: auto !important;
		height: intrinsic !important;
	}

	#accueil .encart {
		position: static !important;
		margin: 0 !important;
		text-align: left !important;
		width: 80%;
		padding-left: 20px !important;
	}

	#accueil .encart * {
		font-size: 18px !important;
		line-height: 20px !important;
	}

	#accueil #content_container #content .visible-desktop > a {
		display: flex;
		flex-direction: row;
	}

	#accueil #content_container #content .visible-desktop > a:hover .encart {
		display: block !important;
	}

	#accueil #footer_top img {
		width: 45px;
	}

	#accueil #content .container_specific .row > .span6 .box,
	#accueil #content .container_specific .row > .span5 .box {
		padding: 15px 0 !important;
	}

	input {
		-webkit-appearance: none;
	}
}

@media (max-width: 350px) {
	#btn_menu_mobile {
		top: 15px;
		width: 30px;
		height: 30px;
	}

	.close_inner_header #inner_header_img {
		width: 45px;
	}

	#inner_header_img {
		width: 45px;
		margin-right: 62px;
	}

	#box_langmenu a,
	#box_langmenu span {
		font-size: 12px;
	}

	#box_langmenu .weglot_switcher .wg-li {
		height: 22px;
		width: 22px;
	}

	#box_langmenu .weglot_switcher .wg-li a {
		line-height: 22px;
	}
}

@font-face {
	font-family: "MAH Sans Regular";
	src: url("/fileadmin/templates/mah/new_design/fonts/Book/20201004-MAH_Sans-Book-WEB.woff") format("woff"),
		url("/fileadmin/templates/mah/new_design/fonts/Book/20201004-MAH_Sans-Book-WEB.woff2") format("woff2"),
		url("/fileadmin/templates/mah/new_design/fonts/Book/20201004-MAH_Sans-Book-WEB.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "MAH Sans Regular";
	src: url("/fileadmin/templates/mah/new_design/fonts/Regular/20201004-MAH_Sans-Regular-WEB.woff") format("woff"),
		url("/fileadmin/templates/mah/new_design/fonts/Regular/20201004-MAH_Sans-Regular-WEB.woff2") format("woff2"),
		url("/fileadmin/templates/mah/new_design/fonts/Regular/20201004-MAH_Sans-Regular-WEB.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MAH Sans Regular";
	src: url("/fileadmin/templates/mah/new_design/fonts/Regular Italic/20201004-MAH_Sans-Regular_Italic-WEB.woff")
			format("woff"),
		url("/fileadmin/templates/mah/new_design/fonts/Regular Italic/20201004-MAH_Sans-Regular_Italic-WEB.woff2")
			format("woff2"),
		url("/fileadmin/templates/mah/new_design/fonts/Regular Italic/20201004-MAH_Sans-Regular_Italic-WEB.ttf")
			format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "MAH Sans Book";
	src: url("/fileadmin/templates/mah/new_design/fonts/Book/20201004-MAH_Sans-Book-WEB.woff") format("woff"),
		url("/fileadmin/templates/mah/new_design/fonts/Book/20201004-MAH_Sans-Book-WEB.woff2") format("woff2"),
		url("/fileadmin/templates/mah/new_design/fonts/Book/20201004-MAH_Sans-Book-WEB.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MAH Sans Book Italic";
	src: url("/fileadmin/templates/mah/new_design/fonts/Book Italic/20201004-MAH_Sans-Book_Italic-WEB.woff")
			format("woff"),
		url("/fileadmin/templates/mah/new_design/fonts/Book Italic/20201004-MAH_Sans-Book_Italic-WEB.woff2")
			format("woff2"),
		url("/fileadmin/templates/mah/new_design/fonts/Book Italic/20201004-MAH_Sans-Book_Italic-WEB.ttf")
			format("truetype");
	font-weight: normal;
	font-style: normal;
}

html * {
	font-size: 18px;
	line-height: 20px;
}

body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
#breadcrumb,
div {
	font-family: "MAH Sans Regular", Arial, Helvetica, sans-serif !important;
	font-size: 18px;
	line-height: 20px;
	border-color: #2e2e2e;
	font-weight: normal;
	color: #2e2e2e;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

body:hover,
a:hover,
p:hover,
h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover,
#breadcrumb:hover,
div:hover {
	text-decoration: none;
}

body:hover *,
a:hover *,
p:hover *,
h1:hover *,
h2:hover *,
h3:hover *,
h4:hover *,
h5:hover *,
h6:hover *,
#breadcrumb:hover *,
div:hover * {
	text-decoration: none;
}

body.download,
a.download,
p.download,
h1.download,
h2.download,
h3.download,
h4.download,
h5.download,
h6.download,
#breadcrumb.download,
div.download {
	text-decoration: underline !important;
}

.pdf_depliant {
	display: block !important;
}

.pdf_depliant .download {
	text-decoration: none !important;
}

h5 {
	color: #2e2e2e !important;
}

#breadcrumb {
	font-size: 15px !important;
	line-height: 20px;
}

#breadcrumb a {
	font-size: 15px !important;
}

#breadcrumb a:hover {
	color: #0000ff !important;
}

h2 {
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}

h2,
h3 {
	margin-bottom: 11px !important;
}

div:hover p.texte {
	text-decoration: none !important;
}

#header * {
	font-size: 15px;
	line-height: 17px;
}

#footer * {
	font-size: 18px;
}

.soustitre_gris {
	color: #2e2e2e !important;
	font-size: 18px !important;
	font-weight: normal !important;
}

strong,
b,
.strong {
	font-weight: normal !important;
}

form {
	margin-top: 3px !important;
}

form input,
form .btn-primary,
form .btn.btn-primary,
form .btn.btn-primary:hover,
form textarea {
	background: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	color: #2e2e2e;
	padding: 12px 10px !important;
	border-radius: 0 !important;
	border-radius: 25px !important;
}

form .btn.btn-primary {
	color: #2e2e2e !important;
	text-transform: uppercase;
}

form .form-horizontal .control-group input[type="email"],
form .form-horizontal .control-group input[type="text"],
form .form-horizontal .control-group textarea {
	width: 100%;
	max-width: 696px;
}

form .form-horizontal .control-group textarea {
	border: 0;
}

.control-group.success > .control-label,
.control-group.success label.success,
.control-group.success input {
	color: #00bd00;
}

.control-group.error > .control-label,
.control-group.error label.error,
.control-group.error input {
	color: #ff0000;
}

.pdf_depliant,
.pdf_dossier {
	display: inline-block;
	margin-right: 20px !important;
	margin-top: 10px !important;
	font-size: 15px !important;
	/*
    &:first-child {
        margin-top: 20px;
    }*/
}

.pdf_depliant a,
.pdf_dossier a {
	background: none !important;
	padding: 10px 0 10px 50px !important;
	line-height: 20px;
	font-size: 15px !important;
}

.pdf_depliant a:before,
.pdf_dossier a:before {
	display: block;
	position: absolute;
	left: 0;
	content: "";
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: 38% 50%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	top: -3px;
}

.pdf_depliant a:before {
	background-image: url("/fileadmin/templates/mah/new_design/assets/pdf.svg");
	background-position: 45% 45%;
}

.pdf_dossier a:before {
	background-image: url("/fileadmin/templates/mah/images/icon_dossier.png");
}

#content > .box ul.nav.nav-tabs,
#content > .box .tabbable ul.nav.nav-tabs,
#content #content_main ul.nav.nav-tabs,
#content #content_main .tabbable ul.nav.nav-tabs {
	border-top: 1px solid #2e2e2e;
	padding-top: 30px;
	margin-top: 40px;
	padding-bottom: 30px;
	font-size: 18px !important;
	flex-wrap: no-wrap;
}

#content > .box ul.nav.nav-tabs li,
#content > .box .tabbable ul.nav.nav-tabs li,
#content #content_main ul.nav.nav-tabs li,
#content #content_main .tabbable ul.nav.nav-tabs li {
	flex: 0 1 auto;
}

#content > .box ul.nav.nav-tabs a,
#content > .box .tabbable ul.nav.nav-tabs a,
#content #content_main ul.nav.nav-tabs a,
#content #content_main .tabbable ul.nav.nav-tabs a {
	line-height: 18px !important;
	font-size: 18px !important;
}

.institutions_link li,
.city_link li {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#c1845 {
	box-sizing: border-box;
	width: 100%;
}

#c1845 > div > div {
	width: 100%;
}

label {
	color: #2e2e2e;
}

a:hover {
	color: #0000ff !important;
}

#last_minute {
	background-image: none !important;
	background-color: #dfaba7 !important;
}

#last_minute span.titre {
	background-image: none !important;
}

#last_minute:hover {
	background-color: #cc0033 !important;
}

#last_minute p {
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}

#last_minute span {
	width: 100%;
}

#content_main .content_agenda .box iframe {
	margin-top: 50px;
}

#content_main .content_agenda .box iframe:first-of-type {
	margin-top: 0;
}

#c19095 > .block,
#c19095 > .block #last_minute {
	height: 100%;
}

#c1846 > .block,
#c1846 > .block #last_minute {
	height: 100%;
}

#last_minute span {
	width: auto !important;
}
