.h1, h1 {
font-size: 1.5rem !important;
}

.h2, h2 {
font-size: 1.3rem !important;
}

.h3, h3 {
font-size: 1.2rem !important;
}


.monapos {
	vertical-align: middle;
	font-size: 5em !important;
	font-weight: 400;
}

.monaposst0{
        padding-left: 250px;
}

.monaposst{
	font-size: 1.2em !important;
	font-weight: 450;
	padding-right: 1px;
	color: #669966 !important;
}
.monaposstimgr{
	padding-top: 10px;
        vertical-align: middle;
}

.monaslidetitle {
        font-size: 0.7rem !important;
        text-align: center!important;
        font-style: italic !important;
        font-weight: bold;
}

.monacesure {
        word-break: break-all;
}


.vligne {
	border-left: 2px dashed green;
	height: auto;
	left: 2%;
	position:relative;
	margin-left: 1px;
	padding-left: .4rem;
	top: 0;
}

.layout--onecol .layout__region {
    width: 100%;
    padding-left: 1em;
}


.nav-tabs > li > a.active {
	background-color: #ef773c !important;
	color: #fff !important;
}
.nav-tabs> li> a:link {
  color: #ef773c;
  font-weight: bold !important;
}

.nav-tabs > li> a:active {
        cursor: default;
        background-color: #ef773c !important;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        color: #fff !important;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
border: 1px solid #003eff/*{borderColorActive}*/;
background: #ef773c/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
font-weight: normal/*{fwDefault}*/;
color: #ffffff/*{fcActive}*/;
}

.navbar>.container, .navbar>.container-fluid {
	justify-content: left !important;
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 2rem;
	line-height: inherit;
	white-space: nowrap;
}

#navbar-main {
	height: 47px;
	font-size: 18px;
}

#navbar-top {
background-color: #fff !important;
}

.bg-primary {
	background-color: #669966 !important;
}

.breadcrumb {
	height: 40px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ef773c !important;
}


.dropdown-menu.show {
	display: inline-block;
	background-color: #669966;
}

.dropdown-menu {
        background-color: #669966 !important;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
color: #fff;
background-color: #ef773c;
}


.dropdown-item>a, .link  {
	color: #fff !important;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #cc9999;
}
/*pour justifier menu a gauche*/
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: left !important;
}
/*pour mobile*/
.navbar-toggler-icon {
    display: inline-flex;
    width: 0.9em;
    height: 0.8em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
        background-image: none;
        background-size: auto;
    background-size: 100% 100%;
}

.navbar-dark .navbar-nav .nav-link {
    background-color: #669966;
    color: #fff;
    padding: 0.5rem 0.8rem !important;

}

.monacontenu {
        padding-left: .3125rem;
	margin-left: 2rem;
        /*margin-right: 1rem;
        font-size: 2rem;
        line-height: inherit;
        white-space: nowrap;*/
}

/* Specific mapael css class are below
* 'map' class is added by plugin
*/
	.monamapcontainer {
	   display: flex;
	   flex-direction: row;
	    max-width:1200px;
            margin: auto;
        }

        .mapael .map {
 	    /*display: flex;*/
            position: relative;
	   /* margin-right: 228px;*/
        }

        .mapael .mapTooltip {
            position: absolute;
            background-color: #fff;
            moz-opacity: 0.90;
            opacity: 0.90;
            filter: alpha(opacity=70);
            border-radius: 10px;
            padding: 10px;
            z-index: 1000;
            width: auto;
            display: none;
            color: #343434;
        }
	.mapael .areaLegend {
	    position: relative;
            /*border: 1px solid #bebeb4;*/
            background-color: #fff;
            width: auto;
            padding: 10px;
	    /*float: right;*/
        }
	.rightPanel {
            float: right;
            width: 223px;
            border-radius: 5px;
            margin-left: 5px;
        }

.monadesc {
            background-color: #fff;
            height: 100px;
            padding: 10px;
            color: #ef773c;
            overflow: auto;
            margin: 10px;
        }
/*slideshow*/
.carousel .item { max-height: 520px; }

/*slider fade effect*/
.carousel-fade .carousel-inner .item { opacity: 0; filter: alpha(opacity=0);
-webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }

.carousel-fade .carousel-inner .active { opacity: 1; filter: alpha(opacity=100); }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; filter: alpha(opacity=0); z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1; filter: alpha(opacity=100);}

.carousel-fade .carousel-control { z-index: 2; }

/*control nav*/
.carousel ol.carousel-indicators { position: absolute; top: 20px; left: auto; z-index: 2; padding: 0 20px; margin: 0; text-align: right; -moz-opacity: 0;
-khtml-opacity: 0; opacity: 0; filter: alpha(opacity=0); width: auto; bottom: auto; right: 20px; }

.carousel ol.carousel-indicators li { margin: 0px; padding: 0; *zoom: 1; background-color: rgba(0,0,0,0.5); cursor: pointer; border: none;
    width: 18px; height: 18px; text-indent: -9999px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }

.carousel ol.carousel-indicators li.active { background-color: #fcfcfc; }

/*directional nav*/
.carousel .carousel-control { background-color: #fcfcfc; color: #444; display: block; width: 48px;
height: 48px; margin: 0; padding:15px; position: absolute; overflow: hidden; top: 45%;
text-align: center; cursor: pointer; opacity: 0; filter: alpha(opacity=0);
-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;
-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; background-image: none; outline:none;}

.carousel .carousel-control.right { right: 20px }

.carousel .carousel-control.left { left: 20px }

.carousel a.carousel-control:active, .carousel a.carousel-control:hover { background-color: #fcfcfc }

.carousel-control .icon-prev, .carousel-control .icon-next { font-size: 40px; font-family: Arial, sans-serif; display: block; right: 0; left: auto; width: 100%; }

.carousel:hover .carousel-control, .carousel:hover ol.carousel-indicators { -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; filter: alpha(opacity=100); }

/*slider caption*/
.carousel .carousel-caption { background-color: #FFF; color: #f0d54a; display: block; width: 60%; padding: 20px; position: absolute; bottom: 0;
left: 500px; text-align: center; text-transform: uppercase; display: block; }

.carousel .carousel-caption h4, .carousel .carousel-caption p { max-width: 1170px; margin: 0 auto; display: block; }

@media all and (max-width: 768px) {
        .carousel .carousel-caption p { display: none; }
}

@media all and (max-width: 480px) {
        .carousel .carousel-control, .carousel .carousel-caption { display: none; }
}


.site-footer {
	background: #527a52 !important;/*background site footer plus bas sinon fff*/
	padding-left: 2em;
}

.site-footer .block {
    margin: 5px 0;
    border: 0px solid #444;
        border-top-color: rgb(68, 68, 68);
        border-right-color: rgb(68, 68, 68);
        border-bottom-color: rgb(68, 68, 68);
        border-left-color: rgb(68, 68, 68);
    border-color: rgba(255, 255, 255, 0.1);
    padding: 1px;
}
.site-footer .content {
  border: 0px solid #fff;
    color: #527a52;
    font-size: 0.857em;
}

.site-footer tr td, .site-footer tr th {
    border-color: #527a52 !important;
}

.site-footer tr  {
    border-bottom: 0px solid #373e27 !important;
    padding: 0.1em 0.6em;
    background: #527a52 !important;

}


/*mona paragraph +6col*/
@media (max-width: 1024px) {
.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__6col {
    float: left !important;
    width: 100% !important;

}
}
@media (min-width: 1024px) {
.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__6col {
    font-size: 0.7em !important;

 }
}
@media (max-width: 900px) {
	.monapos {
        	vertical-align: middle;
	        font-size: 3em !important;
	}
}



.site-footer {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	padding: 1px 1px 1px 1px;
}



