.xdebug-var-dump{
	z-index: 10000;
    position: relative;
    background: #FFF;
}

/**
 * Cover Image (Auto Center Image)
 **/
.ida_image_cover{
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.ida_image_cover img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none !important;
	height: auto;
}

/**
 * Lazyload
 **/
img.ida_lazyload,
img.ida_lazyload_slick{
	display: none;
}
img.ida_lazyload + .loader,
img.ida_lazyload_slick + .loader{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: 4;
	visibility: hidden;
	opacity: 0;
}
body.ready img.ida_lazyload + .loader,
body.ready img.ida_lazyload_slick + .loader{
	visibility: visible;
	opacity: 1;
	transition: visibility 0s ease 0s, opacity .4s ease .4s;
}
img.ida_lazyload.smooth_arrival + .loader,
img.ida_lazyload_slick.smooth_arrival + .loader,
body.ready img.ida_lazyload.smooth_arrival + .loader,
body.ready img.ida_lazyload_slick.smooth_arrival + .loader{
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease .4s, opacity .4s ease 0s;
}

/**
 * Debug bar
 **/
#idaddons_debugbar{
	position: fixed;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
	padding: 10px 5px;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
}
#idaddons_debugbar.hidden{
	width: 40px;
	height: 40px;
}
#idaddons_debugbar .hide{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 20px;
}
#idaddons_debugbar .hide .dashicons-no-alt{
	display: block;
}
#idaddons_debugbar .hide .dashicons-hammer{
	display: none;
}
#idaddons_debugbar.hidden .hide .dashicons-no-alt{
	display: none;
}
#idaddons_debugbar.hidden .hide .dashicons-hammer{
	display: block;
}
#idaddons_debugbar .informations{
	display: block;
}
#idaddons_debugbar.hidden .informations{
	display: none;
}
#idaddons_debugbar .informations #ida_reset_css_debugbar{
	position: relative;
	color: #FFF;
	padding: 0 10px;
	text-decoration: none;
}
#idaddons_debugbar .informations #ida_reset_css_debugbar span{
	padding-left: 5px;
}

#idaddons_debugbar .informations p{
	color: #FFF;
	font-size: 12px;
	margin-bottom: 0px;
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
	position: relative;
}
#idaddons_debugbar .informations p:before{
	content: '';
	display: block;
	width: 1px;
	height: 80%;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#idaddons_debugbar .informations p:first-child:before{
	content: none;
}
#idaddons_debugbar .informations p span{
	font-weight: normal;
	color: #CCC;
}

/**
 * Vertical Lines
 **/
.ida_vertical_lines{
	position: fixed;
	display: block;
	width: 1px;
	height: 100vh;
	top: 0;
	z-index: 9999999999999999999;
}

/**
 * Horizontal Lines
 **/
.ida_horizontal_lines{
	position: fixed;
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	z-index: 9999999999999999999;
}

/**
 * Slider (idaddons_slider)
 **/
body .idaddons_slider{
	margin: 0;
}
body .idaddons_slider.full_height{
	height: 100vh;
}
body .idaddons_slider .transparent_mask{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
body .idaddons_slider.active_mask .transparent_mask{
	display: block;
}
body.admin-bar .idaddons_slider.full_height{
	height: calc(100vh - 32px);
}
.idaddons_slider .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	box-shadow: none;
	border: none;
	margin: 0;
	outline: none;
}
.idaddons_slider .slick-arrow.slick-prev{
	left: 0;
}
.idaddons_slider .slick-arrow.slick-next{
	right: 0;
}
body .idaddons_slider .slick-list{
	height: 100%;
}
body .idaddons_slider .slick-list .slick-track{
	height: 100%;
}
.idaddons_slider .idaddons_slide{
	position: relative;
}
.idaddons_slider .idaddons_slide .transparent_mask{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}
.idaddons_slider .idaddons_slide .transparent_mask{
	display: block;
}
.idaddons_slider .idaddons_slide .ida_image_cover{
	z-index: 10;
}
.idaddons_slider .idaddons_slide .title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
}
.idaddons_slider .idaddons_slide .description{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
}
.idaddons_slider .idaddons_slide .button{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
}

@media screen and (max-width: 782px){
	body.admin-bar .idaddons_slider.full_height{
		height: calc(100vh - 46px);
	}
}

/**
 * Single Centered Image (idaddons_single_image_centered)
 **/
body .idaddons_single_image_centered{
	height: 100vh;
	margin: 0;
}
body.admin-bar .idaddons_single_image_centered{
	height: calc(100vh - 32px);
}
@media screen and (max-width: 782px){
	body.admin-bar .idaddons_single_image_centered{
		height: calc(100vh - 46px);
	}	
}


/**
 * Reset CSS (hors debug bar)
 **/
#ida_reset_css{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 99999999;

	display: block;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	opacity: .4;

	font-family: Arial;
	font-size: 10px;
    text-align: center;
    line-height: 12px;
    padding: 8px 0;
    box-sizing: border-box;
    color: #000;

    transition: all .4s ease;
}
#ida_reset_css.ida_auto_reset_css{
	width: 60px;
	border-left: 20px solid #FFF;
}
#ida_reset_css:hover{
	text-decoration: none;
	opacity: 1;
}
#ida_reset_css span{
	display: block;
	font-size: 12px;
}

#ida_auto_reset_css{
	display: block;
	width: 20px;

	position: absolute;
	top: 50%;
	left: 0;
	transform: translateX(-100%) translateY(-50%);
}
#idaddons_debugbar #ida_auto_reset_css{
	left: 10px;
}
#idaddons_debugbar #ida_auto_reset_css:before{
	transform: scale(0.3);
}
#ida_auto_reset_css:before{
	content: '';
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	transform: scale(0.5);

	background-color: #F00;
	box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
}
#ida_auto_reset_css.active:before{	
	background-color: #FF0;
	box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 12px;
	filter: hue-rotate(45deg);
	-webkit-animation: blinkYellow 1s infinite;
	-moz-animation: blinkYellow 1s infinite;
	-ms-animation: blinkYellow 1s infinite;
	-o-animation: blinkYellow 1s infinite;
	animation: blinkYellow 1s infinite;
}
@-webkit-keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { background-color: #FF0; }
}
@-moz-keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { background-color: #FF0; }
}
@-ms-keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { background-color: #FF0; }
}
@-o-keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { background-color: #FF0; }
}
@keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { background-color: #FF0; }
}


/**
 * Actualités [idaddons_news]
 **/

.idaddons_news .filters{
	width: 100%;
}
.idaddons_news .filters a{
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	opacity: .6;
}
.idaddons_news .filters a.active{
	opacity: 1;
}
.idaddons_news .news.hide{
	display: none;
}
.idaddons_news .news .image .main_link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.idaddons_news[class*=layout_]{
	display: flex;
	flex-wrap: wrap;
}
.idaddons_news[class*=layout_] .news .image{
	height: 250px;
}
.idaddons_news.layout_2_columns .news{
	width: 50%;
}
.idaddons_news.layout_3_columns .news{
	width: 33.33%;
}
.idaddons_news.layout_4_columns .news{
	width: 25%;
}

@media screen and (max-width: 959px){
	.idaddons_news.layout_3_columns .news{
		width: 50%;
	}
	.idaddons_news.layout_4_columns .news{
		width: 33.33%;
	}
}

@media screen and (max-width: 767px){
	.idaddons_news.layout_2_columns .news,
	.idaddons_news.layout_3_columns .news,
	.idaddons_news.layout_4_columns .news{
		width: 100%;
	}
	.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] .idaddons_news.layout_2_columns .news,
	.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] .idaddons_news.layout_3_columns .news,
	.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] .idaddons_news.layout_4_columns .news{
		width: 50%;
	}
}

@media screen and (max-width: 575px){
	.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] .idaddons_news.layout_2_columns .news,
	.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] .idaddons_news.layout_3_columns .news,
	.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] .idaddons_news.layout_4_columns .news{
		width: 100%;
	}
}