/*
 Theme Name:   OceanWP-child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  OceanWP Child Theme
 Author:       Theko
 Author URI:   http://example.com
 Template:     oceanwp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-3.0.html
 Tags:         two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce
 Text Domain:  OceanWP-child
*/

/* 
PALETTE COULEUR
				pale	foncé
Orange			#ecae08	#dd4c1b
Jaune			#faf16c	#f7e201
vert (cyan)		#99c7b6	#00602e
gris 			#e2e2e2	#595959
Blanc et noir

*/

.swEventList {}
.swEventList .item {
	display:block;
	float:left;
	Width:325px;
	margin-right:20px;
}

.fullcalendar {
	border:2px solid #fff!important;
}
.fullcalendar td{	
	background-color:#e7f4ef;
	color:#000;
	border:2px solid #fff!important;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	min-height:200px;
}
.fullcalendar td li {
	font-size:15px;
	text-align:left;
}
.fullcalendar .days-names td{
	width:14.28%;
	text-align:center;	
	background-color:#99c7b6;
	color:#fff;
	border:2px solid #fff!important;
	
	
}

.fullcalendar .month_name,.fullcalendar thead td {
	text-align:center;
	font-weight:700;
	background-color:#008080!important;
	color:#fff;
	font-size:24px;
	min-height: auto;
}
.fullcalendar thead a {color:#fff; font-size:34px;}

.fullcalendar .eventless-today  {
	background-color:#acacac!important;
	
}
.fullcalendar .eventful-today  {
	background-color:#99c7b6!important;
}

/*image des evenements fixé*/
.event-template-default .thumbnail {max-height:350px!important; overflow:hidden; }
.event-template-default .thumbnail img {width:100%;display:table-cell!important; vertical-align:middle; text-align:center;}

#site-logo {
/*float: left;
    height: 100%;
    display: table;
	position:absolute;
	max-width:200px;
	width:50%;	
	background-color:#fff!important;
	transition: none!important;*/
}
/*mod entete*/
.logo-col {
	/*correction IE11*/
	flex: 0 1 auto!important;
	justify-content:space-between!important;
}
.swHeadContent {
	position: absolute;
	top:85px;
	z-index:500;
	right:35%;
}
.swHeadContent .swBtnDon {
	padding:5px 15px;
	/*background-color:#00602e;*/
	background-color:#dd4c1b;
	width:auto!important;
	background-image:url("/wp-content/uploads/2018/05/donation1.png");
	background-position: 90% center;
	background-repeat:no-repeat;
}
.swHeadContent .swBtnDon a {
	color:#fff!important;
	font-size:1.5em;
	text-align:center!important;
	margin:auto;
	display:block;
}
.swHeadContent .swBtnDon:hover {
	background-color:#99c7b6;
	color:#000!important;
}
.swHeadContent .swBtnSlogan {
}

.navigation li.megamenu-li.auto-mega .megamenu.col-2 {
    width: 640px!important;
}

.navigation .megamenu>li>a.menu-link {
    font-size: 16px!important;
    font-weight: 600;
}
#site-navigation-wrap {
	background-image:url("https://www.entreamis.ca/wp-content/uploads/2018/05/bg2-menu.jpg");
	background-position:right center;
	background-repeat:no-repeat;
	box-shadow: 0 1px 12px 0 #17181a;
}
#site-header-inner {
	padding-bottom:0px!important;
}
#content-wrap {
	padding-top:0px!important;
}
.sticked {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 1px 12px 0 #17181a;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	background: #fff;
}
.iw-so-article {
	height:auto!important;
}
.sticked + #content-wrap {
	padding-top: 90px;
}

@media only screen and (max-width: 1070px) {
	.swHeadContent {		
		right:350px;
	}
	#medium-searchform {display:none;}
}
@media only screen and (max-width: 1070px) {
	.swHeadContent {		
		right:30px;
	}
	
}
@media only screen and (max-width: 765px) {
	
	.swHeadContent {
	position: relative;
	top:auto;
	z-index:500;
	right:auto;
	margin-top:10px;
}
.swHeadContent .swBtnDon {
	padding:5px 15px;
	background-color:#dd4c1b;
	width:250px!important;
	margin:auto;
	background-image:url("/wp-content/uploads/2018/05/donation1.png");
	background-position: 90% center;
	background-repeat:no-repeat;
}
.swHeadContent .swBtnSlogan {
	width:100%;
	text-align:center;
}
}

