/******************************************************************************
 * Default colours (waiting for http://www.w3.org/TR/css-variables/:
 *
 * darkgreen	#00853e
 * darkgreen	#007330
 * green		#00a950
 * lightgreen	#18d471
 * othergreen   #27A745
 * 
 ******************************************************************************/

/******************************************************************************
 ** Imports 
 ******************************************************************************/
@import url("darksky.css");

/******************************************************************************
 ** Main tags 
 ******************************************************************************/
html 
{
	font-size: 16px; 
	scroll-behavior:smooth !important;
}

body 
{
	color: #777;
	font-family: "roboto",Helvetica,Arial,sans-serif!important;
	height: auto!important; /* Important for darksky */
	position: relative;
}


.circled {
    border-radius: 50%;
    padding: 2px 5px;
    background: red;
    border: 1px solid #844;
    color: white;
    text-align: center;
    font-size: 1rem;
	font-weight: bold;
}

img {
    border: 5px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

a {
	color: #00a950;
	font-weight: bold;
	transition: color 0.2s linear !important;
}

a:hover{
	color: orange !important;
	text-decoration: none;
}


h1, h2, h3, h4, h5 {
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0;
}

h1, h1 span{
	color: #00a950 !important;
	text-align: center;
	font-weight: 300 !important;
	font-size: 3.6rem !important;
	line-height: 0.9em;
	letter-spacing: -0.02em;
	text-align: center;
	text-shadow: 1px 1px 0 #eeeeee;
}

h4, h5, h3 {
	color: #00a950 !important;
	font-weight: normal !important;
	margin-bottom: 1em;
}


h2{
	font-size: 1.45rem;
	color: #00a950 !important;
}

h3:before{
	font-size: 1.45rem;
	color: orange !important;
}


p, li{
	text-shadow: rgba(0,0,0,0.05) 1px 1px 1px;
}

p sup {
	font-size: 0.7em !important;
}

ul.triangle li:after{
    border-color: #74924a;
	top: 0.7rem !important;
}

ul li a {
	line-height: 1.4rem;
}

/******************************************************************************
 ** Icons and images
 ******************************************************************************/
[class^="icon-"]:before, [class*=" icon-"]:before {
    color: /*green*/#00a950;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
 	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color  0.2s ease-out;
	-o-transition: color  0.2s ease-out;
	-ms-transition: color  0.2s ease-out;
	transition: color  0.2s ease-out; 	
}

.icon-star:before {
	content: "\f005 ";
}

.icon-plus-sign:hover:before {
    color: orange !important;
}


.icon-plus-sign, .icon-plus-sign:before {
	content: "\f055";
}

.float-left.item-image {
	margin: 0 1em 1em 0;
}

.img-fulltext-left  {
	border: 1px solid #ddd !important;
    box-shadow: 0 10px 7px -8px rgba(0, 0, 0, 0.5);
	max-width: 100%;
    margin-bottom: 1.2em !important;
}

.img-left  {
	float: left;
	border: 1px solid #ddd !important;
    box-shadow: 0 10px 7px -8px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    margin-right: 10px;
}

.img-right  {
	float: right;
	border: 1px solid #ddd !important;
    box-shadow: 0 10px 7px -8px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    margin-left: 10px;
}


.camera_caption  > div{
font-family: 'arial' !important;
}

/******************************************************************************
 ** Top wrapper and animated star field background
 ******************************************************************************/
#top-wrapper {
	position: absolute;
	width:100%;
	height:100%;
}

.darksky {
	background: red;
	width:100%;
	height:100%;
}

/******************************************************************************
 ** Menu
 ******************************************************************************/
#menu-wrapper {
	display: block;
	padding-top: 60px;
    width: 100%;
}

#menu-bar {
	position: relative;
	z-index: 10;
	height: 67px!important;
	background: #000;
	font-size: 0.9rem;
	font-family: helvetica;
}

.menu-bar .tck-module-text {
	position: relative;
}


#menu-bar div {
	height: 100%;
}

#menu-bar .mod-menu {
	display: flex;
	justify-content: center;	
	height:100%;
}


#menu-bar .mod-menu>li {
	display: table !important;
	vertical-align: middle;
	position: relative;
	vertical-align: middle;
	padding: 0 8px !important;
	height:100%;
}

#menu-bar .mod-menu>li>a {
	display: table-cell !important;
	vertical-align: middle;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 0px 6px !important;	
	margin: 0 !important;	
	transition: color 0.2s linear !important;
}



#menu-bar li.active {
	background-color: #00a950;
}

#menu-bar .mod-menu>li.active:after {
    position: absolute;
	z-index: 5;
	color: #00a950; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top-width: 7px;
    border-top-style: solid;
    content: "";
    height: 0;
    width: 0;
    bottom: -11px;
    left: 50%;
    margin-left: -7px;
}

/* span added to menu module in default_component.php override */
#menu-bar .mod-menu>li.parent>a .OBT-mod-menu-after:after  { 
 	content: '\f078';
	padding: 0 0 0 1em ;
	font-size:0.5em;
	line-height:0.5em;
	font-family: 'FontAwesome';
	vertical-align: middle;
}

.mod-menu .logo-menu {
	position: relative;
	display: block;
	z-index: 100;
	width: 180px;
    height: 180px;
    margin: -55px 0 -100px 0 !important;
	padding:0px !important;
}


#menu-bar li .mod-menu__sub {
 	display: grid;
	overflow: hidden;
	z-index: 2!important;
 	top: 63px;
	left:0!important;
	width: 180px!important;
	max-height:0px!important;
	background-color: #000000BB !important;
 	background-image: none;
    padding: 0px 15px!important;
 	border-radius: 0 0 5px 5px;
	border-top: none;
	box-shadow: 0 4px 5px rgb(0 0 0 / 50%);
	-webkit-box-shadow: 0 4px 5px rgb(0 0 0 / 50%)!important;
	transition: max-height 0.2s ease-out;
	transition: padding 0.2s ease-out;
}

#menu-bar li:hover .mod-menu__sub {
	overflow: inherit;
	opacity: 1;
    padding: 10px!important;
 	max-height:800px!important;
	transition: max-height 0.2s ease-in;
}

 /* Used to cover the lower green bar between menu and sub-menu without which
    submenu closes too soon */
.mod-menu__sub:before {
	z-index: 50;
	---background:red;
	position: absolute;
	height:1rem;
	width: 140px;
	top: -10px!important;
	content: ''
}

#menu-bar li:hover .mod-menu__sub {
	left:0px!important;
	--transition: all 1s linear !important;
}

#menu-bar .mod-menu__sub .nav_item {
	width: 100%;
    display: block!important;
}


#menu-bar .mod-menu__sub .nav-item a {
	padding: 0!important;
	padding: 5px!important;
	display: table-cell !important;
	vertical-align: middle;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 0 !important;	
	transition: color 0.2s linear !important;
	opacity: 0!important;
	transition: opacity 0.2s ease-in!important;
	font-size: 0.95em!important;
    line-height: 2em!important;
 	background: none!important;
}

#menu-bar li:hover .mod-menu__sub .nav-item a {
	transition: opacity 0.2s ease-in!important;;
	opacity: 1!important;
}

/**
 * Mobile menu
 **/
.OBT-mobile-menu-icon {
	position: absolute;
	top: 0;
	display: none;
	width: 100%;
	z-index: 100;
}

.OBT-mobile-menu-icon a {
    position: absolute;
    font-size: 20px;
    top: 16px;	
	left: 20px;
	cursor: pointer;
	height: 32px;
}

.OBT-mobile-menu-icon a:after {
	content: '';
	display: block;
	width: 16px;
	height: 0;
	top: 0px;
	left: 15px;
	box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; 
}

.OBT-mobile-menu-icon .logo-menu {
	position : absolute; 
	top:-18px;
	left:0;
	right:0;
	margin: auto!important;
	width: 120px; 
	height: 120px; 
}

#mobile-menu-overlay-div {
	position: absolute;
	display:none;
	z-index: 5;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000AA;
	transition: transform 0.5s;
}

#mobile-menu-wrapper {
 	position: absolute;
 	top: 67px;
	bottom: 0px;
	left: -200px;
	width: 200px;
	background-color: #007330;
 	padding: 20px;
	z-index: 3;
	font-size: 1.1em;
	transition: transform 0.5s;
}

#mobile-menu-wrapper .divider {
	display:none;
}

#mobile-menu-wrapper .mobile-menu-on {
}

#mobile-menu-wrapper .mod-menu .nav-item a {
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 3px;
}

#mobile-menu-wrapper .mod-menu .nav-item.current>a {
	background: orange;
}

#mobile-menu-wrapper .mod-menu .nav-item.current a:hover {
	color: #fff!important;
}

#mobile-menu-wrapper .mod-list>.nav-item {
	margin: 10px 0 0 0;
	letter-spacing: 0.05em;
}

#mobile-menu-wrapper .mod-menu__sub {
	padding: 0 0 5px 0;
}

#mobile-menu-wrapper .mod-menu__sub>.nav-item a{
	font-size: 1.2em;
	font-weight: normal;
}

#mobile-menu-wrapper .mod-menu__sub .nav-item a:before {
	content: '——';
	margin-right: 0.5em;
	letter-spacing: -0.1em;
}

/******************************************************************************
 ** Banner et annonce
 ******************************************************************************/
#banner .inner {
	position: relative;
	display: flex;
}

.random-image img{
	width: 100%;
	max-height: 360px;
}
	
.tmr-annonce {
	position: absolute !important;
	color: #0f0!important;
	top: 40px;
	right: 5px;
	width: max-content;
	cursor: pointer;
	font-size: 1.3em;
	line-height: 0.9em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	transform: rotate3d(0,0,1,10deg);
	-webkit-transform: rotate3d(0,0,1,10deg);
	letter-spacing: 0.5px;
}

.tmr-annonce .tmr-annonce-text {
	color: #fff !important;
	line-height: 8px!important;
	font-size: 0.7em !important;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 1em !important;
}

.tmr-annonce-button {
	display: table;
	height: 1.5em!important;
	width: 1.5em!important;
	margin: 0 auto 0 auto;
	opacity: 0.5;
	color: #fff!important;
	background: green;
	padding: 5px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #00000044;
	transition: all 0.2s ease-out;
}

.tmr-annonce-button:hover {
	opacity: 1;
	background: orange!important;
}

.tmr-annonce-button a:hover {
	color: #fff!important;
}

.tmr-annonce-button a {
	color: #fff;
	display: table-cell; 
	vertical-align: middle;
}


.tmr-facebook  {
	position: absolute !important; 
	z-index:30;
	color: #0f0!important;
	top: -61px;
	right: 0;
	cursor: pointer;
	font-size: 1.8em;
	text-align: center;
	letter-spacing: 0.5px;
}

.tmr-instagram  {
	position: absolute !important; 
	z-index:30;
	color: #0f0!important;
	top: -61px;
	right: 44px;
	cursor: pointer;
	font-size: 1.8em;
	text-align: center;
	letter-spacing: 0.5px;
}


.tmr-facebook-button {
	display: block;
	width: 1.2em !important;
	height: 1.2em !important;
	margin-left: auto;
	margin-right: auto;	
	color: #fff !important;
	font-size: 1.1em !important;
	line-height: 1.2em !important;
	font-weight: 300;
	transition: all 0.2s ease-out;
	opacity: 0.8;
}

.tmr-facebook-button:hover {
	opacity: 1;
}

/******************************************************************************
 ** Main
 ******************************************************************************/
#main-wrapper {
	transition: transform 0.5s;
}

#main-wrapper>.inner {
}

#main-wrapper .tck-article-title {
    text-shadow: rgba(0, 0, 0, 0.047) 1px 1px 1px;
    font-size: 3rem;
    font-weight: 300 !important;
    letter-spacing: inherit;
    line-height: 0.9em;
    letter-spacing: -0.02em;
    padding: 1em 0 2em 0;
}

#main-columns .tck-module-title {
	position: relative;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.047) 1px 1px 1px;
	padding-bottom: 0.4em;
 	margin-bottom: 2em !important;
	box-shadow: 0 15px 5px -15px rgb(0 0 0 / 10%);
}


#main-columns  .tck-module-title:after{
	color: #FFF;
	text-shadow: 0 1px 0 #ddd;
	content: "\f0d7";
	font-family: FontAwesome;
	font-size: 30px!important;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -15px;
}

#main-content, #main-fullwidth, #main-columns {
	background: #fff;
	padding: 3em;
}

#main-content .tck-module, #main-fullwidth .tck-module, #main-columns .tck-module {
 	margin-bottom: 4em !important;
}

#main-columns .tck-module:last-child {
 	margin-bottom: 0em !important;
}


.tck-module-title .title span {
	color: /*green*/#00a950 !important;
	font-weight: 400;
    font-family: inherit !important;
}

.tck-module-title:before, h3:before  {
	content: "\f005 ";
    display: inline-block;
    font-family: FontAwesome;
	margin-right: 0.2em;
}


.article-info
{
	font-family: inherit!important;
	text-shadow:none !important;
}

.button {
	background-color: /*darkgreen*/	#00853e !important;
	letter-spacing: 0.1em;
}

.mini-tag {
    background-color: #eee !important;
    font-size: 0.8rem;
    font-weight: normal;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 4px;
    margin: 5px 0px 5px;
    padding: 3px 5px;
}

.featurepanel-overlay-dark {
    color: #000;
    text-shadow: none;
}
article h2 a {
	font-weight: 300 !important;
}

.page-header h2 {
	display: block;
    font-size: 3rem;
    font-weight: 300 !important;
    letter-spacing: inherit;
    line-height: 0.9em;
    letter-spacing: -0.02em;
    padding: 1em 0 ;
    text-align: center;
    text-shadow: 1px 1px 0 #eeeeee;
    color: #00a950 !important;
}

time 
{
	color: #aaa;
}

#main-columns .OBT-AJAX-Articles ul {
	padding: 0!important;
}



/******************************************************************************
 ** Flash Info
 ******************************************************************************/
.flash-info {
	margin-bottom: 2em;
}

/******************************************************************************
 ** Prochainement
 ******************************************************************************/
.OBT-badge{
	background: #fff !important;
	border-right: 1px #eee solid;
}

.OBT-event {
    position: relative;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff !important;
	border-width: 1px 0 0 0!important;
	border-color: #f0F0f0!important;
	margin-top: 0px !important;
    padding-bottom: 30px!important
}

.OBT-details {
	font-size: 0.8em !important;
	color: #777 !important;
    margin-bottom:5px !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.OBT-timeline-point {
	height: 20px !important;
	line-height: 16px!important;
}

.OBT-timeline-point:hover, .OBT-timeline-point.active:hover{
	background: orange!important;
}

.OBT-timeline-point span {
	line-height:12px;
}

.OBT-timeline-point.active {
	background: #00a950!important;
}


/******************************************************************************
 ** Les évènements
 ******************************************************************************/
.OBT-AJAX-Articles {
	font-size: 0.9rem;
}


/****
 ** Image Galleries
 ****/
.OBT-Gallery .folder-info {
	background-color: #00000088;
	border-bottom: 4px solid darkorange !important
}

/******************************************************************************
 ** Le saviez vous ?
 ******************************************************************************/
.TMR-le-saviez-vous .mwall-filters-sortings{
	display: none;
}

/******************************************************************************
 ** Nos partenaires ?
 ******************************************************************************/
.TMR-nos-partenaires .mwall-filters-sortings{
	display: none;
}


/******************************************************************************
 ** Equipes
 ******************************************************************************/
.mwall-item  
{
    background: none repeat scroll 0 0 #FFFFFF;
 	color: #000;
	opacity: 1; 
	transform-origin: 0px 0px; 
	transform: scale(1) rotate(0deg); 
	top: 0px; 
	left: 0%; 
	position: absolute;
}

.mwall-item-outer-cont {
	box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
    border-top: 1px solid rgba(0, 0, 0, 0.03);
	border-radius: 5px;
}

.mwall-title a {
	font-size: 0.8em !important;
	line-height: 1.5em !important;;
	color: #777 !important;
}

.mwall-title {
	text-align: center;
}


.mwall-title:before {
	display:none;
}

.mwall-desc {
	min-height: 100px;
	font-size: 1em !important;
	line-height: 1.5em !important;;
	color: #777 !important;
}

.mwall-filter 
{
	opacity: 0.5;
	color: #fff !important;
	background-color: #00a950 !important;
	font-size: 0.8rem;
	font-weight: normal;
	border: 1px solid rgba(0, 0, 0, 0.3) !important;
	border-radius: 4px;
	margin: 5px 0px 5px;
	padding: 3px 5px;
	transition: all  0.2s ease-out !important; 	
}

.mwall-filter:hover
{    
	color: #fff !important;
	opacity: 1;
	border: 1px solid rgba(0, 0, 0, 0.3)!important;
}

.mwall-filter-active 
{
	opacity: 1;
	background-color: orange !important;
}

.slideshowck  {
	margin-bottom: 10px !important;
}

.camera_pag {
	top:-60px;
	position: relative;
}

.ffr_player {
    width: 100%;
    padding-bottom: 67.5%;
	margin-bottom: 10px;
    position: relative;
}

.ffr_player > iframe {
    position: absolute;
    top:0;bottom:0;left:0;right:0;
}

.fr_video {
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden; 
}


.green-box-right
{
	position: relative;
	float: right;
    width: 50%;
	background-color: /*darkgreen*/#007330;
	padding: 10px;
	margin: 0 0 10px 10px;
	z-index: 1000;
}

.green-box-left
{	
	position: relative;
	background-color: /*darkgreen*/#007330;
	padding: 10px;
	float: left;
	margin: 0 10px 10px 0;
	z-index: 1000;
}

.green-box-right p, .green-box-left p
{
	color: white;
}


/******************************************************************************
 ** La presse ?
 ******************************************************************************/
.TMR-la-presse .mwall-filters-sortings{
	display: none;
}

/******************************************************************************
 ** Blogs
 ******************************************************************************/

.blog  {
	font-size: 1.2rem;
	text-shadow: rgba(0,0,0,0.05) 1px 1px 1px;
	color: #777;
 }
 
.blog .item {
    margin-bottom: 25px ;
}
 
.blog  h2 {
	font-size: 2rem;
 }
 
.blog h2:before {
	content: "\f005 ";
    display: inline-block;
    font-family: FontAwesome;
	margin-right: 0.2em;
	text-shadow: rgba(0,0,0,0.05) 1px 1px 1px;
}


.blog img {
	max-width: 90%!important;
	border: 1px solid #ddd !important;
    box-shadow: 0 10px 7px -8px rgba(0, 0, 0, 0.5);
}


/****
 ** Videos
 ****/
#YoutubeGalleryMainContainer1  {
	width: 100%!important;
	border: 0px solid #555555!important;
}

#YoutubeGalleryMainContainer1 h4 {
	font-size: 1.2rem !important;
	text-shadow: rgba(0,0,0,0.05) 1px 1px 1px;
	color: #777!important;
	line-height: 1.8rem;
}

#YoutubeGalleryMainContainer1 table hr {
	display: none
}

#YoutubeGallerySecondaryContainer1 {
	margin-bottom: 2rem;
	width: 100% !important;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	height: 0!important;
} 

#YoutubeGallerySecondaryContainer1  iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%!important;
	height:100%!important;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
} 

#youtube-list {
	height: inherit!important;
}

.youtube-thumbdiv {
	border-bottom: 1px solid #ddd!important;
	margin-top: 20px!important;
}

.youtube-thumbdescription {
	color:#77777A;
	border:none;
	vertical-align:top;
	text-align:left; 
	padding-left:8px;
	padding-bottom:8px;
}

.youtube-thumbdescription a {
	color: #00a950 !important;
	font-size: 1.2rem!important;
}

.youtube-thumbdescription a:hover {
	color: orange !important;
}

.youtube-thumbdescription span{
	font-size: 1.1rem!important;
}

/******************************************************************************
 ** Agenda
 ******************************************************************************/
#fullcalendar {
	margin-top: 50px;
	font-size: 0.9rem;
}

.tmr-tag-selector {
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	text-align: right!important;
}

.tmr-toggle, .tmr-button {
	display: inline-block;
	background-color:   /*darkgreen*/#00a950 !important;
	border: 1px solid rgba(0, 0, 0, 0.3)!important;
	opacity: 0.5;
	color: white !important;
	transition: all  0.2s ease-out; 
	border-radius: 4px;
	padding: 5px 1em !important;
	margin: 0 2px 4px !important;
	cursor: pointer;
	-webkit-user-select: none;
	font-size: 0.8em !important;
	font-weight: 300;
	 height: 30px !important;
    line-height: 30px !important;
 	padding: 0 10px !important;
}

.tmr-toggle.active {
	background-color:   orange  !important;
	opacity: 1 !important;
}

.tmr-button.active {
    background-color: #00a950  !important;
    opacity: 1 !important;
}

.tmr-toggle:hover, .tmr-button:hover {
	background-color:  orange  !important;
	color: white !important;
	opacity: 1;
}
#loader {
	position: absolute;
	top: 50%;
	margin-top: -66px;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	width: 100px;
	height: 100px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset,1px 1px 1px rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	content:" ";
}

#loader {
	position: absolute;
	top: 50%;
	margin-top: -66px;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	width: 100px;
	height: 100px;
	line-height: 60px;
	margin: 0 auto;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset,1px 1px 1px rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	content:" ";
}

#loader:before {
	color: #fff;
	font-family: FontAwesome;
	content: "\f110";
	font-size: 60px;
	display: block;
	width: 55px;
	text-shadow: none;
	position: absolute;
	z-index: 3;
	-webkit-animation: rotate 1s linear infinite;-moz-animation: rotate 1s linear infinite;-ms-animation: rotate 1s linear infinite;-o-animation: rotate 1s linear infinite;animation: rotate 1s linear infinite;
}

.ui-datepicker {
	background: #fff;
	width: 15rem!important;
	text-align: center!important;
	border: 1px solid #00a950;
	border-radius: 3px;
	margin-top:5px;
	transition: all 1s linear;
}

.mtz-monthpicker {
	width: 100%;
	font-size: 0.95em;
}

.mtz-monthpicker td {
	width: 33%!important;
	cursor:pointer !important;
	transition: background-color 0.4s ease-out;
}

.mtz-monthpicker td:hover {
	background-color: orange;
}

/* Spinner Rotator Keyframes */
@-webkit-keyframes rotate {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotate {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(360deg);}
}
@-ms-keyframes rotate {
  from {-ms-transform: rotate(0deg);}
  to {-ms-transform: rotate(360deg);}
}
@-o-keyframes rotate {
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(360deg);}
}
@keyframes rotate {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

/******************************************************************************
 * Galleries
 ******************************************************************************/
.mwall-columns .mwall-photo-link img {
    object-fit: contain;
    min-width: initial;
	max-height: 100%;
}

.mwall-sortings-container {
	display: none;
}

/******************************************************************************
 * Contact
 ******************************************************************************/
.fc_outer {
	background-color: transparent !important;
	border: none!important;
	padding: 0 10%!important;
	font-size: 1.0em!important;
}

.fc_top_error {
	font-size: initial;
	color: red;
	margin-bottom: 2rem;
}

.fc_before {
	padding: 0 15%;
}

.fc_line {
	margin: 1rem;
	display: flex;
	flex-direction: row;

}

.fc_left, .fc_image_text {
	flex: auto;
	width: 30%!important;
	text-align: right;
	margin-right: 2rem!important;
}

.fc_right, .fc_image_inner {
	flex: auto;
	width: 70%!important;
}

.fc_line .fc_error {
	color: red;
	flex: auto;
    margin-left: 0rem; 	
}

.fc_button {
	flex:none
}

input[type='submit'] {
	background-color: #00a950!important;
	border-radius: 3px;
}

input[type='submit']:hover {
	background-color: orange!important;
}


.fc_imcap.fc_active {
	border-color: orange;
	box-shadow: none;
}


.fc_line.fc_send {
	justify-content: center;
	margin-top: 40px;
}


.fc_conf { 
	/* erreur post submit? */
	color: #f00;
}

textarea:hover, input[type='email']:hover, input[type='text']:hover 
{
	border: 1px solid lightgray!important;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s !important;
}



textarea:focus, input[type='email']:focus, input[type='text']:focus {
    border-color: rgba(0, 168, 80, 0.8)!important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 4px rgb(0 168 80 / 50%) !important;
    outline: 0 none;
}
 
 
/******************************************************************************
 ** Footer
 ******************************************************************************/
#footer-row, #footer-row .OBT-AJAX-Article-introtext {
	font-size: 0.9rem;
} 

#footer-row .tck-module-title, #footer-row .tck-module-title span {
	color: white !important;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#footer-row .tck-module-title:before {
	color: orange;
}

#footer-row .labelFFR {
	width: 91px; 
	height: 120px;
	background-image: url("../../../../images/labelFFR.png");
	background-size: 88px;
	background-repeat: no-repeat;
	float:right;
	margin: 0.2em 0 0 1em;
}

.footer-module.OBT-AJAX-Articles ul  {
	padding: 0px;
	margin: 0px;
} 

.footer-module.OBT-AJAX-Articles li  {
	border-bottom: none;
	height: auto;
	overflow: inherit;
	margin-bottom: 0px;
} 

.footer-module.OBT-AJAX-Article  {
	padding: 0px;
	display: contents;
} 
  
.footer-module .OBT-AJAX-Article_introtext  {
	color: #fff;
	font-size: 1em;
	//line-height: 1.5rem;
}
 
.footer-module .OBT-AJAX-Article-title-div {
	display: none;
}
 
.footer-module .OBT-AJAX-Article-thumbnail {
	float: left;
	margin: 0px 8px 0 0;
  	border: none;
 	box-shadow: none;
    height: fit-content;
	width: fit-content;
	max-width: 40%;
}

.le-saviez-vous-module  .OBT-AJAX-Article-thumbnail
{
	max-width: none;
	margin: 0 1rem 0 0;
}
		
.footer-module .OBT-AJAX-Article-thumbnail img{
    max-height: 120px;
}

.le-saviez-vous-module  .OBT-AJAX-Article-thumbnail img{
    border: 1px solid #ddd !important;
    text-align: center;
    border: 4px #fff solid;
    box-shadow: 0 10px 7px -8px rgb(0 0 0 / 50%);
	max-height: 100%;
}

.footer-module .OBT-AJAX-Articles-nav-div {
	position: absolute;
	top: -47px;
	right: 0px;
}

.footer-module .arrow {
	box-shadow: 0 2px 0 rgb(0 0 0 / 10%);
	transition: all 0.2s ease-in;
}

/******************************************************************************
 * To top
 ******************************************************************************/
#footnote
{
	padding: 35px 0px 40px;
}

#totop-block 
{
	position: relative;
	text-align: center;
}

#totop-button
{
    background: #00853e;
    display: inline-block;
    text-align: center;
    padding: 3px;
    line-height: 40px;
    width: 60px!important;
    height: 60px!important;
    margin-bottom: 25px;
    border-radius: 100%!important;
    opacity: 0.5;
	margin: 0 auto 15px;
	text-decoration: none;
	transition: background 0.2s linear !important;
}

#totop-button:before {
	color: #fff !important;
	font-family: Fontawesome;
	font-weight: normal;
	font-size: 1.8em;
	content: "\f077";
	opacity: 0.5;
}

#totop-button:hover {
	background: orange !important;
	opacity: 1;
}

/******************************************************************************
 * Responsive
 ******************************************************************************/
#burger-menu-overlay {display:none} 

 
@media only screen and (max-device-height: 1079px){
	#darksky {display: none;}
	.tmr-facebook  {right:0px;}
}


@media only screen and (max-width: 1199px){
	.google-calendar {height: 648px !important}
	#darksky .clouds {display: none;}
	.tmr-facebook  {right:10px;}
	.tmr-instagram  {right:52px;}
}

@media only screen and (max-width: 959px){
    html, body {font-size: 14px!important}
	.mod-menu .logo-menu {display: block!important; transform: scale(0.9)!important}
    .item-page {margin: 5px}
	#menu-bar .mod-menu>li {padding: 0 4px !important;}
	#menu-bar .mod-menu>li a {padding: 0 4px !important;}
	.tmr-annonce {top: 30px; right:5px;font-size: 1.4rem;}
	.tmr-facebook  {top:-57px;}
	.tmr-instagram  {top: -57px;right:45px;}
	.tmr-agenda  {padding: 0 10px 10px!important}
	.google-calendar {	height: 494px !important}
	#darksky {display: none;}
}

@media only screen and (max-width: 850px){
    html, body {font-size: 13px!important}  
	.mod-menu .logo-menu {display: block!important; transform: scale(0.85)!important}
	/*.item-page h2 {margin: 0 0 1em !important}*/
	.item-page {margin: 0px}
	.component-content .img-fulltext-left {float:none; margin:0 0 1rem 0}
	.component-content .img-fulltext-left img{width:100%}
	.green-box-right {margin:0 0 10px 0; padding: 10px; float:none; width:inherit}
	.tmr-agenda {margin: 0px;}
    .tmr-toggle {padding: 0 5px!important}
	.tmr-agenda  #calendar {font-size: 0.7em!important;}
	.tmr-agenda  {padding: 0!important}
	.tmr-annonce {top: 30px; right:5px;font-size: 1.4rem;}
	.tmr-facebook  {top:-57px;}
	.tmr-instagram  {top: -57px;}
	.fc-day-grid-container {height:100% !important;}
	#footer-row .flexiblecolumn {padding-bottom:2rem;}
}


@media only screen and (max-width: 770px) {
	html, body {font-size: 14px!important;}
 	#main-content, #main-columns {padding: 30px}
 	#menu-wrapper {margin-top: 20px;padding:0}
	#menu-bar .mod-menu {display: none;}
	.OBT-mobile-menu-icon {display: block}
	.tmr-annonce {top: 5px;right: 0px;font-size: 1em; z-index: 10;}
	.fc-event-time:after {content: "\A";}
	.mobile-menu-on {display:block;transform: translateX(200px);}
	#mobile-menu-overlay-div.mobile-menu-on {display:block;transform: translateX(0);}
}


