/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/
/*Général*/
h3 {
    line-height: 25px;
}
/*Accueil*/
.et_pb_slide {
    background-image: none !important;
    padding:0 !important;
}

/*.petit article {
    display: flex;
    margin-bottom: 20px;
}*/
.petit article {
    display: grid;
    grid-template-columns: 30% 70%;
    margin-bottom: 20px;
}
.petit .et_pb_posts article::nth-child(2) {
    grid-column: 2 / 2;
}
.petit .et_pb_posts article::nth-child(3) {
    grid-column: 2 / 2;
}
.petit .et_pb_posts article::nth-child(4) {
    grid-column: 2 / 2;
}
.petit .wrapContenu {
    margin-left: 10px;
}

/*blog image aspect ratio square 1:1*/

.pa-blog-image-1-1 .entry-featured-image-url {
  padding-top: 100%;
  display: block;
}

.pa-blog-image-1-1 .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

#recent-posts-2 a:hover{
	    filter:brightness(1.2);

}
#recent-posts-2 a{
	    font-weight:bold;

}

/*Posts title*/

.warpContenuSlide.content-post-style-7 h3 a {
	/*color: #ff0081!important;*/
}
/* POSTS SLIDER */
.warpContenuSlide a.css5,
.warpContenuSlide a.css9,
.warpContenuSlide a.css7,
.warpContenuSlide a.css3,
.warpContenuSlide a.css4,
.warpContenuSlide a.css13{
	    font-weight:bold;
}


.warpContenuSlide a{color:#000;}

.slideArrow{
	background-color:#444;
} 


#avatar-post{
		width:20px!important;
}
 .catVideo{
	/*font-size:20px!important;*/
	text-transform: uppercase;
	font-weight:bold;
}
#dp-carousel .slideshow8{
	color:#1D6960!important;
}


/* DP Slider Navigation */

#dp-carousel .swiper-button-prev {
     transform: none;
     margin-top: -80px;
     top: 10px !important;
     margin-left: auto!important;
     right: 52px;
     font-size: 20px !important;
     background-color: #fff;
     padding: 20px !important;
}
#dp-carousel .swiper-button-next {
     transform: none;
     top: 10px !important;
     margin-top:-80px;
     right: 0px !important;
     background-color: #fff;
     padding: 20px !important;
}
.swiper-slide h2 a {
    font-family: 'Red Hat Display',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    line-height:22px;
}
.swiper-button-prev, .swiper-button-next {
    border: 1px solid #000;
    border-radius: 100%;
    color: #000 ;
}

/*#dp-carousel .slideArrow {height:50px;}*/
/* Arrow Size and Style */

.swiper-button-next:after, .swiper-button-prev:after {
     font-size: 20px;
    /* color: #000000;*/
}

/* DP Slider Pagination */

#dp-carousel .swiper-pagination-bullet-active {
     background-color: #fff;
}
#dp-carousel .swiper-pagination-bullet {
     background-color: #fff;
     top: 15px;
}

.et-pb-active-slide .et_pb_slide_description {
    animation-name: fadeIn;
}
.et_pb_slide.et-pb-active-slide {
    transition: opacity 2.5s!important
}
  
@media all and (max-width: 1252px) {
   .et_pb_post_slider_0 .et_pb_slide {
        background-size: 90%
    }
}
@media all and (max-width: 1000px) {
   .et_pb_post_slider_0 .et_pb_slide {
        background-size: 100%;
        background-position: top center;
    }
}
/*   Menu navigation    */


/*
.current-menu-item img{
	background-color: red;
}*/
.arrow-up{
	transform: rotate(180deg);
}
#menu-menu-principal .toggle-nav, #menu-menu-principal .menu-item{
	position:relative;
}

.color-block{
    position: absolute;
    left: -15px;
    height: 34px;
    width: 8px;
    transition: ease 5s all;
    top: -4px;
	display:none;
	
}
.block-correction{
	top: -7px !important;
	left: -3px!important;
}
.block_visible{
	display:block!important;
	animation-name: color-block;
	animation-duration: 0.75s;
	animation-fill-mode: forwards;
}
@keyframes color-block {
  from {
    opacity: 0%;
  }

  to {
	  opacity: 100%;
  }
}
/* le nord couleur */
.megamenuLink .et_pb_column_inner_4 {
	position: relative;
    top: 6px;
}


.lpbw-shortcode-post {
	/*position:relative;
	top:0px;*/
}

.post-date{
    color: #777;
}
.lpbw-shortcode-post .auteur{

}
  
.lpbw-shortcode-post{
	position:relative;
}
/*---------  WARNING DISPLAY:NONE  --------------*/
.et_pb_post_title_0_tb_body .et_pb_title_meta_container, .et_pb_row_inner_2_tb_body .et_pb_title_meta_container{
	display:none!important;
}

.et_pb_text_0_tb_body  .et_pb_text_inner{
}
.lpbw-shortcode-post a{
	font-weight: bold;
	text-transform: uppercase;
}
.lpbw-shortcode-post h2{}


.et_pb_row_inner_2_tb_body{
	padding-top:0px!important;
} 

.reading-time{
	float:right;
	color: #777;
}
/*.single_post_content .categorie_post{
	font-size:20px!important;
}*/
.social{
	margin:0px;
	padding:0px;
}
.social .social-btn{
	margin-right:20px!important;
	color:green;
}
.avatar_video{
	height:50px!important;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;

}
span.pages /*, a.last, a.first*/{
	display:none!important;
}
.wp-pagenavi a.page:hover{
	    color: #000!important;
	    font-weight:bold!important; 
}
.wp-pagenavi span.current {
    color: #000!important;
	/*border-bottom:#ffb600 4px solid!important;*/
	border-radius:100px!important;
	border:#777 2px solid!important;
}
a.last:hover,a.first:hover,a.nextpostslink:hover,a.previouspostslink:hover{
	    color: #000!important;
}
a.nextpostslink, a.previouspostslink{
	font-size: 1.7rem!important;
    position: relative;
    top: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 2px 8px;
}
.wp-pagenavi {
    text-align: left;
    border-top: none!important; 
}
.et_pb_row_inner_4 .et_pb_blog_item_0_0  img.image_generique,
 .et_pb_row_inner_6 .et_pb_blog_item_2_0  img.image_generique,
 .et_pb_row_inner_7 .et_pb_blog_item_4_0  img.image_generique,
 .et_pb_row_inner_8 .et_pb_blog_item_4_0  img.image_generique,
  .et_pb_row_inner_12 .et_pb_blog_item_6_0  img.image_generique
 {
	/*display:none!important;*/
	width:100px!important;
	height:100px!important;
}

.catNouvelle img.image_generique{
	/*padding:50px;
	padding-top:0px;
	    position: relative;
    top: -11px;*/
   max-height:200px;
}




/*Sidebar*/
#block-7{margin-bottom:0px;}
#block-6 .mec-event-footer{display:none}
#block-6 .mec-event-grid-classic .mec-event-article{border:none;box-shadow:none;}





/*Search bar*/
.et_pb_searchform, .et_pb_search{
	max-width:300px;


}
.et_pb_search{
	align-content:right;

}
#et-top-navigation{
	display:flex;
	flex-direction:column;
	position:relative;
	right:37px;
}
.conteneur-logo-menu-search{
	display:flex;
}
.et_pb_search{
	min-width:230px;
	min-height:39px;
}
.search_hidden{
	display:none;
}
.loupe{
	width: 19px;
    height: 15px;
    background-image: url(http://journalacces.ca/wp-content/uploads/2021/12/loupe-search.svg);
    background-position: center;
    background-size: cover;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
    top: 6px;
    left: 10px;
}
.x_close_seach{
    font-size: 17px;
    font-weight: bold;
    color: #999;
    position: relative;
    top: 4px;
    left: 9px;
    border: #999 1px solid;
    height: 24px;
    padding: 0px 4px;
    cursor:pointer;
}
.search_close_hidden{
	display:none;
}
.logo_container img{
	    max-width: 280px!important;
}
.post_suggestion{
	font-size:14px!important;
	position:relative;
	bottom:15px;
}
.zone-articles-suggestion img, .placeholder_suggestion{
    width: 270px;
    height: 208px;
    transition: all 0.2s ease;
    object-fit: cover;
    object-position: center;
}
.image-suggestion-arrow{
    width: 49px!important;
    height: 77.1px!important;
	object-position:center;
	object-fit: cover;
}
.un_article_suggestion{
	margin-top:20px;
	margin-bottom:40px;
	width: 270px;
	margin-right:15px;
}
.un_article_suggestion h3{
	font-size:15px;
	font-weight:bold;
}
.zone-articles-suggestion{
	display:flex;
}
@media screen and (max-width: 700px) {
	.zone-articles-suggestion{
		/*display:block!important;*/
		flex-wrap: wrap!important;
	}
}
@media screen and (max-width: 650px) {
	.un_article_suggestion {
		width: 410px!important;
	}
	.zone-articles-suggestion img, .placeholder_suggestion {
		width: 410px;
		height: 258px;
	}
}
.titre-nouvelles-suggestion{
	margin-top:50px;
}

.placeholder_suggestion{
	background-color:#eee;
}

.thumbnail_suggestion_container{
	width: 100%;

}

.events_date_conteneur a.next-date{
	margin-right:10px;
}
.events_date_conteneur a.next-date,.events_date_conteneur .all-events-link, .image-first-event-conteneur img, .image-first-event-conteneur,.info-first-event, .block-current-events a{
	transition: all 0.25s ease;
}
.events_date_conteneur a.next-date:hover,  .block-current-events a:hover{
	color: #777 ;
}
.mec-big-event:hover img{
	filter: brightness(0.8);
}
.mec-big-event:hover .info-first-event{
	color: #777;
}
.events_date_conteneur{
margin-top: 7px;
    margin-bottom: -1px;
}
.info-first-event{
	display:flex;
}
.date-info{
	margin-right:35px;
}
.jour-info{
	font-size:30px;	
}
.block-current-events{
	margin-bottom: 40px;
}
.block-current-events a{
	color: #222;
}
.all-events-link{
	font-size:11px;
	font-weight:bold;
}
.all-events-link-month-page{
	font-size:11px;
	font-weight:bold;
	background-color: #fff;
	width: 199px;
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 12px 0px;
	color: #666!important;
	border-radius: 4px;
	border: 1px solid #ccc!important;
}

.all-events-link-month-page:hover{
background-color: #efefef!important;
}
.next-date:first-child{
	border: 1px solid #222;
    border-radius: 100%;
    padding: 0px 3px;
}
.image-one-event-conteneur img{
	width:250px!important;
	height: 250px;
	object-fit:cover!important;
	object-position:center!important;
}
.one-event-conteneur{
	width: 250px;
	height: 435px;
	overflow: hidden;
    border: 2px solid #EEE;
    padding: 5px;
    border-radius: 6px;
    /* box-shadow: 2px 5px 1px #eee;*/
	transition: all 0.25s ease;
	cursor: pointer;
}
.one-event-conteneur:hover{
	background-color: rgb(250,250,250);
}
#event_title{
	height: 49px;
}
.events_cat_section{
    border-top: 3px solid #000;
    margin-top: 50px;
    padding-top: 54px;
}
.title_cat_event_section{
    position: relative;
    bottom: 29px;
    right: 16px;
}
.event_category .mec-month-divider span{
    text-align: left;
    position: relative;
	bottom: -6px;
    left: 54px;
    font-size: 18px;
	border: none!important;
}
.event_category .mec-month-divider span:before{
	border: none!important;
}
.event_category .mec-event-list-classic{
	position: relative;
	bottom: 103px;
}
.mec-event-grid-classic .mec-event-article {
    max-width: 300px!important;
}
.event_per_date_info{
	display: flex;
	flex-wrap: nowrap!important;
}
.event_per_date_info_text{
	position: relative;
    bottom: 30px;
    right:10px;
}
.events_section{
	margin-left: 30px;
	display: flex;
	flex-wrap: wrap;
}
.one-event-container-date{
	margin-left: 5px;
	margin-right: 5px;
}
.event_per_category_info_text{
	position: relative;
    bottom: 30px;
}
.one-event-container-category{
	margin-right: 20px;
    margin-top: 13px;
}
.events_section_category{
	display: flex;
    flex-wrap: wrap;
}

.adresse{
	color:#555;
}
.events_section_category .mec-event-grid-classic{
	display: flex;
    flex-wrap: wrap;
}
.events_section_category .mec-event-grid-classic .row{
	margin-right: 20px;
}

/*------petit calendrier*/
.month-dates{
	margin-right: 10px;
	position: relative;
    top: 7px;
}
.mois_date_conteneur{
	display: flex;
}
.info-first-event .titre-info{
	font-size: 18px;
}
.titre-evenement-du-mois{
	color:#000;
	font-size: 23px;
	font-weight: 800;
	margin-bottom: 18px;
}
.titre-evenement-du-mois:after {
    background-color: var(--tec-color-border-default);
    content: "";
    display: block;
    flex: auto;
    height: 1px;
    margin-left: 20px;
}
.month_page_date_one_event{
	display: flex;
	width:100%;
	background-color: rgb(255, 255, 255);
	margin-bottom: 40px;
}
.month_page_date{
	width: 12%;
    font-size: 15px;
   /* border-right: #666 4px solid;*/
    padding: 8px;
}
.separator-date-event{
    width: 4px;
    border-radius: 13px;
    background-color: #ccc;
}
.vedette{
	background-color:rgb(0 0 0);
}
.month_page_event{
	width: 70%;
	font-size: 25px;
	padding: 8px;
}
@media screen and (max-width: 900px) {
	.month_page_date_one_event{
		height: 200px!important;
	}
}
@media screen and (max-width: 600px) {
	.featured-info-image{
		display: flex;
		width: 100%;
		flex-direction: column-reverse;
	}
	.separator-date-event{
		display: none;
	}
	.month_page_thumbnail{
		width: 100%;
	}
	.month_page_date_one_event{
		height: 100%!important;
	}
	.month_page_thumbnail{
		width: 100%!important;
	}
	.featured-h4{
		margin-bottom: 0px!important;
	}
	.month_page_event{
		width: 100%!important;
	}
}
.conteneur-featured-event{
	margin-top: 40px;
}
.month-page-featured-title{
	text-align:center;
	padding-top: 20px;
	border-top: #000 1px solid;
	/*width: 40%;
	margin:0px auto;*/
	padding-top: 20px;
}
.featured-h4{
    text-align: center;
    margin-bottom: 40px;
    /*border-bottom: #000 1px solid;
    width: 40%;
    margin: 0px auto 40px auto;*/
    padding-bottom: 15px;
}
.featured-info-image{
	display: flex;
	width: 100%;
}
.month_page_date_one_event{
	height: 250px;
}
.month_page_thumbnail{
	width: 37%;
}
.month_page_thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-fit: center;
}
.month_page_event p {
    font-size: 13px;
    color: #444;
}
.date_number{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    bottom: 13px;
	color: #000;
}
.event-date-title{
	font-size: 23px;
	font-weight: bold;
}
.week_day_name{
	font-size: 12px;
    position: relative;
    bottom: 6px;
	color: #000;
}
.date_container_name_day{
    width: 40px;
    text-align: center;
    position: relative;
    right: 13px;
}
.event_card_link{
	transition: all 0.2s ease;
	color: #000 !important;
}
.event_card_link:hover{
	background-color: rgb(253,253,253)!important;
}
.month_page_date_one_event{
	transition: all 0.2s ease;
}
.month_page_date_one_event:hover{
	background-color: rgb(250,250,250)!important;
}
.mobile-calendar{
	display: none;
}

.et_pb_module { animation: none!important; }
.et_main_video_container { padding-top: 56.25%!important; height: 0!important; min-height: 0!important; max-height: 0!important; }


/* post-effect */
.content-post-style-css5 h3 a{
	transition:0.2s all ease;
}

.et_pb_slide_description  h2.et_pb_slide_title a, .et_pb_slide_description img{
	cursor: pointer;
	transition: all 0.2s ease;
}
.et_pb_slide_description:hover img{
	filter:brightness(0.9);
}

.un_article_suggestion:hover h3,
 .post:hover .warpContenuSlide h3 a,
 .post:hover .warpContenuSlide h2 a
 {
	color: #555;
}
.un_article_suggestion h3,
.post .warpContenuSlide h3 a,
.warpContenuSlide img
{
	transition:0.2s all ease;
}

.post:hover .entry-featured-image-url, .post:hover .et_pb_video_play  {
filter: brightness(0.8)!important;
}

.post:hover p{
	filter:brightness(1.3);
}
.un_article_suggestion:hover .thumbnail_suggestion{
	transition:all 0.25s ease;
	filter: brightness(1.15); 
}



.et_pb_no_thumb.format-video{
	/*height: 388px;*/
	position: relative;
}

.et_pb_no_thumb.format-video .image_generique{
	/*width: 100%;
    height: 66%;
    margin-bottom: 32px;*/
	position: absolute;
    height: 100%!important;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.et_pb_no_thumb.format-video .link-genereique{
    padding-top: 56.25%;
    display: block;
    position: relative;
	margin-bottom: 29px;
}
article:hover .image_generique{
	filter: brightness(0.9);
}
.has-post-thumbnail.format-video img{
	object-position: top;
}
.envedette-result-page{
	font-weight:bold;
	 color:#000;
	 margin: 0px 3px;
}

.et_pb_slide_description:hover .et_pb_slide_content div{
	filter:brightness(1.6);
}

.et_pb_slide_description:hover h2.et_pb_slide_title a{
	color: #666;
}
